@charset "UTF-8";:root{--sidebar-width: 270px;--content-gutter: 28px;--app-header-height: 70px;--color-primary: #375be0;--color-primary-hover: #2f4fc2;--color-primary-light: #e8edff;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--color-ink: #0f172a;--color-muted: #475569;--color-border: #e2e8f0;--color-surface: #ffffff;--color-background: #e7ebf5;--sidebar-background: #ffffff;--shadow-soft: 0 18px 40px rgba(15, 23, 42, .08);--radius-lg: 12px;--radius-md: 6px;--radius-sm: 2px;--font-sans: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;--primary-50: 250, 250, 250;--primary-100: 244, 244, 245;--primary-200: 228, 228, 231;--primary-300: 212, 212, 216;--primary-400: 161, 161, 170;--primary-500: 82, 82, 91;--primary-600: 63, 63, 70;--primary-700: 39, 39, 42;--primary-800: 24, 24, 27;--primary-900: 9, 9, 11;--primary-950: 3, 3, 5}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--color-ink);background:#f6f7fb}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:var(--sidebar-width) 1fr;background:#f6f7fb;gap:16px;padding:16px;transition:grid-template-columns .2s ease}.app-shell.is-sidebar-collapsed{grid-template-columns:60px 1fr}main{min-width:0;padding:0}.sidebar{background:var(--sidebar-background);color:var(--color-ink);position:sticky;top:16px;height:calc(100vh - 32px);display:flex;flex-direction:column;gap:10px;border:1px solid #edf0f4;border-right:0;border-radius:16px;box-shadow:0 10px 28px #0f172a0d;overflow:visible;scrollbar-gutter:stable}.brand-icon{display:none;width:34px;height:34px;object-fit:contain}.sidebar-collapse-toggle{position:absolute;right:14px;bottom:12px;width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer}.sidebar-collapse-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .2s ease}.is-sidebar-collapsed .sidebar-collapse-toggle svg{transform:rotate(180deg)}.sidebar-nav{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;padding:4px 12px 12px}.sidebar-footer{position:relative;margin-top:auto;padding:12px;border-top:1px solid #edf0f4}.brand{position:relative;position:sticky;min-height:62px;padding:15px 14px 10px;z-index:25;display:flex;align-items:center;justify-content:flex-start}.brand-stack{display:grid;width:100%;justify-items:start;gap:10px}.brand-logo{display:block;width:100%;max-width:112px;object-fit:contain}.brand-logo-auth{width:150px;height:auto;margin:10px;background:transparent;box-shadow:none}.brand-copy{display:grid;gap:2px}.brand h1,.auth-card h1{margin:0;font-size:2rem;letter-spacing:-.03em}.brand p,.muted{color:var(--color-muted);margin:0;font-size:1rem}.sidebar-pin{position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid rgb(226,232,240);border-radius:14px;background:#f1f5f9;display:grid;place-items:center;color:#64748b}.sidebar-pin svg,.nav-item-icon svg,.sidebar-utility-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.sidebar-search{position:relative;display:block;margin:0 12px 4px}.sidebar-search svg{position:absolute;top:50%;left:9px;width:14px;height:14px;color:#9aa5b7;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transform:translateY(-50%)}.sidebar-search input{width:100%;height:28px;border:0;border-radius:7px;padding:0 9px 0 29px;background:#f5f6f8;color:#3f4b5f;font-size:.64rem;outline:none}.sidebar-search input:focus{box-shadow:0 0 0 2px #375be029}.nav-section{display:grid;gap:4px}.nav-section+.nav-section{margin-top:10px;padding-top:12px;border-top:1px solid #f0f2f5}.nav-section-title{display:flex;align-items:center;justify-content:space-between;padding:0 5px 4px;color:#64748b;cursor:pointer;font-size:.72rem;font-weight:700;letter-spacing:.08em;list-style:none}.nav-section-title::-webkit-details-marker{display:none}.nav-section-title svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .2s ease}.nav-section:not([open]) .nav-section-title svg{transform:rotate(-90deg)}.nav-list{display:grid;gap:2px}.nav-item{position:relative;display:flex;align-items:center;gap:9px;min-height:42px;border:0;border-radius:7px;padding:3px 7px;background:transparent;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.nav-item:before{display:none}.nav-item-icon{width:22px;height:22px;border-radius:0;background:transparent;color:#64748b;display:grid;place-items:center;flex:0 0 auto}.nav-item-icon>svg:not(.lucide){display:none}.nav-item-icon .lucide{width:100%;height:100%}.nav-item-meta{display:block;min-width:0;flex:1}.nav-item-label{font-size:.84rem;font-weight:500;color:#3f4b5f}.is-sidebar-collapsed .brand-logo,.is-sidebar-collapsed .nav-section-title,.is-sidebar-collapsed .nav-item-label,.is-sidebar-collapsed .nav-item-badge,.is-sidebar-collapsed .sidebar-profile-copy{display:none}.is-sidebar-collapsed .brand{justify-content:center;flex-direction:column;align-items:center;gap:4px;padding:10px 0}.is-sidebar-collapsed .brand-icon{display:block}.is-sidebar-collapsed .brand-stack{width:auto}.is-sidebar-collapsed .sidebar-collapse-toggle{position:static;margin:0;transform:none}.is-sidebar-collapsed .nav-item{justify-content:center;padding-inline:0}.is-sidebar-collapsed .nav-item-meta{display:none}.is-sidebar-collapsed .nav-section{display:grid}.is-sidebar-collapsed .nav-section+.nav-section{margin-top:6px;padding-top:6px}.is-sidebar-collapsed .sidebar-nav{padding-inline:8px}.is-sidebar-collapsed .app-profile{display:none}.is-sidebar-collapsed .profile-card{justify-content:center}.nav-item-note{display:none}.nav-item-badge{padding:6px 10px;border-radius:999px;background:#375be01a;color:var(--color-primary);font-size:.74rem;font-weight:700}.nav-item:hover{background:#f3f6fb;transform:none;box-shadow:none}.nav-item.is-active{background:#edf3ff;box-shadow:none}.nav-item.is-active:before{background:linear-gradient(180deg,#375be0,#62a5ff)}.nav-item.is-active .nav-item-icon{background:transparent;color:var(--color-primary)}.nav-item.is-active .nav-item-label,.nav-item.is-active .nav-item-note{color:var(--color-primary)}.sidebar-utility-list{display:grid;gap:8px}.sidebar-utility{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(226,232,240,.95);border-radius:13px;background:#fff;color:#475569;text-align:left}.sidebar-utility-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#f8fafc;border:1px solid rgb(226,232,240);color:#64748b;flex:0 0 auto}.sidebar-profile-org{color:#93c5fd;font-size:.78rem}.theme-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;border:1px solid rgba(226,232,240,.95);border-radius:13px;padding:6px;background:#fff}.theme-option{border-radius:10px;padding:8px 10px;font-size:.82rem;color:#64748b;text-align:center}.theme-option.is-active{background:#2563eb1a;color:var(--color-primary);font-weight:600}.app-header{display:flex;justify-content:space-between;align-items:center;gap:16px;position:static;min-height:var(--app-header-height);margin:0;padding:12px var(--content-gutter);background:transparent;border-bottom:1px solid #eef1f6;box-shadow:none}.app-header h2,.app-header p{margin:0}.app-header h2{font-size:15pt;font-weight:600}.app-header p{color:var(--color-muted);margin-top:6px}.app-header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.profile-card{display:flex;align-items:center;gap:8px}.profile-card .app-profile{flex:1;min-width:0}.profile-logout-button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#6b778c;cursor:pointer}.profile-logout-button:hover{background:#fff1f2;color:#e11d48}.profile-logout-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.app-profile{display:flex;gap:9px;align-items:center}.app-profile .sidebar-avatar{width:34px;height:34px;border-radius:100%;display:grid;place-items:center;background:#232323;font-weight:700;letter-spacing:.04em;flex:0 0 auto;color:#fff}.app-profile .sidebar-profile-copy{min-width:0;display:grid;gap:0px}.app-profile .sidebar-profile-name{font-weight:600;font-size:.84rem}.app-profile .sidebar-profile-email{color:#666;font-size:.68rem;overflow:hidden;text-overflow:ellipsis}.logout-button,.button-primary,.button-secondary{border:0;border-radius:999px;padding:11px 18px;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.logout-button,.button-primary{background:var(--color-primary);color:#fff}.button-secondary{background:var(--color-primary-light);color:var(--color-primary-hover)}.logout-button:hover,.button-primary:hover,.button-secondary:hover{transform:translateY(-1px);opacity:.95}.app-grid{display:grid;gap:18px}.app-grid.metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.app-grid.two-column{grid-template-columns:minmax(320px,420px) 1fr;align-items:start}.card{background:var(--color-surface);border:1px solid rgba(226,232,240,.92);border-radius:var(--radius-lg);padding:22px}.metric-card{overflow:hidden;position:relative}.metric-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,var(--color-primary) 0%,#7dd3fc 100%)}.metric-label{color:var(--color-muted);font-size:.94rem}.metric-value{font-size:2rem;font-weight:700;margin-top:12px}.stock-count-summary{padding:18px 22px 20px}.stock-count-summary-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.stock-count-back-link{display:inline-flex;align-items:center;gap:8px;color:var(--color-primary-hover);font-size:.9rem;font-weight:600;text-decoration:none}.stock-count-back-link:hover{color:var(--color-primary)}.stock-count-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stock-count-summary-item{display:grid;gap:4px;min-width:0;padding:14px 16px;border:1px solid rgba(218,226,237,.95);border-radius:10px;background:#f8fafc}.stock-count-summary-item>span{color:var(--color-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.stock-count-summary-item>strong{overflow:hidden;color:var(--color-text);font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.stock-count-summary-item>small{overflow:hidden;color:var(--color-muted);font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.stock-count-summary-notes{margin:14px 0 0;color:var(--color-muted);font-size:.9rem}.stock-count-detail-table .fi-ta-header-toolbar>.ms-auto{order:-1;margin-inline-start:0}@media (max-width: 920px){.stock-count-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.stock-count-summary-header{align-items:flex-start;flex-direction:column}.stock-count-summary-grid{grid-template-columns:1fr}}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid .full-width{grid-column:1/-1}.field{display:grid;gap:8px}.field label{font-size:.92rem;color:var(--color-muted)}.field input,.field select,.field textarea{width:100%;border:1px solid var(--color-border);border-radius:14px;padding:12px 14px;background:#fff}.field textarea{min-height:96px;resize:vertical}.hint,.error,.flash{font-size:.92rem}.hint{color:var(--color-muted)}.error{color:var(--color-error)}.flash{margin-bottom:16px;padding:12px 14px;border-radius:14px;background:#10b9811f;color:#047857}.table-wrap{overflow-x:auto}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{text-align:left;padding:13px 10px;border-bottom:1px solid rgba(226,232,240,.9);vertical-align:top}.table-wrap th{color:var(--color-muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}.badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:.84rem;background:var(--color-primary-light);color:var(--color-primary-hover)}.badge.success{background:#10b98124;color:#047857}.badge.warning{background:#f59e0b29;color:#b45309}.badge.error{background:#ef44441f;color:#b91c1c}.stack{display:grid;gap:10px}.api-docs-grid{gap:16px}.api-docs-two-column{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.api-endpoint{border:1px solid rgba(226,232,240,.95);border-radius:12px;background:#fbfdff;overflow:hidden}.api-endpoint-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:14px;cursor:pointer;list-style:none}.api-endpoint-header::-webkit-details-marker{display:none}.api-endpoint[open] .api-endpoint-header{border-bottom:1px solid rgba(226,232,240,.95)}.api-endpoint-path{border:1px solid rgba(203,213,225,.9);border-radius:8px;padding:4px 8px;background:#fff;font-size:.84rem}.api-endpoint-method{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.04em;min-width:64px;padding:5px 10px}.api-endpoint-method.method-get{background:#3b82f624;color:#1d4ed8}.api-endpoint-method.method-post{background:#10b98124;color:#047857}.api-endpoint-method.method-patch{background:#f59e0b33;color:#b45309}.api-endpoint-method.method-delete{background:#ef444424;color:#b91c1c}.api-endpoint-toggle{margin-left:auto;width:20px;height:20px;border:1px solid rgba(203,213,225,.9);border-radius:999px;position:relative;flex:0 0 auto;background:#fff}.api-endpoint-toggle:before,.api-endpoint-toggle:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;border-radius:999px;background:#475569;transform:translate(-50%,-50%)}.api-endpoint-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.api-endpoint[open] .api-endpoint-toggle:after{display:none}.api-endpoint-body{padding:14px}.api-docs-code{margin:0;border:1px solid rgba(226,232,240,.96);border-radius:10px;padding:12px;background:#0f172a;color:#e2e8f0;font-size:.78rem;line-height:1.5;overflow:auto;max-height:360px}.auth-shell{min-height:100vh;padding:20px;display:grid;place-items:center;background:#fff}.auth-panel{width:min(980px,100%);margin:0;background:#fff;border-radius:18px;padding:14px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:14px}.auth-card.auth-card-login{border-radius:16px;padding:24px}.auth-card-login{background:#fff;display:grid;align-content:center;gap:18px;min-height:560px}.auth-login-header h1{margin:0 0 10px;font-size:clamp(2rem,3.2vw,2.2rem);letter-spacing:-.03em;color:#0f172a}.auth-login-header p{margin:0;color:#5b6472;max-width:44ch;line-height:1.35}.auth-login-form{max-width:460px;width:100%;gap:14px}.auth-legal{margin:0;color:#64748b;font-size:.8rem;line-height:1.5}.auth-legal a{color:var(--color-primary-hover);font-weight:600;text-decoration:underline;text-underline-offset:2px}.auth-login-form .field input{border-radius:999px;border-color:#bcc5d3;min-height:48px;padding:10px 16px}.auth-login-row{display:flex;align-items:center;justify-content:space-between}.auth-login-button{width:100%;margin-top:2px;min-height:50px;background:#000}.auth-card-visual{display:grid;align-content:center;min-height:500px}.auth-visual-frame{min-height:420px;display:grid;place-items:center;overflow:hidden}.auth-visual-frame img{width:min(92%,470px);height:auto;object-fit:contain;filter:none}.auth-card-visual p{margin:0;text-align:center;color:#111827;font-size:1.06rem;line-height:1.35;font-weight:500;max-width:32ch;justify-self:center}.checkbox-row{display:flex;align-items:center;gap:10px}.fi-modal .fi-modal-header{display:flex;padding:1rem}.fi-modal .fi-modal-header.fi-modal-header-align-start{column-gap:1.25rem}.fi-modal .fi-modal-header.fi-modal-header-align-center{flex-direction:column}.fi-modal .fi-modal-header.fi-modal-header-sticky{position:sticky;top:0;z-index:10;border-bottom:1px solid rgb(229,231,235);background:#fff;padding-bottom:1.5rem}.fi-modal .fi-modal-header.fi-modal-header-rounded{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.dark .fi-modal .fi-modal-header.fi-modal-header-sticky{border-bottom-color:#ffffff1a;background:#111827}.fi-modal .fi-modal-footer{width:100%}.fi-modal .fi-modal-footer.fi-modal-footer-icon-padding{padding-inline-start:5.25rem;padding-inline-end:1.5rem}.fi-modal .fi-modal-footer.fi-modal-footer-default-padding{padding-inline:1.5rem}.fi-modal .fi-modal-footer.fi-modal-footer-sticky{position:sticky;bottom:0;background:#fff;padding-block:1.25rem}.fi-modal .fi-modal-footer.fi-modal-footer-rounded{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.fi-modal .fi-modal-footer.fi-modal-footer-not-sticky{padding:1rem 1.5rem;border-top:1px solid #eee}.fi-modal .fi-modal-footer.fi-modal-footer-slot-empty{margin-top:1.5rem}.fi-modal .fi-modal-footer.fi-modal-footer-slide-over{margin-top:auto}.dark .fi-modal .fi-modal-footer.fi-modal-footer-sticky{border-top-color:#ffffff1a;background:#111827}.fi-modal .fi-modal-window:not(.fi-modal-slide-over-window){max-height:85vh;overflow:hidden;max-width:min(500px,100vw - 2rem)!important}.fi-modal .fi-modal-header,.fi-modal .fi-modal-footer{flex-shrink:0;background:#fff}.fi-modal .fi-modal-content{flex:1 1 auto;min-height:0;overflow-y:auto}.fi-modal .fi-fo-component-ctn{gap:.75rem!important}.fi-fo-field-wrp .grid.gap-y-2{row-gap:.275rem!important}.fi-ta-header-ctn{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap}.fi-ta-header-ctn>.fi-ta-header{display:contents}.fi-ta-header-ctn>.fi-ta-header>.grid{order:1;flex:1 1 320px;padding:16px 24px}.fi-ta-header-ctn>.fi-ta-header>.fi-ta-actions{order:3;flex:0 0 auto;margin-left:0;padding-right:24px}.fi-ta-header-ctn>.fi-ta-header-toolbar{order:2;margin-left:0;width:auto;border-top-width:0!important;padding:16px 0;flex:0 0 auto}.fi-ta-header-toolbar .fi-ta-search-field{min-width:240px}.stock-count-detail-table .fi-ta-header-toolbar,.stock-count-detail-table .fi-ta-group-header{padding-inline-start:24px}.sales-table-sticky .fi-ta{--sales-table-toolbar-height: 0px;display:flex;flex-direction:column}.sales-table-sticky .fi-ta-ctn{overflow:visible}.sticky-table-cover{position:fixed;top:0;left:calc(var(--sidebar-width) + 32px);right:0;height:17px;margin-left:-1px;background:#f6f7fb;pointer-events:none;z-index:39}.is-sidebar-collapsed .sticky-table-cover{left:92px}.sales-table-sticky .fi-ta-header-ctn{position:sticky;top:16px;z-index:40;background:#fff;border-top-left-radius:inherit;border-top-right-radius:inherit}.fi-ta-header-ctn{z-index:39!important}.sales-table-sticky .fi-ta-content{max-height:none;overflow:visible!important}.sales-table-sticky .fi-ta-content .fi-ta-table thead th{position:sticky;top:calc(16px + var(--sales-table-toolbar-height));z-index:30;background:#f8fafc}.dark .sales-table-sticky .fi-ta-header-ctn{background:#111827}.dark .sales-table-sticky .fi-ta-content .fi-ta-table thead th{background:#111827f2}.fit-table-width .fi-ta-content{overflow-x:visible!important}.fit-table-width .fi-ta-table,.fit-table-width table{width:100%;table-layout:auto}.fit-table-width .fi-ta-table thead th,.fit-table-width .fi-ta-table tbody td{white-space:normal}.fit-table-width .fi-ta-text,.fit-table-width .fi-ta-text-item-label,.fit-table-width .fi-ta-text-item-description{white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.fit-table-width .fi-ta-actions{white-space:nowrap}.fit-table-width .device-row-actions{opacity:0;pointer-events:none;transition:opacity .12s ease}.fit-table-width .device-row-actions button,.fit-table-width .device-row-actions .fi-btn,.fit-table-width .device-row-actions .fi-icon-btn{background:#f3f4f6!important;border-radius:9999px!important;min-width:32px;width:32px;height:32px;text-align:center!important;padding:0!important;border:1px solid #e5e7eb!important;box-shadow:none!important;color:#4b5563!important}.fit-table-width .fi-ta-table tbody tr:hover .device-row-actions,.fit-table-width .fi-ta-table tbody tr:focus-within .device-row-actions{opacity:1;pointer-events:auto}.fit-table-width .device-row-actions:hover,.fit-table-width .device-row-actions:focus-visible{background:transparent!important}.fit-table-width .device-row-actions button:hover,.fit-table-width .device-row-actions button:focus-visible,.fit-table-width .device-row-actions .fi-btn:hover,.fit-table-width .device-row-actions .fi-btn:focus-visible,.fit-table-width .device-row-actions .fi-icon-btn:hover,.fit-table-width .device-row-actions .fi-icon-btn:focus-visible{background:#e5e7eb!important}.fit-table-width .fi-ta-header-toolbar>.flex:first-child>.fi-ta-actions[x-show="selectedRecords.length"]{display:none!important}.fit-table-width .fi-ta-header>.fi-ta-actions{display:flex;align-items:center}.fit-table-width .fi-ta-header>.fi-ta-actions .devices-header-bulk-delete{order:1}.fit-table-width .fi-ta-header>.fi-ta-actions>:not(.devices-header-bulk-delete){order:2}@media (max-width: 1080px){.app-grid.two-column{grid-template-columns:1fr}}@media (max-width: 920px){.app-shell,.app-shell.is-sidebar-collapsed{grid-template-columns:1fr}.sticky-table-cover,.is-sidebar-collapsed .sticky-table-cover{left:16px}.sidebar{position:static;height:auto;overflow:visible}.nav-item{min-height:58px}.brand{position:static;margin:0;padding:20px 14px 10px;min-height:0;border-radius:16px}.sidebar-footer{position:static;width:auto}.sidebar-nav{flex:none;overflow:visible}.app-header{--content-gutter: 18px;--app-header-height: 80px;min-height:var(--app-header-height)}}@media (max-width: 720px){.form-grid,.api-docs-two-column{grid-template-columns:1fr}.app-header{--app-header-height: 108px;align-items:start;flex-direction:column}.app-header-actions{width:100%;justify-content:flex-end}.app-profile{width:auto}.fi-ta-header-ctn{align-items:stretch}.fi-ta-header-ctn>.fi-ta-header>.grid{flex-basis:100%;padding:16px 16px 0}.fi-ta-header-ctn>.fi-ta-header>.fi-ta-actions{order:3;width:100%;padding:0 16px 16px}.fi-ta-header-ctn>.fi-ta-header-toolbar{margin-left:0;width:100%;padding:0 16px 16px}.fi-ta-header-toolbar .fi-ta-search-field{min-width:0;width:100%}.auth-shell{padding:16px}.auth-panel{padding:10px;border-radius:22px;gap:10px}.auth-card{border-radius:16px;padding:18px}.auth-visual-frame{min-height:280px}}@media (max-width: 980px){.auth-panel{grid-template-columns:1fr}.auth-card-visual{order:-1;min-height:auto}.auth-card-login{min-height:auto}.auth-visual-frame img{width:min(70%,360px)}}.pos-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(320px,420px);gap:24px;align-items:start}.pos-main,.pos-sidebar{padding:24px}.pos-toolbar,.pos-sidebar-header,.recent-sales-header,.product-card-footer,.cart-item,.summary-line,.summary-total{display:flex;align-items:center;justify-content:space-between;gap:16px}.pos-toolbar{margin-bottom:20px;flex-wrap:wrap}.pos-toolbar-copy h3,.pos-sidebar-header h3,.recent-sales-header h4,.empty-state h4,.empty-cart h4,.product-card-body h4,.cart-item-copy h4{margin:0}.pos-toolbar-copy p,.product-card-body p,.cart-item-copy p,.empty-state p,.empty-cart p,.recent-sale p{margin:6px 0 0}.eyebrow{margin-bottom:6px;color:#375be0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pos-toolbar-controls{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px;flex:1 1 360px}.pos-category-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.filter-chip,.sidebar-pill,.stock-chip{border:1px solid rgba(55,91,224,.14);background:#eef3ff;color:#375be0;border-radius:999px;font-size:.84rem;font-weight:600}.filter-chip{padding:10px 16px}.filter-chip.is-active{background:linear-gradient(135deg,#375be0,#5f46e8);border-color:transparent;color:#fff}.sidebar-pill,.stock-chip{padding:7px 12px}.stock-chip.is-in-stock{background:#ebfbf4;border-color:#10b9812e;color:#0f9a67}.stock-chip.is-warning{background:#fff8ea;border-color:#f59e0b33;color:#b7791f}.stock-chip.is-out-stock{background:#fff1f2;border-color:#ef44442e;color:#dc2626}.pos-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.product-card{border:1px solid rgba(15,23,42,.08);border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);padding:18px;display:grid;gap:16px;box-shadow:0 18px 40px #0f172a0d}.product-card-body{display:grid;gap:12px}.product-meta{display:flex;gap:8px;flex-wrap:wrap}.price,.cart-price,.summary-total strong,.recent-sale-meta strong{font-size:1.15rem;font-weight:800;color:#0f172a}.cart-list{display:grid;gap:14px;margin:18px 0 22px}.cart-item,.recent-sale{padding:14px 16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}.cart-item-controls{display:grid;justify-items:end;gap:8px}.stepper{display:inline-flex;align-items:center;gap:10px;padding:6px 8px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}.stepper button,.link-button{border:0;background:transparent}.stepper button{width:28px;height:28px;border-radius:999px;background:#fff;box-shadow:0 8px 18px #0f172a14}.summary-card{margin-top:12px;padding:18px;border-radius:24px;background:linear-gradient(180deg,#f9fbff,#eef4ff);border:1px solid rgba(55,91,224,.08)}.summary-line{padding:10px 0;color:#475569}.summary-total{padding:16px 0 20px;margin-top:6px;border-top:1px solid rgba(15,23,42,.08)}.checkout-button{width:100%;min-height:56px;border-radius:999px}.alert-success,.alert-error,.empty-state,.empty-cart{border-radius:18px;padding:16px}.alert-success{margin-top:16px;background:#ebfbf4;color:#0f9a67}.alert-error{margin-top:12px;background:#fff1f2;color:#dc2626}.empty-state,.empty-cart{background:#f8fafc;border:1px dashed rgba(15,23,42,.14);text-align:center}.link-button{color:#375be0;font-weight:600}.recent-sales{margin-top:22px;display:grid;gap:12px}.recent-sale{display:flex;align-items:center;justify-content:space-between;gap:14px}.recent-sale-meta{display:grid;gap:4px;justify-items:end;color:#475569}@media (max-width: 1180px){.pos-layout{grid-template-columns:1fr}}@media (max-width: 720px){.pos-main,.pos-sidebar{padding:18px}.pos-toolbar-controls{grid-template-columns:1fr}.cart-item,.recent-sale,.pos-toolbar,.pos-sidebar-header,.product-card-footer,.summary-line,.summary-total{align-items:start;flex-direction:column}.cart-item-controls,.recent-sale-meta{width:100%;justify-items:start}}.patient-history-page{display:grid;gap:16px}.patient-history-header-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}.patient-history-header-main{min-width:0}.patient-history-header-main h3{margin:0;font-size:1.5rem;letter-spacing:-.02em}.patient-history-meta-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:10px}.patient-history-meta-item{border:1px solid rgba(226,232,240,.9);border-radius:12px;background:#f8fafc;padding:10px 12px;display:grid;gap:4px}.patient-history-meta-item span{color:#64748b;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}.patient-history-meta-item strong{font-size:.95rem}.patient-history-header-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;flex-wrap:wrap;align-self:start}.patient-history-action-muted:disabled{opacity:.65;cursor:not-allowed;transform:none}.patient-history-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.patient-history-summary-card{padding:16px 18px;background:linear-gradient(180deg,#fff,#f8fbff)}.patient-history-summary-label{margin:0;color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.patient-history-summary-value{margin:10px 0 0;font-size:1.1rem;font-weight:700}.patient-history-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px}.patient-history-tab{border:1px solid rgba(203,213,225,.95);border-radius:999px;background:#fff;color:#475569;font-weight:600;padding:9px 14px;cursor:pointer}.patient-history-tab.is-active{border-color:#375be066;background:#375be01f;color:#2f4fc2}.patient-history-filters{display:grid;gap:12px;padding:18px}.patient-history-filter-row{display:grid;gap:12px}.patient-history-filter-row-primary{grid-template-columns:repeat(4,minmax(0,1fr))}.patient-history-filter-row-secondary{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end}.patient-history-rx-only{align-self:stretch;display:inline-flex;align-items:center;gap:10px;min-height:47px;border:1px solid rgba(203,213,225,.95);border-radius:14px;padding:0 12px;background:#fff}.patient-history-rx-only input{width:16px;height:16px;margin:0}.patient-history-rx-only span{color:#334155;font-weight:600}.patient-history-clear{min-height:47px}.patient-history-filter-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.patient-history-filter-meta span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(226,232,240,.95);background:#f8fafc;color:#475569;font-size:.82rem}.patient-history-main-layout{display:grid;gap:16px;grid-template-columns:minmax(0,1.65fr) minmax(300px,.9fr);align-items:start}.patient-history-records{padding:18px}.patient-history-section-heading{margin-bottom:12px}.patient-history-section-heading h4{margin:0;font-size:1.08rem}.patient-history-section-heading p{margin:6px 0 0;color:#64748b}.patient-history-day-group{margin-bottom:14px}.patient-history-day-group:last-child{margin-bottom:0}.patient-history-day-group h5{margin:0 0 8px;color:#475569;font-size:.9rem;letter-spacing:.02em}.patient-history-list,.patient-history-timeline-list{display:grid;gap:8px}.patient-history-row,.patient-history-timeline-event{width:100%;border:1px solid rgba(226,232,240,.95);border-radius:14px;background:#fff;text-align:left;padding:12px;cursor:pointer;display:grid;gap:10px}.patient-history-row:hover,.patient-history-timeline-event:hover{border-color:#94a3b8eb}.patient-history-row.is-selected,.patient-history-timeline-event.is-selected{border-color:#375be073;background:#375be00f}.patient-history-row-leading{display:grid;gap:4px}.patient-history-row-leading strong{font-size:.95rem}.patient-history-row-leading span{color:#334155}.patient-history-row-main-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#64748b;font-size:.85rem}.patient-history-row-main-meta span{display:inline-flex;align-items:center;gap:6px}.patient-history-row-main-meta span:before{content:"";width:4px;height:4px;border-radius:999px;background:#cbd5e1}.patient-history-row-main-meta span:first-child:before{display:none}.patient-history-row-flags,.patient-history-drawer-flags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.patient-history-flag{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(55,91,224,.16);background:#375be01f;color:#2f4fc2;padding:5px 9px;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.patient-history-flag.controlled{background:#f59e0b29;border-color:#f59e0b40;color:#b45309}.patient-history-flag.chronic{background:#10b98124;border-color:#10b9813d;color:#047857}.patient-history-flag.refund{background:#ef444424;border-color:#ef44443d;color:#b91c1c}.patient-history-row-trailing{display:flex;align-items:center;justify-content:space-between;gap:10px}.patient-history-amount{font-weight:700;font-variant-numeric:tabular-nums}.patient-history-ref{color:#64748b;font-size:.82rem}.patient-history-timeline{position:relative}.patient-history-timeline-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.patient-history-timeline-head span{color:#64748b;font-size:.84rem}.patient-history-timeline-event ul{margin:0;padding:0;list-style:none;display:grid;gap:6px}.patient-history-timeline-event li{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;color:#334155;font-size:.9rem}.patient-history-note-card{border:1px solid rgba(226,232,240,.95);border-radius:12px;background:#fff;padding:12px}.patient-history-note-card p{margin:10px 0 0;color:#334155}.patient-history-note-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#64748b;font-size:.84rem}.patient-history-pagination{margin-top:14px}.sync-log-table-wrap{max-height:420px;overflow-y:auto}.patient-history-drawer{position:sticky;top:calc(var(--app-header-height) + 14px);padding:18px}.patient-history-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.patient-history-drawer-head h4{margin:0}.patient-history-drawer-head span{color:#64748b;font-size:.84rem}.patient-history-drawer-grid{margin:14px 0;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.patient-history-drawer-grid div{border:1px solid rgba(226,232,240,.92);border-radius:10px;background:#f8fafc;padding:8px 10px}.patient-history-drawer-grid dt{color:#64748b;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em}.patient-history-drawer-grid dd{margin:4px 0 0;color:#0f172a;font-size:.9rem}.patient-history-drawer-total{font-weight:700;font-variant-numeric:tabular-nums}.patient-history-drawer-block{margin-top:14px}.patient-history-drawer-block h5{margin:0 0 8px;font-size:.9rem}.patient-history-drawer-item{border:1px solid rgba(226,232,240,.95);border-radius:10px;padding:10px;background:#fff;margin-bottom:8px}.patient-history-drawer-item:last-child{margin-bottom:0}.patient-history-drawer-item-head,.patient-history-drawer-item-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.patient-history-drawer-item-head{margin-bottom:4px}.patient-history-drawer-item-meta{color:#64748b;font-size:.82rem}@media (max-width: 1240px){.patient-history-header-card{grid-template-columns:1fr}.patient-history-header-actions{justify-content:flex-start}.patient-history-meta-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.patient-history-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.patient-history-main-layout{grid-template-columns:1fr}.patient-history-drawer{position:static}}@media (max-width: 980px){.patient-history-filter-row-primary,.patient-history-filter-row-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.patient-history-header-actions{width:100%;justify-content:flex-start}.patient-history-meta-grid,.patient-history-summary-grid,.patient-history-filter-row-primary,.patient-history-filter-row-secondary,.patient-history-drawer-grid{grid-template-columns:1fr}.patient-history-row-trailing,.patient-history-drawer-item-head,.patient-history-drawer-item-meta{flex-direction:column;align-items:flex-start}.patient-history-timeline-event li{grid-template-columns:1fr}}.dashboard-visual,.report-visual{display:grid;gap:16px}.report-visual{grid-template-columns:minmax(0,1fr)}.report-visual>*,.report-kpi-row>*{min-width:0}.report-visual .dashboard-kpi-body,.report-visual .dashboard-kpi-main{min-width:0;width:100%}.report-visual .dashboard-kpi-main{grid-template-columns:minmax(0,1fr)}.dashboard-visual .card,.report-visual .card{background:#fff;border:1px solid #e8edf5;border-radius:18px;box-shadow:0 1px 2px #0f172a0a;padding:20px 22px}.dashboard-visual.is-refreshing,.report-visual.is-refreshing{opacity:.55;pointer-events:none;transition:opacity .15s ease}.dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:16px;z-index:30;padding:10px 14px;background:#ffffffd9;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 2px #0f172a0a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dashboard-toolbar-title{display:grid;gap:1px;min-width:0}.dashboard-toolbar-title h2{margin:0;font-size:1.02rem;font-weight:700;letter-spacing:-.01em;color:#0f172a}.dashboard-toolbar-title p{margin:0;font-size:.75rem;color:#94a3b8}.dashboard-period{display:inline-flex;align-items:center;gap:2px;padding:3px;background:#eef2f7;border:1px solid #e8edf5;border-radius:999px}.dashboard-period-btn{border:0;background:transparent;border-radius:999px;padding:5px 14px;font-size:.74rem;font-weight:650;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.dashboard-period-btn:hover{color:#0f172a}.dashboard-period-btn.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1a}.dashboard-kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-kpi-row.is-restricted{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-kpi{padding:16px 18px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dashboard-kpi:hover{transform:translateY(-2px);border-color:#dbe4f0;box-shadow:0 14px 28px #0f172a14}.dashboard-kpi-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}.dashboard-kpi-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-kpi-icon svg{width:18px;height:18px}.dashboard-kpi-icon.is-indigo{background:#375be01a;color:#375be0}.dashboard-kpi-icon.is-emerald{background:#10b9811f;color:#059669}.dashboard-kpi-icon.is-amber{background:#f59e0b24;color:#b45309}.dashboard-kpi-icon.is-violet{background:#8b5cf61f;color:#7c3aed}.dashboard-kpi-label{color:#64748b;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.dashboard-kpi-body{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-kpi-main{display:grid;gap:6px;min-width:0}.dashboard-kpi-value{font-size:1.32rem;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#0f172a;line-height:1.15;white-space:nowrap}.dashboard-kpi-trend{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.dashboard-delta{display:inline-flex;align-items:center;gap:3px;border-radius:999px;padding:3px 8px;font-size:.7rem;font-weight:650;width:fit-content}.dashboard-delta svg{width:11px;height:11px}.dashboard-delta.is-positive{background:#10b98121;color:#047857}.dashboard-delta.is-negative{background:#ef44441f;color:#b91c1c}.dashboard-delta.is-neutral{background:#64748b1c;color:#475569}.dashboard-kpi-hint{font-size:.7rem;color:#94a3b8;white-space:nowrap}.dashboard-kpi-spark{width:72px;height:40px;flex:none;position:relative}.dashboard-kpi-spark canvas{width:100%!important;height:100%!important;display:block}.dashboard-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dashboard-card-title-group{display:flex;align-items:center;gap:12px;min-width:0}.dashboard-card-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#375be017;color:#375be0}.dashboard-card-icon svg{width:18px;height:18px}.dashboard-card-header h3{margin:0;font-size:.98rem;font-weight:650;letter-spacing:-.01em;color:#0f172a}.dashboard-card-sub{margin:2px 0 0;font-size:.77rem;color:#94a3b8}.dashboard-main-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.dashboard-revenue-card{grid-column:span 2;display:flex;flex-direction:column}.dashboard-chart-legend{display:flex;align-items:center;gap:16px;font-size:.78rem;color:#64748b;flex-shrink:0}.dashboard-legend-item{display:inline-flex;align-items:center;gap:7px}.legend-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.legend-dot.this-month{background:#375be0}.legend-dot.last-month{background:#cbd5e1}.dashboard-chart-frame{width:100%;height:290px;flex:1}.dashboard-product-list{display:grid}.dashboard-product-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.dashboard-product-row:first-child{padding-top:2px}.dashboard-product-row:last-child{border-bottom:none;padding-bottom:2px}.dashboard-product-rank{width:26px;height:26px;border-radius:8px;background:#f1f5f9;color:#64748b;font-size:.66rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.dashboard-product-rank.is-top{background:#375be01f;color:#375be0}.dashboard-product-info{display:grid;gap:3px;min-width:0}.dashboard-product-name{font-weight:600;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1e293b}.dashboard-product-qty{color:#94a3b8;font-size:.76rem;font-weight:500}.dashboard-product-meta{display:grid;justify-items:end;gap:5px}.dashboard-product-revenue{font-size:.82rem;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-product-bar-wrap{width:72px;height:5px;border-radius:999px;background:#eef2f7;overflow:hidden}.dashboard-product-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#375be0,#6b8afd);transition:width .5s ease}.dashboard-split-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.dashboard-span-2{grid-column:span 2}.dashboard-sale-list{display:grid}.dashboard-sale-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:11px 0;border-bottom:1px solid #f1f5f9}.dashboard-sale-row:first-child{padding-top:2px}.dashboard-sale-row:last-child{border-bottom:none;padding-bottom:2px}.dashboard-sale-info{display:grid;gap:3px;min-width:0}.dashboard-sale-number{font-weight:650;font-size:.87rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sale-time{font-size:.74rem;color:#94a3b8}.dashboard-sale-meta{font-size:.8rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sale-amount{font-weight:700;font-size:.87rem;color:#0f172a;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right}.dashboard-pill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:.68rem;font-weight:650;white-space:nowrap}.dashboard-pill.is-success{background:#10b9811f;color:#047857}.dashboard-pill.is-error{background:#ef44441c;color:#b91c1c}.dashboard-pill.is-warning{background:#f59e0b24;color:#b45309}.dashboard-pill.is-neutral{background:#64748b1c;color:#475569}.dashboard-side-stack{display:grid;gap:16px;align-content:stretch}.dashboard-alert-card{display:flex;align-items:center;gap:14px}.dashboard-alert-icon{width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-alert-icon svg{width:19px;height:19px}.dashboard-alert-icon.is-amber{background:#f59e0b24;color:#b45309}.dashboard-alert-icon.is-error{background:#ef44441c;color:#b91c1c}.dashboard-alert-info{display:grid;gap:3px;flex:1;min-width:0}.dashboard-alert-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;font-weight:650;color:#64748b}.dashboard-alert-hint{font-size:.76rem;color:#94a3b8}.dashboard-alert-value{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;font-variant-numeric:tabular-nums}.dashboard-alert-value.is-amber{color:#b45309}.dashboard-alert-value.is-error{color:#b91c1c}.dashboard-expiry-list{display:grid}.dashboard-expiry-row{display:grid;grid-template-columns:minmax(0,1.5fr) auto auto auto;gap:14px;align-items:center;padding:11px 0;border-bottom:1px solid #f1f5f9}.dashboard-expiry-row:first-child{padding-top:2px}.dashboard-expiry-row:last-child{border-bottom:none;padding-bottom:2px}.dashboard-expiry-info{display:grid;gap:3px;min-width:0}.dashboard-expiry-name{font-weight:600;font-size:.87rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-expiry-branch{font-size:.74rem;color:#94a3b8}.dashboard-expiry-qty{font-size:.8rem;color:#64748b;white-space:nowrap;font-variant-numeric:tabular-nums}.dashboard-expiry-date{font-size:.8rem;font-weight:600;color:#334155;white-space:nowrap;font-variant-numeric:tabular-nums}.dashboard-chip{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.dashboard-chip.is-error{background:#ef44441c;color:#b91c1c}.dashboard-chip.is-warning{background:#f59e0b24;color:#b45309}.dashboard-chip.is-neutral{background:#64748b1c;color:#475569}.dashboard-stock-list{display:grid}.dashboard-stock-row{display:flex;align-items:center;gap:11px;padding:10px 0;border-bottom:1px solid #f1f5f9}.dashboard-stock-row:first-child{padding-top:2px}.dashboard-stock-row:last-child{border-bottom:none;padding-bottom:2px}.dashboard-stock-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dashboard-stock-dot.is-in{background:#10b981;box-shadow:0 0 0 3px #10b98126}.dashboard-stock-dot.is-out{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.dashboard-stock-dot.is-neutral{background:#94a3b8;box-shadow:0 0 0 3px #94a3b826}.dashboard-stock-info{display:grid;gap:3px;flex:1;min-width:0}.dashboard-stock-product{font-weight:600;font-size:.85rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-stock-meta{font-size:.74rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-stock-quantity{color:#64748b;font-size:.76rem;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.dashboard-stock-quantity.is-in{color:#047857}.dashboard-stock-quantity.is-out{color:#b45309}.dashboard-empty{margin:0;padding:14px 0 4px}@media (max-width: 1240px){.dashboard-main-row,.dashboard-split-row{grid-template-columns:1fr}.dashboard-span-2,.dashboard-revenue-card{grid-column:auto}.dashboard-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1400px){.dashboard-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-kpi-row.is-restricted{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 720px){.dashboard-kpi-row,.dashboard-side-stack,.dashboard-kpi-row.is-restricted{grid-template-columns:1fr}.dashboard-toolbar{flex-wrap:wrap;gap:10px;top:8px}.dashboard-toolbar-title p{display:none}.report-filter-bar{flex-wrap:wrap;top:8px}.report-filter-field{flex:1 1 100%}.report-footer{flex-direction:column;align-items:flex-start}.report-kpi-row{grid-template-columns:1fr}.dashboard-chart-frame{height:240px}.dashboard-sale-row{grid-template-columns:minmax(0,1fr) auto auto}.dashboard-sale-meta{display:none}.dashboard-expiry-row{grid-template-columns:minmax(0,1fr) auto auto}.dashboard-expiry-qty{display:none}}.report-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr))}.report-filter-bar{display:flex;align-items:flex-end;gap:12px;position:sticky;top:76px;z-index:25;padding:10px 14px;background:#ffffffd9;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 2px #0f172a0a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.report-filter-field{display:grid;gap:4px;min-width:160px}.report-filter-label{font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.report-filter-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:7px 10px;font-size:.78rem;color:#0f172a;outline:none;transition:border-color .15s ease,box-shadow .15s ease}select.report-filter-control{padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px 16px}.report-filter-control:focus-visible{border-color:#375be0;box-shadow:0 0 0 3px #375be026}.report-filter-reset{margin-left:auto;border:0;background:transparent;color:#375be0;font-size:.76rem;font-weight:600;padding:7px 10px;border-radius:10px;cursor:pointer;transition:background .15s ease}.report-filter-reset:hover{background:#375be014}.report-freshness{font-weight:600}.report-freshness.is-success{color:#059669}.report-freshness.is-warning{color:#b45309}.report-freshness.is-error{color:#dc2626}.report-freshness.is-neutral{color:#64748b}.report-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-footer-meta{display:grid;gap:3px}.report-confidence{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#059669}.report-footer-note{font-size:.75rem;color:#94a3b8}.report-drill-link{font-size:.8rem;font-weight:600;color:#375be0;text-decoration:none;white-space:nowrap}.report-drill-link:hover{text-decoration:underline}.report-empty h3{margin:0 0 6px;font-size:.95rem;color:#0f172a}@media (max-width: 1400px){.report-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.report-visual .dashboard-period{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%}.report-visual .dashboard-period-btn{padding-inline:4px}.report-visual .dashboard-kpi-trend{align-items:flex-start;flex-wrap:wrap}.report-visual .dashboard-kpi-hint{white-space:normal}.report-filter-bar{top:8px}.report-footer{align-items:flex-start}.report-kpi-row{grid-template-columns:1fr}}.careos-table .fi-ta-ctn{background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 1px 2px #0f172a0a}.careos-table .divide-y>:not([hidden])~:not([hidden]){border-color:#eef2f7}.careos-table .fi-ta-header-ctn{gap:12px}.careos-table .fi-ta-header-ctn>.fi-ta-header>.grid{padding:14px 0 14px 20px}.careos-table .fi-ta-header-heading{font-size:.95rem;font-weight:650;letter-spacing:-.01em;color:#0f172a}.careos-table .fi-ta-header-description{font-size:.78rem;color:#94a3b8}.careos-table .fi-ta-header-ctn>.fi-ta-header-toolbar{padding:14px 20px}.careos-table .fi-ta-search-field .fi-input-wrp{border-radius:10px}.careos-table .fi-input-wrp:focus-within{--tw-ring-color: #375be0}.careos-table .fi-ta-table thead th{background:#f8fafc}.careos-table .fi-ta-header-cell{padding:10px 16px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.careos-table .fi-ta-header-cell:first-of-type{padding-left:20px}.careos-table .fi-ta-header-cell:last-of-type{padding-right:20px}.careos-table .fi-ta-header-cell-label{font-size:.68rem;font-weight:650;text-transform:uppercase;letter-spacing:.05em;color:#64748b;line-height:1.2}.careos-table .fi-ta-header-cell .group:hover .fi-ta-header-cell-label{color:#334155}.careos-table .fi-ta-header-cell .group:has(.fi-ta-header-cell-sort-icon.text-gray-950) .fi-ta-header-cell-label{color:#375be0}.careos-table .fi-ta-header-cell-sort-icon{width:14px;height:14px;color:#cbd5e1}.careos-table .fi-ta-header-cell .group:hover .fi-ta-header-cell-sort-icon{color:#94a3b8}.careos-table .fi-ta-header-cell-sort-icon.text-gray-950{color:#375be0}.careos-table .fi-ta-header-cell button:focus-visible{outline:2px solid rgba(55,91,224,.5);outline-offset:2px;border-radius:4px}.careos-table .fi-ta-table{font-variant-numeric:tabular-nums}.careos-table .fi-ta-cell{vertical-align:middle}.careos-table .fi-ta-cell:first-of-type{padding-inline-start:0}.careos-table .fi-ta-text{padding:10px 16px;row-gap:2px}.careos-table .fi-ta-cell:first-of-type .fi-ta-text{padding-left:20px}.careos-table .fi-ta-cell:last-of-type .fi-ta-text{padding-right:20px}.careos-table .fi-ta-text-item-label{display:block;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.84rem;line-height:1.45;color:#1e293b}.careos-table .fi-ta-text-item-label.font-mono{font-size:.8rem;letter-spacing:-.01em;color:#0f172a}.careos-table .fi-ta-text-item-label.text-gray-500{color:#94a3b8}.careos-table .fi-ta-text>p{font-size:.75rem;line-height:1.3;color:#94a3b8}.careos-table .careos-stock-guidance{display:grid;gap:3px;min-width:250px}.careos-table .careos-stock-guidance__primary{display:flex;align-items:center;gap:8px}.careos-table .careos-stock-guidance__stock,.careos-table .careos-stock-guidance__message{color:#1e293b;font-size:.8rem;font-weight:650;font-variant-numeric:tabular-nums;white-space:nowrap}.careos-table .careos-stock-guidance__meta,.careos-table .careos-stock-guidance__suggestion{color:#94a3b8;font-size:.7rem;line-height:1.3;white-space:nowrap}.careos-table .careos-stock-guidance__suggestion{color:#64748b}.careos-table .careos-stock-guidance__status{display:inline-flex;align-items:center;border-radius:999px;padding:2px 7px;font-size:.64rem;font-weight:700;white-space:nowrap}.careos-table .careos-stock-guidance__status.is-critical{background:#ef44441c;color:#b91c1c}.careos-table .careos-stock-guidance__status.is-low{background:#f59e0b24;color:#b45309}.careos-table .careos-stock-guidance__status.is-healthy{background:#10b9811f;color:#047857}.careos-table .careos-stock-guidance__status.is-overstocked{background:#375be01c;color:#375be0}.careos-table .careos-basket-preview{max-width:360px;row-gap:4px}.careos-table .careos-basket-preview[x-cloak]{display:none!important}.careos-table .careos-basket-preview .careos-basket-preview__items{max-width:100%;white-space:normal;overflow-wrap:anywhere;font-size:.82rem;line-height:1.4;color:#334155}.careos-table .careos-basket-preview__items.is-clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.careos-table .careos-basket-preview__toggle{width:fit-content;padding:0;border:0;background:transparent;color:#64748b;font-size:.72rem;font-weight:650;line-height:1.3;cursor:pointer}.careos-table .careos-basket-preview__toggle:hover{color:#375be0}.careos-table .careos-basket-preview__toggle:focus-visible{outline:2px solid rgba(55,91,224,.5);outline-offset:2px;border-radius:3px}.careos-table .fi-ta-row{transition:background-color .12s ease}.careos-table .fi-ta-row:hover{background:#f8fafc}.careos-table .fi-ta-cell:has(.careos-hover-actions){width:56px;min-width:56px}.careos-table .careos-hover-actions{width:32px;height:32px;opacity:0;pointer-events:none;transition:opacity .12s ease}.careos-table .fi-ta-table tbody tr:hover .careos-hover-actions,.careos-table .fi-ta-table tbody tr:focus-within .careos-hover-actions{opacity:1;pointer-events:auto}.careos-table .careos-row-status>td:first-child{box-shadow:inset 3px 0 0 var(--careos-row-status-color)}.careos-table .careos-row-status-success{--careos-row-status-color: #10b981}.careos-table .careos-row-status-warning{--careos-row-status-color: #f59e0b}.careos-table .careos-row-status-danger{--careos-row-status-color: #ef4444}.careos-table .careos-row-status-neutral{--careos-row-status-color: #cbd5e1}.careos-table .fi-badge{border-radius:999px;padding:2px 9px;min-width:0;font-size:.7rem;font-weight:650;line-height:1.45;letter-spacing:.01em;font-variant-numeric:tabular-nums}.careos-table .fi-badge.fi-color-gray{background:#f1f5f9;color:#475569;--tw-ring-color: rgba(100, 116, 139, .16)}.careos-table .fi-pagination{padding:12px 20px}.careos-table .fi-pagination-overview{font-size:.78rem;font-weight:500;color:#64748b}.careos-table .fi-pagination-items{border:1px solid #e8edf5;border-radius:10px;box-shadow:none;overflow:hidden}.careos-table .fi-pagination-item{border-color:#eef2f7}.careos-table .fi-pagination-item-button:hover{background:#f8fafc}.careos-table .fi-pagination-item-button:focus-visible{--tw-ring-color: #375be0}.careos-table .fi-pagination-item-label{font-size:.78rem;font-weight:600}.careos-table .fi-pagination-item.fi-active .fi-pagination-item-button{background:#375be014}.careos-table .fi-pagination-item-label.text-primary-600{color:#375be0}.careos-table .fi-pagination-records-per-page-select .fi-input-wrp{border-radius:8px;font-size:.78rem}.careos-table .fi-ta-empty-state{padding:56px 24px}.careos-table .fi-ta-empty-state-icon-ctn{background:#eef2f7}.careos-table .fi-ta-empty-state-icon{color:#94a3b8}.careos-table .fi-ta-empty-state-heading{font-size:.95rem;font-weight:650;color:#1e293b}.careos-table .fi-ta-empty-state-description{font-size:.8rem;color:#94a3b8}@media (max-width: 1100px){.careos-table.sales-table-sticky .fi-ta-content{overflow-x:auto!important}.careos-table.sales-table-sticky .fi-ta-content .fi-ta-table thead th{position:static}.careos-table .fi-ta-text-item-label{max-width:200px}}
