.Sidebar-module__DSMIFa__sidebar{background:var(--card);width:100%;height:100%;padding:var(--space-8) var(--space-4);flex-direction:column;display:flex}.Sidebar-module__DSMIFa__logo{align-items:center;gap:var(--space-3);padding:0 var(--space-2) var(--space-8);display:flex}.Sidebar-module__DSMIFa__logoIcon{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;width:36px;height:36px;box-shadow:0 4px 12px hsla(var(--primary-h), var(--primary-s), var(--primary-l), .25);border-radius:10px;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.Sidebar-module__DSMIFa__logoText{color:var(--foreground);letter-spacing:-.03em;font-size:1.25rem;font-weight:700}.Sidebar-module__DSMIFa__nav{gap:var(--space-1);padding:0 var(--space-2);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.Sidebar-module__DSMIFa__nav::-webkit-scrollbar{width:4px}.Sidebar-module__DSMIFa__nav::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.Sidebar-module__DSMIFa__navItem{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);color:var(--muted-foreground);font-weight:500;font-size:var(--font-sm);padding:.75rem 1rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Sidebar-module__DSMIFa__navItem:hover{background:var(--muted);color:var(--foreground);transform:translate(4px)}.Sidebar-module__DSMIFa__navItem.Sidebar-module__DSMIFa__active{background:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .08);color:var(--primary);font-weight:600}.Sidebar-module__DSMIFa__navItem.Sidebar-module__DSMIFa__active:before{content:"";background:var(--primary);border-radius:0 4px 4px 0;width:3px;height:20px;position:absolute;left:0}.Sidebar-module__DSMIFa__footer{padding-top:var(--space-4);border-top:1px solid var(--border);margin-top:auto}.Sidebar-module__DSMIFa__logoutBtn{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);color:#ef4343;width:100%;font-weight:500;font-size:var(--font-sm);cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;transition:all .2s;display:flex}.Sidebar-module__DSMIFa__logoutBtn:hover{color:#eb1414;background:#fff0f0}
.MainLayout-module__lSNwUG__container{background-color:var(--background);background-image:linear-gradient(color-mix(in srgb, var(--background) 94%, transparent), color-mix(in srgb, var(--background) 94%, transparent)), url(/images/app-background.jpg);background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100vh;display:flex;position:relative}.MainLayout-module__lSNwUG__sidebarWrapper{z-index:50;background:var(--card);border-right:1px solid var(--border);width:260px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.MainLayout-module__lSNwUG__main{background-color:#0000;flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:260px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}.MainLayout-module__lSNwUG__header{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:70px;padding:0 var(--space-6);z-index:40;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.MainLayout-module__lSNwUG__headerLeft{align-items:center;gap:var(--space-4);display:flex}.MainLayout-module__lSNwUG__menuBtn{color:var(--foreground);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-sm);background:0 0;border:none;transition:all .2s;display:none}.MainLayout-module__lSNwUG__menuBtn:hover{background:var(--muted)}.MainLayout-module__lSNwUG__headerTitle{color:var(--foreground);letter-spacing:-.01em;font-size:1.125rem;font-weight:700}.MainLayout-module__lSNwUG__headerActions{align-items:center;gap:var(--space-4);display:flex}.MainLayout-module__lSNwUG__notificationBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.MainLayout-module__lSNwUG__notificationBtn:hover{color:var(--primary);background:var(--muted)}.MainLayout-module__lSNwUG__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:4px;right:4px}.MainLayout-module__lSNwUG__userInfo{align-items:center;gap:.75rem;display:flex}.MainLayout-module__lSNwUG__userAvatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;width:38px;height:38px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.MainLayout-module__lSNwUG__userDetails{display:none}@media (min-width:1024px){.MainLayout-module__lSNwUG__userDetails{flex-direction:column;display:flex}}.MainLayout-module__lSNwUG__userName{color:var(--foreground);font-size:.875rem;font-weight:600}.MainLayout-module__lSNwUG__userRole{color:var(--muted-foreground);text-transform:capitalize;font-size:.75rem}.MainLayout-module__lSNwUG__content{padding:var(--space-6);flex:1}.MainLayout-module__lSNwUG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;background:#0006;animation:.3s MainLayout-module__lSNwUG__fadeIn;position:fixed;inset:0}@keyframes MainLayout-module__lSNwUG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.MainLayout-module__lSNwUG__container{background-attachment:scroll}.MainLayout-module__lSNwUG__sidebarWrapper{transform:translate(-100%)}.MainLayout-module__lSNwUG__sidebarWrapper.MainLayout-module__lSNwUG__mobileOpen{box-shadow:var(--shadow-lg);transform:translate(0)}.MainLayout-module__lSNwUG__main{margin-left:0}.MainLayout-module__lSNwUG__menuBtn{display:flex}.MainLayout-module__lSNwUG__header{padding:0 var(--space-4)}.MainLayout-module__lSNwUG__content{padding:var(--space-4)}}.MainLayout-module__lSNwUG__loadingOverlay{background:var(--background);justify-content:center;align-items:center;height:100vh;display:flex}
.FormDraftBanner-module__vUZI4W__banner{border-radius:var(--radius-sm);background:#fffbeb;border:1px solid #fde68a;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.FormDraftBanner-module__vUZI4W__icon{color:#b45309;flex-shrink:0}.FormDraftBanner-module__vUZI4W__text{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.FormDraftBanner-module__vUZI4W__text strong{color:#92400e;font-size:.9rem}.FormDraftBanner-module__vUZI4W__text span{color:#92400e;opacity:.85;font-size:.8rem}.FormDraftBanner-module__vUZI4W__note{font-style:italic}.FormDraftBanner-module__vUZI4W__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.FormDraftBanner-module__vUZI4W__discardBtn{color:#92400e;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #fde68a;align-items:center;gap:.3rem;padding:.4rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex}.FormDraftBanner-module__vUZI4W__discardBtn:hover{background:#fef3c7}@media (prefers-color-scheme:dark){.FormDraftBanner-module__vUZI4W__banner{background:color-mix(in srgb, #b45309 18%, var(--card));border-color:#b4530973}.FormDraftBanner-module__vUZI4W__icon,.FormDraftBanner-module__vUZI4W__text strong,.FormDraftBanner-module__vUZI4W__text span,.FormDraftBanner-module__vUZI4W__discardBtn{color:#fde68a}.FormDraftBanner-module__vUZI4W__discardBtn{border-color:#fde68a66}.FormDraftBanner-module__vUZI4W__discardBtn:hover{background:#b453094d}}
.SearchableSelect-module__xc9OSG__wrap{position:relative}.SearchableSelect-module__xc9OSG__list{z-index:40;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:260px;margin-top:4px;padding:.25rem 0;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px #0000001f}.SearchableSelect-module__xc9OSG__option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.9rem}.SearchableSelect-module__xc9OSG__option:hover,.SearchableSelect-module__xc9OSG__option:focus-visible{background:color-mix(in srgb, var(--primary) 10%, transparent);outline:none}.SearchableSelect-module__xc9OSG__sublabel{color:var(--muted-foreground);font-size:.78rem}.SearchableSelect-module__xc9OSG__hint{color:var(--muted-foreground);padding:.65rem 1rem;font-size:.875rem}
.InventoryShared-module__5hcXYq__container{flex-direction:column;gap:1.5rem;display:flex}.InventoryShared-module__5hcXYq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.InventoryShared-module__5hcXYq__title{font-size:1.875rem;font-weight:700}.InventoryShared-module__5hcXYq__subtitle{color:var(--muted-foreground)}.InventoryShared-module__5hcXYq__backRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.InventoryShared-module__5hcXYq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.25rem;display:grid}.InventoryShared-module__5hcXYq__statCard{align-items:center;gap:1rem;padding:1.25rem;display:flex}.InventoryShared-module__5hcXYq__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.InventoryShared-module__5hcXYq__statLabel{color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.InventoryShared-module__5hcXYq__statValue{font-size:1.5rem;font-weight:700}.InventoryShared-module__5hcXYq__statSub{margin:.2rem 0 0;font-size:.75rem}.InventoryShared-module__5hcXYq__formCard{padding:1.5rem}.InventoryShared-module__5hcXYq__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:768px){.InventoryShared-module__5hcXYq__formGrid{grid-template-columns:1fr}}.InventoryShared-module__5hcXYq__formGroup{flex-direction:column;gap:.375rem;display:flex}.InventoryShared-module__5hcXYq__formGroup label{font-size:.875rem;font-weight:500}.InventoryShared-module__5hcXYq__tableWrapper{padding:0;overflow:auto hidden}.InventoryShared-module__5hcXYq__table{border-collapse:collapse;width:100%;min-width:900px}.InventoryShared-module__5hcXYq__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}.InventoryShared-module__5hcXYq__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.5rem;font-size:.875rem}.InventoryShared-module__5hcXYq__typeCell{align-items:center;gap:.5rem;display:flex}.InventoryShared-module__5hcXYq__typeBadge{text-transform:capitalize;border-radius:20px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.InventoryShared-module__5hcXYq__typeIn{color:#059669;background:#ecfdf5}.InventoryShared-module__5hcXYq__typeUsage{color:#dc2626;background:#fef2f2}.InventoryShared-module__5hcXYq__incoming{color:#059669}.InventoryShared-module__5hcXYq__outgoing{color:#dc2626}.InventoryShared-module__5hcXYq__qtyUp{color:#059669;font-weight:700}.InventoryShared-module__5hcXYq__qtyDown{color:#dc2626;font-weight:700}.InventoryShared-module__5hcXYq__pagination{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.InventoryShared-module__5hcXYq__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}.InventoryShared-module__5hcXYq__pageBtn:disabled{opacity:.4;cursor:not-allowed}.InventoryShared-module__5hcXYq__reportsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:900px){.InventoryShared-module__5hcXYq__reportsGrid{grid-template-columns:1fr}}.InventoryShared-module__5hcXYq__reportCard{padding:1.5rem;overflow:hidden}.InventoryShared-module__5hcXYq__reportHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.InventoryShared-module__5hcXYq__reportTitle{align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.InventoryShared-module__5hcXYq__badge{border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.InventoryShared-module__5hcXYq__miniTable{border-collapse:collapse;width:100%;font-size:.8125rem}.InventoryShared-module__5hcXYq__miniTable th{text-align:left;background:var(--muted);color:var(--muted-foreground);padding:.5rem .75rem;font-size:.75rem}.InventoryShared-module__5hcXYq__miniTable td{border-bottom:1px solid var(--border);padding:.75rem}.InventoryShared-module__5hcXYq__empty{color:var(--muted-foreground);text-align:center;padding:2rem;font-size:.875rem}.InventoryShared-module__5hcXYq__navGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.InventoryShared-module__5hcXYq__navCard{border:1px solid var(--border);background:var(--card,#fff);color:inherit;border-radius:12px;align-items:center;gap:.9rem;padding:1.1rem;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.InventoryShared-module__5hcXYq__navCard:hover{border-color:var(--primary);transform:translateY(-1px)}.InventoryShared-module__5hcXYq__navIcon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.InventoryShared-module__5hcXYq__navLabel{font-size:.9rem;font-weight:600}.InventoryShared-module__5hcXYq__navDesc{color:var(--muted-foreground);margin-top:.15rem;font-size:.78rem}.InventoryShared-module__5hcXYq__spin{animation:1s linear infinite InventoryShared-module__5hcXYq__spin}@keyframes InventoryShared-module__5hcXYq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.InventoryShared-module__5hcXYq__note{color:var(--muted-foreground);background:var(--muted);border-radius:8px;padding:.6rem .9rem;font-size:.8rem}.InventoryShared-module__5hcXYq__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.InventoryShared-module__5hcXYq__modal{background:var(--background);border-radius:var(--radius-lg);width:100%;max-width:900px;box-shadow:var(--shadow-lg);flex-direction:column;max-height:90vh;display:flex}.InventoryShared-module__5hcXYq__modalForm{flex-direction:column;flex:1;min-height:0;display:flex}.InventoryShared-module__5hcXYq__modalHeader{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.InventoryShared-module__5hcXYq__modalHeader h3{margin:0;font-size:1.15rem;font-weight:700}.InventoryShared-module__5hcXYq__modalCloseBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;padding:.25rem}.InventoryShared-module__5hcXYq__modalCloseBtn:hover{background:var(--muted);color:var(--foreground)}.InventoryShared-module__5hcXYq__modalBody{flex:1;min-height:0;padding:1.5rem;overflow-y:auto}.InventoryShared-module__5hcXYq__modalFooter{border-top:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.InventoryShared-module__5hcXYq__draftsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.InventoryShared-module__5hcXYq__draftCard{border:1px dashed var(--border);flex-direction:column;gap:.6rem;padding:1.1rem;display:flex}.InventoryShared-module__5hcXYq__draftCardHeader{justify-content:space-between;align-items:center;display:flex}.InventoryShared-module__5hcXYq__draftLabel{font-size:.9rem;font-weight:700}.InventoryShared-module__5hcXYq__draftMeta{color:var(--muted-foreground);font-size:.78rem}.InventoryShared-module__5hcXYq__draftItemName{font-size:.85rem;font-weight:600}.InventoryShared-module__5hcXYq__draftActions{gap:.5rem;margin-top:.25rem;display:flex}
.CategorySelect-module__QORefq__wrap{position:relative}.CategorySelect-module__QORefq__list{z-index:40;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:280px;margin-top:4px;padding:.25rem 0;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px #0000001f}.CategorySelect-module__QORefq__option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.9rem}.CategorySelect-module__QORefq__option:hover,.CategorySelect-module__QORefq__option:focus-visible{background:color-mix(in srgb, var(--primary) 10%, transparent);outline:none}.CategorySelect-module__QORefq__hint{color:var(--muted-foreground);padding:.65rem 1rem;font-size:.875rem}.CategorySelect-module__QORefq__addRow{border-top:1px solid var(--border);margin-top:.15rem;padding:.4rem 1rem .6rem}.CategorySelect-module__QORefq__addBtn{border:1px dashed var(--primary);border-radius:var(--radius-sm);width:100%;color:var(--primary);cursor:pointer;background:0 0;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.82rem;font-weight:600;display:flex}.CategorySelect-module__QORefq__addBtn:hover{background:color-mix(in srgb, var(--primary) 8%, transparent)}.CategorySelect-module__QORefq__addNote{color:var(--muted-foreground);margin:.35rem 0 0;font-size:.72rem}
.DepartmentSelect-module__iq1Ciq__wrap{position:relative}.DepartmentSelect-module__iq1Ciq__list{z-index:40;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:280px;margin-top:4px;padding:.25rem 0;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px #0000001f}.DepartmentSelect-module__iq1Ciq__option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.9rem}.DepartmentSelect-module__iq1Ciq__option:hover,.DepartmentSelect-module__iq1Ciq__option:focus-visible{background:color-mix(in srgb, var(--primary) 10%, transparent);outline:none}.DepartmentSelect-module__iq1Ciq__hint{color:var(--muted-foreground);padding:.65rem 1rem;font-size:.875rem}.DepartmentSelect-module__iq1Ciq__newNote{border-top:1px solid var(--border);color:var(--muted-foreground);margin:.15rem 0 0;padding:.4rem 1rem .5rem;font-size:.72rem}
.NewAppointment-module__79BVtq__container{flex-direction:column;gap:2rem;max-width:1440px;margin:0 auto;display:flex}.NewAppointment-module__79BVtq__header{flex-direction:column;gap:.5rem;display:flex}.NewAppointment-module__79BVtq__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__79BVtq__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.NewAppointment-module__79BVtq__formGrid,.NewAppointment-module__79BVtq__section{flex-direction:column;gap:1.25rem;display:flex}.NewAppointment-module__79BVtq__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__79BVtq__sectionHeader h3{color:var(--foreground);font-size:1.125rem;font-weight:600}.NewAppointment-module__79BVtq__inputRow{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;display:grid}.NewAppointment-module__79BVtq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.NewAppointment-module__79BVtq__label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.NewAppointment-module__79BVtq__input,.NewAppointment-module__79BVtq__select,.NewAppointment-module__79BVtq__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);padding:.8rem 1.1rem;font-size:1rem;transition:all .2s}.NewAppointment-module__79BVtq__input:focus,.NewAppointment-module__79BVtq__select:focus,.NewAppointment-module__79BVtq__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.NewAppointment-module__79BVtq__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__79BVtq__textarea{resize:vertical}.NewAppointment-module__79BVtq__proceduresList{flex-direction:column;gap:1rem;display:flex}.NewAppointment-module__79BVtq__procedureRow{align-items:center;gap:.5rem;display:flex}.NewAppointment-module__79BVtq__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem}.NewAppointment-module__79BVtq__removeBtn:hover{background:#fef2f2}.NewAppointment-module__79BVtq__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__79BVtq__addProcBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.NewAppointment-module__79BVtq__error{color:#ef4444;font-size:.75rem}.NewAppointment-module__79BVtq__errorAlert{color:#b91c1c;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fee2e2;padding:1rem}.NewAppointment-module__79BVtq__actions{justify-content:flex-end;gap:1rem;padding:.5rem 0 1.5rem;display:flex}.NewAppointment-module__79BVtq__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__79BVtq__slotBtn:hover{border-color:var(--primary);background:var(--primary-light)}.NewAppointment-module__79BVtq__slotSelected{background:var(--primary);color:#fff;border-color:var(--primary)}.NewAppointment-module__79BVtq__slotBooked{color:#9ca3af;border-color:var(--border);cursor:not-allowed;background:#f3f4f6;flex-direction:column;align-items:center;gap:.15rem;display:flex}.NewAppointment-module__79BVtq__slotBooked:hover{border-color:var(--border);background:#f3f4f6}.NewAppointment-module__79BVtq__slotBookedTag{letter-spacing:.03em;color:#dc2626;font-size:.6rem;font-weight:700}.NewAppointment-module__79BVtq__scheduleTableWrap{border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto}.NewAppointment-module__79BVtq__scheduleTable{border-collapse:collapse;width:100%;font-size:.85rem}.NewAppointment-module__79BVtq__scheduleTable th{text-align:left;background:var(--background);border-bottom:1px solid var(--border);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em;padding:.6rem .85rem;font-size:.75rem;font-weight:600}.NewAppointment-module__79BVtq__scheduleTable td{border-bottom:1px solid var(--border);padding:.5rem .85rem}.NewAppointment-module__79BVtq__scheduleTable tr:last-child td{border-bottom:none}.NewAppointment-module__79BVtq__scheduleStatusBadge{color:#b91c1c;text-transform:capitalize;background:#fef2f2;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.NewAppointment-module__79BVtq__scheduleStatusAvailable{color:#059669;background:#ecfdf5;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.NewAppointment-module__79BVtq__spin,.NewAppointment-module__79BVtq__spinner{animation:1s linear infinite NewAppointment-module__79BVtq__spin}@keyframes NewAppointment-module__79BVtq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NewAppointment-module__79BVtq__sectionDivider{border:none;border-top:1px dashed var(--border);margin:.25rem 0}.NewAppointment-module__79BVtq__reviewSection{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1.5rem}.NewAppointment-module__79BVtq__reviewRow{border-bottom:1px solid var(--border);justify-content:space-between;padding:.75rem 0;display:flex}.NewAppointment-module__79BVtq__reviewRow:last-child{border-bottom:none}.NewAppointment-module__79BVtq__reviewLabel{color:var(--muted-foreground);font-weight:500}.NewAppointment-module__79BVtq__reviewValue{color:var(--foreground);font-weight:600}.NewAppointment-module__79BVtq__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.NewAppointment-module__79BVtq__modal{background:var(--background);border-radius:12px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 10px 25px #00000026}.NewAppointment-module__79BVtq__modalHeader{border-bottom:1px solid var(--border);color:var(--primary);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.NewAppointment-module__79BVtq__modalHeader h3{color:var(--foreground);margin:0;font-size:1.15rem;font-weight:700}.NewAppointment-module__79BVtq__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none}.NewAppointment-module__79BVtq__modalBody{padding:1.5rem}.NewAppointment-module__79BVtq__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}
.InventoryItemSelect-module__CjfD1a__wrap{position:relative}.InventoryItemSelect-module__CjfD1a__list{z-index:40;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:260px;margin-top:4px;padding:.25rem 0;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px #0000001f}.InventoryItemSelect-module__CjfD1a__option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem}.InventoryItemSelect-module__CjfD1a__option:hover,.InventoryItemSelect-module__CjfD1a__option:focus-visible{background:color-mix(in srgb, var(--primary) 10%, transparent);outline:none}.InventoryItemSelect-module__CjfD1a__optionName{color:var(--foreground);font-size:.9rem;font-weight:600}.InventoryItemSelect-module__CjfD1a__optionMeta{color:var(--muted-foreground);margin-top:.1rem;font-size:.75rem}.InventoryItemSelect-module__CjfD1a__hint{color:var(--muted-foreground);padding:.65rem 1rem;font-size:.875rem}
.Toast-module__YTpupa__container{z-index:2000;flex-direction:column;gap:.6rem;max-width:380px;display:flex;position:fixed;top:1.25rem;right:1.25rem}.Toast-module__YTpupa__toast{border-radius:10px;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;animation:.2s ease-out Toast-module__YTpupa__slideIn;display:flex;box-shadow:0 8px 24px #00000026}.Toast-module__YTpupa__success{color:#065f46;background:#ecfdf5;border:1px solid #6ee7b7}.Toast-module__YTpupa__error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.Toast-module__YTpupa__toast span{flex:1}.Toast-module__YTpupa__closeBtn{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;display:flex}.Toast-module__YTpupa__closeBtn:hover{opacity:1}@keyframes Toast-module__YTpupa__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}
.PatientSearchCombobox-module__mZsRhq__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__mZsRhq__option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.9rem}.PatientSearchCombobox-module__mZsRhq__option:hover,.PatientSearchCombobox-module__mZsRhq__option:focus-visible{background:color-mix(in srgb, var(--primary) 10%, transparent);outline:none}.PatientSearchCombobox-module__mZsRhq__hint{color:var(--muted-foreground);padding:.65rem 1rem;font-size:.875rem}
.DashboardCharts-module__Xjevsq__trendWrap{height:150px;position:relative}.DashboardCharts-module__Xjevsq__emptyOverlay{color:var(--muted-foreground);pointer-events:none;justify-content:center;align-items:center;font-size:.8rem;display:flex;position:absolute;inset:0}.DashboardCharts-module__Xjevsq__trendBars{border-bottom:1px solid var(--border);align-items:flex-end;gap:3px;height:100%;padding-bottom:2px;display:flex}.DashboardCharts-module__Xjevsq__trendBarCol{cursor:default;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;min-width:0;height:100%;display:flex;position:relative}.DashboardCharts-module__Xjevsq__trendBar{border-radius:4px 4px 0 0;width:100%;max-width:22px;transition:opacity .15s}.DashboardCharts-module__Xjevsq__trendTick{color:var(--muted-foreground);white-space:nowrap;height:14px;font-size:.62rem;transform:rotate(0)}.DashboardCharts-module__Xjevsq__tooltip{background:var(--foreground);color:var(--background,#fff);white-space:nowrap;z-index:5;pointer-events:none;box-shadow:var(--shadow-md);border-radius:6px;flex-direction:column;align-items:center;gap:1px;margin-bottom:6px;padding:.3rem .55rem;font-size:.7rem;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.DashboardCharts-module__Xjevsq__tooltip strong{font-size:.78rem}.DashboardCharts-module__Xjevsq__tooltip span{opacity:.8}.DashboardCharts-module__Xjevsq__barList{flex-direction:column;gap:.55rem;display:flex}.DashboardCharts-module__Xjevsq__barRow{grid-template-columns:minmax(70px,100px) 1fr auto;align-items:center;gap:.6rem;display:grid}.DashboardCharts-module__Xjevsq__barLabel{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.DashboardCharts-module__Xjevsq__barTrack{background:var(--muted);border-radius:99px;height:8px;overflow:hidden}.DashboardCharts-module__Xjevsq__barFill{border-radius:99px;height:100%}.DashboardCharts-module__Xjevsq__barValue{color:var(--foreground);font-variant-numeric:tabular-nums;text-align:right;min-width:2ch;font-size:.75rem;font-weight:700}.DashboardCharts-module__Xjevsq__emptyState{text-align:center;color:var(--muted-foreground);padding:1.5rem;font-size:.8rem}.DashboardCharts-module__Xjevsq__stackedBar{background:var(--muted);border-radius:99px;height:14px;display:flex;overflow:hidden}.DashboardCharts-module__Xjevsq__stackedEmpty{width:100%;height:100%}.DashboardCharts-module__Xjevsq__stackedSegment{height:100%;transition:width .3s}.DashboardCharts-module__Xjevsq__legend{flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.7rem;display:flex}.DashboardCharts-module__Xjevsq__legendItem{align-items:center;gap:.4rem;font-size:.75rem;display:flex}.DashboardCharts-module__Xjevsq__legendDot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.DashboardCharts-module__Xjevsq__legendLabel{color:var(--foreground);font-weight:600}.DashboardCharts-module__Xjevsq__legendValue{color:var(--muted-foreground)}
.InvestigationHistoryPanel-module___HCRFq__container{flex-direction:column;gap:1.25rem;display:flex}.InvestigationHistoryPanel-module___HCRFq__toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.InvestigationHistoryPanel-module___HCRFq__searchWrap{flex:1;min-width:260px;position:relative}.InvestigationHistoryPanel-module___HCRFq__searchIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.7rem;transform:translateY(-50%)}.InvestigationHistoryPanel-module___HCRFq__summaryRow{flex-wrap:wrap;gap:1rem;display:flex}.InvestigationHistoryPanel-module___HCRFq__summaryCard{border-radius:var(--radius-sm);background:var(--card);border:1px solid var(--border);flex-direction:column;flex:1;gap:.3rem;min-width:220px;padding:1rem 1.25rem;display:flex}.InvestigationHistoryPanel-module___HCRFq__summaryLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.InvestigationHistoryPanel-module___HCRFq__summaryValue{color:var(--primary);font-size:1.5rem;font-weight:700}.InvestigationHistoryPanel-module___HCRFq__sectionHeader{border-bottom:1px solid var(--border);padding:.85rem 1.25rem;font-size:.85rem;font-weight:700}.InvestigationHistoryPanel-module___HCRFq__table{border-collapse:collapse;width:100%;min-width:900px}.InvestigationHistoryPanel-module___HCRFq__table th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);white-space:nowrap;padding:.7rem 1rem;font-size:.72rem;font-weight:700}.InvestigationHistoryPanel-module___HCRFq__table td{border-top:1px solid var(--border);vertical-align:top;padding:.65rem 1rem;font-size:.85rem}.InvestigationHistoryPanel-module___HCRFq__badge{white-space:nowrap;border-radius:20px;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.InvestigationHistoryPanel-module___HCRFq__spin{animation:1s linear infinite InvestigationHistoryPanel-module___HCRFq__spin}@keyframes InvestigationHistoryPanel-module___HCRFq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.StaffEditModal-module__WasNUG__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.StaffEditModal-module__WasNUG__modal{background:var(--background);border-radius:var(--radius-lg);width:90%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-md);border:1px solid var(--border);padding:2rem;position:relative;overflow-y:auto}.StaffEditModal-module__WasNUG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.StaffEditModal-module__WasNUG__title{font-size:1.5rem;font-weight:700}.StaffEditModal-module__WasNUG__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.StaffEditModal-module__WasNUG__closeBtn:hover{background-color:var(--muted)}.StaffEditModal-module__WasNUG__form{flex-direction:column;gap:1.5rem;display:flex}.StaffEditModal-module__WasNUG__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:480px){.StaffEditModal-module__WasNUG__row{grid-template-columns:1fr}}.StaffEditModal-module__WasNUG__formGroup{flex-direction:column;gap:.5rem;display:flex}.StaffEditModal-module__WasNUG__label{font-size:.9rem;font-weight:500}.StaffEditModal-module__WasNUG__error{color:#ef4444;font-size:.8rem}.StaffEditModal-module__WasNUG__footer{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}
.Appointments-module__vb0FRa__container{flex-direction:column;gap:1.5rem;display:flex}.Appointments-module__vb0FRa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Appointments-module__vb0FRa__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Appointments-module__vb0FRa__subtitle{color:var(--muted-foreground);font-size:.95rem}.Appointments-module__vb0FRa__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.Appointments-module__vb0FRa__searchWrapper{flex:1;align-items:center;max-width:400px;display:flex;position:relative}.Appointments-module__vb0FRa__searchIcon{color:var(--muted-foreground);position:absolute;left:1rem}.Appointments-module__vb0FRa__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__vb0FRa__filters{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Appointments-module__vb0FRa__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__vb0FRa__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__vb0FRa__filterLabel{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.Appointments-module__vb0FRa__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__vb0FRa__appointmentsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Appointments-module__vb0FRa__appointmentCard{cursor:pointer;flex-direction:column;gap:1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.Appointments-module__vb0FRa__appointmentCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Appointments-module__vb0FRa__aptTime{justify-content:space-between;align-items:center;display:flex}.Appointments-module__vb0FRa__timeTag{background:var(--primary-light);color:var(--primary);border-radius:6px;padding:.35rem .75rem;font-size:.875rem;font-weight:700}.Appointments-module__vb0FRa__duration{color:var(--muted-foreground);font-size:.75rem;font-weight:500}.Appointments-module__vb0FRa__aptPatient{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.Appointments-module__vb0FRa__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__vb0FRa__patientName{color:var(--foreground);font-size:1rem;font-weight:700}.Appointments-module__vb0FRa__aptType{color:var(--primary);text-transform:capitalize;font-size:.75rem;font-weight:600}.Appointments-module__vb0FRa__aptDoctor{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.825rem;display:flex}.Appointments-module__vb0FRa__aptFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Appointments-module__vb0FRa__statusBadge{text-transform:uppercase;letter-spacing:.02em;border-radius:20px;align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.Appointments-module__vb0FRa__aptContact{border-top:1px dashed var(--border);color:var(--foreground);flex-wrap:wrap;align-items:center;gap:.25rem .85rem;padding:.6rem 0;font-size:.78rem;display:flex}.Appointments-module__vb0FRa__aptContact span{align-items:center;gap:.3rem;display:inline-flex}.Appointments-module__vb0FRa__aptContactMuted{color:var(--muted-foreground);font-size:.72rem}.Appointments-module__vb0FRa__aptCreated{color:var(--muted-foreground);font-size:.7rem;font-style:italic}.Appointments-module__vb0FRa__actionBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:.25rem}.Appointments-module__vb0FRa__tableWrapper{padding:0;overflow-x:auto}.Appointments-module__vb0FRa__table{border-collapse:collapse;width:100%;min-width:900px}.Appointments-module__vb0FRa__table th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);white-space:nowrap;padding:.85rem 1.1rem;font-size:.72rem;font-weight:700}.Appointments-module__vb0FRa__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.85rem 1.1rem;font-size:.875rem}.Appointments-module__vb0FRa__table tbody tr:last-child td{border-bottom:none}.Appointments-module__vb0FRa__table tbody tr:hover{background:var(--muted)}.Appointments-module__vb0FRa__rowPatient{align-items:center;gap:.65rem;display:flex}.Appointments-module__vb0FRa__rowActions{white-space:nowrap;align-items:center;gap:.4rem;display:flex}.Appointments-module__vb0FRa__noDataTable{color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:4rem;display:flex}.Appointments-module__vb0FRa__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__vb0FRa__loading{grid-column:1/-1;justify-content:center;padding:4rem;display:flex}.Appointments-module__vb0FRa__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__vb0FRa__spin}@keyframes Appointments-module__vb0FRa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Appointments-module__vb0FRa__spin{animation:1s linear infinite Appointments-module__vb0FRa__spin}
.Audit-module__tPysUW__container{max-width:1200px;margin:0 auto;padding:2rem}.Audit-module__tPysUW__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.Audit-module__tPysUW__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.Audit-module__tPysUW__subtitle{color:var(--text-secondary);font-size:1rem}.Audit-module__tPysUW__controls{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Audit-module__tPysUW__searchBox{flex:1;align-items:center;max-width:400px;display:flex;position:relative}.Audit-module__tPysUW__searchBox svg{color:var(--text-secondary);position:absolute;left:1rem}.Audit-module__tPysUW__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__tPysUW__searchBox input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #2563eb1a}.Audit-module__tPysUW__filters{gap:.75rem;display:flex}.Audit-module__tPysUW__table{border-collapse:collapse;width:100%}.Audit-module__tPysUW__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__tPysUW__table td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:1rem 1.5rem}.Audit-module__tPysUW__timestampCell{white-space:nowrap;color:var(--text-secondary);font-size:.875rem}.Audit-module__tPysUW__userInfo{align-items:center;gap:.75rem;display:flex}.Audit-module__tPysUW__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__tPysUW__userName{color:var(--text-primary);font-size:.9rem;font-weight:600}.Audit-module__tPysUW__userEmail{color:var(--text-secondary);font-size:.75rem}.Audit-module__tPysUW__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__tPysUW__create{color:#10b981;background-color:#10b9811a}.Audit-module__tPysUW__update{color:#3b82f6;background-color:#3b82f61a}.Audit-module__tPysUW__delete{color:#ef4444;background-color:#ef44441a}.Audit-module__tPysUW__login{color:#8b5cf6;background-color:#8b5cf61a}.Audit-module__tPysUW__entityInfo{flex-direction:column;display:flex}.Audit-module__tPysUW__entityType{color:var(--text-primary);font-size:.875rem;font-weight:500}.Audit-module__tPysUW__entityId{color:var(--text-secondary);font-family:monospace;font-size:.7rem}.Audit-module__tPysUW__infoBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.Audit-module__tPysUW__infoBtn:hover{background-color:var(--bg-body);color:var(--primary-color)}.Audit-module__tPysUW__pagination{background-color:#00000003;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.Audit-module__tPysUW__pageInfo{color:var(--text-secondary);font-size:.875rem}.Audit-module__tPysUW__paginationBtns{gap:.5rem;display:flex}.Audit-module__tPysUW__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__tPysUW__pageBtn:hover:not(:disabled){background-color:var(--bg-body);border-color:var(--text-secondary)}.Audit-module__tPysUW__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Audit-module__tPysUW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out Audit-module__tPysUW__fadeIn;display:flex;position:fixed;inset:0}.Audit-module__tPysUW__modalContent{width:100%;max-width:650px;max-height:90vh;box-shadow:var(--shadow-lg);background-color:#fff;border-radius:16px;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) Audit-module__tPysUW__slideUp;display:flex;overflow:hidden}.Audit-module__tPysUW__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Audit-module__tPysUW__modalTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Audit-module__tPysUW__modalSubtitle{color:var(--text-secondary);font-size:.85rem}.Audit-module__tPysUW__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.Audit-module__tPysUW__closeBtn:hover{background-color:var(--bg-body);color:var(--text-primary)}.Audit-module__tPysUW__modalBody{flex-direction:column;gap:2rem;padding:1.5rem;display:flex;overflow-y:auto}.Audit-module__tPysUW__detailSection{flex-direction:column;gap:1rem;display:flex}.Audit-module__tPysUW__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);border-bottom:1px solid #0000000d;padding-bottom:.5rem;font-size:.8rem;font-weight:700}.Audit-module__tPysUW__detailGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.Audit-module__tPysUW__detailItem{flex-direction:column;gap:.35rem;display:flex}.Audit-module__tPysUW__label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.Audit-module__tPysUW__value{color:var(--text-primary);font-size:.95rem;font-weight:500}.Audit-module__tPysUW__codeValue{color:var(--primary-color);background:#2563eb0d;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.85rem}.Audit-module__tPysUW__descriptionBox{background-color:var(--bg-body);border-left:4px solid var(--border-color);border-radius:10px;padding:1rem}.Audit-module__tPysUW__descriptionText{color:var(--text-primary);font-size:.95rem;line-height:1.5}.Audit-module__tPysUW__jsonWrapper{border:1px solid var(--border-color);background-color:#f8fafc;border-radius:10px;overflow:hidden}.Audit-module__tPysUW__jsonHeader{color:#475569;border-bottom:1px solid var(--border-color);background-color:#f1f5f9;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.75rem;font-weight:600;display:flex}.Audit-module__tPysUW__jsonBlock{color:#334155;margin:0;padding:1rem;font-family:Fira Code,Monaco,monospace;font-size:.8rem;line-height:1.6;overflow-x:auto}.Audit-module__tPysUW__userAgentBox{border-top:1px solid var(--border-color);padding-top:1rem}.Audit-module__tPysUW__userAgentText{color:var(--text-secondary);word-break:break-all;font-size:.8rem;line-height:1.4}@keyframes Audit-module__tPysUW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Audit-module__tPysUW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Audit-module__tPysUW__modalContent{border-radius:0;height:100%;max-height:100vh}}
.Billing-module__9tZfCa__container{flex-direction:column;gap:1.5rem;display:flex}.Billing-module__9tZfCa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Billing-module__9tZfCa__filterBanner{background:color-mix(in srgb, var(--primary) 10%, transparent);color:var(--primary);border-radius:var(--radius-sm);padding:.65rem 1rem;font-size:.875rem;font-weight:500}.Billing-module__9tZfCa__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Billing-module__9tZfCa__subtitle{color:var(--muted-foreground);font-size:.95rem}.Billing-module__9tZfCa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.Billing-module__9tZfCa__statCard{align-items:center;gap:1.25rem;display:flex}.Billing-module__9tZfCa__statIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Billing-module__9tZfCa__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.Billing-module__9tZfCa__statValue{color:var(--foreground);font-size:1.5rem;font-weight:700}.Billing-module__9tZfCa__tableWrapper{padding:0;overflow:auto hidden}.Billing-module__9tZfCa__tableHeader{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.Billing-module__9tZfCa__tableHeader h3{font-size:1.125rem;font-weight:600}.Billing-module__9tZfCa__tableActions{gap:1rem;display:flex}.Billing-module__9tZfCa__searchBox{align-items:center;display:flex;position:relative}.Billing-module__9tZfCa__searchBox svg{color:var(--muted-foreground);position:absolute;left:.75rem}.Billing-module__9tZfCa__searchBox input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--muted);width:100%;max-width:240px;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem}.Billing-module__9tZfCa__filterRow{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;display:flex}.Billing-module__9tZfCa__searchBoxWide{flex:1;align-items:center;min-width:200px;max-width:420px;display:flex;position:relative}.Billing-module__9tZfCa__searchBoxWide svg{color:var(--muted-foreground);pointer-events:none;position:absolute;left:.75rem}.Billing-module__9tZfCa__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__9tZfCa__dateField{flex-direction:column;gap:.25rem;display:flex}.Billing-module__9tZfCa__dateField label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:.7rem;font-weight:600}.Billing-module__9tZfCa__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__9tZfCa__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__9tZfCa__rowNew td{border-bottom-color:color-mix(in srgb, var(--primary) 12%, var(--border))}.Billing-module__9tZfCa__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__9tZfCa__table{border-collapse:collapse;width:100%;min-width:1500px}.Billing-module__9tZfCa__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__9tZfCa__table td{border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.875rem}.Billing-module__9tZfCa__invoiceNum{color:var(--primary);font-family:monospace;font-weight:600}.Billing-module__9tZfCa__patientName{color:var(--foreground);font-weight:600}.Billing-module__9tZfCa__amount{color:var(--foreground);font-weight:700}.Billing-module__9tZfCa__statusBadge{text-transform:capitalize;border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.Billing-module__9tZfCa__statusPaid{color:#059669;background:#ecfdf5}.Billing-module__9tZfCa__statusPending{color:#d97706;background:#fffbeb}.Billing-module__9tZfCa__statusOverdue{color:#dc2626;background:#fef2f2}.Billing-module__9tZfCa__statusVoid{background:var(--muted);color:var(--muted-foreground)}.Billing-module__9tZfCa__statusPartial{color:#2563eb;background:#eff6ff}.Billing-module__9tZfCa__actions{justify-content:flex-end;gap:.5rem;display:flex}.Billing-module__9tZfCa__iconBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem}.Billing-module__9tZfCa__iconBtn:hover{background:var(--muted);color:var(--foreground)}.Billing-module__9tZfCa__pagination{color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.875rem;display:flex}.Billing-module__9tZfCa__pageBtns{gap:.5rem;display:flex}.Billing-module__9tZfCa__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__9tZfCa__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Billing-module__9tZfCa__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__9tZfCa__spin}@keyframes Billing-module__9tZfCa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Billing-module__9tZfCa__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__9tZfCa__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__9tZfCa__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Billing-module__9tZfCa__modalHeader h3{font-size:1.25rem;font-weight:600}.Billing-module__9tZfCa__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none}.Billing-module__9tZfCa__modalBody{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.Billing-module__9tZfCa__formGroup{flex-direction:column;gap:.5rem;display:flex}.Billing-module__9tZfCa__formGroup label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.Billing-module__9tZfCa__input,.Billing-module__9tZfCa__select,.Billing-module__9tZfCa__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);width:100%;padding:.75rem 1rem;font-size:.95rem}.Billing-module__9tZfCa__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__9tZfCa__textarea{resize:vertical}.Billing-module__9tZfCa__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}
.Dashboard-module__p8u7rG__container{flex-direction:column;gap:1.5rem;display:flex}.Dashboard-module__p8u7rG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Dashboard-module__p8u7rG__title{font-size:1.875rem;font-weight:700}.Dashboard-module__p8u7rG__subtitle{color:var(--muted-foreground)}.Dashboard-module__p8u7rG__backRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Dashboard-module__p8u7rG__controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Dashboard-module__p8u7rG__periodToggle{border:1px solid var(--border);border-radius:8px;display:flex;overflow:hidden}.Dashboard-module__p8u7rG__periodBtn{background:var(--background);cursor:pointer;color:var(--muted-foreground);border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.Dashboard-module__p8u7rG__periodBtn.Dashboard-module__p8u7rG__active{background:var(--primary);color:#fff}.Dashboard-module__p8u7rG__summaryCard{padding:1.25rem}.Dashboard-module__p8u7rG__summaryHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.Dashboard-module__p8u7rG__searchWrap,.Dashboard-module__p8u7rG__recordSearchWrap{position:relative}.Dashboard-module__p8u7rG__recordSearchWrap{margin:.25rem 0 .75rem}.Dashboard-module__p8u7rG__searchIcon{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.Dashboard-module__p8u7rG__summaryRow{cursor:pointer;transition:background .15s}.Dashboard-module__p8u7rG__summaryRow:hover{background:var(--muted)}.Dashboard-module__p8u7rG__groupTag{text-transform:uppercase;letter-spacing:.03em;background:var(--muted);color:var(--muted-foreground);border-radius:6px;padding:.15rem .5rem;font-size:.68rem;font-weight:700;display:inline-block}.Dashboard-module__p8u7rG__clickHint{color:var(--primary);white-space:nowrap;align-items:center;gap:.25rem;font-size:.7rem;display:inline-flex}.Dashboard-module__p8u7rG__breakdownCard{padding:1.5rem}.Dashboard-module__p8u7rG__breakdownTitle{margin-bottom:1rem;font-size:1rem;font-weight:600}.Dashboard-module__p8u7rG__modalOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.Dashboard-module__p8u7rG__modalContent{background:var(--background);border-radius:12px;flex-direction:column;width:100%;max-width:1100px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 10px 25px #00000026}.Dashboard-module__p8u7rG__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Dashboard-module__p8u7rG__modalHeader h3{font-size:1.15rem;font-weight:600}.Dashboard-module__p8u7rG__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;padding:.25rem}.Dashboard-module__p8u7rG__modalBody{flex:1;overflow:auto}.Dashboard-module__p8u7rG__table{border-collapse:collapse;width:100%}.Dashboard-module__p8u7rG__table th{text-align:left;background:var(--muted);text-transform:uppercase;color:var(--muted-foreground);padding:.75rem 1.25rem;font-size:.7rem;font-weight:600;position:sticky;top:0}.Dashboard-module__p8u7rG__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.75rem 1.25rem;font-size:.85rem}.Dashboard-module__p8u7rG__empty{text-align:center;color:var(--muted-foreground);padding:3rem}.Dashboard-module__p8u7rG__profitPositive{color:#059669;font-weight:600}.Dashboard-module__p8u7rG__profitNegative{color:#dc2626;font-weight:600}.Dashboard-module__p8u7rG__badge{text-transform:capitalize;border-radius:20px;padding:.2rem .55rem;font-size:.72rem;font-weight:600}.Dashboard-module__p8u7rG__spin{animation:1s linear infinite Dashboard-module__p8u7rG__spin}@keyframes Dashboard-module__p8u7rG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.InvoiceDetail-module__ubYa6W__container{max-width:var(--content-max-width);flex-direction:column;gap:2rem;margin:0 auto;display:flex}.InvoiceDetail-module__ubYa6W__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.InvoiceDetail-module__ubYa6W__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.InvoiceDetail-module__ubYa6W__contentGrid{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}@media (max-width:900px){.InvoiceDetail-module__ubYa6W__contentGrid{grid-template-columns:1fr}}.InvoiceDetail-module__ubYa6W__sectionLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.InvoiceDetail-module__ubYa6W__billToGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:640px){.InvoiceDetail-module__ubYa6W__billToGrid{grid-template-columns:1fr}}.InvoiceDetail-module__ubYa6W__itemTable{border-collapse:collapse;width:100%;margin-top:1rem}.InvoiceDetail-module__ubYa6W__itemTable th{border-bottom:2px solid var(--border);color:var(--muted-foreground);text-align:left;padding:.75rem .5rem;font-size:.875rem}.InvoiceDetail-module__ubYa6W__itemTable td{border-bottom:1px solid var(--border);padding:1.25rem .5rem;font-size:.95rem}.InvoiceDetail-module__ubYa6W__categoryRow td{background:var(--muted);text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);border-bottom:1px solid var(--border);font-size:.72rem;font-weight:700;padding:.6rem .5rem!important}.InvoiceDetail-module__ubYa6W__statusBadge{border-radius:99px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.InvoiceDetail-module__ubYa6W__statuspaid{background:var(--success-light);color:var(--success)}.InvoiceDetail-module__ubYa6W__statuspending{color:#92400e;background:#fef3c7}.InvoiceDetail-module__ubYa6W__statusoverdue{color:#b91c1c;background:#fee2e2}.InvoiceDetail-module__ubYa6W__statusvoided{background:var(--muted);color:var(--muted-foreground)}.InvoiceDetail-module__ubYa6W__statuspartiallypaid{color:#92400e;background:#fef3c7}.InvoiceDetail-module__ubYa6W__statusunpaid{color:#b91c1c;background:#fee2e2}.InvoiceDetail-module__ubYa6W__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__ubYa6W__actionBtn:hover{background:var(--muted);border-color:var(--primary);color:var(--primary)}.InvoiceDetail-module__ubYa6W__actionBtnPrimary{background:var(--primary);color:#fff;border-color:var(--primary)}.InvoiceDetail-module__ubYa6W__actionBtnPrimary:hover{color:#fff;background:#4338ca}.InvoiceDetail-module__ubYa6W__paidBadge{color:#fff;background:#22c55e;border-radius:6px;align-items:center;gap:.5rem;width:fit-content;margin-top:.5rem;margin-left:auto;padding:.5rem 1rem;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 4px 6px -1px #22c55e33}.InvoiceDetail-module__ubYa6W__feeRow td{background:rgba(var(--primary-rgb), .05);font-weight:600;border-left:4px solid var(--primary)!important}.InvoiceDetail-module__ubYa6W__discountRow td{color:#ef4444;background:#fef2f2;border-left:4px solid #ef4444!important}@media print{.InvoiceDetail-module__ubYa6W__header,.InvoiceDetail-module__ubYa6W__actions,.InvoiceDetail-module__ubYa6W__quickInfo{display:none!important}button{display:none!important}.InvoiceDetail-module__ubYa6W__container{max-width:none;margin:0;padding:0}.InvoiceDetail-module__ubYa6W__card{box-shadow:none!important;border:none!important;padding:0!important}body{background:#fff!important}}.InvoiceDetail-module__ubYa6W__printDeniedNotice{display:none}@media print{.InvoiceDetail-module__ubYa6W__printBlocked{display:none!important}.InvoiceDetail-module__ubYa6W__printDeniedNotice{text-align:center;color:#111827;padding:4rem 2rem;font-size:1.1rem;display:block!important}}
.RecordPayment-module__P37A6a__container{max-width:var(--content-max-width);flex-direction:column;gap:2rem;margin:0 auto;display:flex}.RecordPayment-module__P37A6a__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.RecordPayment-module__P37A6a__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.RecordPayment-module__P37A6a__contentGrid{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.RecordPayment-module__P37A6a__inputGroup{margin-bottom:1.5rem}.RecordPayment-module__P37A6a__label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.RecordPayment-module__P37A6a__input,.RecordPayment-module__P37A6a__select,.RecordPayment-module__P37A6a__textarea{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:8px;padding:.8rem 1.1rem;font-size:1rem;transition:border-color .2s}.RecordPayment-module__P37A6a__input:focus,.RecordPayment-module__P37A6a__select:focus,.RecordPayment-module__P37A6a__textarea:focus{border-color:var(--primary);outline:none}.RecordPayment-module__P37A6a__input:disabled{background:var(--muted);cursor:not-allowed;opacity:.7}.RecordPayment-module__P37A6a__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__P37A6a__summaryCard{position:sticky;top:2rem}.RecordPayment-module__P37A6a__spinner{animation:1s linear infinite RecordPayment-module__P37A6a__spin}@keyframes RecordPayment-module__P37A6a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Reports-module__bVWZIW__container{flex-direction:column;gap:2rem;display:flex}.Reports-module__bVWZIW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Reports-module__bVWZIW__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.Reports-module__bVWZIW__subtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.9rem}.Reports-module__bVWZIW__updatedAt{color:var(--muted-foreground);font-size:.8rem}.Reports-module__bVWZIW__controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Reports-module__bVWZIW__rangeInputs{background:var(--card);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.5rem;padding:.25rem .75rem;display:flex}.Reports-module__bVWZIW__dateLabel{text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;font-size:.7rem;font-weight:700}.Reports-module__bVWZIW__datePicker{color:var(--foreground);cursor:pointer;background:0 0;border:none;outline:none;padding:.4rem .5rem;font-size:.85rem;font-weight:600}.Reports-module__bVWZIW__datePicker::-webkit-calendar-picker-indicator{filter:var(--is-dark,invert(0));cursor:pointer}.Reports-module__bVWZIW__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.Reports-module__bVWZIW__growthBadge{color:#16a34a;background:#f0fdf4;border:1px solid #bcf0da;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:800}.Reports-module__bVWZIW__kpiCard{align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Reports-module__bVWZIW__kpiIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Reports-module__bVWZIW__kpiLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .2rem;font-size:.75rem;font-weight:700}.Reports-module__bVWZIW__kpiValue{color:var(--foreground);letter-spacing:-.02em;margin:0 0 .2rem;font-size:1.45rem;font-weight:800}.Reports-module__bVWZIW__kpiMeta{color:var(--muted-foreground);margin:0;font-size:.75rem}.Reports-module__bVWZIW__chartCard{padding:1.5rem}.Reports-module__bVWZIW__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Reports-module__bVWZIW__legend{color:var(--muted-foreground);gap:1.25rem;font-size:.8rem;display:flex}.Reports-module__bVWZIW__legend span{align-items:center;gap:.4rem;display:flex}.Reports-module__bVWZIW__dot{border-radius:3px;width:10px;height:10px;display:inline-block}.Reports-module__bVWZIW__barChart{border-bottom:2px solid var(--border);align-items:flex-end;gap:.5rem;height:220px;padding-bottom:2rem;display:flex;position:relative;overflow:hidden}.Reports-module__bVWZIW__barCol{flex-direction:column;flex:1;align-items:center;gap:.3rem;height:100%;display:flex}.Reports-module__bVWZIW__barStacks{flex:1;align-items:flex-end;gap:4px;width:100%;display:flex;position:relative;overflow:hidden}.Reports-module__bVWZIW__bar{border-radius:4px 4px 0 0;flex:1;min-height:2px;max-height:100%;transition:height .6s cubic-bezier(.34,1.56,.64,1)}.Reports-module__bVWZIW__bar:hover{filter:brightness(1.1);cursor:pointer;opacity:1!important}.Reports-module__bVWZIW__barLabel{color:var(--muted-foreground);font-size:.68rem;font-weight:600;position:absolute;bottom:0}.Reports-module__bVWZIW__bottomGrid{grid-template-columns:2fr 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:900px){.Reports-module__bVWZIW__bottomGrid{grid-template-columns:1fr}}.Reports-module__bVWZIW__tableCard{padding:0;overflow:auto hidden}.Reports-module__bVWZIW__tableHead{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.Reports-module__bVWZIW__table{border-collapse:collapse;width:100%;min-width:700px}.Reports-module__bVWZIW__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__bVWZIW__table td{border-bottom:1px solid var(--border);padding:.875rem 1.25rem;font-size:.875rem}.Reports-module__bVWZIW__table tr:last-child td{border-bottom:none}.Reports-module__bVWZIW__table tr:hover td{background:color-mix(in srgb, var(--primary) 4%, transparent)}.Reports-module__bVWZIW__invLink{color:var(--primary);font-family:ui-monospace,monospace;font-weight:700;text-decoration:none}.Reports-module__bVWZIW__invLink:hover{text-decoration:underline}.Reports-module__bVWZIW__badge{white-space:nowrap;border-radius:6px;padding:.2rem .55rem;font-size:.7rem;font-weight:700}.Reports-module__bVWZIW__aging0{color:#059669;background:#ecfdf5}.Reports-module__bVWZIW__aging30{color:#d97706;background:#fffbeb}.Reports-module__bVWZIW__aging60{color:#dc2626;background:#fef2f2}.Reports-module__bVWZIW__aging90{color:#991b1b;background:#fee2e2}.Reports-module__bVWZIW__agingCrit{color:#fca5a5;background:#450a0a}.Reports-module__bVWZIW__emptyState{text-align:center;color:var(--muted-foreground);padding:2.5rem;font-size:.9rem;line-height:2}.Reports-module__bVWZIW__sideCard{padding:1.5rem}.Reports-module__bVWZIW__progressTrack{background:var(--muted);border-radius:4px;height:7px;overflow:hidden}.Reports-module__bVWZIW__progressBar{background:var(--primary);border-radius:4px;height:100%;transition:width .6s}.Reports-module__bVWZIW__spin{animation:1s linear infinite Reports-module__bVWZIW__spin}@keyframes Reports-module__bVWZIW__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.Reports-module__bVWZIW__kpiGrid{grid-template-columns:repeat(2,1fr)}.Reports-module__bVWZIW__bottomGrid{grid-template-columns:1fr}}@media (max-width:640px){.Reports-module__bVWZIW__kpiGrid{grid-template-columns:1fr}.Reports-module__bVWZIW__header{flex-direction:column;align-items:flex-start}.Reports-module__bVWZIW__controls{justify-content:space-between;width:100%}.Reports-module__bVWZIW__barChart{gap:4px}.Reports-module__bVWZIW__barLabel{height:30px;font-size:.6rem;transform:rotate(-45deg)}}
.TreatmentPlans-module__DGcxAG__container{flex-direction:column;gap:2rem;display:flex}.TreatmentPlans-module__DGcxAG__header{justify-content:space-between;align-items:center;display:flex}.TreatmentPlans-module__DGcxAG__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.TreatmentPlans-module__DGcxAG__subtitle{color:var(--muted-foreground);font-size:.95rem}.TreatmentPlans-module__DGcxAG__statusStrip{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.TreatmentPlans-module__DGcxAG__statusStripItem{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--stat-bg,var(--muted));min-width:110px;color:var(--stat-color,var(--foreground));cursor:pointer;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.6rem .9rem;transition:transform .15s,box-shadow .15s;display:flex}.TreatmentPlans-module__DGcxAG__statusStripItem:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.TreatmentPlans-module__DGcxAG__statusStripItemActive{border-color:var(--stat-color,var(--primary));box-shadow:0 0 0 2px var(--stat-color,var(--primary)) inset}.TreatmentPlans-module__DGcxAG__statusStripCount{font-size:1.4rem;font-weight:800;line-height:1}.TreatmentPlans-module__DGcxAG__statusStripLabel{text-transform:uppercase;letter-spacing:.03em;opacity:.85;font-size:.72rem;font-weight:600}.TreatmentPlans-module__DGcxAG__apptEmpty{color:var(--muted-foreground);margin:0;font-size:.85rem;font-style:italic}.TreatmentPlans-module__DGcxAG__apptRow{background:var(--muted);border-radius:var(--radius-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;display:flex}.TreatmentPlans-module__DGcxAG__apptRowInfo{flex-direction:column;gap:.1rem;display:flex}.TreatmentPlans-module__DGcxAG__apptRowDate{color:var(--foreground);font-size:.85rem;font-weight:600}.TreatmentPlans-module__DGcxAG__apptRowMeta{color:var(--muted-foreground);text-transform:capitalize;font-size:.75rem}.TreatmentPlans-module__DGcxAG__apptRowActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.TreatmentPlans-module__DGcxAG__apptRowStatus{text-transform:capitalize;color:var(--muted-foreground);background:var(--background);border-radius:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.TreatmentPlans-module__DGcxAG__editBtn{color:#b45309;cursor:pointer;background:#fef3c7;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:filter .15s;display:inline-flex}.TreatmentPlans-module__DGcxAG__editBtn:hover{filter:brightness(.95)}.TreatmentPlans-module__DGcxAG__cancelBtn{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.75rem;font-weight:600;transition:filter .15s;display:inline-flex}.TreatmentPlans-module__DGcxAG__cancelBtn:hover{filter:brightness(.95)}.TreatmentPlans-module__DGcxAG__tableWrapper{border:1px solid var(--border);border-radius:var(--radius-sm);margin-top:1rem;overflow-x:auto}.TreatmentPlans-module__DGcxAG__table{border-collapse:collapse;width:100%;min-width:920px}.TreatmentPlans-module__DGcxAG__table th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);white-space:nowrap;padding:.75rem 1rem;font-size:.7rem;font-weight:700}.TreatmentPlans-module__DGcxAG__table td{border-bottom:1px solid var(--border);vertical-align:top;padding:.75rem 1rem;font-size:.85rem}.TreatmentPlans-module__DGcxAG__table tbody tr:last-child td{border-bottom:none}.TreatmentPlans-module__DGcxAG__table tbody tr:hover{background:var(--muted)}.TreatmentPlans-module__DGcxAG__tableProcedures{flex-wrap:wrap;gap:.3rem;max-width:260px;display:flex}.TreatmentPlans-module__DGcxAG__procedureTag{background:var(--primary-light);color:var(--primary);white-space:nowrap;border-radius:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.TreatmentPlans-module__DGcxAG__tableActions{white-space:nowrap;align-items:center;gap:.4rem;display:flex}@keyframes TreatmentPlans-module__DGcxAG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TreatmentPlans-module__DGcxAG__spin{animation:1s linear infinite TreatmentPlans-module__DGcxAG__spin}
.NewPlan-module__gukhKG__container{max-width:var(--content-max-width);flex-direction:column;gap:2rem;margin:0 auto;display:flex}.NewPlan-module__gukhKG__header{flex-direction:column;gap:.5rem;display:flex}.NewPlan-module__gukhKG__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__gukhKG__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.NewPlan-module__gukhKG__section{flex-direction:column;gap:1.5rem;display:flex}.NewPlan-module__gukhKG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.NewPlan-module__gukhKG__label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.NewPlan-module__gukhKG__fieldLabel{color:var(--foreground);font-size:.78rem;font-weight:600}.NewPlan-module__gukhKG__unitTag{color:var(--muted-foreground);text-transform:none;font-weight:500}.NewPlan-module__gukhKG__unitInputWrapper{align-items:center;display:flex;position:relative}.NewPlan-module__gukhKG__unitInputWrapper .NewPlan-module__gukhKG__input{width:100%;padding-right:3.25rem}.NewPlan-module__gukhKG__unitBadge{color:var(--muted-foreground);background:var(--muted);pointer-events:none;border-radius:4px;padding:.15rem .4rem;font-size:.72rem;font-weight:700;position:absolute;right:.85rem}.NewPlan-module__gukhKG__presetSelect{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--muted-foreground);background:var(--muted);cursor:pointer;padding:.45rem .6rem;font-size:.78rem}.NewPlan-module__gukhKG__presetSelect:focus{border-color:var(--primary);color:var(--primary);outline:none}.NewPlan-module__gukhKG__input,.NewPlan-module__gukhKG__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);padding:.8rem 1.1rem;font-size:1rem;transition:all .2s}.NewPlan-module__gukhKG__input:focus,.NewPlan-module__gukhKG__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.NewPlan-module__gukhKG__textarea{resize:vertical}.NewPlan-module__gukhKG__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.75rem .5rem}.NewPlan-module__gukhKG__removeBtn:hover{background:#fef2f2}.NewPlan-module__gukhKG__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__gukhKG__addProcBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.NewPlan-module__gukhKG__errorAlert{color:#b91c1c;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fee2e2;padding:1rem}.NewPlan-module__gukhKG__editNotice{color:#b45309;border-radius:var(--radius-sm);background:#fef3c7;border:1px solid #fde68a;padding:.85rem 1rem;font-size:.875rem;font-weight:500}.NewPlan-module__gukhKG__spinner{animation:1s linear infinite NewPlan-module__gukhKG__spin}@keyframes NewPlan-module__gukhKG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NewPlan-module__gukhKG__sectionHeading{color:var(--foreground);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;margin:0;padding-bottom:.9rem;font-size:1.05rem;font-weight:700;display:flex}.NewPlan-module__gukhKG__muted{color:var(--muted-foreground)}.NewPlan-module__gukhKG__stepper{align-items:flex-start;padding:1.25rem 1rem;display:flex;overflow-x:auto}.NewPlan-module__gukhKG__stepperItem{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:.4rem;padding:0 .35rem;display:flex}.NewPlan-module__gukhKG__stepCircle{border:2px solid var(--border);width:34px;height:34px;color:var(--muted-foreground);background:var(--background);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.NewPlan-module__gukhKG__stepDone{background:var(--primary);border-color:var(--primary);color:#fff}.NewPlan-module__gukhKG__stepActive{border-color:var(--primary);color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.NewPlan-module__gukhKG__stepLabel{color:var(--muted-foreground);white-space:nowrap;font-size:.7rem;font-weight:600}.NewPlan-module__gukhKG__stepLabelActive{color:var(--primary)}.NewPlan-module__gukhKG__stepConnector{background:var(--border);flex-shrink:0;width:28px;height:2px;margin-top:16px}.NewPlan-module__gukhKG__stepConnectorDone{background:var(--primary)}.NewPlan-module__gukhKG__stepFooter{border-top:1px solid var(--border);justify-content:space-between;gap:1rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.NewPlan-module__gukhKG__toothDetailPanel{border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.NewPlan-module__gukhKG__selectedToothHeading{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.8rem;font-weight:700}.NewPlan-module__gukhKG__selectedToothBadgeRow{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.NewPlan-module__gukhKG__selectedToothNumber{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.05rem;font-weight:700;display:flex}.NewPlan-module__gukhKG__selectedToothTable{border-collapse:collapse;width:100%;font-size:.78rem}.NewPlan-module__gukhKG__selectedToothTable td{border-bottom:1px solid var(--border);vertical-align:top;padding:.4rem .2rem}.NewPlan-module__gukhKG__selectedToothTable td:first-child{color:var(--muted-foreground);width:40%;font-weight:600}.NewPlan-module__gukhKG__selectedToothTable tr:last-child td{border-bottom:none}.NewPlan-module__gukhKG__reviewBlock{border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.1rem}.NewPlan-module__gukhKG__reviewTitle{color:var(--primary);margin:0 0 .5rem;font-size:.85rem;font-weight:700}.NewPlan-module__gukhKG__reviewBody p{margin:0 0 .4rem;font-size:.85rem;line-height:1.5}.NewPlan-module__gukhKG__reviewBody p:last-child{margin-bottom:0}.NewPlan-module__gukhKG__checkboxLabel{color:var(--foreground);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.NewPlan-module__gukhKG__checkboxLabel input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.NewPlan-module__gukhKG__quadrantChip{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:20px;padding:.5rem .9rem;font-size:.825rem;font-weight:600;transition:all .15s}.NewPlan-module__gukhKG__quadrantChip:hover{border-color:var(--primary)}.NewPlan-module__gukhKG__quadrantChipActive{background:var(--primary);border-color:var(--primary);color:#fff}.NewPlan-module__gukhKG__uploadNote{color:#059669;margin:.5rem 0 0;font-size:.8rem}.NewPlan-module__gukhKG__detailBox{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.NewPlan-module__gukhKG__detailRow{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.6rem .9rem;font-size:.85rem;display:flex}.NewPlan-module__gukhKG__detailRow:last-child{border-bottom:none}.NewPlan-module__gukhKG__detailField{color:var(--muted-foreground);flex:0 0 140px;font-weight:600}.NewPlan-module__gukhKG__detailValue{color:var(--foreground);flex:1}.NewPlan-module__gukhKG__prescriptionForm{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);border-left:4px solid var(--primary);padding:1rem}.NewPlan-module__gukhKG__prescriptionTableWrap{border:1px solid var(--border);border-radius:var(--radius-sm);overflow-x:auto}.NewPlan-module__gukhKG__prescriptionTable{border-collapse:collapse;width:100%;min-width:820px}.NewPlan-module__gukhKG__prescriptionTable th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);white-space:nowrap;padding:.6rem;font-size:.72rem;font-weight:700}.NewPlan-module__gukhKG__prescriptionTable td{border-top:1px solid var(--border);vertical-align:top;padding:.5rem .6rem}.NewPlan-module__gukhKG__prescriptionSn{text-align:center;color:var(--muted-foreground);width:2.5rem;font-size:.85rem}.NewPlan-module__gukhKG__prescriptionLinkHint{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.72rem}.NewPlan-module__gukhKG__prescriptionActionsCell{white-space:nowrap;gap:.25rem;display:flex}.NewPlan-module__gukhKG__prescriptionRowEditing{background:var(--primary-light)}.NewPlan-module__gukhKG__prescriptionEntryForm{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);border-left:4px solid var(--primary);flex-direction:column;gap:.85rem;padding:1rem;display:flex}.NewPlan-module__gukhKG__prescriptionEntryRow{grid-template-columns:160px 1fr;align-items:start;gap:.5rem .75rem;display:grid}@media (max-width:560px){.NewPlan-module__gukhKG__prescriptionEntryRow{grid-template-columns:1fr}}.NewPlan-module__gukhKG__prescriptionEntryRow>label{padding-top:.55rem}.NewPlan-module__gukhKG__prescriptionEntryTwoCol{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.6rem 1.5rem;display:grid}.NewPlan-module__gukhKG__prescriptionInstructionRow{align-items:flex-start;gap:.5rem;display:flex}.NewPlan-module__gukhKG__prescriptionInstructionRow textarea{flex:1;min-width:0}.NewPlan-module__gukhKG__prescriptionAddBtn,.NewPlan-module__gukhKG__prescriptionCancelBtn{cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.NewPlan-module__gukhKG__prescriptionAddBtn{background:var(--primary);color:#fff;border:none}.NewPlan-module__gukhKG__prescriptionAddBtn:hover:not(:disabled){opacity:.9}.NewPlan-module__gukhKG__prescriptionAddBtn:disabled{opacity:.5;cursor:not-allowed}.NewPlan-module__gukhKG__prescriptionCancelBtn{border:1px solid var(--border);background:var(--background);color:var(--muted-foreground)}.NewPlan-module__gukhKG__prescriptionCancelBtn:hover{background:var(--muted)}.NewPlan-module__gukhKG__recommendedInvestigationsBox{background:var(--primary-light);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem}.NewPlan-module__gukhKG__recommendedInvestigationsTitle{color:var(--primary);align-items:center;gap:.4rem;margin:0;font-size:.82rem;font-weight:700;display:flex}.NewPlan-module__gukhKG__recommendedInvestigationsList{color:var(--foreground);flex-direction:column;gap:.15rem;margin:.4rem 0 0;padding-left:1.25rem;font-size:.82rem;display:flex}.NewPlan-module__gukhKG__investigationRequestedTable{border-collapse:collapse;width:100%;min-width:760px}.NewPlan-module__gukhKG__investigationRequestedTable th{text-align:left;background:var(--muted);text-transform:uppercase;letter-spacing:.03em;color:var(--muted-foreground);white-space:nowrap;padding:.6rem .75rem;font-size:.7rem;font-weight:700}.NewPlan-module__gukhKG__investigationRequestedTable td{border-top:1px solid var(--border);padding:.55rem .75rem;font-size:.85rem}.NewPlan-module__gukhKG__investigationStatusBadge{white-space:nowrap;background:var(--muted);color:var(--muted-foreground);border-radius:20px;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.NewPlan-module__gukhKG__investigationStatusBadge[data-status=requested]{color:#2563eb;background:#eff6ff}.NewPlan-module__gukhKG__investigationStatusBadge[data-status=assigned]{color:#d97706;background:#fffbeb}.NewPlan-module__gukhKG__investigationStatusBadge[data-status=in_progress]{color:#7c3aed;background:#f5f3ff}.NewPlan-module__gukhKG__investigationStatusBadge[data-status=completed],.NewPlan-module__gukhKG__investigationStatusBadge[data-status=report_uploaded]{color:#059669;background:#ecfdf5}.NewPlan-module__gukhKG__investigationStatusBadge[data-status=cancelled]{color:#6b7280;background:#f3f4f6}
.Dashboard-module__-Okm4q__container{gap:var(--space-6);padding:var(--space-2);flex-direction:column;width:100%;max-width:1500px;margin:0 auto;display:flex}.Dashboard-module__-Okm4q__header{gap:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--border);flex-direction:column;display:flex}@media (min-width:768px){.Dashboard-module__-Okm4q__header{flex-direction:row;justify-content:space-between;align-items:center}}.Dashboard-module__-Okm4q__titleSection h1{font-size:var(--font-2xl);color:var(--foreground);letter-spacing:-.04em;margin-bottom:var(--space-1);background:linear-gradient(135deg, var(--foreground) 0%, var(--primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.Dashboard-module__-Okm4q__subtitle{color:var(--muted-foreground);font-size:var(--font-base);font-weight:500}.Dashboard-module__-Okm4q__statsGrid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.Dashboard-module__-Okm4q__statsGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.Dashboard-module__-Okm4q__sectionBlock{gap:var(--space-3);flex-direction:column;display:flex}.Dashboard-module__-Okm4q__sectionHeader{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.Dashboard-module__-Okm4q__sectionHeader h2{font-size:var(--font-lg);align-items:center;gap:var(--space-2);margin:0;font-weight:700;display:flex}.Dashboard-module__-Okm4q__sectionLink{color:var(--primary);white-space:nowrap;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.Dashboard-module__-Okm4q__sectionLink:hover{text-decoration:underline}.Dashboard-module__-Okm4q__statsGridDense{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.Dashboard-module__-Okm4q__statsGridDense{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.Dashboard-module__-Okm4q__statTile{padding:var(--space-3) var(--space-4);color:inherit;align-items:center;gap:.75rem;text-decoration:none;transition:all .2s;display:flex}.Dashboard-module__-Okm4q__statTile:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-2px)}.Dashboard-module__-Okm4q__statTileIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Dashboard-module__-Okm4q__statTileBody{flex-direction:column;gap:1px;min-width:0;display:flex}.Dashboard-module__-Okm4q__statTileValue{color:var(--foreground);letter-spacing:-.02em;font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:800;overflow:hidden}.Dashboard-module__-Okm4q__statTileLabel{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:600;overflow:hidden}.Dashboard-module__-Okm4q__chartsGrid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:900px){.Dashboard-module__-Okm4q__chartsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.Dashboard-module__-Okm4q__chartsGrid{grid-template-columns:repeat(3,1fr)}}.Dashboard-module__-Okm4q__chartCard{padding:var(--space-4);flex-direction:column;gap:.4rem;display:flex}.Dashboard-module__-Okm4q__chartCardHeader{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.Dashboard-module__-Okm4q__chartCardHeader h3{margin:0;font-size:.95rem;font-weight:700}.Dashboard-module__-Okm4q__chartHint{color:var(--muted-foreground);margin:0 0 .35rem;font-size:.72rem}.Dashboard-module__-Okm4q__emptyState{padding:var(--space-6);text-align:center;color:var(--muted-foreground);justify-content:center;align-items:center;font-size:.85rem;display:flex}
.Expenses-module__yxP41q__container{flex-direction:column;gap:1.5rem;display:flex}.Expenses-module__yxP41q__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Expenses-module__yxP41q__title{color:var(--foreground);font-size:1.875rem;font-weight:700}.Expenses-module__yxP41q__subtitle{color:var(--muted-foreground);font-size:.95rem}.Expenses-module__yxP41q__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.Expenses-module__yxP41q__statCard{align-items:center;gap:1.25rem;display:flex}.Expenses-module__yxP41q__statIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Expenses-module__yxP41q__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.Expenses-module__yxP41q__statValue{color:var(--foreground);font-size:1.5rem;font-weight:700}.Expenses-module__yxP41q__statChange{color:var(--muted-foreground);margin-top:.15rem;font-size:.75rem}.Expenses-module__yxP41q__breakdownGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.Expenses-module__yxP41q__breakdownCard{padding:1.5rem}.Expenses-module__yxP41q__breakdownCard h3{align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:700;display:flex}.Expenses-module__yxP41q__breakdownRow{align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.Expenses-module__yxP41q__breakdownLabel{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;flex:0 0 140px;overflow:hidden}.Expenses-module__yxP41q__breakdownTrack{background:var(--muted);border-radius:99px;flex:1;height:8px;overflow:hidden}.Expenses-module__yxP41q__breakdownBar{background:var(--primary);border-radius:99px;height:100%;transition:width .5s}.Expenses-module__yxP41q__breakdownValue{color:var(--foreground);flex:none;font-size:.8rem;font-weight:700}.Expenses-module__yxP41q__chartCard{padding:1.5rem}.Expenses-module__yxP41q__chartHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Expenses-module__yxP41q__barChart{align-items:flex-end;gap:.5rem;height:200px;padding-top:1rem;display:flex}.Expenses-module__yxP41q__barCol{flex-direction:column;flex:1;align-items:center;gap:.5rem;height:100%;display:flex}.Expenses-module__yxP41q__barStacks{flex:1;justify-content:center;align-items:flex-end;gap:3px;width:100%;display:flex}.Expenses-module__yxP41q__bar{border-radius:4px 4px 0 0;width:40%;min-height:2px;transition:height .6s cubic-bezier(.4,0,.2,1)}.Expenses-module__yxP41q__barLabel{color:var(--muted-foreground);font-size:.7rem}.Expenses-module__yxP41q__quickActions{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.Expenses-module__yxP41q__quickAction{color:var(--foreground);text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.Expenses-module__yxP41q__quickAction:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.Expenses-module__yxP41q__quickAction span{font-size:.85rem;font-weight:600}.Expenses-module__yxP41q__formCard{padding:1.5rem}.Expenses-module__yxP41q__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:768px){.Expenses-module__yxP41q__formGrid{grid-template-columns:1fr}}.Expenses-module__yxP41q__formGroup{flex-direction:column;gap:.375rem;display:flex}.Expenses-module__yxP41q__formGroup label{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.Expenses-module__yxP41q__input,.Expenses-module__yxP41q__select,.Expenses-module__yxP41q__textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);width:100%;padding:.65rem .85rem;font-size:.9rem}.Expenses-module__yxP41q__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 .85rem center;background-repeat:no-repeat;background-size:1rem}.Expenses-module__yxP41q__textarea{resize:vertical}.Expenses-module__yxP41q__itemTable{border-collapse:collapse;width:100%}.Expenses-module__yxP41q__itemTable th{text-align:left;text-transform:uppercase;color:var(--muted-foreground);padding:.5rem;font-size:.7rem;font-weight:600}.Expenses-module__yxP41q__itemTable td{padding:.4rem .5rem}.Expenses-module__yxP41q__itemTotal{text-align:right;padding:.75rem .5rem;font-weight:700}.Expenses-module__yxP41q__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.Expenses-module__yxP41q__card{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.Expenses-module__yxP41q__cardHeader{justify-content:space-between;align-items:center;display:flex}.Expenses-module__yxP41q__name{font-size:1.05rem;font-weight:600}.Expenses-module__yxP41q__searchBar{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.Expenses-module__yxP41q__searchBoxWide{flex:1;align-items:center;min-width:200px;max-width:420px;display:flex;position:relative}.Expenses-module__yxP41q__searchBoxWide svg{color:var(--muted-foreground);pointer-events:none;position:absolute;left:.75rem}.Expenses-module__yxP41q__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}.Expenses-module__yxP41q__dateField{flex-direction:column;gap:.25rem;display:flex}.Expenses-module__yxP41q__dateField label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);font-size:.7rem;font-weight:600}.Expenses-module__yxP41q__dateField input,.Expenses-module__yxP41q__dateField select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);min-width:140px;padding:.45rem .6rem;font-size:.8125rem}.Expenses-module__yxP41q__tableWrapper{padding:0;overflow:auto hidden}.Expenses-module__yxP41q__tableHeader{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.Expenses-module__yxP41q__tableHeader h3{margin:0;font-size:1.125rem;font-weight:600}.Expenses-module__yxP41q__table{border-collapse:collapse;width:100%;min-width:1100px}.Expenses-module__yxP41q__table th{text-align:left;background-color:var(--muted);text-transform:uppercase;color:var(--muted-foreground);white-space:nowrap;padding:1rem 1.25rem;font-size:.72rem;font-weight:600}.Expenses-module__yxP41q__table td{border-bottom:1px solid var(--border);padding:.85rem 1.25rem;font-size:.85rem}.Expenses-module__yxP41q__expenseNum{color:var(--primary);font-family:monospace;font-weight:600}.Expenses-module__yxP41q__amount{color:var(--foreground);font-weight:700}.Expenses-module__yxP41q__statusBadge{text-transform:capitalize;white-space:nowrap;border-radius:20px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.Expenses-module__yxP41q__statusdraft{background:var(--muted);color:var(--muted-foreground)}.Expenses-module__yxP41q__statussubmitted{color:#2563eb;background:#eff6ff}.Expenses-module__yxP41q__statusapproved{color:#059669;background:#ecfdf5}.Expenses-module__yxP41q__statusrejected{color:#dc2626;background:#fef2f2}.Expenses-module__yxP41q__statuspartially_paid{color:#d97706;background:#fffbeb}.Expenses-module__yxP41q__statuspaid{color:#059669;background:#ecfdf5}.Expenses-module__yxP41q__statuscancelled{background:var(--muted);color:var(--muted-foreground)}.Expenses-module__yxP41q__actions{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.Expenses-module__yxP41q__iconBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem}.Expenses-module__yxP41q__iconBtn:hover{background:var(--muted);color:var(--foreground)}.Expenses-module__yxP41q__pagination{color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.875rem;display:flex}.Expenses-module__yxP41q__pageBtns{gap:.5rem;display:flex}.Expenses-module__yxP41q__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}.Expenses-module__yxP41q__pageBtn:disabled{opacity:.5;cursor:not-allowed}.Expenses-module__yxP41q__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 Expenses-module__yxP41q__spin}@keyframes Expenses-module__yxP41q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Expenses-module__yxP41q__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.Expenses-module__yxP41q__modal{background:var(--background);border-radius:12px;flex-direction:column;width:100%;max-width:480px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 10px 25px #00000026}.Expenses-module__yxP41q__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Expenses-module__yxP41q__modalHeader h3{margin:0;font-size:1.15rem;font-weight:700}.Expenses-module__yxP41q__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none}.Expenses-module__yxP41q__modalBody{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.Expenses-module__yxP41q__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Expenses-module__yxP41q__infoBanner{border-radius:8px;gap:.6rem;padding:.85rem 1rem;font-size:.875rem;display:flex}.Expenses-module__yxP41q__emptyState{text-align:center;color:var(--muted-foreground);padding:3rem 1.5rem}
.Inventory-module___wgF5W__container{flex-direction:column;gap:2rem;display:flex}.Inventory-module___wgF5W__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Inventory-module___wgF5W__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.Inventory-module___wgF5W__subtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.9rem}.Inventory-module___wgF5W__navGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.Inventory-module___wgF5W__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___wgF5W__navCard:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.Inventory-module___wgF5W__navIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.Inventory-module___wgF5W__navLabel{font-size:.9rem;font-weight:600}.Inventory-module___wgF5W__navDesc{color:var(--muted-foreground);font-size:.775rem}.Inventory-module___wgF5W__statsGrid{grid-template-columns:repeat(auto-fit,minmax(195px,1fr));gap:1.25rem;display:grid}.Inventory-module___wgF5W__statCard{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Inventory-module___wgF5W__statLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .2rem;font-size:.75rem;font-weight:700}.Inventory-module___wgF5W__statValue{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.Inventory-module___wgF5W__statIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.Inventory-module___wgF5W__controls{flex-wrap:wrap;gap:1rem;display:flex}.Inventory-module___wgF5W__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___wgF5W__searchBox input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.Inventory-module___wgF5W__clearBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;align-items:center;padding:0;display:flex}.Inventory-module___wgF5W__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___wgF5W__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___wgF5W__tableWrap{overflow-x:auto}.Inventory-module___wgF5W__table{border-collapse:collapse;width:100%;min-width:1180px}.Inventory-module___wgF5W__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___wgF5W__table td{border-bottom:1px solid var(--border);padding:.875rem 1.25rem;font-size:.875rem}.Inventory-module___wgF5W__table tr:last-child td{border-bottom:none}.Inventory-module___wgF5W__table tr:hover td{background:color-mix(in srgb, var(--primary) 3%, transparent)}.Inventory-module___wgF5W__rowLow td{background:#fbbf240d!important}.Inventory-module___wgF5W__rowOut td{background:#dc26260d!important}.Inventory-module___wgF5W__itemName{font-weight:600}.Inventory-module___wgF5W__itemDesc{color:var(--muted-foreground);margin-top:2px;font-size:.75rem}.Inventory-module___wgF5W__sku{background:var(--muted);border-radius:4px;padding:.2rem .5rem;font-family:ui-monospace,monospace;font-size:.75rem}.Inventory-module___wgF5W__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___wgF5W__stockCell{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.Inventory-module___wgF5W__stockBadge{border-radius:6px;padding:.2rem .5rem;font-size:.8rem;font-weight:600}.Inventory-module___wgF5W__stock-ok{color:#059669;background:#ecfdf5}.Inventory-module___wgF5W__stock-low{color:#d97706;background:#fffbeb}.Inventory-module___wgF5W__stock-out{color:#dc2626;background:#fef2f2}.Inventory-module___wgF5W__minNote{color:var(--muted-foreground);font-size:.7rem}.Inventory-module___wgF5W__actions{gap:.35rem;display:flex}.Inventory-module___wgF5W__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___wgF5W__actionBtn:hover{background:var(--muted)}.Inventory-module___wgF5W__overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Inventory-module___wgF5W__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___wgF5W__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Inventory-module___wgF5W__modalHeader h3{margin:0;font-size:1.1rem;font-weight:700}.Inventory-module___wgF5W__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;display:flex}.Inventory-module___wgF5W__closeBtn:hover{background:var(--muted);color:var(--foreground)}.Inventory-module___wgF5W__modalBody{padding:1.5rem}.Inventory-module___wgF5W__modalFooter{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.Inventory-module___wgF5W__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Inventory-module___wgF5W__formGroup{flex-direction:column;gap:.35rem;display:flex}.Inventory-module___wgF5W__formGroup label{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.Inventory-module___wgF5W__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___wgF5W__input:focus{border-color:var(--primary)}textarea.Inventory-module___wgF5W__input{resize:vertical}.Inventory-module___wgF5W__spin{animation:1s linear infinite Inventory-module___wgF5W__spin}@keyframes Inventory-module___wgF5W__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.Inventory-module___wgF5W__formGrid{grid-template-columns:1fr}.Inventory-module___wgF5W__statsGrid,.Inventory-module___wgF5W__navGrid{grid-template-columns:1fr 1fr}}
.GoodsReceived-module__wY64oG__container{flex-direction:column;gap:1.5rem;display:flex}.GoodsReceived-module__wY64oG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.GoodsReceived-module__wY64oG__title{font-size:1.875rem;font-weight:700}.GoodsReceived-module__wY64oG__subtitle{color:var(--muted-foreground)}.GoodsReceived-module__wY64oG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.GoodsReceived-module__wY64oG__statCard{align-items:center;gap:1rem;padding:1.25rem;display:flex}.GoodsReceived-module__wY64oG__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.GoodsReceived-module__wY64oG__statLabel{color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.GoodsReceived-module__wY64oG__statValue{font-size:1.5rem;font-weight:700}.GoodsReceived-module__wY64oG__table{border-collapse:collapse;width:100%}.GoodsReceived-module__wY64oG__table th{text-align:left;background:var(--muted);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.02em;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.GoodsReceived-module__wY64oG__table td{border-bottom:1px solid var(--border);padding:.85rem 1rem;font-size:.875rem}.GoodsReceived-module__wY64oG__table tr:last-child td{border-bottom:none}.GoodsReceived-module__wY64oG__rowClickable{cursor:pointer}.GoodsReceived-module__wY64oG__rowClickable:hover{background:var(--muted)}.GoodsReceived-module__wY64oG__badge{white-space:nowrap;border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.GoodsReceived-module__wY64oG__itemsPanel{background:var(--muted);padding:1rem 1.25rem}.GoodsReceived-module__wY64oG__itemsTable{border-collapse:collapse;background:var(--background);border-radius:8px;width:100%;font-size:.8125rem;overflow:hidden}.GoodsReceived-module__wY64oG__itemsTable th{text-align:left;color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:.5rem .75rem;font-weight:600}.GoodsReceived-module__wY64oG__itemsTable td{border-bottom:1px solid var(--border);padding:.5rem .75rem}.GoodsReceived-module__wY64oG__itemsTable tr:last-child td{border-bottom:none}.GoodsReceived-module__wY64oG__empty{text-align:center;color:var(--muted-foreground);padding:3rem}
.PurchaseOrders-module__lhIIva__container{flex-direction:column;gap:2rem;display:flex}.PurchaseOrders-module__lhIIva__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.PurchaseOrders-module__lhIIva__title{letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:700}.PurchaseOrders-module__lhIIva__subtitle{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.9rem}.PurchaseOrders-module__lhIIva__statsGrid{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:1.25rem;display:grid}.PurchaseOrders-module__lhIIva__statCard{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.PurchaseOrders-module__lhIIva__statLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .2rem;font-size:.72rem;font-weight:700}.PurchaseOrders-module__lhIIva__statValue{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.PurchaseOrders-module__lhIIva__statIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.PurchaseOrders-module__lhIIva__controls{flex-wrap:wrap;gap:1rem;display:flex}.PurchaseOrders-module__lhIIva__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__lhIIva__searchBox input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.PurchaseOrders-module__lhIIva__clearBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;align-items:center;padding:0;display:flex}.PurchaseOrders-module__lhIIva__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__lhIIva__table{border-collapse:collapse;width:100%}.PurchaseOrders-module__lhIIva__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__lhIIva__table td{border-bottom:1px solid var(--border);padding:.85rem 1.1rem;font-size:.875rem}.PurchaseOrders-module__lhIIva__poRow:hover td{background:color-mix(in srgb, var(--primary) 3%, transparent)}.PurchaseOrders-module__lhIIva__poNum{color:var(--primary);font-family:ui-monospace,monospace;font-weight:700}.PurchaseOrders-module__lhIIva__badge{border-radius:20px;padding:.2rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.PurchaseOrders-module__lhIIva__actions{gap:.35rem;display:flex}.PurchaseOrders-module__lhIIva__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__lhIIva__actionBtn:hover{background:var(--muted)}.PurchaseOrders-module__lhIIva__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__lhIIva__expandBtn:hover{background:var(--muted)}.PurchaseOrders-module__lhIIva__expandedRow td{padding:0;background:color-mix(in srgb, var(--primary) 3%, transparent)!important}.PurchaseOrders-module__lhIIva__expandedContent{border-bottom:1px solid var(--border);padding:1rem 1.5rem 1.25rem}.PurchaseOrders-module__lhIIva__innerTable{border-collapse:collapse;width:100%;font-size:.8rem}.PurchaseOrders-module__lhIIva__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__lhIIva__innerTable td{border-bottom:1px solid var(--border);padding:.5rem .75rem}.PurchaseOrders-module__lhIIva__innerTable tr:last-child td{border-bottom:none}.PurchaseOrders-module__lhIIva__pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.PurchaseOrders-module__lhIIva__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__lhIIva__pageBtn:disabled{opacity:.4;cursor:default}.PurchaseOrders-module__lhIIva__pageBtn:not(:disabled):hover{background:var(--muted)}.PurchaseOrders-module__lhIIva__overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.PurchaseOrders-module__lhIIva__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__lhIIva__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__lhIIva__modalHeader h3{margin:0;font-size:1.1rem;font-weight:700}.PurchaseOrders-module__lhIIva__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem;display:flex}.PurchaseOrders-module__lhIIva__closeBtn:hover{background:var(--muted);color:var(--foreground)}.PurchaseOrders-module__lhIIva__modalBody{padding:1.5rem}.PurchaseOrders-module__lhIIva__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__lhIIva__formGrid2{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem;display:grid}.PurchaseOrders-module__lhIIva__formGroup{flex-direction:column;gap:.35rem;display:flex}.PurchaseOrders-module__lhIIva__formGroup label{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.PurchaseOrders-module__lhIIva__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__lhIIva__input:focus{border-color:var(--primary)}textarea.PurchaseOrders-module__lhIIva__input{resize:vertical}.PurchaseOrders-module__lhIIva__removeItemBtn{cursor:pointer;color:#dc2626;background:0 0;border:none;align-items:center;padding:.2rem;display:flex}.PurchaseOrders-module__lhIIva__removeItemBtn:hover{opacity:.7}.PurchaseOrders-module__lhIIva__spin{animation:1s linear infinite PurchaseOrders-module__lhIIva__spin}@keyframes PurchaseOrders-module__lhIIva__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.PurchaseOrders-module__lhIIva__formGrid2{grid-template-columns:1fr}.PurchaseOrders-module__lhIIva__statsGrid{grid-template-columns:1fr 1fr}}.PurchaseOrders-module__lhIIva__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__lhIIva__workflowStep{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;min-width:80px;display:flex}.PurchaseOrders-module__lhIIva__workflowDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.PurchaseOrders-module__lhIIva__workflowLine{background:var(--border);flex:1;min-width:24px;height:2px;margin-top:-1rem;margin-bottom:auto}.PurchaseOrders-module__lhIIva__miniTimeline{align-items:flex-start;margin-bottom:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.PurchaseOrders-module__lhIIva__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__lhIIva__miniStepDone{color:var(--foreground)}.PurchaseOrders-module__lhIIva__miniDot{border:2px solid var(--border);background:var(--background);border-radius:50%;flex-shrink:0;width:12px;height:12px}.PurchaseOrders-module__lhIIva__miniLine{background:var(--border);flex:1 0;align-self:flex-start;min-width:20px;height:2px;margin-top:5px;margin-bottom:auto}.PurchaseOrders-module__lhIIva__miniLineDone{background:#059669}
.InventoryReports-module__GcOmDa__container{flex-direction:column;gap:1.5rem;display:flex}.InventoryReports-module__GcOmDa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.InventoryReports-module__GcOmDa__title{font-size:1.875rem;font-weight:700}.InventoryReports-module__GcOmDa__subtitle{color:var(--muted-foreground)}.InventoryReports-module__GcOmDa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.InventoryReports-module__GcOmDa__statCard{align-items:center;gap:1rem;padding:1.25rem;display:flex}.InventoryReports-module__GcOmDa__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.InventoryReports-module__GcOmDa__statLabel{color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.InventoryReports-module__GcOmDa__statValue{font-size:1.5rem;font-weight:700}.InventoryReports-module__GcOmDa__reportsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.InventoryReports-module__GcOmDa__reportsGrid{grid-template-columns:1fr}}.InventoryReports-module__GcOmDa__reportCard{padding:1.5rem;overflow:hidden}.InventoryReports-module__GcOmDa__reportHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.InventoryReports-module__GcOmDa__reportTitle{align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.InventoryReports-module__GcOmDa__badge{border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.InventoryReports-module__GcOmDa__miniTable{border-collapse:collapse;width:100%;font-size:.8125rem}.InventoryReports-module__GcOmDa__miniTable th{text-align:left;background:var(--muted);color:var(--muted-foreground);padding:.5rem .75rem;font-size:.75rem}.InventoryReports-module__GcOmDa__miniTable td{border-bottom:1px solid var(--border);padding:.75rem}.InventoryReports-module__GcOmDa__empty{color:var(--muted-foreground);text-align:center;padding:2rem;font-size:.875rem}.InventoryReports-module__GcOmDa__quickLinks{flex-wrap:wrap;gap:1.25rem;display:flex}.InventoryReports-module__GcOmDa__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__GcOmDa__quickLink:hover{color:var(--primary);transform:translateY(-2px)}
.AllergyMultiSelect-module__J8zGLW__chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;display:flex}.AllergyMultiSelect-module__J8zGLW__chip{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .4rem .3rem .7rem;font-size:.8rem;font-weight:600;display:inline-flex}.AllergyMultiSelect-module__J8zGLW__chipRemove{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.1rem;display:inline-flex}.AllergyMultiSelect-module__J8zGLW__chipRemove:hover{background:#b91c1c26}.AllergyMultiSelect-module__J8zGLW__nkaRow{color:var(--foreground);cursor:pointer;align-items:center;gap:.5rem;width:fit-content;margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:flex}.AllergyMultiSelect-module__J8zGLW__draftRow{grid-template-columns:repeat(3,minmax(160px,1fr)) auto;align-items:end;gap:.6rem;display:grid}@media (max-width:760px){.AllergyMultiSelect-module__J8zGLW__draftRow{grid-template-columns:1fr}}.AllergyMultiSelect-module__J8zGLW__draftField{flex-direction:column;gap:.3rem;display:flex}.AllergyMultiSelect-module__J8zGLW__fieldLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:600}.AllergyMultiSelect-module__J8zGLW__helperText{color:var(--muted-foreground);margin:.5rem 0 0;font-size:.75rem}
