:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f8fafc;--surface:#fff;--surface-muted:#f8fafc;--surface-raised:#fff;--sidebar:#fff;--topbar:#fff;--sidebar-muted:#6b7280;--text:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-subtle:#94a3b8;--border:#e5e7eb;--border-strong:#cbd5e1;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#eff6ff;--secondary:#4f46e5;--accent:#4f46e5;--accent-soft:#eef2ff;--success:#16a34a;--success-soft:#dcfce7;--warning:#f59e0b;--warning-soft:#fef3c7;--danger:#dc2626;--danger-hover:#b91c1c;--danger-soft:#fee2e2;--info:#0ea5e9;--info-soft:#e0f2fe;--shadow-xs:0 1px 2px #0f172a0a;--shadow-sm:0 4px 14px #0f172a0f;--shadow-lg:0 18px 42px #0f172a24;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--sidebar-width:256px;--sidebar-collapsed:72px;--topbar-height:68px;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--control-height:40px;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--bg:#0f172a;--surface:#111827;--surface-muted:#172033;--surface-raised:#1f2937;--sidebar:#111827;--sidebar-muted:#94a3b8;--text:#f9fafb;--text-muted:#c1c7d0;--text-subtle:#8f99a8;--border:#2b3546;--border-strong:#3d485a;--primary:#60a5fa;--primary-hover:#2563eb;--primary-soft:#172f55;--secondary:#818cf8;--success:#4ade80;--success-soft:#153923;--warning:#fbbf24;--warning-soft:#3d3013;--danger:#f87171;--danger-soft:#431d22;--info:#38bdf8;--info-soft:#15334a;--shadow-xs:0 1px 2px #0000003d;--shadow-sm:0 6px 20px #0003;--shadow-lg:0 24px 54px #0000006b}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0}button,input,select,textarea{font:inherit}button{color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid color-mix(in srgb, var(--primary) 30%, transparent);outline-offset:2px}button:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.56}#root{min-height:100vh}h1,h2,h3,p{margin-top:0}h3{letter-spacing:-.01em}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100vh;transition:grid-template-columns .15s;display:grid}.app-shell--collapsed{grid-template-columns:var(--sidebar-collapsed) minmax(0,1fr)}.sidebar{z-index:40;min-width:0;height:100vh;color:var(--text);background:var(--sidebar);border-right:1px solid var(--border);flex-direction:column;padding:14px 11px;display:flex;position:sticky;top:0;overflow:hidden}.brand-block{align-items:center;gap:10px;min-height:42px;padding:0 6px 14px;display:flex}.brand-mark{color:#fff;background:var(--primary);border:1px solid #1d4ed8;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 4px 12px #2563eb33}.brand-copy{white-space:nowrap;flex-direction:column;min-width:0;line-height:1.25;display:flex}.brand-copy strong{text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.brand-copy span{text-overflow:ellipsis;color:var(--sidebar-muted);text-transform:capitalize;font-size:.72rem;overflow:hidden}.sidebar-close{background:0 0;border:0;margin-left:auto;display:none}.store-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted);align-items:center;gap:9px;min-height:58px;margin:0 2px 14px;padding:10px;display:flex;overflow:hidden}.store-card__logo{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.store-card div{white-space:nowrap;flex-direction:column;min-width:0;display:flex}.store-card strong{text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.store-card span{text-overflow:ellipsis;color:var(--sidebar-muted);font-size:.7rem;overflow:hidden}.nav-list{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;flex:1;overflow:hidden auto}.nav-group>p{color:#94a3b8;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;margin:0 10px 5px;font-size:.62rem;font-weight:750}.nav-link{color:#374151;white-space:nowrap;border-radius:8px;align-items:center;gap:10px;min-height:39px;margin:2px 0;padding:8px 10px;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.nav-link svg{flex:none}.nav-link__chevron{opacity:0;margin-left:auto;transition:opacity .15s,transform .15s}.nav-link:hover{color:#1f2937;background:#f8fafc}.nav-link:hover .nav-link__chevron{opacity:.6;transform:translate(1px)}.nav-link.active svg{color:var(--primary)}.sidebar-footer{border-top:1px solid var(--border);gap:5px;padding-top:10px;display:grid}.user-summary,.collapse-button{color:#374151;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;min-height:39px;display:flex}.user-summary:hover,.collapse-button:hover{background:#f8fafc}.collapse-button{color:var(--sidebar-muted);padding:9px 11px;font-size:.77rem}.avatar{color:#fff;background:var(--primary);border-radius:9px;flex:none;place-items:center;width:32px;height:32px;font-size:.7rem;font-weight:750;display:grid}.app-shell--collapsed .brand-copy,.app-shell--collapsed .store-card div,.app-shell--collapsed .nav-group>p,.app-shell--collapsed .nav-link span,.app-shell--collapsed .nav-link__chevron,.app-shell--collapsed .collapse-button span{display:none}.app-shell--collapsed .brand-block,.app-shell--collapsed .store-card,.app-shell--collapsed .nav-link,.app-shell--collapsed .user-summary,.app-shell--collapsed .collapse-button{justify-content:center}.app-main{min-width:0}.topbar{z-index:30;height:var(--topbar-height);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:18px;padding:0 clamp(16px,2.2vw,30px);display:flex;position:sticky;top:0}.topbar__title{align-items:center;gap:10px;min-width:175px;display:flex}.topbar__title h1{margin:2px 0 0}.breadcrumbs{color:var(--text-subtle);align-items:center;gap:4px;font-size:.66rem;display:flex}.breadcrumbs strong{color:var(--text-muted);font-weight:600}.mobile-menu{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:8px;display:none}.global-search{border:1px solid var(--border);background:var(--surface-muted);width:min(460px,37vw);color:var(--text-subtle);border-radius:9px;align-items:center;gap:8px;margin-right:auto;padding:0 10px;display:flex;position:relative}.global-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent);background:var(--surface)}.global-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;padding:9px 0;font-size:.8rem}.global-search kbd,.pos-shortcut kbd{color:var(--text-subtle);border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-bottom-width:2px;border-radius:5px;align-items:center;gap:2px;padding:2px 5px;font-size:.62rem;display:flex}.search-results{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-raised);width:100%;box-shadow:var(--shadow-lg);position:absolute;top:calc(100% + 8px);left:0;overflow:hidden}.search-results>p{color:var(--text-muted);margin:0;padding:14px;font-size:.8rem}.search-results button{border:0;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;display:flex}.search-results button:hover{background:var(--primary-soft)}.search-results button span{flex-direction:column;min-width:0;display:flex}.search-results button span:last-child{text-align:right;flex:none}.search-results strong{text-overflow:ellipsis;font-size:.77rem;overflow:hidden}.search-results small{color:var(--text-muted);font-size:.66rem}.topbar__actions{align-items:center;gap:7px;display:flex}.icon-button,.profile-button,.branch-chip,.pos-shortcut{border:1px solid var(--border);background:var(--surface);height:38px;box-shadow:var(--shadow-xs);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;display:flex}.icon-button{width:38px;position:relative}.icon-button:hover,.profile-button:hover,.branch-chip:hover{background:var(--surface-muted);border-color:var(--border-strong)}.branch-chip{max-width:155px;color:var(--text-muted);padding:0 10px;font-size:.72rem}.branch-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pos-shortcut{color:#fff;border-color:var(--primary);background:var(--primary);padding:0 10px;font-size:.74rem;font-weight:650}.pos-shortcut:hover{background:var(--primary-hover)}.pos-shortcut kbd{color:#ffffffc7;background:#00000014;border-color:#ffffff40}.profile-button{padding:2px 7px 2px 3px}.notification-count{border:2px solid var(--surface);color:#fff;background:var(--danger);border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.57rem;font-weight:700;display:grid;position:absolute;top:-5px;right:-6px}.relative{position:relative}.popover{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-raised);box-shadow:var(--shadow-lg);position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.notification-popover{width:min(390px,100vw - 24px)}.popover__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.popover__header>div{flex-direction:column;display:flex}.popover__header strong{font-size:.86rem}.popover__header span{color:var(--text-muted);font-size:.67rem}.popover__header button{color:var(--primary);cursor:pointer;background:0 0;border:0;gap:5px;font-size:.68rem;display:flex}.notification-list{max-height:430px;overflow-y:auto}.notification-list>button{border:0;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;grid-template-columns:8px 1fr;gap:10px;width:100%;padding:12px 14px;display:grid}.notification-list>button:hover,.notification-list>button.unread{background:var(--surface-muted)}.notification-list>button span:last-child{flex-direction:column;min-width:0;display:flex}.notification-list strong{font-size:.76rem}.notification-list small{color:var(--text-muted);margin-top:2px;font-size:.69rem;line-height:1.4}.notification-list time{color:var(--text-subtle);margin-top:5px;font-size:.6rem}.notification-dot{background:var(--info);border-radius:50%;width:7px;height:7px;margin-top:5px}.notification-dot--critical,.notification-dot--error{background:var(--danger)}.notification-dot--warning{background:var(--warning)}.popover-empty{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;padding:28px;font-size:.78rem;display:flex}.profile-popover{width:220px;padding:7px}.profile-popover>div{border-bottom:1px solid var(--border);flex-direction:column;padding:9px 10px 11px;display:flex}.profile-popover strong{font-size:.8rem}.profile-popover span{color:var(--text-muted);text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.profile-popover button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;width:100%;padding:9px 10px;font-size:.75rem;display:flex}.profile-popover button:hover{background:var(--surface-muted)}.content-area{min-width:0;padding:clamp(16px,2.2vw,30px)}.content-area>section{width:100%;max-width:1600px;margin:0 auto}.route-loader{max-width:1500px;margin:auto;padding:30px}.page-stack,.space-y-5{flex-direction:column;gap:20px;display:flex}.page-header{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 20px;display:flex}.page-header h2{margin:0}.page-header__eyebrow,.eyebrow{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;margin:0 0 4px;font-size:.67rem;font-weight:750}.page-header__description{color:var(--text-muted);margin:5px 0 0;font-size:.78rem}.page-header__actions{flex-wrap:wrap;gap:8px;display:flex}.surface,.panel-card,.metric-card,.auth-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs)}.ui-button,.button,.commercial-button,.commercial-primary{border:1px solid var(--border-strong);min-height:38px;color:var(--text);background:var(--surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:8px 13px;font-size:.78rem;font-weight:650;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.ui-button:hover,.button:hover,.commercial-button:hover{border-color:var(--primary);background:var(--primary-soft)}.ui-button--primary:hover,.button--primary:hover,.commercial-primary:hover{background:var(--primary-hover)}.ui-button--ghost{background:0 0;border-color:#0000}.ui-spinner{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.status-badge{color:var(--text-muted);background:var(--surface-muted);text-transform:capitalize;border-radius:999px;align-items:center;gap:5px;padding:3px 7px;font-size:.65rem;font-weight:700;display:inline-flex}.status-badge--success{color:var(--success);background:var(--success-soft)}.status-badge--warning{color:var(--warning);background:var(--warning-soft)}.status-badge--danger{color:var(--danger);background:var(--danger-soft)}.status-badge--info{color:var(--info);background:var(--info-soft)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:28px;display:flex}.empty-state__icon{width:44px;height:44px;color:var(--primary);background:var(--primary-soft);border-radius:12px;place-items:center;margin-bottom:10px;display:grid}.empty-state p{max-width:340px;color:var(--text-muted);margin:5px 0 12px;font-size:.74rem}.error-panel,.form-error,.form-success{border:1px solid color-mix(in srgb,var(--danger) 26%,var(--border));color:var(--danger);background:var(--danger-soft);border-radius:9px;align-items:flex-start;gap:10px;margin:0;padding:11px 13px;font-size:.76rem;display:flex}.error-panel div{flex:1}.error-panel p{margin:2px 0 0}.form-success{color:var(--success);border-color:color-mix(in srgb,var(--success) 25%,var(--border));background:var(--success-soft)}.offline-warning{z-index:60;color:#f59e0b;text-align:center;background:#fef3c7;padding:7px 14px;font-size:.7rem;font-weight:650;position:sticky;top:0}.dialog-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a99;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.dialog{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-raised);width:min(430px,100%);box-shadow:var(--shadow-lg);padding:20px}.dialog h3{margin:0;font-size:1rem}.dialog p{color:var(--text-muted);margin:8px 0 20px;font-size:.78rem}.dialog footer{justify-content:flex-end;gap:8px;display:flex}.standalone-state{background:var(--bg);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.standalone-state>span{color:var(--primary);letter-spacing:-.08em;font-size:4rem;font-weight:800}.standalone-state h1{margin:0}.standalone-state p{color:var(--text-muted);margin:8px 0 18px;font-size:.82rem}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,var(--surface-muted) 25%,color-mix(in srgb,var(--border) 65%,var(--surface)) 50%,var(--surface-muted) 75%);background-size:220% 100%;animation:1.3s ease-in-out infinite skeleton;display:block;overflow:hidden}.h-28{height:7rem}.h-32{height:8rem}.h-80{height:20rem}@keyframes skeleton{to{background-position:-220% 0}}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.rounded-2xl.border.bg-white,.overflow-x-auto.rounded-2xl.border.bg-white{border-color:var(--border)!important;border-radius:var(--radius-lg)!important;background:var(--surface)!important;box-shadow:var(--shadow-xs)!important}.rounded-xl{border-radius:var(--radius-md)!important}.bg-white{background-color:var(--surface)!important}.bg-slate-50{background-color:var(--surface-muted)!important}.bg-slate-900{background-color:#111827!important}.text-slate-300{color:#d1d5db!important}.text-slate-400,.text-slate-500,.text-slate-600{color:var(--text-muted)!important}.border,.border-t,.border-b,.border-y{border-color:var(--border)!important}.shadow-sm{box-shadow:var(--shadow-xs)!important}input,select,textarea{color:var(--text);border-color:var(--border-strong)!important;background-color:var(--surface)!important}.content-area input,.content-area select,.content-area textarea,.auth-form input,.auth-form select{min-height:39px;transition:border-color .15s,box-shadow .15s}.content-area input:hover,.content-area select:hover,.content-area textarea:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}.content-area input:focus,.content-area select:focus,.content-area textarea:focus,.auth-form input:focus,.auth-form select:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent);outline:0;border-color:var(--primary)!important}.content-area textarea{resize:vertical;min-height:88px}.content-area label>span,.auth-form label>span{color:var(--text-muted);font-size:.72rem;font-weight:650}.overflow-x-auto{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.overflow-x-auto>table{border-collapse:separate;border-spacing:0;width:100%}.overflow-x-auto>table thead{z-index:2;position:sticky;top:0}.overflow-x-auto>table th{color:var(--text-muted);background:var(--surface-muted);letter-spacing:.035em;text-transform:uppercase;white-space:nowrap;font-size:.66rem;font-weight:750}.overflow-x-auto>table td{color:var(--text);font-size:.76rem}.overflow-x-auto>table th,.overflow-x-auto>table td{border-color:var(--border)!important;padding:11px 13px!important}.overflow-x-auto>table tbody tr{transition:background .12s}.overflow-x-auto>table tbody tr:hover{background:color-mix(in srgb,var(--primary-soft) 48%,transparent)}.overflow-x-auto>table tbody button{border-radius:7px;place-items:center;min-width:34px;min-height:34px;display:inline-grid}.content-area .rounded-2xl.border.bg-white{transition:border-color .12s,box-shadow .12s}.content-area .rounded-2xl{border-radius:12px!important}.content-area .shadow-sm{box-shadow:var(--shadow-xs)!important}.content-area button{transition:background-color .12s,border-color .12s,color .12s,box-shadow .12s,transform .1s}.content-area button:not(:disabled):active{transform:scale(.985)}.content-area button:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 22%,transparent);outline-offset:2px}:root[data-theme=dark] .nav-link{color:#c5ccd6}:root[data-theme=dark] .nav-link:hover{color:#fff;background:#1f2937}:root[data-theme=dark] .nav-link.active{color:#2563eb;background:#172f55}:root[data-theme=dark] .user-summary,:root[data-theme=dark] .collapse-button{color:#d1d5db}:root[data-theme=dark] .user-summary:hover,:root[data-theme=dark] .collapse-button:hover{background:#1f2937}.auth-page{background:radial-gradient(circle at 18% 20%,color-mix(in srgb,var(--primary) 15%,transparent),transparent 32%),var(--bg);grid-template-columns:minmax(320px,1.1fr) minmax(360px,.9fr);align-items:center;gap:clamp(30px,8vw,120px);min-height:100vh;padding:clamp(24px,6vw,80px);display:grid}.auth-page__hero{max-width:590px}.auth-page__hero>svg{color:#fff;background:var(--primary);border-radius:13px;width:50px;height:50px;padding:12px}.auth-page__hero h1{letter-spacing:-.05em;max-width:540px;margin:20px 0 12px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.04}.auth-page__hero p{max-width:470px;color:var(--text-muted);font-size:1rem}.auth-card{width:100%;max-width:480px;box-shadow:var(--shadow-sm);justify-self:end;padding:clamp(24px,4vw,38px)}.auth-card__header h2{margin:0}.auth-card__header>p:last-child{color:var(--text-muted);margin:7px 0 0;font-size:.8rem}.auth-form{flex-direction:column;gap:15px;margin-top:24px;display:flex}.auth-form label{flex-direction:column;gap:6px;display:flex}.auth-form input,.auth-form select{border:1px solid var(--border-strong);border-radius:8px;padding:9px 11px}.auth-link{color:var(--primary);text-align:center;font-size:.76rem}.session-loading{min-height:100vh;color:var(--text-muted);place-items:center;display:grid}.live-chip{border:1px solid var(--border);height:38px;color:var(--text-muted);background:var(--surface-muted);border-radius:8px;align-items:center;gap:7px;padding:0 11px;font-size:.7rem;font-weight:650;display:inline-flex}.live-chip>span{background:var(--success);width:7px;height:7px;box-shadow:0 0 0 4px color-mix(in srgb,var(--success) 14%,transparent);border-radius:50%}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-metric{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-height:126px;box-shadow:var(--shadow-xs);gap:12px;padding:16px;display:flex;position:relative;overflow:hidden}.dashboard-metric__icon{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:10px;flex:none;place-items:center;display:grid}.dashboard-metric__icon.success{color:var(--success);background:var(--success-soft)}.dashboard-metric__icon.info{color:var(--info);background:var(--info-soft)}.dashboard-metric__icon.warning{color:var(--warning);background:var(--warning-soft)}.dashboard-metric__icon.danger{color:var(--danger);background:var(--danger-soft)}.dashboard-metric__icon.violet{color:#4f46e5;background:#eef2ff}.dashboard-metric>div{min-width:0}.dashboard-metric p{color:var(--text-muted);margin:0 0 5px;font-size:.7rem;font-weight:650}.dashboard-metric strong{letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-size:1.12rem;display:block;overflow:hidden}.dashboard-metric small{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin-top:7px;font-size:.63rem;display:block;overflow:hidden}.metric-indicator{color:var(--success);opacity:.55;position:absolute;top:11px;right:11px}.dashboard-chart-grid{grid-template-columns:1.35fr .65fr;gap:14px;display:grid}.panel-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel-title h3{margin:0;font-size:.87rem}.panel-title p{color:var(--text-muted);margin:3px 0 0;font-size:.67rem}.bar-chart{margin-top:13px}.chart-legend{height:22px;color:var(--text-muted);justify-content:flex-end;gap:13px;font-size:.62rem;display:flex}.chart-legend span{align-items:center;gap:5px;display:flex}.chart-legend i{border-radius:2px;width:7px;height:7px}.chart-legend .sales{background:var(--primary)}.chart-legend .profit{background:var(--secondary)}.chart-legend .purchase{background:var(--info)}.chart-bars{border-bottom:1px solid var(--border);background:repeating-linear-gradient(to bottom,transparent 0,transparent 51px,color-mix(in srgb,var(--border) 65%,transparent) 52px);align-items:stretch;gap:clamp(7px,1.5vw,18px);height:210px;padding:15px 8px 0;display:flex}.chart-column{flex:1;grid-template-rows:1fr 20px;gap:7px;min-width:0;display:grid}.chart-column>div{justify-content:center;align-items:flex-end;gap:3px;display:flex}.bar{border-radius:4px 4px 1px 1px;width:min(16px,34%);min-height:3px;transition:height .15s;display:block}.bar.sales{background:var(--primary)}.bar.profit{background:var(--secondary)}.bar.purchase{background:var(--info)}.chart-column small{color:var(--text-subtle);text-align:center;font-size:.58rem}.dashboard-insights{grid-template-columns:.75fr .75fr 1.5fr;gap:14px;display:grid}.payment-mix{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;min-height:225px;display:flex}.payment-donut{border-radius:50%;place-items:center;width:124px;height:124px;display:grid}.payment-donut>span{background:var(--surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:82px;height:82px;display:flex}.payment-donut strong{text-overflow:ellipsis;max-width:72px;font-size:.68rem;overflow:hidden}.payment-donut small{color:var(--text-muted);font-size:.6rem}.payment-mix>div:last-child{gap:8px;display:grid}.payment-mix>div:last-child>div{text-transform:capitalize;grid-template-columns:8px 1fr auto;align-items:center;gap:7px;font-size:.65rem;display:grid}.payment-mix>div:last-child i{background:var(--primary);border-radius:2px;width:7px;height:7px}.payment-mix>div:last-child .mix-1{background:var(--info)}.payment-mix>div:last-child .mix-2{background:var(--warning)}.payment-mix>div:last-child .mix-3{background:var(--border-strong)}.payment-mix>div:last-child span{color:var(--text-muted)}.ranked-list{margin-top:11px}.ranked-list>div{border-bottom:1px solid var(--border);grid-template-columns:24px 1fr auto;align-items:center;gap:9px;padding:10px 0;display:grid}.ranked-list>div>span{width:23px;height:23px;color:var(--primary);background:var(--primary-soft);border-radius:7px;place-items:center;font-size:.63rem;font-weight:750;display:grid}.ranked-list>div>div{flex-direction:column;min-width:0;display:flex}.ranked-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.ranked-list small{color:var(--text-muted);font-size:.61rem}.ranked-list b{font-size:.67rem}.attention-list{margin-top:11px}.attention-list>div{border-bottom:1px solid var(--border);grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:53px;display:grid}.attention-icon{border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.attention-icon.warning{color:var(--warning);background:var(--warning-soft)}.attention-icon.danger{color:var(--danger);background:var(--danger-soft)}.attention-list>div>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.attention-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.attention-list small{color:var(--text-muted);font-size:.62rem}.dashboard-table-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.compact-rows>div{border-bottom:1px solid var(--border);grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:54px;display:grid}.row-icon{border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.row-icon.success{color:var(--success);background:var(--success-soft)}.row-icon.info{color:var(--info);background:var(--info-soft)}.compact-rows>div>div,.compact-rows>div>span:nth-child(3){flex-direction:column;min-width:0;display:flex}.compact-rows>div>span:nth-child(3){text-align:right}.compact-rows strong{text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.compact-rows small{color:var(--text-muted);font-size:.61rem}:root[data-theme=dark] .dashboard-metric__icon.violet{color:#b9a5ff;background:#2b2343}.dashboard-page{gap:12px}.dashboard-page .page-header{padding:11px 14px}.dashboard-page .page-header__description{margin-top:3px}.dashboard-page .live-chip,.dashboard-page .ui-button{height:34px}.dashboard-metrics{gap:9px}.dashboard-metric{text-align:left;border-radius:10px;align-items:flex-start;gap:9px;min-height:86px;padding:11px 12px}.dashboard-metric--link{width:100%;color:inherit;cursor:pointer;font:inherit}.dashboard-metric--link:hover{border-color:color-mix(in srgb,var(--primary) 55%,var(--border));background:color-mix(in srgb,var(--primary-soft) 38%,var(--surface));box-shadow:var(--shadow-sm)}.dashboard-metric--link:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 25%,transparent);outline-offset:2px}.dashboard-metric__icon{border-radius:8px;width:32px;height:32px}.dashboard-metric p{margin-bottom:2px;font-size:.65rem}.dashboard-metric strong{font-size:1rem}.dashboard-metric small{margin-top:3px;font-size:.59rem}.metric-comparison{border-radius:5px;align-items:center;gap:1px;padding:2px 4px;font-size:.56rem;font-weight:750;display:inline-flex;position:absolute;top:9px;right:9px}.metric-comparison.positive{color:var(--success);background:var(--success-soft)}.metric-comparison.negative{color:var(--danger);background:var(--danger-soft)}.dashboard-chart-grid{grid-template-columns:1.18fr .82fr;gap:10px}.trend-panel,.insight-panel,.dashboard-table{padding:12px 13px}.trend-panel{min-height:206px}.panel-title h3{font-size:.81rem}.panel-title p{font-size:.61rem}.trend-chart{margin-top:7px}.chart-legend{gap:10px;height:18px;font-size:.58rem}.chart-legend .previous{background:var(--border-strong)}.chart-body{grid-template-columns:42px minmax(0,1fr);gap:7px;height:154px;display:grid}.chart-y-axis{color:var(--text-subtle);text-align:right;flex-direction:column;justify-content:space-between;padding:0 0 20px;font-size:.54rem;display:flex}.chart-plot{min-width:0;position:relative}.chart-grid-lines{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0 0 20px}.chart-grid-lines i{border-top:1px solid color-mix(in srgb,var(--border) 72%,transparent);display:block}.trend-chart .chart-bars{z-index:1;background:0 0;border:0;gap:clamp(5px,1vw,12px);height:154px;padding:0;position:relative}.trend-chart .chart-column{grid-template-rows:1fr 18px;gap:2px}.trend-chart .chart-column>div{gap:2px}.trend-chart .bar{cursor:help;border:0;width:min(14px,30%);padding:0;position:relative}.trend-chart .bar.previous{background:var(--border-strong)}.trend-chart .bar:hover{filter:brightness(.9)}.trend-chart .bar:after{content:attr(data-tooltip);z-index:20;border:1px solid var(--border);width:max-content;max-width:210px;color:var(--text);background:var(--surface-raised);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;white-space:normal;border-radius:6px;padding:5px 7px;font-size:.58rem;line-height:1.35;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.trend-chart .bar:hover:after,.trend-chart .bar:focus-visible:after{opacity:1}.trend-chart .empty-state{min-height:168px;padding:16px}.dashboard-insights{grid-template-columns:.72fr .9fr 1.38fr;gap:10px}.payment-mix{gap:15px;min-height:155px}.payment-donut{width:96px;height:96px}.payment-donut>span{width:65px;height:65px}.ranked-list,.attention-list{margin-top:7px}.ranked-list>div{padding:7px 0}.attention-list>div{min-height:43px}.dashboard-table-grid{gap:10px}.compact-rows{margin-top:6px}.compact-rows>div{min-height:45px}.data-table{overflow:hidden}.data-table__toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 13px;display:flex}.data-table__toolbar>div{align-items:center;gap:7px;display:flex}.table-search{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;align-items:center;gap:7px;width:min(330px,65vw);padding:0 10px;display:flex}.table-search input{outline:0;width:100%;padding:8px 0;background:0 0!important;border:0!important}.data-table__scroll{overflow:auto}.data-table table{border-collapse:collapse;width:100%}.data-table th,.data-table td{border-bottom:1px solid var(--border);text-align:left;padding:11px 13px;font-size:.74rem}.data-table th{color:var(--text-muted);background:var(--surface-muted);text-transform:uppercase;font-size:.64rem;position:sticky;top:0}.data-table tbody tr:hover{background:var(--primary-soft)}.data-table__skeleton{gap:7px;padding:12px;display:grid}.h-12{height:3rem}.data-table__footer{min-height:52px;color:var(--text-muted);justify-content:space-between;align-items:center;padding:8px 13px;font-size:.68rem;display:flex}.data-table__footer>div{gap:5px;display:flex}.data-table__state{color:var(--danger);text-align:center;padding:24px}.field{flex-direction:column;gap:5px;display:flex}.field__label{color:var(--text);font-size:.73rem;font-weight:650}.field__label b{color:var(--danger);margin-left:3px}.field>small{color:var(--text-muted);margin-top:-2px;font-size:.64rem}.field>input,.field>select,.field>textarea{border:1px solid var(--border-strong);border-radius:8px;width:100%;padding:9px 10px}.field>em{color:var(--danger);font-size:.64rem;font-style:normal}.field--error>input,.field--error>select,.field--error>textarea{border-color:var(--danger)!important}.pos-route .content-area{padding-top:18px}.pos-route .content-area>section>header{z-index:12;padding:14px 17px;position:sticky;top:84px;border-radius:var(--radius-lg)!important}.pos-route .content-area>section>header p{font-weight:750;color:var(--primary)!important;margin:0 0 3px!important;font-size:.64rem!important}.pos-route .content-area>section>header h2{margin:0;font-size:1.35rem}.pos-route .content-area>section>header>div:last-child{align-items:center;gap:7px;display:flex;color:var(--text-muted)!important;font-size:0!important}.pos-route .content-area>section>header>div:last-child:before{content:"FEFO protected";color:var(--success);background:var(--success-soft);border-radius:999px;padding:4px 8px;font-size:.64rem;font-weight:700}.pos-route .content-area>section>header>div:last-child:after{content:"F2 Search  ·  F4 Hold  ·  F8 Checkout  ·  Esc Close";font-size:.65rem}.pos-route .content-area>section>.grid{align-items:start;grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr)!important}.pos-route .content-area>section>.grid>div:first-child{min-width:0}.pos-route .content-area>section>.grid>div:first-child>form{padding:10px!important}.pos-route .content-area>section>.grid>div:first-child>form input{min-height:45px;font-size:.9rem}.pos-route .content-area>section>.grid>div:first-child>form button{min-width:92px;font-weight:700;border-radius:8px!important}.pos-route .content-area>section>.grid>div:first-child>div{padding:13px!important}.pos-route .content-area>section>.grid>div:first-child>div>label{min-height:43px}.pos-route .content-area>section>.grid>div:first-child .grid.max-h-\[540px\]{gap:8px!important}.pos-route .content-area>section>.grid>div:first-child .grid.max-h-\[540px\]>button{min-height:96px;transition:border-color .12s,background .12s,transform .1s;border-color:var(--border)!important;background:var(--surface)!important;border-radius:10px!important;padding:12px!important}.pos-route .content-area>section>.grid>div:first-child .grid.max-h-\[540px\]>button:hover{transform:translateY(-1px);border-color:var(--primary)!important;background:var(--primary-soft)!important}.pos-route .content-area>section>.grid>.bg-slate-900{border:1px solid #e5e7eb;max-height:calc(100vh - 170px);position:sticky;top:152px;overflow-y:auto;border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-sm)!important;padding:17px!important}.pos-route .content-area>section>.grid>.bg-slate-900 h3{font-size:1.05rem}.pos-route .content-area>section>.grid>.bg-slate-900 .max-h-72{max-height:240px}.pos-route .content-area>section>.grid>.bg-slate-900 input,.pos-route .content-area>section>.grid>.bg-slate-900 select{background:#fff!important;border-color:#ffffff2e!important}.pos-route .content-area>section>.grid>.bg-slate-900>div:last-child>button:last-child{min-height:48px;font-size:.88rem;box-shadow:0 8px 20px #2563eb26;border-radius:9px!important}.pos-route .content-area>section>.overflow-x-auto{max-height:380px}.pos-route .content-area>section>.rounded-2xl.border.bg-white.p-4{padding:15px!important}.pos-route .invoice-print{color:#111827;background:#fff!important}.purchase-page,.inventory-page,.medicine-page{gap:14px}.purchase-page>header,.inventory-page>div:first-child,.medicine-page>div:first-child{padding:14px 16px!important}.purchase-page>header h2,.inventory-page>div:first-child h2,.medicine-page>div:first-child h2{font-size:1.28rem}.purchase-page>header p,.inventory-page>div:first-child p,.medicine-page>div:first-child p{font-weight:750;font-size:.65rem!important}.purchase-page>form{padding:15px!important}.purchase-page>form>.overflow-x-auto{border:1px solid var(--border);border-radius:9px}.purchase-page>form table th,.purchase-page>form table td{padding:7px!important}.purchase-page>form table input,.purchase-page>form table select{min-height:35px}.purchase-page>form>div:last-of-type{z-index:4;border:1px solid var(--border);background:var(--surface-raised);box-shadow:0 -5px 14px color-mix(in srgb,var(--shadow-color) 8%,transparent);border-radius:9px;padding:10px;position:sticky;bottom:0}.purchase-page>form>button:last-child{min-height:42px;font-weight:750}.inventory-page>.grid.md\:grid-cols-4{gap:10px}.inventory-page>.grid.md\:grid-cols-4 article{min-height:92px;border-radius:10px!important;padding:12px!important}.inventory-page>.grid.md\:grid-cols-4 article p{font-size:.66rem;margin-top:7px!important}.inventory-page>.grid.md\:grid-cols-4 article strong{font-size:1rem}.inventory-page>div.xl\:grid-cols-\[1\.5fr_1fr\]{gap:12px}.inventory-page>div.xl\:grid-cols-\[1\.5fr_1fr\]>form{position:sticky;top:86px;padding:15px!important}.inventory-page #low-stock{scroll-margin-top:88px}.inventory-page>div.lg\:grid-cols-3{gap:12px}.medicine-page>div:first-child label{margin-top:12px!important}.medicine-page>div:nth-child(2) table tbody tr{vertical-align:middle}.medicine-page>div:nth-child(2) table td{padding-top:9px!important;padding-bottom:9px!important}.inventory-status{border-radius:999px;padding:2px 6px;font-size:.58rem;font-weight:750;display:inline-flex}.inventory-status.success{color:var(--success);background:var(--success-soft)}.inventory-status.warning{color:var(--warning);background:var(--warning-soft)}.inventory-status.danger{color:var(--danger);background:var(--danger-soft)}.inventory-status.neutral{color:var(--text-muted);background:var(--surface-muted)}.stock-quantity{margin-top:4px;font-size:.68rem}.pos-route .content-area{padding:12px 16px}.pos-page{gap:9px}.pos-page>.pos-header{justify-content:space-between;align-items:center;min-height:52px;display:flex;padding:9px 13px!important;position:relative!important;top:auto!important}.pos-header p{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--primary)!important;margin:0!important;font-size:.59rem!important}.pos-header h2{margin:1px 0 0!important;font-size:1.15rem!important}.pos-page>.pos-header .pos-shortcuts{align-items:center;gap:5px;color:var(--text-muted)!important;font-size:.61rem!important;display:flex!important}.pos-page>.pos-header .pos-shortcuts:before,.pos-page>.pos-header .pos-shortcuts:after{content:none!important}.pos-shortcuts>span{color:var(--success);background:var(--success-soft);border-radius:999px;margin-right:6px;padding:3px 7px;font-weight:750}.pos-page kbd{border:1px solid var(--border-strong);color:var(--text-muted);background:var(--surface-muted);border-bottom-width:2px;border-radius:5px;padding:2px 5px;font:600 .56rem/1.2 inherit}.pos-error{border-radius:7px;margin:0;padding:7px 10px;font-size:.7rem}.pos-workspace{grid-template-columns:minmax(0,1fr) minmax(360px,390px);align-items:start;gap:11px;display:grid}.pos-catalog{flex-direction:column;gap:9px;min-width:0;display:flex}.pos-scan{gap:7px;padding:7px;display:flex}.pos-scan label,.pos-search{border:1px solid var(--border-strong);background:var(--surface-muted);border-radius:8px;flex:1;align-items:center;gap:8px;min-width:0;padding:0 10px;display:flex}.pos-scan label:focus-within,.pos-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 13%,transparent)}.pos-scan input,.pos-search input{outline:0;width:100%;background:0 0!important;border:0!important;min-height:37px!important;padding:6px 0!important}.pos-scan>button{color:#fff;background:var(--primary);text-transform:capitalize;border:0;border-radius:8px;min-width:105px;padding:0 13px;font-size:.7rem;font-weight:750}.pos-scan>button kbd{color:#fff;background:#0000001f;border-color:#ffffff59;margin-left:5px}.pos-search kbd{flex:none}.pos-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:6px;min-height:238px;max-height:calc(100vh - 286px);padding-right:2px;display:grid;overflow-y:auto}.pos-product{border:1px solid var(--border);min-width:0;min-height:76px;color:var(--text);background:var(--surface);text-align:left;border-radius:8px;padding:8px 9px;transition:border-color .1s,background .1s;position:relative}.pos-product:hover,.pos-product:focus-visible{border-color:var(--primary);background:var(--primary-soft);outline:0}.pos-product__top,.pos-product__meta{justify-content:space-between;align-items:center;gap:7px;display:flex}.pos-product__top strong{text-overflow:ellipsis;white-space:nowrap;font-size:.73rem;overflow:hidden}.pos-product__top b{color:var(--primary);flex:none;font-size:.67rem}.pos-product__generic{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.59rem;display:block;overflow:hidden}.pos-product__meta{margin-top:6px}.pos-product__meta em{color:var(--success);font-size:.59rem;font-style:normal;font-weight:700}.pos-product__meta small{color:var(--warning);font-size:.57rem}.pos-product__code{color:var(--text-subtle);font-size:.52rem;position:absolute;bottom:25px;right:8px}.pos-product-state{color:var(--text-muted);text-align:center;grid-column:1/-1;margin:0;padding:30px;font-size:.7rem}.pos-held{padding:8px 10px}.pos-held>div:first-child{justify-content:space-between;align-items:center;display:flex}.pos-held>div:first-child span{align-items:center;gap:6px;font-size:.68rem;display:flex}.pos-held>div:first-child small{color:var(--text-muted);font-size:.58rem}.pos-held>div:last-child{gap:6px;margin-top:6px;display:flex;overflow-x:auto}.pos-held>div:last-child>button{border:1px solid var(--border);min-width:145px;color:var(--text);background:var(--surface-muted);text-align:left;border-radius:7px;align-items:center;gap:6px;padding:6px 8px;display:flex}.pos-held>div:last-child>button span{min-width:0}.pos-held>div:last-child strong,.pos-held>div:last-child small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.pos-held>div:last-child strong{font-size:.62rem}.pos-held>div:last-child small,.pos-held>div:last-child p{color:var(--text-muted);font-size:.55rem}.pos-held>div:last-child p{margin:2px 0}.pos-cart{color:#111827;height:calc(100vh - 90px);min-height:560px;box-shadow:var(--shadow-sm);background:#111827;border:1px solid #e5e7eb;border-radius:11px;grid-template-rows:auto minmax(100px,1fr) auto;display:grid;position:sticky;top:76px;overflow:hidden}.pos-cart__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;min-height:45px;padding:8px 11px;display:flex}.pos-cart__header>div{align-items:center;gap:6px;display:flex}.pos-cart__header h3{margin:0;font-size:.82rem}.pos-cart__header span{color:#6b7280;background:#ffffff14;border-radius:999px;padding:2px 5px;font-size:.54rem}.pos-cart__header button{color:#374151;background:0 0;border:1px solid #ffffff21;border-radius:6px;align-items:center;gap:3px;padding:5px 7px;font-size:.58rem;display:flex}.pos-cart__header button:disabled{opacity:.38}.pos-cart__items{padding:7px;overflow-y:auto}.pos-cart-item{border-bottom:1px solid #ffffff1a;padding:8px}.pos-cart-item__title{justify-content:space-between;gap:8px;display:flex}.pos-cart-item__title>div{min-width:0}.pos-cart-item__title strong,.pos-cart-item__title small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.pos-cart-item__title small{color:#6b7280;margin-top:2px;font-size:.54rem}.pos-cart-item__title button{color:#6b7280;background:0 0;border:0;padding:3px}.pos-cart-item__controls{grid-template-columns:auto minmax(90px,1fr) auto;align-items:end;gap:7px;margin-top:7px;display:grid}.quantity-stepper{border:1px solid #ffffff29;border-radius:6px;align-items:center;display:flex;overflow:hidden}.quantity-stepper button{color:#fff;background:#ffffff14;border:0;place-items:center;width:28px;height:28px;display:grid}.quantity-stepper input{color:#fff;text-align:center;width:38px;border:0!important;background:#fff!important;border-inline:1px solid #ffffff1f!important;border-radius:0!important;min-height:28px!important;padding:2px!important}.pos-cart-item__controls label{color:#6b7280;font-size:.54rem}.pos-cart-item__controls label input{color:#fff;width:100%;margin-top:2px;background:#fff!important;border-color:#ffffff26!important;min-height:28px!important;padding:3px 6px!important}.pos-cart-item__controls>strong{padding-bottom:5px;font-size:.66rem}.pos-cart-empty{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.pos-cart-empty strong{margin-top:8px;font-size:.75rem}.pos-cart-empty span{margin-top:3px;font-size:.58rem}.pos-cart__checkout{background:#f8fafc;border-top:1px solid #ffffff1a;flex-direction:column;gap:6px;padding:9px 10px;display:flex}.pos-cart__checkout label{color:#6b7280;font-size:.56rem}.pos-cart__checkout select,.pos-cart__checkout input{color:#fff;width:100%;margin-top:2px;background:#fff!important;border-color:#ffffff29!important;border-radius:6px!important;min-height:32px!important;padding:5px 7px!important}.pos-cart__checkout>p{color:#6b7280;margin:0;font-size:.57rem}.pos-inline-fields{grid-template-columns:.8fr 1.2fr;gap:6px;display:grid}.pos-totals{background:#ffffff0f;border-radius:7px;padding:7px 8px}.pos-totals>div{color:#6b7280;justify-content:space-between;margin:2px 0;font-size:.59rem;display:flex}.pos-totals>div:last-child{color:#fff;border-top:1px solid #ffffff1f;margin-top:5px;padding-top:5px;font-size:.82rem}.pos-checkout-button{color:#fff;background:#2563eb;border:0;border-radius:8px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:7px;min-height:42px;padding:8px 10px;font-weight:750;display:grid}.pos-checkout-button span{text-align:left}.pos-checkout-button strong{font-size:.76rem}.pos-checkout-button:disabled{opacity:.42}.pos-recent{overflow:hidden}.pos-recent>header{justify-content:space-between;align-items:center;min-height:43px;display:flex;border:0!important;border-bottom:1px solid var(--border)!important;box-shadow:none!important;border-radius:0!important;padding:7px 11px!important;position:static!important}.pos-recent h3{margin:0;font-size:.75rem}.pos-recent p{color:var(--text-muted)!important;text-transform:none!important;letter-spacing:0!important;margin:2px 0 0!important;font-size:.57rem!important}.pos-recent header button{border:1px solid var(--border);background:var(--surface);border-radius:6px;padding:6px}.pos-recent table th,.pos-recent table td{padding:8px 11px!important}.pos-modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#030c0aa8;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.pos-payment-modal{border:1px solid var(--border);background:var(--surface-raised);width:min(430px,100%);box-shadow:var(--shadow-lg);border-radius:12px;padding:17px}.pos-payment-modal>header{justify-content:space-between;align-items:center;display:flex}.pos-payment-modal>header p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.6rem;font-weight:800}.pos-payment-modal>header h3{margin:2px 0 0;font-size:1.05rem}.pos-payment-modal>header button{color:var(--text-muted);background:0 0;border:0;padding:4px}.payment-due{color:#fff;background:#111827;border-radius:9px;justify-content:space-between;align-items:flex-end;margin:13px 0;padding:12px;display:flex}.payment-due span{font-size:.65rem}.pos-payment-modal fieldset{border:0;margin:0 0 11px;padding:0}.pos-payment-modal legend,.pos-payment-modal>label{color:var(--text-muted);margin-bottom:5px;font-size:.64rem;display:block}.payment-methods{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.payment-methods button{border:1px solid var(--border);color:var(--text);background:var(--surface);text-transform:capitalize;border-radius:7px;padding:8px 5px;font-size:.65rem}.payment-methods button.active{border-color:var(--primary);color:var(--primary);background:var(--primary-soft);font-weight:750}.pos-payment-modal>label input{border:1px solid var(--border-strong);border-radius:7px;width:100%;margin-top:4px;padding:8px 9px}.change-due{color:var(--success);background:var(--success-soft);border-radius:7px;justify-content:space-between;margin:7px 0 11px;padding:8px;font-size:.7rem;display:flex}.payment-warning{color:var(--info);background:var(--info-soft);border-radius:7px;margin:7px 0 11px;padding:9px;font-size:.66rem}.payment-warning.danger{color:var(--danger);background:var(--danger-soft)}.pos-payment-modal>footer{grid-template-columns:1fr 1.5fr;gap:7px;margin-top:14px;display:grid}.pos-payment-modal>footer button{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-height:39px;font-size:.69rem}.pos-payment-modal>footer button:last-child{border-color:var(--primary);color:#fff;background:var(--primary)}.pos-payment-modal>footer kbd{margin-left:4px}.pos-page .surface,.pos-page>.pos-header{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #142d250a}.pos-command-bar{justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:7px 9px;display:flex}.pos-customer-control{flex:1;grid-template-columns:auto minmax(260px,520px) auto;align-items:center;gap:7px;min-width:0;display:grid}.pos-control-label{min-width:108px}.pos-control-label>span,.pos-control-label>small{display:block}.pos-control-label>span{color:#111827;font-size:.66rem;font-weight:750}.pos-control-label>small{color:#6b7280;margin-top:1px;font-size:.53rem}.pos-customer-control select{color:#111827;font-size:.68rem;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:7px!important;min-height:36px!important;padding:6px 9px!important}.pos-customer-control>button{color:#374151;background:#f8fafc;border:1px solid #cbd5e1;border-radius:7px;min-height:36px;padding:0 11px;font-size:.64rem;font-weight:700;transition:background .12s,border-color .12s,color .12s}.pos-session-status{align-items:center;gap:6px;display:flex}.pos-session-status>span{color:#374151;background:#f8fafc;border-radius:7px;align-items:center;gap:5px;padding:6px 8px;font-size:.59rem;font-weight:650;display:flex}.pos-session-status button{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.pos-workspace{grid-template-columns:minmax(0,1fr) minmax(380px,410px);gap:10px}.pos-scan{padding:8px;border-color:#cbd5e1!important;box-shadow:0 3px 12px #0f172a0a!important}.pos-scan label{background:#eff6ff;border-width:2px;border-color:#2563eb}.pos-scan input{font-size:.82rem;font-weight:600;min-height:42px!important}.pos-scan>button{background:#2563eb;border-radius:8px;min-width:132px;font-size:.78rem;transition:background .12s,transform .1s;box-shadow:0 4px 10px #2563eb29}.pos-scan>button:hover{background:#1d4ed8}.pos-scan>button:active{transform:scale(.98)}.pos-search{background:#f8fafc;border-color:#e5e7eb;height:39px}.pos-product-grid{gap:8px;min-height:280px;max-height:calc(100vh - 385px)}.pos-product{background:#fff;border-color:#e5e7eb;border-radius:9px;flex-direction:column;min-height:112px;padding:10px 11px;transition:border-color .12s,box-shadow .12s,transform .1s;display:flex}.pos-product:hover{background:#fff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 5px 14px #0f172a0f}.pos-product__top strong{color:#111827;font-size:.78rem}.pos-product__top b{color:#2563eb;font-size:.72rem}.pos-product__generic{color:#6b7280;margin:3px 0 0;font-size:.61rem}.pos-product__availability{align-items:center;gap:5px;margin-top:8px;display:flex}.stock-pill,.expiry-pill{border-radius:5px;padding:3px 6px;font-size:.56rem;font-weight:700;display:inline-flex}.pos-product__footer{justify-content:space-between;align-items:flex-end;gap:8px;margin-top:auto;padding-top:8px;display:flex}.pos-product__footer>span{min-width:0}.pos-product__footer small,.pos-product__footer code{display:block}.pos-product__footer small{color:#6b7280;font-size:.52rem}.pos-product__footer code{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:185px;font:600 .53rem/1.3 inherit;overflow:hidden}.pos-product__footer button{color:#fff;background:#2563eb;border:0;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:78px;height:35px;font-size:.67rem;font-weight:750;transition:background .12s,transform .1s;display:flex}.pos-product__footer button:hover{background:#2563eb}.pos-product__footer button:active{transform:scale(.97)}.pos-held{background:#fff!important;border-color:#e5e7eb!important}.pos-held>div:last-child>button{color:#374151;background:#f8fafc;border-color:#e5e7eb;transition:border-color .12s,background .12s}.pos-held>div:last-child>button:hover{background:#fef3c7;border-color:#f59e0b}.pos-cart{color:#111827;background:#fff;border-color:#e5e7eb;height:calc(100vh - 190px);min-height:545px;top:76px;box-shadow:0 8px 24px #0f172a0f}.pos-cart__header{background:#f8fafc;border-color:#e5e7eb}.pos-cart__header h3{color:#111827;font-size:.86rem}.pos-cart__header span{color:#6b7280;background:#f8fafc}.pos-cart__header button{color:#374151;background:#fff;border-color:#cbd5e1;transition:border-color .12s,color .12s,background .12s}.pos-cart__header button:hover{color:#374151;background:#f8fafc;border-color:#94a3b8}.pos-cart__items{background:#fff;padding:3px 8px}.pos-cart-item__title strong{color:#111827;font-size:.7rem}.pos-cart-item__title small{color:#6b7280}.pos-cart-item__title button{color:#94a3b8}.pos-cart-item__title button:hover{color:#dc2626}.pos-cart-item__controls{grid-template-columns:auto minmax(78px,1fr) auto}.quantity-stepper{background:#f8fafc;border-color:#cbd5e1}.quantity-stepper button{color:#374151;background:#f8fafc;transition:background .1s}.quantity-stepper button:hover{background:#eff6ff}.quantity-stepper input{color:#111827;font-weight:750;background:#fff!important;border-color:#cbd5e1!important}.pos-cart-item__controls label{color:#6b7280}.pos-cart-item__controls label input{color:#111827;background:#fff!important;border-color:#cbd5e1!important}.pos-cart-item__controls>strong{color:#374151}.pos-cart-empty{color:#6b7280}.pos-cart__checkout{background:#f8fafc;border-color:#e5e7eb;gap:7px;padding:10px 11px;position:relative;box-shadow:0 -7px 18px #0f172a0d}.pos-cart__checkout>p{color:#6b7280}.pos-cart__checkout>p.credit-warning{color:#dc2626}.pos-cart__checkout label{color:#6b7280}.pos-cart__checkout input,.pos-cart__checkout select{color:#111827;background:#fff!important;border-color:#cbd5e1!important}.pos-totals{background:#fff;border:1px solid #e5e7eb;padding:8px 9px}.pos-totals>div{color:#6b7280;font-size:.61rem}.pos-totals>div:last-child{color:#111827;border-color:#e5e7eb;font-size:.9rem}.pos-checkout-button{color:#fff;background:#2563eb;min-height:50px;padding:9px 12px;font-size:.8rem;transition:background .12s,transform .1s;box-shadow:0 6px 15px #2563eb30}.pos-checkout-button:hover{background:#1d4ed8}.pos-checkout-button:active{transform:scale(.99)}.pos-checkout-button kbd{color:#fff;background:#0000001a;border-color:#ffffff59}.pos-checkout-button:disabled{box-shadow:none}.pos-payment-modal{background:#fff}.pos-recent{background:#fff!important;border-color:#e5e7eb!important}.pos-route .content-area{background:#f8fafc}.pos-customer-control>button.active,.pos-customer-control>button:hover{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.pos-session-status>span:first-child{color:#1d4ed8;background:#eff6ff}.pos-scan{border-color:#eff6ff!important;box-shadow:0 3px 12px #2563eb12!important}.pos-scan label{background:#eff6ff;border-color:#2563eb}.pos-scan>button,.pos-product__footer button,.pos-checkout-button{background:#2563eb;box-shadow:0 5px 14px #2563eb2e}.pos-product:hover{border-color:#2563eb;box-shadow:0 5px 14px #2563eb14}.pos-product__top b{color:#1d4ed8}.pos-cart-empty svg{color:#2563eb}.payment-due{background:#4f46e5}.chart-y-axis{color:var(--text-muted);font-size:.61rem;font-weight:600}.trend-chart .chart-column small{color:var(--text-muted);font-size:.63rem;font-weight:600}.trend-chart .bar:after{font-size:.62rem}@media print{html:not([data-print-mode=thermal]) body *{visibility:hidden!important}html:not([data-print-mode=thermal]) .invoice-print,html:not([data-print-mode=thermal]) .invoice-print *{visibility:visible!important}.invoice-print{width:100%;box-shadow:none;position:absolute;inset:0 auto auto 0}.reports-print,.reports-print *{visibility:visible!important}.reports-print{width:100%;position:absolute;inset:0}body[data-print-mode=a4] .invoice-print{width:210mm;min-height:297mm;padding:15mm}}@media screen{#thermal-print-root,#a4-print-root{display:none}}@media print{html[data-print-mode=thermal],html[data-print-mode=thermal] body{visibility:visible!important;opacity:1!important;background:#fff!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}html[data-print-mode=thermal] #root{display:none!important}html[data-print-mode=thermal] #thermal-print-root{visibility:visible!important;opacity:1!important;background:#fff!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important;position:static!important;inset:auto!important;overflow:visible!important;transform:none!important}html[data-print-mode=thermal] #thermal-print-root,html[data-print-mode=thermal] #thermal-print-root *{visibility:visible!important;opacity:1!important}.thermal-receipt{break-after:avoid-page;page-break-after:avoid;visibility:visible!important;opacity:1!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;display:block!important;position:static!important;inset:auto!important;overflow:visible!important;transform:none!important}html[data-print-mode=thermal][data-receipt-width="58mm"] .thermal-receipt{width:58mm!important;max-width:58mm!important;padding:1mm 1.5mm!important;font-size:9px!important}html[data-print-mode=thermal][data-receipt-width="80mm"] .thermal-receipt{width:80mm!important;max-width:80mm!important;padding:1.5mm 2mm!important;font-size:10.5px!important}html[data-print-mode=a4] #root{display:none!important}html[data-print-mode=a4] #a4-print-root{background:#fff!important;width:210mm!important;min-height:297mm!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}}.thermal-receipt{box-sizing:border-box;color:#000;font-variant-numeric:tabular-nums;background:#fff;font:10px/1.2 Arial,Helvetica,sans-serif}.thermal-receipt[data-receipt-width="80"]{width:80mm;max-width:80mm;padding:1.5mm 2mm}.thermal-receipt[data-receipt-width="58"]{width:58mm;max-width:58mm;padding:1mm 1.5mm}.thermal-receipt *{box-sizing:border-box}.thermal-receipt p,.thermal-receipt h1{margin:0}.thermal-receipt__header{text-align:center}.thermal-receipt__header img{object-fit:contain;width:auto;max-width:30mm;height:auto;max-height:12mm;margin:0 auto 1mm;display:block}.thermal-receipt__header h1{overflow-wrap:anywhere;word-break:break-word;font-size:16px;font-weight:700;line-height:1.12}.thermal-receipt__header p{overflow-wrap:anywhere;word-break:break-word;margin-top:.25mm;font-size:10px;line-height:1.15}.thermal-receipt__meta{border-top:.2mm dashed #000;border-bottom:.2mm dashed #000;margin-top:1.25mm;padding:1mm 0;font-size:10px}.thermal-receipt__meta p,.thermal-receipt__totals p,.thermal-receipt__payment p{justify-content:space-between;align-items:flex-start;gap:1.5mm;padding:.28mm 0;display:flex}.thermal-receipt__meta span{text-transform:uppercase;flex:none}.thermal-receipt__meta strong{text-align:right;overflow-wrap:anywhere;word-break:break-word;min-width:0}.thermal-receipt__items{table-layout:fixed;border-collapse:collapse;color:#000;width:100%}.thermal-receipt__items .receipt-col-qty{width:10%}.thermal-receipt__items .receipt-col-rate{width:18%}.thermal-receipt__items .receipt-col-discount{width:16%}.thermal-receipt__items .receipt-col-amount{width:20%}.thermal-receipt__items th{text-align:right;text-transform:uppercase;border-bottom:.2mm dashed #000;padding:.8mm .35mm;font-size:10px;font-weight:700;line-height:1.1}.thermal-receipt__items th:first-child{text-align:left}.thermal-receipt__items td{text-align:right;vertical-align:top;break-inside:avoid;page-break-inside:avoid;border-bottom:.15mm dotted #555;padding:.7mm .35mm;font-size:10px;line-height:1.16}.thermal-receipt__items .receipt-item-name{text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.thermal-receipt__items .receipt-item-name strong,.thermal-receipt__items td small{display:block}.thermal-receipt__items .receipt-item-name strong{font-weight:700}.thermal-receipt__items .receipt-item-name small{margin-top:.2mm;font-size:8px;font-weight:400;line-height:1.15}.thermal-receipt__items td:not(.receipt-item-name){white-space:nowrap}.thermal-receipt__items td>small{text-transform:capitalize;font-size:8px}.thermal-receipt__totals{border-top:.2mm dashed #000;width:68%;margin:1mm 0 0 auto;padding-top:.8mm;font-size:11px;font-weight:700}.thermal-receipt__totals span,.thermal-receipt__payment span{text-transform:uppercase;flex:1}.thermal-receipt__totals strong,.thermal-receipt__payment strong{white-space:nowrap;text-align:right}.thermal-receipt__totals .total{border-top:.2mm dashed #000;border-bottom:.3mm solid #000;margin:.4mm 0;padding:.55mm 0;font-size:12px;font-weight:700}.thermal-receipt__payment{width:68%;margin:0 0 0 auto;font-size:10px}.thermal-receipt__notes{overflow-wrap:anywhere;word-break:break-word;border-top:.2mm dashed #000;padding-top:1mm;margin-top:1mm!important}.thermal-receipt footer{text-align:center;overflow-wrap:anywhere;word-break:break-word;border-top:.2mm dashed #000;border-bottom:.2mm dashed #000;flex-direction:column;align-items:center;gap:.35mm;margin-top:1.25mm;padding:1mm 0;font-size:10px;line-height:1.2;display:flex}.thermal-receipt footer strong{margin-bottom:.5mm;font-weight:400}.thermal-receipt footer span:first-of-type{font-size:9px}.thermal-receipt footer span:last-child{font-weight:700}.thermal-receipt[data-receipt-width="58"] .receipt-col-qty{width:12%}.thermal-receipt[data-receipt-width="58"] .receipt-col-rate{width:19%}.thermal-receipt[data-receipt-width="58"] .receipt-col-discount{width:16%}.thermal-receipt[data-receipt-width="58"] .receipt-col-amount{width:21%}.thermal-receipt[data-receipt-width="58"] .thermal-receipt__header img{max-width:25mm;max-height:10mm}.thermal-receipt[data-receipt-width="58"] .thermal-receipt__meta{margin-top:1mm;padding:.75mm 0}.thermal-receipt[data-receipt-width="58"] .thermal-receipt__items th{padding:.65mm .15mm;font-size:9px}.thermal-receipt[data-receipt-width="58"] .thermal-receipt__items td{padding:.6mm .15mm;font-size:9px}.thermal-receipt[data-receipt-width="58"] .thermal-receipt__totals,.thermal-receipt[data-receipt-width="58"] .thermal-receipt__payment{width:78%}.a4-invoice{width:100%;max-width:210mm;min-height:260mm;color:var(--text);background:#fff;margin:0 auto;padding:15mm}.a4-invoice__header{border-bottom:2px solid var(--text);justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:18px;display:flex}.a4-invoice__identity{align-items:flex-start;gap:14px;display:flex}.a4-invoice__identity img{object-fit:contain;width:auto;max-width:140px;height:auto;max-height:72px}.a4-invoice h1{margin:0;font-size:1.45rem}.a4-invoice__identity p{color:var(--text-muted);margin:3px 0 0;font-size:.72rem}.a4-invoice__number{text-align:right}.a4-invoice__number span,.a4-invoice__number strong{display:block}.a4-invoice__number span{color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.a4-invoice__number strong{margin-top:5px;font-size:1rem}.a4-invoice__meta{background:var(--border);grid-template-columns:repeat(3,1fr);gap:1px;margin:18px 0;display:grid}.a4-invoice__meta p{background:#fff;flex-direction:column;min-height:68px;margin:0;padding:12px;display:flex}.a4-invoice__meta span{color:var(--text-muted);text-transform:uppercase;font-size:.62rem}.a4-invoice__meta strong{margin-top:5px;font-size:.76rem}.a4-invoice__meta small{color:var(--text-muted);margin-top:3px}.a4-invoice__items{border-collapse:collapse;text-align:left;width:100%}.a4-invoice__items th,.a4-invoice__items td{border-bottom:1px solid var(--border);padding:10px;font-size:.72rem}.a4-invoice__items th{color:var(--text-muted);background:var(--bg);text-transform:uppercase;font-size:.62rem}.a4-invoice__items th:nth-last-child(-n+3),.a4-invoice__items td:nth-last-child(-n+3){text-align:right}.a4-invoice__summary{width:300px;margin:20px 0 0 auto}.a4-invoice__summary p{color:var(--text-muted);justify-content:space-between;margin:0;padding:6px 0;font-size:.74rem;display:flex}.a4-invoice__summary p.total{border-top:2px solid var(--text);border-bottom:2px solid var(--text);color:var(--text);margin:5px 0;padding:10px 0;font-size:.9rem}.a4-invoice__notes{border:1px solid var(--border);border-radius:8px;margin-top:20px;padding:12px}.a4-invoice__notes p{white-space:pre-wrap;margin:5px 0 0}.a4-invoice>footer,.sales-invoice__footer{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;white-space:pre-wrap;margin-top:28px;padding-top:12px;font-size:.7rem}.thermal-receipt footer,.settings-receipt-card>div>p:last-child{white-space:pre-wrap}@media (width<=1180px){.branch-chip{display:none}.global-search{width:min(390px,40vw)}.metric-grid,.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-insights{grid-template-columns:1fr 1fr}.dashboard-insights>:last-child{grid-column:1/-1}}@media (width<=900px){.app-shell,.app-shell--collapsed{display:block}.sidebar{width:min(290px,86vw);box-shadow:var(--shadow-lg);transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-105%)}.sidebar--open{transform:translate(0)}.sidebar-backdrop{z-index:39;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#030c0a94;border:0;position:fixed;inset:0}.sidebar-close,.mobile-menu{place-items:center;display:grid}.app-shell--collapsed .brand-copy,.app-shell--collapsed .store-card div,.app-shell--collapsed .nav-group>p,.app-shell--collapsed .nav-link span,.app-shell--collapsed .nav-link__chevron,.app-shell--collapsed .collapse-button span{display:flex}.app-shell--collapsed .brand-block,.app-shell--collapsed .store-card,.app-shell--collapsed .nav-link,.app-shell--collapsed .user-summary,.app-shell--collapsed .collapse-button{justify-content:flex-start}.collapse-button{display:none}.topbar{padding:0 16px}.global-search{flex:1;width:auto}.topbar__title{min-width:auto}.breadcrumbs,.pos-shortcut span,.pos-shortcut kbd{display:none}.content-area{padding:18px}.auth-page{grid-template-columns:1fr;padding:30px}.auth-page__hero{display:none}.auth-card{justify-self:center}}@media (width<=1050px){.pos-route .content-area>section>.grid{grid-template-columns:1fr!important}.pos-route .content-area>section>.grid>.bg-slate-900{max-height:none;position:relative;top:auto}.pos-workspace{grid-template-columns:1fr}.pos-cart{height:auto;min-height:560px;position:relative;top:auto}.pos-product-grid{max-height:410px}}@media (width<=760px){.dashboard-chart-grid,.dashboard-table-grid,.dashboard-insights{grid-template-columns:1fr}.dashboard-insights>:last-child{grid-column:auto}.chart-bars{height:180px}.pos-route .content-area>section>header{top:78px}.pos-route .content-area>section>header>div:last-child:after{content:"F2 Search · F8 Checkout"}.pos-page>.pos-header{flex-direction:column;align-items:flex-start;position:relative!important;top:auto!important}.pos-page>.pos-header .pos-shortcuts:after{content:none!important}.pos-command-bar{flex-direction:column;align-items:stretch}.pos-customer-control{grid-template-columns:1fr auto}.pos-control-label{grid-column:1/-1}.pos-session-status{justify-content:space-between}.pos-product-grid{grid-template-columns:1fr}.pos-cart{min-height:520px}.pos-shortcuts{flex-wrap:wrap}.pos-recent{display:none}}@media (width<=640px){.topbar{gap:8px}.topbar__title h1{font-size:1rem}.global-search{display:none}.pos-shortcut{padding:0 9px}.content-area{padding:12px}.page-header{flex-direction:column;padding:15px}.page-header__actions{width:100%}.metric-grid,.dashboard-metrics{grid-template-columns:1fr}.dashboard-metric{min-height:108px}.space-y-5{gap:14px}.overflow-x-auto>table th,.overflow-x-auto>table td{padding:10px!important}.overflow-x-auto{border-radius:10px!important}.auth-page{padding:16px}.auth-card{padding:24px}.notification-popover{right:-48px}.compact-rows>div{grid-template-columns:32px minmax(0,1fr) auto}.compact-rows .status-badge{display:none}}@media (width<=520px){.pos-route .content-area{padding:8px}.pos-scan{flex-direction:column}.pos-scan>button{min-height:42px}.pos-customer-control{grid-template-columns:minmax(0,1fr) auto}.pos-session-status>span:first-child{display:none}.pos-product__footer code{max-width:145px}.pos-cart-item__controls{grid-template-columns:auto 1fr}.pos-cart-item__controls>strong{text-align:right;grid-column:1/-1}.payment-methods{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.sidebar{transition-duration:.15s}.sidebar-backdrop{background:#0f172a7a}}body{font-size:14px;line-height:1.5}h1,h2,h3{color:var(--text);font-weight:700}h1{letter-spacing:-.03em;font-size:1.35rem;line-height:1.25}h2{letter-spacing:-.03em;font-size:1.5rem;line-height:1.28}h3{font-size:.95rem;line-height:1.35}p{line-height:1.55}.page-stack,.space-y-5{gap:var(--space-2)}.content-area{padding:var(--space-3)}.page-header{gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:12px;box-shadow:0 1px 2px #0f172a09}.page-header__eyebrow,.eyebrow{letter-spacing:.12em;margin-bottom:4px;font-size:.65rem}.page-header__description{margin:4px 0 0;font-size:.76rem}.sidebar{padding:var(--space-2) 10px;transition:width .15s,transform .15s}.brand-block{min-height:48px;padding:0 8px var(--space-2);gap:10px}.brand-mark{border-radius:10px;width:38px;height:38px;box-shadow:0 5px 14px #2563eb2e}.brand-copy strong{font-size:.86rem;font-weight:720}.brand-copy span{font-size:.66rem}.store-card{min-height:64px;margin:0 2px var(--space-2);border-color:color-mix(in srgb,var(--primary) 10%,var(--border));background:linear-gradient(135deg,var(--surface) 0%,var(--primary-soft) 145%);border-radius:12px;padding:10px 12px;box-shadow:0 3px 12px #0f172a0b}.store-card__logo{border-radius:9px;width:34px;height:34px}.store-card strong{font-size:.76rem;font-weight:720}.store-card span{margin-top:1px;font-size:.64rem}.nav-group{margin-bottom:var(--space-2)}.nav-group>p{color:var(--text-subtle);letter-spacing:.14em;margin:0 12px 6px;font-size:.58rem;font-weight:800}.nav-link{border-radius:9px;min-height:40px;margin:2px 0;padding:8px 11px;font-weight:600;transition:color .12s,background-color .12s,box-shadow .12s,transform .12s}.nav-link span{font-size:.78rem;font-weight:620}.nav-link:hover{color:var(--text);background:var(--surface-muted);transform:translate(2px)}.nav-link.active{color:var(--primary);background:var(--primary-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 16%,var(--border));transform:none}.nav-link.active svg{stroke-width:2.25px}.sidebar-footer{padding-top:var(--space-1);gap:4px}.user-summary,.collapse-button{border-radius:9px;min-height:40px;transition:background-color .12s,color .12s}.app-shell--collapsed .nav-link:hover{transform:none}.app-shell--collapsed .store-card{padding:9px}.topbar{gap:var(--space-2);padding-inline:var(--space-3);box-shadow:0 1px #0f172a05}.ui-button,.button,.commercial-button,.commercial-primary{min-height:var(--control-height);border-radius:8px;padding:8px 14px;font-size:.75rem;font-weight:700;transition:color .12s,background-color .12s,border-color .12s,box-shadow .12s,transform .1s;box-shadow:0 1px 2px #0f172a06}.ui-button:hover,.button:hover,.commercial-button:hover{box-shadow:0 3px 9px #0f172a12}.ui-button:active,.button:active{transform:scale(.985)}.ui-button--primary,.button--primary,.commercial-primary{box-shadow:0 3px 9px #2563eb29}.ui-button--danger{background:var(--surface)}button:disabled,.ui-button:disabled{opacity:.48;filter:saturate(.7);box-shadow:none!important}.content-area button[class*=px-]{min-height:var(--control-height);border-radius:8px!important}.icon-button,.profile-button,.branch-chip,.pos-shortcut{border-radius:9px;height:40px;transition:color .12s,background-color .12s,border-color .12s,box-shadow .12s}.icon-button{width:40px}.icon-button:hover,.profile-button:hover,.branch-chip:hover{box-shadow:0 3px 8px #0f172a0f}.content-area input,.content-area select,.auth-form input,.auth-form select{min-height:var(--control-height);border-radius:8px!important}.content-area input,.content-area select,.content-area textarea{padding-inline:12px}.content-area input::placeholder,.content-area textarea::placeholder,.auth-form input::placeholder{color:var(--text-subtle);opacity:.9}.content-area input:focus,.content-area select:focus,.content-area textarea:focus,.auth-form input:focus,.auth-form select:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent),0 1px 2px #0f172a0a}.content-area label>span,.auth-form label>span{letter-spacing:.005em;font-size:.68rem;font-weight:700}.surface,.panel-card,.metric-card,.auth-card,.rounded-2xl.border.bg-white,.overflow-x-auto.rounded-2xl.border.bg-white{border-color:var(--border)!important;border-radius:12px!important;box-shadow:0 1px 3px #0f172a0b!important}.content-area .rounded-2xl.border.bg-white:hover{border-color:var(--border)!important;box-shadow:0 3px 12px #0f172a0e!important}.empty-state{min-height:160px;padding:var(--space-3)}.empty-state__icon{width:48px;height:48px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 8%,transparent);border-radius:12px;margin-bottom:12px}.empty-state strong{font-size:.9rem}.empty-state p{margin:4px 0 var(--space-2);font-size:.72rem}.skeleton{background:linear-gradient(90deg,var(--surface-muted) 20%,color-mix(in srgb,var(--border) 72%,var(--surface)) 48%,var(--surface-muted) 76%);background-size:240% 100%;border-radius:10px;animation-duration:1.15s}.data-table__skeleton{gap:var(--space-1);padding:var(--space-2)}.overflow-x-auto>table th,.overflow-x-auto>table td,.data-table th,.data-table td{padding:9px var(--space-2)!important}.overflow-x-auto>table th,.data-table th{letter-spacing:.055em;font-size:.62rem}.overflow-x-auto>table td,.data-table td{font-size:.73rem}.overflow-x-auto>table tbody tr,.data-table tbody tr{transition:background-color .1s}.overflow-x-auto>table tbody tr:hover,.data-table tbody tr:hover{background:color-mix(in srgb,var(--primary-soft) 58%,transparent)}.overflow-x-auto>table tbody button{min-width:32px;min-height:32px}.data-table__toolbar{min-height:56px;padding:var(--space-1) var(--space-2)}.data-table__footer{min-height:48px;padding:var(--space-1) var(--space-2)}.table-search{background:var(--surface);border-radius:8px}.chart-grid-lines i{border-color:#e5e7eb}.chart-legend{color:var(--text-muted);font-weight:600}.trend-panel{box-shadow:0 1px 3px #0f172a0a}.pos-command-bar{gap:var(--space-2);min-height:56px;padding:var(--space-1) 12px}.pos-customer-control{gap:var(--space-1)}.pos-products{padding:12px}.pos-search{margin-bottom:var(--space-1)}.pos-product-grid{gap:var(--space-1)}.pos-product{min-height:124px;padding:12px var(--space-2);border-radius:12px}.pos-product__top strong{font-size:.87rem;line-height:1.3}.pos-product__top b{font-size:.76rem}.pos-product__generic{margin-top:4px;font-size:.63rem}.pos-product__availability{margin-top:var(--space-1);gap:6px}.stock-pill,.expiry-pill{border-radius:999px;padding:4px 8px;font-size:.58rem;line-height:1.2}.stock-pill{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--success) 12%,transparent)}.expiry-pill{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--warning) 14%,transparent)}.expiry-pill:before{content:"•";margin-right:4px}.pos-product__footer{padding-top:10px}.pos-product__footer button{border-radius:8px;min-width:88px;height:40px;font-size:.7rem;box-shadow:0 4px 10px #2563eb2e}.pos-product__footer button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #2563eb38}.pos-cart{border-radius:12px;box-shadow:0 8px 22px #0f172a13}.pos-cart__header{min-height:48px;padding:var(--space-1) var(--space-2)}.pos-cart__header h3{font-size:.9rem}.pos-cart__items{padding:4px 12px}.pos-cart-item{border-color:#e5e7eb;padding:10px 4px}.pos-cart-item__title strong{font-size:.75rem}.pos-cart-item__title small{margin-top:3px;font-size:.56rem}.pos-cart-item__controls{gap:var(--space-1);margin-top:var(--space-1)}.quantity-stepper{border-radius:8px}.quantity-stepper button{width:32px;height:32px}.quantity-stepper input{width:42px;min-height:32px!important}.pos-cart-item__controls label input{min-height:32px!important}.pos-cart-item__controls>strong{font-size:.72rem}.pos-cart__checkout{gap:var(--space-1);padding:12px var(--space-2);border-top:1px solid #e5e7eb;box-shadow:0 -8px 20px #0f172a0e}.pos-totals{border-radius:10px;padding:10px 12px}.pos-totals>div{margin:3px 0;font-size:.64rem}.pos-totals>div:last-child{margin-top:var(--space-1);padding-top:var(--space-1);font-size:1rem}.pos-checkout-button{border-radius:10px;min-height:52px;font-size:.82rem;box-shadow:0 7px 16px #2563eb33}.payment-due{padding:var(--space-2);border-radius:10px}.payment-due strong{font-size:1.45rem}@media (width<=1280px){.content-area{padding:var(--space-2)}.pos-workspace{grid-template-columns:minmax(0,1fr) minmax(370px,400px)}.pos-product{padding:12px}.pos-product__footer code{max-width:150px}}@media (width<=900px){.topbar{padding-inline:var(--space-2)}.content-area{padding:var(--space-2)}.store-card{margin-bottom:var(--space-2)}}@media (width<=640px){.content-area{padding:12px}.page-header{padding:var(--space-2)}.pos-command-bar{padding:var(--space-1)}.pos-product{min-height:116px}.empty-state{min-height:144px;padding:var(--space-2)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sidebar{background:var(--sidebar)}.nav-group>p{color:var(--text-subtle)}.nav-link{color:var(--text-secondary)}.nav-link:hover,.user-summary:hover,.collapse-button:hover{color:var(--text-secondary);background:var(--bg)}.nav-link.active{color:var(--primary);background:var(--primary-soft);box-shadow:inset 3px 0 var(--primary)}.topbar{background:var(--topbar);-webkit-backdrop-filter:none;backdrop-filter:none}.global-search{border-color:var(--border-strong);background:var(--surface)}.global-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.ui-button--primary,.button--primary,.commercial-primary{color:#fff;border-color:var(--primary);background:var(--primary)}.ui-button--primary:hover,.button--primary:hover,.commercial-primary:hover{border-color:var(--primary-hover);background:var(--primary-hover)}.ui-button--secondary{color:var(--text-secondary);border-color:var(--border-strong);background:var(--surface)}.ui-button--secondary:hover{background:var(--bg)}.ui-button--danger{color:#fff;border-color:var(--danger);background:var(--danger)}.ui-button--danger:hover{border-color:var(--danger-hover);background:var(--danger-hover)}input,select,textarea{color:var(--text);border-color:var(--border-strong)!important;background:var(--surface)!important}input::placeholder,textarea::placeholder{color:var(--text-subtle)!important}.content-area input:focus,.content-area select:focus,.content-area textarea:focus,.auth-form input:focus,.auth-form select:focus{box-shadow:0 0 0 3px #2563eb26;border-color:var(--primary)!important}a{color:var(--primary)}[role=tab][aria-selected=true],.tab.active,.tabs .active{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.data-table__footer button[aria-current=page],.pagination .active{color:#fff;border-color:var(--primary);background:var(--primary)}.popover,.dialog,.dropdown-menu{border-color:var(--border);background:var(--surface)}.chart-legend .sales,.bar.sales{background:#2563eb}.chart-legend .profit,.bar.profit{background:#16a34a}.chart-legend .purchase,.bar.purchase{background:#4f46e5}.chart-legend .previous,.bar.previous{background:#cbd5e1}.bar.warning{background:#f59e0b}.bar.critical{background:#dc2626}.pos-scan:focus-within,.pos-scan label:focus-within{border-color:var(--primary)!important;box-shadow:0 0 0 3px #2563eb26!important}.pos-scan>button,.pos-product__footer button,.pos-checkout-button{color:#fff;background:var(--primary)}.pos-scan>button:hover,.pos-product__footer button:hover,.pos-checkout-button:hover{background:var(--primary-hover)}.stock-pill{color:var(--success);background:var(--success-soft)}.expiry-pill{color:var(--warning);background:var(--warning-soft)}.pos-cart,.pos-cart__items,.pos-cart__checkout{background:var(--surface)}.toast--success,.alert--success{color:var(--success);background:var(--success-soft)}.toast--warning,.alert--warning{color:#92400e;background:var(--warning-soft)}.toast--danger,.alert--danger{color:var(--danger);background:var(--danger-soft)}.toast--info,.alert--info{color:var(--info);background:var(--info-soft)}.medicine-page{flex-direction:column;gap:16px;display:flex}.medicine-page__header{justify-content:space-between;align-items:center;display:flex}.medicine-page__header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 2px;font-size:.64rem;font-weight:800}.medicine-page__header h2{margin:0;font-size:1.45rem}.medicine-page__header span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.medicine-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.medicine-kpi{border:1px solid var(--border);min-width:0;min-height:82px;color:var(--text);background:var(--surface);box-shadow:var(--shadow-xs);text-align:left;border-radius:12px;align-items:center;gap:11px;padding:13px 14px;transition:border-color .12s,box-shadow .12s,transform .1s;display:flex}.medicine-kpi:is(button){cursor:pointer}.medicine-kpi:is(button):hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0f}.medicine-kpi__icon{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:9px;flex:none;place-items:center;display:grid}.medicine-kpi__icon.success{color:var(--success);background:var(--success-soft)}.medicine-kpi__icon.warning{color:var(--warning);background:var(--warning-soft)}.medicine-kpi__icon.danger{color:var(--danger);background:var(--danger-soft)}.medicine-kpi div{flex-direction:column;min-width:0;display:flex}.medicine-kpi div span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;font-weight:650;overflow:hidden}.medicine-kpi strong{letter-spacing:-.025em;margin-top:2px;font-size:1.18rem;line-height:1.2}.medicine-toolbar{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;grid-template-columns:minmax(250px,1.55fr) repeat(4,minmax(135px,.72fr)) auto;align-items:center;gap:8px;padding:10px;display:grid}.medicine-search{border:1px solid var(--border-strong);min-height:40px;color:var(--text-subtle);background:var(--surface);border-radius:8px;align-items:center;gap:8px;padding:0 11px;display:flex}.medicine-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.medicine-search input{flex:1;min-width:0;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0!important}.medicine-search button{background:0 0;border:0;place-items:center;width:28px;height:28px;padding:0;display:grid}.medicine-toolbar>select{min-width:0;height:40px;color:var(--text-secondary);font-size:.7rem;font-weight:600;border-color:var(--border-strong)!important;border-radius:8px!important;padding:0 30px 0 10px!important}.medicine-toolbar__actions{align-items:center;gap:7px;display:flex}.medicine-toolbar__actions .ui-button{white-space:nowrap}.medicine-table-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.medicine-table-meta{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:9px 14px;display:flex}.medicine-table-meta>div{flex-direction:column;display:flex}.medicine-table-meta strong{font-size:.78rem}.medicine-table-meta span{color:var(--text-muted);font-size:.63rem}.medicine-table-scroll{min-height:330px;max-height:calc(100vh - 350px);overflow:auto}.medicine-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1640px}.medicine-table thead{z-index:4;position:sticky;top:0}.medicine-table th{border-bottom:1px solid var(--border);height:42px;color:var(--text-muted);background:var(--bg);letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;padding:8px 10px;font-size:.58rem;font-weight:800}.medicine-table td{border-bottom:1px solid var(--border);height:66px;color:var(--text-secondary);vertical-align:middle;padding:8px 10px;font-size:.68rem}.medicine-table tbody tr{transition:background-color .1s,box-shadow .1s}.medicine-table tbody tr:hover{background:color-mix(in srgb,var(--primary-soft) 52%,transparent);box-shadow:inset 3px 0 var(--primary)}.medicine-table tbody tr:last-child td{border-bottom:0}.medicine-table td>small{color:var(--text-muted);margin-top:3px;font-size:.58rem;display:block}.medicine-identity{align-items:center;gap:9px;min-width:190px;display:flex}.medicine-identity>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;font-size:.72rem;font-weight:800;display:grid}.medicine-identity>div{flex-direction:column;min-width:0;display:flex}.medicine-identity strong{max-width:170px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.medicine-identity small{max-width:170px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.58rem;overflow:hidden}.medicine-generic{max-width:150px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.medicine-neutral-badge{border:1px solid var(--border);color:var(--text-secondary);background:var(--bg);border-radius:6px;padding:4px 7px;font-size:.61rem;font-weight:650;display:inline-flex}.medicine-company,.medicine-code{align-items:center;gap:5px;max-width:130px;display:flex}.medicine-company{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.medicine-company svg,.medicine-code svg{color:var(--text-subtle);flex:none}.medicine-code code{max-width:120px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font:600 .62rem/1.3 inherit;overflow:hidden}.medicine-batch-link{border:1px solid var(--border);color:var(--primary);background:var(--surface);border-radius:7px;align-items:center;gap:4px;padding:5px 7px;font-size:.6rem;display:flex}.medicine-batch-link:hover{border-color:var(--primary);background:var(--primary-soft)}.medicine-batch-link span{color:var(--text-muted)}.medicine-money{color:var(--text);white-space:nowrap;font-size:.68rem;font-weight:750}.medicine-money.muted{color:var(--text-secondary);font-weight:650}.medicine-margin{color:var(--primary);background:var(--primary-soft);border-radius:6px;padding:4px 7px;font-weight:750;display:inline-flex}.medicine-stock{flex-direction:column;min-width:92px;display:flex}.medicine-stock strong{color:var(--text);font-size:.78rem}.medicine-stock span{color:var(--text-muted);font-size:.57rem}.medicine-stock small{color:var(--danger);margin-top:2px;font-size:.55rem}.medicine-expiry{white-space:nowrap;border-radius:6px;padding:4px 7px;font-size:.59rem;font-weight:700;display:inline-flex}.medicine-expiry.success{color:var(--success);background:var(--success-soft)}.medicine-expiry.warning{color:#92400e;background:var(--warning-soft)}.medicine-expiry.danger{color:var(--danger);background:var(--danger-soft)}.medicine-expiry.neutral{color:var(--text-muted);background:var(--bg)}.medicine-record-status{color:var(--text-muted);text-transform:capitalize;margin-top:3px;font-size:.55rem;display:block}.medicine-actions{justify-content:flex-end;align-items:center;gap:4px;display:flex}.medicine-actions button{width:30px;height:30px;color:var(--text-muted);background:0 0;border:1px solid #0000;place-items:center;padding:0;display:grid;border-radius:7px!important;min-width:30px!important;min-height:30px!important}.medicine-actions button:hover{border-color:var(--border);color:var(--primary);background:var(--primary-soft)}.medicine-actions button.danger:hover{border-color:color-mix(in srgb,var(--danger) 25%,var(--border));color:var(--danger);background:var(--danger-soft)}.medicine-row-skeleton td{height:66px}.medicine-row-skeleton td span{background:linear-gradient(90deg,var(--surface-muted) 20%,var(--border) 48%,var(--surface-muted) 76%);background-size:240% 100%;border-radius:5px;height:11px;animation:1.15s ease-in-out infinite skeleton;display:block;overflow:hidden}.medicine-pagination{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:8px 13px;display:flex}.medicine-pagination>span{color:var(--text-muted);font-size:.65rem}.medicine-pagination>div{align-items:center;gap:4px;display:flex}.medicine-pagination button{border:1px solid var(--border);min-width:30px;height:30px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0 7px;font-size:.62rem;font-weight:700;display:grid}.medicine-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.medicine-pagination button.active{color:#fff;border-color:var(--primary);background:var(--primary)}.medicine-pagination button:disabled{opacity:.4}.medicine-pagination div>span{color:var(--text-subtle);padding:0 3px}.medicine-pagination>label{color:var(--text-muted);white-space:nowrap;align-items:center;gap:7px;font-size:.65rem;display:flex}.medicine-pagination>label select{border:1px solid var(--border-strong);background:var(--surface);border-radius:7px;height:30px;min-height:30px;padding:0 26px 0 9px;font-size:.65rem}.medicine-view-modal{border:1px solid var(--border);background:var(--surface);width:min(760px,100%);box-shadow:var(--shadow-lg);border-radius:12px;margin:7vh auto 0;overflow:hidden}.medicine-view-modal>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.medicine-view-modal>header .medicine-identity>span{width:42px;height:42px}.medicine-view-modal>header p{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.6rem;font-weight:800}.medicine-view-modal>header h3{margin:1px 0}.medicine-view-modal>header button{background:0 0;border:0}.medicine-view-grid{background:var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;padding:1px;display:grid}.medicine-view-grid>div{background:var(--surface);flex-direction:column;min-height:76px;padding:14px 16px;display:flex}.medicine-view-grid span{color:var(--text-muted);font-size:.61rem}.medicine-view-grid strong{margin-top:4px;font-size:.75rem}.medicine-view-modal>footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}@media (width<=1500px){.medicine-toolbar{grid-template-columns:minmax(240px,1.3fr) repeat(4,minmax(120px,.65fr)) auto}.medicine-toolbar__actions .button-label{display:none}.medicine-table{min-width:1580px}}@media (width<=1180px){.medicine-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.medicine-toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}.medicine-search{grid-column:span 2}.medicine-toolbar__actions{grid-column:span 2;justify-content:flex-end}}@media (width<=760px){.medicine-page__header span{max-width:520px}.medicine-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.medicine-kpi:first-child{grid-column:1/-1}.medicine-toolbar{grid-template-columns:1fr 1fr}.medicine-search,.medicine-toolbar__actions{grid-column:1/-1}.medicine-toolbar__actions{justify-content:stretch}.medicine-toolbar__actions .ui-button{flex:1}.medicine-table-meta{flex-direction:column;align-items:flex-start;gap:2px}.medicine-table-scroll{min-height:0;max-height:none;overflow:visible}.medicine-table{min-width:0;display:block}.medicine-table thead{display:none}.medicine-table tbody{background:var(--bg);gap:10px;padding:10px;display:grid}.medicine-table tr{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.medicine-table td{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;height:auto;min-height:52px;font-size:.67rem;display:flex;padding:9px 11px!important}.medicine-table td:before{content:attr(data-label);color:var(--text-muted);text-transform:uppercase;font-size:.57rem;font-weight:750}.medicine-table td:first-child{grid-column:1/-1;justify-content:flex-start}.medicine-table td:first-child:before{display:none}.medicine-table td:last-child{border-bottom:0;grid-column:1/-1}.medicine-identity{min-width:0}.medicine-actions{margin-left:auto}.medicine-row-skeleton{display:none!important}.medicine-pagination{flex-direction:column;align-items:flex-start}.medicine-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.medicine-kpis{grid-template-columns:1fr}.medicine-kpi:first-child{grid-column:auto}.medicine-toolbar{grid-template-columns:1fr}.medicine-search,.medicine-toolbar__actions{grid-column:auto}.medicine-toolbar__actions{flex-wrap:wrap}.medicine-toolbar__actions .ui-button:last-child{flex-basis:100%}.medicine-table tr{grid-template-columns:1fr}.medicine-table td{grid-column:1/-1}.medicine-pagination>div{max-width:100%;overflow-x:auto}.medicine-view-grid{grid-template-columns:1fr}.medicine-view-modal>footer{flex-direction:column}.medicine-view-modal>footer .ui-button{width:100%}}.medicine-toolbar{top:calc(var(--topbar-height) + 8px);z-index:18;position:sticky}.medicine-toolbar-popover{position:relative}.medicine-column-menu,.medicine-saved-filters{z-index:30;border:1px solid var(--border);background:var(--surface);width:220px;box-shadow:var(--shadow-lg);border-radius:10px;padding:8px;position:absolute;top:calc(100% + 8px);right:0}.medicine-column-menu>strong,.medicine-saved-filters header strong{padding:5px 7px 8px;font-size:.7rem;display:block}.medicine-column-menu label{text-transform:capitalize;cursor:pointer;border-radius:6px;align-items:center;gap:8px;min-height:32px;padding:5px 7px;font-size:.66rem;display:flex}.medicine-column-menu label:hover{background:var(--bg)}.medicine-column-menu input,.medicine-select-cell input{width:15px;height:15px;accent-color:var(--primary);min-height:15px!important}.medicine-saved-filters header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.medicine-saved-filters header button{color:var(--primary);background:0 0;border:0;align-items:center;gap:3px;padding:4px;font-size:.59rem;display:flex}.medicine-saved-filters>div{border-bottom:1px solid var(--border);grid-template-columns:1fr 28px;align-items:center;display:grid}.medicine-saved-filters>div button{text-align:left;background:0 0;border:0;min-height:32px;padding:6px 7px;font-size:.65rem}.medicine-saved-filters>div button:last-child{color:var(--danger);place-items:center;display:grid}.medicine-saved-filters>p{color:var(--text-muted);margin:0;padding:15px 7px;font-size:.64rem}.medicine-bulk-actions{align-items:center;gap:8px;flex-direction:row!important;display:flex!important}.medicine-bulk-actions strong{color:var(--primary);font-size:.66rem}.medicine-bulk-actions button{border:1px solid var(--border);background:var(--surface);border-radius:6px;align-items:center;gap:4px;padding:4px 7px;font-size:.59rem;display:flex;min-height:28px!important}.medicine-select-cell{text-align:center;width:38px!important;min-width:38px!important}.medicine-table tbody tr{cursor:pointer}.medicine-table tbody tr[aria-selected=true]{background:var(--primary-soft);box-shadow:inset 3px 0 var(--primary)}.medicine-table tbody tr:focus-visible{z-index:2;outline:2px solid var(--primary);outline-offset:-2px;position:relative}.medicine-identity>span svg{color:var(--primary)}.medicine-stock{gap:4px;min-width:106px}.medicine-stock>div{align-items:baseline;gap:4px;display:flex}.medicine-stock__track{background:var(--border);border-radius:999px;height:4px;display:block;overflow:hidden}.medicine-stock__track i{border-radius:inherit;background:var(--success);height:100%;display:block}.medicine-stock.warning .medicine-stock__track i{background:var(--warning)}.medicine-stock.danger .medicine-stock__track i{background:var(--danger)}.medicine-expiry{align-items:center;gap:4px}.medicine-actions button[data-tooltip]{position:relative}.medicine-actions button[data-tooltip]:hover:after,.medicine-actions button[data-tooltip]:focus-visible:after{content:attr(data-tooltip);z-index:40;color:#fff;pointer-events:none;background:#111827;border-radius:6px;width:max-content;max-width:180px;padding:5px 7px;font-size:.57rem;font-weight:600;position:absolute;bottom:calc(100% + 7px);right:0}.medicine-quick-actions{position:relative}.medicine-quick-actions>div[role=menu]{z-index:25;border:1px solid var(--border);background:var(--surface);width:152px;box-shadow:var(--shadow-lg);border-radius:9px;padding:5px;position:absolute;top:calc(100% + 5px);right:0}.medicine-quick-actions>div[role=menu] button{justify-content:flex-start;align-items:center;gap:7px;width:100%;font-size:.62rem;display:flex;border:0!important;height:auto!important;min-height:32px!important;padding:6px 8px!important}.medicine-quick-actions>div[role=menu] button.danger{color:var(--danger)}.medicine-row-skeleton td span{opacity:.7}.medicine-row-skeleton td span.wide{border-radius:8px;height:30px}.medicine-virtual-spacer td{border:0!important;height:auto!important;padding:0!important}.medicine-pagination button:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.medicine-detail-page{flex-direction:column;gap:14px;display:flex}.medicine-detail-header{border:1px solid var(--border);background:var(--surface);min-height:116px;box-shadow:var(--shadow-xs);border-radius:12px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 20px;display:grid}.medicine-detail-back{border:1px solid var(--border);background:var(--surface);border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.medicine-detail-back:hover{color:var(--primary);background:var(--primary-soft)}.medicine-detail-icon{width:48px;height:48px;color:var(--primary);background:var(--primary-soft);border-radius:12px;place-items:center;display:grid}.medicine-detail-title{align-items:center;gap:9px;display:flex}.medicine-detail-title h2{margin:0}.medicine-detail-header p{color:var(--text-muted);margin:3px 0 0;font-size:.7rem}.medicine-detail-meta{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.medicine-detail-meta span{color:var(--text-secondary);align-items:center;gap:4px;font-size:.61rem;display:flex}.medicine-detail-actions{gap:8px;display:flex}.medicine-detail-tabs{top:calc(var(--topbar-height) + 8px);z-index:15;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);scrollbar-width:thin;border-radius:10px;padding:4px;display:flex;position:sticky;overflow-x:auto}.medicine-detail-tabs button{min-height:36px;color:var(--text-muted);white-space:nowrap;background:0 0;border:0;border-radius:7px;padding:7px 12px;font-size:.65rem;font-weight:700}.medicine-detail-tabs button:hover{color:var(--text);background:var(--bg)}.medicine-detail-tabs button[aria-selected=true]{color:var(--primary);background:var(--primary-soft)}.medicine-detail-content{min-height:420px}.medicine-overview-grid{grid-template-columns:1.15fr .85fr;gap:14px;display:grid}.medicine-overview-grid>section,.medicine-stock-tab>section,.medicine-pricing-grid>section{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px}.medicine-overview-grid section>header,.medicine-stock-tab section>header,.medicine-pricing-grid section>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.medicine-overview-grid header h3,.medicine-stock-tab header h3,.medicine-pricing-grid header h3{margin:0}.medicine-overview-grid header p,.medicine-pricing-grid header p{color:var(--text-muted);margin:2px 0 0;font-size:.63rem}.medicine-detail-fields{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.medicine-detail-fields>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;min-height:70px;padding:13px 16px;display:flex}.medicine-detail-fields>div:nth-child(2n){border-right:0}.medicine-detail-fields span{color:var(--text-muted);font-size:.6rem}.medicine-detail-fields strong{margin-top:4px;font-size:.72rem}.medicine-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px;display:grid}.medicine-detail-metric{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:10px;min-height:82px;padding:13px;display:flex}.medicine-detail-metric>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.medicine-detail-metric.success>span{color:var(--success);background:var(--success-soft)}.medicine-detail-metric.danger>span{color:var(--danger);background:var(--danger-soft)}.medicine-detail-metric div{flex-direction:column;min-width:0;display:flex}.medicine-detail-metric small{color:var(--text-muted);font-size:.59rem}.medicine-detail-metric strong{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.8rem;overflow:hidden}.medicine-stock-tab{gap:14px;display:grid}.medicine-stock-tab>.medicine-detail-metrics{grid-template-columns:repeat(4,minmax(0,1fr));padding:0}.medicine-stock-tab section{padding-bottom:15px}.medicine-stock-tab section>p{color:var(--text-muted);margin:10px 16px 0;font-size:.67rem}.medicine-stock-health{background:var(--border);border-radius:999px;height:8px;margin:16px 16px 0;overflow:hidden}.medicine-stock-health span{border-radius:inherit;background:var(--success);height:100%;display:block}.medicine-detail-table{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:auto}.medicine-detail-table table{border-collapse:collapse;text-align:left;width:100%;min-width:850px}.medicine-detail-table th{border-bottom:1px solid var(--border);color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:10px 12px;font-size:.59rem;position:sticky;top:0}.medicine-detail-table td{border-bottom:1px solid var(--border);padding:11px 12px;font-size:.67rem}.medicine-detail-table tr:hover{background:var(--primary-soft)}.medicine-detail-table .positive{color:var(--success);font-weight:750}.medicine-detail-table .negative{color:var(--danger);font-weight:750}.medicine-pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.medicine-pricing-grid>section{grid-column:1/-1}.medicine-pricing-grid>section .medicine-detail-table{box-shadow:none;border:0;border-radius:0}@media (width<=1050px){.medicine-detail-header{grid-template-columns:auto auto minmax(0,1fr)}.medicine-detail-actions{grid-column:2/-1}.medicine-overview-grid{grid-template-columns:1fr}.medicine-stock-tab>.medicine-detail-metrics,.medicine-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.medicine-toolbar{position:relative;top:auto}.medicine-select-cell{display:flex!important}.medicine-virtual-spacer{display:none!important}.medicine-detail-header{grid-template-columns:auto auto 1fr;padding:14px}.medicine-detail-header>div{grid-column:1/-1}.medicine-detail-actions{flex-wrap:wrap;grid-column:1/-1}.medicine-detail-tabs{top:var(--topbar-height)}.medicine-detail-fields{grid-template-columns:1fr}.medicine-detail-fields>div{border-right:0}.medicine-stock-tab>.medicine-detail-metrics,.medicine-pricing-grid{grid-template-columns:1fr 1fr}}@media (width<=520px){.medicine-stock-tab>.medicine-detail-metrics,.medicine-pricing-grid,.medicine-detail-metrics{grid-template-columns:1fr}.medicine-detail-actions .ui-button{flex:1}.medicine-detail-meta{gap:6px}}.inventory-control-center{flex-direction:column;gap:16px;display:flex}.inventory-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.inventory-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 2px;font-size:.64rem;font-weight:800}.inventory-header h2{margin:0;font-size:1.45rem}.inventory-header span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.inventory-kpis{grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;display:grid}.inventory-kpi{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:91px;box-shadow:var(--shadow-xs);border-radius:12px;align-items:flex-start;gap:9px;padding:13px;display:flex}.inventory-kpi>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.inventory-kpi>span.success{color:var(--success);background:var(--success-soft)}.inventory-kpi>span.warning{color:var(--warning);background:var(--warning-soft)}.inventory-kpi>span.danger{color:var(--danger);background:var(--danger-soft)}.inventory-kpi>div{flex-direction:column;min-width:0;display:flex}.inventory-kpi small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;font-weight:650;overflow:hidden}.inventory-kpi strong{color:var(--text);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.9rem;overflow:hidden}.inventory-kpi p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.54rem;overflow:hidden}.inventory-toolbar{top:calc(var(--topbar-height) + 8px);z-index:18;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;grid-template-columns:minmax(245px,1.45fr) repeat(5,minmax(125px,.72fr)) auto;align-items:center;gap:7px;padding:9px;display:grid;position:sticky}.inventory-search{border:1px solid var(--border-strong);min-height:40px;color:var(--text-subtle);background:var(--surface);border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex}.inventory-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.inventory-search input{flex:1;min-width:0;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0!important}.inventory-search button{background:0 0;border:0;place-items:center;width:27px;height:27px;padding:0;display:grid}.inventory-toolbar>select,.inventory-branch-filter{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;min-width:0;height:40px}.inventory-toolbar>select{color:var(--text-secondary);font-size:.66rem;font-weight:600;padding:0 28px 0 9px!important}.inventory-branch-filter{color:var(--text-subtle);align-items:center;gap:5px;padding-left:9px;display:flex}.inventory-branch-filter select{min-width:0;height:38px;color:var(--text-muted);flex:1;font-size:.65rem;background:0 0!important;border:0!important;padding:0 25px 0 2px!important}.inventory-toolbar__actions{gap:6px;display:flex}.inventory-toolbar__actions .ui-button{white-space:nowrap}.inventory-stock-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:visible}.inventory-stock-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:9px 13px;display:flex;position:relative}.inventory-stock-card>header>div:first-child{flex-direction:column;display:flex}.inventory-stock-card>header strong{font-size:.75rem}.inventory-stock-card>header span{color:var(--text-muted);font-size:.59rem}.inventory-column-control{position:relative}.inventory-column-control>button{border:1px solid var(--border);min-height:32px;color:var(--text-secondary);background:var(--surface);border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:.61rem;display:flex}.inventory-column-control>div{z-index:25;border:1px solid var(--border);background:var(--surface);width:190px;box-shadow:var(--shadow-lg);border-radius:9px;padding:7px;position:absolute;top:calc(100% + 7px);right:0}.inventory-column-control label{text-transform:capitalize;border-radius:6px;align-items:center;gap:7px;min-height:31px;padding:4px 6px;font-size:.62rem;display:flex}.inventory-column-control label:hover{background:var(--bg)}.inventory-column-control input,.inventory-stock-table input{width:15px;height:15px;accent-color:var(--primary);min-height:15px!important}.inventory-bulk{gap:7px;flex-direction:row!important;align-items:center!important;display:flex!important}.inventory-bulk strong{color:var(--primary)!important;font-size:.64rem!important}.inventory-bulk button{border:1px solid var(--border);background:var(--surface);border-radius:6px;align-items:center;gap:4px;padding:4px 7px;font-size:.58rem;display:flex;min-height:28px!important}.inventory-table-scroll{max-height:590px;overflow:auto}.inventory-stock-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1270px}.inventory-stock-table thead{z-index:4;position:sticky;top:0}.inventory-stock-table th{border-bottom:1px solid var(--border);height:40px;color:var(--text-muted);background:var(--bg);letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;padding:7px 9px;font-size:.56rem;font-weight:800}.inventory-stock-table th>button{color:inherit;font:inherit;text-transform:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:flex}.inventory-stock-table td{border-bottom:1px solid var(--border);height:62px;color:var(--text-secondary);vertical-align:middle;padding:8px 9px;font-size:.65rem}.inventory-stock-table tbody tr{cursor:pointer;transition:background-color .1s,box-shadow .1s}.inventory-stock-table tbody tr:hover{background:color-mix(in srgb,var(--primary-soft) 50%,transparent);box-shadow:inset 3px 0 var(--primary)}.inventory-stock-table tbody tr[aria-selected=true]{background:var(--primary-soft)}.inventory-stock-table tbody tr:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.inventory-medicine{align-items:center;gap:8px;min-width:190px;display:flex}.inventory-medicine>span{width:31px;height:31px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.inventory-medicine>div{flex-direction:column;min-width:0;display:flex}.inventory-medicine strong{max-width:180px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.inventory-medicine small{max-width:180px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.55rem;overflow:hidden}.inventory-neutral-badge{border:1px solid var(--border);background:var(--bg);border-radius:6px;padding:4px 6px;font-size:.58rem;font-weight:650;display:inline-flex}.inventory-positive{color:var(--success);font-weight:750}.inventory-negative{color:var(--danger);font-weight:750}.inventory-health{flex-direction:column;gap:4px;min-width:110px;display:flex}.inventory-health>div{justify-content:space-between;align-items:center;gap:7px;display:flex}.inventory-health span{color:var(--text-secondary);font-size:.57rem;font-weight:700}.inventory-health small{color:var(--text-subtle);font-size:.51rem}.inventory-health>i{background:var(--border);border-radius:99px;height:4px;overflow:hidden}.inventory-health>i b{border-radius:inherit;background:var(--success);height:100%;display:block}.inventory-health.warning>i b{background:var(--warning)}.inventory-health.danger>i b{background:var(--danger)}.inventory-health.info>i b{background:var(--info)}.inventory-row-actions{justify-content:flex-end;gap:3px;display:flex}.inventory-row-actions button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;place-items:center;padding:0;display:grid;border-radius:7px!important;min-width:29px!important;min-height:29px!important}.inventory-row-actions button:hover{border-color:var(--border);color:var(--primary);background:var(--primary-soft)}.inventory-skeleton-row td .skeleton{display:block}.inventory-pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:8px 12px;display:flex}.inventory-pagination>span{color:var(--text-muted);font-size:.62rem}.inventory-pagination>div{align-items:center;gap:4px;display:flex}.inventory-pagination button{border:1px solid var(--border);min-width:29px;height:29px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0 6px;font-size:.6rem;font-weight:700;display:grid}.inventory-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.inventory-pagination button.active{color:#fff;border-color:var(--primary);background:var(--primary)}.inventory-pagination button:disabled{opacity:.4}.inventory-pagination div>span{color:var(--text-subtle);padding:0 3px}.inventory-insights{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.inventory-insight-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.inventory-insight-card>header{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:11px 13px;display:flex}.inventory-insight-card header>span{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.inventory-insight-card header>div{flex-direction:column;min-width:0;display:flex}.inventory-insight-card header strong{font-size:.68rem}.inventory-insight-card header small{color:var(--text-muted);font-size:.53rem}.inventory-insight-card>div>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:7px 12px;display:flex}.inventory-insight-card>div span{text-overflow:ellipsis;white-space:nowrap;font-size:.62rem;font-weight:650;overflow:hidden}.inventory-insight-card>div small{color:var(--text-muted);flex:none;font-size:.54rem}.inventory-insight-card>div p{color:var(--text-muted);text-align:center;margin:0;padding:18px 12px;font-size:.6rem}.inventory-charts{grid-template-columns:1fr 1fr .8fr;gap:10px;display:grid}.inventory-chart{border:1px solid var(--border);background:var(--surface);min-height:240px;box-shadow:var(--shadow-xs);border-radius:12px;flex-direction:column;display:flex}.inventory-chart>header{border-bottom:1px solid var(--border);padding:12px 14px}.inventory-chart header>div{flex-direction:column;display:flex}.inventory-chart header strong{font-size:.7rem}.inventory-chart header small{color:var(--text-muted);margin-top:2px;font-size:.56rem}.inventory-movement-chart,.inventory-value-chart{align-items:flex-end;gap:9px;height:180px;padding:18px 14px 10px;display:flex}.inventory-movement-chart>div,.inventory-value-chart>div{flex:1;grid-template-rows:1fr 18px;gap:5px;min-width:0;height:100%;display:grid}.inventory-movement-chart>div>span{justify-content:center;align-items:flex-end;gap:3px;display:flex}.inventory-movement-chart i{border-radius:4px 4px 1px 1px;width:28%;min-height:3px}.inventory-movement-chart i.in{background:var(--primary)}.inventory-movement-chart i.out{background:var(--accent)}.inventory-movement-chart small,.inventory-value-chart small{color:var(--text-muted);text-align:center;font-size:.54rem}.inventory-value-chart>div{align-items:end}.inventory-value-chart>div>span{background:var(--primary);border-radius:4px 4px 1px 1px;justify-self:center;width:65%;min-height:4px}.inventory-expiry-chart{padding:22px 15px}.inventory-expiry-chart>div{background:var(--border);border-radius:99px;height:13px;display:flex;overflow:hidden}.inventory-expiry-chart>div span.danger,.inventory-expiry-chart i.danger{background:var(--danger)}.inventory-expiry-chart>div span.critical,.inventory-expiry-chart i.critical{background:#ef4444}.inventory-expiry-chart>div span.warning,.inventory-expiry-chart i.warning{background:var(--warning)}.inventory-expiry-chart>div span.success,.inventory-expiry-chart i.success{background:var(--success)}.inventory-expiry-chart p{grid-template-columns:8px 1fr auto;align-items:center;gap:6px;margin:11px 0 0;font-size:.59rem;display:grid}.inventory-expiry-chart p i{border-radius:2px;width:7px;height:7px}.inventory-expiry-chart p span{color:var(--text-muted)}.inventory-movements{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.inventory-movements>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:9px 13px;display:flex}.inventory-movements>header>div:first-child{align-items:center;gap:8px;display:flex}.inventory-movements>header span{flex-direction:column;display:flex}.inventory-movements>header strong{font-size:.72rem}.inventory-movements>header small{color:var(--text-muted);font-size:.55rem}.inventory-movements>header>div:last-child{border:1px solid var(--border);background:var(--bg);border-radius:8px;padding:3px;display:flex}.inventory-movements>header button{min-height:29px;color:var(--text-muted);background:0 0;border:0;border-radius:6px;align-items:center;gap:4px;padding:5px 8px;font-size:.58rem;display:flex}.inventory-movements>header button.active{color:var(--primary);background:var(--surface);box-shadow:var(--shadow-xs)}.inventory-timeline{max-height:540px;padding:7px 14px;overflow-y:auto}.inventory-timeline article{border-bottom:1px solid var(--border);grid-template-columns:31px minmax(0,1fr) auto;gap:10px;padding:10px 0;display:grid;position:relative}.inventory-timeline article>span{border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.inventory-timeline .positive{color:var(--success);background:var(--success-soft)}.inventory-timeline .negative{color:var(--danger);background:var(--danger-soft)}.inventory-timeline article>div header{justify-content:space-between;align-items:center;gap:10px;display:flex}.inventory-timeline article strong{font-size:.66rem}.inventory-timeline time{color:var(--text-subtle);font-size:.52rem}.inventory-timeline p{color:var(--text-secondary);text-transform:capitalize;margin:2px 0;font-size:.59rem}.inventory-timeline small{color:var(--text-muted);font-size:.55rem}.inventory-timeline article>b{border-radius:6px;align-self:center;padding:4px 7px;font-size:.65rem}.inventory-movement-table{max-height:540px;overflow:auto}.inventory-movement-table table{border-collapse:collapse;text-align:left;width:100%;min-width:950px}.inventory-movement-table th{border-bottom:1px solid var(--border);color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:9px 11px;font-size:.57rem;position:sticky;top:0}.inventory-movement-table td{border-bottom:1px solid var(--border);padding:10px 11px;font-size:.63rem}.inventory-movement-table tr:hover{background:var(--primary-soft)}.inventory-movement-table .positive{color:var(--success);font-weight:750}.inventory-movement-table .negative{color:var(--danger);font-weight:750}.inventory-drawer-backdrop{z-index:79;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a6b;border:0;position:fixed;inset:0}.inventory-adjustment-drawer{z-index:80;border-left:1px solid var(--border);background:var(--surface);flex-direction:column;width:min(440px,100vw);height:100vh;animation:.15s ease-out inventory-drawer-in;display:flex;position:fixed;top:0;right:0;box-shadow:-16px 0 40px #0f172a29}@keyframes inventory-drawer-in{0%{opacity:.65;transform:translate(18px)}}.inventory-adjustment-drawer>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:74px;padding:14px 16px;display:flex}.inventory-adjustment-drawer>header>div{align-items:center;gap:9px;display:flex}.inventory-adjustment-drawer>header>div>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.inventory-adjustment-drawer h3{margin:0}.inventory-adjustment-drawer header p{color:var(--text-muted);margin:2px 0 0;font-size:.61rem}.inventory-adjustment-drawer header button{background:0 0;border:0}.inventory-adjustment-drawer form{flex-direction:column;flex:1;gap:14px;padding:18px;display:flex;overflow-y:auto}.inventory-adjustment-drawer label{flex-direction:column;gap:5px;display:flex}.inventory-adjustment-drawer label>span{color:var(--text-secondary);font-size:.66rem;font-weight:700}.inventory-adjustment-drawer input,.inventory-adjustment-drawer select,.inventory-adjustment-drawer textarea{border:1px solid var(--border-strong);border-radius:8px;min-height:42px;padding:9px 11px}.inventory-adjustment-drawer textarea{resize:vertical;min-height:100px}.inventory-adjustment-drawer label small{color:var(--text-muted);font-size:.56rem}.inventory-adjustment-preview{border:1px solid var(--border);background:var(--bg);border-radius:9px;grid-template-columns:1fr auto;gap:7px;padding:12px;display:grid}.inventory-adjustment-preview span{color:var(--text-muted);font-size:.61rem}.inventory-adjustment-preview strong{font-size:.68rem}.inventory-adjustment-drawer footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:auto;padding-top:12px;display:flex}@media (width<=1450px){.inventory-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.inventory-toolbar{grid-template-columns:minmax(230px,1.3fr) repeat(3,minmax(120px,.7fr)) auto}.inventory-toolbar>select:nth-of-type(4),.inventory-toolbar>select:nth-of-type(5){display:none}.inventory-charts{grid-template-columns:1fr 1fr}.inventory-chart:last-child{grid-column:1/-1}}@media (width<=1100px){.inventory-toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}.inventory-search{grid-column:span 2}.inventory-toolbar__actions{grid-column:span 2;justify-content:flex-end}.inventory-insights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.inventory-toolbar{grid-template-columns:1fr 1fr;position:relative;top:auto}.inventory-search,.inventory-toolbar__actions{grid-column:1/-1}.inventory-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-table-scroll{max-height:none;overflow:visible}.inventory-stock-table{min-width:0;display:block}.inventory-stock-table thead{display:none}.inventory-stock-table tbody{background:var(--bg);gap:9px;padding:9px;display:grid}.inventory-stock-table tr{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.inventory-stock-table td{justify-content:space-between;align-items:center;gap:10px;height:auto;min-height:48px;display:flex;padding:8px 10px!important}.inventory-stock-table td:before{content:attr(data-label);color:var(--text-muted);text-transform:uppercase;font-size:.55rem;font-weight:750}.inventory-stock-table td:first-child,.inventory-stock-table td:nth-child(2),.inventory-stock-table td:last-child{grid-column:1/-1}.inventory-stock-table td:first-child:before,.inventory-stock-table td:nth-child(2):before{display:none}.inventory-row-actions{margin-left:auto}.inventory-insights,.inventory-charts{grid-template-columns:1fr}.inventory-chart:last-child{grid-column:auto}.inventory-movements>header{flex-direction:column;align-items:flex-start}.inventory-timeline article>div header{flex-direction:column;align-items:flex-start;gap:2px}}@media (width<=520px){.inventory-header{flex-direction:column;align-items:flex-start}.inventory-header .ui-button{width:100%}.inventory-kpis,.inventory-toolbar,.inventory-insights{grid-template-columns:1fr}.inventory-search,.inventory-toolbar__actions{grid-column:auto}.inventory-toolbar__actions .ui-button{flex:1}.inventory-stock-table tr{grid-template-columns:1fr}.inventory-stock-table td{grid-column:1/-1}.inventory-pagination{flex-direction:column;align-items:flex-start}.inventory-pagination>div{max-width:100%;overflow-x:auto}.inventory-insight-card>div>div{flex-direction:column;align-items:flex-start}.inventory-adjustment-drawer{width:100vw}}.purchase-workspace{flex-direction:column;gap:16px;display:flex}.purchase-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.purchase-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 3px;font-size:.64rem;font-weight:800}.purchase-header h2{margin:0;font-size:1.45rem}.purchase-header span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.purchase-header>div:last-child{gap:8px;display:flex}.purchase-invoice{grid-template-columns:minmax(0,1fr) 318px;align-items:start;gap:14px;display:grid}.purchase-invoice__main{flex-direction:column;gap:12px;min-width:0;display:flex}.purchase-section,.purchase-summary,.purchase-history{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px}.purchase-section>header,.purchase-summary>header,.purchase-history>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:10px 14px;display:flex}.purchase-section>header>div,.purchase-summary>header>div,.purchase-history>header>div{align-items:center;gap:9px;display:flex}.purchase-section>header svg,.purchase-summary>header svg,.purchase-history>header svg{color:var(--primary)}.purchase-section>header span,.purchase-summary>header span,.purchase-history>header span{flex-direction:column;display:flex}.purchase-section>header strong,.purchase-summary>header strong,.purchase-history>header strong{font-size:.73rem}.purchase-section>header small,.purchase-summary>header small,.purchase-history>header small{color:var(--text-muted);margin-top:2px;font-size:.56rem}.supplier-information__grid{grid-template-columns:minmax(220px,1.4fr) repeat(5,minmax(105px,1fr));gap:0;padding:13px;display:grid}.purchase-field{flex-direction:column;gap:5px;min-width:0;display:flex}.purchase-field>span,.purchase-notes label>span{color:var(--text-secondary);font-size:.62rem;font-weight:700}.purchase-field input,.purchase-field select{border:1px solid var(--border-strong);border-radius:8px;width:100%;height:40px;padding:7px 9px;font-size:.68rem}.purchase-field.invalid input{border-color:var(--danger)!important}.purchase-field>small{color:var(--danger);font-size:.54rem}.supplier-select{border-right:1px solid var(--border);padding-right:13px}.supplier-fact{border-right:1px solid var(--border);flex-direction:column;justify-content:center;min-width:0;padding:5px 12px;display:flex}.supplier-fact:last-child{border-right:0}.supplier-fact span{color:var(--text-muted);font-size:.55rem}.supplier-fact strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.65rem;overflow:hidden}.supplier-fact.muted strong{color:var(--text-subtle);font-weight:600}.supplier-combobox{position:relative}.supplier-combobox>svg{z-index:2;color:var(--text-muted);pointer-events:none;position:absolute;top:12px;left:11px}.supplier-combobox>input{padding-left:34px!important;padding-right:38px!important}.supplier-combobox>input:focus{border-color:var(--primary);outline:3px solid color-mix(in srgb,var(--primary) 15%,transparent)}.supplier-combobox>button{z-index:2;width:32px;height:32px;color:var(--text-muted);background:0 0;border:0;border-radius:7px;place-items:center;display:grid;position:absolute;top:4px;right:4px}.supplier-combobox>button:hover{color:var(--primary);background:var(--primary-soft)}.supplier-combobox__options{z-index:30;border:1px solid var(--border);background:var(--surface);max-height:260px;box-shadow:var(--shadow-lg);border-radius:10px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto}.supplier-combobox__options>button{width:100%;min-height:48px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:7px 9px;display:flex}.supplier-combobox__options>button:hover,.supplier-combobox__options>button.active{background:var(--primary-soft)}.supplier-combobox__options>button:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.supplier-combobox__options>button span{flex-direction:column;min-width:0;display:flex}.supplier-combobox__options>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.supplier-combobox__options>button small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.55rem;overflow:hidden}.supplier-combobox__options>button>svg{color:var(--primary);flex:none}.supplier-combobox__state{color:var(--text-muted);text-align:center;padding:14px 10px;font-size:.62rem}.purchase-details__grid{grid-template-columns:1.1fr .8fr 1fr .8fr;gap:12px;padding:13px;display:grid}.purchase-readonly{border:1px solid var(--border);background:var(--bg);border-radius:8px;align-items:center;gap:7px;height:40px;padding:7px 9px;color:var(--text-secondary)!important;font-size:.66rem!important;font-weight:600!important;display:flex!important}.medicine-grid-section{overflow:visible}.purchase-grid-scroll{overflow:auto visible}.purchase-grid{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1320px}.purchase-grid thead{top:var(--topbar-height);z-index:8;position:sticky}.purchase-grid th{border-bottom:1px solid var(--border);height:38px;color:var(--text-muted);background:var(--bg);letter-spacing:.035em;text-transform:uppercase;white-space:nowrap;padding:7px;font-size:.54rem;font-weight:800}.purchase-grid td{border-bottom:1px solid var(--border);vertical-align:top;padding:7px;position:relative}.purchase-grid tbody tr{transition:background-color .1s}.purchase-grid tbody tr:hover{background:color-mix(in srgb,var(--primary-soft) 48%,transparent)}.purchase-grid tbody tr.invalid{box-shadow:inset 3px 0 var(--danger)}.purchase-grid td:first-child{width:235px}.purchase-grid td:nth-child(2){width:105px}.purchase-grid td:nth-child(3){width:132px}.purchase-grid td:nth-child(n+4):nth-child(-n+7),.purchase-grid td:nth-child(9),.purchase-grid td:nth-child(10){width:92px}.purchase-grid td:nth-child(8){width:74px}.purchase-grid td:nth-child(11){width:105px}.purchase-grid td:last-child{width:42px}.purchase-grid td>input,.purchase-medicine-search{border:1px solid var(--border-strong);background:var(--surface);border-radius:7px;width:100%;height:36px}.purchase-grid input[aria-invalid=true]{border-color:var(--danger)!important}.purchase-medicine-search:has(input[aria-invalid=true]){border-color:var(--danger)!important}.purchase-cell-error{color:var(--danger);margin-top:3px;font-size:.48rem;line-height:1.2;display:block}.purchase-medicine-search{color:var(--text-subtle);align-items:center;gap:5px;padding:0 7px;display:flex;position:relative}.purchase-medicine-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.purchase-medicine-search>input{flex:1;min-width:0;font-size:.63rem;min-height:34px!important;box-shadow:none!important;border:0!important;padding:0!important}.purchase-medicine-search>div{z-index:30;border:1px solid var(--border);background:var(--surface);width:360px;max-height:250px;box-shadow:var(--shadow-lg);border-radius:9px;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto}.purchase-medicine-search>div button{border:0;border-bottom:1px solid var(--border);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:9px 10px;display:flex}.purchase-medicine-search>div button:hover,.purchase-medicine-search>div button:focus-visible{background:var(--primary-soft)}.purchase-medicine-search>div button span{flex-direction:column;min-width:0;display:flex}.purchase-medicine-search>div button span:last-child{text-align:right;flex:none}.purchase-medicine-search strong{text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;overflow:hidden}.purchase-medicine-search small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.purchase-medicine-search code{color:var(--primary);font-size:.53rem}.purchase-margin{height:36px;color:var(--success);background:var(--success-soft);border-radius:7px;place-items:center;font-size:.61rem;font-weight:750;display:grid}.purchase-line-total{height:36px;color:var(--text);white-space:nowrap;justify-content:flex-end;align-items:center;font-size:.64rem;display:flex}.purchase-grid td:last-child button{width:32px;height:36px;color:var(--danger);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.purchase-grid td:last-child button:hover:not(:disabled){border-color:color-mix(in srgb,var(--danger) 25%,var(--border));background:var(--danger-soft)}.medicine-grid-section>footer{justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:7px 12px;display:flex}.medicine-grid-section>footer>span{color:var(--text-muted);font-size:.59rem}.purchase-grid-empty{color:var(--primary);background:var(--bg);justify-content:center;align-items:center;gap:10px;padding:21px;display:flex}.purchase-grid-empty div{flex-direction:column;display:flex}.purchase-grid-empty strong{color:var(--text);font-size:.66rem}.purchase-grid-empty p{color:var(--text-muted);margin:3px 0 0;font-size:.57rem}.purchase-notes>div:nth-child(2){grid-template-columns:1.35fr .65fr;gap:12px;padding:13px;display:grid}.purchase-notes label:not(.purchase-upload){flex-direction:column;gap:5px;display:flex}.purchase-notes textarea{border:1px solid var(--border-strong);border-radius:8px;min-height:92px;padding:9px 10px;font-size:.68rem}.purchase-upload{border:1px dashed var(--border-strong);min-height:92px;color:var(--primary);background:var(--bg);text-align:center;cursor:pointer;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:12px;display:flex}.purchase-upload:hover{border-color:var(--primary);background:var(--primary-soft)}.purchase-upload input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.purchase-upload strong{font-size:.63rem}.purchase-upload span{color:var(--text-muted);font-size:.53rem}.purchase-files{flex-wrap:wrap;gap:7px;padding:0 13px 13px;display:flex}.purchase-files>div{border:1px solid var(--border);background:var(--bg);border-radius:8px;align-items:center;gap:7px;min-width:190px;padding:7px 8px;display:flex}.purchase-files>div>svg{color:var(--primary)}.purchase-files span{flex-direction:column;flex:1;min-width:0;display:flex}.purchase-files strong{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:.59rem;overflow:hidden}.purchase-files small{color:var(--text-muted);font-size:.5rem}.purchase-files button{width:25px;height:25px;color:var(--text-muted);background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.purchase-files button:hover{color:var(--danger);background:var(--danger-soft)}.purchase-summary{top:calc(var(--topbar-height) + 14px);position:sticky;overflow:hidden}.purchase-summary__totals{padding:12px}.purchase-summary__totals>div{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;padding:6px 2px;font-size:.62rem;display:flex}.purchase-summary__totals>div strong{font-size:.65rem}.purchase-summary__totals>div.muted{color:var(--text-subtle)}.purchase-summary__totals>label{grid-template-columns:1fr 110px;align-items:center;gap:10px;margin:5px 0;display:grid}.purchase-summary__totals label span{color:var(--text-secondary);font-size:.62rem}.purchase-summary__totals input{border:1px solid var(--border-strong);text-align:right;border-radius:7px;height:36px;padding:6px 8px;font-size:.64rem;min-height:36px!important}.purchase-summary__totals .purchase-grand-total{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text);background:var(--primary-soft);margin:10px -12px 4px;padding:13px 14px}.purchase-grand-total span{font-weight:750}.purchase-grand-total strong{color:var(--primary);letter-spacing:-.02em;font-size:1.03rem!important}.purchase-summary__totals .purchase-paid{margin:11px 0 6px}.purchase-summary__totals .purchase-balance{border:1px solid color-mix(in srgb,var(--warning) 28%,var(--border));color:#92400e;background:var(--warning-soft);border-radius:8px;margin:8px 0 0;padding:10px}.purchase-balance strong{font-size:.78rem!important}.purchase-validation{color:var(--danger);background:var(--danger-soft);border-radius:7px;align-items:flex-start;gap:7px;margin:0 12px 10px;padding:8px;font-size:.57rem;display:flex}.purchase-summary__actions{border-top:1px solid var(--border);background:var(--bg);grid-template-columns:1fr 1fr;gap:7px;padding:12px;display:grid}.purchase-summary__actions .ui-button{width:100%;min-width:0;padding-inline:8px;font-size:.65rem}.purchase-summary__actions .ui-button:nth-child(2){grid-area:1/1/auto/-1;min-height:43px;font-size:.72rem}.purchase-summary__actions .ui-button:last-child{grid-column:1/-1}.purchase-history{overflow:hidden}.purchase-history-toolbar{border-bottom:1px solid var(--border);background:var(--bg);grid-template-columns:minmax(210px,1.35fr) repeat(5,minmax(120px,.72fr));gap:7px;padding:9px;display:grid}.purchase-history-toolbar>label:first-child,.purchase-branch-history{border:1px solid var(--border-strong);height:39px;color:var(--text-subtle);background:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.purchase-history-toolbar label input,.purchase-branch-history select{flex:1;min-width:0;min-height:37px!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.purchase-history-toolbar>select,.purchase-history-toolbar>input{border:1px solid var(--border-strong);border-radius:8px;min-width:0;height:39px;padding:6px 8px;font-size:.63rem}.purchase-branch-history{opacity:.72}.purchase-history-scroll{overflow:auto}.purchase-history table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1000px}.purchase-history thead{z-index:3;position:sticky;top:0}.purchase-history th{border-bottom:1px solid var(--border);height:39px;color:var(--text-muted);background:var(--bg);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:7px 10px;font-size:.55rem;font-weight:800}.purchase-history td{border-bottom:1px solid var(--border);height:50px;color:var(--text-secondary);padding:8px 10px;font-size:.62rem}.purchase-history tbody tr{cursor:pointer;transition:background-color .1s,box-shadow .1s}.purchase-history tbody tr:hover{background:var(--primary-soft);box-shadow:inset 3px 0 var(--primary)}.purchase-history td>button{width:30px;height:30px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.purchase-history td>button:hover{border-color:var(--border);color:var(--primary);background:var(--surface)}.purchase-history-skeleton td{height:50px}.purchase-history-skeleton .h-3{height:10px}.purchase-history-pagination{justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:8px 12px;display:flex}.purchase-history-pagination>span{color:var(--text-muted);font-size:.59rem}.purchase-history-pagination>div{gap:5px;display:flex}.purchase-history-pagination button{border:1px solid var(--border);min-height:31px;color:var(--text-secondary);background:var(--surface);border-radius:7px;align-items:center;gap:4px;padding:5px 9px;font-size:.59rem;display:flex}.purchase-history-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.purchase-detail-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.purchase-detail-modal{border:1px solid var(--border);background:var(--surface);width:min(940px,100%);max-height:calc(100vh - 40px);box-shadow:var(--shadow-lg);border-radius:12px;overflow:auto}.purchase-detail-modal>header{z-index:5;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.purchase-detail-modal header p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.56rem;font-weight:800}.purchase-detail-modal header h3{margin:2px 0}.purchase-detail-modal header span{color:var(--text-muted);font-size:.6rem}.purchase-detail-modal header button{border:1px solid var(--border);background:var(--surface);border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.purchase-detail-summary{grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;display:grid}.purchase-detail-summary>div{border:1px solid var(--border);background:var(--bg);border-radius:8px;flex-direction:column;padding:10px;display:flex}.purchase-detail-summary span{color:var(--text-muted);font-size:.55rem}.purchase-detail-summary strong{margin-top:4px;font-size:.75rem}.purchase-detail-table{border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow-x:auto}.purchase-detail-table table{border-collapse:collapse;text-align:left;width:100%;min-width:720px}.purchase-detail-table th{color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:8px 11px;font-size:.55rem}.purchase-detail-table td{border-top:1px solid var(--border);padding:9px 11px;font-size:.63rem}.purchase-detail-table td:nth-child(2){flex-direction:column;display:flex}.purchase-detail-table td small{color:var(--text-muted);margin-top:2px;font-size:.52rem}.purchase-detail-table input{border:1px solid var(--border-strong);border-radius:7px;width:85px;height:35px;padding:5px 7px;min-height:35px!important}.purchase-detail-modal form>footer{justify-content:flex-end;gap:8px;padding:12px;display:flex}.purchase-detail-modal form>footer>input{border:1px solid var(--border-strong);border-radius:8px;min-width:260px;height:38px;padding:7px 9px}.purchase-draft-actions{justify-content:flex-end;gap:8px;padding:12px;display:flex}.purchase-row-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.purchase-row-actions button{border:1px solid var(--border);min-height:32px;color:var(--primary);background:var(--surface);white-space:nowrap;border-radius:8px;padding:6px 9px;font-size:.58rem;font-weight:750}.purchase-payment-modal{width:min(720px,100%)}.purchase-payment-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;display:grid}.purchase-payment-fields .purchase-field:last-child{grid-column:1/-1}.purchase-payment-fields textarea{min-height:80px}.purchase-payment-modal>footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:14px;display:flex}@media (width<=1320px){.supplier-information__grid{grid-template-columns:repeat(3,1fr)}.supplier-select{grid-column:span 2}.supplier-fact{border-bottom:1px solid var(--border);min-height:54px}.purchase-history-toolbar{grid-template-columns:repeat(3,1fr)}.purchase-history-toolbar>label:first-child{grid-column:span 2}}@media (width<=1100px){.purchase-invoice{grid-template-columns:1fr}.purchase-summary{position:relative;top:auto}.purchase-summary__actions{grid-template-columns:repeat(5,1fr)}.purchase-summary__actions .ui-button:nth-child(2),.purchase-summary__actions .ui-button:last-child{grid-area:auto}.purchase-details__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.purchase-header{flex-direction:column;align-items:flex-start}.purchase-header>div:last-child{width:100%}.purchase-header>div:last-child .ui-button{flex:1}.supplier-information__grid{grid-template-columns:1fr 1fr}.supplier-select{border-right:0;grid-column:1/-1}.purchase-notes>div:nth-child(2){grid-template-columns:1fr}.purchase-history-toolbar{grid-template-columns:1fr 1fr}.purchase-history-toolbar>label:first-child{grid-column:1/-1}.purchase-summary__actions,.purchase-detail-summary{grid-template-columns:1fr 1fr}.purchase-detail-modal form>footer{flex-direction:column;align-items:stretch}.purchase-detail-modal form>footer>input{min-width:0}}@media (width<=520px){.supplier-information__grid,.purchase-details__grid,.purchase-history-toolbar{grid-template-columns:1fr}.supplier-select,.purchase-history-toolbar>label:first-child{grid-column:auto}.supplier-fact{border-right:0}.purchase-summary__actions,.purchase-detail-summary{grid-template-columns:1fr}.purchase-detail-backdrop{padding:0}.purchase-detail-modal{border-radius:0;max-height:100vh}}@media print{body *{visibility:hidden!important}.purchase-invoice,.purchase-invoice *{visibility:visible!important}.purchase-invoice{width:100%;display:block;position:absolute;inset:0}.purchase-summary{margin-top:12px;position:static}.purchase-summary__actions,.purchase-notes,.medicine-grid-section>footer{display:none!important}.purchase-grid{min-width:0}.purchase-grid th,.purchase-grid td{padding:4px!important}.purchase-grid td:last-child,.purchase-grid th:last-child{display:none}}.purchase-invoice,.purchase-invoice__main,.purchase-invoice__main>*{min-width:0;max-width:100%}.medicine-grid-section{width:100%;min-width:0;overflow:hidden}.purchase-grid-scroll{border-bottom:1px solid var(--border);scrollbar-gutter:stable;overscroll-behavior-inline:contain;width:100%;max-width:100%;padding-bottom:8px;overflow:auto hidden}.purchase-grid{table-layout:fixed;width:1490px;min-width:1490px}.purchase-grid thead{position:static}.purchase-grid th,.purchase-grid td{box-sizing:border-box}.purchase-grid th{vertical-align:middle;height:44px;padding:9px 8px;line-height:1.25}.purchase-grid td{vertical-align:middle;height:60px;padding:9px 8px}.purchase-grid th:nth-child(4),.purchase-grid td:nth-child(4),.purchase-grid th:nth-child(5),.purchase-grid td:nth-child(5){width:95px}.purchase-grid th:nth-child(6),.purchase-grid td:nth-child(6),.purchase-grid th:nth-child(7),.purchase-grid td:nth-child(7){width:125px}.purchase-grid th:nth-child(8),.purchase-grid td:nth-child(8){width:90px}.purchase-grid th:nth-child(9),.purchase-grid td:nth-child(9){width:100px}.purchase-grid th:nth-child(10),.purchase-grid td:nth-child(10){width:110px}.purchase-grid th:nth-child(11),.purchase-grid td:nth-child(11){width:125px}.purchase-grid th:nth-child(12),.purchase-grid td:nth-child(12){width:60px}.purchase-grid td>input,.purchase-medicine-search{height:42px}.purchase-grid td>input{padding:8px 9px;font-size:.66rem;min-height:42px!important}.purchase-medicine-search{padding-inline:9px}.purchase-medicine-search>input{font-size:.68rem;min-height:40px!important}.purchase-margin,.purchase-line-total{height:42px}.purchase-grid th:last-child,.purchase-grid td:last-child{z-index:4;border-left:1px solid var(--border);background:var(--surface);position:sticky;right:0}.purchase-grid th:last-child{z-index:5;background:var(--bg)}.purchase-grid td:last-child button{width:38px;height:42px;margin-inline:auto}.medicine-grid-section>footer{background:var(--surface);border-top:0;flex-wrap:wrap;min-height:58px;padding:10px 14px}.medicine-grid-section>footer .ui-button{min-height:38px}.medicine-grid-section>footer>span{border:1px solid var(--border);background:var(--bg);white-space:nowrap;border-radius:8px;align-items:center;min-height:32px;padding:6px 10px;font-size:.62rem;font-weight:650;display:inline-flex}@media (width<=760px){.medicine-grid-section>footer{flex-direction:column;align-items:stretch}.medicine-grid-section>footer .ui-button{width:100%}.medicine-grid-section>footer>span{white-space:normal;justify-content:center;width:100%}}.purchase-medicine-search>div button.active{background:var(--primary-soft)}.purchase-edit-packaging{color:var(--primary);background:0 0;border:0;align-self:flex-start;padding:0;font-size:.5rem;font-weight:750}.purchase-packaging-editor{border:1px solid var(--border);background:var(--surface);width:min(920px,100vw - 24px);max-height:calc(100vh - 24px);box-shadow:var(--shadow-lg);border-radius:12px;overflow:auto}.purchase-packaging-editor>header,.purchase-packaging-editor>footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.purchase-packaging-editor>header p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.57rem;font-weight:800}.purchase-packaging-editor>header h3{margin:3px 0;font-size:1rem}.purchase-packaging-editor>header span{font-size:.62rem;font-weight:700}.purchase-packaging-editor>header span.master{color:var(--success)}.purchase-packaging-editor>header span.modified{color:var(--warning)}.purchase-packaging-editor>header>button{background:var(--bg);border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.purchase-packaging-body{gap:12px;padding:16px;display:grid}.purchase-packaging-body>section{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:14px}.purchase-packaging-body h4{margin:0 0 12px;font-size:.72rem}.purchase-packaging-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.purchase-packaging-equation{background:var(--primary-soft);color:var(--text-secondary);border-radius:8px;margin-top:12px;padding:10px;font-size:.68rem}.purchase-packaging-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.purchase-packaging-summary span{border:1px solid var(--border);color:var(--text-muted);border-radius:8px;flex-direction:column;padding:9px;font-size:.55rem;display:flex}.purchase-packaging-summary strong{color:var(--text);margin-top:3px;font-size:.68rem}.purchase-packaging-persistence{grid-template-columns:1fr 1fr;gap:10px;display:grid!important}.purchase-packaging-persistence label{border:1px solid var(--border);border-radius:8px;align-items:flex-start;gap:9px;padding:10px;display:flex}.purchase-packaging-persistence input{margin-top:2px}.purchase-packaging-persistence span{flex-direction:column;display:flex}.purchase-packaging-persistence strong{font-size:.65rem}.purchase-packaging-persistence small{color:var(--text-muted);margin-top:3px;font-size:.55rem}.purchase-packaging-editor>footer{border-top:1px solid var(--border);border-bottom:0;justify-content:flex-end}@media (width<=760px){.purchase-packaging-fields,.purchase-packaging-summary{grid-template-columns:1fr 1fr}.purchase-packaging-persistence{grid-template-columns:1fr!important}}@media (width<=520px){.purchase-packaging-fields{grid-template-columns:1fr}}@media print{.purchase-grid-scroll{border-bottom:0;padding-bottom:0;overflow:visible}.purchase-grid{table-layout:auto;width:100%;min-width:0}.purchase-grid th,.purchase-grid td{height:auto;padding:4px!important}.purchase-grid th:last-child,.purchase-grid td:last-child{display:none;position:static}}.customer-workspace{flex-direction:column;gap:14px;display:flex}.customer-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.customer-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 2px;font-size:.64rem;font-weight:800}.customer-header h2{margin:0;font-size:1.45rem}.customer-header span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.customer-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;display:grid}.customer-kpi{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:91px;box-shadow:var(--shadow-xs);border-radius:12px;align-items:flex-start;gap:9px;padding:13px;display:flex}.customer-kpi>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.customer-kpi.success>span{color:var(--success);background:var(--success-soft)}.customer-kpi.info>span{color:var(--info);background:var(--info-soft)}.customer-kpi.warning>span{color:var(--warning);background:var(--warning-soft)}.customer-kpi.danger>span{color:var(--danger);background:var(--danger-soft)}.customer-kpi>div{flex-direction:column;min-width:0;display:flex}.customer-kpi small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;font-weight:650;overflow:hidden}.customer-kpi strong{color:var(--text);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.9rem;overflow:hidden}.customer-kpi p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.54rem;overflow:hidden}.customer-toolbar{top:calc(var(--topbar-height) + 8px);z-index:18;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;grid-template-columns:minmax(250px,1.4fr) repeat(4,minmax(125px,.7fr)) auto;align-items:center;gap:7px;padding:9px;display:grid;position:sticky}.customer-search{border:1px solid var(--border-strong);height:40px;color:var(--text-subtle);background:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.customer-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.customer-search input{flex:1;min-width:0;font-size:.67rem;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0!important}.customer-search button{background:0 0;border:0;place-items:center;width:26px;height:26px;padding:0;display:grid}.customer-toolbar>select{border:1px solid var(--border-strong);min-width:0;height:40px;color:var(--text-secondary);border-radius:8px;padding:0 27px 0 9px;font-size:.64rem;font-weight:600}.customer-toolbar__actions{gap:6px;display:flex}.customer-toolbar__actions .ui-button{white-space:nowrap}.customer-table-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:visible}.customer-table-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:52px;padding:9px 13px;display:flex;position:relative}.customer-table-card>header>div:first-child{flex-direction:column;display:flex}.customer-table-card>header strong{font-size:.74rem}.customer-table-card>header span{color:var(--text-muted);font-size:.58rem}.customer-column-control{position:relative}.customer-column-control>button{border:1px solid var(--border);min-height:32px;color:var(--text-secondary);background:var(--surface);border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:.61rem;display:flex}.customer-column-control>div{z-index:25;border:1px solid var(--border);background:var(--surface);width:190px;box-shadow:var(--shadow-lg);border-radius:9px;padding:7px;position:absolute;top:calc(100% + 7px);right:0}.customer-column-control label{text-transform:capitalize;border-radius:6px;align-items:center;gap:7px;min-height:31px;padding:4px 6px;font-size:.61rem;display:flex}.customer-column-control label:hover{background:var(--bg)}.customer-table input[type=checkbox],.customer-column-control input{width:15px;height:15px;accent-color:var(--primary);min-height:15px!important}.customer-bulk{gap:7px;flex-direction:row!important;align-items:center!important;display:flex!important}.customer-bulk strong{color:var(--primary)!important;font-size:.64rem!important}.customer-bulk button{border:1px solid var(--border);background:var(--surface);border-radius:6px;align-items:center;gap:4px;min-height:28px;padding:4px 7px;font-size:.58rem;display:flex}.customer-table-scroll{max-height:610px;overflow:auto}.customer-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1280px}.customer-table thead{z-index:4;position:sticky;top:0}.customer-table th{border-bottom:1px solid var(--border);height:40px;color:var(--text-muted);background:var(--bg);letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;padding:7px 9px;font-size:.55rem;font-weight:800}.customer-table td{border-bottom:1px solid var(--border);height:59px;color:var(--text-secondary);vertical-align:middle;padding:8px 9px;font-size:.63rem}.customer-table tbody tr{cursor:pointer;transition:background-color .1s,box-shadow .1s}.customer-table tbody tr:hover{background:color-mix(in srgb,var(--primary-soft) 50%,transparent);box-shadow:inset 3px 0 var(--primary)}.customer-table tbody tr[aria-selected=true]{background:var(--primary-soft)}.customer-table tbody tr:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.customer-table th:first-child,.customer-table td:first-child{text-align:center;width:35px}.customer-table th:nth-child(2),.customer-table td:nth-child(2){text-align:center;width:44px}.customer-avatar,.customer-mini-avatar{color:var(--primary);background:var(--primary-soft);border-radius:9px;place-items:center;font-weight:800;display:grid}.customer-avatar{width:32px;height:32px;font-size:.59rem}.customer-mini-avatar{flex:none;width:29px;height:29px;font-size:.53rem}.customer-identity{flex-direction:column;min-width:170px;display:flex}.customer-identity strong{max-width:190px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.customer-identity small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.customer-email{text-overflow:ellipsis;white-space:nowrap;max-width:155px;display:block;overflow:hidden}.customer-balance{border-radius:6px;padding:4px 6px;font-size:.61rem;display:inline-flex}.customer-balance.due{color:#92400e;background:var(--warning-soft)}.customer-balance.credit{color:var(--success);background:var(--success-soft)}.customer-balance.clear{color:var(--text-muted);background:var(--bg)}.customer-actions{justify-content:flex-end;gap:3px;display:flex}.customer-actions button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.customer-actions button:hover{border-color:var(--border);color:var(--primary);background:var(--primary-soft)}.customer-actions button:last-child:hover{color:var(--danger);background:var(--danger-soft)}.customer-skeleton-check{width:14px;height:14px}.customer-skeleton-avatar{border-radius:9px;width:32px;height:32px}.customer-skeleton-name{width:150px;height:27px}.customer-skeleton-cell,.customer-inline-skeleton{height:11px}.customer-inline-skeleton{width:70px}.customer-pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:49px;padding:8px 12px;display:flex}.customer-pagination>span,.customer-pagination div>span{color:var(--text-muted);font-size:.59rem}.customer-pagination>div{align-items:center;gap:7px;display:flex}.customer-pagination button{border:1px solid var(--border);width:30px;height:30px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:grid}.customer-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.customer-analytics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.customer-analytics-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.customer-analytics-card>header{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:11px 12px;display:flex}.customer-analytics-card>header>span{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.customer-analytics-card>header>div{flex-direction:column;display:flex}.customer-analytics-card header strong{font-size:.68rem}.customer-analytics-card header small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.customer-analytics-card>div button{border:0;border-bottom:1px solid var(--border);text-align:left;background:0 0;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:47px;padding:7px 10px;display:grid}.customer-analytics-card>div button:hover{background:var(--primary-soft)}.customer-analytics-card>div button>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.customer-analytics-card>div button strong{text-overflow:ellipsis;white-space:nowrap;font-size:.61rem;overflow:hidden}.customer-analytics-card>div button small{color:var(--text-muted);margin-top:2px;font-size:.5rem}.customer-analytics-card>div button b{max-width:100px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.57rem;overflow:hidden}.customer-analytics-card>div>p{color:var(--text-muted);text-align:center;margin:0;padding:22px 10px;font-size:.59rem}.customer-drawer-backdrop{z-index:79;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a6b;border:0;position:fixed;inset:0}.customer-drawer{z-index:80;border-left:1px solid var(--border);background:var(--surface);flex-direction:column;width:min(470px,100vw);height:100vh;animation:.15s ease-out customer-drawer-in;display:flex;position:fixed;top:0;right:0;box-shadow:-16px 0 40px #0f172a29}@keyframes customer-drawer-in{0%{opacity:.65;transform:translate(18px)}}.customer-drawer>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:72px;padding:13px 16px;display:flex}.customer-drawer>header>div{align-items:center;gap:9px;display:flex}.customer-drawer>header>div>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.customer-drawer h3{margin:0}.customer-drawer header p{color:var(--text-muted);margin:2px 0 0;font-size:.59rem}.customer-drawer header>button{background:0 0;border:0;border-radius:7px;place-items:center;width:33px;height:33px;display:grid}.customer-drawer form{flex-direction:column;flex:1;display:flex;overflow-y:auto}.customer-drawer fieldset{border:0;border-bottom:1px solid var(--border);flex-direction:column;gap:11px;margin:0;padding:16px;display:flex}.customer-drawer legend{color:var(--text);margin-bottom:2px;font-size:.69rem;font-weight:800}.customer-drawer fieldset>div{grid-template-columns:1fr 1fr;gap:9px;display:grid}.customer-drawer label{flex-direction:column;gap:5px;display:flex}.customer-drawer label>span{color:var(--text-secondary);font-size:.62rem;font-weight:700}.customer-drawer input,.customer-drawer select,.customer-drawer textarea{border:1px solid var(--border-strong);border-radius:8px;width:100%;min-height:40px;padding:7px 9px;font-size:.66rem}.customer-drawer textarea{resize:vertical;min-height:78px}.customer-drawer label>small{color:var(--text-muted);font-size:.53rem}.customer-tag-input{border:1px solid var(--border-strong);height:40px;color:var(--text-subtle);border-radius:8px;align-items:center;padding:0 8px;grid-template-columns:none!important;gap:6px!important;display:flex!important}.customer-tag-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.customer-tag-input input{min-width:0;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0!important}.customer-local-note{color:var(--text-muted);background:var(--bg);border-radius:7px;margin:0;padding:8px 9px;font-size:.54rem;line-height:1.45}.customer-drawer footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:8px;margin-top:auto;padding:12px 16px;display:flex;position:sticky;bottom:0}.customer-profile-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a94;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.customer-profile{border:1px solid var(--border);background:var(--surface);width:min(1120px,100%);height:min(760px,100vh - 36px);box-shadow:var(--shadow-lg);border-radius:12px;grid-template-rows:auto auto minmax(0,1fr);display:grid;overflow:hidden}.customer-profile>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.customer-profile__identity{align-items:center;gap:11px;display:flex}.customer-profile__identity>span{width:42px;height:42px;color:var(--primary);background:var(--primary-soft);border-radius:11px;place-items:center;font-size:.7rem;font-weight:800;display:grid}.customer-profile__identity p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.54rem;font-weight:800}.customer-profile__identity h3{margin:2px 0}.customer-profile__identity small{color:var(--text-muted);font-size:.58rem}.customer-profile>header>div:last-child{align-items:center;gap:7px;display:flex}.customer-profile>header>div:last-child>button{border:1px solid var(--border);background:var(--surface);border-radius:8px;place-items:center;width:35px;height:35px;display:grid}.customer-profile>nav{border-bottom:1px solid var(--border);background:var(--bg);gap:3px;padding:7px 12px;display:flex;overflow-x:auto}.customer-profile>nav button{min-height:33px;color:var(--text-muted);white-space:nowrap;background:0 0;border:0;border-radius:7px;padding:6px 11px;font-size:.62rem;font-weight:650}.customer-profile>nav button:hover{color:var(--primary);background:var(--primary-soft)}.customer-profile>nav button.active{color:var(--primary);background:var(--surface);box-shadow:var(--shadow-xs)}.customer-profile__content{background:var(--bg);min-height:0;padding:14px;overflow:auto}.customer-profile-loading{gap:12px;display:grid}.customer-overview{flex-direction:column;gap:12px;display:flex}.customer-profile-metrics{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.customer-profile-metrics article{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:9px;padding:12px;display:flex}.customer-profile-metrics article>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.customer-profile-metrics article.warning>span{color:var(--warning);background:var(--warning-soft)}.customer-profile-metrics article>div{flex-direction:column;min-width:0;display:flex}.customer-profile-metrics small{color:var(--text-muted);font-size:.55rem}.customer-profile-metrics strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.75rem;overflow:hidden}.customer-overview>section,.customer-payments>section,.customer-notes-view,.customer-payment-form{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:hidden}.customer-overview>section>header,.customer-payments>section>header,.customer-notes-view>header,.customer-payment-form>header{border-bottom:1px solid var(--border);padding:11px 13px;font-size:.68rem}.customer-contact-grid{grid-template-columns:1fr 1fr;display:grid}.customer-contact-grid>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;gap:9px;padding:13px;display:flex}.customer-contact-grid>div>span{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.customer-contact-grid>div>div{flex-direction:column;min-width:0;display:flex}.customer-contact-grid small{color:var(--text-muted);font-size:.54rem}.customer-contact-grid strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.62rem;overflow:hidden}.customer-profile-table{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:auto}.customer-profile-table table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:780px}.customer-profile-table th{border-bottom:1px solid var(--border);color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:9px 10px;font-size:.55rem;position:sticky;top:0}.customer-profile-table td{border-bottom:1px solid var(--border);padding:9px 10px;font-size:.62rem}.customer-profile-table tbody tr:hover{background:var(--primary-soft)}.customer-profile-table td>button{color:var(--primary);background:var(--primary-soft);border:0;border-radius:6px;padding:5px 8px;font-size:.57rem;font-weight:700}.customer-payments{flex-direction:column;gap:12px;display:flex}.customer-payments>section>header{justify-content:space-between;display:flex}.customer-payments>section>header span{color:var(--text-muted);font-size:.55rem}.customer-payment-form>header>div{align-items:center;gap:8px;display:flex}.customer-payment-form>header svg{color:var(--primary)}.customer-payment-form>header span{flex-direction:column;display:flex}.customer-payment-form>header small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.customer-payment-form>div{grid-template-columns:repeat(4,1fr) auto;align-items:end;gap:8px;padding:12px;display:grid}.customer-payment-form label{flex-direction:column;gap:4px;display:flex}.customer-payment-form label span{color:var(--text-secondary);font-size:.58rem;font-weight:700}.customer-payment-form input,.customer-payment-form select{border:1px solid var(--border-strong);border-radius:7px;height:38px;padding:7px 8px;font-size:.62rem}.customer-notes-view>div{padding:14px}.customer-notes-view>div>span{color:var(--text-muted);text-transform:uppercase;font-size:.56rem;font-weight:700}.customer-notes-view p{background:var(--bg);border-radius:7px;margin:4px 0 14px;padding:10px;font-size:.64rem;line-height:1.5}@media (width<=1400px){.customer-kpis{grid-template-columns:repeat(3,1fr)}.customer-toolbar{grid-template-columns:minmax(230px,1.3fr) repeat(3,minmax(120px,.7fr)) auto}.customer-toolbar>select:nth-of-type(4){display:none}.customer-analytics{grid-template-columns:1fr 1fr}}@media (width<=1050px){.customer-toolbar{grid-template-columns:repeat(3,1fr)}.customer-search{grid-column:span 2}.customer-toolbar__actions{grid-column:span 2;justify-content:flex-end}.customer-payment-form>div{grid-template-columns:1fr 1fr}.customer-payment-form .ui-button{grid-column:1/-1}.customer-profile-metrics{grid-template-columns:1fr 1fr}}@media (width<=760px){.customer-header{flex-direction:column;align-items:flex-start}.customer-header .ui-button{width:100%}.customer-toolbar{grid-template-columns:1fr 1fr;position:relative;top:auto}.customer-search,.customer-toolbar__actions{grid-column:1/-1}.customer-table-scroll{max-height:none}.customer-analytics{grid-template-columns:1fr}.customer-profile-backdrop{padding:0}.customer-profile{border-radius:0;height:100vh}.customer-contact-grid{grid-template-columns:1fr}.customer-profile__identity small{display:none}}@media (width<=520px){.customer-kpis,.customer-toolbar,.customer-profile-metrics,.customer-payment-form>div{grid-template-columns:1fr}.customer-search,.customer-toolbar__actions{grid-column:auto}.customer-toolbar__actions .ui-button{flex:1}.customer-kpi{min-height:78px}.customer-drawer{width:100vw}.customer-drawer fieldset>div{grid-template-columns:1fr}.customer-drawer footer .ui-button{flex:1}.customer-profile>header{align-items:flex-start}.customer-profile>header .ui-button{display:none}.customer-profile__content{padding:9px}.customer-pagination{flex-direction:column;align-items:flex-start}}.settings-center{flex-direction:column;gap:14px;display:flex}.settings-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.settings-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 2px;font-size:.64rem;font-weight:800}.settings-header h2{margin:0;font-size:1.45rem}.settings-header>div:first-child>span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.settings-header>div:last-child{align-items:center;gap:7px;display:flex}.settings-branch{border:1px solid var(--border);height:38px;color:var(--text-muted);background:var(--surface);border-radius:8px;align-items:center;gap:6px;padding:0 10px;font-size:.62rem;display:flex}.settings-layout{grid-template-columns:235px minmax(0,1fr);align-items:start;gap:12px;display:grid}.settings-nav{top:calc(var(--topbar-height) + 10px);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;padding:7px;position:sticky;overflow:hidden}.settings-nav button{width:100%;min-height:49px;color:var(--text-secondary);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:7px 9px;display:flex;position:relative}.settings-nav button:hover{color:var(--primary);background:var(--bg)}.settings-nav button.active{color:var(--primary);background:var(--primary-soft);box-shadow:inset 3px 0 var(--primary)}.settings-nav button>span{width:30px;height:30px;color:var(--text-muted);background:var(--bg);border-radius:7px;flex:none;place-items:center;display:grid}.settings-nav button.active>span{color:var(--primary);background:var(--surface)}.settings-nav button>div{flex-direction:column;min-width:0;display:flex}.settings-nav strong{font-size:.64rem}.settings-nav small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.5rem;overflow:hidden}.settings-content{min-width:0}.settings-panel{flex-direction:column;gap:12px;display:flex}.settings-panel-header{border:1px solid var(--border);background:var(--surface);min-height:70px;box-shadow:var(--shadow-xs);border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:13px 15px;display:flex}.settings-panel-header p{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.56rem;font-weight:800}.settings-panel-header h3{margin:2px 0;font-size:1rem}.settings-panel-header span{color:var(--text-muted);font-size:.6rem;display:block}.settings-loading{flex-direction:column;gap:12px;display:flex}.settings-loading>div{grid-template-columns:235px 1fr;gap:12px;display:grid}.settings-loading__header{height:70px}.settings-loading__nav{height:520px}.settings-loading__content{height:620px}.settings-overview-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.settings-overview-cards button{border:1px solid var(--border);min-width:0;color:var(--text);background:var(--surface);box-shadow:var(--shadow-xs);text-align:left;border-radius:11px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:13px;display:grid}.settings-overview-cards button:hover{border-color:color-mix(in srgb,var(--primary) 28%,var(--border));background:var(--primary-soft)}.settings-overview-cards button>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.settings-overview-cards button>div{flex-direction:column;min-width:0;display:flex}.settings-overview-cards small{color:var(--text-muted);font-size:.54rem}.settings-overview-cards strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.72rem;overflow:hidden}.settings-overview-cards p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.51rem;overflow:hidden}.settings-overview-cards button>svg{color:var(--text-subtle)}.settings-overview-section,.settings-history-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.settings-overview-section>header,.settings-history-card>header{border-bottom:1px solid var(--border);justify-content:space-between;padding:11px 13px;display:flex}.settings-overview-section>header strong{font-size:.69rem}.settings-overview-section>header span{color:var(--text-muted);font-size:.55rem}.settings-overview-section>div article{border-bottom:1px solid var(--border);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:52px;padding:8px 13px;display:grid}.settings-overview-section article>span{width:27px;height:27px;color:var(--success);background:var(--success-soft);border-radius:7px;place-items:center;display:grid}.settings-overview-section article>span.warning{color:var(--warning);background:var(--warning-soft)}.settings-overview-section article>div{flex-direction:column;display:flex}.settings-overview-section article strong{font-size:.62rem}.settings-overview-section article small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.settings-overview-section article>b{color:var(--text-secondary);font-size:.57rem}.settings-form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.settings-form-card,.settings-receipt-card,.settings-policy-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.settings-form-card--wide{grid-column:1/-1}.settings-form-card>header,.settings-receipt-card>header,.settings-import-workspace>header,.settings-history-card>header,.customer-payment-form>header{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:11px 13px;display:flex}.settings-form-card>header>span,.settings-receipt-card>header>span{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.settings-form-card>header>div,.settings-receipt-card>header>div,.settings-history-card>header>div{flex-direction:column;display:flex}.settings-form-card header strong,.settings-receipt-card header strong,.settings-history-card header strong{font-size:.68rem}.settings-form-card header small,.settings-receipt-card header small,.settings-history-card header small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.settings-form-card>div{gap:11px;padding:14px;display:grid}.settings-field{flex-direction:column;gap:5px;display:flex}.settings-field>span{color:var(--text-secondary);font-size:.61rem;font-weight:700}.settings-field>span b{color:var(--danger)}.settings-field input,.settings-field select,.settings-field textarea{border:1px solid var(--border-strong);border-radius:8px;width:100%;min-height:40px;padding:7px 9px;font-size:.66rem}.settings-field textarea{resize:vertical;min-height:78px}.settings-field>small{color:var(--text-muted);font-size:.52rem}.settings-logo-preview{border:1px solid var(--border);background:var(--bg);border-radius:8px;align-items:center;gap:9px;padding:8px;display:flex}.settings-logo-preview img{object-fit:contain;background:var(--surface);border-radius:7px;width:38px;height:38px}.settings-logo-preview span{color:var(--text-muted);font-size:.56rem}.settings-pos-layout{grid-template-columns:minmax(330px,.8fr) minmax(300px,1.2fr);gap:10px;display:grid}.settings-receipt-card>div{border:1px dashed var(--border-strong);color:#111827;width:min(330px,100% - 28px);box-shadow:var(--shadow-sm);background:#fff;margin:14px auto;padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.settings-receipt-card>div.narrow{width:min(245px,100% - 28px)}.settings-receipt-card img{object-fit:contain;max-width:70px;max-height:45px;margin:0 auto 7px;display:block}.settings-receipt-card h4{text-align:center;margin:0}.settings-receipt-card p{color:#6b7280;text-align:center;margin:4px 0;font-size:.56rem}.settings-receipt-card hr{border:0;border-top:1px dashed #cbd5e1;margin:10px 0}.settings-receipt-card>div>span{margin:3px 0;font-size:.55rem;display:block}.settings-receipt-card>div>div{justify-content:space-between;margin:5px 0;font-size:.58rem;display:flex}.settings-receipt-card .total{font-size:.7rem}.settings-policy-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.settings-policy-card{align-items:flex-start;gap:11px;padding:15px;display:flex}.settings-policy-card>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.settings-policy-card>div{flex:1}.settings-policy-card strong{font-size:.69rem}.settings-policy-card p{color:var(--text-muted);margin:4px 0 11px;font-size:.58rem;line-height:1.45}.settings-policy-card input{border:1px solid var(--border-strong);border-radius:7px;width:100px;height:38px;padding:6px 8px}.settings-policy-card small{color:var(--text-muted);margin-left:6px;font-size:.55rem}.settings-toggle{background:var(--border-strong);border:0;border-radius:999px;align-items:center;width:36px;height:21px;padding:2px;transition:background .12s;display:flex}.settings-toggle span{width:17px;height:17px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;transition:transform .12s}.settings-toggle.active{background:var(--primary)}.settings-toggle.active span{transform:translate(15px)}.settings-users-table,.settings-audit-table,.settings-history-table{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:auto}.settings-users-table table,.settings-audit-table table,.settings-history-table table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:800px}.settings-users-table th,.settings-audit-table th,.settings-history-table th{border-bottom:1px solid var(--border);color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:9px 10px;font-size:.55rem;font-weight:800;position:sticky;top:0}.settings-users-table td,.settings-audit-table td,.settings-history-table td{border-bottom:1px solid var(--border);color:var(--text-secondary);padding:9px 10px;font-size:.62rem}.settings-users-table tbody tr:hover,.settings-audit-table tbody tr:hover,.settings-history-table tbody tr:hover{background:var(--primary-soft)}.settings-user,.settings-audit-user{align-items:center;gap:8px;display:flex}.settings-user>span,.settings-audit-user>span{width:29px;height:29px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;font-size:.52rem;font-weight:800;display:grid}.settings-user>div,.settings-audit-user>div{flex-direction:column;min-width:0;display:flex}.settings-user strong,.settings-audit-user strong{font-size:.61rem}.settings-user small,.settings-audit-user small{color:var(--text-muted);margin-top:2px;font-size:.51rem}.settings-current-user{color:var(--primary);background:var(--primary-soft);border-radius:6px;padding:4px 6px;font-size:.55rem;font-weight:700}.settings-notification-list{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.settings-notification-list article{border-bottom:1px solid var(--border);grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:10px 13px;display:grid}.settings-notification-list article>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.settings-notification-list article>div{flex-direction:column;display:flex}.settings-notification-list strong{font-size:.65rem}.settings-notification-list p{color:var(--text-muted);margin:3px 0;font-size:.55rem}.settings-notification-list small{color:var(--warning);font-size:.5rem}.settings-import-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.settings-import-grid>article{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:11px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:12px;display:grid}.settings-import-grid>article.active{border-color:color-mix(in srgb,var(--success) 26%,var(--border))}.settings-import-grid article>span{width:34px;height:34px;color:var(--text-muted);background:var(--bg);border-radius:8px;place-items:center;display:grid}.settings-import-grid article.active>span{color:var(--primary);background:var(--primary-soft)}.settings-import-grid article>div{min-width:0}.settings-import-grid strong{font-size:.65rem}.settings-import-grid p{color:var(--text-muted);margin:3px 0 0;font-size:.53rem}.settings-import-workspace{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.settings-import-workspace>header{justify-content:space-between}.settings-import-workspace>header>div:first-child{align-items:center;gap:8px;display:flex}.settings-import-workspace>header>div:first-child>svg{color:var(--primary)}.settings-import-workspace>header span{flex-direction:column;display:flex}.settings-import-workspace>header strong{font-size:.68rem}.settings-import-workspace>header small{color:var(--text-muted);font-size:.53rem}.settings-import-workspace>header>div:last-child{gap:6px;display:flex}.settings-file-drop{border:1px dashed var(--border-strong);min-height:140px;color:var(--primary);background:var(--bg);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;margin:13px;padding:20px;display:flex;position:relative}.settings-file-drop:hover{border-color:var(--primary);background:var(--primary-soft)}.settings-file-drop input{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;inset:0}.settings-file-drop strong{color:var(--text);font-size:.66rem}.settings-file-drop span{color:var(--text-muted);font-size:.54rem}.settings-import-workspace>footer{justify-content:flex-end;gap:7px;padding:0 13px 13px;display:flex}.settings-import-result{color:var(--success);background:var(--success-soft);border-radius:8px;align-items:center;gap:8px;margin:0 13px 13px;padding:9px;display:flex}.settings-import-result span{flex-direction:column;display:flex}.settings-import-result strong{font-size:.62rem}.settings-import-result small{margin-top:2px;font-size:.52rem}.settings-history-card>header svg{color:var(--primary)}.settings-backup-metrics{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.settings-backup-metrics article{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;align-items:center;gap:9px;padding:12px;display:flex}.settings-backup-metrics article>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.settings-backup-metrics article>div{flex-direction:column;min-width:0;display:flex}.settings-backup-metrics small{color:var(--text-muted);font-size:.54rem}.settings-backup-metrics strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.69rem;overflow:hidden}.settings-backup-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.settings-backup-actions article{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:12px;display:grid}.settings-backup-actions article>span{width:34px;height:34px;color:var(--warning);background:var(--warning-soft);border-radius:8px;place-items:center;display:grid}.settings-backup-actions article strong{font-size:.64rem}.settings-backup-actions article p{color:var(--text-muted);margin:3px 0 0;font-size:.53rem}.settings-backup-list article{border-bottom:1px solid var(--border);grid-template-columns:32px minmax(0,1fr) auto 30px 30px;align-items:center;gap:8px;min-height:56px;padding:8px 12px;display:grid}.settings-backup-list article>span:first-child{width:31px;height:31px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.settings-backup-list article>div{flex-direction:column;min-width:0;display:flex}.settings-backup-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.61rem;overflow:hidden}.settings-backup-list small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.51rem;overflow:hidden}.settings-backup-list article>button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.settings-backup-list article>button:hover{color:var(--primary);border-color:var(--border);background:var(--primary-soft)}.settings-backup-list article>button:last-child:hover{color:var(--danger);background:var(--danger-soft)}.settings-security-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.settings-security-grid>article{border:1px solid var(--border);background:var(--surface);min-height:170px;box-shadow:var(--shadow-xs);border-radius:11px;padding:14px}.settings-security-grid article>header{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.settings-security-grid article>header>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.settings-security-grid article>strong{font-size:.7rem}.settings-security-grid article>p{color:var(--text-muted);margin:5px 0;font-size:.57rem;line-height:1.5}.settings-security-grid ul{color:var(--text-secondary);margin:10px 0 0;padding-left:18px;font-size:.56rem;line-height:1.8}.settings-device-current{background:var(--bg);border-radius:8px;align-items:center;padding:9px;gap:8px!important;display:flex!important}.settings-device-current>span:first-child{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;font-size:.53rem;font-weight:800;display:grid}.settings-device-current>span:last-child{flex-direction:column;display:flex}.settings-device-current strong{font-size:.58rem}.settings-device-current small{color:var(--text-muted);font-size:.5rem}.settings-audit-toolbar{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:11px;grid-template-columns:minmax(220px,1.25fr) repeat(4,minmax(115px,.7fr)) auto;gap:7px;padding:9px;display:grid}.settings-audit-toolbar>label{border:1px solid var(--border-strong);height:39px;color:var(--text-subtle);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.settings-audit-toolbar label input{flex:1;min-width:0;min-height:37px!important;box-shadow:none!important;border:0!important;padding:0!important}.settings-audit-toolbar>input,.settings-audit-toolbar>select{border:1px solid var(--border-strong);border-radius:8px;min-width:0;height:39px;padding:6px 8px;font-size:.61rem}.settings-audit-table{max-height:610px}.settings-audit-table table{min-width:1100px}.settings-audit-table code{color:var(--text-muted);font-size:.53rem}.settings-module-badge{color:var(--accent);background:var(--accent-soft);border-radius:6px;padding:4px 6px;font-size:.54rem;font-weight:700;display:inline-flex}.settings-audit-pagination{border:1px solid var(--border);background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.settings-audit-pagination>span{color:var(--text-muted);font-size:.58rem}.settings-audit-pagination>div{gap:5px;display:flex}.settings-audit-pagination button{border:1px solid var(--border);width:30px;height:30px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:grid}.settings-audit-pagination button:hover:not(:disabled){color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}@media (width<=1350px){.settings-overview-cards,.settings-backup-metrics{grid-template-columns:1fr 1fr}.settings-audit-toolbar{grid-template-columns:repeat(3,1fr)}.settings-audit-toolbar>label{grid-column:span 2}}@media (width<=1050px){.settings-layout{grid-template-columns:1fr}.settings-nav{top:var(--topbar-height);z-index:18;border-radius:10px;display:flex;position:sticky;overflow-x:auto}.settings-nav button{min-width:150px}.settings-nav small{display:none}.settings-form-grid,.settings-pos-layout{grid-template-columns:1fr}.settings-form-card--wide{grid-column:auto}.settings-import-grid{grid-template-columns:1fr}.settings-security-grid{grid-template-columns:1fr 1fr}}@media (width<=760px){.settings-header{flex-direction:column;align-items:flex-start}.settings-header>div:last-child{width:100%}.settings-header .settings-branch{flex:1}.settings-overview-cards,.settings-policy-grid,.settings-backup-metrics,.settings-backup-actions,.settings-security-grid{grid-template-columns:1fr}.settings-import-workspace>header{flex-direction:column;align-items:flex-start}.settings-import-workspace>header>div:last-child{width:100%}.settings-import-workspace>header .ui-button{flex:1}.settings-audit-toolbar{grid-template-columns:1fr 1fr}.settings-audit-toolbar>label{grid-column:1/-1}.settings-panel-header{flex-direction:column;align-items:flex-start}.settings-panel-header .ui-button{width:100%}}@media (width<=520px){.settings-header>div:last-child{flex-direction:column;align-items:stretch}.settings-nav button{justify-content:center;min-width:54px;padding:7px}.settings-nav button>div{display:none}.settings-overview-cards,.settings-audit-toolbar{grid-template-columns:1fr}.settings-audit-toolbar>label{grid-column:auto}.settings-form-card>div{padding:11px}.settings-backup-list article{grid-template-columns:32px minmax(0,1fr) 30px 30px}.settings-backup-list .status-badge{display:none}.settings-import-workspace>header>div:last-child,.settings-import-workspace>footer{flex-direction:column;align-items:stretch}.settings-loading>div{grid-template-columns:1fr}.settings-loading__nav{height:60px}}.accounting-workspace{flex-direction:column;gap:14px;display:flex}.accounting-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.accounting-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 2px;font-size:.64rem;font-weight:800}.accounting-header h2{margin:0;font-size:1.45rem}.accounting-header>div:first-child>span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.accounting-header__actions{align-items:flex-end;gap:7px;display:flex}.accounting-header__actions>label{flex-direction:column;gap:3px;display:flex}.accounting-header__actions label span{color:var(--text-muted);font-size:.52rem;font-weight:700}.accounting-header__actions input{border:1px solid var(--border-strong);border-radius:8px;height:38px;padding:6px 8px;font-size:.61rem;min-height:38px!important}.accounting-kpis{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;display:grid}.accounting-kpi{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:94px;box-shadow:var(--shadow-xs);border-radius:12px;align-items:flex-start;gap:8px;padding:12px;display:flex}.accounting-kpi>span{width:31px;height:31px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.accounting-kpi.accent>span{color:var(--accent);background:var(--accent-soft)}.accounting-kpi.success>span{color:var(--success);background:var(--success-soft)}.accounting-kpi.warning>span{color:var(--warning);background:var(--warning-soft)}.accounting-kpi.danger>span{color:var(--danger);background:var(--danger-soft)}.accounting-kpi.neutral>span{color:var(--text-muted);background:var(--bg)}.accounting-kpi>div{flex-direction:column;min-width:0;display:flex}.accounting-kpi small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.55rem;font-weight:650;overflow:hidden}.accounting-kpi strong{color:var(--text);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.75rem;overflow:hidden}.accounting-kpi p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.5rem;overflow:hidden}.accounting-kpi-skeleton{width:85%;height:14px;margin-top:5px}.accounting-tabs{top:calc(var(--topbar-height) + 8px);z-index:18;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;gap:3px;padding:5px;display:flex;position:sticky;overflow-x:auto}.accounting-tabs button{min-height:34px;color:var(--text-muted);white-space:nowrap;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:.59rem;font-weight:650;display:flex}.accounting-tabs button:hover{color:var(--primary);background:var(--bg)}.accounting-tabs button.active{color:var(--primary);background:var(--primary-soft)}.accounting-chart-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.accounting-chart{border:1px solid var(--border);background:var(--surface);min-height:250px;box-shadow:var(--shadow-xs);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.accounting-chart>header{border-bottom:1px solid var(--border);padding:11px 13px}.accounting-chart>header>div{flex-direction:column;display:flex}.accounting-chart header strong{font-size:.68rem}.accounting-chart header small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.accounting-chart-loading{padding:28px 14px}.accounting-comparison-chart,.accounting-trend-chart{align-items:stretch;gap:10px;height:194px;padding:16px 13px 8px;display:flex}.accounting-comparison-chart>div{flex:1;grid-template-rows:1fr 18px;gap:5px;min-width:0;display:grid}.accounting-comparison-chart>div>span{border-bottom:1px solid var(--border);justify-content:center;align-items:flex-end;gap:4px;height:100%;display:flex}.accounting-comparison-chart i{border-radius:4px 4px 1px 1px;width:26%;min-height:3px}.accounting-comparison-chart i.revenue{background:var(--primary)}.accounting-comparison-chart i.expense{background:var(--warning)}.accounting-comparison-chart small,.accounting-trend-chart small{color:var(--text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.5rem;overflow:hidden}.accounting-trend-chart>div{flex:1;grid-template-rows:1fr 15px 17px;gap:2px;min-width:0;display:grid}.accounting-trend-chart>div>span{border-bottom:1px solid var(--border);justify-content:center;align-items:flex-end;display:flex}.accounting-trend-chart i{background:var(--success);border-radius:4px 4px 1px 1px;width:35%;min-height:4px;display:block}.accounting-trend-chart span.negative i{background:var(--danger)}.accounting-trend-chart b{color:var(--text-secondary);text-align:center;font-size:.49rem}.accounting-pie{grid-template-columns:160px minmax(0,1fr);align-items:center;gap:18px;min-height:194px;padding:14px;display:grid}.accounting-pie>div{border-radius:50%;justify-self:center;place-items:center;width:145px;height:145px;display:grid}.accounting-pie>div>span{width:82px;height:82px;color:var(--text);background:var(--surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex}.accounting-pie>div small{color:var(--text-muted);margin-top:2px;font-size:.49rem}.accounting-pie>section p{grid-template-columns:8px 1fr auto;align-items:center;gap:6px;margin:8px 0;font-size:.56rem;display:grid}.accounting-pie section i{border-radius:2px;width:7px;height:7px}.accounting-pie section span{color:var(--text-muted);text-transform:capitalize}.accounting-pie section strong{font-size:.56rem}.accounting-chart-empty{min-height:194px;color:var(--text-subtle);background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.accounting-chart-empty span{font-size:.58rem}.accounting-expenses{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:visible}.accounting-expense-toolbar{top:calc(var(--topbar-height) + 54px);z-index:16;border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:minmax(210px,1.25fr) repeat(5,minmax(115px,.65fr)) auto;gap:7px;padding:9px;display:grid;position:sticky}.accounting-expense-toolbar>label{border:1px solid var(--border-strong);height:39px;color:var(--text-subtle);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.accounting-expense-toolbar label input{flex:1;min-width:0;min-height:37px!important;box-shadow:none!important;border:0!important;padding:0!important}.accounting-expense-toolbar>input,.accounting-expense-toolbar>select{border:1px solid var(--border-strong);border-radius:8px;min-width:0;height:39px;padding:6px 8px;font-size:.6rem}.accounting-expense-toolbar>div{gap:5px;display:flex}.accounting-expense-table{max-height:610px;overflow:auto}.accounting-expense-table table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1080px}.accounting-expense-table thead{z-index:4;position:sticky;top:0}.accounting-expense-table th{border-bottom:1px solid var(--border);height:40px;color:var(--text-muted);background:var(--bg);text-transform:uppercase;white-space:nowrap;padding:7px 10px;font-size:.55rem;font-weight:800}.accounting-expense-table td{border-bottom:1px solid var(--border);height:54px;color:var(--text-secondary);padding:8px 10px;font-size:.62rem}.accounting-expense-table tbody tr:hover{background:var(--primary-soft)}.accounting-category{color:var(--accent);background:var(--accent-soft);text-transform:capitalize;border-radius:6px;padding:4px 6px;font-size:.55rem;font-weight:700;display:inline-flex}.accounting-untracked{color:var(--text-subtle);font-size:.56rem}.accounting-row-actions{justify-content:flex-end;gap:3px;display:flex}.accounting-row-actions button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.accounting-row-actions button:hover{color:var(--primary);border-color:var(--border);background:var(--primary-soft)}.accounting-row-actions button:last-child:hover{color:var(--danger);background:var(--danger-soft)}.accounting-table-skeleton{height:11px}.accounting-pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:48px;padding:8px 12px;display:flex}.accounting-pagination>span{color:var(--text-muted);font-size:.58rem}.accounting-pagination>div{gap:5px;display:flex}.accounting-pagination button{border:1px solid var(--border);width:30px;height:30px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:grid}.accounting-pagination button:hover:not(:disabled){color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.accounting-statement{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.accounting-statement>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.accounting-statement>header>div{align-items:center;gap:8px;display:flex}.accounting-statement header svg{color:var(--primary)}.accounting-statement header span{flex-direction:column;display:flex}.accounting-statement header strong{font-size:.69rem}.accounting-statement header small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.accounting-statement>div{padding:8px 14px}.accounting-statement>div article{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:43px;padding:7px 4px;font-size:.63rem;display:flex}.accounting-statement article span{color:var(--text-secondary)}.accounting-statement article strong{font-size:.66rem}.accounting-statement article strong.negative{color:var(--danger)}.accounting-statement article.subtotal{background:var(--bg);border-radius:7px;margin-top:4px;padding-inline:8px;font-weight:700}.accounting-statement article.total{color:var(--primary);background:var(--primary-soft);border:0;margin:7px -14px -8px;padding:14px 18px;font-weight:800}.accounting-statement article.total strong{font-size:.83rem}.accounting-statement>p{color:var(--text-muted);background:var(--bg);margin:0;padding:10px 14px;font-size:.53rem}.accounting-profit-loss{max-width:800px;margin:auto}.accounting-cashbook{grid-template-columns:.8fr 1.2fr;gap:10px;display:grid}.accounting-balance-panel{border:1px solid var(--border);background:var(--surface);min-height:330px;box-shadow:var(--shadow-xs);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:28px;display:flex}.accounting-balance-panel>span{width:48px;height:48px;color:var(--primary);background:var(--primary-soft);border-radius:12px;place-items:center;display:grid}.accounting-balance-panel p{color:var(--text-muted);margin:12px 0 3px;font-size:.66rem}.accounting-balance-panel>strong{letter-spacing:-.03em;font-size:1.5rem}.accounting-balance-panel>small{max-width:460px;color:var(--text-muted);margin:7px 0 15px;font-size:.58rem;line-height:1.5}.accounting-unavailable{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px}.accounting-drawer-backdrop{z-index:79;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a6b;border:0;position:fixed;inset:0}.accounting-drawer{z-index:80;border-left:1px solid var(--border);background:var(--surface);flex-direction:column;width:min(440px,100vw);height:100vh;animation:.15s ease-out accounting-drawer-in;display:flex;position:fixed;top:0;right:0;box-shadow:-16px 0 40px #0f172a29}@keyframes accounting-drawer-in{0%{opacity:.65;transform:translate(18px)}}.accounting-drawer>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:72px;padding:13px 16px;display:flex}.accounting-drawer>header>div{align-items:center;gap:9px;display:flex}.accounting-drawer>header>div>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.accounting-drawer h3{margin:0}.accounting-drawer header p{color:var(--text-muted);margin:2px 0 0;font-size:.59rem}.accounting-drawer header>button{background:0 0;border:0;border-radius:7px;place-items:center;width:33px;height:33px;display:grid}.accounting-drawer form{flex-direction:column;flex:1;gap:13px;padding:17px;display:flex;overflow-y:auto}.accounting-drawer label{flex-direction:column;gap:5px;display:flex}.accounting-drawer label>span{color:var(--text-secondary);font-size:.62rem;font-weight:700}.accounting-drawer input,.accounting-drawer select,.accounting-drawer textarea{border:1px solid var(--border-strong);border-radius:8px;width:100%;min-height:41px;padding:7px 9px;font-size:.66rem}.accounting-drawer textarea{resize:vertical;min-height:100px}.accounting-amount-input{border:1px solid var(--border-strong);height:41px;color:var(--text-subtle);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.accounting-amount-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.accounting-amount-input input{min-width:0;min-height:39px!important;box-shadow:none!important;border:0!important;padding:0!important}.accounting-api-note{color:var(--text-muted);background:var(--bg);border-radius:8px;align-items:flex-start;gap:7px;padding:9px;font-size:.54rem;line-height:1.45;display:flex}.accounting-api-note svg{color:var(--warning);flex:none}.accounting-drawer footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:7px;margin:auto -17px -17px;padding:12px 17px;display:flex;position:sticky;bottom:-17px}@media (width<=1450px){.accounting-kpis,.accounting-expense-toolbar{grid-template-columns:repeat(4,1fr)}.accounting-expense-toolbar>label{grid-column:span 2}.accounting-expense-toolbar>div{grid-column:span 2;justify-content:flex-end}}@media (width<=1050px){.accounting-header{flex-direction:column;align-items:flex-start}.accounting-header__actions{flex-wrap:wrap;width:100%}.accounting-header__actions .ui-button:last-child{margin-left:auto}.accounting-chart-grid,.accounting-cashbook{grid-template-columns:1fr}.accounting-expense-toolbar{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.accounting-kpis{grid-template-columns:1fr 1fr}.accounting-tabs{top:var(--topbar-height)}.accounting-expense-toolbar{grid-template-columns:1fr 1fr;position:relative;top:auto}.accounting-expense-toolbar>label,.accounting-expense-toolbar>div{grid-column:1/-1}.accounting-pie{grid-template-columns:1fr}.accounting-header__actions>label{flex:1}.accounting-header__actions input{width:100%}.accounting-header__actions .ui-button:last-child{width:100%;margin:0}.accounting-pagination{flex-direction:column;align-items:flex-start}}@media (width<=520px){.accounting-kpis,.accounting-expense-toolbar{grid-template-columns:1fr}.accounting-expense-toolbar>label,.accounting-expense-toolbar>div{grid-column:auto}.accounting-expense-toolbar>div{grid-template-columns:1fr 1fr;display:grid}.accounting-expense-toolbar>div .ui-button:last-child{grid-column:1/-1}.accounting-header__actions>label{min-width:calc(50% - 5px)}.accounting-header__actions>.ui-button:not(:last-child){flex:1}.accounting-drawer{width:100vw}.accounting-drawer footer .ui-button{flex:1}.accounting-comparison-chart,.accounting-trend-chart{gap:4px;padding-inline:8px}}@media print{.accounting-print,.accounting-print *{visibility:visible!important}.accounting-print{width:100%;padding:0;position:absolute;inset:0}.sidebar,.topbar,.accounting-header__actions,.accounting-tabs,.accounting-expense-toolbar,.accounting-row-actions,.accounting-pagination,.accounting-drawer,.accounting-drawer-backdrop{display:none!important}.accounting-kpis{grid-template-columns:repeat(4,1fr)}.accounting-chart-grid{grid-template-columns:1fr 1fr}.accounting-expense-table{max-height:none;overflow:visible}}.reports-bi{flex-direction:column;gap:14px;display:flex}.reports-bi-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.reports-bi-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 2px;font-size:.64rem;font-weight:800}.reports-bi-header h2{margin:0;font-size:1.45rem}.reports-bi-header>div:first-child>span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.reports-bi-header>div:last-child{gap:6px;display:flex}.reports-category-grid{grid-template-columns:repeat(10,minmax(0,1fr));gap:7px;display:grid}.reports-category-grid button{border:1px solid var(--border);min-width:0;color:var(--text-secondary);background:var(--surface);box-shadow:var(--shadow-xs);text-align:left;border-radius:10px;grid-template-columns:29px minmax(0,1fr);align-items:center;gap:7px;padding:9px;display:grid}.reports-category-grid button>span{width:29px;height:29px;color:var(--text-muted);background:var(--bg);border-radius:7px;place-items:center;display:grid}.reports-category-grid button>div{flex-direction:column;min-width:0;display:flex}.reports-category-grid strong{font-size:.6rem}.reports-category-grid small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.48rem;display:none;overflow:hidden}.reports-category-grid button>svg{display:none}.reports-category-grid button:hover,.reports-category-grid button.active{color:var(--primary);border-color:color-mix(in srgb,var(--primary) 25%,var(--border));background:var(--primary-soft)}.reports-category-grid button.active>span{color:var(--primary);background:var(--surface)}.reports-controls{top:calc(var(--topbar-height) + 8px);z-index:18;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:7px;display:flex;position:sticky}.reports-comparison{background:var(--bg);border-radius:8px;align-items:center;gap:3px;padding:3px;display:flex}.reports-comparison>span{color:var(--text-muted);padding:0 7px;font-size:.54rem;font-weight:700}.reports-comparison button{min-height:30px;color:var(--text-muted);background:0 0;border:0;border-radius:6px;padding:5px 8px;font-size:.56rem}.reports-comparison button.active{color:var(--primary);background:var(--surface);box-shadow:var(--shadow-xs)}.reports-date-range{align-items:center;gap:6px;display:flex}.reports-date-range input{border:1px solid var(--border-strong);border-radius:7px;height:35px;padding:5px 7px;font-size:.57rem;min-height:35px!important}.reports-date-range>span{color:var(--text-muted);font-size:.53rem}.reports-kpis{grid-template-columns:repeat(9,minmax(0,1fr));gap:7px;display:grid}.reports-kpis article{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:91px;box-shadow:var(--shadow-xs);border-radius:11px;align-items:flex-start;gap:8px;padding:11px;display:flex}.reports-kpis article>span{width:29px;height:29px;color:var(--primary);background:var(--primary-soft);border-radius:7px;flex:none;place-items:center;display:grid}.reports-kpis article>div{flex-direction:column;min-width:0;display:flex}.reports-kpis small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.52rem;font-weight:650;overflow:hidden}.reports-kpis strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.68rem;overflow:hidden}.reports-kpis p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:.48rem;overflow:hidden}.reports-kpi-skeleton{height:12px;margin-top:5px}.reports-chart-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.reports-chart{border:1px solid var(--border);background:var(--surface);min-height:245px;box-shadow:var(--shadow-xs);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.reports-chart>header{border-bottom:1px solid var(--border);padding:10px 12px}.reports-chart>header>div{align-items:center;gap:8px;display:flex}.reports-chart header svg{color:var(--primary)}.reports-chart header span{flex-direction:column;display:flex}.reports-chart header strong{font-size:.66rem}.reports-chart header small{color:var(--text-muted);margin-top:2px;font-size:.51rem}.reports-chart-loading{padding:30px 14px}.reports-line-chart,.reports-area-chart{align-items:stretch;gap:8px;height:190px;padding:14px 12px 7px;display:flex}.reports-line-chart>div{flex:1;grid-template-rows:1fr 14px 18px;gap:2px;min-width:0;display:grid}.reports-line-chart>div>span{border-bottom:1px solid var(--border);justify-content:center;align-items:flex-end;display:flex}.reports-line-chart i{background:var(--primary);border-radius:4px 4px 1px 1px;width:33%;min-height:4px;display:block}.reports-line-chart b{color:var(--text-secondary);text-align:center;font-size:.48rem}.reports-line-chart small,.reports-area-chart small{color:var(--text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.48rem;overflow:hidden}.reports-medicine-bars{flex-direction:column;flex:1;justify-content:center;gap:10px;padding:13px;display:flex}.reports-medicine-bars>div{grid-template-columns:minmax(100px,.8fr) minmax(120px,1.6fr) 45px;align-items:center;gap:8px;display:grid}.reports-medicine-bars span{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.55rem;overflow:hidden}.reports-medicine-bars i{background:var(--border);border-radius:99px;height:7px;overflow:hidden}.reports-medicine-bars i b{border-radius:inherit;background:var(--primary);height:100%;display:block}.reports-medicine-bars strong{text-align:right;font-size:.55rem}.reports-area-chart>div{flex:1;grid-template-rows:1fr 18px;gap:4px;min-width:0;display:grid}.reports-area-chart>div>span{border-bottom:1px solid var(--border);justify-content:center;align-items:flex-end;gap:3px;display:flex}.reports-area-chart i{border-radius:4px 4px 1px 1px;width:26%;min-height:3px}.reports-area-chart i.revenue{background:var(--primary)}.reports-area-chart i.cost{background:var(--accent)}.reports-chart-empty{min-height:190px;color:var(--text-subtle);background:var(--bg);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:20px;display:flex}.reports-chart-empty span{max-width:280px;font-size:.56rem;line-height:1.5}.reports-insights{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.reports-insights>header{border-bottom:1px solid var(--border);padding:10px 12px}.reports-insights>header>div{align-items:center;gap:8px;display:flex}.reports-insights header svg{color:var(--primary)}.reports-insights header span{flex-direction:column;display:flex}.reports-insights header strong{font-size:.67rem}.reports-insights header small{color:var(--text-muted);margin-top:2px;font-size:.51rem}.reports-insights>div{grid-template-columns:repeat(6,1fr);display:grid}.reports-insights article{border-right:1px solid var(--border);align-items:flex-start;gap:8px;min-width:0;padding:11px;display:flex}.reports-insights article>span{width:27px;height:27px;color:var(--success);background:var(--success-soft);border-radius:7px;flex:none;place-items:center;display:grid}.reports-insights article.unavailable>span{color:var(--warning);background:var(--warning-soft)}.reports-insights article>div{flex-direction:column;min-width:0;display:flex}.reports-insights small{color:var(--text-muted);font-size:.49rem}.reports-insights strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.59rem;overflow:hidden}.reports-insights p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.47rem;overflow:hidden}.reports-table-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:visible}.reports-table-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:8px 11px;display:flex;position:relative}.reports-table-card>header>div:first-child{text-transform:capitalize;flex-direction:column;display:flex}.reports-table-card>header>div:first-child strong{font-size:.69rem}.reports-table-card>header>div:first-child span{color:var(--text-muted);margin-top:2px;font-size:.52rem}.reports-table-card>header>div:last-child{align-items:center;gap:6px;display:flex}.reports-table-card>header label{border:1px solid var(--border-strong);height:37px;color:var(--text-subtle);border-radius:7px;align-items:center;gap:6px;padding:0 8px;display:flex}.reports-table-card>header label input{width:170px;font-size:.57rem;min-height:35px!important;box-shadow:none!important;border:0!important;padding:0!important}.reports-table-card>header select{border:1px solid var(--border-strong);border-radius:7px;height:37px;padding:5px 25px 5px 7px;font-size:.57rem}.reports-column-control{position:relative}.reports-column-control>button{border:1px solid var(--border);height:37px;color:var(--text-secondary);background:var(--surface);border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:.57rem;display:flex}.reports-column-control>div{z-index:25;border:1px solid var(--border);background:var(--surface);width:190px;box-shadow:var(--shadow-lg);border-radius:9px;padding:7px;position:absolute;top:calc(100% + 6px);right:0}.reports-column-control>div label{border:0;height:31px}.reports-column-control input{height:14px;accent-color:var(--primary);width:14px!important;min-height:14px!important}.reports-column-control label span{text-transform:capitalize;font-size:.56rem}.reports-table-scroll{max-height:610px;overflow:auto}.reports-table-card table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:900px}.reports-table-card thead{z-index:4;position:sticky;top:0}.reports-table-card th{border-bottom:1px solid var(--border);background:var(--bg);white-space:nowrap;height:40px;padding:0 9px}.reports-table-card th>button{height:40px;color:var(--text-muted);text-transform:capitalize;background:0 0;border:0;padding:0;font-size:.54rem;font-weight:800}.reports-table-card td{border-bottom:1px solid var(--border);height:51px;color:var(--text-secondary);padding:8px 9px;font-size:.6rem}.reports-table-card tbody tr{cursor:pointer}.reports-table-card tbody tr:hover{background:var(--primary-soft)}.reports-table-card td>button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.reports-table-card td>button:hover{color:var(--primary);border-color:var(--border);background:var(--surface)}.reports-table-skeleton{height:10px}.reports-pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:48px;padding:8px 11px;display:flex}.reports-pagination>span,.reports-pagination div>span{color:var(--text-muted);font-size:.55rem}.reports-pagination>div{align-items:center;gap:6px;display:flex}.reports-pagination button{border:1px solid var(--border);width:29px;height:29px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:grid}.reports-pagination button:hover:not(:disabled){color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.reports-schedule{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.reports-schedule>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.reports-schedule>header>div{align-items:center;gap:8px;display:flex}.reports-schedule header svg{color:var(--primary)}.reports-schedule header span{flex-direction:column;display:flex}.reports-schedule header strong{font-size:.66rem}.reports-schedule header small{color:var(--text-muted);font-size:.5rem}.reports-schedule>div{grid-template-columns:repeat(3,1fr);display:grid}.reports-schedule article{border-right:1px solid var(--border);grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:11px;display:grid}.reports-schedule article>span{width:29px;height:29px;color:var(--warning);background:var(--warning-soft);border-radius:7px;place-items:center;display:grid}.reports-schedule article strong{font-size:.6rem}.reports-schedule article p{color:var(--text-muted);margin:3px 0 0;font-size:.49rem}.reports-drill-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a8c;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.reports-drill{border:1px solid var(--border);background:var(--surface);width:min(560px,100%);max-height:calc(100vh - 36px);box-shadow:var(--shadow-lg);border-radius:12px;overflow:auto}.reports-drill>header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:12px 14px;display:flex;position:sticky;top:0}.reports-drill header p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.52rem;font-weight:800}.reports-drill h3{margin:2px 0}.reports-drill header button{background:var(--bg);border:0;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.reports-drill>div{padding:7px 14px}.reports-drill article{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:9px 2px;display:flex}.reports-drill article span{color:var(--text-muted);text-transform:capitalize;font-size:.56rem}.reports-drill article strong{text-align:right;overflow-wrap:anywhere;max-width:60%;font-size:.59rem}@media (width<=1450px){.reports-category-grid{grid-template-columns:repeat(5,1fr)}.reports-category-grid small{display:block}.reports-kpis{grid-template-columns:repeat(5,1fr)}.reports-insights>div{grid-template-columns:repeat(3,1fr)}}@media (width<=1050px){.reports-bi-header{flex-direction:column;align-items:flex-start}.reports-bi-header>div:last-child{width:100%}.reports-bi-header .ui-button{flex:1}.reports-controls{flex-direction:column;align-items:stretch}.reports-date-range{justify-content:flex-end}.reports-chart-grid{grid-template-columns:1fr}.reports-table-card>header{flex-direction:column;align-items:flex-start}.reports-table-card>header>div:last-child{flex-wrap:wrap;width:100%}.reports-table-card>header label{flex:1}.reports-table-card>header label input{flex:1;width:auto}.reports-schedule>div{grid-template-columns:1fr}.reports-schedule article{border-right:0;border-bottom:1px solid var(--border)}}@media (width<=760px){.reports-category-grid{grid-template-columns:repeat(2,1fr)}.reports-kpis{grid-template-columns:repeat(3,1fr)}.reports-insights>div{grid-template-columns:1fr 1fr}.reports-date-range{flex-wrap:wrap}.reports-date-range input{flex:1}.reports-comparison{overflow-x:auto}.reports-table-card>header select{flex:1}.reports-pagination{flex-direction:column;align-items:flex-start}}@media (width<=520px){.reports-bi-header>div:last-child{grid-template-columns:1fr 1fr;display:grid}.reports-kpis{grid-template-columns:1fr 1fr}.reports-insights>div{grid-template-columns:1fr}.reports-category-grid small{display:none}.reports-date-range .ui-button{width:100%}.reports-table-card>header>div:last-child{grid-template-columns:1fr 1fr;display:grid}.reports-table-card>header label{grid-column:1/-1}.reports-column-control>button{justify-content:center;width:100%}.reports-line-chart,.reports-area-chart{gap:3px;padding-inline:7px}.reports-medicine-bars>div{grid-template-columns:90px 1fr 35px}.reports-drill-backdrop{padding:0}.reports-drill{border-radius:0;max-height:100vh}}@media print{.reports-print,.reports-print *{visibility:visible!important}.reports-print{width:100%;padding:0;position:absolute;inset:0}.reports-bi-header>div:last-child,.reports-controls,.reports-column-control,.reports-pagination,.reports-schedule,.reports-drill-backdrop{display:none!important}.reports-kpis{grid-template-columns:repeat(5,1fr)}.reports-chart-grid{grid-template-columns:1fr 1fr}.reports-table-scroll{max-height:none;overflow:visible}}.returns-workspace{flex-direction:column;gap:14px;display:flex}.returns-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.returns-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 2px;font-size:.64rem;font-weight:800}.returns-header h2{margin:0;font-size:1.45rem}.returns-header span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.returns-kpis{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.returns-kpis article{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:91px;box-shadow:var(--shadow-xs);border-radius:12px;align-items:flex-start;gap:9px;padding:13px;display:flex}.returns-kpis article>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.returns-kpis article.accent>span{color:var(--accent);background:var(--accent-soft)}.returns-kpis article.warning>span{color:var(--warning);background:var(--warning-soft)}.returns-kpis article.success>span{color:var(--success);background:var(--success-soft)}.returns-kpis article.danger>span{color:var(--danger);background:var(--danger-soft)}.returns-kpis article.info>span{color:var(--info);background:var(--info-soft)}.returns-kpis article>div{flex-direction:column;min-width:0;display:flex}.returns-kpis small{color:var(--text-muted);font-size:.57rem;font-weight:650}.returns-kpis strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.82rem;overflow:hidden}.returns-kpis p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.52rem;overflow:hidden}.returns-kpi-skeleton{height:13px;margin-top:4px}.returns-toolbar{top:calc(var(--topbar-height) + 8px);z-index:18;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;grid-template-columns:minmax(245px,1.4fr) minmax(130px,.7fr) minmax(115px,.6fr) minmax(260px,1fr) minmax(135px,.7fr) auto;align-items:center;gap:7px;padding:9px;display:grid;position:sticky}.returns-invoice-search{border:1px solid var(--border-strong);height:40px;color:var(--text-subtle);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex;position:relative}.returns-invoice-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.returns-invoice-search>input{flex:1;min-width:0;font-size:.64rem;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0!important}.returns-invoice-search>button{background:0 0;border:0;place-items:center;width:25px;height:25px;padding:0;display:grid}.returns-invoice-search>div{z-index:30;border:1px solid var(--border);background:var(--surface);width:min(430px,100vw - 30px);max-height:320px;box-shadow:var(--shadow-lg);border-radius:9px;position:absolute;top:calc(100% + 6px);left:0;overflow:auto}.returns-invoice-search>div button{border:0;border-bottom:1px solid var(--border);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:9px 10px;display:flex}.returns-invoice-search>div button:hover{background:var(--primary-soft)}.returns-invoice-search>div span{flex-direction:column;min-width:0;display:flex}.returns-invoice-search>div span:last-child{text-align:right;flex:none}.returns-invoice-search>div strong{font-size:.62rem}.returns-invoice-search>div b{font-size:.6rem}.returns-invoice-search>div small{color:var(--text-muted);margin-top:2px;font-size:.51rem}.returns-toolbar>select,.returns-date-range{border:1px solid var(--border-strong);border-radius:8px;min-width:0;height:40px;font-size:.59rem}.returns-toolbar>select{padding:5px 26px 5px 8px}.returns-date-range{align-items:center;padding:0 6px;display:flex}.returns-date-range input{flex:1;min-width:0;font-size:.54rem;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0 4px!important}.returns-date-range span{color:var(--text-muted);font-size:.5rem}.returns-toolbar>div:last-child{gap:6px;display:flex}.returns-table-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:visible}.returns-table-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:51px;padding:9px 12px;display:flex}.returns-table-card>header>div{flex-direction:column;display:flex}.returns-table-card>header strong{font-size:.7rem}.returns-table-card>header span{color:var(--text-muted);margin-top:2px;font-size:.54rem}.returns-table-scroll{max-height:610px;overflow:auto}.returns-table-card table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1050px}.returns-table-card thead{z-index:4;position:sticky;top:0}.returns-table-card th{border-bottom:1px solid var(--border);height:40px;color:var(--text-muted);background:var(--bg);text-transform:uppercase;white-space:nowrap;padding:7px 10px;font-size:.55rem;font-weight:800}.returns-table-card td{border-bottom:1px solid var(--border);height:57px;color:var(--text-secondary);padding:8px 10px;font-size:.62rem}.returns-table-card tbody tr{cursor:pointer}.returns-table-card tbody tr:hover{background:var(--primary-soft);box-shadow:inset 3px 0 var(--primary)}.returns-table-card tbody tr:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.returns-invoice{flex-direction:column;display:flex}.returns-invoice strong{font-size:.64rem}.returns-invoice small{color:var(--text-muted);margin-top:2px;font-size:.51rem}.returns-table-card td>button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.returns-table-card td>button:hover{color:var(--primary);border-color:var(--border);background:var(--surface)}.returns-table-skeleton{height:10px}.returns-pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:48px;padding:8px 11px;display:flex}.returns-pagination>span,.returns-pagination div>span{color:var(--text-muted);font-size:.56rem}.returns-pagination>div{align-items:center;gap:6px;display:flex}.returns-pagination button{border:1px solid var(--border);width:29px;height:29px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:grid}.returns-pagination button:hover:not(:disabled){color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.returns-drawer-backdrop{z-index:79;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a70;border:0;position:fixed;inset:0}.returns-drawer{z-index:80;border-left:1px solid var(--border);background:var(--bg);grid-template-rows:auto minmax(0,1fr);width:min(1180px,100vw - 60px);animation:.15s ease-out returns-drawer-in;display:grid;position:fixed;inset:0 0 0 auto;box-shadow:-16px 0 40px #0f172a2b}@keyframes returns-drawer-in{0%{opacity:.65;transform:translate(20px)}}.returns-drawer>header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.returns-drawer>header>div{align-items:center;gap:9px;display:flex}.returns-drawer>header>div>span{width:35px;height:35px;color:var(--primary);background:var(--primary-soft);border-radius:9px;place-items:center;display:grid}.returns-drawer header p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.52rem;font-weight:800}.returns-drawer h3{margin:2px 0}.returns-drawer header small{color:var(--text-muted);font-size:.55rem}.returns-drawer>header>button{background:var(--bg);border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.returns-drawer>form{grid-template-columns:minmax(0,1fr) 300px;gap:11px;min-height:0;padding:11px;display:grid}.returns-drawer-main{flex-direction:column;gap:10px;min-width:0;display:flex;overflow:auto}.returns-item-section,.returns-reason-section,.returns-refund-summary{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:11px;overflow:hidden}.returns-item-section>header,.returns-reason-section>header,.returns-refund-summary>header{border-bottom:1px solid var(--border);padding:10px 12px}.returns-item-section>header>div,.returns-reason-section>header>div,.returns-refund-summary>header>div{align-items:center;gap:8px;display:flex}.returns-item-section header svg,.returns-reason-section header svg,.returns-refund-summary header svg{color:var(--primary)}.returns-item-section header span,.returns-reason-section header span,.returns-refund-summary header span{flex-direction:column;display:flex}.returns-item-section header strong,.returns-reason-section header strong,.returns-refund-summary header strong{font-size:.67rem}.returns-item-section header small,.returns-reason-section header small,.returns-refund-summary header small{color:var(--text-muted);margin-top:2px;font-size:.51rem}.returns-item-table{overflow:auto}.returns-item-table table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:850px}.returns-item-table th{border-bottom:1px solid var(--border);height:38px;color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:7px 8px;font-size:.52rem;position:sticky;top:0}.returns-item-table td{border-bottom:1px solid var(--border);height:57px;padding:7px 8px;font-size:.59rem}.returns-item-table td:first-child{flex-direction:column;display:flex}.returns-item-table td:first-child strong{font-size:.61rem}.returns-item-table td:first-child small{color:var(--text-muted);margin-top:2px;font-size:.49rem}.returns-item-table input{border:1px solid var(--border-strong);border-radius:7px;width:74px;height:35px;padding:5px 7px;min-height:35px!important}.returns-reason-section>div{grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid}.returns-reason-section label{flex-direction:column;gap:5px;display:flex}.returns-reason-section label>span{color:var(--text-secondary);font-size:.58rem;font-weight:700}.returns-reason-section select,.returns-reason-section textarea{border:1px solid var(--border-strong);border-radius:8px;min-height:40px;padding:7px 8px;font-size:.61rem}.returns-reason-section textarea{resize:vertical;min-height:70px}.returns-refund-summary{align-self:start;position:sticky;top:0}.returns-refund-summary>div{padding:10px 12px}.returns-refund-summary>div>p{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;margin:0;padding:7px 1px;font-size:.59rem;display:flex}.returns-refund-summary p span{color:var(--text-muted)}.returns-refund-total{color:var(--primary);background:var(--primary-soft);justify-content:space-between;align-items:center;margin:9px -12px;padding:13px 12px;display:flex}.returns-refund-total span{font-size:.66rem;font-weight:750}.returns-refund-total strong{font-size:.95rem}.returns-stock-impact{color:var(--success);background:var(--success-soft);border-radius:8px;align-items:center;gap:8px;padding:9px;display:flex}.returns-stock-impact span{flex-direction:column;display:flex}.returns-stock-impact strong{font-size:.59rem}.returns-stock-impact small{margin-top:2px;font-size:.5rem}.returns-refund-summary>footer{border-top:1px solid var(--border);background:var(--bg);grid-template-columns:1fr 1.3fr;gap:6px;padding:11px;display:grid}.returns-detail-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a8f;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.returns-detail{border:1px solid var(--border);background:var(--surface);width:min(1120px,100%);max-height:calc(100vh - 36px);box-shadow:var(--shadow-lg);border-radius:12px;overflow:auto}.returns-detail>header{z-index:5;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:12px 15px;display:flex;position:sticky;top:0}.returns-detail header p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.52rem;font-weight:800}.returns-detail h3{margin:2px 0}.returns-detail header span{color:var(--text-muted);font-size:.55rem}.returns-detail header button{background:var(--bg);border:0;border-radius:7px;place-items:center;width:33px;height:33px;display:grid}.returns-detail-loading{gap:10px;padding:13px;display:grid}.returns-detail-summary{background:var(--bg);grid-template-columns:repeat(5,1fr);gap:8px;padding:12px;display:grid}.returns-detail-summary article{border:1px solid var(--border);background:var(--surface);border-radius:9px;align-items:center;gap:8px;padding:10px;display:flex}.returns-detail-summary article>span{width:30px;height:30px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.returns-detail-summary article>div{flex-direction:column;min-width:0;display:flex}.returns-detail-summary small{color:var(--text-muted);font-size:.51rem}.returns-detail-summary strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.65rem;overflow:hidden}.returns-detail-table{overflow:auto}.returns-detail-table table{border-collapse:collapse;text-align:left;width:100%;min-width:1050px}.returns-detail-table th{border-bottom:1px solid var(--border);color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:8px 9px;font-size:.52rem}.returns-detail-table td{border-bottom:1px solid var(--border);padding:9px;font-size:.59rem}.returns-detail-table tbody tr:hover{background:var(--primary-soft)}.returns-detail>footer{justify-content:flex-end;gap:18px;padding:11px 13px;display:flex}.returns-detail>footer>div{align-items:center;gap:7px;display:flex}.returns-detail>footer>div>span{color:var(--text-muted);font-size:.55rem}.returns-loading-overlay{z-index:81;color:var(--primary);background:#f8fafcbf;place-items:center;display:grid;position:fixed;inset:0}@media (width<=1350px){.returns-toolbar{grid-template-columns:repeat(4,1fr)}.returns-invoice-search{grid-column:span 2}.returns-toolbar>div:last-child{grid-column:span 2;justify-content:flex-end}}@media (width<=1050px){.returns-drawer{width:calc(100vw - 20px)}.returns-drawer>form{grid-template-columns:1fr}.returns-refund-summary{position:relative}.returns-refund-summary>div{grid-template-columns:1fr 1fr;gap:0 12px;display:grid}.returns-refund-total,.returns-stock-impact{grid-column:1/-1}.returns-detail-summary{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.returns-header{flex-direction:column;align-items:flex-start}.returns-header .ui-button{width:100%}.returns-kpis{grid-template-columns:1fr 1fr}.returns-toolbar{grid-template-columns:1fr 1fr;position:relative;top:auto}.returns-invoice-search,.returns-toolbar>div:last-child{grid-column:1/-1}.returns-drawer{width:100vw;inset:0}.returns-reason-section>div{grid-template-columns:1fr}.returns-detail-backdrop{padding:0}.returns-detail{border-radius:0;max-height:100vh}.returns-detail-summary{grid-template-columns:1fr 1fr}.returns-pagination{flex-direction:column;align-items:flex-start}}@media (width<=520px){.returns-kpis,.returns-toolbar{grid-template-columns:1fr}.returns-invoice-search,.returns-toolbar>div:last-child{grid-column:auto}.returns-toolbar>div:last-child .ui-button{flex:1}.returns-date-range{padding-inline:3px}.returns-refund-summary>div{display:block}.returns-detail-summary{grid-template-columns:1fr}.returns-drawer>form{padding:7px}.returns-refund-summary>footer{position:sticky;bottom:0}}.supplier-workspace{flex-direction:column;gap:16px;display:flex}.supplier-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.supplier-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 3px;font-size:.64rem;font-weight:800}.supplier-header h2{margin:0;font-size:1.45rem}.supplier-header span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.supplier-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.supplier-kpis article{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow-xs);border-radius:12px;align-items:flex-start;gap:10px;padding:13px;display:flex}.supplier-kpis article>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:9px;flex:none;place-items:center;display:grid}.supplier-kpis article.success>span{color:var(--success);background:var(--success-soft)}.supplier-kpis article.warning>span{color:var(--warning);background:var(--warning-soft)}.supplier-kpis article.accent>span{color:var(--accent);background:var(--accent-soft)}.supplier-kpis article.info>span{color:var(--info);background:var(--info-soft)}.supplier-kpis article>div{flex-direction:column;min-width:0;display:flex}.supplier-kpis small{color:var(--text-muted);text-transform:uppercase;font-size:.56rem;font-weight:750}.supplier-kpis strong{color:var(--text);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.9rem;overflow:hidden}.supplier-kpis p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.53rem;overflow:hidden}.supplier-kpi-skeleton{width:72%;height:15px;margin-top:6px}.supplier-toolbar{top:var(--topbar-height);z-index:12;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;grid-template-columns:minmax(260px,1.3fr) repeat(3,minmax(125px,.65fr)) auto;gap:8px;padding:9px;display:grid;position:sticky}.supplier-toolbar>label{border:1px solid var(--border-strong);height:40px;color:var(--text-subtle);background:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:0 10px;display:flex}.supplier-toolbar>label:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.supplier-toolbar input{flex:1;min-width:0;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0!important}.supplier-toolbar label button{width:26px;height:26px;color:var(--text-muted);background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.supplier-toolbar label button:hover{color:var(--primary);background:var(--primary-soft)}.supplier-toolbar>select{border:1px solid var(--border-strong);min-width:0;height:40px;color:var(--text-secondary);background:var(--surface);border-radius:8px;padding:7px 9px;font-size:.64rem}.supplier-toolbar>div{gap:7px;display:flex}.supplier-toolbar .ui-button{padding-inline:10px}.supplier-table-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.supplier-table-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:51px;padding:9px 13px;display:flex}.supplier-table-card>header>div{flex-direction:column;display:flex}.supplier-table-card>header strong{font-size:.73rem}.supplier-table-card>header span{color:var(--text-muted);margin-top:2px;font-size:.55rem}.supplier-table-scroll{max-height:calc(100vh - 372px);overflow:auto}.supplier-table-card table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1430px}.supplier-table-card thead{z-index:5;position:sticky;top:0}.supplier-table-card th{border-bottom:1px solid var(--border);height:39px;color:var(--text-muted);background:var(--bg);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:7px 10px;font-size:.53rem;font-weight:800}.supplier-table-card td{border-bottom:1px solid var(--border);height:54px;color:var(--text-secondary);white-space:nowrap;padding:7px 10px;font-size:.61rem}.supplier-table-card tbody tr{cursor:pointer;outline:0;transition:background-color .1s,box-shadow .1s}.supplier-table-card tbody tr:hover,.supplier-table-card tbody tr:focus-visible{background:var(--primary-soft);box-shadow:inset 3px 0 var(--primary)}.supplier-identity{align-items:center;gap:9px;display:flex}.supplier-identity>span{border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border));width:31px;height:31px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;font-size:.59rem;font-weight:800;display:grid}.supplier-identity>div{flex-direction:column;min-width:0;display:flex}.supplier-identity strong{max-width:180px;color:var(--text);text-overflow:ellipsis;font-size:.64rem;overflow:hidden}.supplier-identity small{color:var(--text-muted);margin-top:2px;font-size:.5rem}.supplier-email{text-overflow:ellipsis;max-width:165px;display:block;overflow:hidden}.supplier-balance{color:var(--success);background:var(--success-soft);border-radius:6px;align-items:center;padding:4px 7px;font-weight:750;display:inline-flex}.supplier-balance.due{color:#92400e;background:var(--warning-soft)}.supplier-actions{gap:3px;display:flex}.supplier-actions button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.supplier-actions button:hover,.supplier-actions button:focus-visible{border-color:var(--border);color:var(--primary);background:var(--surface)}.supplier-actions button:last-child:hover{color:var(--danger);background:var(--danger-soft)}.supplier-table-skeleton{width:82%;height:10px}.supplier-inline-skeleton{width:65px;height:10px}.supplier-pagination{background:var(--surface);justify-content:space-between;align-items:center;gap:12px;min-height:49px;padding:8px 13px;display:flex}.supplier-pagination>span{color:var(--text-muted);font-size:.58rem}.supplier-pagination>div{color:var(--text-secondary);align-items:center;gap:7px;font-size:.59rem;display:flex}.supplier-pagination button{border:1px solid var(--border);width:31px;height:31px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:grid}.supplier-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.supplier-drawer-backdrop,.supplier-profile-backdrop{z-index:79;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;border:0;position:fixed;inset:0}.supplier-form-drawer,.supplier-profile-drawer{z-index:80;border-left:1px solid var(--border);background:var(--surface);height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.14s ease-out supplier-slide-in;display:flex;position:fixed;top:0;right:0}.supplier-form-drawer{width:min(480px,100vw)}.supplier-form-drawer>header,.supplier-profile-drawer>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:67px;padding:12px 15px;display:flex}.supplier-form-drawer>header>div,.supplier-profile-drawer>header>div{align-items:center;gap:10px;display:flex}.supplier-form-drawer>header>div>span,.supplier-profile-drawer>header>div>span{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:9px;place-items:center;display:grid}.supplier-form-drawer header h3,.supplier-profile-drawer header h3{margin:0;font-size:.83rem}.supplier-form-drawer header p,.supplier-profile-drawer header p{color:var(--text-muted);margin:3px 0 0;font-size:.56rem}.supplier-form-drawer header>button,.supplier-profile-drawer header>button{border:1px solid var(--border);width:34px;height:34px;color:var(--text-secondary);background:var(--surface);border-radius:8px;place-items:center;padding:0;display:grid}.supplier-form-drawer>form{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.supplier-form-drawer fieldset{border:0;border-bottom:1px solid var(--border);gap:11px;margin:0;padding:15px;display:grid}.supplier-form-drawer legend{color:var(--text);padding:0;font-size:.65rem;font-weight:800}.supplier-form-drawer fieldset>div{grid-template-columns:1fr 1fr;gap:9px;display:grid}.supplier-form-drawer label{flex-direction:column;gap:5px;display:flex}.supplier-form-drawer label span{color:var(--text-secondary);font-size:.59rem;font-weight:700}.supplier-form-drawer input,.supplier-form-drawer select,.supplier-form-drawer textarea{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;width:100%;padding:8px 9px;font-size:.66rem}.supplier-form-drawer input,.supplier-form-drawer select{height:40px}.supplier-form-drawer textarea{resize:vertical;min-height:78px}.supplier-local-note{border:1px solid var(--border);color:var(--text-muted);background:var(--bg);border-radius:8px;margin:0;padding:9px;font-size:.54rem;line-height:1.45}.supplier-form-drawer form>footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:8px;margin-top:auto;padding:12px 15px;display:flex;position:sticky;bottom:0}.supplier-profile-drawer{width:min(1040px,100vw - 36px)}.supplier-profile-drawer>header{flex:none}.supplier-profile-identity,.supplier-profile-identity>div{min-width:0}.supplier-profile-identity h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.supplier-profile-nav{border-bottom:1px solid var(--border);flex:none;gap:3px;padding:8px 12px;display:flex;overflow-x:auto}.supplier-profile-nav button{height:34px;color:var(--text-muted);white-space:nowrap;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:6px 9px;font-size:.58rem;font-weight:700;display:flex}.supplier-profile-nav button:hover{color:var(--text);background:var(--bg)}.supplier-profile-nav button.active{color:var(--primary);background:var(--primary-soft)}.supplier-profile-content{background:var(--bg);flex:1;min-height:0;padding:13px;overflow:auto}.supplier-profile-loading{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.supplier-profile-loading .h-24{height:90px}.supplier-overview{flex-direction:column;gap:12px;display:flex}.supplier-profile-metrics{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.supplier-profile-metrics article{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:9px;padding:11px;display:flex}.supplier-profile-metrics article>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.supplier-profile-metrics article>div{flex-direction:column;min-width:0;display:flex}.supplier-profile-metrics small{color:var(--text-muted);font-size:.52rem}.supplier-profile-metrics strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.69rem;overflow:hidden}.supplier-contact-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.supplier-contact-grid>section,.supplier-data-section,.supplier-payment-form,.supplier-activity{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;overflow:hidden}.supplier-contact-grid section>header,.supplier-data-section>header,.supplier-payment-form>header,.supplier-activity>header{border-bottom:1px solid var(--border);color:var(--text);align-items:center;gap:7px;padding:10px 12px;font-size:.64rem;font-weight:800;display:flex}.supplier-contact-grid section>header svg,.supplier-data-section>header svg,.supplier-payment-form>header svg,.supplier-activity>header svg{color:var(--primary)}.supplier-contact-grid section>div{gap:0;display:grid}.supplier-contact-grid section>div>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:9px 12px;font-size:.59rem;display:flex}.supplier-contact-grid section>div>div:last-child{border-bottom:0}.supplier-contact-grid span{color:var(--text-muted)}.supplier-contact-grid strong{max-width:65%;color:var(--text-secondary);text-align:right}.supplier-profile-table{overflow:auto}.supplier-profile-table table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:760px}.supplier-profile-table th{z-index:2;border-bottom:1px solid var(--border);height:38px;color:var(--text-muted);background:var(--bg);text-transform:uppercase;padding:7px 10px;font-size:.53rem;position:sticky;top:0}.supplier-profile-table td{border-bottom:1px solid var(--border);height:48px;color:var(--text-secondary);padding:7px 10px;font-size:.6rem}.supplier-profile-table tbody tr:hover{background:var(--primary-soft)}.supplier-payments{grid-template-columns:320px minmax(0,1fr);gap:10px;display:grid}.supplier-payment-form form{gap:9px;padding:12px;display:grid}.supplier-payment-form label{color:var(--text-secondary);flex-direction:column;gap:4px;font-size:.58rem;font-weight:700;display:flex}.supplier-payment-form input,.supplier-payment-form select,.supplier-payment-form textarea{border:1px solid var(--border-strong);border-radius:8px;width:100%;padding:7px 9px;font-size:.63rem}.supplier-payment-form input,.supplier-payment-form select{height:38px}.supplier-payment-form textarea{min-height:66px}.supplier-payment-form .ui-button{width:100%}.supplier-data-section>header{justify-content:space-between}.supplier-data-section>header span{color:var(--text-muted);font-size:.53rem;font-weight:600}.supplier-activity>div{padding:4px 12px}.supplier-activity article{border-bottom:1px solid var(--border);grid-template-columns:20px 1fr auto;gap:9px;padding:11px 0;display:grid;position:relative}.supplier-activity article:last-child{border-bottom:0}.supplier-activity article>span{width:20px;height:20px;color:var(--primary);background:var(--primary-soft);border-radius:6px;place-items:center;display:grid}.supplier-activity article>div{flex-direction:column;display:flex}.supplier-activity strong{font-size:.61rem}.supplier-activity small{color:var(--text-muted);margin-top:2px;font-size:.52rem}.supplier-activity time{color:var(--text-subtle);font-size:.51rem}.supplier-profile-empty{padding:28px}.supplier-profile-actions{gap:7px;display:flex}@keyframes supplier-slide-in{0%{opacity:.65;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media (width<=1380px){.supplier-kpis{grid-template-columns:repeat(3,1fr)}.supplier-toolbar{grid-template-columns:minmax(230px,1.2fr) repeat(3,minmax(110px,.7fr))}.supplier-toolbar>div{grid-column:1/-1;justify-content:flex-end}.supplier-table-scroll{max-height:calc(100vh - 430px)}}@media (width<=1000px){.supplier-kpis{grid-template-columns:repeat(2,1fr)}.supplier-toolbar{grid-template-columns:1fr 1fr}.supplier-toolbar>label,.supplier-toolbar>div{grid-column:1/-1}.supplier-profile-metrics{grid-template-columns:repeat(2,1fr)}.supplier-payments{grid-template-columns:1fr}.supplier-profile-drawer{width:calc(100vw - 20px)}}@media (width<=700px){.supplier-header{flex-direction:column;align-items:flex-start}.supplier-header .ui-button{width:100%}.supplier-toolbar{position:relative;top:auto}.supplier-table-scroll{max-height:none;overflow:visible}.supplier-table-card table{min-width:0;display:block}.supplier-table-card thead{display:none}.supplier-table-card tbody{background:var(--bg);gap:9px;padding:9px;display:grid}.supplier-table-card tr{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.supplier-table-card td{justify-content:space-between;align-items:center;gap:10px;height:auto;min-height:45px;display:flex;padding:8px 10px!important}.supplier-table-card td:before{content:attr(data-label);color:var(--text-muted);text-transform:uppercase;font-size:.51rem;font-weight:800}.supplier-table-card td:first-child,.supplier-table-card td:last-child{grid-column:1/-1}.supplier-table-card td:first-child:before,.supplier-table-card td:last-child:before{display:none}.supplier-actions{margin-left:auto}.supplier-profile-drawer{width:100vw;inset:0}.supplier-contact-grid{grid-template-columns:1fr}}@media (width<=520px){.supplier-kpis,.supplier-toolbar,.supplier-profile-metrics{grid-template-columns:1fr}.supplier-toolbar>label,.supplier-toolbar>div{grid-column:auto}.supplier-toolbar>div{grid-template-columns:1fr 1fr;display:grid}.supplier-toolbar>div .ui-button:last-child{grid-column:1/-1}.supplier-table-card tr{grid-template-columns:1fr}.supplier-table-card td{grid-column:1/-1}.supplier-pagination{flex-direction:column;align-items:flex-start}.supplier-form-drawer{width:100vw}.supplier-form-drawer fieldset>div{grid-template-columns:1fr}.supplier-profile-content{padding:8px}.supplier-profile-actions .ui-button:first-child{display:none}}.supplier-overview>section{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;overflow:hidden}.supplier-overview>section>header{border-bottom:1px solid var(--border);padding:10px 12px;font-size:.64rem}.supplier-contact-grid{padding:4px 12px}.supplier-contact-grid>div{border-bottom:1px solid var(--border);align-items:center;gap:9px;padding:10px 0;display:flex}.supplier-contact-grid>div:nth-last-child(-n+2){border-bottom:0}.supplier-contact-grid>div>span{width:29px;height:29px;color:var(--primary);background:var(--primary-soft);border-radius:7px;flex:none;place-items:center;display:grid}.supplier-contact-grid>div>div{flex-direction:column;min-width:0;display:flex}.supplier-contact-grid>div small{color:var(--text-muted);font-size:.51rem}.supplier-contact-grid>div strong{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.61rem;overflow:hidden}@media (width<=700px){.supplier-table-card td:nth-child(2):before{content:"Company"}.supplier-table-card td:nth-child(3):before{content:"Contact"}.supplier-table-card td:nth-child(4):before{content:"Phone"}.supplier-table-card td:nth-child(5):before{content:"Email"}.supplier-table-card td:nth-child(6):before{content:"Outstanding"}.supplier-table-card td:nth-child(7):before{content:"Credit Limit"}.supplier-table-card td:nth-child(8):before{content:"Last Purchase"}.supplier-table-card td:nth-child(9):before{content:"Total Purchases"}.supplier-table-card td:nth-child(10):before{content:"Status"}.supplier-contact-grid>div:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.supplier-contact-grid>div:last-child{border-bottom:0}}.staff-workspace{flex-direction:column;gap:16px;display:flex}.staff-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.staff-header p{color:var(--primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 3px;font-size:.64rem;font-weight:800}.staff-header h2{margin:0;font-size:1.45rem}.staff-header span{color:var(--text-muted);margin-top:3px;font-size:.72rem;display:block}.staff-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.staff-kpis article{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow-xs);border-radius:12px;align-items:flex-start;gap:10px;padding:13px;display:flex}.staff-kpis article>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:9px;flex:none;place-items:center;display:grid}.staff-kpis article.success>span{color:var(--success);background:var(--success-soft)}.staff-kpis article.info>span{color:var(--info);background:var(--info-soft)}.staff-kpis article.accent>span{color:var(--accent);background:var(--accent-soft)}.staff-kpis article.warning>span{color:var(--warning);background:var(--warning-soft)}.staff-kpis article>div{flex-direction:column;min-width:0;display:flex}.staff-kpis small{color:var(--text-muted);text-transform:uppercase;font-size:.54rem;font-weight:750}.staff-kpis strong{color:var(--text);margin-top:4px;font-size:.92rem}.staff-kpis p{color:var(--text-subtle);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.51rem;overflow:hidden}.staff-kpi-skeleton{width:58px;height:15px;margin-top:6px}.staff-toolbar{top:var(--topbar-height);z-index:12;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;grid-template-columns:minmax(270px,1.3fr) repeat(2,minmax(130px,.65fr)) minmax(150px,.7fr) auto;gap:8px;padding:9px;display:grid;position:sticky}.staff-toolbar>label{border:1px solid var(--border-strong);height:40px;color:var(--text-subtle);background:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:0 10px;display:flex}.staff-toolbar>label:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.staff-toolbar input{flex:1;min-width:0;min-height:38px!important;box-shadow:none!important;border:0!important;padding:0!important}.staff-toolbar label button{width:26px;height:26px;color:var(--text-muted);background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.staff-toolbar label button:hover{color:var(--primary);background:var(--primary-soft)}.staff-toolbar>select{border:1px solid var(--border-strong);min-width:0;height:40px;color:var(--text-secondary);background:var(--surface);border-radius:8px;padding:7px 9px;font-size:.64rem}.staff-toolbar .staff-branch-filter{opacity:.75}.staff-branch-filter select{flex:1;min-width:0;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.staff-toolbar>div{gap:7px;display:flex}.staff-toolbar .ui-button{padding-inline:10px}.staff-table-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.staff-table-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:51px;padding:9px 13px;display:flex}.staff-table-card>header>div{flex-direction:column;display:flex}.staff-table-card>header strong{font-size:.73rem}.staff-table-card>header span{color:var(--text-muted);margin-top:2px;font-size:.55rem}.staff-table-scroll{max-height:calc(100vh - 370px);overflow:auto}.staff-table-card table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1340px}.staff-table-card thead{z-index:5;position:sticky;top:0}.staff-table-card th{border-bottom:1px solid var(--border);height:39px;color:var(--text-muted);background:var(--bg);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:7px 10px;font-size:.53rem;font-weight:800}.staff-table-card td{border-bottom:1px solid var(--border);height:54px;color:var(--text-secondary);white-space:nowrap;padding:7px 10px;font-size:.61rem}.staff-table-card tbody tr{cursor:pointer;outline:0;transition:background-color .1s,box-shadow .1s}.staff-table-card tbody tr:hover,.staff-table-card tbody tr:focus-visible{background:var(--primary-soft);box-shadow:inset 3px 0 var(--primary)}.staff-avatar{border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border));width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:9px;place-items:center;font-size:.59rem;font-weight:800;display:grid}.staff-identity{flex-direction:column;display:flex}.staff-identity strong{color:var(--text);font-size:.64rem}.staff-identity small{color:var(--text-muted);margin-top:2px;font-size:.5rem}.staff-email{text-overflow:ellipsis;max-width:190px;display:block;overflow:hidden}.staff-role-badge{border:1px solid var(--border);color:var(--text-secondary);background:var(--bg);border-radius:6px;align-items:center;gap:5px;padding:4px 7px;font-size:.55rem;font-weight:750;display:inline-flex}.staff-role-badge.owner{border-color:color-mix(in srgb,var(--accent) 24%,var(--border));color:var(--accent);background:var(--accent-soft)}.staff-role-badge.manager{border-color:color-mix(in srgb,var(--primary) 24%,var(--border));color:var(--primary);background:var(--primary-soft)}.staff-role-badge.cashier{border-color:color-mix(in srgb,var(--success) 24%,var(--border));color:var(--success);background:var(--success-soft)}.staff-role-badge.pharmacist{border-color:color-mix(in srgb,var(--info) 24%,var(--border));color:var(--info);background:var(--info-soft)}.staff-role-badge.accountant{border-color:color-mix(in srgb,var(--warning) 24%,var(--border));color:#92400e;background:var(--warning-soft)}.staff-actions{gap:3px;display:flex}.staff-actions button{width:29px;height:29px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.staff-actions button:hover:not(:disabled),.staff-actions button:focus-visible{border-color:var(--border);color:var(--primary);background:var(--surface)}.staff-actions button:last-child:hover:not(:disabled){color:var(--danger);background:var(--danger-soft)}.staff-table-skeleton{width:78%;height:10px}.staff-pagination{justify-content:space-between;align-items:center;gap:12px;min-height:49px;padding:8px 13px;display:flex}.staff-pagination>span{color:var(--text-muted);font-size:.58rem}.staff-pagination>div{color:var(--text-secondary);align-items:center;gap:7px;font-size:.59rem;display:flex}.staff-pagination button{border:1px solid var(--border);width:31px;height:31px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:grid}.staff-pagination button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.staff-drawer-backdrop,.staff-profile-backdrop{z-index:79;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;border:0;position:fixed;inset:0}.staff-form-drawer,.staff-profile-drawer{z-index:80;border-left:1px solid var(--border);background:var(--surface);height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.14s ease-out staff-slide-in;display:flex;position:fixed;top:0;right:0}.staff-form-drawer{width:min(480px,100vw)}.staff-form-drawer>header,.staff-profile-drawer>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:12px 15px;display:flex}.staff-form-drawer>header>div,.staff-form-drawer>header>div>div,.staff-profile-drawer>header>div{align-items:center;gap:10px;display:flex}.staff-form-drawer>header>div>span{width:36px;height:36px;color:var(--primary);background:var(--primary-soft);border-radius:9px;place-items:center;display:grid}.staff-form-drawer header h3,.staff-profile-drawer header h3{margin:0;font-size:.83rem}.staff-form-drawer header p,.staff-profile-drawer header p{color:var(--text-muted);margin:3px 0 0;font-size:.56rem}.staff-form-drawer header>button,.staff-profile-drawer header button[aria-label*=Close]{border:1px solid var(--border);width:34px;height:34px;color:var(--text-secondary);background:var(--surface);border-radius:8px;place-items:center;padding:0;display:grid}.staff-form-drawer>form{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.staff-form-drawer fieldset{border:0;border-bottom:1px solid var(--border);gap:11px;margin:0;padding:15px;display:grid}.staff-form-drawer legend{color:var(--text);padding:0;font-size:.65rem;font-weight:800}.staff-form-drawer label{flex-direction:column;gap:5px;display:flex}.staff-form-drawer label>span{color:var(--text-secondary);font-size:.59rem;font-weight:700}.staff-form-drawer label>small{color:var(--text-muted);font-size:.52rem}.staff-form-drawer input,.staff-form-drawer select{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;width:100%;height:40px;padding:8px 9px;font-size:.66rem}.staff-form-drawer input:disabled{color:var(--text-muted);background:var(--bg)}.staff-security-note{border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border));color:var(--primary);background:var(--primary-soft);border-radius:8px;align-items:flex-start;gap:8px;margin:14px 15px;padding:10px;font-size:.56rem;line-height:1.45;display:flex}.staff-form-drawer form>footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;gap:8px;margin-top:auto;padding:12px 15px;display:flex;position:sticky;bottom:0}.staff-profile-drawer{width:min(980px,100vw - 36px)}.staff-profile-identity{align-items:center;gap:10px;min-width:0;display:flex!important}.staff-profile-identity>span{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:10px;flex:none;place-items:center;font-size:.66rem;font-weight:800;display:grid}.staff-profile-identity>div{min-width:0;display:block!important}.staff-profile-identity h3,.staff-profile-identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.staff-profile-identity small{color:var(--text-muted);margin-top:2px;font-size:.53rem;display:block}.staff-profile-actions{gap:7px;display:flex}.staff-profile-drawer>nav{border-bottom:1px solid var(--border);flex:none;gap:3px;padding:8px 12px;display:flex;overflow-x:auto}.staff-profile-drawer>nav button{height:34px;color:var(--text-muted);white-space:nowrap;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:6px 9px;font-size:.58rem;font-weight:700;display:flex}.staff-profile-drawer>nav button:hover{color:var(--text);background:var(--bg)}.staff-profile-drawer>nav button.active{color:var(--primary);background:var(--primary-soft)}.staff-profile-content{background:var(--bg);flex:1;min-height:0;padding:13px;overflow:auto}.staff-profile-overview{flex-direction:column;gap:11px;display:flex}.staff-profile-metrics{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.staff-profile-metrics article{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:9px;padding:11px;display:flex}.staff-profile-metrics article>span{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.staff-profile-metrics article>div{flex-direction:column;min-width:0;display:flex}.staff-profile-metrics small{color:var(--text-muted);font-size:.51rem}.staff-profile-metrics strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.67rem;overflow:hidden}.staff-profile-overview>section,.staff-access-panel>section,.staff-activity,.staff-security-panel>section{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:10px;overflow:hidden}.staff-profile-overview>section>header{border-bottom:1px solid var(--border);padding:10px 12px;font-size:.64rem}.staff-profile-overview>section>div{grid-template-columns:1fr 1fr;padding:4px 12px;display:grid}.staff-profile-overview>section>div>div{border-bottom:1px solid var(--border);align-items:center;gap:9px;padding:10px 0;display:flex}.staff-profile-overview>section>div>div:nth-last-child(-n+2){border-bottom:0}.staff-profile-overview>section>div>div>span{width:29px;height:29px;color:var(--primary);background:var(--primary-soft);border-radius:7px;place-items:center;display:grid}.staff-profile-overview>section>div>div>div{flex-direction:column;min-width:0;display:flex}.staff-profile-overview>section small{color:var(--text-muted);font-size:.51rem}.staff-profile-overview>section strong{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.61rem;overflow:hidden}.staff-access-panel{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.staff-access-panel>section{width:100%}.staff-access-panel>section>header{border-bottom:1px solid var(--border);align-items:center;gap:9px;padding:12px;display:flex}.staff-access-panel>section>header>span{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.staff-access-panel>section>header>div{flex-direction:column;flex:1;display:flex}.staff-access-panel>section>header strong{font-size:.68rem}.staff-access-panel>section>header small{color:var(--text-muted);margin-top:2px;font-size:.52rem}.staff-access-panel>section>div{padding:14px}.staff-access-panel h4{margin:0;font-size:.68rem}.staff-access-panel p{color:var(--text-muted);margin:4px 0 12px;font-size:.58rem}.staff-permission-placeholder,.staff-api-unavailable{border:1px dashed var(--border-strong);color:var(--text-muted);background:var(--bg);border-radius:8px;align-items:center;gap:10px;padding:11px;font-size:.57rem;display:flex}.staff-activity>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.staff-activity>header strong{font-size:.66rem}.staff-activity>header span{color:var(--text-muted);font-size:.53rem}.staff-activity>div{padding:3px 12px}.staff-activity article{border-bottom:1px solid var(--border);grid-template-columns:24px 1fr auto auto;align-items:center;gap:9px;padding:10px 0;display:grid}.staff-activity article:last-child{border-bottom:0}.staff-activity article>span{width:24px;height:24px;color:var(--primary);background:var(--primary-soft);border-radius:7px;place-items:center;display:grid}.staff-activity article>div{flex-direction:column;display:flex}.staff-activity article strong{text-transform:capitalize;font-size:.6rem}.staff-activity article small,.staff-activity article time{color:var(--text-muted);font-size:.51rem}.staff-activity-loading{gap:7px;padding:12px!important;display:grid!important}.staff-activity-loading .h-12{height:44px}.staff-security-panel{flex-direction:column;gap:10px;display:flex}.staff-security-panel>section>header{border-bottom:1px solid var(--border);color:var(--primary);align-items:center;gap:9px;padding:11px 12px;display:flex}.staff-security-panel>section>header>div{flex-direction:column;display:flex}.staff-security-panel>section>header strong{color:var(--text);font-size:.65rem}.staff-security-panel>section>header small{color:var(--text-muted);margin-top:2px;font-size:.52rem}.staff-api-unavailable{margin:12px}.staff-api-unavailable>div{flex-direction:column;flex:1;min-width:0;display:flex}.staff-api-unavailable strong{color:var(--text-secondary);font-size:.6rem}.staff-api-unavailable p{margin:3px 0 0;font-size:.53rem}.staff-danger-zone>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.staff-danger-zone>div>div{flex-direction:column;display:flex}.staff-danger-zone>div strong{font-size:.61rem}.staff-danger-zone>div p{color:var(--text-muted);margin:3px 0 0;font-size:.53rem}.staff-danger-zone>small{color:var(--warning);background:var(--warning-soft);padding:9px 12px;font-size:.53rem;display:block}@keyframes staff-slide-in{0%{opacity:.65;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media (width<=1450px){.staff-kpis{grid-template-columns:repeat(3,1fr)}.staff-toolbar{grid-template-columns:minmax(240px,1.2fr) repeat(3,minmax(120px,.7fr))}.staff-toolbar>div{grid-column:1/-1;justify-content:flex-end}.staff-table-scroll{max-height:calc(100vh - 430px)}}@media (width<=1000px){.staff-kpis{grid-template-columns:repeat(2,1fr)}.staff-toolbar{grid-template-columns:1fr 1fr}.staff-toolbar>label:first-child,.staff-toolbar>div{grid-column:1/-1}.staff-profile-drawer{width:calc(100vw - 20px)}.staff-profile-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.staff-header{flex-direction:column;align-items:flex-start}.staff-header .ui-button{width:100%}.staff-toolbar{position:relative;top:auto}.staff-table-scroll{max-height:none;overflow:visible}.staff-table-card table{min-width:0;display:block}.staff-table-card thead{display:none}.staff-table-card tbody{background:var(--bg);gap:9px;padding:9px;display:grid}.staff-table-card tr{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.staff-table-card td{justify-content:space-between;align-items:center;gap:10px;height:auto;min-height:45px;display:flex;padding:8px 10px!important}.staff-table-card td:before{color:var(--text-muted);text-transform:uppercase;font-size:.51rem;font-weight:800}.staff-table-card td:first-child:before{content:"Avatar"}.staff-table-card td:nth-child(2):before{content:"Employee"}.staff-table-card td:nth-child(3):before{content:"Email"}.staff-table-card td:nth-child(4):before{content:"Phone"}.staff-table-card td:nth-child(5):before{content:"Role"}.staff-table-card td:nth-child(6):before{content:"Branch"}.staff-table-card td:nth-child(7):before{content:"Status"}.staff-table-card td:nth-child(8):before{content:"Last Login"}.staff-table-card td:nth-child(9):before{content:"Created"}.staff-table-card td:first-child,.staff-table-card td:nth-child(2),.staff-table-card td:last-child{grid-column:1/-1}.staff-table-card td:first-child:before,.staff-table-card td:nth-child(2):before,.staff-table-card td:last-child:before{display:none}.staff-actions{margin-left:auto}.staff-profile-drawer{width:100vw;inset:0}.staff-profile-overview>section>div{grid-template-columns:1fr}.staff-profile-overview>section>div>div:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.staff-profile-overview>section>div>div:last-child{border-bottom:0}}@media (width<=520px){.staff-kpis,.staff-toolbar,.staff-profile-metrics{grid-template-columns:1fr}.staff-toolbar>label:first-child,.staff-toolbar>div{grid-column:auto}.staff-toolbar>div{grid-template-columns:1fr 1fr;display:grid}.staff-toolbar>div .ui-button:last-child{grid-column:1/-1}.staff-table-card tr{grid-template-columns:1fr}.staff-table-card td{grid-column:1/-1}.staff-pagination{flex-direction:column;align-items:flex-start}.staff-form-drawer{width:100vw}.staff-profile-content{padding:8px}.staff-profile-actions .ui-button{display:none}.staff-activity article{grid-template-columns:24px 1fr auto}.staff-activity article .status-badge{display:none}.staff-danger-zone>div,.staff-api-unavailable{flex-direction:column;align-items:flex-start}}.pos-cart-unit{border:1px solid var(--border);background:var(--bg);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-top:7px;padding:6px 8px;display:flex}.pos-cart-unit span{color:var(--text-muted);text-transform:uppercase;font-size:.56rem;font-weight:700}.pos-cart-unit select{border:1px solid var(--border-strong);background:var(--surface);border-radius:7px;max-width:190px;height:31px;padding:4px 7px;font-size:.6rem;min-height:31px!important}.inventory-package-summary{border-top:1px solid var(--border);background:var(--bg);gap:7px;padding:8px 10px;display:flex;overflow-x:auto}.inventory-package-summary>span{border:1px solid var(--border);background:var(--surface);min-width:210px;color:var(--text-secondary);border-radius:8px;grid-template-columns:1fr auto;gap:2px 10px;padding:8px 9px;font-size:.58rem;display:grid}.inventory-package-summary strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.inventory-package-summary small{color:var(--text-muted);grid-column:1/-1;font-size:.51rem}.pos-search--keyboard{z-index:20;position:relative}.pos-search-hints{white-space:nowrap;color:var(--text-muted);align-items:center;gap:6px;font-size:.55rem;display:flex}.pos-search-results{border:1px solid var(--border-strong);background:var(--surface);max-height:280px;box-shadow:var(--shadow-lg);border-radius:10px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto}.pos-search-results>button{width:100%;color:var(--text);text-align:left;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.pos-search-results>button:hover,.pos-search-results>button.active,.pos-search-results>button[aria-selected=true]{background:var(--primary-soft);box-shadow:inset 3px 0 0 var(--primary);outline:0}.pos-search-results>button span{min-width:0}.pos-search-results>button span:last-child{text-align:right}.pos-search-results strong,.pos-search-results small,.pos-search-results b{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.pos-search-results strong{font-size:.69rem}.pos-search-results b{color:var(--primary);font-size:.65rem}.pos-search-results small{color:var(--text-muted);margin-top:2px;font-size:.55rem}.pos-search-results>p{color:var(--text-muted);text-align:center;margin:0;padding:14px;font-size:.65rem}.pos-cart__items:focus-visible{outline-offset:-3px;outline:3px solid #2563eb26}.pos-cart-item.keyboard-selected{background:var(--primary-soft);box-shadow:inset 3px 0 0 var(--primary);border-radius:8px}.pos-checkout-button span small{color:#ffffffc7;margin-top:1px;font-size:.5rem;font-weight:600;display:block}.pos-cart-unit kbd{font-size:.48rem}.pos-pending-quantity{border:1px solid var(--primary);background:var(--primary-soft);border-radius:10px;grid-template-columns:minmax(190px,1fr) minmax(120px,.45fr) minmax(100px,.3fr) auto;align-items:end;gap:10px;margin-bottom:8px;padding:10px 12px;display:grid;box-shadow:0 3px 10px #0f172a0d}.pos-pending-quantity>div:first-child span,.pos-pending-quantity>div:first-child strong,.pos-pending-quantity>div:first-child small{display:block}.pos-pending-quantity>div:first-child span,.pos-pending-quantity label{color:var(--text-muted);text-transform:uppercase;font-size:.56rem;font-weight:700}.pos-pending-quantity>div:first-child strong{color:var(--text);margin-top:2px;font-size:.75rem}.pos-pending-quantity>div:first-child small{color:var(--text-muted);margin-top:2px;font-size:.56rem}.pos-pending-quantity select,.pos-pending-quantity input{width:100%;margin-top:3px;border:1px solid var(--border-strong)!important;background:var(--surface)!important;border-radius:7px!important;min-height:35px!important;padding:5px 8px!important}.pos-pending-quantity input:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px #2563eb26!important}.pos-pending-actions{gap:5px;display:flex}.pos-pending-actions button{border:1px solid var(--border-strong);height:35px;color:var(--text-secondary);background:var(--surface);border-radius:7px;padding:0 9px;font-size:.6rem;font-weight:700}.pos-pending-actions button:last-child{border-color:var(--primary);color:#fff;background:var(--primary)}.pos-pending-quantity>p{color:var(--danger);grid-column:1/-1;margin:0;font-size:.6rem;font-weight:650}@media (width<=900px){.pos-pending-quantity{grid-template-columns:1fr 1fr}.pos-pending-quantity>div:first-child,.pos-pending-actions,.pos-pending-quantity>p{grid-column:1/-1}}.pos-recent__scroll{max-height:460px;position:relative;overflow:auto}.pos-recent__scroll table{border-collapse:separate;border-spacing:0;width:100%}.pos-recent__scroll thead{z-index:5;background:var(--surface);position:sticky;top:0}.pos-recent__scroll th{border-bottom:1px solid var(--border);box-shadow:0 1px 0 var(--border)}.pos-recent__state{color:var(--text-muted);text-align:center;margin:0;padding:14px;font-size:.65rem}.pos-recent__error{color:var(--danger);justify-content:center;align-items:center;gap:8px;display:flex}.pos-recent__error button{border:1px solid var(--danger);color:var(--danger);background:var(--danger-soft);border-radius:6px;padding:4px 9px;font-size:.6rem;font-weight:700}.pos-recent__sentinel{height:1px}.pos-recent__skeleton td{padding:9px 11px!important}.pos-recent__skeleton span{background:linear-gradient(90deg,var(--surface-muted),var(--border),var(--surface-muted));background-size:200% 100%;border-radius:6px;height:22px;animation:1.2s linear infinite skeleton-shimmer;display:block}.pos-save-actions{grid-template-columns:1fr 1.25fr;gap:6px;display:grid}.pos-save-actions button{border:1px solid var(--border-strong);min-height:36px;color:var(--text-secondary);background:var(--surface);border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 8px;font-size:.62rem;font-weight:750;transition:border-color .12s,color .12s,background .12s;display:flex}.pos-save-actions button:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.pos-save-actions button:last-child{color:#fff;border-color:var(--primary);background:var(--primary)}.pos-save-actions button:last-child:hover:not(:disabled){color:#fff;background:var(--primary-hover)}.pos-save-actions button:disabled{opacity:.45}.pos-save-actions kbd{margin-left:auto;font-size:.48rem}.pos-save-actions button:last-child kbd{color:#fff;background:#0000001a;border-color:#ffffff59}.pos-success{border:1px solid color-mix(in srgb,var(--success) 24%,var(--border));color:var(--success);background:var(--success-soft);border-radius:8px;margin:0;padding:8px 12px;font-size:.68rem;font-weight:700}.pos-recent__actions{align-items:center;gap:7px;display:flex}.pos-recent__view-all{color:var(--primary);font-size:.6rem;font-weight:750;border:1px solid var(--border)!important;background:var(--surface)!important;border-radius:7px!important;width:auto!important;padding:6px 9px!important}.pos-recent__view-all:hover{border-color:var(--primary)!important;background:var(--primary-soft)!important}.sales-register{flex-direction:column;gap:12px;display:flex}.sales-register__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sales-register__header p{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.62rem;font-weight:800}.sales-register__header h2{letter-spacing:-.025em;margin:2px 0 0;font-size:1.42rem}.sales-register__header span{color:var(--text-muted);margin-top:3px;font-size:.7rem;display:block}.sales-register__header>div:last-child{gap:7px;display:flex}.sales-register__kpis{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;display:grid}.sales-register__kpis article{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:74px;box-shadow:var(--shadow-xs);border-radius:12px;align-items:center;gap:9px;padding:11px 12px;display:flex}.sales-register__kpis article>span{width:31px;height:31px;color:var(--primary);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;display:grid}.sales-register__kpis article:nth-child(2)>span,.sales-register__kpis article:nth-child(4)>span{color:var(--success);background:var(--success-soft)}.sales-register__kpis article:nth-child(5)>span,.sales-register__kpis article:nth-child(8)>span{color:var(--danger);background:var(--danger-soft)}.sales-register__kpis div{min-width:0}.sales-register__kpis small,.sales-register__kpis strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sales-register__kpis small{color:var(--text-muted);font-size:.57rem;font-weight:700}.sales-register__kpis strong{color:var(--text);margin-top:3px;font-size:.84rem}.sales-kpi-skeleton{width:76%;height:15px;margin-top:5px}.sales-filters{z-index:18;border:1px solid var(--border);background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:var(--shadow-xs);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:9px;position:sticky;top:64px}.sales-quick-ranges{border-bottom:1px solid var(--border);gap:4px;padding-bottom:8px;display:flex}.sales-quick-ranges button{color:var(--text-muted);background:0 0;border:0;border-radius:7px;padding:6px 9px;font-size:.61rem;font-weight:700}.sales-quick-ranges button:hover,.sales-quick-ranges button.active{color:var(--primary);background:var(--primary-soft)}.sales-filter-grid{grid-template-columns:minmax(290px,1.8fr) repeat(10,minmax(105px,.62fr));align-items:end;gap:7px;padding-top:8px;display:grid}.sales-filter-grid label{min-width:0}.sales-filter-grid label>span{color:var(--text-muted);text-transform:uppercase;margin-bottom:3px;font-size:.52rem;font-weight:750;display:block}.sales-filter-grid input,.sales-filter-grid select{width:100%;min-width:0;font-size:.62rem;border-radius:7px!important;height:36px!important;min-height:36px!important;padding:0 8px!important}.sales-search{border:1px solid var(--border-strong);height:36px;color:var(--text-subtle);background:var(--surface);border-radius:8px;align-items:center;gap:7px;padding:0 9px;display:flex}.sales-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb26}.sales-search input{height:34px!important;box-shadow:none!important;border:0!important;padding:0!important}.sales-table-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-xs);border-radius:12px;overflow:hidden}.sales-table-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:49px;padding:8px 13px;display:flex}.sales-table-card>header>div strong,.sales-table-card>header>div span{display:block}.sales-table-card>header strong{font-size:.74rem}.sales-table-card>header span{color:var(--text-muted);margin-top:2px;font-size:.59rem}.sales-table-card>header label{color:var(--text-muted);align-items:center;gap:6px;font-size:.6rem;display:flex}.sales-table-card>header select{border-radius:7px!important;height:31px!important;min-height:31px!important;padding:0 25px 0 7px!important}.sales-table-scroll{min-height:360px;max-height:calc(100vh - 385px);overflow:auto}.sales-table-scroll table{border-collapse:separate;border-spacing:0;text-align:left;width:100%;min-width:1740px}.sales-table-scroll thead{z-index:5;position:sticky;top:0}.sales-table-scroll th{border-bottom:1px solid var(--border);height:39px;color:var(--text-muted);background:var(--bg);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;padding:7px 9px;font-size:.53rem;font-weight:800}.sales-table-scroll th button{color:inherit;font:inherit;text-transform:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:flex}.sales-table-scroll th button svg{transition:transform .12s}.sales-table-scroll th button svg.ascending{transform:rotate(180deg)}.sales-table-scroll td{border-bottom:1px solid var(--border);height:58px;color:var(--text-secondary);vertical-align:middle;white-space:nowrap;padding:7px 9px;font-size:.62rem}.sales-table-scroll tbody tr{cursor:pointer;transition:background .1s,box-shadow .1s}.sales-table-scroll tbody tr:hover,.sales-table-scroll tbody tr:focus-visible{background:color-mix(in srgb,var(--primary-soft) 55%,transparent);box-shadow:inset 3px 0 var(--primary);outline:0}.sales-table-scroll td>strong,.sales-table-scroll td>small{display:block}.sales-table-scroll td>small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.sales-invoice-link{color:var(--primary)}.sales-balance-due{font-weight:800;color:var(--danger)!important}.sales-methods{text-overflow:ellipsis;max-width:115px;display:block;overflow:hidden}.sales-row-actions{gap:3px;display:flex}.sales-row-actions button{width:28px;height:28px;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;padding:0;display:grid}.sales-row-actions button:hover{border-color:var(--border);color:var(--primary);background:var(--primary-soft)}.sales-row-actions button:last-child:hover{color:var(--danger);background:var(--danger-soft)}.sales-row-skeleton{height:10px;display:block}.sales-table-card>footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;min-height:48px;padding:8px 12px;display:flex}.sales-table-card>footer>span{color:var(--text-muted);font-size:.61rem}.sales-table-card>footer>div{gap:4px;display:flex}.sales-table-card>footer button{border:1px solid var(--border);width:30px;height:30px;color:var(--text-secondary);background:var(--surface);border-radius:7px;place-items:center;display:grid}.sales-table-card>footer button.active{color:#fff;border-color:var(--primary);background:var(--primary)}.sales-table-card>footer button:disabled{opacity:.4}.sales-detail-loading{z-index:95;background:#0f172a47;place-items:center;display:grid;position:fixed;inset:0}.sales-detail-backdrop{z-index:90;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a94;padding:24px;position:fixed;inset:0;overflow-y:auto}.sales-detail{border:1px solid var(--border);background:var(--surface);width:min(1120px,100%);box-shadow:var(--shadow-lg);border-radius:14px;margin:auto;overflow:hidden}.sales-detail>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 17px;display:flex}.sales-detail>header p{color:var(--primary);text-transform:uppercase;margin:0;font-size:.57rem;font-weight:800}.sales-detail>header h3{margin:2px 0;font-size:1rem}.sales-detail>header span{color:var(--text-muted);font-size:.62rem}.sales-detail>header>div:last-child{align-items:center;gap:6px;display:flex}.sales-detail>header>div:last-child>button:last-child{background:0 0;border:0;place-items:center;width:34px;height:34px;display:grid}.sales-invoice{padding:22px}.sales-invoice__identity{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:16px;display:flex}.sales-invoice__identity>div{align-items:center;gap:11px;display:flex}.sales-invoice__identity img,.sales-invoice__identity>div>span{object-fit:contain;color:#fff;background:var(--primary);border-radius:10px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.sales-invoice__identity h2{margin:0;font-size:1.08rem}.sales-invoice__identity p{color:var(--text-muted);margin:2px 0 0;font-size:.61rem}.sales-invoice__meta{background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin:15px 0;display:grid}.sales-invoice__meta>div{background:var(--surface);flex-direction:column;min-height:65px;padding:11px;display:flex}.sales-invoice__meta span{color:var(--text-muted);text-transform:uppercase;font-size:.55rem}.sales-invoice__meta strong{margin-top:4px;font-size:.68rem}.sales-invoice__meta small{color:var(--text-muted);margin-top:2px;font-size:.55rem}.sales-invoice__items{border:1px solid var(--border);border-radius:9px;overflow:auto}.sales-invoice__items table{border-collapse:collapse;text-align:left;width:100%;min-width:820px}.sales-invoice__items th,.sales-invoice__items td{border-bottom:1px solid var(--border);padding:8px 10px;font-size:.6rem}.sales-invoice__items th{color:var(--text-muted);background:var(--bg);text-transform:uppercase;font-size:.52rem}.sales-invoice__items td strong,.sales-invoice__items td small{display:block}.sales-invoice__items td small{color:var(--text-muted);margin-top:2px;font-size:.52rem}.sales-invoice__bottom{grid-template-columns:1fr 300px;gap:20px;margin-top:17px;display:grid}.sales-invoice__bottom h4{margin:0 0 7px;font-size:.67rem}.sales-invoice__bottom h4:not(:first-child){margin-top:15px}.sales-invoice__bottom section>p{color:var(--text-muted);margin:0;font-size:.61rem}.sales-payment-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:7px 0;font-size:.61rem;display:flex}.sales-payment-row span strong,.sales-payment-row span small{display:block}.sales-payment-row span small{color:var(--text-muted);margin-top:2px;font-size:.53rem}.sales-payment-row.return>strong{color:var(--danger)}.sales-invoice__bottom aside{border:1px solid var(--border);background:var(--bg);border-radius:10px;padding:13px}.sales-invoice__bottom aside p{color:var(--text-muted);justify-content:space-between;margin:0;padding:5px 0;font-size:.62rem;display:flex}.sales-invoice__bottom aside p.strong{border-top:1px solid var(--border);color:var(--text);margin-top:4px;padding-top:9px;font-size:.75rem}.sales-invoice__bottom aside p:last-child strong{color:var(--danger)}@media (width<=1500px){.sales-register__kpis{grid-template-columns:repeat(4,1fr)}.sales-filter-grid{grid-template-columns:minmax(260px,1.6fr) repeat(5,minmax(110px,1fr))}.sales-table-scroll{max-height:calc(100vh - 450px)}}@media (width<=900px){.sales-register__header{flex-direction:column}.sales-register__header>div:last-child{width:100%;overflow-x:auto}.sales-register__kpis{grid-template-columns:repeat(2,1fr)}.sales-filters{position:static}.sales-quick-ranges{overflow-x:auto}.sales-filter-grid{grid-template-columns:repeat(2,1fr)}.sales-search{grid-column:1/-1}.sales-table-scroll{max-height:none}.sales-detail-backdrop{padding:8px}.sales-detail>header{flex-direction:column;align-items:flex-start}.sales-detail>header>div:last-child{width:100%;overflow-x:auto}.sales-invoice{padding:13px}.sales-invoice__meta{grid-template-columns:repeat(2,1fr)}.sales-invoice__bottom{grid-template-columns:1fr}}@media print{.sales-report-print>.sales-register__header,.sales-report-print>.sales-register__kpis,.sales-report-print>.sales-filters,.sales-report-print>.sales-table-card,.sales-report-print>.error-panel{display:none!important}.sales-detail-backdrop{background:#fff;padding:0;position:static}.sales-detail{width:100%;box-shadow:none;border:0}.sales-invoice{padding:0}body[data-print-mode=sales-report] .sales-report-print>.sales-register__header,body[data-print-mode=sales-report] .sales-report-print>.sales-register__kpis,body[data-print-mode=sales-report] .sales-report-print>.sales-table-card{display:flex!important}body[data-print-mode=sales-report] .sales-report-print>.sales-register__kpis{display:grid!important}body[data-print-mode=sales-report] .sales-register__header>div:last-child,body[data-print-mode=sales-report] .sales-row-actions,body[data-print-mode=sales-report] .sales-table-card>footer{display:none!important}body[data-print-mode=sales-report] .sales-table-scroll{max-height:none;overflow:visible}body[data-print-mode=sales-report] .sales-table-scroll table{min-width:0;font-size:8px}}.purchase-quick-add-option{color:var(--primary);border-top:1px solid var(--border-strong)!important}.purchase-quick-add-option strong{align-items:center;gap:6px;display:flex}.purchase-unit-hint,.purchase-existing-batch{color:var(--text-muted);margin-top:4px;font-size:.52rem;display:block}.purchase-existing-batch{color:var(--primary);font-weight:700}.purchase-calculation{white-space:nowrap;flex-direction:column;justify-content:center;min-height:42px;font-size:.66rem;display:flex}.purchase-calculation small{color:var(--text-muted);margin-top:2px;font-size:.5rem;font-weight:500}.purchase-payment-status{justify-content:space-between;align-items:center;display:flex!important}.quick-medicine-modal{width:min(820px,100%)}.quick-medicine-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.quick-medicine-grid .purchase-field{min-width:0}.quick-medicine-warning{margin:0 16px 12px}.quick-medicine-duplicates{border:1px solid var(--warning);border-radius:10px;margin:0 16px 12px;overflow:hidden}.quick-medicine-duplicates>header{background:var(--warning-soft);flex-direction:column;padding:10px 12px;display:flex}.quick-medicine-duplicates>header span{color:var(--text-muted);margin-top:2px;font-size:.58rem}.quick-medicine-duplicates>div{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:9px 12px;display:flex}.quick-medicine-duplicates>div>span{flex-direction:column;display:flex}.quick-medicine-duplicates small{color:var(--text-muted);margin-top:2px;font-size:.56rem}.purchase-grid{width:1870px!important;min-width:1870px!important}.purchase-grid td{height:68px!important}.purchase-grid th:first-child,.purchase-grid td:first-child{width:280px!important}.purchase-grid th:nth-child(2),.purchase-grid td:nth-child(2){width:125px!important}.purchase-grid th:nth-child(3),.purchase-grid td:nth-child(3){width:140px!important}.purchase-grid th:nth-child(n+4),.purchase-grid td:nth-child(n+4){width:112px!important}.purchase-grid th:nth-child(6),.purchase-grid td:nth-child(6){width:145px!important}.purchase-grid th:nth-child(7),.purchase-grid td:nth-child(7),.purchase-grid th:nth-child(9),.purchase-grid td:nth-child(9){width:135px!important}.purchase-grid th:nth-child(14),.purchase-grid td:nth-child(14){width:125px!important}.purchase-grid th:nth-child(15),.purchase-grid td:nth-child(15){width:60px!important}@media (width<=720px){.quick-medicine-grid{grid-template-columns:1fr}.quick-medicine-modal{border-radius:0;max-height:100vh}}.pos-save-actions{grid-template-columns:.8fr 1fr 1.25fr}.pos-print-retry{border:1px solid var(--warning);color:#92400e;background:var(--warning-soft);border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:34px;font-size:.62rem;font-weight:750;display:flex}.thermal-receipt__header-text,.a4-invoice__header-text{white-space:pre-line}.settings-logo-upload{border:1px dashed var(--border-strong);min-height:42px;color:var(--primary);background:var(--primary-soft);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;font-size:.66rem;font-weight:750;display:flex}.settings-logo-upload:hover{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 75%,var(--surface))}.settings-logo-upload input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.settings-logo-preview button{border:1px solid var(--danger);color:var(--danger);background:var(--danger-soft);border-radius:7px;margin-left:auto;padding:5px 8px;font-size:.58rem;font-weight:700}.settings-receipt-card>.settings-receipt-preview{background:var(--bg);width:auto;box-shadow:none;border:0;justify-content:center;margin:0;padding:14px;font-family:inherit;display:flex;overflow:auto}.settings-receipt-preview .thermal-receipt{border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);flex:none}.settings-receipt-card .thermal-receipt p{color:#000;font-size:inherit;text-align:inherit;margin:0}.settings-receipt-card .thermal-receipt__header img{object-fit:contain;width:auto;max-width:30mm;height:auto;max-height:12mm;margin:0 auto 1mm;display:block}.settings-receipt-card .thermal-receipt__totals .total{font-size:1.16em}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-blue-50:oklch(97% .014 254.604);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-600:oklch(54.6% .245 262.881);--color-rose-200:oklch(89.2% .058 10.001);--color-rose-600:oklch(58.6% .253 17.585);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-900:oklch(20.8% .042 265.755);--color-slate-950:oklch(12.9% .042 264.695);--color-white:#fff;--spacing:.25rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--font-weight-semibold:600;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--shadow-xs:0 1px 2px 0 #0000000d;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:0}.z-50{z-index:50}.mx-auto{margin-inline:auto}.my-5{margin-block:calc(var(--spacing) * 5)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.table{display:table}.h-3{height:calc(var(--spacing) * 3)}.h-8{height:calc(var(--spacing) * 8)}.h-12{height:calc(var(--spacing) * 12)}.h-28{height:calc(var(--spacing) * 28)}.h-32{height:calc(var(--spacing) * 32)}.h-80{height:calc(var(--spacing) * 80)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.min-w-0{min-width:0}.min-w-full{min-width:100%}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-blue-200{border-color:var(--color-blue-200)}.border-rose-200{border-color:var(--color-rose-200)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-slate-900\/50{background-color:#0f172b80}@supports (color:color-mix(in lab, red, red)){.bg-slate-900\/50{background-color:color-mix(in oklab, var(--color-slate-900) 50%, transparent)}}.bg-slate-950\/60{background-color:#02061899}@supports (color:color-mix(in lab, red, red)){.bg-slate-950\/60{background-color:color-mix(in oklab, var(--color-slate-950) 60%, transparent)}}.bg-white{background-color:var(--color-white)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.py-2{padding-block:calc(var(--spacing) * 2)}.text-left{text-align:left}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-blue-600{color:var(--color-blue-600)}.text-rose-600{color:var(--color-rose-600)}.text-slate-500{color:var(--color-slate-500)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}@media (width>=48rem){.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media print{.print\:hidden{display:none}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
