.Sidebar-module__XRNO5a__sidebar{background:var(--card);border-right:1px solid var(--border);z-index:50;flex-direction:column;width:260px;height:100vh;padding:2rem 1rem;display:flex;position:fixed;top:0;left:0}.Sidebar-module__XRNO5a__logo{align-items:center;gap:.75rem;padding:0 .5rem 2.5rem;display:flex}.Sidebar-module__XRNO5a__logoIcon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:700;display:flex}.Sidebar-module__XRNO5a__logoText{color:var(--primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Sidebar-module__XRNO5a__nav{flex-direction:column;flex:1;gap:.5rem;padding-right:.5rem;display:flex;overflow:hidden auto}.Sidebar-module__XRNO5a__nav::-webkit-scrollbar{width:4px}.Sidebar-module__XRNO5a__nav::-webkit-scrollbar-track{background:0 0}.Sidebar-module__XRNO5a__nav::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.Sidebar-module__XRNO5a__nav::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.Sidebar-module__XRNO5a__navItem{border-radius:var(--radius-sm);color:var(--muted-foreground);align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__XRNO5a__navItem:hover{background:var(--muted);color:var(--foreground)}.Sidebar-module__XRNO5a__navItem.Sidebar-module__XRNO5a__active{background:var(--primary-light);color:var(--primary)}.Sidebar-module__XRNO5a__footer{border-top:1px solid var(--border);padding-top:1rem}.Sidebar-module__XRNO5a__logoutBtn{border-radius:var(--radius-sm);color:#ef4444;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__XRNO5a__logoutBtn:hover{background:#fef2f2}
.MainLayout-module__56aLsq__container{min-height:100vh;display:flex}.MainLayout-module__56aLsq__main{background-color:var(--muted);flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}.MainLayout-module__56aLsq__header{background:var(--card);border-bottom:1px solid var(--border);z-index:40;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0}.MainLayout-module__56aLsq__headerActions{align-items:center;gap:2rem;display:flex}.MainLayout-module__56aLsq__notificationBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.MainLayout-module__56aLsq__notificationBtn:hover{color:var(--primary);background:var(--muted-light);border-radius:50%}.MainLayout-module__56aLsq__badge{background:var(--primary);color:#fff;border:2px solid var(--card);border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.MainLayout-module__56aLsq__userInfo{align-items:center;gap:.75rem;display:flex}.MainLayout-module__56aLsq__userAvatar{background:var(--primary);color:#fff;width:40px;height:40px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.MainLayout-module__56aLsq__userDetails{flex-direction:column;display:flex}.MainLayout-module__56aLsq__userName{color:var(--foreground);font-size:.875rem;font-weight:600}.MainLayout-module__56aLsq__userRole{color:var(--muted-foreground);text-transform:capitalize;font-size:.75rem}.MainLayout-module__56aLsq__content{flex:1;padding:2rem}.MainLayout-module__56aLsq__loadingOverlay{background:var(--background);justify-content:center;align-items:center;height:100vh;display:flex}.MainLayout-module__56aLsq__spinner{border:4px solid var(--muted);border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite MainLayout-module__56aLsq__spin}@keyframes MainLayout-module__56aLsq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.MainLayout-module__56aLsq__main{margin-left:0}}
.NewAppointment-module__CbnElW__container{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.NewAppointment-module__CbnElW__header{flex-direction:column;gap:.5rem;display:flex}.NewAppointment-module__CbnElW__backBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;padding:0;font-weight:500;display:flex}.NewAppointment-module__CbnElW__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.NewAppointment-module__CbnElW__formGrid,.NewAppointment-module__CbnElW__section{flex-direction:column;gap:1.5rem;display:flex}.NewAppointment-module__CbnElW__sectionHeader{color:var(--primary);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:.75rem;display:flex}.NewAppointment-module__CbnElW__sectionHeader h3{color:var(--foreground);font-size:1.125rem;font-weight:600}.NewAppointment-module__CbnElW__inputRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.NewAppointment-module__CbnElW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.NewAppointment-module__CbnElW__label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.NewAppointment-module__CbnElW__input,.NewAppointment-module__CbnElW__select,.NewAppointment-module__CbnElW__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.NewAppointment-module__CbnElW__input:focus,.NewAppointment-module__CbnElW__select:focus,.NewAppointment-module__CbnElW__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.NewAppointment-module__CbnElW__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem}.NewAppointment-module__CbnElW__textarea{resize:vertical}.NewAppointment-module__CbnElW__proceduresList{flex-direction:column;gap:1rem;display:flex}.NewAppointment-module__CbnElW__procedureRow{align-items:center;gap:.5rem;display:flex}.NewAppointment-module__CbnElW__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem}.NewAppointment-module__CbnElW__removeBtn:hover{background:#fef2f2}.NewAppointment-module__CbnElW__addProcBtn{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted-foreground);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.6rem;font-weight:500;transition:all .2s;display:flex}.NewAppointment-module__CbnElW__addProcBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.NewAppointment-module__CbnElW__error{color:#ef4444;font-size:.75rem}.NewAppointment-module__CbnElW__errorAlert{color:#b91c1c;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fee2e2;padding:1rem}.NewAppointment-module__CbnElW__actions{justify-content:flex-end;gap:1rem;padding:1rem 0 3rem;display:flex}.NewAppointment-module__CbnElW__slotBtn{background:var(--background);border:1px solid var(--border);cursor:pointer;color:var(--foreground);border-radius:6px;padding:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.NewAppointment-module__CbnElW__slotBtn:hover{border-color:var(--primary);background:var(--primary-light)}.NewAppointment-module__CbnElW__slotSelected{background:var(--primary);color:#fff;border-color:var(--primary)}.NewAppointment-module__CbnElW__spin,.NewAppointment-module__CbnElW__spinner{animation:1s linear infinite NewAppointment-module__CbnElW__spin}@keyframes NewAppointment-module__CbnElW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NewAppointment-module__CbnElW__wizardHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;position:relative}.NewAppointment-module__CbnElW__wizardStep{z-index:1;background:var(--background);flex-direction:column;align-items:center;gap:.5rem;padding:0 .5rem;display:flex}.NewAppointment-module__CbnElW__stepCircle{background:var(--background);border:2px solid var(--border);width:36px;height:36px;color:var(--muted-foreground);border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.NewAppointment-module__CbnElW__stepActive .NewAppointment-module__CbnElW__stepCircle{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.NewAppointment-module__CbnElW__stepCompleted .NewAppointment-module__CbnElW__stepCircle{background:var(--primary);border-color:var(--primary);color:#fff}.NewAppointment-module__CbnElW__stepLabel{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.NewAppointment-module__CbnElW__stepActive .NewAppointment-module__CbnElW__stepLabel{color:var(--foreground)}.NewAppointment-module__CbnElW__wizardLine{background:var(--border);z-index:0;height:2px;position:absolute;top:18px;left:20px;right:20px}.NewAppointment-module__CbnElW__reviewSection{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1.5rem}.NewAppointment-module__CbnElW__reviewRow{border-bottom:1px solid var(--border);justify-content:space-between;padding:.75rem 0;display:flex}.NewAppointment-module__CbnElW__reviewRow:last-child{border-bottom:none}.NewAppointment-module__CbnElW__reviewLabel{color:var(--muted-foreground);font-weight:500}.NewAppointment-module__CbnElW__reviewValue{color:var(--foreground);font-weight:600}
.PatientSearchCombobox-module__GlI4Ga__list{z-index:40;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:240px;margin-top:4px;padding:.25rem 0;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px #0000001f}.PatientSearchCombobox-module__GlI4Ga__option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.9rem}.PatientSearchCombobox-module__GlI4Ga__option:hover,.PatientSearchCombobox-module__GlI4Ga__option:focus-visible{background:color-mix(in srgb, var(--primary) 10%, transparent);outline:none}.PatientSearchCombobox-module__GlI4Ga__hint{color:var(--muted-foreground);padding:.65rem 1rem;font-size:.875rem}
.Appointments-module__0BcNtq__container{flex-direction:column;gap:1.5rem;display:flex}.Appointments-module__0BcNtq__header{justify-content:space-between;align-items:center;display:flex}.Appointments-module__0BcNtq__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Appointments-module__0BcNtq__subtitle{color:var(--muted-foreground);font-size:.95rem}.Appointments-module__0BcNtq__controls{justify-content:space-between;align-items:center;padding:1rem;display:flex}.Appointments-module__0BcNtq__searchWrapper{flex:1;align-items:center;max-width:400px;display:flex;position:relative}.Appointments-module__0BcNtq__searchIcon{color:var(--muted-foreground);position:absolute;left:1rem}.Appointments-module__0BcNtq__searchInput{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--muted);width:100%;padding:.6rem 1rem .6rem 2.75rem;font-size:.9rem}.Appointments-module__0BcNtq__filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Appointments-module__0BcNtq__filterToggleActive{background:color-mix(in srgb, var(--primary) 14%, transparent)!important;color:var(--primary)!important;border-color:color-mix(in srgb, var(--primary) 35%, var(--border))!important}.Appointments-module__0BcNtq__filterRow{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;padding:.75rem 0 0;display:flex}.Appointments-module__0BcNtq__filterLabel{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.Appointments-module__0BcNtq__filterSelect{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--background);min-width:180px;padding:.45rem .65rem;font-size:.875rem}.Appointments-module__0BcNtq__appointmentsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Appointments-module__0BcNtq__appointmentCard{cursor:pointer;flex-direction:column;gap:1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.Appointments-module__0BcNtq__appointmentCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Appointments-module__0BcNtq__aptTime{justify-content:space-between;align-items:center;display:flex}.Appointments-module__0BcNtq__timeTag{background:var(--primary-light);color:var(--primary);border-radius:6px;padding:.35rem .75rem;font-size:.875rem;font-weight:700}.Appointments-module__0BcNtq__duration{color:var(--muted-foreground);font-size:.75rem;font-weight:500}.Appointments-module__0BcNtq__aptPatient{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.Appointments-module__0BcNtq__patientAvatar{background:var(--muted);width:40px;height:40px;color:var(--muted-foreground);border-radius:10px;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.Appointments-module__0BcNtq__patientName{color:var(--foreground);font-size:1rem;font-weight:700}.Appointments-module__0BcNtq__aptType{color:var(--primary);text-transform:capitalize;font-size:.75rem;font-weight:600}.Appointments-module__0BcNtq__aptDoctor{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.825rem;display:flex}.Appointments-module__0BcNtq__aptFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Appointments-module__0BcNtq__status{align-items:center;gap:.5rem;display:flex}.Appointments-module__0BcNtq__statusText{text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:600}.Appointments-module__0BcNtq__statusSuccess{color:#10b981}.Appointments-module__0BcNtq__statusError{color:#ef4444}.Appointments-module__0BcNtq__statusWarning{color:#f59e0b}.Appointments-module__0BcNtq__statusInfo{color:#3b82f6}.Appointments-module__0BcNtq__actionBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:.25rem}.Appointments-module__0BcNtq__noData{color:var(--muted-foreground);text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;padding:4rem;display:flex}.Appointments-module__0BcNtq__loading{grid-column:1/-1;justify-content:center;padding:4rem;display:flex}.Appointments-module__0BcNtq__spinner{border:4px solid var(--muted);border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite Appointments-module__0BcNtq__spin}@keyframes Appointments-module__0BcNtq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Appointments-module__0BcNtq__modalBackdrop{z-index:50;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Appointments-module__0BcNtq__modal{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;max-height:90vh;overflow:auto;box-shadow:0 20px 40px #0000002e}.Appointments-module__0BcNtq__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.Appointments-module__0BcNtq__modalTitle{margin:0;font-size:1.125rem;font-weight:600}.Appointments-module__0BcNtq__modalSubtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.875rem}.Appointments-module__0BcNtq__modalBody{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.Appointments-module__0BcNtq__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;display:flex}.Appointments-module__0BcNtq__modalLabel{color:var(--foreground);margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.Appointments-module__0BcNtq__modalInput,.Appointments-module__0BcNtq__modalTextarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--background);width:100%;padding:.5rem .65rem;font-family:inherit;font-size:.9rem}.Appointments-module__0BcNtq__modalTextarea{resize:vertical;min-height:88px}.Appointments-module__0BcNtq__modalHint{color:var(--muted-foreground);margin:0;font-size:.75rem}.Appointments-module__0BcNtq__clinicalModal{max-width:650px!important}.Appointments-module__0BcNtq__clinicalTabs{border-bottom:1px solid var(--border);background:var(--muted);gap:.25rem;padding:.5rem 1.25rem;display:flex;overflow-x:auto}.Appointments-module__0BcNtq__tabBtn{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);white-space:nowrap;background:0 0;border:none;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.825rem;font-weight:600;transition:all .2s;display:flex}.Appointments-module__0BcNtq__tabBtn:hover{background:color-mix(in srgb, var(--primary) 8%, transparent);color:var(--primary)}.Appointments-module__0BcNtq__tabBtn.Appointments-module__0BcNtq__active{background:var(--background);color:var(--primary);box-shadow:var(--shadow-sm)}.Appointments-module__0BcNtq__searchContainer{align-items:center;display:flex;position:relative}.Appointments-module__0BcNtq__searchContainer .Appointments-module__0BcNtq__searchIcon{color:var(--muted-foreground);position:absolute;left:.75rem}.Appointments-module__0BcNtq__searchContainer input{padding-left:2.25rem}.Appointments-module__0BcNtq__itemGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.Appointments-module__0BcNtq__itemCard{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem;transition:all .2s;display:flex;position:relative}.Appointments-module__0BcNtq__itemCard:hover{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 4%, transparent)}.Appointments-module__0BcNtq__itemCard svg{color:var(--muted-foreground);opacity:0;transition:opacity .2s;position:absolute;top:.75rem;right:.75rem}.Appointments-module__0BcNtq__itemCard:hover svg{opacity:1}.Appointments-module__0BcNtq__itemCode{color:var(--muted-foreground);text-transform:uppercase;font-size:.65rem;font-weight:700}.Appointments-module__0BcNtq__itemName{color:var(--foreground);font-size:.825rem;font-weight:600}.Appointments-module__0BcNtq__itemStock{color:var(--muted-foreground);font-size:.7rem}.Appointments-module__0BcNtq__lowStock{color:var(--danger);font-weight:600}.Appointments-module__0BcNtq__addedItem{background:var(--muted);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.875rem;display:flex}.Appointments-module__0BcNtq__qtyInput{border:1px solid var(--border);text-align:center;background:var(--background);border-radius:4px;width:50px;padding:.25rem;font-size:.825rem}.Appointments-module__0BcNtq__editableName{width:100%;color:var(--foreground);background:0 0;border:1px solid #0000;border-radius:4px;padding:.125rem .35rem;font-size:.875rem;font-weight:600;transition:all .2s}.Appointments-module__0BcNtq__editableName:hover{border-color:var(--border);background:var(--background)}.Appointments-module__0BcNtq__editableName:focus{border-color:var(--primary);background:var(--background);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 15%, transparent);outline:none}.Appointments-module__0BcNtq__prescriptionForm{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);border-left:4px solid var(--primary);padding:1rem}
.Audit-module__GF6ALa__container{max-width:1200px;margin:0 auto;padding:2rem}.Audit-module__GF6ALa__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.Audit-module__GF6ALa__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.Audit-module__GF6ALa__subtitle{color:var(--text-secondary);font-size:1rem}.Audit-module__GF6ALa__controls{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Audit-module__GF6ALa__searchBox{flex:1;align-items:center;max-width:400px;display:flex;position:relative}.Audit-module__GF6ALa__searchBox svg{color:var(--text-secondary);position:absolute;left:1rem}.Audit-module__GF6ALa__searchBox input{border:1px solid var(--border-color);background-color:var(--bg-card);width:100%;color:var(--text-primary);border-radius:10px;padding:.75rem 1rem .75rem 2.75rem;font-size:.95rem;transition:all .2s}.Audit-module__GF6ALa__searchBox input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #2563eb1a}.Audit-module__GF6ALa__filters{gap:.75rem;display:flex}.Audit-module__GF6ALa__table{border-collapse:collapse;width:100%}.Audit-module__GF6ALa__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border-color);background-color:#00000005;padding:1rem 1.5rem;font-size:.875rem;font-weight:600}.Audit-module__GF6ALa__table td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:1rem 1.5rem}.Audit-module__GF6ALa__timestampCell{white-space:nowrap;color:var(--text-secondary);font-size:.875rem}.Audit-module__GF6ALa__userInfo{align-items:center;gap:.75rem;display:flex}.Audit-module__GF6ALa__userAvatar{background-color:var(--bg-body);width:28px;height:28px;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;display:flex}.Audit-module__GF6ALa__userName{color:var(--text-primary);font-size:.9rem;font-weight:600}.Audit-module__GF6ALa__userEmail{color:var(--text-secondary);font-size:.75rem}.Audit-module__GF6ALa__actionTag{text-transform:uppercase;letter-spacing:.025em;background-color:var(--bg-body);color:var(--text-secondary);border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.Audit-module__GF6ALa__create{color:#10b981;background-color:#10b9811a}.Audit-module__GF6ALa__update{color:#3b82f6;background-color:#3b82f61a}.Audit-module__GF6ALa__delete{color:#ef4444;background-color:#ef44441a}.Audit-module__GF6ALa__login{color:#8b5cf6;background-color:#8b5cf61a}.Audit-module__GF6ALa__entityInfo{flex-direction:column;display:flex}.Audit-module__GF6ALa__entityType{color:var(--text-primary);font-size:.875rem;font-weight:500}.Audit-module__GF6ALa__entityId{color:var(--text-secondary);font-family:monospace;font-size:.7rem}.Audit-module__GF6ALa__infoBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.Audit-module__GF6ALa__infoBtn:hover{background-color:var(--bg-body);color:var(--primary-color)}.Audit-module__GF6ALa__pagination{background-color:#00000003;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Audit-module__GF6ALa__pageInfo{color:var(--text-secondary);font-size:.875rem}.Audit-module__GF6ALa__paginationBtns{gap:.5rem;display:flex}.Audit-module__GF6ALa__pageBtn{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Audit-module__GF6ALa__pageBtn:hover:not(:disabled){background-color:var(--bg-body);border-color:var(--text-secondary)}.Audit-module__GF6ALa__pageBtn:disabled{opacity:.5;cursor:not-allowed}
.Billing-module__GkJN2q__container{flex-direction:column;gap:1.5rem;display:flex}.Billing-module__GkJN2q__header{justify-content:space-between;align-items:center;display:flex}.Billing-module__GkJN2q__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Billing-module__GkJN2q__subtitle{color:var(--muted-foreground);font-size:.95rem}.Billing-module__GkJN2q__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.Billing-module__GkJN2q__statCard{align-items:center;gap:1.25rem;display:flex}.Billing-module__GkJN2q__statIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Billing-module__GkJN2q__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.Billing-module__GkJN2q__statValue{color:var(--foreground);font-size:1.5rem;font-weight:700}.Billing-module__GkJN2q__tableWrapper{padding:0;overflow:hidden}.Billing-module__GkJN2q__tableHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Billing-module__GkJN2q__tableHeader h3{font-size:1.125rem;font-weight:600}.Billing-module__GkJN2q__tableActions{gap:1rem;display:flex}.Billing-module__GkJN2q__searchBox{align-items:center;display:flex;position:relative}.Billing-module__GkJN2q__searchBox svg{color:var(--muted-foreground);position:absolute;left:.75rem}.Billing-module__GkJN2q__searchBox input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--muted);width:240px;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem}.Billing-module__GkJN2q__filterRow{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;display:flex}.Billing-module__GkJN2q__searchBoxWide{flex:1;align-items:center;min-width:200px;max-width:420px;display:flex;position:relative}.Billing-module__GkJN2q__searchBoxWide svg{color:var(--muted-foreground);pointer-events:none;position:absolute;left:.75rem}.Billing-module__GkJN2q__searchBoxWide input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--muted);width:100%;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem}.Billing-module__GkJN2q__dateField{flex-direction:column;gap:.25rem;display:flex}.Billing-module__GkJN2q__dateField label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:.7rem;font-weight:600}.Billing-module__GkJN2q__dateField input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);min-width:140px;padding:.45rem .6rem;font-size:.8125rem}.Billing-module__GkJN2q__rowNew{background:linear-gradient(90deg, color-mix(in srgb, var(--primary) 18%, transparent) 0%, color-mix(in srgb, var(--primary) 6%, transparent) 8px, transparent 12px);box-shadow:inset 3px 0 0 color-mix(in srgb, var(--primary) 65%, var(--border))}.Billing-module__GkJN2q__rowNew td{border-bottom-color:color-mix(in srgb, var(--primary) 12%, var(--border))}.Billing-module__GkJN2q__newBadge{text-transform:uppercase;letter-spacing:.06em;background:color-mix(in srgb, var(--primary) 18%, transparent);color:var(--primary);vertical-align:middle;border-radius:4px;align-items:center;margin-left:.5rem;padding:.1rem .45rem;font-size:.65rem;font-weight:700;display:inline-flex}.Billing-module__GkJN2q__table{border-collapse:collapse;width:100%}.Billing-module__GkJN2q__table th{text-align:left;background-color:var(--muted);text-transform:uppercase;color:var(--muted-foreground);padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.Billing-module__GkJN2q__table td{border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.875rem}.Billing-module__GkJN2q__invoiceNum{color:var(--primary);font-family:monospace;font-weight:600}.Billing-module__GkJN2q__patientName{color:var(--foreground);font-weight:600}.Billing-module__GkJN2q__amount{color:var(--foreground);font-weight:700}.Billing-module__GkJN2q__statusBadge{text-transform:capitalize;border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.Billing-module__GkJN2q__statusPaid{color:#059669;background:#ecfdf5}.Billing-module__GkJN2q__statusPending{color:#d97706;background:#fffbeb}.Billing-module__GkJN2q__statusOverdue{color:#dc2626;background:#fef2f2}.Billing-module__GkJN2q__statusVoid{background:var(--muted);color:var(--muted-foreground)}.Billing-module__GkJN2q__statusPartial{color:#2563eb;background:#eff6ff}.Billing-module__GkJN2q__actions{justify-content:flex-end;gap:.5rem;display:flex}.Billing-module__GkJN2q__iconBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem}.Billing-module__GkJN2q__iconBtn:hover{background:var(--muted);color:var(--foreground)}.Billing-module__GkJN2q__pagination{color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.875rem;display:flex}.Billing-module__GkJN2q__pageBtns{gap:.5rem;display:flex}.Billing-module__GkJN2q__pageBtn{border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Billing-module__GkJN2q__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Billing-module__GkJN2q__spinner{border:3px solid var(--muted);border-top:3px solid var(--primary);border-radius:50%;width:32px;height:32px;margin:0 auto;animation:1s linear infinite Billing-module__GkJN2q__spin}@keyframes Billing-module__GkJN2q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Billing-module__GkJN2q__modalOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Billing-module__GkJN2q__modalContent{background:var(--background);border-radius:12px;flex-direction:column;width:100%;max-width:500px;display:flex;box-shadow:0 10px 25px #0000001a}.Billing-module__GkJN2q__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Billing-module__GkJN2q__modalHeader h3{font-size:1.25rem;font-weight:600}.Billing-module__GkJN2q__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none}.Billing-module__GkJN2q__modalBody{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.Billing-module__GkJN2q__formGroup{flex-direction:column;gap:.5rem;display:flex}.Billing-module__GkJN2q__formGroup label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.Billing-module__GkJN2q__input,.Billing-module__GkJN2q__select,.Billing-module__GkJN2q__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);width:100%;padding:.75rem 1rem;font-size:.95rem}.Billing-module__GkJN2q__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem}.Billing-module__GkJN2q__textarea{resize:vertical}.Billing-module__GkJN2q__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}
.InvoiceDetail-module__RN-8RG__container{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.InvoiceDetail-module__RN-8RG__header{justify-content:space-between;align-items:center;display:flex}.InvoiceDetail-module__RN-8RG__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.InvoiceDetail-module__RN-8RG__contentGrid{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.InvoiceDetail-module__RN-8RG__sectionLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.InvoiceDetail-module__RN-8RG__itemTable{border-collapse:collapse;width:100%;margin-top:1rem}.InvoiceDetail-module__RN-8RG__itemTable th{border-bottom:2px solid var(--border);color:var(--muted-foreground);text-align:left;padding:.75rem .5rem;font-size:.875rem}.InvoiceDetail-module__RN-8RG__itemTable td{border-bottom:1px solid var(--border);padding:1.25rem .5rem;font-size:.95rem}.InvoiceDetail-module__RN-8RG__statusBadge{border-radius:99px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.InvoiceDetail-module__RN-8RG__statuspaid{background:var(--success-light);color:var(--success)}.InvoiceDetail-module__RN-8RG__statuspending{color:#92400e;background:#fef3c7}.InvoiceDetail-module__RN-8RG__statusoverdue{color:#b91c1c;background:#fee2e2}.InvoiceDetail-module__RN-8RG__statusvoided{background:var(--muted);color:var(--muted-foreground)}.InvoiceDetail-module__RN-8RG__actionBtn{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;transition:all .2s;display:flex}.InvoiceDetail-module__RN-8RG__actionBtn:hover{background:var(--muted);border-color:var(--primary);color:var(--primary)}.InvoiceDetail-module__RN-8RG__actionBtnPrimary{background:var(--primary);color:#fff;border-color:var(--primary)}.InvoiceDetail-module__RN-8RG__actionBtnPrimary:hover{color:#fff;background:#4338ca}@media print{:is(.InvoiceDetail-module__RN-8RG__header,.InvoiceDetail-module__RN-8RG__actions,.InvoiceDetail-module__RN-8RG__quickInfo,button){display:none!important}.InvoiceDetail-module__RN-8RG__container{max-width:none;margin:0;padding:0}.InvoiceDetail-module__RN-8RG__card{box-shadow:none!important;border:none!important;padding:0!important}body{background:#fff!important}}
.RecordPayment-module__5UWyyq__container{flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.RecordPayment-module__5UWyyq__header{justify-content:space-between;align-items:center;display:flex}.RecordPayment-module__5UWyyq__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.RecordPayment-module__5UWyyq__contentGrid{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.RecordPayment-module__5UWyyq__inputGroup{margin-bottom:1.5rem}.RecordPayment-module__5UWyyq__label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.RecordPayment-module__5UWyyq__input,.RecordPayment-module__5UWyyq__select,.RecordPayment-module__5UWyyq__textarea{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.RecordPayment-module__5UWyyq__input:focus,.RecordPayment-module__5UWyyq__select:focus,.RecordPayment-module__5UWyyq__textarea:focus{border-color:var(--primary);outline:none}.RecordPayment-module__5UWyyq__input:disabled{background:var(--muted);cursor:not-allowed;opacity:.7}.RecordPayment-module__5UWyyq__errorAlert{color:#b91c1c;background:#fee2e2;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;font-weight:500;display:flex}.RecordPayment-module__5UWyyq__summaryCard{position:sticky;top:2rem}.RecordPayment-module__5UWyyq__spinner{animation:1s linear infinite RecordPayment-module__5UWyyq__spin}@keyframes RecordPayment-module__5UWyyq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Reports-module__sky-Lq__container{flex-direction:column;gap:2rem;display:flex}.Reports-module__sky-Lq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Reports-module__sky-Lq__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.Reports-module__sky-Lq__subtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.9rem}.Reports-module__sky-Lq__updatedAt{color:var(--muted-foreground);font-size:.8rem}.Reports-module__sky-Lq__controls{align-items:center;gap:.75rem;display:flex}.Reports-module__sky-Lq__datePicker{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;padding:.5rem .75rem;font-size:.875rem}.Reports-module__sky-Lq__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.Reports-module__sky-Lq__kpiCard{align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Reports-module__sky-Lq__kpiIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Reports-module__sky-Lq__kpiLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .2rem;font-size:.75rem;font-weight:700}.Reports-module__sky-Lq__kpiValue{color:var(--foreground);letter-spacing:-.02em;margin:0 0 .2rem;font-size:1.45rem;font-weight:800}.Reports-module__sky-Lq__kpiMeta{color:var(--muted-foreground);margin:0;font-size:.75rem}.Reports-module__sky-Lq__chartCard{padding:1.5rem}.Reports-module__sky-Lq__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Reports-module__sky-Lq__legend{color:var(--muted-foreground);gap:1.25rem;font-size:.8rem;display:flex}.Reports-module__sky-Lq__legend span{align-items:center;gap:.4rem;display:flex}.Reports-module__sky-Lq__dot{border-radius:3px;width:10px;height:10px;display:inline-block}.Reports-module__sky-Lq__barChart{border-bottom:2px solid var(--border);align-items:flex-end;gap:.5rem;height:180px;padding-bottom:1.75rem;display:flex;position:relative}.Reports-module__sky-Lq__barCol{flex-direction:column;flex:1;align-items:center;gap:.3rem;height:100%;display:flex}.Reports-module__sky-Lq__barStacks{flex:1;align-items:flex-end;gap:2px;width:100%;display:flex}.Reports-module__sky-Lq__bar{border-radius:4px 4px 0 0;flex:1;min-height:3px;transition:height .6s cubic-bezier(.34,1.56,.64,1)}.Reports-module__sky-Lq__bar:hover{filter:brightness(1.1);cursor:pointer;opacity:1!important}.Reports-module__sky-Lq__barLabel{color:var(--muted-foreground);font-size:.68rem;font-weight:600;position:absolute;bottom:0}.Reports-module__sky-Lq__bottomGrid{grid-template-columns:2fr 1fr;align-items:start;gap:1.5rem;display:grid}.Reports-module__sky-Lq__tableCard{padding:0;overflow:hidden}.Reports-module__sky-Lq__tableHead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Reports-module__sky-Lq__table{border-collapse:collapse;width:100%}.Reports-module__sky-Lq__table th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);padding:.75rem 1.25rem;font-size:.7rem;font-weight:700}.Reports-module__sky-Lq__table td{border-bottom:1px solid var(--border);padding:.875rem 1.25rem;font-size:.875rem}.Reports-module__sky-Lq__table tr:last-child td{border-bottom:none}.Reports-module__sky-Lq__table tr:hover td{background:color-mix(in srgb, var(--primary) 4%, transparent)}.Reports-module__sky-Lq__invLink{color:var(--primary);font-family:ui-monospace,monospace;font-weight:700;text-decoration:none}.Reports-module__sky-Lq__invLink:hover{text-decoration:underline}.Reports-module__sky-Lq__badge{white-space:nowrap;border-radius:6px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.Reports-module__sky-Lq__aging0{color:#059669;background:#ecfdf5}.Reports-module__sky-Lq__aging30{color:#d97706;background:#fffbeb}.Reports-module__sky-Lq__aging60{color:#dc2626;background:#fef2f2}.Reports-module__sky-Lq__aging90{color:#991b1b;background:#fee2e2}.Reports-module__sky-Lq__agingCrit{color:#fca5a5;background:#450a0a}.Reports-module__sky-Lq__emptyState{text-align:center;color:var(--muted-foreground);padding:2.5rem;font-size:.9rem;line-height:2}.Reports-module__sky-Lq__sideCard{padding:1.5rem}.Reports-module__sky-Lq__progressTrack{background:var(--muted);border-radius:4px;height:7px;overflow:hidden}.Reports-module__sky-Lq__progressBar{background:var(--primary);border-radius:4px;height:100%;transition:width .6s}.Reports-module__sky-Lq__spin{animation:1s linear infinite Reports-module__sky-Lq__spin}@keyframes Reports-module__sky-Lq__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.Reports-module__sky-Lq__bottomGrid{grid-template-columns:1fr}}@media (max-width:600px){.Reports-module__sky-Lq__kpiGrid{grid-template-columns:1fr 1fr}.Reports-module__sky-Lq__barChart{height:120px}}
.TreatmentPlans-module__lwyUlW__container{flex-direction:column;gap:2rem;display:flex}.TreatmentPlans-module__lwyUlW__header{justify-content:space-between;align-items:center;display:flex}.TreatmentPlans-module__lwyUlW__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.TreatmentPlans-module__lwyUlW__subtitle{color:var(--muted-foreground);font-size:.95rem}.TreatmentPlans-module__lwyUlW__planGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.TreatmentPlans-module__lwyUlW__planCard{flex-direction:column;gap:1.25rem;padding:1.5rem;transition:transform .2s,border-color .2s;display:flex}.TreatmentPlans-module__lwyUlW__planCard:hover{border-color:var(--primary);transform:translateY(-2px)}.TreatmentPlans-module__lwyUlW__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.TreatmentPlans-module__lwyUlW__patientInfo{align-items:center;gap:.75rem;display:flex}.TreatmentPlans-module__lwyUlW__avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;display:flex}.TreatmentPlans-module__lwyUlW__name{color:var(--foreground);font-weight:600}.TreatmentPlans-module__lwyUlW__statusBadge{text-transform:capitalize;border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.TreatmentPlans-module__lwyUlW__statusdraft{color:#4b5563;background:#f3f4f6}.TreatmentPlans-module__lwyUlW__statuspendingapproval{color:#d97706;background:#fffbeb}.TreatmentPlans-module__lwyUlW__statusapproved{color:#059669;background:#ecfdf5}.TreatmentPlans-module__lwyUlW__statusinprogress{color:#2563eb;background:#eff6ff}.TreatmentPlans-module__lwyUlW__statusrejected{color:#dc2626;background:#fef2f2}.TreatmentPlans-module__lwyUlW__statuscompleted{background:var(--muted);color:var(--muted-foreground)}.TreatmentPlans-module__lwyUlW__statuscancelled{color:#9ca3af;background:#f3f4f6}.TreatmentPlans-module__lwyUlW__details{flex-direction:column;gap:.5rem;display:flex}.TreatmentPlans-module__lwyUlW__detailItem{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.TreatmentPlans-module__lwyUlW__procedureList{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.TreatmentPlans-module__lwyUlW__procedureItem{justify-content:space-between;font-size:.875rem;display:flex}.TreatmentPlans-module__lwyUlW__itemTotal{color:var(--foreground);justify-content:space-between;align-items:center;margin-top:.5rem;font-size:1.125rem;font-weight:700;display:flex}.TreatmentPlans-module__lwyUlW__cardFooter{gap:.5rem;margin-top:.5rem;display:flex}.TreatmentPlans-module__lwyUlW__approveBtn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-weight:600;display:flex}.TreatmentPlans-module__lwyUlW__approveBtn:hover{filter:brightness(1.1)}.TreatmentPlans-module__lwyUlW__viewBtn:hover{background:var(--border)}.TreatmentPlans-module__lwyUlW__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.TreatmentPlans-module__lwyUlW__modalContent{background:var(--background);border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-xl);border:1px solid var(--border);padding:2rem}.TreatmentPlans-module__lwyUlW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.TreatmentPlans-module__lwyUlW__modalTitle{color:var(--foreground);font-size:1.25rem;font-weight:700}.TreatmentPlans-module__lwyUlW__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.TreatmentPlans-module__lwyUlW__closeBtn:hover{color:var(--foreground)}.TreatmentPlans-module__lwyUlW__formGroup{margin-bottom:1.25rem}.TreatmentPlans-module__lwyUlW__formGroup label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.TreatmentPlans-module__lwyUlW__modalFooter{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}
.NewPlan-module__Ii-wtW__container{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.NewPlan-module__Ii-wtW__header{flex-direction:column;gap:.5rem;display:flex}.NewPlan-module__Ii-wtW__backBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;padding:0;font-weight:500;display:flex}.NewPlan-module__Ii-wtW__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.NewPlan-module__Ii-wtW__formGrid,.NewPlan-module__Ii-wtW__section{flex-direction:column;gap:1.5rem;display:flex}.NewPlan-module__Ii-wtW__sectionHeader{color:var(--primary);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:.75rem;display:flex}.NewPlan-module__Ii-wtW__sectionHeader h3{color:var(--foreground);font-size:1.125rem;font-weight:600}.NewPlan-module__Ii-wtW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.NewPlan-module__Ii-wtW__label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.NewPlan-module__Ii-wtW__input,.NewPlan-module__Ii-wtW__select,.NewPlan-module__Ii-wtW__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.NewPlan-module__Ii-wtW__input:focus,.NewPlan-module__Ii-wtW__select:focus,.NewPlan-module__Ii-wtW__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.NewPlan-module__Ii-wtW__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem}.NewPlan-module__Ii-wtW__textarea{resize:vertical}.NewPlan-module__Ii-wtW__proceduresList{flex-direction:column;gap:1rem;display:flex}.NewPlan-module__Ii-wtW__procedureRow{align-items:flex-start;gap:.5rem;display:flex}.NewPlan-module__Ii-wtW__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.75rem .5rem}.NewPlan-module__Ii-wtW__removeBtn:hover{background:#fef2f2}.NewPlan-module__Ii-wtW__addProcBtn{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.NewPlan-module__Ii-wtW__addProcBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.NewPlan-module__Ii-wtW__error{color:#ef4444;font-size:.75rem}.NewPlan-module__Ii-wtW__errorAlert{color:#b91c1c;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fee2e2;padding:1rem}.NewPlan-module__Ii-wtW__actions{justify-content:flex-end;gap:1rem;padding:1rem 0 3rem;display:flex}.NewPlan-module__Ii-wtW__spinner{animation:1s linear infinite NewPlan-module__Ii-wtW__spin}@keyframes NewPlan-module__Ii-wtW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NewPlan-module__Ii-wtW__wizardHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;position:relative}.NewPlan-module__Ii-wtW__wizardStep{z-index:1;background:var(--background);flex-direction:column;align-items:center;gap:.5rem;padding:0 .5rem;display:flex}.NewPlan-module__Ii-wtW__stepCircle{background:var(--background);border:2px solid var(--border);width:36px;height:36px;color:var(--muted-foreground);border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.NewPlan-module__Ii-wtW__stepActive .NewPlan-module__Ii-wtW__stepCircle{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.NewPlan-module__Ii-wtW__stepCompleted .NewPlan-module__Ii-wtW__stepCircle{background:var(--primary);border-color:var(--primary);color:#fff}.NewPlan-module__Ii-wtW__stepLabel{color:var(--muted-foreground);text-align:center;max-width:7rem;font-size:.875rem;font-weight:500}.NewPlan-module__Ii-wtW__stepActive .NewPlan-module__Ii-wtW__stepLabel{color:var(--foreground)}.NewPlan-module__Ii-wtW__wizardLine{background:var(--border);z-index:0;height:2px;position:absolute;top:18px;left:20px;right:20px}.NewPlan-module__Ii-wtW__reviewSection{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1.5rem}.NewPlan-module__Ii-wtW__reviewRow{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.75rem 0;display:flex}.NewPlan-module__Ii-wtW__reviewRow:last-child{border-bottom:none}.NewPlan-module__Ii-wtW__reviewLabel{color:var(--muted-foreground);font-weight:500}.NewPlan-module__Ii-wtW__reviewValue{color:var(--foreground);text-align:right;font-weight:600}.NewPlan-module__Ii-wtW__procedureNameContainer{flex-direction:column;flex:2;display:flex;position:relative}.NewPlan-module__Ii-wtW__suggestionsList{background:var(--background);border:1px solid var(--border);z-index:10;border-radius:4px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.NewPlan-module__Ii-wtW__suggestionItem{cursor:pointer;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.875rem;display:flex}.NewPlan-module__Ii-wtW__suggestionItem:hover{background:var(--primary-light);color:var(--primary)}.NewPlan-module__Ii-wtW__suggestionItem:last-child{border-bottom:none}.NewPlan-module__Ii-wtW__itemPrice{color:var(--primary);font-size:.8rem;font-weight:600}
.Dashboard-module__8Mmpzq__container{flex-direction:column;gap:2rem;display:flex}.Dashboard-module__8Mmpzq__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__workflowCard{border:1px solid var(--border);background:color-mix(in srgb, var(--primary) 6%, var(--card));border-radius:12px;padding:1.25rem 1.5rem}.Dashboard-module__8Mmpzq__workflowHeader{color:var(--foreground);align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.Dashboard-module__8Mmpzq__workflowTitle{margin:0;font-size:1.05rem;font-weight:700}.Dashboard-module__8Mmpzq__workflowHint{color:var(--muted-foreground);max-width:52rem;margin:.25rem 0 0;font-size:.875rem;line-height:1.45}.Dashboard-module__8Mmpzq__workflowSteps{flex-direction:column;gap:.5rem;margin:0;padding-left:1.25rem;display:flex}.Dashboard-module__8Mmpzq__workflowSteps li{padding-left:.25rem}.Dashboard-module__8Mmpzq__workflowLink{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.Dashboard-module__8Mmpzq__workflowLink:hover{text-decoration:underline}.Dashboard-module__8Mmpzq__workflowArrow{opacity:.7}.Dashboard-module__8Mmpzq__mainCard,.Dashboard-module__8Mmpzq__sideCard{padding:1.25rem}.Dashboard-module__8Mmpzq__placeholder{color:var(--muted-foreground);padding:.5rem 0;font-size:.9rem}.Dashboard-module__8Mmpzq__statInfo{margin-top:.25rem}.Dashboard-module__8Mmpzq__listItemLink{background:var(--muted);color:inherit;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.Dashboard-module__8Mmpzq__listItemLink:hover{transform:translate(4px);box-shadow:0 2px 8px #0000000f}.Dashboard-module__8Mmpzq__fullWidthCard{padding:1.25rem 1.5rem}.Dashboard-module__8Mmpzq__cardHeaderWrap{flex-wrap:wrap;gap:.75rem 1rem}.Dashboard-module__8Mmpzq__searchBar{background:var(--background);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.5rem;width:100%;max-width:400px;padding:.5rem .75rem;transition:border-color .2s;display:flex}.Dashboard-module__8Mmpzq__searchBar:focus-within{border-color:var(--primary)}.Dashboard-module__8Mmpzq__searchIcon{color:var(--muted-foreground);flex-shrink:0}.Dashboard-module__8Mmpzq__searchInput{width:100%;color:var(--foreground);background:0 0;border:none;outline:none;font-size:.9rem}.Dashboard-module__8Mmpzq__searchInput::placeholder{color:var(--muted-foreground)}.Dashboard-module__8Mmpzq__mutedHint{color:var(--muted-foreground);margin-right:auto;font-size:.8rem}.Dashboard-module__8Mmpzq__invoiceTable{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:0;display:flex;overflow:hidden}.Dashboard-module__8Mmpzq__invoiceRowHead,.Dashboard-module__8Mmpzq__invoiceRow{grid-template-columns:minmax(88px,1fr) minmax(120px,1.4fr) minmax(140px,1.2fr) minmax(90px,.8fr) minmax(72px,.7fr);align-items:center;gap:.75rem;padding:.65rem 1rem;font-size:.8125rem;display:grid}.Dashboard-module__8Mmpzq__invoiceRowHead{background:var(--muted);text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:.7rem;font-weight:700}.Dashboard-module__8Mmpzq__invoiceRow{border-top:1px solid var(--border);color:inherit;text-decoration:none;transition:background .15s}.Dashboard-module__8Mmpzq__invoiceRow:hover{background:color-mix(in srgb, var(--primary) 6%, transparent)}.Dashboard-module__8Mmpzq__invoiceNum{color:var(--primary);font-family:ui-monospace,monospace;font-weight:700}.Dashboard-module__8Mmpzq__mutedCell{color:var(--muted-foreground);font-size:.8rem}.Dashboard-module__8Mmpzq__status-partially_paid{color:#2563eb;background:#eff6ff}.Dashboard-module__8Mmpzq__status-in_progress{color:#92400e;background:#fef3c7}.Dashboard-module__8Mmpzq__status-confirmed{color:#0369a1;background:#e0f2fe}.Dashboard-module__8Mmpzq__title{color:var(--foreground);letter-spacing:-.02em;font-size:1.875rem;font-weight:700}.Dashboard-module__8Mmpzq__subtitle{color:var(--muted-foreground);font-size:1rem}.Dashboard-module__8Mmpzq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.Dashboard-module__8Mmpzq__statHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Dashboard-module__8Mmpzq__statIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Dashboard-module__8Mmpzq__statChange{background:var(--muted);color:var(--muted-foreground);border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.Dashboard-module__8Mmpzq__statChange.Dashboard-module__8Mmpzq__positive{color:#059669;background:#ecfdf5}.Dashboard-module__8Mmpzq__statValue{color:var(--foreground);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.Dashboard-module__8Mmpzq__statLabel{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.Dashboard-module__8Mmpzq__dashboardGrid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.Dashboard-module__8Mmpzq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Dashboard-module__8Mmpzq__cardHeader h3{margin-bottom:0}.Dashboard-module__8Mmpzq__list{flex-direction:column;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__listItem{background:var(--muted);border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;transition:transform .2s;display:flex}.Dashboard-module__8Mmpzq__listItem:hover{transform:translate(4px)}.Dashboard-module__8Mmpzq__itemInfo{flex-direction:column;gap:.25rem;display:flex}.Dashboard-module__8Mmpzq__itemName{font-size:.95rem;font-weight:600}.Dashboard-module__8Mmpzq__itemDetail{color:var(--muted-foreground);font-size:.8rem}.Dashboard-module__8Mmpzq__itemMeta{text-align:right;flex-direction:column;gap:.25rem;display:flex}.Dashboard-module__8Mmpzq__badge{text-transform:capitalize;border-radius:6px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.Dashboard-module__8Mmpzq__status-scheduled{color:#0369a1;background:#e0f2fe}.Dashboard-module__8Mmpzq__status-checked_in{color:#92400e;background:#fef3c7}.Dashboard-module__8Mmpzq__status-completed{color:#166534;background:#dcfce7}.Dashboard-module__8Mmpzq__status-cancelled{color:#991b1b;background:#fee2e2}.Dashboard-module__8Mmpzq__status-pending{color:#92400e;background:#fef3c7}.Dashboard-module__8Mmpzq__status-paid{color:#166534;background:#dcfce7}.Dashboard-module__8Mmpzq__status-overdue{color:#991b1b;background:#fee2e2}.Dashboard-module__8Mmpzq__status-void{background:var(--muted);color:var(--muted-foreground)}.Dashboard-module__8Mmpzq__quickActions{margin-bottom:2rem}.Dashboard-module__8Mmpzq__actionGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.Dashboard-module__8Mmpzq__actionCard{background:var(--card);border:1px solid var(--border);color:var(--foreground);border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.Dashboard-module__8Mmpzq__actionCard:hover{border-color:color-mix(in srgb, var(--primary) 45%, var(--border));box-shadow:0 4px 12px color-mix(in srgb, var(--primary) 12%, transparent);transform:translateY(-2px)}.Dashboard-module__8Mmpzq__actionIcon{background-color:color-mix(in srgb, var(--primary) 12%, transparent);width:40px;height:40px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.Dashboard-module__8Mmpzq__actionText{flex-direction:column;display:flex}.Dashboard-module__8Mmpzq__actionLabel{font-size:.95rem;font-weight:700}.Dashboard-module__8Mmpzq__actionDesc{color:var(--muted-foreground);font-size:.75rem}@media (max-width:1024px){.Dashboard-module__8Mmpzq__dashboardGrid{grid-template-columns:1fr}}
.Inventory-module__A3oVvG__container{flex-direction:column;gap:2rem;display:flex}.Inventory-module__A3oVvG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Inventory-module__A3oVvG__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.Inventory-module__A3oVvG__subtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.9rem}.Inventory-module__A3oVvG__navGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.Inventory-module__A3oVvG__navCard{border:1px solid var(--border);background:var(--card,white);color:var(--foreground);border-radius:12px;align-items:center;gap:1rem;padding:1.1rem 1.25rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}.Inventory-module__A3oVvG__navCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.Inventory-module__A3oVvG__navIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.Inventory-module__A3oVvG__navLabel{font-size:.9rem;font-weight:600}.Inventory-module__A3oVvG__navDesc{color:var(--muted-foreground);font-size:.775rem}.Inventory-module__A3oVvG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(195px,1fr));gap:1.25rem;display:grid}.Inventory-module__A3oVvG__statCard{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Inventory-module__A3oVvG__statLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .2rem;font-size:.75rem;font-weight:700}.Inventory-module__A3oVvG__statValue{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.Inventory-module__A3oVvG__statIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.Inventory-module__A3oVvG__controls{flex-wrap:wrap;gap:1rem;display:flex}.Inventory-module__A3oVvG__searchBox{border:1px solid var(--border);background:var(--background);min-width:200px;color:var(--muted-foreground);border-radius:8px;flex:1;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.Inventory-module__A3oVvG__searchBox input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.Inventory-module__A3oVvG__clearBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;align-items:center;padding:0;display:flex}.Inventory-module__A3oVvG__filterSelect{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;min-width:170px;padding:.5rem .75rem;font-size:.875rem}.Inventory-module__A3oVvG__alertBanner{color:#92400e;background:#fffbeb;border-bottom:1px solid #fde68a;align-items:center;gap:.6rem;padding:.7rem 1.25rem;font-size:.875rem;display:flex}.Inventory-module__A3oVvG__table{border-collapse:collapse;width:100%}.Inventory-module__A3oVvG__table th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);padding:.75rem 1.25rem;font-size:.7rem;font-weight:700}.Inventory-module__A3oVvG__table td{border-bottom:1px solid var(--border);padding:.875rem 1.25rem;font-size:.875rem}.Inventory-module__A3oVvG__table tr:last-child td{border-bottom:none}.Inventory-module__A3oVvG__table tr:hover td{background:color-mix(in srgb, var(--primary) 3%, transparent)}.Inventory-module__A3oVvG__rowLow td{background:#fbbf240d!important}.Inventory-module__A3oVvG__rowOut td{background:#dc26260d!important}.Inventory-module__A3oVvG__itemName{font-weight:600}.Inventory-module__A3oVvG__itemDesc{color:var(--muted-foreground);margin-top:2px;font-size:.75rem}.Inventory-module__A3oVvG__sku{background:var(--muted);border-radius:4px;padding:.2rem .5rem;font-family:ui-monospace,monospace;font-size:.75rem}.Inventory-module__A3oVvG__categoryTag{background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--primary);text-transform:capitalize;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.Inventory-module__A3oVvG__stockCell{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.Inventory-module__A3oVvG__stockBadge{border-radius:6px;padding:.2rem .5rem;font-size:.8rem;font-weight:600}.Inventory-module__A3oVvG__stock-ok{color:#059669;background:#ecfdf5}.Inventory-module__A3oVvG__stock-low{color:#d97706;background:#fffbeb}.Inventory-module__A3oVvG__stock-out{color:#dc2626;background:#fef2f2}.Inventory-module__A3oVvG__minNote{color:var(--muted-foreground);font-size:.7rem}.Inventory-module__A3oVvG__actions{gap:.35rem;display:flex}.Inventory-module__A3oVvG__actionBtn{border:1px solid var(--border);background:var(--background);cursor:pointer;width:30px;height:30px;color:var(--foreground);border-radius:6px;justify-content:center;align-items:center;transition:background .15s;display:flex}.Inventory-module__A3oVvG__actionBtn:hover{background:var(--muted)}.Inventory-module__A3oVvG__overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Inventory-module__A3oVvG__modal{background:var(--card,white);border-radius:16px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.Inventory-module__A3oVvG__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Inventory-module__A3oVvG__modalHeader h3{margin:0;font-size:1.1rem;font-weight:700}.Inventory-module__A3oVvG__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;display:flex}.Inventory-module__A3oVvG__closeBtn:hover{background:var(--muted);color:var(--foreground)}.Inventory-module__A3oVvG__modalBody{padding:1.5rem}.Inventory-module__A3oVvG__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.Inventory-module__A3oVvG__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Inventory-module__A3oVvG__formGroup{flex-direction:column;gap:.35rem;display:flex}.Inventory-module__A3oVvG__formGroup label{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.Inventory-module__A3oVvG__input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);box-sizing:border-box;border-radius:8px;outline:none;padding:.5rem .75rem;font-size:.875rem}.Inventory-module__A3oVvG__input:focus{border-color:var(--primary)}textarea.Inventory-module__A3oVvG__input{resize:vertical}.Inventory-module__A3oVvG__spin{animation:1s linear infinite Inventory-module__A3oVvG__spin}@keyframes Inventory-module__A3oVvG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.Inventory-module__A3oVvG__formGrid{grid-template-columns:1fr}.Inventory-module__A3oVvG__statsGrid,.Inventory-module__A3oVvG__navGrid{grid-template-columns:1fr 1fr}}
.PurchaseOrders-module__ZM62fa__container{flex-direction:column;gap:2rem;display:flex}.PurchaseOrders-module__ZM62fa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.PurchaseOrders-module__ZM62fa__title{letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.PurchaseOrders-module__ZM62fa__subtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.9rem}.PurchaseOrders-module__ZM62fa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:1.25rem;display:grid}.PurchaseOrders-module__ZM62fa__statCard{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.PurchaseOrders-module__ZM62fa__statLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .2rem;font-size:.72rem;font-weight:700}.PurchaseOrders-module__ZM62fa__statValue{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.PurchaseOrders-module__ZM62fa__statIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.PurchaseOrders-module__ZM62fa__controls{flex-wrap:wrap;gap:1rem;display:flex}.PurchaseOrders-module__ZM62fa__searchBox{border:1px solid var(--border);background:var(--background);min-width:200px;color:var(--muted-foreground);border-radius:8px;flex:1;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.PurchaseOrders-module__ZM62fa__searchBox input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.PurchaseOrders-module__ZM62fa__clearBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;align-items:center;padding:0;display:flex}.PurchaseOrders-module__ZM62fa__filterSelect{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;min-width:160px;padding:.5rem .75rem;font-size:.875rem}.PurchaseOrders-module__ZM62fa__table{border-collapse:collapse;width:100%}.PurchaseOrders-module__ZM62fa__table th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);padding:.75rem 1.1rem;font-size:.7rem;font-weight:700}.PurchaseOrders-module__ZM62fa__table td{border-bottom:1px solid var(--border);padding:.85rem 1.1rem;font-size:.875rem}.PurchaseOrders-module__ZM62fa__poRow:hover td{background:color-mix(in srgb, var(--primary) 3%, transparent)}.PurchaseOrders-module__ZM62fa__poNum{color:var(--primary);font-family:ui-monospace,monospace;font-weight:700}.PurchaseOrders-module__ZM62fa__badge{border-radius:20px;padding:.2rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.PurchaseOrders-module__ZM62fa__actions{gap:.35rem;display:flex}.PurchaseOrders-module__ZM62fa__actionBtn{border:1px solid var(--border);background:var(--background);cursor:pointer;width:30px;height:30px;color:var(--foreground);border-radius:6px;justify-content:center;align-items:center;transition:background .15s;display:flex}.PurchaseOrders-module__ZM62fa__actionBtn:hover{background:var(--muted)}.PurchaseOrders-module__ZM62fa__expandBtn{border:1px solid var(--border);cursor:pointer;width:26px;height:26px;color:var(--muted-foreground);background:0 0;border-radius:6px;justify-content:center;align-items:center;display:flex}.PurchaseOrders-module__ZM62fa__expandBtn:hover{background:var(--muted)}.PurchaseOrders-module__ZM62fa__expandedRow td{padding:0;background:color-mix(in srgb, var(--primary) 3%, transparent)!important}.PurchaseOrders-module__ZM62fa__expandedContent{border-bottom:1px solid var(--border);padding:1rem 1.5rem 1.25rem}.PurchaseOrders-module__ZM62fa__innerTable{border-collapse:collapse;width:100%;font-size:.8rem}.PurchaseOrders-module__ZM62fa__innerTable th{background:var(--muted);text-align:left;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;padding:.5rem .75rem;font-size:.7rem;font-weight:600}.PurchaseOrders-module__ZM62fa__innerTable td{border-bottom:1px solid var(--border);padding:.5rem .75rem}.PurchaseOrders-module__ZM62fa__innerTable tr:last-child td{border-bottom:none}.PurchaseOrders-module__ZM62fa__pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.PurchaseOrders-module__ZM62fa__pageBtn{border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.PurchaseOrders-module__ZM62fa__pageBtn:disabled{opacity:.4;cursor:default}.PurchaseOrders-module__ZM62fa__pageBtn:not(:disabled):hover{background:var(--muted)}.PurchaseOrders-module__ZM62fa__overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.PurchaseOrders-module__ZM62fa__modal{background:var(--card,white);border-radius:16px;width:100%;max-width:680px;max-height:92vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.PurchaseOrders-module__ZM62fa__modalHeader{border-bottom:1px solid var(--border);background:var(--card,white);z-index:1;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.PurchaseOrders-module__ZM62fa__modalHeader h3{margin:0;font-size:1.1rem;font-weight:700}.PurchaseOrders-module__ZM62fa__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;display:flex}.PurchaseOrders-module__ZM62fa__closeBtn:hover{background:var(--muted);color:var(--foreground)}.PurchaseOrders-module__ZM62fa__modalBody{padding:1.5rem}.PurchaseOrders-module__ZM62fa__modalFooter{border-top:1px solid var(--border);background:var(--card,white);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex;position:sticky;bottom:0}.PurchaseOrders-module__ZM62fa__formGrid2{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem;display:grid}.PurchaseOrders-module__ZM62fa__formGroup{flex-direction:column;gap:.35rem;display:flex}.PurchaseOrders-module__ZM62fa__formGroup label{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.PurchaseOrders-module__ZM62fa__input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);box-sizing:border-box;border-radius:8px;outline:none;padding:.5rem .75rem;font-size:.875rem}.PurchaseOrders-module__ZM62fa__input:focus{border-color:var(--primary)}textarea.PurchaseOrders-module__ZM62fa__input{resize:vertical}.PurchaseOrders-module__ZM62fa__removeItemBtn{cursor:pointer;color:#dc2626;background:0 0;border:none;align-items:center;padding:.2rem;display:flex}.PurchaseOrders-module__ZM62fa__removeItemBtn:hover{opacity:.7}.PurchaseOrders-module__ZM62fa__spin{animation:1s linear infinite PurchaseOrders-module__ZM62fa__spin}@keyframes PurchaseOrders-module__ZM62fa__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.PurchaseOrders-module__ZM62fa__formGrid2{grid-template-columns:1fr}.PurchaseOrders-module__ZM62fa__statsGrid{grid-template-columns:1fr 1fr}}.PurchaseOrders-module__ZM62fa__workflowBanner{background:var(--card,white);border:1px solid var(--border);border-radius:12px;align-items:center;gap:0;padding:.875rem 1.5rem;display:flex;overflow-x:auto}.PurchaseOrders-module__ZM62fa__workflowStep{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;min-width:80px;display:flex}.PurchaseOrders-module__ZM62fa__workflowDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.PurchaseOrders-module__ZM62fa__workflowLine{background:var(--border);flex:1;min-width:24px;height:2px;margin-top:-1rem;margin-bottom:auto}.PurchaseOrders-module__ZM62fa__miniTimeline{align-items:flex-start;margin-bottom:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.PurchaseOrders-module__ZM62fa__miniStep{min-width:72px;color:var(--muted-foreground);text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;font-size:.68rem;font-weight:600;display:flex}.PurchaseOrders-module__ZM62fa__miniStepDone{color:var(--foreground)}.PurchaseOrders-module__ZM62fa__miniDot{border:2px solid var(--border);background:var(--background);border-radius:50%;flex-shrink:0;width:12px;height:12px}.PurchaseOrders-module__ZM62fa__miniLine{background:var(--border);flex:1 0;align-self:flex-start;min-width:20px;height:2px;margin-top:5px;margin-bottom:auto}.PurchaseOrders-module__ZM62fa__miniLineDone{background:#059669}
.InventoryReports-module__CtqS7G__container{flex-direction:column;gap:1.5rem;display:flex}.InventoryReports-module__CtqS7G__header{justify-content:space-between;align-items:flex-start;display:flex}.InventoryReports-module__CtqS7G__title{font-size:1.875rem;font-weight:700}.InventoryReports-module__CtqS7G__subtitle{color:var(--muted-foreground)}.InventoryReports-module__CtqS7G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.InventoryReports-module__CtqS7G__statCard{align-items:center;gap:1rem;padding:1.25rem;display:flex}.InventoryReports-module__CtqS7G__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.InventoryReports-module__CtqS7G__statLabel{color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.InventoryReports-module__CtqS7G__statValue{font-size:1.5rem;font-weight:700}.InventoryReports-module__CtqS7G__reportsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.InventoryReports-module__CtqS7G__reportsGrid{grid-template-columns:1fr}}.InventoryReports-module__CtqS7G__reportCard{padding:1.5rem;overflow:hidden}.InventoryReports-module__CtqS7G__reportHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.InventoryReports-module__CtqS7G__reportTitle{align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.InventoryReports-module__CtqS7G__badge{border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.InventoryReports-module__CtqS7G__miniTable{border-collapse:collapse;width:100%;font-size:.8125rem}.InventoryReports-module__CtqS7G__miniTable th{text-align:left;background:var(--muted);color:var(--muted-foreground);padding:.5rem .75rem;font-size:.75rem}.InventoryReports-module__CtqS7G__miniTable td{border-bottom:1px solid var(--border);padding:.75rem}.InventoryReports-module__CtqS7G__empty{color:var(--muted-foreground);text-align:center;padding:2rem;font-size:.875rem}.InventoryReports-module__CtqS7G__quickLinks{flex-wrap:wrap;gap:1.25rem;display:flex}.InventoryReports-module__CtqS7G__quickLink{color:var(--foreground);align-items:center;gap:.75rem;padding:1.25rem 2rem;font-weight:600;text-decoration:none;transition:transform .15s;display:flex}.InventoryReports-module__CtqS7G__quickLink:hover{color:var(--primary);transform:translateY(-2px)}
.StockMovements-module__8sgOCa__container{flex-direction:column;gap:1.5rem;display:flex}.StockMovements-module__8sgOCa__header{justify-content:space-between;align-items:flex-start;display:flex}.StockMovements-module__8sgOCa__title{font-size:1.875rem;font-weight:700}.StockMovements-module__8sgOCa__subtitle{color:var(--muted-foreground)}.StockMovements-module__8sgOCa__formCard{padding:1.5rem}.StockMovements-module__8sgOCa__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.StockMovements-module__8sgOCa__formGroup{flex-direction:column;gap:.375rem;display:flex}.StockMovements-module__8sgOCa__formGroup label{font-size:.875rem;font-weight:500}.StockMovements-module__8sgOCa__tableWrapper{padding:0;overflow:hidden}.StockMovements-module__8sgOCa__table{border-collapse:collapse;width:100%}.StockMovements-module__8sgOCa__table th{text-align:left;background:var(--muted);text-transform:uppercase;color:var(--muted-foreground);padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.StockMovements-module__8sgOCa__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.5rem;font-size:.875rem}.StockMovements-module__8sgOCa__typeCell{align-items:center;gap:.5rem;display:flex}.StockMovements-module__8sgOCa__typeBadge{text-transform:capitalize;border-radius:20px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.StockMovements-module__8sgOCa__typeIn{color:#059669;background:#ecfdf5}.StockMovements-module__8sgOCa__typeUsage{color:#dc2626;background:#fef2f2}.StockMovements-module__8sgOCa__incoming{color:#059669}.StockMovements-module__8sgOCa__outgoing{color:#dc2626}.StockMovements-module__8sgOCa__qtyUp{color:#059669;font-weight:700}.StockMovements-module__8sgOCa__qtyDown{color:#dc2626;font-weight:700}.StockMovements-module__8sgOCa__pagination{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.StockMovements-module__8sgOCa__pageBtn{border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.StockMovements-module__8sgOCa__pageBtn:disabled{opacity:.4;cursor:not-allowed}
.Suppliers-module__QhHDNa__container{flex-direction:column;gap:1.5rem;display:flex}.Suppliers-module__QhHDNa__header{justify-content:space-between;align-items:flex-start;display:flex}.Suppliers-module__QhHDNa__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Suppliers-module__QhHDNa__subtitle{color:var(--muted-foreground);font-size:.95rem}.Suppliers-module__QhHDNa__formCard{padding:1.5rem}.Suppliers-module__QhHDNa__form{flex-direction:column;display:flex}.Suppliers-module__QhHDNa__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Suppliers-module__QhHDNa__formGroup{flex-direction:column;gap:.375rem;display:flex}.Suppliers-module__QhHDNa__formGroup label{font-size:.875rem;font-weight:500}.Suppliers-module__QhHDNa__searchBar{gap:1rem;display:flex}.Suppliers-module__QhHDNa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Suppliers-module__QhHDNa__card{flex-direction:column;gap:.75rem;padding:1.5rem;transition:transform .2s;display:flex}.Suppliers-module__QhHDNa__card:hover{transform:translateY(-2px)}.Suppliers-module__QhHDNa__cardHeader{justify-content:space-between;align-items:center;display:flex}.Suppliers-module__QhHDNa__avatar{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.Suppliers-module__QhHDNa__cardActions{gap:.5rem;display:flex}.Suppliers-module__QhHDNa__iconBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;padding:.375rem}.Suppliers-module__QhHDNa__iconBtn:hover{background:var(--muted);color:var(--foreground)}.Suppliers-module__QhHDNa__name{font-size:1.125rem;font-weight:600}.Suppliers-module__QhHDNa__contact{color:var(--muted-foreground);font-size:.875rem}.Suppliers-module__QhHDNa__details{flex-direction:column;gap:.375rem;display:flex}.Suppliers-module__QhHDNa__detail{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.Suppliers-module__QhHDNa__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.75rem;display:flex}.Suppliers-module__QhHDNa__badge{border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.Suppliers-module__QhHDNa__active{color:#059669;background:#ecfdf5}.Suppliers-module__QhHDNa__inactive{background:var(--muted);color:var(--muted-foreground)}.Suppliers-module__QhHDNa__perfLink{color:var(--primary);align-items:center;gap:.375rem;font-size:.8125rem;text-decoration:none;display:flex}.Suppliers-module__QhHDNa__perfLink:hover{text-decoration:underline}
.Notifications-module__NsyA1q__container{max-width:800px;margin:0 auto;padding:2rem}.Notifications-module__NsyA1q__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.Notifications-module__NsyA1q__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.Notifications-module__NsyA1q__subtitle{color:var(--text-secondary);font-size:1rem}.Notifications-module__NsyA1q__tabs{border-bottom:1px solid var(--border-color);gap:1.5rem;margin-bottom:1.5rem;display:flex}.Notifications-module__NsyA1q__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem .25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.Notifications-module__NsyA1q__activeTab{color:var(--primary-color);border-bottom-color:var(--primary-color)}.Notifications-module__NsyA1q__tabBadge{background-color:var(--bg-body);border-radius:10px;padding:.1rem .5rem;font-size:.75rem}.Notifications-module__NsyA1q__unreadBadge{background-color:var(--primary-color);color:#fff}.Notifications-module__NsyA1q__list{flex-direction:column;gap:1rem;display:flex}.Notifications-module__NsyA1q__notificationItem{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;gap:1rem;padding:1.25rem;transition:all .2s;display:flex;position:relative}.Notifications-module__NsyA1q__notificationItem:hover{border-color:var(--text-secondary);box-shadow:0 4px 6px -1px #0000001a}.Notifications-module__NsyA1q__notificationItem.Notifications-module__NsyA1q__unread{border-left:4px solid var(--primary-color);background-color:#2563eb0a}.Notifications-module__NsyA1q__notificationItem.Notifications-module__NsyA1q__clickable{cursor:pointer}.Notifications-module__NsyA1q__notificationItem.Notifications-module__NsyA1q__clickable:hover{border-color:var(--primary-color);background-color:var(--bg-card);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.Notifications-module__NsyA1q__iconContainer{background-color:var(--bg-body);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Notifications-module__NsyA1q__successIcon{color:#10b981}.Notifications-module__NsyA1q__warningIcon{color:#f59e0b}.Notifications-module__NsyA1q__errorIcon{color:#ef4444}.Notifications-module__NsyA1q__infoIcon{color:#3b82f6}.Notifications-module__NsyA1q__clinicalIcon{color:var(--primary-color)}.Notifications-module__NsyA1q__content{flex:1}.Notifications-module__NsyA1q__itemHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.25rem;display:flex}.Notifications-module__NsyA1q__itemTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.Notifications-module__NsyA1q__time{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.75rem;display:flex}.Notifications-module__NsyA1q__message{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.Notifications-module__NsyA1q__itemActions{opacity:0;gap:.5rem;transition:opacity .2s;display:flex}.Notifications-module__NsyA1q__notificationItem:hover .Notifications-module__NsyA1q__itemActions{opacity:1}.Notifications-module__NsyA1q__actionBtn{border:1px solid var(--border-color);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Notifications-module__NsyA1q__actionBtn:hover{background-color:var(--bg-body);color:var(--primary-color);border-color:var(--primary-color)}.Notifications-module__NsyA1q__deleteBtn:hover{color:#ef4444;border-color:#ef4444}.Notifications-module__NsyA1q__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.Notifications-module__NsyA1q__emptyState svg{opacity:.2;margin-bottom:1rem}.Notifications-module__NsyA1q__emptyState h3{color:var(--text-primary);margin-bottom:.5rem}.Notifications-module__NsyA1q__loadingState{justify-content:center;padding:3rem;display:flex}
.NotificationTemplates-module__vvgYoW__container{flex-direction:column;gap:1.5rem;display:flex}.NotificationTemplates-module__vvgYoW__header{justify-content:space-between;align-items:flex-start;display:flex}.NotificationTemplates-module__vvgYoW__title{font-size:1.875rem;font-weight:700}.NotificationTemplates-module__vvgYoW__subtitle{color:var(--muted-foreground)}.NotificationTemplates-module__vvgYoW__formCard{padding:1.5rem}.NotificationTemplates-module__vvgYoW__form{flex-direction:column;display:flex}.NotificationTemplates-module__vvgYoW__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.NotificationTemplates-module__vvgYoW__formGroup{flex-direction:column;gap:.375rem;display:flex}.NotificationTemplates-module__vvgYoW__formGroup label{font-size:.875rem;font-weight:500}.NotificationTemplates-module__vvgYoW__list{flex-direction:column;gap:1rem;display:flex}.NotificationTemplates-module__vvgYoW__templateCard{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.NotificationTemplates-module__vvgYoW__templateHeader{align-items:center;gap:1rem;display:flex}.NotificationTemplates-module__vvgYoW__templateIcon{background:var(--primary);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.NotificationTemplates-module__vvgYoW__templateMeta{flex:1}.NotificationTemplates-module__vvgYoW__templateName{margin-bottom:.375rem;font-size:1rem;font-weight:600}.NotificationTemplates-module__vvgYoW__templateActions{gap:.5rem;display:flex}.NotificationTemplates-module__vvgYoW__actionBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;padding:.375rem}.NotificationTemplates-module__vvgYoW__actionBtn:hover{background:var(--muted);color:var(--foreground)}.NotificationTemplates-module__vvgYoW__typeBadge,.NotificationTemplates-module__vvgYoW__statusBadge{text-transform:uppercase;border-radius:20px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.NotificationTemplates-module__vvgYoW__type_email{color:#1d4ed8;background:#dbeafe}.NotificationTemplates-module__vvgYoW__type_sms{color:#15803d;background:#f0fdf4}.NotificationTemplates-module__vvgYoW__type_push{color:#7c3aed;background:#faf5ff}.NotificationTemplates-module__vvgYoW__type_in-app{color:#c2410c;background:#fff7ed}.NotificationTemplates-module__vvgYoW__active{color:#059669;background:#ecfdf5}.NotificationTemplates-module__vvgYoW__inactive{background:var(--muted);color:var(--muted-foreground)}.NotificationTemplates-module__vvgYoW__subject{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.NotificationTemplates-module__vvgYoW__bodyPreview{color:var(--muted-foreground);border-left:3px solid var(--border);padding-left:1rem;font-size:.875rem;line-height:1.6}
.Patients-module__omGyTW__container{flex-direction:column;gap:1.5rem;display:flex}.Patients-module__omGyTW__header{justify-content:space-between;align-items:center;display:flex}.Patients-module__omGyTW__title{color:var(--foreground);letter-spacing:-.02em;font-size:1.875rem;font-weight:700}.Patients-module__omGyTW__subtitle{color:var(--muted-foreground);font-size:.95rem}.Patients-module__omGyTW__tableControls{align-items:center;gap:1rem;padding:1rem;display:flex}.Patients-module__omGyTW__searchWrapper{flex:1;align-items:center;display:flex;position:relative}.Patients-module__omGyTW__searchIcon{color:var(--muted-foreground);position:absolute;left:1rem}.Patients-module__omGyTW__searchInput{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--muted);width:100%;padding:.6rem 1rem .6rem 2.75rem;font-size:.9rem;transition:all .2s}.Patients-module__omGyTW__searchInput:focus{background:var(--background);border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.Patients-module__omGyTW__tableWrapper{padding:0;overflow:hidden}.Patients-module__omGyTW__table{border-collapse:collapse;width:100%}.Patients-module__omGyTW__table th{text-align:left;background-color:var(--muted);text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.Patients-module__omGyTW__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.5rem;font-size:.9rem}.Patients-module__omGyTW__patientName{align-items:center;gap:1rem;display:flex}.Patients-module__omGyTW__avatar{color:#0369a1;text-transform:uppercase;background:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.Patients-module__omGyTW__name{color:var(--foreground);font-weight:600}.Patients-module__omGyTW__id{color:var(--muted-foreground);font-size:.75rem}.Patients-module__omGyTW__contactInfo{flex-direction:column;gap:.4rem;display:flex}.Patients-module__omGyTW__contactItem{color:#64748b;align-items:center;gap:.75rem;max-width:250px;font-size:.85rem;text-decoration:none;transition:color .2s;display:flex}.Patients-module__omGyTW__contactItem:hover{color:var(--primary)}.Patients-module__omGyTW__contactItem span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Patients-module__omGyTW__contactItem svg{color:#64748b;opacity:.7}.Patients-module__omGyTW__contactItem:hover svg{color:var(--primary);opacity:1}.Patients-module__omGyTW__statusBadge{border-radius:12px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.Patients-module__omGyTW__active{color:#16a34a;background:#f0fdf4}.Patients-module__omGyTW__inactive{color:#dc2626;background:#fef2f2}.Patients-module__omGyTW__actionBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.Patients-module__omGyTW__actionBtn:hover{background:var(--muted);color:var(--foreground)}.Patients-module__omGyTW__pagination{background:var(--background);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Patients-module__omGyTW__pageInfo{color:var(--muted-foreground);font-size:.875rem}.Patients-module__omGyTW__pageButtons{gap:.5rem;display:flex}.Patients-module__omGyTW__pageBtn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);width:36px;height:36px;color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.Patients-module__omGyTW__pageBtn:hover:not(:disabled){background:var(--muted);border-color:var(--primary)}.Patients-module__omGyTW__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Patients-module__omGyTW__spinner{border:3px solid var(--muted);border-top:3px solid var(--primary);border-radius:50%;width:32px;height:32px;margin:0 auto;animation:1s linear infinite Patients-module__omGyTW__spin}@keyframes Patients-module__omGyTW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.PatientDetails-module__HgkLgG__container{flex-direction:column;gap:1.5rem;display:flex}.PatientDetails-module__HgkLgG__header{justify-content:space-between;align-items:center;display:flex}.PatientDetails-module__HgkLgG__backBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-weight:500;display:flex}.PatientDetails-module__HgkLgG__headerActions{gap:1rem;display:flex}.PatientDetails-module__HgkLgG__mainGrid{grid-template-columns:320px 1fr;gap:1.5rem;display:grid}.PatientDetails-module__HgkLgG__sidebar{flex-direction:column;gap:1.5rem;display:flex}.PatientDetails-module__HgkLgG__profileCard{text-align:center;flex-direction:column;align-items:center;display:flex}.PatientDetails-module__HgkLgG__avatarLarge{background:var(--primary-light);width:100px;height:100px;color:var(--primary);border:4px solid var(--background);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;display:flex}.PatientDetails-module__HgkLgG__patientFullName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.PatientDetails-module__HgkLgG__statusBadge{border-radius:20px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.PatientDetails-module__HgkLgG__active{color:#059669;background:#ecfdf5}.PatientDetails-module__HgkLgG__inactive{color:#dc2626;background:#fef2f2}.PatientDetails-module__HgkLgG__quickInfo{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;width:100%;padding-top:1.5rem;display:flex}.PatientDetails-module__HgkLgG__infoItem{color:var(--muted-foreground);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.PatientDetails-module__HgkLgG__contactCard h3,.PatientDetails-module__HgkLgG__sectionCard h3{margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.PatientDetails-module__HgkLgG__contactList{flex-direction:column;gap:1.25rem;display:flex}.PatientDetails-module__HgkLgG__contactRow{color:var(--primary);gap:1rem;display:flex}.PatientDetails-module__HgkLgG__contactRow label{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.PatientDetails-module__HgkLgG__contactRow p{color:var(--foreground);font-size:.95rem;font-weight:500}.PatientDetails-module__HgkLgG__content{flex-direction:column;gap:1.5rem;display:flex}.PatientDetails-module__HgkLgG__sectionHeader{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.PatientDetails-module__HgkLgG__historyGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.PatientDetails-module__HgkLgG__historyItem label{color:var(--muted-foreground);margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.PatientDetails-module__HgkLgG__tagList{flex-wrap:wrap;gap:.5rem;display:flex}.PatientDetails-module__HgkLgG__tag{background:var(--muted);color:var(--foreground);border-radius:6px;padding:.35rem .75rem;font-size:.875rem;font-weight:500}.PatientDetails-module__HgkLgG__tag.PatientDetails-module__HgkLgG__danger{color:#dc2626;background:#fef2f2;border:1px solid #fee2e2}.PatientDetails-module__HgkLgG__empty{color:var(--muted-foreground);font-size:.875rem;font-style:italic}.PatientDetails-module__HgkLgG__recordsList{flex-direction:column;gap:1.5rem;display:flex}.PatientDetails-module__HgkLgG__recordItem{background:var(--muted);border-left:4px solid var(--primary);border-radius:12px;padding:1.25rem}.PatientDetails-module__HgkLgG__recordHeader{justify-content:space-between;margin-bottom:.75rem;display:flex}.PatientDetails-module__HgkLgG__recordDate{color:var(--primary);font-size:.875rem;font-weight:600}.PatientDetails-module__HgkLgG__recordType{text-transform:uppercase;color:var(--muted-foreground);background:var(--background);border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.PatientDetails-module__HgkLgG__recordNotes{margin-bottom:.75rem;font-size:.95rem;line-height:1.5}.PatientDetails-module__HgkLgG__recordDetail{color:var(--muted-foreground);font-size:.875rem}.PatientDetails-module__HgkLgG__timeline{flex-direction:column;gap:1.5rem;padding-left:1.5rem;display:flex;position:relative}.PatientDetails-module__HgkLgG__timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:0}.PatientDetails-module__HgkLgG__timelineItem{position:relative}.PatientDetails-module__HgkLgG__timelineItem:before{content:"";background:var(--primary);border-radius:50%;width:10px;height:10px;margin-left:-4px;position:absolute;top:.25rem;left:-1.5rem}@keyframes PatientDetails-module__HgkLgG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PatientDetails-module__HgkLgG__treatmentHistoryList{flex-direction:column;gap:0;display:flex}.PatientDetails-module__HgkLgG__treatmentHistoryRow{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.PatientDetails-module__HgkLgG__treatmentHistoryRow:last-child{border-bottom:none;padding-bottom:0}.PatientDetails-module__HgkLgG__treatmentHistoryRow:first-child{padding-top:0}.PatientDetails-module__HgkLgG__treatmentKind{text-transform:uppercase;letter-spacing:.04em;background:var(--muted);color:var(--muted-foreground);border-radius:6px;flex-shrink:0;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.PatientDetails-module__HgkLgG__treatmentKindPlan{background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--primary)}.PatientDetails-module__HgkLgG__treatmentKindInvoice{color:#7c3aed;background:#8b5cf624}.PatientDetails-module__HgkLgG__treatmentKindVisit{color:#059669;background:#0596691f}.PatientDetails-module__HgkLgG__treatmentHistoryBody{flex:1;min-width:0}.PatientDetails-module__HgkLgG__treatmentHistoryTitle{color:var(--foreground);margin-bottom:.25rem;font-weight:600}.PatientDetails-module__HgkLgG__treatmentHistoryMeta{color:var(--muted-foreground);margin-bottom:.35rem;font-size:.8rem}.PatientDetails-module__HgkLgG__treatmentHistoryDetail{color:var(--foreground);font-size:.875rem;line-height:1.45}.PatientDetails-module__HgkLgG__treatmentHistoryActions{flex-shrink:0;align-items:flex-start;display:flex}@media (max-width:1024px){.PatientDetails-module__HgkLgG__mainGrid{grid-template-columns:1fr}}
.NewPatient-module__pa062W__container{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.NewPatient-module__pa062W__header{flex-direction:column;gap:.5rem;display:flex}.NewPatient-module__pa062W__backBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;padding:0;font-weight:500;display:flex}.NewPatient-module__pa062W__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.NewPatient-module__pa062W__formGrid,.NewPatient-module__pa062W__section{flex-direction:column;gap:1.5rem;display:flex}.NewPatient-module__pa062W__sectionHeader{color:var(--primary);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:.75rem;display:flex}.NewPatient-module__pa062W__sectionHeader h3{color:var(--foreground);font-size:1.125rem;font-weight:600}.NewPatient-module__pa062W__inputRow{flex-wrap:wrap;gap:1.5rem;display:flex}.NewPatient-module__pa062W__inputGroup{flex-direction:column;flex:200px;gap:.5rem;display:flex}.NewPatient-module__pa062W__inputGroup.NewPatient-module__pa062W__ageGroup{flex:none;min-width:120px}.NewPatient-module__pa062W__responsiveAge{background:var(--primary-muted);border-radius:var(--radius-md);border:1px solid var(--primary-border);flex-direction:column;justify-content:center;height:100%;padding:.5rem 1rem;display:flex}.NewPatient-module__pa062W__ageValue{color:var(--primary);font-size:1.25rem;font-weight:700;line-height:1}.NewPatient-module__pa062W__ageLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);opacity:.8;margin-top:2px;font-size:.7rem}.NewPatient-module__pa062W__label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.NewPatient-module__pa062W__input,.NewPatient-module__pa062W__select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.NewPatient-module__pa062W__input:focus,.NewPatient-module__pa062W__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.NewPatient-module__pa062W__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem}.NewPatient-module__pa062W__error{color:#ef4444;font-size:.75rem}.NewPatient-module__pa062W__errorAlert{color:#b91c1c;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fee2e2;padding:1rem}.NewPatient-module__pa062W__actions{justify-content:flex-end;gap:1rem;padding:1rem 0 3rem;display:flex}.NewPatient-module__pa062W__phoneInputWrapper{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:stretch;display:flex;overflow:hidden}.NewPatient-module__pa062W__phonePrefix{background:var(--muted);color:var(--muted-foreground);border-right:1px solid var(--border);align-items:center;padding:0 .75rem;font-size:.9rem;font-weight:600;display:flex}.NewPatient-module__pa062W__phoneInputWrapper .NewPatient-module__pa062W__input{border:none;border-radius:0;flex:1}.NewPatient-module__pa062W__phoneInputWrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.NewPatient-module__pa062W__inputWithIcon{align-items:center;display:flex;position:relative}.NewPatient-module__pa062W__fieldIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;left:.75rem}.NewPatient-module__pa062W__inputWithIcon .NewPatient-module__pa062W__input{flex:1;padding-left:2.5rem}@keyframes NewPatient-module__pa062W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Settings-module__h9_rbW__spin{animation:1s linear infinite Settings-module__h9_rbW__spin}@keyframes Settings-module__h9_rbW__spin{to{transform:rotate(360deg)}}.Settings-module__h9_rbW__shell{align-items:flex-start;gap:2rem;max-width:1100px;display:flex}.Settings-module__h9_rbW__nav{flex:0 0 220px;position:sticky;top:1rem}.Settings-module__h9_rbW__navTitle{color:var(--foreground);letter-spacing:-.02em;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.Settings-module__h9_rbW__navList{flex-direction:column;gap:.25rem;display:flex}.Settings-module__h9_rbW__navLink{color:var(--muted-foreground);border-radius:8px;align-items:center;gap:.6rem;padding:.65rem .85rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.Settings-module__h9_rbW__navLink:hover{background:var(--muted);color:var(--foreground)}.Settings-module__h9_rbW__navLinkActive{background:color-mix(in srgb, var(--primary) 12%, transparent);color:var(--primary)}.Settings-module__h9_rbW__content{flex:1;min-width:0}.Settings-module__h9_rbW__sectionTitle{color:var(--foreground);margin:0 0 .35rem;font-size:1.25rem;font-weight:600}.Settings-module__h9_rbW__sectionDesc{color:var(--muted-foreground);margin:0 0 1.5rem;font-size:.9rem}.Settings-module__h9_rbW__formGrid{flex-direction:column;gap:1.25rem;display:flex}.Settings-module__h9_rbW__field{flex-direction:column;gap:.35rem;display:flex}.Settings-module__h9_rbW__label{color:var(--foreground);font-size:.8rem;font-weight:600}.Settings-module__h9_rbW__input{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;padding:.65rem .85rem;font-size:.9rem}.Settings-module__h9_rbW__input:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--primary) 25%, transparent);outline:none}.Settings-module__h9_rbW__error{color:var(--destructive,#dc2626);font-size:.8rem}.Settings-module__h9_rbW__success{color:#059669;background:#ecfdf5;border-radius:8px;padding:.65rem .85rem;font-size:.875rem}.Settings-module__h9_rbW__alert{background:color-mix(in srgb, var(--destructive,#dc2626) 8%, transparent);color:var(--destructive,#b91c1c);border-radius:8px;padding:.65rem .85rem;font-size:.875rem}.Settings-module__h9_rbW__actions{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.Settings-module__h9_rbW__adminGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.Settings-module__h9_rbW__adminCard{border:1px solid var(--border);color:inherit;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.Settings-module__h9_rbW__adminCard:hover{border-color:var(--primary);box-shadow:0 2px 8px color-mix(in srgb, var(--foreground) 6%, transparent)}.Settings-module__h9_rbW__adminCardTitle{color:var(--foreground);font-size:1rem;font-weight:600}.Settings-module__h9_rbW__adminCardDesc{color:var(--muted-foreground);font-size:.85rem;line-height:1.4}.Settings-module__h9_rbW__statRow{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.Settings-module__h9_rbW__statLabel{color:var(--muted-foreground);font-size:.85rem}.Settings-module__h9_rbW__statValue{color:var(--foreground);font-size:1.5rem;font-weight:700}@media (max-width:768px){.Settings-module__h9_rbW__shell{flex-direction:column}.Settings-module__h9_rbW__nav{flex:none;width:100%;position:static}.Settings-module__h9_rbW__navList{flex-flow:wrap}}
.Staff-module__HCwOGG__container{flex-direction:column;gap:1.5rem;display:flex}.Staff-module__HCwOGG__header{justify-content:space-between;align-items:center;display:flex}.Staff-module__HCwOGG__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Staff-module__HCwOGG__subtitle{color:var(--muted-foreground);font-size:.95rem}.Staff-module__HCwOGG__controls{justify-content:space-between;align-items:center;padding:1rem;display:flex}.Staff-module__HCwOGG__searchBox{flex:1;align-items:center;max-width:400px;display:flex;position:relative}.Staff-module__HCwOGG__searchBox svg{color:var(--muted-foreground);position:absolute;left:1rem}.Staff-module__HCwOGG__searchBox input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--muted);width:100%;padding:.6rem 1rem .6rem 2.75rem;font-size:.9rem}.Staff-module__HCwOGG__btnActive{color:#059669;background:#ecfdf5;border:1px solid #10b981}.Staff-module__HCwOGG__btnInactive{color:#dc2626;background:#fef2f2;border:1px solid #ef4444}.Staff-module__HCwOGG__staffGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.Staff-module__HCwOGG__staffCard{flex-direction:column;gap:1.25rem;transition:all .2s;display:flex}.Staff-module__HCwOGG__staffCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Staff-module__HCwOGG__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.Staff-module__HCwOGG__avatar{background:var(--primary-light);width:50px;height:50px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.Staff-module__HCwOGG__actionBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:.25rem}.Staff-module__HCwOGG__name{color:var(--foreground);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.Staff-module__HCwOGG__email{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.Staff-module__HCwOGG__roleBadge{text-transform:uppercase;letter-spacing:.02em;background:var(--muted);border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Staff-module__HCwOGG__admin{color:#991b1b;background:#fee2e2}.Staff-module__HCwOGG__dentist{color:#166534;background:#dcfce7}.Staff-module__HCwOGG__receptionist{color:#075985;background:#e0f2fe}.Staff-module__HCwOGG__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Staff-module__HCwOGG__status{cursor:pointer;border-radius:4px;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:flex}.Staff-module__HCwOGG__status:disabled{cursor:not-allowed;opacity:.7;filter:grayscale(.5)}.Staff-module__HCwOGG__iconActive{color:#10b981}.Staff-module__HCwOGG__iconInactive{color:#ef4444}.Staff-module__HCwOGG__permsInfo{color:var(--muted-foreground);align-items:center;gap:.4rem;font-size:.75rem;display:flex}.Staff-module__HCwOGG__loading{grid-column:1/-1;justify-content:center;padding:4rem;display:flex}.Staff-module__HCwOGG__spinner{border:4px solid var(--muted);border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite Staff-module__HCwOGG__spin}@keyframes Staff-module__HCwOGG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Roles-module__S3Vr3q__container{flex-direction:column;gap:1.5rem;display:flex}.Roles-module__S3Vr3q__header{justify-content:space-between;align-items:center;display:flex}.Roles-module__S3Vr3q__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Roles-module__S3Vr3q__subtitle{color:var(--muted-foreground);font-size:.95rem}.Roles-module__S3Vr3q__rolesTable{border-collapse:collapse;width:100%;font-size:.9rem}.Roles-module__S3Vr3q__rolesTable th{text-align:left;border-bottom:2px solid var(--border);color:var(--muted-foreground);padding:1rem;font-weight:600}.Roles-module__S3Vr3q__rolesTable td{border-bottom:1px solid var(--border);padding:1rem}.Roles-module__S3Vr3q__roleName{color:var(--foreground);font-weight:600}.Roles-module__S3Vr3q__description{color:var(--muted-foreground)}.Roles-module__S3Vr3q__badge{background:var(--muted);color:var(--muted-foreground);border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.Roles-module__S3Vr3q__systemBadge{color:#0369a1;background:#e0f2fe}.Roles-module__S3Vr3q__actions{justify-content:flex-end;gap:.5rem;display:flex}.Roles-module__S3Vr3q__modalBackdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Roles-module__S3Vr3q__modal{background:var(--background);border-radius:var(--radius-lg);width:100%;max-width:800px;max-height:90vh;box-shadow:var(--shadow-xl);flex-direction:column;display:flex}.Roles-module__S3Vr3q__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Roles-module__S3Vr3q__modalTitle{font-size:1.25rem;font-weight:700}.Roles-module__S3Vr3q__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.Roles-module__S3Vr3q__formGroup{margin-bottom:1.5rem}.Roles-module__S3Vr3q__label{margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.Roles-module__S3Vr3q__input,.Roles-module__S3Vr3q__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--muted);width:100%;padding:.625rem;font-size:.9rem}.Roles-module__S3Vr3q__textarea{resize:vertical;min-height:80px}.Roles-module__S3Vr3q__permGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.Roles-module__S3Vr3q__permSection{flex-direction:column;gap:.5rem;display:flex}.Roles-module__S3Vr3q__permSectionTitle{text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.Roles-module__S3Vr3q__checkboxItem{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Roles-module__S3Vr3q__checkboxItem input{width:16px;height:16px}.Roles-module__S3Vr3q__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.Roles-module__S3Vr3q__loading{justify-content:center;padding:3rem;display:flex}.Roles-module__S3Vr3q__spinner{border:3px solid var(--muted);border-top:3px solid var(--primary);border-radius:50%;width:32px;height:32px;animation:1s linear infinite Roles-module__S3Vr3q__spin}@keyframes Roles-module__S3Vr3q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Webhooks-module__k0C43W__container{flex-direction:column;gap:1.5rem;display:flex}.Webhooks-module__k0C43W__header{justify-content:space-between;align-items:flex-start;display:flex}.Webhooks-module__k0C43W__title{font-size:1.875rem;font-weight:700}.Webhooks-module__k0C43W__subtitle{color:var(--muted-foreground)}.Webhooks-module__k0C43W__formCard{padding:1.5rem}.Webhooks-module__k0C43W__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Webhooks-module__k0C43W__formGroup{flex-direction:column;gap:.375rem;display:flex}.Webhooks-module__k0C43W__formGroup label{font-size:.875rem;font-weight:500}.Webhooks-module__k0C43W__statsRow{flex-wrap:wrap;gap:1rem;display:flex}.Webhooks-module__k0C43W__statBox{align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.Webhooks-module__k0C43W__statNum{font-size:1.75rem;font-weight:700}.Webhooks-module__k0C43W__statLabel{color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.Webhooks-module__k0C43W__webhookList{flex-direction:column;gap:1rem;display:flex}.Webhooks-module__k0C43W__webhookCard{flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .15s;display:flex}.Webhooks-module__k0C43W__webhookCard:hover{transform:translateY(-2px)}.Webhooks-module__k0C43W__webhookHeader{justify-content:space-between;align-items:flex-start;display:flex}.Webhooks-module__k0C43W__webhookName{font-size:1rem;font-weight:600}.Webhooks-module__k0C43W__webhookUrl{color:var(--muted-foreground);word-break:break-all;margin-top:.25rem;font-family:monospace;font-size:.8125rem}.Webhooks-module__k0C43W__statusBadge{text-transform:capitalize;border-radius:20px;flex-shrink:0;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.Webhooks-module__k0C43W__statusActive{color:#059669;background:#ecfdf5}.Webhooks-module__k0C43W__statusInactive{color:#d97706;background:#fffbeb}.Webhooks-module__k0C43W__statusSuspended{color:#dc2626;background:#fef2f2}.Webhooks-module__k0C43W__events{flex-wrap:wrap;gap:.5rem;display:flex}.Webhooks-module__k0C43W__eventTag{background:var(--muted);border:1px solid var(--border);border-radius:4px;padding:.15rem .5rem;font-family:monospace;font-size:.7rem}.Webhooks-module__k0C43W__moreEvents{background:var(--primary);color:#fff;border-radius:4px;padding:.15rem .5rem;font-size:.7rem}.Webhooks-module__k0C43W__webhookFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.875rem;display:flex}.Webhooks-module__k0C43W__webhookActions{gap:.5rem;display:flex}.Webhooks-module__k0C43W__actionBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;text-decoration:none;display:inline-flex}.Webhooks-module__k0C43W__actionBtn:hover{background:var(--muted);color:var(--foreground)}
.Deliveries-module__uxbWgW__container{flex-direction:column;gap:1.5rem;display:flex}.Deliveries-module__uxbWgW__header{justify-content:space-between;align-items:flex-start;display:flex}.Deliveries-module__uxbWgW__title{font-size:1.875rem;font-weight:700}.Deliveries-module__uxbWgW__subtitle{color:var(--muted-foreground)}.Deliveries-module__uxbWgW__tableWrapper{padding:0;overflow:hidden}.Deliveries-module__uxbWgW__table{border-collapse:collapse;width:100%}.Deliveries-module__uxbWgW__table th{text-align:left;background:var(--muted);text-transform:uppercase;color:var(--muted-foreground);padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.Deliveries-module__uxbWgW__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.875rem 1.5rem;font-size:.875rem}.Deliveries-module__uxbWgW__badge{text-transform:capitalize;border-radius:20px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.Deliveries-module__uxbWgW__success{color:#059669;background:#ecfdf5}.Deliveries-module__uxbWgW__failed{color:#dc2626;background:#fef2f2}.Deliveries-module__uxbWgW__pending{color:#d97706;background:#fffbeb}.Deliveries-module__uxbWgW__redeliverBtn{border:1px solid var(--border);cursor:pointer;color:var(--muted-foreground);background:0 0;border-radius:6px;padding:.375rem;display:flex}.Deliveries-module__uxbWgW__redeliverBtn:hover{background:var(--muted);color:var(--primary)}.Deliveries-module__uxbWgW__pagination{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Deliveries-module__uxbWgW__pageBtn{border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Deliveries-module__uxbWgW__pageBtn:disabled{opacity:.4;cursor:not-allowed}
