.style-module__qHUpIq__button{cursor:pointer;transition:background-color var(--transition),color var(--transition),opacity var(--transition);font-weight:600;font-family:var(--font-body);border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.6rem 1.2rem;display:inline-flex}.style-module__qHUpIq__button:disabled{opacity:.6;cursor:not-allowed}.style-module__qHUpIq__primary{background-color:var(--brand-primary);color:var(--background)}.style-module__qHUpIq__primary:hover:not(:disabled){background-color:var(--brand-accent)}.style-module__qHUpIq__secondary{background-color:var(--surface);color:var(--foreground);border:1px solid var(--border-color)}.style-module__qHUpIq__secondary:hover:not(:disabled){background-color:color-mix(in srgb,var(--surface)90%,var(--brand-primary)10%)}.style-module__qHUpIq__inputGroup{flex-direction:column;gap:.25rem;display:flex}.style-module__qHUpIq__label{color:var(--foreground);font-weight:500}.style-module__qHUpIq__input,.style-module__qHUpIq__textarea,.style-module__qHUpIq__select{border:1px solid var(--border-color);background-color:var(--surface);width:100%;color:var(--foreground);font-size:.95rem;font-family:var(--font-body);transition:border-color var(--transition),box-shadow var(--transition),background-color var(--transition);border-radius:.375rem;padding:.6rem .8rem}.style-module__qHUpIq__input:focus,.style-module__qHUpIq__textarea:focus,.style-module__qHUpIq__select:focus{border-color:var(--brand-primary);box-shadow:var(--focus-ring);outline:none}.style-module__qHUpIq__errorInput{border-color:#c62828;box-shadow:0 0 0 2px rgba(198,40,40,.15)}.style-module__qHUpIq__errorText{color:#c62828;font-size:.8rem}.style-module__qHUpIq__modalOverlay{z-index:1000;background:rgba(0,0,0,.55);justify-content:center;align-items:center;padding:1rem;animation:.25s ease-in-out style-module__qHUpIq__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.style-module__qHUpIq__modalContent{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color);border-radius:1rem;width:100%;max-width:500px;animation:.3s ease-in-out style-module__qHUpIq__scaleIn;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.25)}.style-module__qHUpIq__modalTitle{border-bottom:1px solid var(--border-color);color:var(--brand-primary);padding:1rem 1.25rem;font-size:1.2rem;font-weight:600}.style-module__qHUpIq__modalBody{padding:1.25rem;font-size:.95rem;line-height:1.6}.style-module__qHUpIq__modalFooter{background:var(--surface);border-top:1px solid var(--border-color);justify-content:flex-end;padding:1rem 1.25rem;display:flex}.style-module__qHUpIq__secondaryBtn{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color);cursor:pointer;transition:background-color var(--transition),color var(--transition);border-radius:.375rem;padding:.5rem .9rem}.style-module__qHUpIq__secondaryBtn:hover{background-color:color-mix(in srgb,var(--surface)90%,var(--brand-primary)10%)}@media (max-width:640px){.style-module__qHUpIq__modalContent{border-radius:.75rem;max-width:95%}}@keyframes style-module__qHUpIq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes style-module__qHUpIq__scaleIn{0%{opacity:.9;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.style-module__qHUpIq__card{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color);transition:transform var(--transition),box-shadow var(--transition);border-radius:1rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.05)}.style-module__qHUpIq__card:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,.08)}.style-module__qHUpIq__cardHeader{border-bottom:1px solid var(--border-color);color:var(--brand-primary);padding:1rem 1.25rem;font-size:1.1rem;font-weight:600}.style-module__qHUpIq__cardBody{padding:1.25rem;font-size:.95rem}.style-module__qHUpIq__cardFooter{border-top:1px solid var(--border-color);background:color-mix(in srgb,var(--surface)95%,var(--brand-primary)5%);padding:.9rem 1.25rem;font-size:.9rem}@media (max-width:768px){.style-module__qHUpIq__card{border-radius:.75rem}.style-module__qHUpIq__cardBody{padding:1rem}}.style-module__qHUpIq__alert,.style-module__qHUpIq__toast{transition:all var(--transition);border-radius:.5rem;justify-content:space-between;align-items:center;margin:.5rem 0;padding:.75rem 1rem;font-size:.9rem;font-weight:500;display:flex}.style-module__qHUpIq__alertMessage{flex:1}.style-module__qHUpIq__alertClose{color:var(--foreground);cursor:pointer;background:0 0;border:none;margin-left:.75rem;font-size:1.1rem;line-height:1}.style-module__qHUpIq__toast{z-index:2000;animation:.3s ease-out style-module__qHUpIq__fadeInUp;position:fixed;bottom:1rem;right:1rem;box-shadow:0 4px 20px rgba(0,0,0,.15)}@keyframes style-module__qHUpIq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style-module__qHUpIq__info{background:color-mix(in srgb,var(--brand-primary)10%,var(--surface)90%);color:var(--foreground);border:1px solid var(--border-color)}.style-module__qHUpIq__success{color:#1b5e20;background:#e6f4ea}.style-module__qHUpIq__warning{color:#7b5e00;background:#fff8e1}.style-module__qHUpIq__error{color:#b71c1c;background:#fdecea}.style-module__qHUpIq__badge{text-transform:capitalize;transition:background-color var(--transition);border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.style-module__qHUpIq__default{background:var(--surface);color:var(--foreground);border:1px solid var(--border-color)}.style-module__qHUpIq__primary{background:var(--brand-primary);color:var(--background)}.style-module__qHUpIq__successBadge{color:#fff;background:#1b5e20}.style-module__qHUpIq__warningBadge{color:#fff;background:#f57f17}.style-module__qHUpIq__errorBadge{color:#fff;background:#b71c1c}.style-module__qHUpIq__loader{border:3px solid color-mix(in srgb,var(--surface)85%,var(--brand-primary)15%);border-top-color:var(--brand-primary);border-radius:50%;margin:auto;animation:1s linear infinite style-module__qHUpIq__spin}@keyframes style-module__qHUpIq__spin{to{transform:rotate(360deg)}}.style-module__qHUpIq__loader.style-module__qHUpIq__small{width:20px;height:20px}.style-module__qHUpIq__loader.style-module__qHUpIq__medium{width:35px;height:35px}.style-module__qHUpIq__loader.style-module__qHUpIq__large{width:55px;height:55px}.style-module__qHUpIq__avatar{background:color-mix(in srgb,var(--brand-primary)10%,var(--surface)90%);color:var(--brand-primary);text-transform:uppercase;border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex;overflow:hidden}.style-module__qHUpIq__avatarImg{object-fit:cover;width:100%;height:100%}.style-module__qHUpIq__avatarFallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.style-module__qHUpIq__avatar.style-module__qHUpIq__sm{width:32px;height:32px;font-size:.8rem}.style-module__qHUpIq__avatar.style-module__qHUpIq__md{width:48px;height:48px;font-size:1rem}.style-module__qHUpIq__avatar.style-module__qHUpIq__lg{width:72px;height:72px;font-size:1.25rem}.style-module__qHUpIq__avatar.style-module__qHUpIq__xl{width:120px;height:120px;font-size:2rem}.style-module__qHUpIq__tableWrapper{background:var(--surface);border:1px solid var(--border-color);border-radius:.75rem;width:100%;overflow-x:auto;box-shadow:0 4px 12px rgba(0,0,0,.04)}.style-module__qHUpIq__table{border-collapse:collapse;width:100%;min-width:600px;color:var(--foreground);font-size:.95rem}.style-module__qHUpIq__table thead{background-color:color-mix(in srgb,var(--brand-primary)8%,var(--surface)92%)}.style-module__qHUpIq__table th,.style-module__qHUpIq__table td{text-align:left;border-bottom:1px solid var(--border-color);padding:.85rem 1rem}.style-module__qHUpIq__table th{color:var(--foreground);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;font-weight:600}.style-module__qHUpIq__table tr:last-child td{border-bottom:none}.style-module__qHUpIq__table tbody tr:hover{background-color:color-mix(in srgb,var(--surface)85%,var(--brand-primary)15%);transition:background-color var(--transition)}.style-module__qHUpIq__sortable{cursor:pointer}.style-module__qHUpIq__headerCell{align-items:center;gap:.25rem;display:flex}.style-module__qHUpIq__emptyCell{text-align:center;color:#999;padding:2rem 1rem;font-style:italic}.style-module__qHUpIq__pagination{background:var(--surface);border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.style-module__qHUpIq__pagination button{background:var(--brand-primary);color:var(--background);cursor:pointer;transition:background-color var(--transition);border:none;border-radius:.375rem;padding:.4rem .8rem}.style-module__qHUpIq__pagination button:disabled{opacity:.5;cursor:not-allowed}.style-module__qHUpIq__pagination button:hover:not(:disabled){background:var(--brand-accent)}@media (max-width:768px){.style-module__qHUpIq__table th,.style-module__qHUpIq__table td{padding:.7rem .75rem}.style-module__qHUpIq__pagination{flex-direction:column;gap:.5rem}}
.layout-module__sqqsta__mainLayout{flex-direction:column;min-height:100vh;display:flex}.layout-module__sqqsta__mainContent{flex-direction:column;flex:1;display:flex}.layout-module__sqqsta__header{background:var(--background);border-bottom:1px solid var(--border-color);z-index:100;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 4px rgba(0,0,0,.05)}.layout-module__sqqsta__headerContainer{max-width:1200px;margin:0 auto;padding:0 1rem}.layout-module__sqqsta__headerContent{justify-content:space-between;align-items:center;height:70px;display:flex}.layout-module__sqqsta__logo{color:var(--foreground);transition:opacity var(--transition-base);align-items:center;gap:.75rem;text-decoration:none;display:flex}.layout-module__sqqsta__logo:hover{opacity:.8}.layout-module__sqqsta__logoIcon{font-size:2rem;line-height:1}.layout-module__sqqsta__logoText{flex-direction:column;line-height:1.2;display:flex}.layout-module__sqqsta__logoTitle{color:var(--brand-primary);font-size:1.25rem;font-weight:700}.layout-module__sqqsta__logoSubtitle{color:var(--foreground);opacity:.7;font-size:.8rem}.layout-module__sqqsta__nav{align-items:center;gap:2rem;display:flex}.layout-module__sqqsta__navLink{color:var(--foreground);transition:color var(--transition-base);padding:.5rem 0;font-weight:500;text-decoration:none;position:relative}.layout-module__sqqsta__navLink:hover{color:var(--brand-primary)}.layout-module__sqqsta__navLink:after{content:"";background:var(--brand-primary);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.layout-module__sqqsta__navLink:hover:after{width:100%}.layout-module__sqqsta__dropdown{position:relative}.layout-module__sqqsta__dropdownButton{color:var(--foreground);cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;font-weight:500;display:flex}.layout-module__sqqsta__dropdownButton:hover{color:var(--brand-primary)}.layout-module__sqqsta__dropdownArrow{transition:transform var(--transition-base);font-size:.7rem}.layout-module__sqqsta__dropdown:hover .layout-module__sqqsta__dropdownArrow{transform:rotate(180deg)}.layout-module__sqqsta__dropdownContent{background:var(--surface);border:1px solid var(--border-color);opacity:0;visibility:hidden;min-width:180px;transition:all var(--transition-base);z-index:1000;border-radius:.5rem;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.layout-module__sqqsta__dropdown:hover .layout-module__sqqsta__dropdownContent{opacity:1;visibility:visible;transform:translateY(0)}.layout-module__sqqsta__dropdownLink{color:var(--foreground);transition:background-color var(--transition-base);border-bottom:1px solid var(--border-color);padding:.75rem 1rem;text-decoration:none;display:block}.layout-module__sqqsta__dropdownLink:last-child{border-bottom:none}.layout-module__sqqsta__dropdownLink:hover{background:var(--brand-primary);color:var(--background)}.layout-module__sqqsta__headerActions{align-items:center;gap:1rem;display:flex}.layout-module__sqqsta__staffDropdown{position:relative}.layout-module__sqqsta__staffButton{cursor:pointer;transition:background-color var(--transition-base);background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:.5rem;display:flex}.layout-module__sqqsta__staffButton:hover{background:var(--surface)}.layout-module__sqqsta__staffInfo{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.layout-module__sqqsta__staffName{color:var(--foreground);font-size:.9rem;font-weight:600;line-height:1.2}.layout-module__sqqsta__staffRole{color:var(--text-secondary);text-transform:capitalize;font-size:.75rem}.layout-module__sqqsta__staffDropdownContent{background:var(--surface);border:1px solid var(--border-color);z-index:1000;border-radius:.75rem;min-width:280px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.15)}.layout-module__sqqsta__staffDropdownHeader{background:var(--background-secondary);align-items:center;gap:1rem;padding:1.25rem;display:flex}.layout-module__sqqsta__staffDropdownInfo{flex:1}.layout-module__sqqsta__staffDropdownName{color:var(--foreground);margin-bottom:.25rem;font-size:1rem;font-weight:600}.layout-module__sqqsta__staffDropdownRole{color:var(--text-secondary);text-transform:capitalize;font-size:.85rem}.layout-module__sqqsta__staffDropdownDivider{background:var(--border-color);height:1px}.layout-module__sqqsta__staffDropdownLink{width:100%;color:var(--foreground);text-align:left;cursor:pointer;transition:background-color var(--transition-base);background:0 0;border:none;padding:.875rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;display:block}.layout-module__sqqsta__staffDropdownLink:hover{background:var(--background-secondary);color:var(--brand-primary)}.layout-module__sqqsta__userButton{cursor:pointer;transition:background-color var(--transition-base);background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem;display:flex}.layout-module__sqqsta__userButton:hover{background:var(--surface)}.layout-module__sqqsta__userAvatar{background:var(--brand-primary);width:32px;height:32px;color:var(--background);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.layout-module__sqqsta__userName{color:var(--foreground);font-weight:500}.layout-module__sqqsta__mobileMenuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:3px;padding:.5rem;display:none}.layout-module__sqqsta__hamburger{background:var(--foreground);width:20px;height:2px;transition:all var(--transition-base)}@media (max-width:768px){.layout-module__sqqsta__nav{background:var(--surface);border:1px solid var(--border-color);opacity:0;visibility:hidden;pointer-events:none;transition:all var(--transition-base);border-top:none;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)}.layout-module__sqqsta__navOpen{opacity:1;visibility:visible;transform:translateY(0)}.layout-module__sqqsta__navLink,.layout-module__sqqsta__dropdownButton{border-bottom:1px solid var(--border-color);width:100%;padding:1rem}.layout-module__sqqsta__dropdownContent{box-shadow:none;opacity:1;visibility:visible;border:none;border-radius:0;position:static;transform:none}.layout-module__sqqsta__mobileMenuButton{display:flex}.layout-module__sqqsta__userName{display:none}}.layout-module__sqqsta__footer{background:var(--surface);border-top:1px solid var(--border-color);margin-top:auto}.layout-module__sqqsta__footerContainer{max-width:1200px;margin:0 auto;padding:2rem 1rem 1rem}.layout-module__sqqsta__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.layout-module__sqqsta__footerSection{flex-direction:column;gap:1rem;display:flex}.layout-module__sqqsta__footerTitle{color:var(--brand-primary);margin:0;font-size:1.25rem;font-weight:700}.layout-module__sqqsta__footerSubtitle{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.layout-module__sqqsta__footerDescription{color:var(--foreground);opacity:.8;margin:0;line-height:1.6}.layout-module__sqqsta__footerLinks{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.layout-module__sqqsta__footerLinks a{color:var(--foreground);opacity:.8;transition:opacity var(--transition-base);text-decoration:none}.layout-module__sqqsta__footerLinks a:hover{opacity:1;color:var(--brand-primary)}.layout-module__sqqsta__contactInfo{flex-direction:column;gap:.5rem;display:flex}.layout-module__sqqsta__contactInfo p{color:var(--foreground);opacity:.8;margin:0;font-size:.9rem}.layout-module__sqqsta__footerBottom{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.layout-module__sqqsta__copyright{color:var(--foreground);opacity:.7;margin:0;font-size:.9rem}.layout-module__sqqsta__footerBottomLinks{gap:1rem;display:flex}.layout-module__sqqsta__footerBottomLinks a{color:var(--foreground);opacity:.7;transition:opacity var(--transition-base);font-size:.9rem;text-decoration:none}.layout-module__sqqsta__footerBottomLinks a:hover{opacity:1;color:var(--brand-primary)}@media (max-width:768px){.layout-module__sqqsta__footerContent{grid-template-columns:1fr;gap:1.5rem}.layout-module__sqqsta__footerBottom{text-align:center;flex-direction:column}}
.NavigationLoader-module__jxsIRG__navigationLoader{z-index:9999;background:rgba(0,0,0,.1);height:3px;position:fixed;top:0;left:0;right:0}.NavigationLoader-module__jxsIRG__loaderBar{background:linear-gradient(90deg,var(--brand-primary),#4f46e5);height:100%;transition:width .3s;position:relative;overflow:hidden;box-shadow:0 0 10px rgba(59,130,246,.5)}.NavigationLoader-module__jxsIRG__loaderBar:after{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:1.5s ease-in-out infinite NavigationLoader-module__jxsIRG__shimmer;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes NavigationLoader-module__jxsIRG__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-color-scheme:dark){.NavigationLoader-module__jxsIRG__navigationLoader{background:rgba(255,255,255,.1)}}
.catalog-module__ZyI-Aq__pageContainer{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem 1rem}.catalog-module__ZyI-Aq__pageHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.catalog-module__ZyI-Aq__headerContent{flex:1}.catalog-module__ZyI-Aq__pageTitle{color:var(--text-primary);background:linear-gradient(135deg,var(--primary-600),var(--secondary-600));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.catalog-module__ZyI-Aq__pageSubtitle{color:var(--text-secondary);margin:0;font-size:1.1rem}.catalog-module__ZyI-Aq__headerActions{align-items:center;gap:1rem;display:flex}.catalog-module__ZyI-Aq__filtersGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.catalog-module__ZyI-Aq__filterActions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.catalog-module__ZyI-Aq__resultsSummary{background:var(--background-secondary);border-radius:var(--border-radius);border-left:4px solid var(--primary-500);margin:1.5rem 0;padding:1rem}.catalog-module__ZyI-Aq__resultsSummary p{color:var(--text-secondary);margin:0;font-weight:500}.catalog-module__ZyI-Aq__itemTitle{color:var(--text-primary);margin-bottom:.25rem;font-weight:600}.catalog-module__ZyI-Aq__itemSubtitle{color:var(--text-secondary);font-size:.875rem;font-style:italic}.catalog-module__ZyI-Aq__barcode{background:var(--background-secondary);border-radius:var(--border-radius-sm);color:var(--text-primary);padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.875rem}.catalog-module__ZyI-Aq__actionButtons{align-items:center;gap:.5rem;display:flex}.catalog-module__ZyI-Aq__pagination{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem 0;display:flex}.catalog-module__ZyI-Aq__pageInfo{color:var(--text-secondary);font-weight:500}.catalog-module__ZyI-Aq__pageButtons{gap:.5rem;display:flex}.catalog-module__ZyI-Aq__loadingContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.catalog-module__ZyI-Aq__loader{border:4px solid var(--border-color);border-top:4px solid var(--primary-500);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite catalog-module__ZyI-Aq__spin}@keyframes catalog-module__ZyI-Aq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.catalog-module__ZyI-Aq__emptyState{text-align:center;color:var(--text-secondary);padding:3rem 2rem}.catalog-module__ZyI-Aq__emptyState h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.catalog-module__ZyI-Aq__emptyState p{margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.catalog-module__ZyI-Aq__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}@media (max-width:768px){.catalog-module__ZyI-Aq__pageContainer{padding:1rem .5rem}.catalog-module__ZyI-Aq__pageHeader{flex-direction:column;align-items:stretch;gap:1.5rem}.catalog-module__ZyI-Aq__pageTitle{font-size:2rem}.catalog-module__ZyI-Aq__filtersGrid{grid-template-columns:1fr;gap:1rem}.catalog-module__ZyI-Aq__filterActions{justify-content:stretch}.catalog-module__ZyI-Aq__filterActions button{flex:1}.catalog-module__ZyI-Aq__pagination{text-align:center;flex-direction:column;gap:1rem}.catalog-module__ZyI-Aq__actionButtons{flex-direction:column;gap:.5rem}}@media (max-width:480px){.catalog-module__ZyI-Aq__pageTitle{font-size:1.75rem}.catalog-module__ZyI-Aq__pageSubtitle{font-size:1rem}.catalog-module__ZyI-Aq__headerActions{flex-direction:column;align-items:stretch}}.catalog-module__ZyI-Aq__form{flex-direction:column;gap:2rem;display:flex}.catalog-module__ZyI-Aq__formGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.catalog-module__ZyI-Aq__textAreaContainer{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.catalog-module__ZyI-Aq__formActions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;padding:2rem 0;display:flex}@media (max-width:768px){.catalog-module__ZyI-Aq__formGrid{grid-template-columns:1fr;gap:1rem}.catalog-module__ZyI-Aq__formActions{flex-direction:column-reverse;align-items:stretch}}.catalog-module__ZyI-Aq__detailGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.catalog-module__ZyI-Aq__infoGrid{gap:1rem;display:grid}.catalog-module__ZyI-Aq__infoItem{flex-direction:column;gap:.25rem;display:flex}.catalog-module__ZyI-Aq__infoItem label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.catalog-module__ZyI-Aq__infoItem span{color:var(--text-primary);font-size:1rem}.catalog-module__ZyI-Aq__barcode{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.25rem;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.9rem}.catalog-module__ZyI-Aq__historyList{flex-direction:column;gap:1rem;display:flex}.catalog-module__ZyI-Aq__historyItem{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:.5rem;padding:1rem}.catalog-module__ZyI-Aq__historyItemHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.catalog-module__ZyI-Aq__historyItemDetails{color:var(--text-secondary);flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.catalog-module__ZyI-Aq__formGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.catalog-module__ZyI-Aq__fullWidth{grid-column:1/-1}.catalog-module__ZyI-Aq__formActions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.catalog-module__ZyI-Aq__cropperModal{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.catalog-module__ZyI-Aq__cropperContent{background:#fff;border-radius:.5rem;width:90%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.catalog-module__ZyI-Aq__cropperActions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.catalog-module__ZyI-Aq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.catalog-module__ZyI-Aq__loader{border:4px solid var(--border-color);border-top:4px solid var(--primary-500);border-radius:50%;width:40px;height:40px;animation:1s linear infinite catalog-module__ZyI-Aq__spin}.catalog-module__ZyI-Aq__errorContainer{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}@media (max-width:768px){.catalog-module__ZyI-Aq__pageHeader{flex-direction:column;align-items:stretch}.catalog-module__ZyI-Aq__headerActions{justify-content:flex-start}.catalog-module__ZyI-Aq__detailGrid,.catalog-module__ZyI-Aq__formGrid{grid-template-columns:1fr}.catalog-module__ZyI-Aq__formActions{flex-direction:column-reverse}}
.circulation-module__rKdTnq__pageContainer{background:var(--background);min-height:100vh;padding:2rem 1rem}.circulation-module__rKdTnq__pageHeader{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.circulation-module__rKdTnq__pageTitle{color:var(--brand-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.circulation-module__rKdTnq__pageSubtitle{color:var(--foreground);opacity:.8;margin:0;font-size:1.1rem}.circulation-module__rKdTnq__contentGrid{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.circulation-module__rKdTnq__contentGrid{grid-template-columns:2fr 1fr}}@media (min-width:1024px){.circulation-module__rKdTnq__contentGrid{grid-template-columns:1fr 1fr}}.circulation-module__rKdTnq__form{flex-direction:column;gap:1.5rem;display:flex}.circulation-module__rKdTnq__formActions{gap:1rem;margin-top:1rem;display:flex}.circulation-module__rKdTnq__submitButton{flex:1;padding:.875rem;font-size:1.1rem;font-weight:600}.circulation-module__rKdTnq__resultCard{background:var(--surface);border:2px solid var(--brand-primary);border-radius:.75rem;margin-top:1rem;padding:1.5rem}.circulation-module__rKdTnq__resultItem{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem;display:flex}.circulation-module__rKdTnq__resultItem:last-child{border-bottom:none}.circulation-module__rKdTnq__resultItem strong{color:var(--brand-primary);font-weight:600}.circulation-module__rKdTnq__guidelines{padding:0}.circulation-module__rKdTnq__guidelinesList{margin:0;padding:0;list-style:none}.circulation-module__rKdTnq__guidelinesList li{border-bottom:1px solid var(--border-color);color:var(--foreground);padding:.75rem 0 .75rem 1.5rem;line-height:1.5;position:relative}.circulation-module__rKdTnq__guidelinesList li:last-child{border-bottom:none}.circulation-module__rKdTnq__guidelinesList li:before{content:"✓";color:var(--brand-primary);font-size:1.1rem;font-weight:700;position:absolute;top:.75rem;left:0}@media (max-width:768px){.circulation-module__rKdTnq__pageContainer{padding:1rem .5rem}.circulation-module__rKdTnq__pageTitle{font-size:2rem}.circulation-module__rKdTnq__pageSubtitle{font-size:1rem}.circulation-module__rKdTnq__formActions{flex-direction:column}.circulation-module__rKdTnq__resultItem{flex-direction:column;align-items:flex-start;gap:.25rem}}.circulation-module__rKdTnq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.circulation-module__rKdTnq__loader{border:4px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite circulation-module__rKdTnq__spin}@keyframes circulation-module__rKdTnq__spin{to{transform:rotate(360deg)}}.circulation-module__rKdTnq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.circulation-module__rKdTnq__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.circulation-module__rKdTnq__emptyState h3{color:var(--foreground);margin-bottom:.5rem}.circulation-module__rKdTnq__emptyState p{color:var(--foreground);opacity:.7;margin:0}.circulation-module__rKdTnq__tableHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.circulation-module__rKdTnq__tableInfo{color:var(--foreground);opacity:.7;font-size:.9rem}.circulation-module__rKdTnq__pagination{border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:1rem;display:flex}.circulation-module__rKdTnq__pageInfo{color:var(--foreground);opacity:.7;font-size:.9rem}.circulation-module__rKdTnq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.circulation-module__rKdTnq__statCard{background:var(--surface);border:1px solid var(--border-color);text-align:center;transition:transform var(--transition-base);border-radius:.75rem;padding:1.5rem}.circulation-module__rKdTnq__statCard:hover{transform:translateY(-2px)}.circulation-module__rKdTnq__statValue{color:var(--brand-primary);margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1}.circulation-module__rKdTnq__statLabel{color:var(--foreground);opacity:.7;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.circulation-module__rKdTnq__quickActions,.circulation-module__rKdTnq__actionList{flex-direction:column;gap:1.5rem;display:flex}.circulation-module__rKdTnq__actionItem{border:1px solid var(--border-color);background:var(--surface);border-radius:.75rem;padding:1.5rem}.circulation-module__rKdTnq__actionItem h4{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem}.circulation-module__rKdTnq__actionItem p{color:var(--foreground);opacity:.7;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.circulation-module__rKdTnq__actionButton{width:100%}@media (prefers-color-scheme:dark){.circulation-module__rKdTnq__resultCard{border-color:var(--brand-accent)}.circulation-module__rKdTnq__statCard,.circulation-module__rKdTnq__actionItem{background:var(--background)}}.circulation-module__rKdTnq__summaryPrompt{border-top:1px solid var(--border-color);text-align:center;margin-top:1.5rem;padding-top:1.5rem}.circulation-module__rKdTnq__summaryPrompt p{color:var(--foreground);margin-bottom:1rem;font-weight:500}.circulation-module__rKdTnq__summaryForm{flex-direction:column;gap:1.5rem;display:flex}.circulation-module__rKdTnq__summaryInfo p{color:var(--foreground);margin:.25rem 0}.circulation-module__rKdTnq__summaryHint{font-size:.9rem;font-style:italic;color:var(--brand-primary)!important;margin-top:.5rem!important}.circulation-module__rKdTnq__formGroup{flex-direction:column;gap:.5rem;display:flex}.circulation-module__rKdTnq__label{color:var(--foreground);font-size:.9rem;font-weight:600}.circulation-module__rKdTnq__summaryTextarea{border:1px solid var(--border-color);resize:vertical;background:var(--surface);width:100%;min-height:120px;color:var(--foreground);border-radius:.375rem;padding:.75rem;font-family:inherit;font-size:.9rem;line-height:1.5}.circulation-module__rKdTnq__summaryTextarea:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.circulation-module__rKdTnq__ratingSelect{border:1px solid var(--border-color);background:var(--surface);width:100%;color:var(--foreground);border-radius:.375rem;padding:.75rem;font-size:.9rem}.circulation-module__rKdTnq__ratingSelect:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}@media (max-width:768px){.circulation-module__rKdTnq__summaryForm{gap:1rem}.circulation-module__rKdTnq__summaryTextarea{min-height:100px}}.circulation-module__rKdTnq__submitPrompt{text-align:center;background:color-mix(in srgb,var(--surface)95%,var(--brand-primary)5%);border:1px solid var(--border-color);border-radius:.5rem;padding:2rem}.circulation-module__rKdTnq__submitPrompt p{color:var(--foreground);margin-bottom:1.5rem;font-size:1.1rem}.circulation-module__rKdTnq__filtersSection{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:1.5rem}.circulation-module__rKdTnq__filtersGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end;gap:1rem;display:grid}.circulation-module__rKdTnq__filterActions{gap:.5rem;display:flex}.circulation-module__rKdTnq__summariesList{flex-direction:column;gap:1.5rem;display:flex}.circulation-module__rKdTnq__summariesStats{background:var(--surface);border:1px solid var(--border-color);border-radius:.5rem;justify-content:center;gap:2rem;padding:1rem;display:flex}.circulation-module__rKdTnq__statItem{text-align:center;flex-direction:column;align-items:center;display:flex}.circulation-module__rKdTnq__statNumber{color:var(--brand-primary);font-size:1.5rem;font-weight:700}.circulation-module__rKdTnq__statLabel{color:var(--foreground);opacity:.7;font-size:.9rem}.circulation-module__rKdTnq__summaryCards{flex-direction:column;gap:1rem;display:flex}.circulation-module__rKdTnq__summaryCard{background:var(--surface);border:1px solid var(--border-color);border-radius:.5rem;padding:1.5rem;transition:all .2s}.circulation-module__rKdTnq__summaryCard:hover{border-color:var(--brand-primary);box-shadow:0 2px 8px rgba(0,0,0,.1)}.circulation-module__rKdTnq__summaryHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.circulation-module__rKdTnq__summaryTitle{flex-direction:column;gap:.25rem;display:flex}.circulation-module__rKdTnq__summaryTitle strong{color:var(--foreground);font-size:1.1rem}.circulation-module__rKdTnq__summaryBarcode{color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary)10%,transparent 90%);border-radius:.25rem;padding:.125rem .25rem;font-family:Courier New,monospace;font-size:.85rem}.circulation-module__rKdTnq__summaryMeta{color:var(--foreground);opacity:.8;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.circulation-module__rKdTnq__pointsAwarded{background:var(--brand-primary);color:#fff;border-radius:.25rem;padding:.125rem .5rem;font-size:.8rem;font-weight:600}.circulation-module__rKdTnq__summaryContent{background:color-mix(in srgb,var(--surface)95%,var(--foreground)5%);border-left:3px solid var(--brand-primary);border-radius:.375rem;margin-bottom:1rem;padding:1rem}.circulation-module__rKdTnq__summaryContent p{color:var(--foreground);margin:0;line-height:1.6}.circulation-module__rKdTnq__summaryFeedback{background:color-mix(in srgb,var(--surface)95%,green 5%);border-left:3px solid green;border-radius:.375rem;padding:1rem}.circulation-module__rKdTnq__summaryFeedback strong{color:green;margin-bottom:.5rem;display:block}.circulation-module__rKdTnq__summaryFeedback p{color:var(--foreground);margin:0 0 .5rem}.circulation-module__rKdTnq__summaryFeedback small{color:var(--foreground);opacity:.7;font-style:italic}.circulation-module__rKdTnq__characterCount{text-align:right;margin-top:.5rem}.circulation-module__rKdTnq__characterWarning{color:orange;font-size:.85rem;font-weight:500}@media (max-width:768px){.circulation-module__rKdTnq__filtersGrid{grid-template-columns:1fr}.circulation-module__rKdTnq__filterActions{flex-direction:column}.circulation-module__rKdTnq__summariesStats{flex-direction:column;gap:1rem}.circulation-module__rKdTnq__summaryHeader{flex-direction:column;align-items:stretch;gap:1rem}.circulation-module__rKdTnq__summaryMeta{flex-direction:column;gap:.5rem}}.circulation-module__rKdTnq__reviewContainer{max-width:1200px;margin:0 auto}.circulation-module__rKdTnq__reviewGrid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;display:grid}.circulation-module__rKdTnq__reviewCard{flex-direction:column;gap:1.5rem;display:flex}.circulation-module__rKdTnq__summaryInfo{background:color-mix(in srgb,var(--surface)95%,var(--brand-primary)5%);border:1px solid var(--border-color);border-radius:.5rem;padding:1rem}.circulation-module__rKdTnq__summaryMeta{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;display:grid}.circulation-module__rKdTnq__metaItem{color:var(--foreground);font-size:.9rem}.circulation-module__rKdTnq__metaItem strong{color:var(--brand-primary)}.circulation-module__rKdTnq__summaryContent h4{color:var(--brand-primary);margin-bottom:.75rem;font-size:1rem}.circulation-module__rKdTnq__summaryText{background:var(--surface);border-left:3px solid var(--brand-primary);color:var(--foreground);border-radius:.375rem;max-height:200px;padding:1rem;line-height:1.6;overflow-y:auto}.circulation-module__rKdTnq__reviewForm{background:color-mix(in srgb,var(--surface)98%,green 2%);border:1px solid var(--border-color);border-radius:.5rem;padding:1.5rem}.circulation-module__rKdTnq__reviewInputs{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.circulation-module__rKdTnq__pointsInput{max-width:200px}.circulation-module__rKdTnq__feedbackInput{flex-direction:column;gap:.5rem;display:flex}.circulation-module__rKdTnq__feedbackTextarea{border:1px solid var(--border-color);resize:vertical;background:var(--surface);width:100%;color:var(--foreground);border-radius:.375rem;padding:.75rem;font-family:inherit;font-size:.9rem;line-height:1.5}.circulation-module__rKdTnq__feedbackTextarea:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.circulation-module__rKdTnq__reviewActions{justify-content:flex-end;gap:1rem;display:flex}.circulation-module__rKdTnq__reviewActions button[class*=success]{color:#fff;background:#16a34a;border:1px solid #16a34a}.circulation-module__rKdTnq__reviewActions button[class*=success]:hover:not(:disabled){background:#15803d;border-color:#15803d}.circulation-module__rKdTnq__reviewActions button[class*=danger]{color:#fff;background:#dc2626;border:1px solid #dc2626}.circulation-module__rKdTnq__reviewActions button[class*=danger]:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}@media (max-width:768px){.circulation-module__rKdTnq__reviewGrid,.circulation-module__rKdTnq__summaryMeta{grid-template-columns:1fr}.circulation-module__rKdTnq__reviewActions{flex-direction:column}.circulation-module__rKdTnq__pointsInput{max-width:100%}}
.patrons-module__wSNgtq__pageContainer{background:var(--background);min-height:100vh;padding:2rem 1rem}.patrons-module__wSNgtq__pageHeader{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.patrons-module__wSNgtq__pageTitle{color:var(--brand-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.patrons-module__wSNgtq__pageSubtitle{color:var(--foreground);opacity:.8;margin:0;font-size:1.1rem}.patrons-module__wSNgtq__contentGrid{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.patrons-module__wSNgtq__contentGrid{grid-template-columns:1fr 2fr}}.patrons-module__wSNgtq__filtersGrid{flex-direction:column;gap:1rem;display:flex}.patrons-module__wSNgtq__filterActions{gap:1rem;margin-top:1rem;display:flex}.patrons-module__wSNgtq__clearButton,.patrons-module__wSNgtq__refreshButton{flex:1}.patrons-module__wSNgtq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.patrons-module__wSNgtq__loader{border:4px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite patrons-module__wSNgtq__spin}@keyframes patrons-module__wSNgtq__spin{to{transform:rotate(360deg)}}.patrons-module__wSNgtq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.patrons-module__wSNgtq__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.patrons-module__wSNgtq__emptyState h3{color:var(--foreground);margin-bottom:.5rem}.patrons-module__wSNgtq__emptyState p{color:var(--foreground);opacity:.7;margin-bottom:1rem}.patrons-module__wSNgtq__tableHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.patrons-module__wSNgtq__tableInfo{color:var(--foreground);opacity:.7;font-size:.9rem}.patrons-module__wSNgtq__pagination{border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:1rem;display:flex}.patrons-module__wSNgtq__pageInfo{color:var(--foreground);opacity:.7;font-size:.9rem}.patrons-module__wSNgtq__actionButtons{gap:.5rem;display:flex}@media (max-width:768px){.patrons-module__wSNgtq__pageContainer{padding:1rem .5rem}.patrons-module__wSNgtq__pageTitle{font-size:2rem}.patrons-module__wSNgtq__pageSubtitle{font-size:1rem}.patrons-module__wSNgtq__contentGrid{grid-template-columns:1fr}.patrons-module__wSNgtq__filterActions{flex-direction:column}.patrons-module__wSNgtq__tableHeader{flex-direction:column;align-items:stretch;gap:1rem}.patrons-module__wSNgtq__actionButtons{flex-direction:column}}.patrons-module__wSNgtq__detailGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.patrons-module__wSNgtq__headerActions{justify-content:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.patrons-module__wSNgtq__profileCard{padding:1rem 0}.patrons-module__wSNgtq__avatarSection{align-items:center;gap:1.5rem;display:flex}.patrons-module__wSNgtq__avatarCard{text-align:center}.patrons-module__wSNgtq__avatarCardContent{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;display:flex}.patrons-module__wSNgtq__largeAvatarContainer{display:inline-block;position:relative}.patrons-module__wSNgtq__photoActions{justify-content:center;gap:1rem;display:flex}.patrons-module__wSNgtq__photoButton{min-width:120px}.patrons-module__wSNgtq__photoHint{color:var(--foreground);opacity:.7;text-align:center;margin:0;font-size:.9rem}.patrons-module__wSNgtq__cropperModal{z-index:1000;background:rgba(0,0,0,.8);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.patrons-module__wSNgtq__cropperContent{background:var(--surface);border-radius:.5rem;width:90%;max-width:500px;max-height:80vh;padding:2rem;overflow-y:auto}.patrons-module__wSNgtq__cropperContent h3{text-align:center;color:var(--foreground);margin-bottom:1rem}.patrons-module__wSNgtq__cropperPreview{justify-content:center;margin-bottom:1.5rem;display:flex}.patrons-module__wSNgtq__cropperImage{border:2px solid var(--border-color);border-radius:.5rem;max-width:100%;max-height:300px}.patrons-module__wSNgtq__cropInfo{text-align:center;margin-top:1rem}.patrons-module__wSNgtq__cropInfo p{color:var(--foreground);opacity:.7;margin:0;font-size:.9rem}.patrons-module__wSNgtq__cameraPreview{justify-content:center;margin-bottom:1.5rem;display:flex}.patrons-module__wSNgtq__cameraVideo{border:2px solid var(--border-color);object-fit:cover;background:#000;border-radius:.5rem;width:100%;max-width:100%;max-height:300px}.patrons-module__wSNgtq__cropperActions{justify-content:center;gap:1rem;display:flex}.patrons-module__wSNgtq__avatarContainer{display:inline-block;position:relative}.patrons-module__wSNgtq__avatarOverlay{opacity:0;transition:opacity .2s;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.patrons-module__wSNgtq__avatarContainer:hover .patrons-module__wSNgtq__avatarOverlay{opacity:1}.patrons-module__wSNgtq__patronBasicInfo{flex:1}.patrons-module__wSNgtq__patronName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.patrons-module__wSNgtq__patronBadges{gap:.5rem;margin-bottom:.5rem;display:flex}.patrons-module__wSNgtq__infoGrid{flex-direction:column;gap:1rem;display:flex}.patrons-module__wSNgtq__infoItem{flex-direction:column;gap:.25rem;display:flex}.patrons-module__wSNgtq__infoItem label{color:var(--brand-primary);font-size:.9rem;font-weight:600}.patrons-module__wSNgtq__infoItem span{color:var(--foreground);font-size:.95rem}.patrons-module__wSNgtq__pointsValue{color:var(--brand-primary);font-size:1.1rem;font-weight:700}.patrons-module__wSNgtq__historyList{flex-direction:column;gap:1rem;display:flex}.patrons-module__wSNgtq__historyItem{border:1px solid var(--border-color);background:var(--surface);border-radius:.5rem;padding:1rem}.patrons-module__wSNgtq__historyItemHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.patrons-module__wSNgtq__historyItemDetails{color:var(--foreground);opacity:.8;flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.patrons-module__wSNgtq__noHistory{text-align:center;color:var(--foreground);opacity:.7;padding:2rem;font-style:italic}.patrons-module__wSNgtq__errorContainer{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}@media (max-width:768px){.patrons-module__wSNgtq__detailGrid{grid-template-columns:1fr}.patrons-module__wSNgtq__headerActions{flex-direction:column}.patrons-module__wSNgtq__avatarSection{text-align:center;flex-direction:column}.patrons-module__wSNgtq__historyItemDetails{flex-direction:column;gap:.5rem}}.patrons-module__wSNgtq__formGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.patrons-module__wSNgtq__formActions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;display:flex}@media (max-width:768px){.patrons-module__wSNgtq__formGrid{grid-template-columns:1fr}.patrons-module__wSNgtq__formActions{flex-direction:column}.patrons-module__wSNgtq__photoActions{flex-direction:column;gap:.75rem}.patrons-module__wSNgtq__photoButton{width:100%;min-width:auto}.patrons-module__wSNgtq__cropperContent{width:95%;padding:1rem}.patrons-module__wSNgtq__cropperActions{flex-direction:column}}.patrons-module__wSNgtq__progressContainer{max-width:1200px;margin:2rem auto}.patrons-module__wSNgtq__progressBar{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;position:relative}.patrons-module__wSNgtq__progressBar:before{content:"";background:var(--border-color);z-index:1;height:2px;position:absolute;top:20px;left:0;right:0}.patrons-module__wSNgtq__progressStep{z-index:2;background:var(--background);flex-direction:column;align-items:center;padding:0 1rem;display:flex;position:relative}.patrons-module__wSNgtq__stepNumber{background:var(--surface);border:2px solid var(--border-color);width:40px;height:40px;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-weight:600;transition:all .3s;display:flex}.patrons-module__wSNgtq__stepLabel{color:var(--foreground);opacity:.7;text-align:center;white-space:nowrap;font-size:.9rem}.patrons-module__wSNgtq__progressStep.patrons-module__wSNgtq__active .patrons-module__wSNgtq__stepNumber,.patrons-module__wSNgtq__progressStep.patrons-module__wSNgtq__completed .patrons-module__wSNgtq__stepNumber{background:var(--brand-primary);color:var(--background);border-color:var(--brand-primary)}.patrons-module__wSNgtq__progressStep.patrons-module__wSNgtq__completed .patrons-module__wSNgtq__stepNumber:after{content:"✓"}.patrons-module__wSNgtq__progressStep.patrons-module__wSNgtq__active .patrons-module__wSNgtq__stepLabel,.patrons-module__wSNgtq__progressStep.patrons-module__wSNgtq__completed .patrons-module__wSNgtq__stepLabel{opacity:1;color:var(--brand-primary)}.patrons-module__wSNgtq__stepContent{max-width:1200px;margin:0 auto 2rem}.patrons-module__wSNgtq__stepNavigation{justify-content:space-between;align-items:center;width:100%;display:flex}.patrons-module__wSNgtq__stepNavigation>:only-child{margin-left:auto}.patrons-module__wSNgtq__preferencesSection{margin-bottom:2rem}.patrons-module__wSNgtq__sectionLabel{color:var(--foreground);margin-bottom:1rem;font-weight:600;display:block}.patrons-module__wSNgtq__checkboxGroup{flex-direction:column;gap:.75rem;display:flex}.patrons-module__wSNgtq__checkboxLabel{cursor:pointer;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem;transition:background-color .2s;display:flex}.patrons-module__wSNgtq__checkboxLabel:hover{background:color-mix(in srgb,var(--surface)90%,var(--brand-primary)10%)}.patrons-module__wSNgtq__checkboxLabel input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-primary)}.patrons-module__wSNgtq__checkboxLabel span{color:var(--foreground);font-size:.95rem}.patrons-module__wSNgtq__summarySection{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2rem}.patrons-module__wSNgtq__summarySection h3{color:var(--brand-primary);margin-bottom:1rem;font-size:1.2rem}.patrons-module__wSNgtq__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.patrons-module__wSNgtq__summaryItem{background:color-mix(in srgb,var(--surface)95%,var(--brand-primary)5%);border:1px solid var(--border-color);border-radius:.375rem;padding:.75rem}.patrons-module__wSNgtq__summaryItem strong{color:var(--brand-primary);margin-bottom:.25rem;display:block}@media (max-width:768px){.patrons-module__wSNgtq__progressBar{flex-direction:column;gap:1rem}.patrons-module__wSNgtq__progressBar:before{display:none}.patrons-module__wSNgtq__stepLabel{white-space:normal}.patrons-module__wSNgtq__stepNavigation{flex-direction:column;gap:1rem}.patrons-module__wSNgtq__stepNavigation>:only-child{margin-left:0}.patrons-module__wSNgtq__summaryGrid{grid-template-columns:1fr}.patrons-module__wSNgtq__checkboxGroup{gap:1rem}.patrons-module__wSNgtq__checkboxLabel{border:1px solid var(--border-color);border-radius:.5rem;padding:.75rem}}@media (prefers-color-scheme:dark){.patrons-module__wSNgtq__pageContainer,.patrons-module__wSNgtq__historyItem,.patrons-module__wSNgtq__summaryItem{background:var(--background)}}.patrons-module__wSNgtq__selectionHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.patrons-module__wSNgtq__selectionInfo{color:var(--brand-primary);font-size:.9rem;font-weight:600}.patrons-module__wSNgtq__patronsList{flex-direction:column;gap:.5rem;max-height:400px;padding:.5rem;display:flex;overflow-y:auto}.patrons-module__wSNgtq__patronItem{border:1px solid var(--border-color);border-radius:.5rem;transition:all .2s}.patrons-module__wSNgtq__patronItem:hover{background:color-mix(in srgb,var(--surface)90%,var(--brand-primary)10%);border-color:var(--brand-primary)}.patrons-module__wSNgtq__patronCheckbox{cursor:pointer;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.patrons-module__wSNgtq__patronCheckbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-primary);flex-shrink:0}.patrons-module__wSNgtq__patronInfo{flex:1}.patrons-module__wSNgtq__patronName{color:var(--foreground);margin-bottom:.25rem;font-weight:600}.patrons-module__wSNgtq__patronBarcode{color:var(--foreground);opacity:.7;font-size:.9rem}.patrons-module__wSNgtq__generateActions{border-top:1px solid var(--border-color);justify-content:center;margin-top:1rem;padding:1.5rem;display:flex}@media print{.patrons-module__wSNgtq__pageContainer{background:#fff;padding:0}.patrons-module__wSNgtq__pageHeader{display:none}.patrons-module__wSNgtq__grid{grid-template-columns:repeat(3,1fr)!important;gap:2mm!important}}@media (max-width:768px){.patrons-module__wSNgtq__selectionHeader{flex-direction:column;align-items:stretch;gap:1rem}.patrons-module__wSNgtq__patronCheckbox{padding:.75rem}.patrons-module__wSNgtq__patronsList{max-height:300px}}.patrons-module__wSNgtq__modernContainer{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.patrons-module__wSNgtq__searchSection,.patrons-module__wSNgtq__selectionPanel{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.patrons-module__wSNgtq__selectionStats{gap:1rem;margin-bottom:1.5rem;display:flex}.patrons-module__wSNgtq__statCard{background:linear-gradient(135deg,var(--brand-primary),#4f46e5);color:#fff;text-align:center;border-radius:8px;flex:1;padding:1.5rem}.patrons-module__wSNgtq__statNumber{margin-bottom:.5rem;font-size:2rem;font-weight:700}.patrons-module__wSNgtq__statLabel{opacity:.9;font-size:.9rem}.patrons-module__wSNgtq__bulkActions{justify-content:center;gap:1rem;display:flex}.patrons-module__wSNgtq__patronsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem 0;display:grid}.patrons-module__wSNgtq__patronCard{background:var(--surface);border:2px solid var(--border-color);cursor:pointer;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1)}.patrons-module__wSNgtq__patronCard:hover{border-color:var(--brand-primary);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.patrons-module__wSNgtq__patronCard.patrons-module__wSNgtq__selected{border-color:var(--brand-primary);background:color-mix(in srgb,var(--surface)95%,var(--brand-primary)5%);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary)20%,transparent 80%)}.patrons-module__wSNgtq__patronCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.patrons-module__wSNgtq__checkboxContainer{position:relative}.patrons-module__wSNgtq__modernCheckbox{width:20px;height:20px;accent-color:var(--brand-primary);cursor:pointer;transform:scale(1.2)}.patrons-module__wSNgtq__patronCardBody{text-align:center}.patrons-module__wSNgtq__patronCardName{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.patrons-module__wSNgtq__patronCardBarcode{color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary)10%,transparent 90%);border-radius:4px;margin-bottom:.75rem;padding:.25rem .5rem;font-family:Courier New,monospace;font-size:.9rem;display:inline-block}.patrons-module__wSNgtq__patronCardMeta{justify-content:center;gap:.5rem;display:flex}.patrons-module__wSNgtq__patronType,.patrons-module__wSNgtq__patronGender{background:var(--background);color:var(--foreground);opacity:.8;border-radius:12px;padding:.25rem .5rem;font-size:.8rem}.patrons-module__wSNgtq__barcodeCard{box-sizing:border-box;page-break-inside:avoid;background:#fff;border:1px solid #ccc;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:85mm;height:54mm;padding:4mm;font-family:Arial,sans-serif;display:flex;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.1)}.patrons-module__wSNgtq__cardHeader{text-align:center;width:100%;margin-bottom:6px}.patrons-module__wSNgtq__foundationName{color:#888;letter-spacing:.5px;margin:0;font-size:14px;font-weight:400}.patrons-module__wSNgtq__barcodeContainer{justify-content:center;align-items:center;margin:8px 0;display:flex}.patrons-module__wSNgtq__barcodeSvg{max-width:100%;height:auto}.patrons-module__wSNgtq__barcodeNumber{color:#000;letter-spacing:1px;margin:6px 0 8px;font-family:Arial,sans-serif;font-size:16px;font-weight:700}.patrons-module__wSNgtq__patronNameContainer{text-align:center;width:100%;margin-top:6px}.patrons-module__wSNgtq__nameLabel{color:#888;font-size:12px;font-weight:400}.patrons-module__wSNgtq__patronNameText{color:#888;margin-left:4px;font-size:12px;font-weight:400}.patrons-module__wSNgtq__previewContainer{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.patrons-module__wSNgtq__barcodeGrid{grid-template-columns:repeat(auto-fit,minmax(85mm,1fr));justify-items:center;gap:15mm;max-width:100%;padding:1rem;display:grid}.patrons-module__wSNgtq__cardActions{opacity:0;gap:5px;transition:opacity .3s;display:flex;position:absolute;top:10px;right:10px}.patrons-module__wSNgtq__barcodeCard:hover .patrons-module__wSNgtq__cardActions{opacity:1}.patrons-module__wSNgtq__cardActionBtn{color:#fff;cursor:pointer;background:rgba(0,0,0,.7);border:none;border-radius:4px;padding:5px 8px;font-size:12px;transition:background .2s}.patrons-module__wSNgtq__cardActionBtn:hover{background:rgba(0,0,0,.9)}@media (max-width:768px){.patrons-module__wSNgtq__selectionStats,.patrons-module__wSNgtq__bulkActions{flex-direction:column}.patrons-module__wSNgtq__patronsGrid{grid-template-columns:1fr}.patrons-module__wSNgtq__barcodeGrid{grid-template-columns:1fr;gap:15px}.patrons-module__wSNgtq__barcodeCard{width:100%;max-width:320px}}@media (max-width:480px){.patrons-module__wSNgtq__modernContainer{gap:1rem}.patrons-module__wSNgtq__searchSection,.patrons-module__wSNgtq__selectionPanel,.patrons-module__wSNgtq__previewContainer,.patrons-module__wSNgtq__statCard{padding:1rem}.patrons-module__wSNgtq__statNumber{font-size:1.5rem}.patrons-module__wSNgtq__barcodeCard{width:280px;height:180px;padding:15px}.patrons-module__wSNgtq__barcodeCard{width:100%;max-width:280px;height:180px;padding:3mm}.patrons-module__wSNgtq__foundationName{font-size:12px}.patrons-module__wSNgtq__barcodeNumber{font-size:14px}.patrons-module__wSNgtq__nameLabel,.patrons-module__wSNgtq__patronNameText{font-size:10px}.patrons-module__wSNgtq__barcodeGrid{grid-template-columns:1fr;gap:10mm}}.patrons-module__wSNgtq__deleteConfirmModal{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.patrons-module__wSNgtq__deleteConfirmContent{background:var(--surface);border-radius:.5rem;width:90%;max-width:500px;max-height:80vh;padding:2rem;overflow-y:auto}.patrons-module__wSNgtq__deleteWarning{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin:1rem 0;padding:1rem}.patrons-module__wSNgtq__deleteWarning p{color:#991b1b;margin:0;font-size:.9rem}.patrons-module__wSNgtq__confirmInput{border:1px solid #d1d5db;border-radius:.375rem;width:100%;margin-top:.5rem;padding:.75rem;font-family:Courier New,monospace;font-size:.9rem}.patrons-module__wSNgtq__confirmInput:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.patrons-module__wSNgtq__dangerButton{color:#fff;background:#dc2626;border:1px solid #dc2626}.patrons-module__wSNgtq__dangerButton:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.patrons-module__wSNgtq__dangerButton:disabled{cursor:not-allowed;background:#fca5a5;border-color:#fca5a5}
