:root{--pos-primary:#0e7c7b;--pos-primary-dark:#085a59;--pos-bg:#f7f9fc;--pos-surface:#fff;--pos-text:#0f172a;--pos-text-secondary:#475569;--pos-border:#e2e8f0;--pos-radius:8px;--pos-spacing:24px;--pos-danger:#dc2626;font-family:Inter,SF Pro,Roboto,system-ui,sans-serif}body{background:var(--pos-bg);color:var(--pos-text);margin:0}.pharmacyos-shell{flex-direction:column;min-height:100vh;display:flex}.pharmacyos-header{align-items:center;gap:var(--pos-spacing);padding:1rem var(--pos-spacing);background:var(--pos-surface);border-bottom:1px solid var(--pos-border);display:flex}.pharmacyos-header .brand{color:var(--pos-primary);font-weight:700}.pharmacyos-nav{flex:1;gap:1rem;display:flex}.nav-link{color:var(--pos-text-secondary);font-weight:500;text-decoration:none}.nav-link.active{color:var(--pos-primary)}.pharmacyos-user{align-items:center;gap:.75rem;display:flex}.user-name{color:var(--pos-text-secondary);font-size:.875rem}.logout-btn{border:1px solid var(--pos-border);background:var(--pos-surface);color:var(--pos-text);border-radius:var(--pos-radius);cursor:pointer;padding:.35rem .75rem}.logout-btn:hover{border-color:var(--pos-primary);color:var(--pos-primary)}.pharmacyos-main{padding:var(--pos-spacing);flex:1}.pos-page{max-width:1180px;margin:0 auto}.pos-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.pos-page-header h1{margin:0;font-size:clamp(1.5rem,3vw,2rem)}.pos-page-header p{color:var(--pos-text-secondary);margin:.4rem 0 0}.pos-operational-banner,.pos-setup-panel,.pos-form{background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-radius);padding:1.25rem}.pos-operational-banner{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.pos-operational-banner div{gap:.25rem;display:grid}.pos-operational-banner span{color:var(--pos-text-secondary);font-size:.85rem}.pos-widget-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem;display:grid}.pos-widget{min-height:110px;color:inherit;background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-radius);gap:.5rem;padding:1.1rem;text-decoration:none;display:grid}.pos-widget:hover{border-color:var(--pos-primary)}.pos-widget span,.pos-widget small{color:var(--pos-text-secondary)}.pos-widget strong{overflow-wrap:anywhere;font-size:1.4rem}.pos-status{width:fit-content;color:var(--pos-primary-dark);text-transform:uppercase;background:#e6f4f1;border-radius:999px;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.pos-status-inactive,.pos-status-suspended{color:var(--pos-danger);background:#fef2f2}.pos-setup-panel{gap:.75rem;display:grid}.pos-setup-panel h2{margin:0;font-size:1.1rem}.pos-setup-panel p{color:var(--pos-text-secondary);margin:.3rem 0 0}.pos-progress{background:#edf2f7;border-radius:4px;height:8px;overflow:hidden}.pos-progress span{background:var(--pos-primary);height:100%;display:block}.pos-form{gap:1.25rem;max-width:850px;display:grid}.pos-form fieldset{border:0;margin:0;padding:0}.pos-form legend{margin-bottom:1rem;font-weight:700}.pos-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.pos-form textarea,.pos-form select,.pos-form input{box-sizing:border-box;border:1px solid var(--pos-border);border-radius:var(--pos-radius);width:100%;min-height:44px;font:inherit;padding:.65rem .75rem}.pos-form textarea{resize:vertical;min-height:90px}.pos-form fieldset:disabled{opacity:.7}.pos-checkbox{color:var(--pos-text-secondary);align-items:center;gap:.5rem;margin-top:1rem;display:flex}.pos-checkbox input{width:18px;height:18px}.pos-button{border-radius:var(--pos-radius);background:var(--pos-primary);color:#fff;cursor:pointer;border:0;min-height:44px;padding:.65rem 1rem;font-weight:700}.pos-button:disabled{opacity:.6;cursor:progress}.pos-button-secondary{border:1px solid var(--pos-border);color:var(--pos-text);background:0 0}.pos-actions{gap:.75rem;margin-top:1rem;display:flex}.pos-muted{color:var(--pos-text-secondary)}.pos-state{color:var(--pos-text-secondary);padding:2rem}.pos-state-error{color:var(--pos-danger)}.pos-table-wrap{background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-radius);margin-bottom:1rem;overflow-x:auto}.pos-table-wrap table{border-collapse:collapse;text-align:left;width:100%}.pos-table-wrap th,.pos-table-wrap td{border-bottom:1px solid var(--pos-border);white-space:nowrap;padding:.9rem 1rem}.pos-table-wrap th{color:var(--pos-text-secondary);text-transform:uppercase;font-size:.8rem}.pos-sr-only{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.pos-purchase-line{grid-template-columns:minmax(180px,1fr) 110px 140px auto;align-items:center;gap:.6rem;margin-bottom:.75rem;display:grid}.pos-receive-line{grid-template-columns:minmax(150px,1fr) repeat(5,minmax(110px,.7fr))}.pos-purchase-line input,.pos-purchase-line select{box-sizing:border-box;border:1px solid var(--pos-border);border-radius:var(--pos-radius);width:100%;min-height:42px;font:inherit;background:#fff;padding:.55rem .65rem}@media (width<=800px){.pos-purchase-line{grid-template-columns:1fr 1fr}.pos-purchase-line>:first-child{grid-column:1/-1}.pos-receive-line{grid-template-columns:1fr 1fr}}.pos-inline-row{align-items:center;gap:.5rem;display:flex}.pos-inline-row>:first-child{flex:1}.pos-panel{background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:var(--pos-radius);margin-bottom:1rem;padding:1.25rem}.pos-panel-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.pos-panel-head h2{margin:0;font-size:1.1rem}.pos-widget-static{text-decoration:none}.pos-widget-danger strong{color:var(--pos-danger)}.pos-widget-warn strong{color:#b45309}.pos-widget-info strong{color:var(--pos-primary-dark)}.pos-pill{border-radius:999px;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.pos-pill-danger{color:var(--pos-danger);background:#fef2f2}.pos-pill-warn{color:#b45309;background:#fffbeb}.pos-pill-safe{color:var(--pos-primary-dark);background:#e6f4f1}.pos-error{color:var(--pos-danger);border-radius:var(--pos-radius);background:#dc262614;border:1px solid #dc262633;padding:.5rem .75rem}.pos-checkbox-inline{color:var(--pos-text);margin-top:0;font-weight:700}@media (width<=800px){.pharmacyos-header{flex-wrap:wrap;gap:.75rem}.pharmacyos-nav{flex-basis:100%;order:3;padding-bottom:.25rem;overflow-x:auto}.nav-link{white-space:nowrap;align-items:center;min-height:44px;display:inline-flex}.pharmacyos-main{padding:1rem}.pos-widget-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.pos-page-header,.pos-operational-banner{display:grid}.pos-widget-grid,.pos-form-grid{grid-template-columns:1fr}.pharmacyos-user{margin-left:auto}.pos-table-wrap th,.pos-table-wrap td{padding:.7rem}}a{color:var(--pos-primary)}.pos-center{min-height:60vh;color:var(--pos-text-secondary);justify-content:center;align-items:center;display:flex}.pos-auth{min-height:calc(100vh - 2rem);padding:var(--pos-spacing);justify-content:center;align-items:center;display:flex}.pos-auth-card{background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:12px;width:100%;max-width:460px;padding:2rem;box-shadow:0 10px 30px #0f172a0f}.pos-auth-title{color:var(--pos-primary-dark);margin:0}.pos-auth-subtitle{color:var(--pos-text-secondary);margin-top:.25rem}.pos-auth-error{color:var(--pos-danger);border-radius:var(--pos-radius);background:#dc262614;border:1px solid #dc262633;margin:1rem 0;padding:.5rem .75rem}.pos-auth-form{flex-direction:column;gap:.9rem;margin-top:1rem;display:flex}.pos-field{color:var(--pos-text-secondary);flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.pos-field input{border:1px solid var(--pos-border);border-radius:var(--pos-radius);color:var(--pos-text);padding:.6rem .75rem;font-size:1rem}.pos-field input:focus{border-color:var(--pos-primary);outline:none;box-shadow:0 0 0 3px #0e7c7b26}.pos-field small{color:var(--pos-text-secondary);font-size:.75rem}.pos-field-row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.pos-auth-submit{background:var(--pos-primary);color:#fff;border-radius:var(--pos-radius);cursor:pointer;border:none;padding:.75rem;font-weight:600}.pos-auth-submit:disabled{opacity:.6;cursor:progress}.pos-auth-switch{color:var(--pos-text-secondary);margin-top:1.25rem;font-size:.875rem}.pos-profile{gap:.75rem;margin-top:1rem;display:grid}.pos-profile dt{color:var(--pos-text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.pos-profile dd{color:var(--pos-text);margin:.15rem 0 0}.pos-profile-intro{color:var(--pos-text-secondary)}.pos-security-list{gap:.75rem;margin-top:1rem;padding:0;list-style:none;display:grid}.pos-security-list li{border:1px solid var(--pos-border);border-radius:var(--pos-radius);background:var(--pos-surface);padding:1rem}.pos-security-list h2{margin:0 0 .35rem;font-size:1rem}.pos-security-list p{color:var(--pos-text-secondary);margin:0}.pos-pos{max-width:1440px}.pos-pos-grid{grid-template-columns:minmax(360px,.9fr) minmax(520px,1.25fr);align-items:start;gap:1rem;display:grid}.pos-catalog,.pos-cart{margin:0;box-shadow:0 12px 35px #0f172a0d}.pos-catalog{gap:1rem;display:grid;position:sticky;top:1rem}.pos-field select,.pos-inline-row input,.pos-selected{box-sizing:border-box;border:1px solid var(--pos-border);border-radius:var(--pos-radius);width:100%;min-height:44px;font:inherit;background:#fff;padding:.65rem .75rem}.pos-product-results{gap:.5rem;max-height:55vh;display:grid;overflow:auto}.pos-product{text-align:left;border:1px solid var(--pos-border);color:var(--pos-text);cursor:pointer;background:#fff;border-radius:10px;grid-template-columns:1fr auto;gap:.25rem 1rem;padding:1rem;display:grid}.pos-product:hover,.pos-product:focus-visible{border-color:var(--pos-primary);background:#f0fdfa}.pos-product span{color:var(--pos-text-secondary);font-size:.82rem}.pos-product b{color:var(--pos-primary-dark);grid-area:1/2/span 2;align-self:center}.pos-cart{gap:.9rem;display:grid}.pos-cart-item{border-bottom:1px solid var(--pos-border);grid-template-columns:minmax(130px,1fr) auto minmax(90px,auto) 80px;align-items:center;gap:.75rem;padding-bottom:.9rem;display:grid}.pos-cart-item>div:first-child{gap:.2rem;display:grid}.pos-cart-item small{color:var(--pos-text-secondary)}.pos-quantity{border:1px solid var(--pos-border);border-radius:8px;align-items:center;display:flex;overflow:hidden}.pos-quantity button,.pos-text-button{cursor:pointer;color:var(--pos-primary-dark);background:0 0;border:0}.pos-quantity button{width:34px;height:34px;font-size:1.2rem}.pos-discount{box-sizing:border-box;border:1px solid var(--pos-border);border-radius:7px;width:80px;padding:.5rem}.pos-total{border-top:2px solid var(--pos-text);justify-content:space-between;align-items:baseline;padding:.8rem 0;display:flex}.pos-total strong{font-size:1.65rem}.pos-prescription{background:#fffbeb;border-radius:9px;border:1px solid #f59e0b!important;padding:1rem!important}.pos-prescription p{color:#92400e;margin:0}.pos-customer-menu{border:1px solid var(--pos-border);background:#fff;border-radius:8px;gap:.35rem;padding:.5rem;display:grid}.pos-customer-menu button,.pos-selected button{text-align:left;cursor:pointer;background:#f8fafc;border:0;padding:.5rem}.pos-receipt{text-align:center;border:1px solid var(--pos-border);background:#fff;border-radius:14px;max-width:620px;margin:0 auto 1rem;padding:2rem;box-shadow:0 16px 45px #0f172a14}.pos-receipt h1{margin-bottom:0}.pos-receipt-success{color:#047857;background:#d1fae5;border-radius:50%;place-items:center;width:52px;height:52px;margin:auto;font-size:1.6rem;font-weight:800;display:grid}.pos-receipt-body{text-align:left;margin:1.5rem 0}.pos-receipt-line{border-bottom:1px dashed var(--pos-border);justify-content:space-between;gap:1rem;padding:.65rem 0;display:flex}.pos-receipt .pos-actions{justify-content:center}.pos-receipt .pos-button{align-items:center;text-decoration:none;display:inline-flex}@media (width<=800px){.pos-pos-grid{grid-template-columns:1fr}.pos-catalog{position:static}}@media (width<=520px){.pos-cart-item{grid-template-columns:1fr auto}.pos-discount{grid-column:2}.pos-receipt{padding:1.1rem}}@media print{body{background:#fff}.pharmacyos-header,.pos-page-header,.pos-no-print,.pos-receipt .pos-actions{display:none!important}.pharmacyos-main{padding:0}.pos-receipt{box-shadow:none;border:0;max-width:80mm;padding:0}}.billing-page{max-width:1240px}.billing-subnav{border-top:1px solid var(--pos-border);border-bottom:1px solid var(--pos-border);gap:1rem;margin-bottom:1.5rem;padding:.8rem 0;display:flex}.billing-subnav a{color:var(--pos-text-secondary);font-size:.88rem;font-weight:600}.billing-summary{background:var(--pos-surface);border-top:3px solid var(--pos-primary);border-bottom:1px solid var(--pos-border);grid-template-columns:1.4fr repeat(3,minmax(0,1fr));margin-bottom:1.5rem;display:grid}.billing-plan-current,.billing-metric{border-right:1px solid var(--pos-border);align-content:start;gap:.45rem;min-height:120px;padding:1.25rem;display:grid}.billing-metric:last-child{border-right:0}.billing-plan-current>span,.billing-metric span,.billing-metric small,.billing-plan-current p{color:var(--pos-text-secondary);margin:0;font-size:.8rem}.billing-plan-current strong,.billing-metric strong{overflow-wrap:anywhere;font-size:1.25rem}.billing-actions-band{border-top:1px solid var(--pos-border);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.billing-actions-band h2,.billing-actions-band p{margin:0}.billing-actions-band p{color:var(--pos-text-secondary);margin-top:.35rem}.billing-link-button{box-sizing:border-box;color:#fff;align-items:center;text-decoration:none;display:inline-flex}.billing-plan-grid{border-top:1px solid var(--pos-border);border-bottom:1px solid var(--pos-border);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.billing-plan{background:var(--pos-surface);border-right:1px solid var(--pos-border);grid-template-rows:auto auto auto auto 1fr auto;gap:.7rem;min-width:0;padding:1.5rem;display:grid}.billing-plan:last-child{border-right:0}.billing-plan-selected{box-shadow:inset 0 3px var(--pos-primary);background:#f0fdfa}.billing-plan h2,.billing-plan p{margin:.25rem 0 0}.billing-plan p,.billing-plan small,.billing-limit-copy,.billing-plan li{color:var(--pos-text-secondary);font-size:.85rem}.billing-plan-code{color:var(--pos-primary-dark);text-transform:uppercase;font-size:.75rem;font-weight:800}.billing-price{font-size:1.45rem}.billing-plan ul{align-content:start;gap:.45rem;padding-left:1.1rem;display:grid}@media (width<=800px){.billing-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-plan-grid{grid-template-columns:1fr}.billing-plan{border-right:0;border-bottom:1px solid var(--pos-border)}}@media (width<=520px){.billing-subnav{overflow-x:auto}.billing-subnav a{white-space:nowrap}.billing-summary{grid-template-columns:1fr}.billing-plan-current,.billing-metric{border-right:0;border-bottom:1px solid var(--pos-border);min-height:auto}.billing-actions-band{display:grid}}.report-page{max-width:1480px;margin:0 auto}.report-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:76px;margin-bottom:20px;display:flex}.report-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.report-header p{color:var(--ink-500);margin:0;font-size:13px}.report-header>svg{box-sizing:content-box;background:var(--brand-50);color:var(--brand-700);border-radius:10px;padding:10px}.report-eyebrow{color:var(--brand-700);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800;text-decoration:none}.report-toolbar{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:11px;grid-template-columns:auto minmax(460px,1fr) auto;align-items:end;gap:12px;margin-bottom:16px;padding:12px;display:grid}.report-presets,.report-toolbar-actions,.report-export,.report-subnav{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.report-presets button{border:1px solid var(--pos-border);background:var(--surface-subtle);min-height:36px;color:var(--ink-500);cursor:pointer;border-radius:7px;padding:.4rem .65rem}.report-presets button:hover,.report-presets button:focus-visible,.report-presets button.active{border-color:var(--brand-500);background:var(--brand-50);color:var(--brand-700)}.report-filter-fields{grid-template-columns:repeat(3,minmax(125px,1fr)) auto;align-items:end;gap:.65rem;display:grid}.report-filter-fields input,.report-filter-fields select{box-sizing:border-box;border:1px solid var(--line);background:var(--surface);width:100%;min-height:40px;font:inherit;border-radius:7px;padding:.5rem .6rem}.report-toolbar .pos-button{min-height:40px;padding:.5rem .75rem}.report-export [role=alert]{color:var(--pos-danger);flex-basis:100%;font-size:.78rem}.report-subnav a{color:var(--ink-500);border-radius:6px;padding:5px 7px;font-size:11px;font-weight:650;text-decoration:none}.report-subnav a:hover,.report-subnav a.active{background:var(--brand-50);color:var(--brand-700)}.report-filter-error{color:var(--danger);grid-column:1/-1;margin:0;font-size:10px}.report-destinations{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:16px;display:grid}.report-destinations>a{border:1px solid var(--line);background:var(--surface);min-height:62px;color:var(--brand-700);border-radius:9px;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;text-decoration:none;transition:border-color .12s,transform .12s;display:grid}.report-destinations>a:hover{border-color:var(--brand-200);transform:translateY(-1px)}.report-destinations strong,.report-destinations small{display:block}.report-destinations strong{color:var(--ink-950);font-size:11px}.report-destinations small{color:var(--ink-500);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;overflow:hidden}.report-metric-grid{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.report-metric-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.report-metric{border-right:1px solid var(--line);background:var(--surface);align-content:start;gap:.45rem;min-height:92px;padding:1rem;display:grid}.report-metric:last-child{border-right:0}.report-metric>span,.report-metric small{color:var(--pos-text-secondary);font-size:.78rem}.report-metric strong{overflow-wrap:anywhere;font-size:1.28rem}.report-tone-positive strong,.report-comparison-up{color:#047857}.report-tone-warning strong,.report-comparison-down{color:#b45309}.report-tone-danger strong{color:var(--pos-danger)}.report-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;display:grid}.report-band{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:16px;padding:18px}.report-band-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.report-band-head span,.report-band-head small{color:var(--pos-text-secondary);font-size:.78rem}.report-band-head h2{margin:.2rem 0 0;font-size:1.05rem}.report-chart{width:100%;height:250px}.report-bars{border-bottom:1px solid var(--line);background:repeating-linear-gradient(to bottom, transparent 0, transparent 54px, var(--surface-subtle) 55px);grid-template-columns:repeat(auto-fit,minmax(24px,1fr));align-items:end;gap:7px;height:220px;padding-top:8px;display:grid;overflow-x:auto}.report-bar-column{text-align:center;grid-template-rows:1fr 26px;align-items:end;min-width:0;height:100%;display:grid}.report-bar{background:var(--brand-600);border-radius:3px 3px 0 0;width:min(72%,36px);min-height:0;margin:0 auto;display:block}.report-bar-negative{background:var(--danger)}.report-bar-column small{color:var(--pos-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.report-insights{background:var(--pos-border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.report-insight{background:var(--pos-surface);min-height:105px;color:var(--pos-text);gap:.5rem;padding:1rem;text-decoration:none;display:grid}.report-insight span,.report-insight small{color:var(--pos-text-secondary);font-size:.82rem}.report-insight small{color:var(--pos-primary-dark);align-self:end;font-weight:700}.report-empty-inline{color:var(--pos-text-secondary)}.report-table-wrap{border:1px solid var(--line);border-radius:9px;overflow-x:auto}.report-table-wrap table{border-collapse:collapse;text-align:left;width:100%}.report-table-wrap th,.report-table-wrap td{border-bottom:1px solid var(--line);white-space:nowrap;padding:.8rem .75rem}.report-table-wrap th{color:var(--pos-text-secondary);text-transform:uppercase;font-size:.75rem}@media (width<=1050px){.report-toolbar{grid-template-columns:1fr;align-items:start}.report-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.report-metric:nth-child(3n){border-right:0}.report-destinations{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.report-filter-fields,.report-two-column{grid-template-columns:1fr}.report-destinations,.report-metric-grid,.report-metric-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.report-metric:nth-child(odd){border-right:1px solid var(--pos-border)}.report-metric:nth-child(2n){border-right:0}.report-insights{grid-template-columns:1fr}.report-chart{height:220px}.report-bars{gap:3px;height:190px}.report-bar-column small{writing-mode:vertical-rl}}@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-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;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--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}.fixed{position:fixed}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.table{display:table}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--brand-50:#edfbf8;--brand-100:#d2f5ed;--brand-200:#a9e9dc;--brand-500:#0d8a80;--brand-600:#087a74;--brand-700:#09615d;--brand-800:#0b4d4a;--ink-950:#13201e;--ink-700:#3e4c49;--ink-500:#687571;--canvas:#f7f8f5;--surface:#fff;--surface-subtle:#f1f4f0;--line:#dfe5e1;--line-strong:#c8d1cc;--success:#16794b;--warning:#9a5b0a;--danger:#ba2d37;--info:#2563a9;--focus:var(--brand-500)}@supports (color:color-mix(in lab, red, red)){:root{--focus:color-mix(in srgb, var(--brand-500) 28%, transparent)}}:root{--shadow-sm:0 1px 2px #13201e0d, 0 1px 3px #13201e0a;--shadow-md:0 12px 32px #13201e14;font-synthesis:none;font-family:Inter,Geist,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--canvas);color:var(--ink-950);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.ui-button,.pos-button{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:14px;font-weight:650;line-height:1;text-decoration:none;transition:background-color .12s,border-color .12s,color .12s,transform .12s;display:inline-flex}.ui-button:active,.pos-button:active{transform:translateY(1px)}.ui-button:disabled,.pos-button:disabled{cursor:not-allowed;opacity:.5}.ui-button-primary,.pos-button:not(.pos-button-secondary){background:var(--brand-600);color:#fff}.ui-button-primary:hover,.pos-button:not(.pos-button-secondary):hover{background:var(--brand-700)}.ui-button-secondary,.pos-button-secondary{border-color:var(--line);background:var(--surface);color:var(--ink-950)}.ui-button-secondary:hover,.pos-button-secondary:hover{border-color:var(--line-strong);background:var(--surface-subtle)}.ui-button-ghost{color:var(--ink-700);background:0 0}.ui-button-danger{background:var(--danger);color:#fff}.ui-button-sm{min-height:34px;padding-inline:10px;font-size:13px}.ui-button-lg{min-height:48px;padding-inline:18px}.ui-field{min-width:0;color:var(--ink-700);gap:7px;font-size:13px;display:grid}.ui-field-label{color:var(--ink-700);font-weight:600}.ui-field-hint{color:var(--ink-500)}.ui-field input,.ui-field select,.ui-field textarea,.pos-form input,.pos-form select,.pos-form textarea,.inventory-form input,.inventory-form select,.inventory-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-height:42px;color:var(--ink-950);border-radius:9px;padding:9px 11px;box-shadow:0 1px #13201e05}.ui-field input:focus,.ui-field select:focus,.ui-field textarea:focus{border-color:var(--brand-500);outline:3px solid var(--focus)}.inventory-page{max-width:1480px;margin:0 auto}.inventory-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:74px;margin-bottom:22px;display:flex}.inventory-header h1{letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.inventory-header p{color:var(--ink-500);margin:0;font-size:13px}.inventory-eyebrow,.inventory-breadcrumb{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:5px;font-size:10px;font-weight:800;text-decoration:none;display:inline-flex}.inventory-header-actions{align-items:center;gap:8px;display:flex}.inventory-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.inventory-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.inventory-metric:last-child{border-right:0}.inventory-metric>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.inventory-metric i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.inventory-metric-warning i{color:var(--warning);background:#fff5e2}.inventory-metric-danger i{color:var(--danger);background:#fff0f0}.inventory-metric>strong{font-variant-numeric:tabular-nums;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:clamp(20px,2vw,26px);display:block;overflow:hidden}.inventory-metric>small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.inventory-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.inventory-actions>a{border:1px solid var(--line);background:var(--surface);color:var(--brand-700);border-radius:11px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 15px;text-decoration:none;display:grid}.inventory-actions strong,.inventory-actions small{display:block}.inventory-actions strong{color:var(--ink-950);font-size:13px}.inventory-actions small{color:var(--ink-500);margin-top:2px;font-size:10px}.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.inventory-panel,.inventory-form{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:13px;padding:18px}.inventory-panel+.inventory-panel{margin-top:16px}.inventory-grid .inventory-panel+.inventory-panel{margin-top:0}.inventory-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.inventory-panel-head>div{gap:3px;display:grid}.inventory-panel-head span{color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.inventory-panel-head h2{letter-spacing:-.02em;margin:0;font-size:15px}.inventory-panel-head a,.inventory-panel-head small{color:var(--brand-700);font-size:10px;font-weight:650;text-decoration:none}.inventory-expiry-list,.inventory-low-list{gap:7px;display:grid}.inventory-expiry-row,.inventory-low-list a{border:1px solid var(--line);min-height:55px;color:var(--ink-700);border-radius:9px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;text-decoration:none;display:grid}.inventory-expiry-row>span{width:32px;height:32px;color:var(--warning);background:#fff5e2;border-radius:8px;place-items:center;display:grid}.inventory-expiry-danger>span{color:var(--danger);background:#fff0f0}.inventory-expiry-row strong,.inventory-expiry-row small,.inventory-low-list strong,.inventory-low-list small{display:block}.inventory-expiry-row strong,.inventory-low-list strong{color:var(--ink-950);font-size:12px}.inventory-expiry-row small,.inventory-low-list small{color:var(--ink-500);margin-top:2px;font-size:10px}.inventory-low-list a{grid-template-columns:minmax(0,1fr) auto auto}.inventory-low-list a>span{font-size:11px}.inventory-all-clear,.inventory-panel-empty{color:var(--success);text-align:center;padding:18px 4px 4px;font-size:11px}.inventory-toolbar{align-items:center;gap:10px;margin-bottom:12px;display:flex}.inventory-search{border:1px solid var(--line-strong);background:var(--surface);min-height:44px;color:var(--ink-500);border-radius:9px;flex:1;align-items:center;gap:8px;padding:0 11px;display:flex}.inventory-search:focus-within{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--focus)}.inventory-search input{border:0;outline:0;flex:1;min-width:0}.inventory-search button{color:var(--ink-500);background:0 0;border:0;place-items:center;display:grid}.inventory-search kbd{border:1px solid var(--line);border-radius:4px;padding:1px 5px;font-size:10px}.inventory-select{border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--ink-500);border-radius:9px;align-items:center;gap:7px;padding:0 10px;display:flex}.inventory-select select{color:var(--ink-700);background:0 0;border:0;outline:0}.inventory-segments{border:1px solid var(--line);background:var(--surface-subtle);border-radius:9px;padding:3px;display:flex}.inventory-segments button{min-height:34px;color:var(--ink-500);background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:11px;font-weight:650}.inventory-segments button.active{background:var(--surface);color:var(--brand-700);box-shadow:var(--shadow-sm)}.inventory-table-summary{color:var(--ink-500);justify-content:space-between;margin-bottom:7px;font-size:10px;display:flex}.inventory-table-summary small{align-items:center;gap:4px;display:flex}.inventory-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:11px;width:100%;overflow-x:auto}.inventory-table{border-collapse:collapse;width:100%;font-size:12px}.inventory-table th{background:var(--surface-subtle);color:var(--ink-500);letter-spacing:.05em;text-align:left;text-transform:uppercase;font-size:9px}.inventory-table th,.inventory-table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:11px 13px}.inventory-table tbody tr:last-child td{border-bottom:0}.inventory-table tbody tr:hover{background:#fbfcfa}.inventory-table td strong,.inventory-table td small{display:block}.inventory-table td small{color:var(--ink-500);margin-top:2px;font-size:9px}.inventory-product-cell{color:var(--ink-950);align-items:center;gap:9px;text-decoration:none;display:flex}.inventory-product-cell>span{background:var(--brand-50);width:32px;height:32px;color:var(--brand-700);border-radius:8px;place-items:center;display:grid}.inventory-stock-ok,.inventory-stock-low,.inventory-stock-out{font-variant-numeric:tabular-nums}.inventory-stock-low{color:var(--warning)}.inventory-stock-out,.inventory-qty-negative{color:var(--danger)}.inventory-qty-positive{color:var(--success)}.inventory-stock-label,.inventory-badge{color:var(--success);background:#e9f7ef;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:9px;font-weight:700;display:inline-flex}.inventory-stock-label.low,.inventory-badge-warning{color:var(--warning);background:#fff6e5}.inventory-stock-label.out,.inventory-badge-expired,.inventory-badge-critical{color:var(--danger);background:#fff0f0}.inventory-expiry-cell{align-items:center;gap:7px;display:flex}.inventory-muted{color:var(--ink-500)}.inventory-balances{flex-wrap:wrap;gap:8px;display:flex}.inventory-balances>div{border:1px solid var(--line);border-radius:9px;min-width:150px;padding:10px 12px}.inventory-balances span,.inventory-balances strong{display:block}.inventory-balances span{color:var(--ink-500);font-size:10px}.inventory-balances strong{margin-top:3px;font-size:17px}.inventory-form{max-width:920px}.inventory-form fieldset{border:0;border-bottom:1px solid var(--line);gap:14px;margin:0 0 18px;padding:0 0 20px;display:grid}.inventory-form legend{color:var(--ink-950);margin-bottom:13px;font-size:14px;font-weight:700}.inventory-product-create{max-width:1280px}.inventory-product-create-header{margin-bottom:18px}.inventory-create-mark{border:1px solid var(--brand-200);background:var(--brand-50);width:46px;height:46px;color:var(--brand-700);border-radius:12px;flex:none;place-items:center;display:grid}.inventory-product-form{max-width:none;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.inventory-product-form-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:18px;display:grid}.inventory-product-form-main{gap:14px;min-width:0;display:grid}.inventory-product-form .inventory-product-form-section{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;gap:16px;margin:0;padding:18px;display:grid}.inventory-product-form .inventory-product-form-section legend{align-items:center;gap:10px;width:auto;margin:0;padding:0 7px 0 0;display:flex}.inventory-product-form-section legend>span:last-child{gap:2px;display:grid}.inventory-product-form-section legend small{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.inventory-product-form-section legend em{color:var(--ink-500);letter-spacing:.05em;text-transform:uppercase;margin-left:5px;font-size:9px;font-style:normal;font-weight:650}.inventory-form-section-icon{background:var(--brand-50);width:34px;height:34px;color:var(--brand-700);border-radius:9px;place-items:center;display:grid}.inventory-form-section-intro{color:var(--ink-500);margin:-6px 0 0 44px;font-size:11px}.inventory-product-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 14px;display:grid}.inventory-field-wide{grid-column:1/-1}.inventory-product-fields textarea{resize:vertical}.inventory-category-control{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.inventory-category-control .ui-button{white-space:nowrap;align-self:stretch}.inventory-new-category{border:1px dashed var(--brand-300);background:var(--brand-50);border-radius:10px;padding:12px}.inventory-input-icon{position:relative}.inventory-input-icon>svg{z-index:1;color:var(--ink-500);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.inventory-input-icon input{padding-left:35px}.inventory-choice-card{border:1px solid var(--line);background:var(--surface-subtle);color:var(--brand-700);cursor:pointer;border-radius:10px;grid-template-columns:20px 22px minmax(0,1fr);align-items:center;gap:10px;padding:11px 12px;display:grid}.inventory-choice-card:hover{border-color:var(--brand-300)}.inventory-choice-card strong,.inventory-choice-card small{display:block}.inventory-choice-card strong{color:var(--ink-950);font-size:12px}.inventory-choice-card small{color:var(--ink-500);margin-top:2px;font-size:10px}.inventory-choice-check{place-items:center;display:grid}.inventory-product-form .inventory-choice-check input{width:16px;min-height:16px;accent-color:var(--brand-700);box-shadow:none;margin:0}.inventory-stock-toggle{background:var(--brand-50)}.inventory-initial-stock-fields{padding-top:2px}.inventory-product-form-aside{gap:12px;display:grid;position:sticky;top:108px}.inventory-product-preview,.inventory-create-checklist{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;padding:15px}.inventory-preview-label{color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.inventory-preview-product{align-items:center;gap:10px;min-width:0;margin-top:12px;display:flex}.inventory-preview-icon{background:var(--brand-50);width:40px;height:40px;color:var(--brand-700);border-radius:10px;flex:none;place-items:center;display:grid}.inventory-preview-product>div{min-width:0}.inventory-preview-product strong,.inventory-preview-product small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.inventory-preview-product strong{color:var(--ink-950);font-size:13px}.inventory-preview-product small{color:var(--ink-500);margin-top:2px;font-size:10px}.inventory-preview-chips{flex-wrap:wrap;gap:5px;margin-top:12px;display:flex}.inventory-preview-chips span{background:var(--brand-50);color:var(--brand-700);text-transform:capitalize;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:700}.inventory-preview-list{border:1px solid var(--line);border-radius:9px;margin:14px 0 0;display:grid;overflow:hidden}.inventory-preview-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.inventory-preview-list>div:last-child{border-bottom:0}.inventory-preview-list dt{color:var(--ink-500);font-size:10px}.inventory-preview-list dd{color:var(--ink-950);margin:0;font-size:10px;font-weight:700}.inventory-create-checklist{gap:9px;display:grid}.inventory-create-checklist p{color:var(--ink-500);align-items:center;gap:7px;margin:0;font-size:10px;display:flex}.inventory-create-checklist svg{color:var(--success);flex:none}.inventory-create-error{margin:0}.inventory-create-actions{gap:7px;display:grid}.inventory-create-actions .ui-button{width:100%}.inventory-skeleton{background:linear-gradient(90deg, var(--surface-subtle), #fafbf9, var(--surface-subtle));background-size:200% 100%;border-radius:10px;animation:1.2s infinite inventory-shimmer;display:block}.inventory-skeleton-head{width:42%;height:62px;margin-bottom:20px}.inventory-skeleton-card{border-right:1px solid var(--line);border-radius:0;height:112px}.inventory-skeleton-panel{height:250px}@keyframes inventory-shimmer{to{background-position:-200% 0}}@media (width<=900px){.inventory-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-metric:nth-child(2){border-right:0}.inventory-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.inventory-grid{grid-template-columns:1fr}.inventory-toolbar{flex-wrap:wrap;align-items:stretch}.inventory-search{flex-basis:100%}.inventory-product-form-layout{grid-template-columns:1fr}.inventory-product-form-aside{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.inventory-create-actions,.inventory-create-error{grid-column:1/-1}.inventory-create-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.inventory-header{display:grid}.inventory-header-actions{flex-wrap:wrap}.inventory-actions{grid-template-columns:1fr}.inventory-metrics{grid-template-columns:1fr 1fr}.inventory-metric{padding:14px}.inventory-toolbar>.inventory-select{flex:1}.inventory-segments{width:100%}.inventory-segments button{flex:1}.inventory-create-mark{display:none}.inventory-product-form .inventory-product-form-section{padding:15px}.inventory-product-fields,.inventory-product-form-aside{grid-template-columns:1fr}.inventory-field-wide,.inventory-create-actions,.inventory-create-error{grid-column:auto}.inventory-form-section-intro{margin-left:0}.inventory-category-control,.inventory-create-actions{grid-template-columns:1fr}.inventory-category-control .ui-button{width:100%}}.ui-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.ui-page-header h1{color:var(--ink-950);letter-spacing:-.035em;margin:0;font-size:clamp(24px,2.4vw,32px);line-height:1.15}.ui-page-header p{max-width:640px;color:var(--ink-500);margin:7px 0 0;font-size:14px}.ui-state{border:1px dashed var(--line-strong);min-height:110px;color:var(--ink-500);background:var(--surface);border-radius:12px;justify-content:center;align-items:center;gap:10px;display:flex}.ui-state-error{color:var(--danger);background:#fff7f7}.ui-state-spin{animation:.8s linear infinite ui-spin}.ui-status{background:var(--surface-subtle);width:fit-content;color:var(--ink-700);letter-spacing:.02em;text-transform:capitalize;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.ui-status-active,.ui-status-paid,.ui-status-synced,.ui-status-cash{color:var(--success);background:#e9f7ef}.ui-status-failed,.ui-status-expired,.ui-status-suspended{color:var(--danger);background:#fff0f0}.ui-status-pending,.ui-status-low-stock,.ui-status-warning,.ui-status-draft{background:var(--surface-subtle);color:var(--ink-700)}.ui-status-submitted,.ui-status-approved,.ui-status-received{color:var(--success);background:#e9f7ef}.ui-status-partially-received{color:var(--info);background:#e8f2fd}.ui-status-cancelled,.ui-status-blocked,.ui-status-inactive{color:var(--danger);background:#fff0f0}@keyframes ui-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-shell{--sidebar-width:248px;grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.app-shell.shell-collapsed{--sidebar-width:76px}.shell-sidebar{z-index:40;color:#dce9e5;background:#102c29;border-right:1px solid #1d3936;flex-direction:column;min-width:0;height:100vh;display:flex;position:sticky;top:0}.shell-brand-row{justify-content:space-between;align-items:center;min-height:68px;padding:0 18px;display:flex}.shell-brand{color:#f4fbf8;letter-spacing:-.02em;align-items:center;gap:10px;font-size:16px;font-weight:750;text-decoration:none;display:flex}.shell-brand-mark{background:var(--brand-500);color:#fff;border:1px solid #ffffff1f;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.shell-nav-group{gap:4px;padding:14px 12px 4px;display:grid}.shell-nav-label{color:#7e9d97;letter-spacing:.11em;text-transform:uppercase;padding:0 10px 6px;font-size:10px;font-weight:700}.shell-nav-item{color:#b9cec9;border-radius:8px;align-items:center;gap:11px;min-height:42px;padding:0 10px;font-size:13px;font-weight:550;text-decoration:none;transition:color .12s,background .12s;display:flex}.shell-nav-item:hover{color:#fff;background:#ffffff0e}.shell-nav-item.active{color:#0b4d48;background:#e8f8f3;font-weight:700}.shell-collapsed .shell-nav-item{justify-content:center;padding-inline:0}.shell-sidebar-footer{border-top:1px solid #ffffff14;gap:6px;margin-top:auto;padding:12px;display:grid}.shell-collapse,.shell-account{color:#a8bfba;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;min-height:40px;padding:6px 9px;display:flex}.shell-collapse:hover,.shell-account:hover{color:#fff;background:#ffffff0e}.shell-collapsed .shell-collapse,.shell-collapsed .shell-account{justify-content:center;padding-inline:0}.shell-avatar{color:#0b5954;background:#d7eee8;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:grid}.shell-account-copy{min-width:0;display:grid}.shell-account-copy strong{color:#edf7f4;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.shell-account-copy small{color:#86a39d;text-transform:capitalize;font-size:10px}.shell-workspace{min-width:0}.shell-topbar{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;align-items:center;gap:16px;min-height:60px;padding:0 24px;display:flex;position:sticky;top:0}.shell-branch{min-width:170px;color:var(--ink-700);align-items:center;gap:8px;display:flex}.shell-branch select{appearance:none;min-width:0;color:var(--ink-950);cursor:pointer;background:0 0;border:0;outline:0;flex:1;font-size:13px;font-weight:650}.shell-command{border:1px solid var(--line);background:var(--canvas);width:min(460px,42vw);min-height:36px;color:var(--ink-500);cursor:pointer;border-radius:8px;align-items:center;gap:9px;margin:0 auto;padding:0 10px;display:flex}.shell-command span{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.shell-command kbd{border:1px solid var(--line);color:var(--ink-500);background:#fff;border-radius:5px;align-items:center;gap:2px;padding:3px 5px;font-size:10px;display:inline-flex}.shell-top-actions{align-items:center;gap:9px;display:flex}.shell-sync{color:var(--ink-500);align-items:center;gap:6px;font-size:11px;display:inline-flex}.shell-sync>span{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #dff3e7}.shell-icon-button,.shell-user-menu,.shell-menu,.shell-mobile-close{border:1px solid var(--line);min-width:36px;min-height:36px;color:var(--ink-700);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:5px;display:inline-flex}.shell-user-menu{border:0}.shell-menu,.shell-mobile-close{display:none}.shell-context-bar{border-bottom:1px solid var(--line);height:32px;color:var(--ink-700);background:#f1f5f2;align-items:center;gap:10px;padding:0 24px;font-size:11px;display:flex}.shell-context-bar small{color:var(--ink-500)}.shell-main{min-height:calc(100vh - 92px);padding:28px 32px 48px}.shell-main>.pos-page{max-width:1440px}.shell-scrim{display:none}@media (width<=1050px){.app-shell{--sidebar-width:76px}.shell-brand>span:last-child,.shell-nav-label,.shell-nav-item span,.shell-collapse span,.shell-account-copy{display:none}.shell-nav-item,.shell-collapse,.shell-account{justify-content:center;padding-inline:0}.shell-command{width:min(360px,38vw)}.shell-sync{display:none}}@media (width<=760px){.app-shell,.app-shell.shell-collapsed{display:block}.shell-sidebar{width:min(290px,86vw);transition:transform .18s;position:fixed;left:0;transform:translate(-100%)}.shell-sidebar.mobile-open{transform:translate(0)}.shell-sidebar .shell-brand>span:last-child,.shell-sidebar .shell-nav-label,.shell-sidebar .shell-nav-item span,.shell-sidebar .shell-collapse span,.shell-sidebar .shell-account-copy{display:initial}.shell-sidebar .shell-nav-item,.shell-sidebar .shell-collapse,.shell-sidebar .shell-account{justify-content:flex-start;padding-inline:10px}.shell-mobile-close,.shell-menu{display:inline-flex}.shell-collapse{display:none}.shell-scrim{z-index:35;background:#0c1c1a7a;border:0;display:block;position:fixed;inset:0}.shell-topbar{gap:8px;padding-inline:12px}.shell-branch{flex:1;min-width:0}.shell-command{justify-content:center;width:36px;min-width:36px;padding:0}.shell-command span,.shell-command kbd,.shell-icon-button{display:none}.shell-context-bar{padding-inline:16px}.shell-main{padding:22px 16px 40px}.ui-page-header{gap:16px;display:grid}}.pos-checkout{max-width:1500px!important}.pos-checkout .pos-pos-grid{grid-template-columns:minmax(390px,.88fr) minmax(520px,1.12fr);gap:18px;display:grid}.pos-checkout .pos-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;margin:0}.pos-checkout .pos-catalog{flex-direction:column;max-height:calc(100vh - 136px);padding:18px;display:flex;position:sticky;top:108px}.pos-search-field{border:1px solid var(--line-strong);background:var(--surface);min-height:48px;color:var(--ink-500);border-radius:11px;align-items:center;gap:10px;padding:0 12px;display:flex;box-shadow:0 1px 4px #13201e0a}.pos-search-field:focus-within{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--focus)}.pos-search-field input{min-width:0;color:var(--ink-950);border:0;outline:0;flex:1}.pos-search-field kbd{border:1px solid var(--line);background:var(--canvas);color:var(--ink-500);border-radius:5px;padding:2px 6px;font-size:11px}.pos-results-heading{color:var(--ink-700);justify-content:space-between;align-items:center;padding:17px 2px 9px;font-size:12px;font-weight:700;display:flex}.pos-results-heading small{color:var(--ink-500);font-weight:500}.pos-checkout .pos-product-results{overscroll-behavior:contain;gap:6px;min-height:260px;display:grid;overflow:auto}.pos-checkout .pos-product{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;min-height:67px;padding:8px;display:flex}.pos-checkout .pos-product:hover,.pos-checkout .pos-product:focus-visible{border-color:var(--brand-200);background:var(--brand-50)}.pos-product-icon{background:var(--surface-subtle);width:36px;height:36px;color:var(--brand-700);border-radius:9px;flex:none;place-items:center;display:grid}.pos-product-copy{flex-direction:column;flex:1;min-width:0;display:flex}.pos-product-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;line-height:1.3;overflow:hidden}.pos-product-copy small{color:var(--ink-500);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3;overflow:hidden}.pos-product-meta{flex:none;justify-items:end;gap:2px;display:grid}.pos-stock-ok,.pos-stock-low{color:var(--success);white-space:nowrap;font-size:10px;font-weight:650}.pos-stock-low{color:var(--warning)}.pos-checkout .pos-product b{color:var(--ink-950);white-space:nowrap;font-size:12px;font-weight:700}.pos-product-add{color:var(--brand-600);flex:none;display:none}.pos-product:hover .pos-product-add{display:block}.pos-product-skeletons{gap:8px;display:grid}.pos-product-skeletons span{background:linear-gradient(90deg, var(--surface-subtle), #fafbf9, var(--surface-subtle));background-size:200% 100%;border-radius:10px;height:64px;animation:1.3s infinite pos-shimmer}.pos-checkout .pos-cart{flex-direction:column;min-height:620px;padding:20px;display:flex}.pos-checkout .pos-panel-head{margin-bottom:13px}.pos-checkout .pos-panel-head h2{letter-spacing:-.01em;align-items:center;gap:8px;font-size:16px;display:flex}.pos-cart-count{background:var(--brand-100);min-width:22px;height:22px;color:var(--brand-800);border-radius:999px;place-items:center;font-size:11px;display:grid}.pos-clear-cart{color:var(--ink-500);align-items:center;gap:5px;display:inline-flex}.pos-clear-cart:disabled{opacity:.35}.pos-cart-empty{text-align:center;align-content:center;place-items:center;min-height:210px;display:grid}.pos-cart-empty>span{background:var(--surface-subtle);width:48px;height:48px;color:var(--brand-700);border-radius:14px;place-items:center;display:grid}.pos-cart-empty strong{margin-top:12px;font-size:14px}.pos-cart-empty p{max-width:260px;color:var(--ink-500);margin:5px 0 0;font-size:12px}.pos-checkout .pos-cart-item{border-bottom:1px solid var(--line);grid-template-columns:minmax(130px,1fr) auto 96px 78px;align-items:center;gap:12px;padding:13px 4px;display:grid}.pos-checkout .pos-cart-item small{color:var(--ink-500);font-size:11px}.pos-checkout .pos-quantity{border:1px solid var(--line);border-radius:8px;align-items:center;gap:3px;padding:2px;display:flex}.pos-checkout .pos-quantity button{background:var(--surface-subtle);width:29px;height:29px;color:var(--ink-700);cursor:pointer;border:0;border-radius:6px;place-items:center;display:grid}.pos-checkout .pos-quantity span{text-align:center;min-width:22px;font-size:12px;font-weight:700}.pos-order-summary{gap:7px;margin-top:auto;padding-top:18px;display:grid}.pos-order-summary>span{color:var(--ink-500);justify-content:space-between;font-size:12px;display:flex}.pos-order-summary b{color:var(--ink-700);font-weight:600}.pos-order-summary .pos-total{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:6px 0 0;padding:14px 0}.pos-order-summary .pos-total span{color:var(--ink-700);font-size:13px;font-weight:700}.pos-order-summary .pos-total strong{font-variant-numeric:tabular-nums;letter-spacing:-.035em}.pos-checkout-section{padding-top:17px}.pos-checkout-section h3{color:var(--ink-700);align-items:center;gap:7px;margin:0 0 12px;font-size:12px;display:flex}.pos-payment-methods{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.pos-payment-methods button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--ink-500);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;font-size:11px;display:flex}.pos-payment-methods button.active{border-color:var(--brand-500);background:var(--brand-50);color:var(--brand-800);font-weight:700}.pos-charge-button{margin-top:16px;min-height:50px!important}.pos-charge-button svg:last-child{margin-left:auto}.pos-receipt-modern{border-color:var(--line)!important;box-shadow:var(--shadow-md)!important}.pos-receipt-modern .ui-status{margin:8px auto 0}@keyframes pos-shimmer{to{background-position:-200% 0}}@media (width<=1180px){.pos-checkout .pos-pos-grid{grid-template-columns:minmax(320px,.8fr) minmax(460px,1.2fr)}.pos-checkout .pos-cart-item{grid-template-columns:minmax(110px,1fr) auto 86px}.pos-checkout .pos-discount{grid-column:3}}@media (width<=900px){.pos-checkout .pos-pos-grid{grid-template-columns:1fr}.pos-checkout .pos-catalog{max-height:none;position:static}.pos-checkout .pos-product-results{max-height:380px}}@media (width<=560px){.pos-checkout .pos-cart-item{grid-template-columns:1fr auto}.pos-checkout .pos-cart-item>strong{text-align:right}.pos-checkout .pos-discount{grid-column:2}.pos-payment-methods{grid-column:1/-1}}.auth-shell{background:var(--surface);grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:#102c29;flex-direction:column;min-height:100%;padding:42px clamp(32px,6vw,88px);display:flex;position:relative;overflow:hidden}.auth-story:before{content:"";border:1px solid #c6f4e81c;border-radius:50%;width:390px;height:390px;position:absolute;bottom:90px;right:-130px;box-shadow:0 0 0 42px #c6f4e806,0 0 0 84px #c6f4e805}.auth-story:after{content:"";border:1px solid #c6f4e81a;border-radius:18px;width:80px;height:80px;position:absolute;top:34%;right:140px;transform:rotate(18deg)}.auth-brand{z-index:1;color:#fff;letter-spacing:-.02em;align-items:center;gap:10px;font-size:17px;font-weight:750;text-decoration:none;display:flex;position:relative}.auth-brand>span{background:var(--brand-500);border:1px solid #ffffff26;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.auth-story-content{z-index:1;max-width:480px;margin:auto 0;padding:68px 0;position:relative}.auth-kicker{color:#b9eee1;background:#bbf1e214;border:1px solid #bbf1e238;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.auth-story-content h1{color:#f4fbf8;letter-spacing:-.055em;max-width:440px;margin:22px 0 14px;font-size:clamp(34px,4vw,52px);line-height:1.04}.auth-story-content>p{color:#a8c2bb;max-width:410px;margin:0;font-size:15px;line-height:1.65}.auth-story-content ul{color:#d7ebe5;gap:15px;margin:34px 0 0;padding:0;font-size:13px;list-style:none;display:grid}.auth-story-content li{align-items:center;gap:10px;display:flex}.auth-story-content li svg{color:#b9eee1;background:#1f685f;border-radius:50%;flex:none;padding:2px}.auth-trust-card{z-index:1;color:#9eb8b1;border-top:1px solid #ffffff1f;align-items:flex-start;gap:10px;padding-top:16px;display:flex;position:relative}.auth-trust-card svg{color:#f0bc62;flex:none}.auth-trust-card div{gap:3px;display:grid}.auth-trust-card strong{color:#e5f2ee;font-size:12px}.auth-trust-card span{font-size:11px}.auth-workspace{background:var(--canvas);place-items:center;min-width:0;padding:48px clamp(22px,7vw,120px);display:grid}.auth-card{width:min(100%,500px)}.auth-card-login{max-width:430px}.auth-header{margin-bottom:25px}.auth-header>span{color:var(--brand-700);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.auth-header h2{color:var(--ink-950);letter-spacing:-.045em;margin:10px 0 7px;font-size:30px;line-height:1.12}.auth-header p{color:var(--ink-500);margin:0;font-size:14px;line-height:1.55}.auth-form{gap:18px;display:grid}.auth-field{color:var(--ink-700);gap:7px;font-size:12px;font-weight:650;display:grid}.auth-field input{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:46px;color:var(--ink-950);border-radius:9px;outline:0;padding:0 12px}.auth-field input::placeholder{color:#9ba5a1}.auth-field input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--focus)}.auth-field small{color:var(--ink-500);font-size:11px;font-weight:450;line-height:1.4}.auth-field-row{justify-content:space-between;align-items:center;display:flex}.auth-unavailable-link{color:var(--brand-700);cursor:help;background:0 0;border:0;font-size:11px;font-weight:650}.auth-input-wrap{border:1px solid var(--line-strong);background:var(--surface);min-height:46px;color:var(--ink-500);border-radius:9px;align-items:center;gap:9px;padding:0 12px;display:flex}.auth-input-wrap:focus-within{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--focus)}.auth-input-wrap input{min-height:44px;box-shadow:none;border:0;flex:1;padding:0}.auth-input-wrap input:focus{box-shadow:none}.auth-password-dot{color:var(--brand-700);letter-spacing:-4px;font-size:16px;font-weight:900}.auth-reveal{width:28px;height:30px;color:var(--ink-500);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.auth-submit{background:var(--brand-600);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:50px;font-size:14px;font-weight:700;transition:background .12s,opacity .12s,transform .12s;display:flex}.auth-submit:hover{background:var(--brand-700)}.auth-submit:active{transform:translateY(1px)}.auth-submit:disabled{cursor:not-allowed;opacity:.5}.auth-submit svg:last-child{margin-left:auto;margin-right:14px}.auth-error{color:var(--danger);background:#fff6f6;border:1px solid #edc9c9;border-radius:9px;align-items:flex-start;gap:9px;margin-bottom:18px;padding:11px 12px;font-size:12px;line-height:1.45;display:flex}.auth-error:before{background:var(--danger);content:"";border-radius:50%;flex:none;width:6px;height:6px;margin-top:5px}.auth-switch{color:var(--ink-500);text-align:center;margin:25px 0 0;font-size:12px}.auth-switch a{color:var(--brand-700);font-weight:700}.auth-security{color:var(--ink-500);justify-content:center;align-items:center;gap:5px;margin-top:34px;font-size:10px;display:flex}.auth-back{color:var(--ink-500);align-items:center;gap:5px;margin-bottom:22px;font-size:12px;text-decoration:none;display:inline-flex}.auth-back:hover{color:var(--brand-700)}.auth-register-form{gap:14px}.auth-section{border:0;border-top:1px solid var(--line);gap:14px;padding:17px 0 0;display:grid}.auth-section legend{width:100%;color:var(--brand-700);align-items:center;gap:8px;padding:0;display:flex}.auth-section legend>span{gap:2px;display:grid}.auth-section legend strong{color:var(--ink-950);font-size:13px}.auth-section legend small{color:var(--ink-500);font-size:10px;font-weight:450}.auth-grid-two{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-hint-error{color:var(--danger)!important}.auth-session-loading{background:var(--canvas);min-height:100vh;color:var(--ink-950);justify-content:center;align-items:center;gap:12px;display:flex}.auth-session-mark{background:var(--brand-600);color:#fff;width:44px;height:44px;box-shadow:var(--shadow-sm);border-radius:12px;place-items:center;display:grid}.auth-session-loading>div{gap:4px;display:grid}.auth-session-loading strong{letter-spacing:-.02em;font-size:14px}.auth-session-loading div span{color:var(--ink-500);align-items:center;gap:6px;font-size:11px;display:flex}@media (width<=900px){.auth-shell{display:block}.auth-story{min-height:auto;padding:22px 24px 28px}.auth-story:before,.auth-story:after,.auth-story-content ul,.auth-trust-card{display:none}.auth-story-content{margin:32px 0 0;padding:0}.auth-story-content h1{max-width:520px;margin:15px 0 0;font-size:34px}.auth-story-content>p{margin-top:10px}.auth-workspace{min-height:calc(100vh - 240px);padding:34px 24px 50px}}@media (width<=520px){.auth-story{padding-inline:18px}.auth-story-content h1{font-size:30px}.auth-workspace{padding:30px 18px 42px}.auth-header h2{font-size:27px}.auth-grid-two{grid-template-columns:1fr;gap:14px}}.dashboard-page{max-width:1480px;margin:0 auto}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.dashboard-eyebrow{color:var(--brand-700);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.dashboard-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:7px 0 5px;font-size:clamp(27px,3vw,36px);line-height:1.1}.dashboard-header p{color:var(--ink-500);margin:0;font-size:13px}.dashboard-header-actions{align-items:center;gap:14px;display:flex}.dashboard-updated{color:var(--ink-500);align-items:center;gap:6px;font-size:10px;display:inline-flex}.dashboard-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.dashboard-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.dashboard-metric:last-child{border-right:0}.dashboard-metric-top{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.dashboard-metric-top i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.dashboard-metric-warning .dashboard-metric-top i{color:var(--warning);background:#fff5e2}.dashboard-metric>strong{color:var(--ink-950);font-variant-numeric:tabular-nums;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin-top:12px;font-size:clamp(19px,2vw,25px);display:block;overflow:hidden}.dashboard-metric>small{min-height:17px;color:var(--ink-500);margin-top:7px;font-size:10px;display:block}.dashboard-change-up,.dashboard-change-down{color:var(--success);align-items:center;gap:4px;font-weight:650;display:inline-flex}.dashboard-change-down{color:var(--warning)}.dashboard-main-grid,.dashboard-lower-grid{grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);gap:16px;margin-top:16px;display:grid}.dashboard-lower-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-panel{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:13px;padding:18px}.dashboard-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;min-height:39px;margin-bottom:15px;display:flex}.dashboard-panel-head>div{gap:3px;display:grid}.dashboard-panel-head span{color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.dashboard-panel-head h2{color:var(--ink-950);letter-spacing:-.02em;margin:0;font-size:15px}.dashboard-panel-head a{color:var(--brand-700);align-items:center;gap:4px;font-size:10px;font-weight:650;text-decoration:none;display:inline-flex}.dashboard-chart{width:100%;height:260px}.dashboard-chart .recharts-default-tooltip{box-shadow:var(--shadow-md);border-radius:8px;font-size:11px;border:1px solid var(--line)!important}.dashboard-chart-empty{height:260px;color:var(--ink-500);text-align:center;align-content:center;place-items:center;display:grid}.dashboard-chart-empty svg{color:var(--brand-700)}.dashboard-chart-empty strong{color:var(--ink-700);margin-top:10px;font-size:12px}.dashboard-chart-empty span{margin-top:4px;font-size:10px}.dashboard-attention-count{background:#fff1dd;border-radius:999px;place-items:center;min-width:25px;height:25px;display:grid;color:var(--warning)!important;font-size:10px!important}.dashboard-attention-list{gap:7px;display:grid}.dashboard-attention-item{border:1px solid var(--line);min-height:58px;color:var(--ink-950);border-radius:9px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;text-decoration:none;transition:background .12s,border-color .12s;display:grid}.dashboard-attention-item:hover{border-color:var(--line-strong);background:var(--canvas)}.dashboard-attention-item>span{width:32px;height:32px;color:var(--warning);background:#fff5e2;border-radius:8px;place-items:center;display:grid}.dashboard-attention-danger>span{color:var(--danger);background:#fff0f0}.dashboard-attention-item>div{gap:3px;min-width:0;display:grid}.dashboard-attention-item strong{font-size:11px}.dashboard-attention-item small{color:var(--ink-500);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.dashboard-attention-item b{color:var(--brand-700);align-items:center;gap:3px;font-size:9px;display:inline-flex}.dashboard-all-clear{min-height:230px;color:var(--success);text-align:center;align-content:center;place-items:center;display:grid}.dashboard-all-clear strong{color:var(--ink-700);margin-top:8px;font-size:12px}.dashboard-all-clear span{color:var(--ink-500);margin-top:3px;font-size:10px}.dashboard-product-list,.dashboard-insights{display:grid}.dashboard-product{border-bottom:1px solid var(--line);grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:52px;display:grid}.dashboard-product:last-child{border-bottom:0}.dashboard-rank{background:var(--surface-subtle);width:24px;height:24px;color:var(--ink-500);border-radius:7px;place-items:center;font-size:9px;font-weight:750;display:grid}.dashboard-product>div{gap:3px;min-width:0;display:grid}.dashboard-product strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.dashboard-product small{color:var(--ink-500);font-size:9px}.dashboard-product b{color:var(--ink-700);font-variant-numeric:tabular-nums;font-size:10px}.dashboard-insights>div{border-bottom:1px solid var(--line);grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;min-height:54px;display:grid}.dashboard-insights>div:last-child{border-bottom:0}.dashboard-insights>div>span{background:var(--brand-50);width:28px;height:28px;color:var(--brand-700);border-radius:8px;place-items:center;display:grid}.dashboard-insights p{color:var(--ink-700);margin:0;font-size:10px;line-height:1.45}.dashboard-inline-empty{min-height:150px;color:var(--ink-500);text-align:center;justify-content:center;align-items:center;gap:8px;font-size:10px;display:flex}.dashboard-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.dashboard-quick-action{border:1px solid var(--line);background:var(--surface);min-height:78px;color:var(--ink-950);box-shadow:var(--shadow-sm);border-radius:12px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;text-decoration:none;display:grid}.dashboard-quick-action:hover{border-color:var(--brand-200);background:var(--brand-50)}.dashboard-quick-action>span{background:var(--brand-50);width:40px;height:40px;color:var(--brand-700);border-radius:10px;place-items:center;display:grid}.dashboard-quick-action>span svg{width:20px}.dashboard-quick-action>div{gap:4px;display:grid}.dashboard-quick-action strong{font-size:12px}.dashboard-quick-action small{color:var(--ink-500);font-size:9px}.dashboard-org-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.dashboard-org-stats span{border-left:2px solid var(--brand-200);color:var(--ink-500);gap:4px;padding-left:10px;font-size:9px;display:grid}.dashboard-org-stats strong{color:var(--ink-950);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.dashboard-ready{color:var(--success);align-items:center;gap:13px;display:flex}.dashboard-ready strong{color:var(--ink-950);font-size:13px}.dashboard-ready p{color:var(--ink-500);margin:4px 0 0;font-size:10px}.dashboard-progress{background:var(--surface-subtle);border-radius:999px;height:7px;overflow:hidden}.dashboard-progress span{border-radius:inherit;background:var(--brand-500);height:100%;display:block}.dashboard-next-step{color:var(--brand-700);justify-content:space-between;align-items:center;margin-top:13px;font-size:10px;font-weight:650;text-decoration:none;display:flex}.dashboard-skeleton{background:linear-gradient(90deg, var(--surface-subtle), #fafbf9, var(--surface-subtle));background-size:200% 100%;border-radius:12px;animation:1.3s infinite pos-shimmer}.dashboard-skeleton-head{width:45%;height:70px;margin-bottom:24px}.dashboard-skeleton-metric{border-right:1px solid #fff;border-radius:0;height:130px}.dashboard-skeleton-panel{height:335px}@media (width<=1100px){.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-metric:nth-child(2){border-right:0}.dashboard-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.dashboard-main-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr)}}@media (width<=760px){.dashboard-header{display:grid}.dashboard-header-actions{justify-content:space-between}.dashboard-main-grid,.dashboard-lower-grid,.dashboard-quick-actions{grid-template-columns:1fr}}@media (width<=500px){.dashboard-metrics{grid-template-columns:1fr}.dashboard-metric{border-right:0;border-bottom:1px solid var(--line)}.dashboard-metric:last-child{border-bottom:0}.dashboard-header-actions{flex-direction:column;align-items:stretch}.dashboard-chart{height:220px}.dashboard-org-stats{grid-template-columns:1fr}}.branches-page{max-width:1480px;margin:0 auto}.branches-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.branches-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.branches-header p{color:var(--ink-500);margin:0;font-size:13px}.branches-eyebrow{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.branches-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.branches-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.branches-metric:last-child{border-right:0}.branches-metric>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.branches-metric i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.branches-metric strong{color:var(--ink-950);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin-top:12px;font-size:clamp(19px,2vw,25px);display:block;overflow:hidden}.branches-metric small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.branches-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.branch-card{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:12px;align-content:start;gap:15px;padding:17px;display:grid}.branch-card.selected{border-color:var(--brand-500);box-shadow:0 0 0 2px var(--brand-100), var(--shadow-sm)}.branch-card-top{align-items:flex-start;gap:10px;display:flex}.branch-card-icon{background:var(--brand-50);width:38px;height:38px;color:var(--brand-700);border-radius:9px;flex:none;place-items:center;display:grid}.branch-card-copy{flex:1;min-width:0}.branch-name-line{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.branch-name-line h2{min-width:0;color:var(--ink-950);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;overflow:hidden}.branch-name-line>span{background:var(--brand-50);color:var(--brand-700);border-radius:999px;padding:3px 6px;font-size:9px;font-weight:800}.branch-details{gap:8px;display:grid}.branch-details p{color:var(--ink-500);align-items:flex-start;gap:7px;margin:0;font-size:11px;line-height:1.4;display:flex}.branch-details svg{color:var(--brand-700);flex:none}.branch-manager{background:var(--surface-subtle);border-radius:8px;gap:3px;padding:10px 11px;display:grid}.branch-manager span{color:var(--ink-500);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:700}.branch-manager strong{color:var(--ink-950);font-size:12px}.branch-card-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.branches-form{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;gap:16px;margin-bottom:16px;padding:18px;display:grid}.branches-form-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.branches-form-head h2{margin:5px 0 0;font-size:17px}.branches-form fieldset{border:0;margin:0;padding:0}.branches-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.branches-default{border:1px solid var(--line);border-radius:9px;align-items:center;gap:10px;min-height:64px;padding:10px 11px;display:flex}.branches-default input{width:18px;height:18px}.branches-default span,.branches-default strong,.branches-default small{display:block}.branches-default strong{color:var(--ink-950);font-size:12px}.branches-default small{color:var(--ink-500);margin-top:2px;font-size:10px}.branches-form-actions{flex-wrap:wrap;gap:8px;display:flex}.branches-error{color:var(--danger);margin:0;font-size:12px}@media (width<=1100px){.branches-grid,.branches-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.branches-metric:nth-child(2){border-right:0}.branches-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=700px){.branches-header{display:grid}.branches-grid,.branches-form-grid{grid-template-columns:1fr}}@media (width<=500px){.branches-metrics{grid-template-columns:1fr}.branches-metric{border-right:0;border-bottom:1px solid var(--line)}.branches-metric:last-child{border-bottom:0}.branch-card-actions{flex-direction:column;align-items:stretch}.branch-card-actions .ui-button{width:100%}}.sales-page{max-width:1480px;margin:0 auto}.sales-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.sales-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.sales-header p{color:var(--ink-500);margin:0;font-size:13px}.sales-eyebrow{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800;text-decoration:none}.sales-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.sales-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.sales-metric:last-child{border-right:0}.sales-metric>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.sales-metric i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.sales-metric strong{color:var(--ink-950);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin-top:12px;font-size:clamp(20px,2vw,26px);display:block}.sales-metric small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.sales-metric-warning strong{color:var(--warning)}.sales-toolbar{border:1px solid var(--line);background:var(--surface);border-radius:11px;grid-template-columns:minmax(180px,.55fr) minmax(240px,1fr) auto;align-items:center;gap:10px;margin-bottom:16px;padding:11px;display:grid}.sales-filter,.sales-search{border:1px solid var(--line);min-height:42px;color:var(--ink-500);border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex}.sales-filter select,.sales-search input{min-width:0;color:var(--ink-700);font:inherit;background:0 0;border:0;outline:0;flex:1}.sales-period{color:var(--ink-500);justify-self:end;align-items:center;gap:5px;font-size:11px;display:inline-flex}.sales-payment-band{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:190px 1fr;align-items:center;gap:20px;margin-bottom:16px;padding:16px 18px;display:grid}.sales-payment-band h2{margin:5px 0 0;font-size:16px}.sales-payment-list{flex-wrap:wrap;gap:10px;display:flex}.sales-payment-list>div{border:1px solid var(--line);border-radius:8px;grid-template-columns:auto auto;align-items:center;gap:4px 8px;padding:9px 11px;display:grid}.sales-payment-list>div small{color:var(--ink-500);grid-column:1/-1;font-size:10px}.sales-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:11px;width:100%;overflow-x:auto}.sales-table{border-collapse:collapse;width:100%;font-size:12px}.sales-table th{background:var(--surface-subtle);color:var(--ink-500);letter-spacing:.05em;text-align:left;text-transform:uppercase;font-size:9px}.sales-table th,.sales-table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:11px 13px}.sales-table tbody tr:last-child td{border-bottom:0}.sales-table tbody tr:hover{background:#fbfcfa}.sales-table td strong,.sales-table td small{display:block}.sales-table td small{color:var(--ink-500);margin-top:2px;font-size:9px}.sales-reference{color:var(--ink-950);align-items:center;gap:9px;text-decoration:none;display:flex}.sales-reference>span{background:var(--brand-50);width:32px;height:32px;color:var(--brand-700);border-radius:8px;place-items:center;display:grid}.sales-amount{color:var(--ink-950);font-variant-numeric:tabular-nums;font-weight:700}.sales-detail-band{border:1px solid var(--line);background:var(--line);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:16px;display:grid;overflow:hidden}.sales-detail-band>div{background:var(--surface);gap:6px;min-width:0;padding:14px 15px;display:grid}.sales-detail-band span{color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.sales-detail-band strong{color:var(--ink-950);overflow-wrap:anywhere;font-size:14px}.sales-detail-band small{color:var(--ink-500);overflow-wrap:anywhere;font-size:10px}.sales-panel,.sales-return-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:16px;padding:18px}.sales-panel-head{justify-content:space-between;gap:12px;margin-bottom:14px;display:flex}.sales-panel-head h2,.sales-return-panel h2{margin:5px 0 0;font-size:16px}.sales-totals{justify-content:flex-end;gap:22px;padding-top:14px;display:flex}.sales-totals span{text-align:right;gap:4px;display:grid}.sales-totals small{color:var(--ink-500);font-size:10px}.sales-totals strong{color:var(--ink-950);font-size:13px}.sales-totals .total strong{font-size:19px}.sales-return-panel{background:snow;grid-template-columns:minmax(220px,.7fr) 1fr;gap:24px;display:grid}.sales-return-panel p{max-width:520px;color:var(--ink-500);margin:7px 0 0;font-size:12px;line-height:1.5}.sales-return-form{grid-template-columns:1fr auto;align-items:start;gap:9px;display:grid}.sales-return-form input{border:1px solid var(--line);min-height:42px;font:inherit;border-radius:8px;padding:9px 11px}.sales-return-form .sales-error{color:var(--danger);grid-column:1/-1}.sales-muted{color:var(--ink-500);font-size:12px}@media (width<=1050px){.sales-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-metric:nth-child(2){border-right:0}.sales-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.sales-detail-band{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.sales-header,.sales-toolbar,.sales-payment-band,.sales-return-panel{display:grid}.sales-toolbar{grid-template-columns:1fr}.sales-period{justify-self:start}.sales-payment-band,.sales-return-panel{grid-template-columns:1fr}.sales-totals{flex-wrap:wrap;justify-content:stretch}.sales-totals span{flex:1;min-width:90px}}@media (width<=500px){.sales-metrics,.sales-detail-band{grid-template-columns:1fr}.sales-metric{border-right:0;border-bottom:1px solid var(--line)}.sales-metric:last-child,.sales-detail-band>div:last-child{border-bottom:0}.sales-return-form{grid-template-columns:1fr}}.billing-page-modern{max-width:1480px;margin:0 auto}.billing-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.billing-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.billing-header p{color:var(--ink-500);margin:0;font-size:13px}.billing-header-icon{background:var(--brand-50);width:44px;height:44px;color:var(--brand-700);border-radius:11px;place-items:center;display:grid}.billing-eyebrow{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.billing-nav{border:1px solid var(--line);background:var(--surface);border-radius:9px;flex-wrap:wrap;gap:4px;margin-bottom:18px;padding:4px;display:flex}.billing-nav a{color:var(--ink-500);border-radius:6px;padding:7px 12px;font-size:11px;font-weight:700;text-decoration:none}.billing-nav a:hover,.billing-nav a.active{background:var(--brand-50);color:var(--brand-700)}.billing-current-band{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:1.35fr repeat(3,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.billing-current-plan,.billing-metric-modern{border-right:1px solid var(--line);min-width:0;min-height:144px;padding:18px}.billing-metric-modern:last-child{border-right:0}.billing-current-plan h2{color:var(--ink-950);margin:6px 0 10px;font-size:23px}.billing-status-line{color:var(--ink-500);flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;display:flex}.billing-current-price{color:var(--ink-950);font-variant-numeric:tabular-nums;margin-top:16px;font-size:24px;display:block}.billing-current-price small,.billing-price-modern small{color:var(--ink-500);font-size:11px;font-weight:500}.billing-metric-modern>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.billing-metric-modern i{background:var(--surface-subtle);width:32px;height:32px;color:var(--brand-700);border-radius:8px;place-items:center;font-style:normal;display:grid}.billing-metric-modern strong{overflow-wrap:anywhere;color:var(--ink-950);font-variant-numeric:tabular-nums;margin-top:17px;font-size:19px;display:block}.billing-metric-modern small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.billing-control-band{border:1px solid var(--line);background:var(--surface);border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:17px 18px;display:flex}.billing-control-band h2,.billing-control-band p{margin:4px 0 0}.billing-control-band h2{font-size:16px}.billing-control-band p{color:var(--ink-500);font-size:12px}.billing-actions{flex-wrap:wrap;gap:8px;display:flex}.billing-actions .ui-button{white-space:nowrap}.billing-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.billing-panel{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:12px;padding:18px}.billing-panel h2{margin:5px 0 14px;font-size:16px}.billing-panel p{color:var(--ink-500);font-size:12px;line-height:1.5}.billing-panel a{color:var(--brand-700);align-items:center;gap:5px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.billing-panel-tint{background:var(--brand-50);color:var(--brand-700)}.billing-panel-tint h2{color:var(--ink-950)}.billing-limit-list{gap:8px;display:grid}.billing-limit-list>div{border:1px solid var(--line);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 11px;display:flex}.billing-limit-list span{color:var(--ink-500);text-transform:capitalize;font-size:11px}.billing-limit-list strong{color:var(--ink-950);font-size:12px}.billing-plan-toolbar{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.billing-plan-toolbar h2{margin:4px 0 0;font-size:17px}.billing-cycle-note{color:var(--ink-500);font-size:11px}.billing-plan-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.billing-plan-modern{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:12px;grid-template-rows:auto auto auto auto auto 1fr auto;gap:10px;padding:18px;display:grid}.billing-plan-modern.selected{border-color:var(--brand-500);box-shadow:0 0 0 2px var(--brand-100), var(--shadow-sm)}.billing-plan-topline{justify-content:space-between;align-items:center;gap:8px;display:flex}.billing-plan-code{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.billing-plan-modern h2{margin:0;font-size:19px}.billing-plan-modern>p{min-height:38px;color:var(--ink-500);margin:0;font-size:12px;line-height:1.45}.billing-price-modern{color:var(--ink-950);font-variant-numeric:tabular-nums;font-size:24px}.billing-limit-copy{min-height:30px;color:var(--brand-700);font-size:11px;line-height:1.4}.billing-plan-modern ul{align-content:start;gap:7px;margin:0;padding:0;list-style:none;display:grid}.billing-plan-modern li{color:var(--ink-700);align-items:flex-start;gap:6px;font-size:11px;line-height:1.4;display:flex}.billing-plan-modern li svg{color:var(--success);flex:none;margin-top:1px}.billing-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:11px;width:100%;overflow-x:auto}.billing-table{border-collapse:collapse;width:100%;font-size:12px}.billing-table th{background:var(--surface-subtle);color:var(--ink-500);letter-spacing:.05em;text-align:left;text-transform:uppercase;font-size:9px}.billing-table th,.billing-table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:11px 13px}.billing-table tbody tr:last-child td{border-bottom:0}.billing-table tbody tr:hover{background:#fbfcfa}.billing-table td strong,.billing-table td small{display:block}.billing-table td small{color:var(--ink-500);margin-top:2px;font-size:9px}.billing-amount{color:var(--ink-950);font-variant-numeric:tabular-nums;font-weight:700}@media (width<=1050px){.billing-current-band{grid-template-columns:repeat(2,minmax(0,1fr))}.billing-current-plan,.billing-metric-modern{border-bottom:1px solid var(--line)}.billing-metric-modern:nth-child(2){border-right:0}.billing-plan-grid-modern{grid-template-columns:1fr}}@media (width<=700px){.billing-header,.billing-control-band,.billing-plan-toolbar{display:grid}.billing-overview-grid{grid-template-columns:1fr}}@media (width<=500px){.billing-current-band{grid-template-columns:1fr}.billing-current-plan,.billing-metric-modern{border-right:0}.billing-current-band>:last-child{border-bottom:0}.billing-actions{flex-direction:column;align-items:stretch}}.purchasing-page{max-width:1480px;margin:0 auto}.purchasing-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:74px;margin-bottom:22px;display:flex}.purchasing-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.purchasing-header p{color:var(--ink-500);margin:0;font-size:13px}.purchasing-eyebrow{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.purchasing-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.purchasing-subnav{border:1px solid var(--line);background:var(--surface);border-radius:9px;flex-wrap:wrap;gap:4px;margin-bottom:18px;padding:4px;display:flex}.purchasing-subnav a{color:var(--ink-500);letter-spacing:.02em;border-radius:6px;padding:7px 12px;font-size:11px;font-weight:700;text-decoration:none}.purchasing-subnav a:hover,.purchasing-subnav a.active{background:var(--brand-50);color:var(--brand-700)}.purchasing-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.purchasing-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.purchasing-metric:last-child{border-right:0}.purchasing-metric>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.purchasing-metric i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.purchasing-metric-warning i{color:var(--warning);background:#fff5e2}.purchasing-metric-danger i{color:var(--danger);background:#fff0f0}.purchasing-metric>strong{font-variant-numeric:tabular-nums;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:clamp(20px,2vw,26px);display:block;overflow:hidden}.purchasing-metric>small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.purchasing-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.purchasing-actions>a,.purchasing-action-tile{border:1px solid var(--line);background:var(--surface);color:var(--brand-700);border-radius:11px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 15px;text-decoration:none;display:grid}.purchasing-action-tile.disabled{opacity:.55;cursor:not-allowed}.purchasing-action-tile i{background:var(--brand-50);width:34px;height:34px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.purchasing-actions strong,.purchasing-actions small{display:block}.purchasing-actions strong{color:var(--ink-950);font-size:13px}.purchasing-actions small{color:var(--ink-500);margin-top:2px;font-size:10px}.purchasing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.purchasing-panel,.purchasing-form{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:13px;padding:18px}.purchasing-panel+.purchasing-panel{margin-top:16px}.purchasing-grid .purchasing-panel+.purchasing-panel{margin-top:0}.purchasing-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.purchasing-panel-head>div{gap:3px;display:grid}.purchasing-panel-head span{color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.purchasing-panel-head h2{letter-spacing:-.02em;margin:0;font-size:15px}.purchasing-panel-head a,.purchasing-panel-head small{color:var(--brand-700);font-size:10px;font-weight:650;text-decoration:none}.purchasing-list{gap:7px;display:grid}.purchasing-list-row{border:1px solid var(--line);min-height:55px;color:var(--ink-700);border-radius:9px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;text-decoration:none;display:grid}.purchasing-list-row>span{background:var(--brand-50);width:32px;height:32px;color:var(--brand-700);border-radius:8px;place-items:center;display:grid}.purchasing-list-row strong,.purchasing-list-row small{display:block}.purchasing-list-row strong{color:var(--ink-950);font-size:12px}.purchasing-list-row small{color:var(--ink-500);margin-top:2px;font-size:10px}.purchasing-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.purchasing-segments{border:1px solid var(--line);background:var(--surface-subtle);border-radius:9px;flex-wrap:wrap;padding:3px;display:flex}.purchasing-segments button{min-height:34px;color:var(--ink-500);background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:11px;font-weight:650}.purchasing-segments button.active{background:var(--surface);color:var(--brand-700);box-shadow:var(--shadow-sm)}.purchasing-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:11px;width:100%;overflow-x:auto}.purchasing-table{border-collapse:collapse;width:100%;font-size:12px}.purchasing-table th{background:var(--surface-subtle);color:var(--ink-500);letter-spacing:.05em;text-align:left;text-transform:uppercase;font-size:9px}.purchasing-table th,.purchasing-table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:11px 13px}.purchasing-table tbody tr:last-child td{border-bottom:0}.purchasing-table tbody tr:hover{background:#fbfcfa}.purchasing-table td strong,.purchasing-table td small{display:block}.purchasing-table td small{color:var(--ink-500);margin-top:2px;font-size:9px}.purchasing-product-cell{color:var(--ink-950);align-items:center;gap:9px;text-decoration:none;display:flex}.purchasing-product-cell>span{background:var(--brand-50);width:32px;height:32px;color:var(--brand-700);border-radius:8px;place-items:center;display:grid}.purchasing-total-cell{font-variant-numeric:tabular-nums;font-weight:700}.purchasing-progress{color:var(--ink-500);font-variant-numeric:tabular-nums}.purchasing-received-full{color:var(--success);font-weight:700}.purchasing-info-band{border:1px solid var(--line);background:var(--line);border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:16px;display:grid;overflow:hidden}.purchasing-info{background:var(--surface);gap:6px;min-width:0;padding:13px 15px;display:grid}.purchasing-info span{color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.purchasing-info strong{color:var(--ink-950);overflow-wrap:anywhere;font-size:14px}.purchasing-info small{color:var(--ink-500);font-size:10px}.purchasing-form{gap:18px;max-width:100%;display:grid}.purchasing-form fieldset{border:0;border-bottom:1px solid var(--line);gap:14px;margin:0;padding:0 0 20px;display:grid}.purchasing-form legend{color:var(--ink-950);margin-bottom:13px;font-size:14px;font-weight:700}.purchasing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.purchasing-form input,.purchasing-form select,.purchasing-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-height:42px;color:var(--ink-950);border-radius:9px;padding:9px 11px;box-shadow:0 1px #13201e05}.purchasing-line{border:1px solid var(--line);border-radius:9px;grid-template-columns:minmax(180px,1fr) 100px 130px 100px auto;align-items:center;gap:8px;padding:10px;display:grid}.purchasing-line input,.purchasing-line select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:40px;font:inherit;border-radius:8px;padding:8px 10px}.purchasing-line-cost{color:var(--ink-500);white-space:nowrap;justify-content:flex-end;align-items:center;gap:4px;font-size:11px;display:flex}.purchasing-line-cost b{color:var(--ink-950);font-variant-numeric:tabular-nums}.purchasing-remove{color:var(--danger);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:700}.purchasing-receive-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;gap:9px;padding:12px;display:grid}.purchasing-receive-card>strong{color:var(--ink-950);font-size:13px}.purchasing-receive-grid{grid-template-columns:repeat(5,minmax(110px,1fr));gap:8px;display:grid}.purchasing-receive-grid input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:40px;font:inherit;border-radius:8px;padding:8px 10px}.purchasing-receive-required{color:var(--warning);grid-column:1/-1;margin:0;font-size:10px}.purchasing-total-row{color:var(--ink-500);justify-content:space-between;align-items:baseline;gap:12px;padding-top:8px;font-size:12px;display:flex}.purchasing-total-row strong{color:var(--ink-950);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:20px}.purchasing-form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.purchasing-notes{color:var(--ink-700);white-space:pre-wrap;font-size:13px;line-height:1.5}.purchasing-kv{gap:14px;margin-bottom:20px;display:grid}.purchasing-kv>div{gap:3px;display:grid}.purchasing-kv dt{color:var(--ink-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.purchasing-kv dd{color:var(--ink-950);margin:0;font-size:14px}.purchasing-eyebrow-row{align-items:center;gap:12px;display:flex}.purchasing-skeleton{background:linear-gradient(90deg, var(--surface-subtle), #fafbf9, var(--surface-subtle));background-size:200% 100%;border-radius:10px;animation:1.2s infinite pos-shimmer;display:block}.purchasing-skeleton-head{width:42%;height:62px;margin-bottom:20px}.purchasing-skeleton-metric{border-right:1px solid #fff;border-radius:0;height:120px}.purchasing-skeleton-panel{height:320px}@media (width<=1050px){.purchasing-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.purchasing-metric:nth-child(2){border-right:0}.purchasing-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.purchasing-actions,.purchasing-info-band{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.purchasing-header{display:grid}.purchasing-header-actions{justify-content:space-between}.purchasing-grid,.purchasing-actions,.purchasing-form-grid{grid-template-columns:1fr}.purchasing-line{grid-template-columns:1fr 1fr}.purchasing-line>:first-child{grid-column:1/-1}.purchasing-receive-grid{grid-template-columns:1fr 1fr}}@media (width<=500px){.purchasing-metrics{grid-template-columns:1fr}.purchasing-metric{border-right:0;border-bottom:1px solid var(--line)}.purchasing-metric:last-child{border-bottom:0}.purchasing-header-actions{flex-direction:column;align-items:stretch}.purchasing-info-band{grid-template-columns:1fr}.purchasing-table th,.purchasing-table td{padding:9px}}.staff-page{max-width:1480px;margin:0 auto}.staff-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:74px;margin-bottom:22px;display:flex}.staff-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.staff-header p{color:var(--ink-500);margin:0;font-size:13px}.staff-eyebrow{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.staff-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.staff-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.staff-metric:last-child{border-right:0}.staff-metric>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.staff-metric i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.staff-metric>strong{color:var(--ink-950);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin-top:12px;font-size:clamp(19px,2vw,25px);display:block;overflow:hidden}.staff-metric>small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.staff-message{color:var(--ink-500);margin:0 0 16px;font-size:12px}.staff-form{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;gap:16px;margin-bottom:16px;padding:18px;display:grid}.staff-form-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.staff-form-head h2{margin:5px 0 0;font-size:17px}.staff-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.staff-form-actions{flex-wrap:wrap;gap:8px;display:flex}.staff-invitations{margin-bottom:16px}.staff-invitations h2{margin:0 0 10px;font-size:15px}.staff-invitation-list{gap:8px;display:grid}.staff-invitation{border:1px solid var(--line);background:var(--surface);border-radius:10px;align-items:center;gap:11px;min-height:56px;padding:10px 12px;display:flex}.staff-invitation-icon{background:var(--brand-50);width:34px;height:34px;color:var(--brand-700);border-radius:8px;flex:none;place-items:center;display:grid}.staff-invitation-copy{flex:1;min-width:0}.staff-invitation-copy strong,.staff-invitation-copy small{display:block}.staff-invitation-copy strong{color:var(--ink-950);font-size:12px}.staff-invitation-copy small{color:var(--ink-500);text-transform:capitalize;margin-top:2px;font-size:10px}.staff-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:11px;width:100%;overflow-x:auto}.staff-table{border-collapse:collapse;width:100%;font-size:12px}.staff-table th{background:var(--surface-subtle);color:var(--ink-500);letter-spacing:.05em;text-align:left;text-transform:uppercase;font-size:9px}.staff-table th,.staff-table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:11px 13px}.staff-table tbody tr:last-child td{border-bottom:0}.staff-table tbody tr:hover{background:#fbfcfa}.staff-table td strong,.staff-table td small{display:block}.staff-table td small{color:var(--ink-500);margin-top:2px;font-size:9px}.staff-inline-value{color:var(--ink-950);align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.staff-inline-select{border:1px solid var(--line);background:var(--surface);min-width:130px;color:var(--ink-950);border-radius:7px;padding:5px 8px;font-size:11px}.staff-inline-select:disabled{cursor:not-allowed;opacity:.55}.staff-row-actions{align-items:center;gap:6px;display:flex}@media (width<=1100px){.staff-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-metric:nth-child(2){border-right:0}.staff-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=700px){.staff-header{display:grid}.staff-form-grid{grid-template-columns:1fr}}@media (width<=500px){.staff-metrics{grid-template-columns:1fr}.staff-metric{border-right:0;border-bottom:1px solid var(--line)}.staff-metric:last-child{border-bottom:0}.staff-row-actions{flex-direction:column;align-items:stretch}}.org-page{max-width:1480px;margin:0 auto}.org-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:74px;margin-bottom:22px;display:flex}.org-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.org-header p{color:var(--ink-500);margin:0;font-size:13px}.org-eyebrow{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.org-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.org-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.org-metric:last-child{border-right:0}.org-metric>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.org-metric i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.org-metric>strong{color:var(--ink-950);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin-top:12px;font-size:clamp(19px,2vw,25px);display:block;overflow:hidden}.org-metric>small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.org-form{gap:16px;display:grid}.org-fieldset{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;gap:16px;margin:0;padding:18px;display:grid}.org-fieldset[disabled]{opacity:.85}.org-form-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.org-form-head h2{margin:5px 0 0;font-size:17px}.org-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.org-checkbox{border:1px solid var(--line);background:var(--surface-subtle);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.org-checkbox input{margin-top:2px}.org-checkbox span{gap:2px;display:grid}.org-checkbox strong{color:var(--ink-950);font-size:12px}.org-checkbox small{color:var(--ink-500);font-size:10px}.org-message{color:var(--ink-500);margin:0;font-size:12px}.org-form-actions{flex-wrap:wrap;gap:8px;display:flex}.org-readonly{color:var(--ink-500);flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:12px;display:flex}.org-readonly small{color:var(--ink-400);align-items:center;gap:4px;font-size:11px;display:inline-flex}@media (width<=1100px){.org-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.org-metric:nth-child(2){border-right:0}.org-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=700px){.org-header{display:grid}.org-form-grid{grid-template-columns:1fr}}@media (width<=500px){.org-metrics{grid-template-columns:1fr}.org-metric{border-right:0;border-bottom:1px solid var(--line)}.org-metric:last-child{border-bottom:0}}.settings-page{max-width:1480px;margin:0 auto}.settings-header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:74px;margin-bottom:22px;display:flex}.settings-header h1{color:var(--ink-950);letter-spacing:-.045em;margin:5px 0;font-size:clamp(27px,3vw,36px);line-height:1.1}.settings-header p{color:var(--ink-500);margin:0;font-size:13px}.settings-eyebrow{color:var(--brand-700);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.settings-header-icon{color:var(--brand-600)}.settings-avatar{background:var(--brand-50);width:48px;height:48px;color:var(--brand-700);letter-spacing:.02em;border-radius:13px;flex:none;place-items:center;font-size:15px;font-weight:800;display:grid}.settings-metrics{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:13px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;display:grid;overflow:hidden}.settings-metric{border-right:1px solid var(--line);min-width:0;padding:18px}.settings-metric:last-child{border-right:0}.settings-metric>div{color:var(--ink-500);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.settings-metric i{background:var(--surface-subtle);width:33px;height:33px;color:var(--brand-700);border-radius:9px;place-items:center;font-style:normal;display:grid}.settings-metric>strong{color:var(--ink-950);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;margin-top:12px;font-size:clamp(19px,2vw,25px);display:block;overflow:hidden}.settings-metric>small{color:var(--ink-500);margin-top:6px;font-size:10px;display:block}.settings-form{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;gap:16px;padding:18px;display:grid}.settings-form-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.settings-form-head h2{margin:5px 0 0;font-size:17px}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.settings-form-actions{flex-wrap:wrap;gap:8px;display:flex}.settings-message{color:var(--ink-500);margin:0;font-size:12px}.settings-panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;gap:16px;padding:18px;display:grid}.settings-panel-head h2{margin:5px 0 0;font-size:17px}.settings-panel-intro{color:var(--ink-500);margin:4px 0 0;font-size:12px}.settings-security-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.settings-security-item{border:1px solid var(--line);border-radius:10px;align-items:center;gap:11px;min-height:56px;padding:10px 12px;display:flex}.settings-security-icon{background:var(--brand-50);width:34px;height:34px;color:var(--brand-700);border-radius:8px;flex:none;place-items:center;display:grid}.settings-security-copy{flex:1;min-width:0}.settings-security-copy strong,.settings-security-copy small{display:block}.settings-security-copy strong{color:var(--ink-950);font-size:12px}.settings-security-copy small{color:var(--ink-500);margin-top:2px;font-size:10px}.settings-security-status{background:var(--surface-subtle);color:var(--ink-500);text-transform:uppercase;border-radius:999px;flex:none;padding:3px 8px;font-size:9px;font-weight:700}.settings-security-status-ok{color:var(--success-700);background:#e7f5ee}.settings-list{border:1px solid var(--line);border-radius:10px;margin:0;display:grid;overflow:hidden}.settings-list-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.settings-list-row:last-child{border-bottom:0}.settings-list-row dt{color:var(--ink-500);text-transform:uppercase;font-size:11px;font-weight:650}.settings-list-row dd{color:var(--ink-950);overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:600}.settings-permissions ul{flex-wrap:wrap;gap:6px;margin:8px 0 0;padding:0;list-style:none;display:flex}.settings-permissions li{background:var(--brand-50);color:var(--brand-700);border-radius:999px;padding:4px 9px;font-size:10px;font-weight:650}@media (width<=1100px){.settings-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-metric:nth-child(2){border-right:0}.settings-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=700px){.settings-header{display:grid}.settings-form-grid{grid-template-columns:1fr}.settings-security-item{flex-wrap:wrap;align-items:flex-start}}@media (width<=500px){.settings-metrics{grid-template-columns:1fr}.settings-metric{border-right:0;border-bottom:1px solid var(--line)}.settings-metric:last-child{border-bottom:0}.settings-list-row{flex-direction:column;align-items:flex-start;gap:4px}}.settings-back{width:max-content;color:var(--ink-500);align-items:center;gap:6px;margin:-4px 0 16px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.settings-back:hover{color:var(--brand-700)}.settings-nav{gap:8px;display:grid}.settings-nav-item{border:1px solid var(--line);background:var(--surface);color:inherit;border-radius:10px;align-items:center;gap:11px;padding:12px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.settings-nav-item:hover{border-color:var(--brand-300);background:var(--brand-50)}.settings-nav-icon{background:var(--brand-50);width:34px;height:34px;color:var(--brand-700);border-radius:8px;flex:none;place-items:center;display:grid}.settings-nav-copy{flex:1;min-width:0}.settings-nav-copy strong,.settings-nav-copy small{display:block}.settings-nav-copy strong{color:var(--ink-950);font-size:12px}.settings-nav-copy small{color:var(--ink-500);margin-top:2px;font-size:10px}.settings-nav-arrow{color:var(--ink-400);flex:none}.settings-form-inline{box-shadow:none;border:0;border-radius:0;padding:0}.settings-session-loading{color:var(--ink-500);align-items:center;gap:8px;font-size:12px;display:flex}.settings-security-signout{border:1px solid var(--line);background:var(--surface);color:var(--danger-700);cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:10px;font-weight:600;display:inline-flex}.settings-security-signout:hover{border-color:var(--danger-300);background:#fdf1f0}@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}
