:root{font-family:DM Sans,sans-serif;color:#f4f1ea;background:var(--bg);color-scheme:dark;line-height:1.5;font-weight:400;--bg: #0f1724;--panel: rgba(17, 24, 39, .88);--panel-strong: rgba(14, 20, 32, .94);--text: #f4f1ea;--text-soft: #b9c3d6;--accent: #ffb347;--accent-strong: #ff7844;--success: #6ee7b7;--warning: #ffd166;--danger: #ff8f8f;--shadow-lg: 0 24px 80px rgba(0, 0, 0, .32);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 16px;--color-background: #0f1724;--color-surface: rgba(17, 24, 39, .88);--color-surface-alt: rgba(14, 20, 32, .94);--color-primary: #19345f;--color-primary-hover: #14305a;--color-accent: #ffb347;--color-accent-hover: #ff7844;--color-text: #f4f1ea;--color-text-muted: #b9c3d6;--color-border: rgba(255, 255, 255, .12);--color-error: #ff8f8f;--color-warning: #ffd166;--color-success: #6ee7b7;--background: var(--color-background);--surface: var(--color-surface);--surface-alt: var(--color-surface-alt);--primary: var(--color-primary);--primary-hover: var(--color-primary-hover);--accent: var(--color-accent);--accent-strong: var(--color-accent-hover);--text: var(--color-text);--text-soft: var(--color-text-muted);--text-muted: var(--color-text-muted);--border: var(--color-border);--error: var(--color-error);--danger: var(--color-error);--warning: var(--color-warning);--success: var(--color-success);--bg: var(--color-background);--bg-soft: #172133;--panel: var(--color-surface);--panel-strong: var(--color-surface-alt);--panel-border: rgba(255, 255, 255, .08);--info: #7cc7ff}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;min-height:100vh;background:transparent;color:var(--text);overflow-x:clip}button,input,select,textarea{font:inherit}button{cursor:pointer}img,svg{display:block}h1,h2,h3,h4,strong{font-family:Space Grotesk,sans-serif}h1,h2,h3,h4,p{margin:0}a{color:inherit}input,select,textarea{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0a0f18eb;color:var(--text);padding:13px 14px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid rgba(255,179,71,.36);border-color:#ffb3478c}button:focus-visible,a:focus-visible{outline:2px solid rgba(255,179,71,.45);outline-offset:2px}small,.muted-copy,.page-subtitle,.panel-header p,.form-field small,.list-row small,.note-card span,.nav-item span,.stat-card span,.stat-card small{color:var(--text-soft)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.64rem;color:var(--accent)}.stack-lg,.stack-md,.list-stack{display:grid}.stack-lg{gap:24px}.stack-md,.list-stack{gap:16px}.compact-list{gap:10px}.scroll-panel{max-height:420px;overflow:auto;padding-right:4px}.two-column-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.form-grid{display:grid;gap:18px}.form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.two-columns.customer-form-grid{align-items:start}.customer-form-grid .customer-form-field--full-width{grid-column:1 / -1}.customer-form-grid .customer-regimen-select{width:100%;max-width:100%;min-height:48px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.compact-gap{gap:14px}.inline-actions{display:flex;gap:12px;flex-wrap:wrap}.form-field{display:grid;gap:8px}.form-field span{font-size:.94rem}.form-field-error-msg{color:var(--danger, #ef4444);font-size:.82rem}.form-field-error input,.form-field-error select{border-color:#ef444480}.document-number-with-dv{display:flex;align-items:center;gap:8px}.document-number-with-dv input{flex:1;min-width:0}.document-dv{flex-shrink:0;font-weight:600;color:var(--text-soft)}.toggle-field{display:flex;align-items:center;gap:12px;color:var(--text-soft)}.toggle-field input{width:auto}.checkbox-group{display:flex;flex-direction:column;gap:10px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--text-soft)}.checkbox-label input{width:auto;accent-color:var(--accent, #f97316)}.responsabilidades-checkboxes{display:flex;flex-direction:column;gap:8px}.form-hint{margin-top:6px;font-size:.875rem;color:var(--text-muted, #6b7280)}.form-info-tip{display:flex;align-items:flex-start;gap:10px;margin-top:10px;padding:10px 12px;font-size:.8125rem;line-height:1.4;color:var(--text-muted, #94a3b8);background:#94a3b814;border:1px solid rgba(148,163,184,.15);border-radius:10px}.form-info-tip__icon{flex-shrink:0;width:18px;height:18px;margin-top:1px;color:var(--accent, #22c55e);opacity:.9}.form-info-tip strong{color:var(--text, #e2e8f0);font-weight:600}.form-info-tip__ref{display:block;margin-top:4px;font-size:.75rem;opacity:.85}.public-shell,.app-shell{min-height:100vh}.public-shell{padding:20px;min-height:100vh;display:flex;align-items:center;justify-content:center}.public-frame,.panel,.auth-card,.system-banner,.public-content,.brand-column{background:var(--panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.public-frame,.system-banner,.brand-column,.public-content,.auth-card{border-radius:var(--radius-xl)}.public-frame{max-width:1280px;width:100%;margin:0 auto;padding:18px;display:grid;gap:16px}.system-banner{padding:14px 22px;background:linear-gradient(90deg,#080d18f5,#162031eb);border-bottom:1px solid rgba(255,255,255,.05)}.system-banner div{display:grid;gap:2px}.system-banner strong{font-size:1rem}.system-banner span{color:var(--text-soft);font-size:.94rem}.public-content-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(400px,.9fr);gap:20px;align-items:stretch}.brand-column,.public-content,.auth-card{padding:32px}.brand-column{display:flex;flex-direction:column;gap:24px}.public-content{display:flex;align-items:center;justify-content:center;min-height:0}.brand-lockup{display:grid;gap:14px}.brand-mark{width:92px;height:auto}.brand-logo-image{width:100%;height:auto}.brand-column .brand-lockup h2{font-size:clamp(1.75rem,2.8vw,2.5rem);line-height:1.2;max-width:14ch}.brand-column .eyebrow{margin-bottom:2px}.brand-column .hero-copy{font-size:.95rem;line-height:1.5;color:var(--text-soft)}.brand-notes{display:grid;gap:12px}.note-card{border-radius:var(--radius-md);padding:16px 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);display:grid;gap:6px;box-shadow:0 10px 30px #02081442;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.note-card strong{font-size:.9rem}.note-card span{font-size:.85rem;color:var(--text-soft);line-height:1.4}.auth-card{width:min(440px,100%);display:grid;gap:20px;align-content:start}.app-shell-sidebar{display:grid;grid-template-columns:72px minmax(0,1fr);gap:0;height:100vh;min-height:100vh;max-width:none;margin:0;padding:0;overflow:hidden}.app-shell-sidebar.sidebar-labels-visible{grid-template-columns:240px minmax(0,1fr)}.sidebar-shell{display:grid;grid-template-rows:1fr auto;gap:12px;padding:16px 12px;background:linear-gradient(180deg,#1a1f2e,#0f1219);border-right:1px solid rgba(255,255,255,.06);box-shadow:4px 0 24px #0003}.sidebar-shell.sidebar-icons-only .sidebar-nav{align-content:start;gap:8px}.sidebar-icons-only .nav-item-label{display:none}.sidebar-icons-only .nav-item-sidebar{min-height:48px;width:48px;padding:0;border-radius:14px;margin:0 auto}.sidebar-icons-only .nav-item-icon{width:22px;height:22px}.sidebar-icons-only .nav-item-caret{width:12px;height:12px;margin-top:-4px}.sidebar-shell .nav-item-sidebar{color:#94a3b8;background:transparent;border:none}.sidebar-shell .nav-item-sidebar:hover{background:#ffffff14;color:#e2e8f0}.sidebar-shell .nav-item-active.nav-item-sidebar{background:linear-gradient(135deg,#f9731647,#fb923c33);border:1px solid rgba(249,115,22,.35);color:#fdba74;box-shadow:inset 0 1px #ffffff0f}.sidebar-shell .nav-item-active .nav-item-icon{color:#fb923c}.sidebar-shell .nav-item-active .nav-item-caret{color:#fb923c;opacity:.95}.sidebar-nav-group{display:grid;gap:4px;align-content:start}.sidebar-nav-sub{display:grid;gap:4px;padding-left:0;margin-top:2px;justify-items:center}.sidebar-icons-only .nav-sub-item{display:flex;align-items:center;justify-content:center;min-height:48px;width:48px;padding:0;margin:0 auto;border-radius:14px;background:transparent;color:#94a3b8;border:none;cursor:pointer;transition:background .15s ease,color .15s ease}.sidebar-icons-only .nav-sub-item .nav-sub-item-label{display:none}.sidebar-icons-only .nav-sub-item .nav-sub-item-icon{width:22px;height:22px}.sidebar-shell .nav-sub-item{background:#ffffff06;color:#9fb0c9;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.sidebar-shell .nav-sub-item:hover{background:#ffffff0f;color:#e8eef8}.sidebar-shell .nav-sub-item-active{background:linear-gradient(135deg,#f9731629,#fb923c1a);border:1px solid rgba(249,115,22,.22);color:#fdc58d;box-shadow:inset 2px 0 #fb923cd9}.sidebar-shell .nav-sub-item-active:hover{background:linear-gradient(135deg,#f9731633,#fb923c24);color:#fed7aa}.sidebar-shell .nav-sub-item-active .nav-sub-item-icon{color:#fb923c}.sidebar-brand{display:grid;justify-items:center;gap:14px}.sidebar-menu-button,.sidebar-logout-button{border:none;cursor:pointer}.sidebar-menu-button{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#22c55e,#10b981);display:grid;place-items:center;gap:4px;padding:0}.sidebar-menu-button span{width:18px;height:2px;border-radius:999px;background:#fff;display:block}.sidebar-brand-mark{width:52px;height:52px}.sidebar-nav{display:grid;align-content:start;gap:10px}.sidebar-footer{display:grid;justify-items:center}.sidebar-shell:not(.sidebar-icons-only) .sidebar-nav{align-content:start;gap:8px}.sidebar-shell:not(.sidebar-icons-only) .nav-item-sidebar{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px;min-height:48px;width:100%;margin:0}.sidebar-shell:not(.sidebar-icons-only) .nav-item-label{display:inline}.sidebar-shell:not(.sidebar-icons-only) .sidebar-nav-sub{justify-items:stretch;padding-left:16px;margin-top:8px;margin-left:10px;position:relative}.sidebar-shell:not(.sidebar-icons-only) .sidebar-nav-sub:before{content:"";position:absolute;left:2px;top:4px;bottom:4px;width:1px;border-radius:999px;background:linear-gradient(180deg,#94a3b847,#94a3b80a)}.sidebar-shell:not(.sidebar-icons-only) .nav-sub-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;min-height:40px;width:100%;padding:9px 12px 9px 14px;margin:0;border-radius:14px;position:relative}.sidebar-shell:not(.sidebar-icons-only) .nav-sub-item .nav-sub-item-label{display:inline}.sidebar-shell .nav-sub-item-label{font-size:.7rem;font-weight:600;letter-spacing:.01em;line-height:1.2}.sidebar-shell:not(.sidebar-icons-only) .nav-sub-item-icon{width:17px;height:17px;opacity:.9}.sidebar-shell:not(.sidebar-icons-only) .sidebar-footer{justify-items:stretch}.sidebar-shell:not(.sidebar-icons-only) .sidebar-logout-button{width:100%;justify-content:center}.sidebar-logout-button{min-width:48px;min-height:44px;border-radius:14px;padding:0 12px;background:#ffffff0f;color:#94a3b8;font-weight:600;font-size:.8rem}.sidebar-logout-button:hover{background:#ffffff1a;color:#e2e8f0}.workspace-shell{display:grid;grid-template-rows:auto 1fr;gap:0;min-width:0;min-height:0;background:#0f1219;overflow:hidden}.workspace-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 18px;border-radius:0;background:#ffffffeb;border:none;border-bottom:1px solid rgba(148,163,184,.18);box-shadow:0 2px 12px #94a3b814}.workspace-topbar-dark{background:linear-gradient(180deg,#1a1f2e,#151922);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 4px 20px #00000040}.workspace-topbar-left{display:flex;align-items:center;gap:14px}.workspace-topbar-menu{width:40px;height:40px;border-radius:10px;border:none;background:#ffffff0f;color:#e2e8f0;cursor:pointer;display:grid;place-items:center;transition:background .2s ease,color .2s ease}.workspace-topbar-menu:hover{background:#ffffff1a;color:#fff}.workspace-topbar-logo{height:56px;width:auto;object-fit:contain}.workspace-topbar-dark .workspace-topbar-logo{filter:brightness(1.1)}.workspace-topbar-center{flex:1;display:flex;justify-content:center;align-items:center;max-width:480px;margin:0 auto}.workspace-topbar-center .pos-search-field{width:100%;max-width:400px}.workspace-topbar-title{color:#94a3b8;font-size:1rem;font-weight:600}.workspace-topbar-dark .workspace-topbar-title{color:#cbd5e1}.workspace-topbar-actions{display:flex;align-items:center;gap:10px;position:relative}.workspace-topbar-icon-btn{position:relative;width:40px;height:40px;border-radius:10px;border:none;background:#ffffff14;color:#cbd5e1;cursor:pointer;display:grid;place-items:center;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease}.workspace-topbar-icon-btn:hover{background:#ffb3472e;color:var(--accent, #ffb347);box-shadow:0 0 0 1px #ffb34740}.workspace-topbar-icon-btn:focus-visible{outline:none;background:#ffb34733;color:var(--accent, #ffb347);box-shadow:0 0 0 2px #ffb34766}.workspace-topbar-icon-btn:active{transform:scale(.96)}.workspace-topbar-icon-btn-active{background:#ffb3472e;color:var(--accent, #ffb347);box-shadow:0 0 0 1px #ffb34740}.workspace-notification-menu{position:relative}.workspace-notification-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:35;width:min(360px,calc(100vw - 28px));display:grid;gap:10px;padding:12px;border-radius:18px;background:linear-gradient(180deg,#1a1f2efa,#10141ffa);border:1px solid rgba(255,255,255,.09);box-shadow:0 18px 38px #00000061;max-height:min(58vh,360px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.workspace-notification-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 4px}.workspace-notification-header strong{color:#f8fafc;font-size:.94rem}.workspace-notification-header span{color:#fdba74;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.workspace-notification-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.workspace-notification-list li{display:grid;gap:2px;padding:10px 12px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.workspace-notification-list li strong{color:#f8fafc;font-size:.84rem}.workspace-notification-list li span{color:#94a3b8;font-size:.78rem;line-height:1.35}.workspace-notification-item-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.workspace-notification-meta{flex-shrink:0;font-size:.7rem!important;opacity:.85}.workspace-notification-body{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.workspace-notification-mark-read{margin-top:6px;padding:4px 8px;font-size:.7rem;color:#fdba74;background:transparent;border:1px solid rgba(253,186,116,.35);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s}.workspace-notification-mark-read:hover{background:#fdba741f;border-color:#fdba7480}.workspace-notification-empty{margin:0;padding:16px;color:#94a3b8;font-size:.85rem;text-align:center}.workspace-notification-footer{padding-top:8px;border-top:1px solid rgba(255,255,255,.06);margin-top:4px}.workspace-notification-ver-todas{width:100%;padding:8px 12px;font-size:.8rem;font-weight:600;color:#fdba74;background:transparent;border:1px solid rgba(253,186,116,.3);border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s}.workspace-notification-ver-todas:hover{background:#fdba741a;border-color:#fdba7480}.workspace-topbar-badge{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.workspace-account-menu{position:relative}.workspace-user-chip{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 12px;cursor:pointer;border-radius:16px;background:linear-gradient(180deg,#ffffff14,#ffffff0d);border:1px solid rgba(255,255,255,.09);color:inherit;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.workspace-user-chip:hover,.workspace-user-chip-open{background:linear-gradient(180deg,#ffffff1f,#ffffff14);border-color:#fb923c47;box-shadow:0 10px 22px #00000029;transform:translateY(-1px)}.workspace-user-chip:focus-visible{outline:2px solid rgba(251,146,60,.85);outline-offset:2px}.workspace-user-initials{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff7ed;font-size:.78rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.workspace-user-meta{display:grid;gap:2px;min-width:0;text-align:left}.workspace-user-role{color:#fdba74;font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.workspace-user-name{color:#e2e8f0;font-size:.92rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.workspace-user-caret{color:#94a3b8;flex-shrink:0}.workspace-account-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:min(320px,calc(100vw - 32px));padding:12px;border-radius:20px;background:linear-gradient(180deg,#191e2cfa,#10141ffa);border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 44px #00000057;display:grid;gap:10px;max-height:min(58vh,360px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.workspace-account-summary{display:grid;gap:4px;padding:14px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.workspace-account-summary strong{color:#f8fafc;font-size:.98rem}.workspace-account-summary span{color:#94a3b8;font-size:.84rem}.workspace-account-summary-role{color:#fdba74!important;font-size:.7rem!important;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.workspace-account-action{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a;color:#e2e8f0;text-align:left;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.workspace-account-action:hover{transform:translateY(-1px);background:#ffffff12;border-color:#ffffff1f}.workspace-account-action span{display:grid;gap:2px}.workspace-account-action strong{color:#f8fafc;font-size:.95rem}.workspace-account-action small{color:#94a3b8;font-size:.8rem}.workspace-account-action-danger{border-color:#f871712e}.workspace-account-action-danger:hover{background:#f8717114;border-color:#f8717147}.workspace-topbar-copy{display:grid;gap:4px}.workspace-topbar-copy strong{color:#111827;font-size:1.12rem}.workspace-topbar-copy span{color:#6b7280;font-size:.95rem}.operator-card{min-width:220px;padding:14px 16px;border-radius:var(--radius-md);background:#ffffff0a;border:1px solid rgba(255,255,255,.06);display:grid;gap:2px}.workspace-operator-card{min-width:220px;background:#f8fafc;border-color:#94a3b838}.workspace-operator-card span{color:#64748b}.workspace-operator-card strong{color:#0f172a}.compact-operator-card{min-width:180px}.workspace-content{padding:18px 24px;display:grid;align-content:start;gap:24px;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden}.workspace-content .page-header h3{color:#f1f5f9;font-size:1.75rem}.workspace-content .page-header p{color:#94a3b8}.workspace-content.sales-workspace{padding:8px 12px;gap:6px;grid-template-rows:1fr;align-content:stretch;align-items:stretch;min-height:0;overflow:hidden;height:100%}.workspace-content.sales-workspace>*{min-height:0;overflow:hidden;height:100%}.panel{border-radius:var(--radius-lg);padding:24px}.panel-header,.page-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.page-header h3,.panel h4,.auth-card h2{font-size:1.75rem}.page-header{margin-bottom:4px}@media (max-width: 1024px){.public-shell{padding:12px 14px 14px;align-items:flex-start}.workspace-topbar-logo{height:15px}.public-frame{padding:14px;gap:12px}.public-content-grid{gap:16px}.brand-column,.public-content,.auth-card{padding:24px}.brand-column{gap:18px}.brand-mark{width:96px}.brand-column .brand-lockup h2{font-size:clamp(1.5rem,4vw,1.85rem)}.brand-column .hero-copy{font-size:.9rem}.brand-notes{gap:10px}.note-card{padding:12px 14px;gap:4px}.note-card strong{font-size:.85rem}.note-card span{font-size:.8rem}.auth-card{width:min(400px,100%);gap:16px}}@media (max-width: 1180px){.app-shell-sidebar{grid-template-columns:72px minmax(0,1fr)}.app-shell-sidebar.sidebar-labels-visible{grid-template-columns:240px minmax(0,1fr)}.workspace-topbar{padding:12px 18px}.workspace-topbar-center{max-width:320px}.compact-operator-card{min-width:0}}@media (max-width: 980px){.public-shell{padding:12px;align-items:flex-start}.public-content-grid{grid-template-columns:minmax(0,1fr);gap:14px}.public-content-grid .public-content{order:-1}.public-content-grid .brand-column{order:0}.brand-column,.public-content,.auth-card{padding:22px}.public-content{justify-content:flex-start}.auth-card{width:100%;max-width:420px;margin:0 auto}.app-shell-sidebar{grid-template-columns:1fr}.sidebar-shell{grid-template-columns:auto 1fr auto;grid-template-rows:auto;align-items:center;padding:12px}.sidebar-brand{grid-auto-flow:column;align-items:center}.sidebar-nav{grid-auto-flow:column;grid-template-columns:repeat(6,minmax(0,1fr));overflow-x:auto}.sidebar-footer{justify-items:end}.workspace-topbar{flex-direction:column;align-items:stretch;gap:12px;padding:10px 12px}.workspace-topbar-left,.workspace-topbar-center,.workspace-topbar-actions{width:100%}.workspace-topbar-left{justify-content:space-between}.workspace-topbar-center{justify-content:flex-start;margin:0;max-width:none}.workspace-topbar-actions{justify-content:space-between;gap:8px;flex-wrap:wrap}.workspace-notification-menu{order:1}.workspace-account-menu{order:3;flex:1 1 240px;min-width:220px}.workspace-user-chip{width:100%;justify-content:space-between}.workspace-notification-dropdown{right:auto;left:0}}@media (max-width: 720px){.brand-column,.public-content,.auth-card,.panel{padding:22px}.sidebar-shell{grid-template-columns:1fr;justify-items:stretch}.sidebar-brand,.sidebar-footer{justify-items:start}.sidebar-nav{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:row}.workspace-operator-card{min-width:0}.workspace-topbar-title{font-size:.92rem}.workspace-topbar-icon-btn{width:44px;height:44px;border-radius:12px}.workspace-account-menu{min-width:100%}.workspace-user-chip{min-height:44px;padding:8px 10px;border-radius:14px}.workspace-user-name{max-width:120px}.workspace-notification-dropdown{width:min(100vw - 24px,420px)}}@media (max-width: 980px) and (min-width: 901px){.sidebar-nav-group--expanded{grid-column:1 / -1}.sidebar-nav-group--expanded .sidebar-nav-sub{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:6px;padding:8px 0 4px;margin-top:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}}@media (max-width: 900px){.app-shell--mobile-nav.app-shell-sidebar{grid-template-columns:minmax(0,1fr);height:100dvh;max-height:100dvh;overflow:hidden}.app-shell--mobile-nav .sidebar-shell--mobile-hidden{display:none!important}.app-shell--mobile-nav .workspace-shell{min-height:0;min-width:0;height:100%;max-height:100dvh}.workspace-shell--with-bottom-nav .workspace-content{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}.workspace-shell--sales-mobile .workspace-content.sales-workspace{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px));overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;display:flex;flex-direction:column;min-height:0;height:auto;max-height:none;align-content:start;align-self:stretch}.workspace-shell--sales-mobile .workspace-content.sales-workspace>*{height:auto!important;max-height:none!important;overflow:visible!important;min-height:0;flex:0 0 auto}.workspace-shell--sales-mobile .sales-terminal{height:auto!important;min-height:0;flex:0 0 auto!important}.workspace-shell--sales-mobile .sales-terminal .sales-grid{min-height:min-content;overflow:visible!important;height:auto!important}.workspace-shell--sales-mobile .sales-terminal .sales-grid>*{overflow:visible!important;max-height:none!important;height:auto!important}.workspace-notification-dropdown,.workspace-account-dropdown{position:fixed!important;left:10px!important;right:10px!important;top:calc(56px + env(safe-area-inset-top,0px))!important;width:auto!important;max-width:none!important;z-index:280!important;max-height:min(52vh,300px)}.workspace-topbar{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;padding:8px 10px}.workspace-topbar-left,.workspace-topbar-center,.workspace-topbar-actions{width:auto}.workspace-topbar-left{flex-shrink:0;gap:8px}.workspace-topbar-center{flex:1;min-width:0;max-width:none;margin:0;justify-content:stretch}.workspace-topbar-center .pos-search-field{max-width:none;width:100%;min-height:44px}.workspace-topbar-actions{flex-shrink:0;flex-wrap:nowrap;justify-content:flex-end;gap:6px}.workspace-topbar-menu{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:12px}.workspace-topbar-icon-btn{width:44px;height:44px;min-width:44px;min-height:44px}.workspace-account-menu{flex:0 0 auto;min-width:0}.workspace-user-chip{width:auto;min-width:0;min-height:44px;padding:6px 8px;gap:6px}.workspace-user-meta,.workspace-user-caret{display:none}}@media (max-width: 400px){.workspace-topbar-icon-btn--print-secondary{display:none!important}}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#0206178c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;z-index:200;width:min(300px,88vw);display:flex;flex-direction:column;background:linear-gradient(180deg,#1a1f2e,#0f1219);border-right:1px solid rgba(255,255,255,.08);box-shadow:12px 0 40px #00000059;transform:translate(-108%);transition:transform .24s ease;pointer-events:none;visibility:hidden}.mobile-nav-drawer--open{transform:translate(0);pointer-events:auto;visibility:visible}.mobile-nav-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.mobile-nav-drawer-title{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;color:#f1f5f9}.mobile-nav-drawer-close{width:44px;height:44px;border-radius:12px;border:none;background:#ffffff14;color:#e2e8f0;display:grid;place-items:center;cursor:pointer;transition:background .15s ease}.mobile-nav-drawer-close:hover{background:#ffffff1f}.mobile-nav-drawer-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:12px 14px 24px;display:flex;flex-direction:column;gap:14px}.mobile-nav-drawer-section-label{margin:0 0 8px;padding:0 4px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.mobile-nav-drawer-config-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#e2e8f0;cursor:pointer;font:inherit;text-align:left;transition:background .15s ease,border-color .15s ease}.mobile-nav-drawer-config-toggle:hover{background:#ffffff12;border-color:#ffffff1f}.mobile-nav-drawer-config-toggle-label{font-weight:700;font-size:.95rem}.mobile-nav-drawer-config-chevron{flex-shrink:0;color:#94a3b8;transition:transform .2s ease}.mobile-nav-drawer-config-chevron--open{transform:rotate(180deg)}.mobile-nav-drawer-sub{display:flex;flex-direction:column;gap:6px;margin-top:8px}.mobile-nav-drawer-section .nav-item-sidebar{width:100%;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 10px;border-radius:18px;text-align:center}.mobile-nav-drawer-section .nav-item-label{display:block!important;white-space:normal;text-align:center;font-size:.72rem;font-weight:700;line-height:1.2;max-width:100%}.mobile-nav-drawer-section .nav-item-icon{width:22px;height:22px;flex-shrink:0}.mobile-nav-drawer-sub .nav-sub-item{width:100%;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px 10px;border-radius:18px;margin:0;text-align:center;color:#cbd5e1;border:1px solid rgba(255,255,255,.07)!important;background:#ffffff0a!important;transition:background .15s ease,border-color .15s ease,color .15s ease}.mobile-nav-drawer-sub .nav-sub-item:hover{background:#ffffff14!important;color:#e2e8f0}.mobile-nav-drawer-sub .nav-sub-item-active{background:linear-gradient(180deg,#22c55e2e,#10b9811f)!important;border:1px solid rgba(52,211,153,.24)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff14}.mobile-nav-drawer-sub .nav-sub-item-active .nav-sub-item-icon{color:#fff}.mobile-nav-drawer-sub .nav-sub-item-icon{width:22px;height:22px;flex-shrink:0}.mobile-nav-drawer-sub .nav-sub-item-label{display:block!important;white-space:normal;text-align:center;font-size:.72rem;font-weight:700;line-height:1.2;max-width:100%}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:150;display:flex;align-items:stretch;justify-content:space-around;gap:2px;padding:6px 8px calc(6px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#1a1f2ef5,#0f121afa);border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -8px 32px #00000040}.mobile-bottom-nav-item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 4px;min-height:48px;border:none;border-radius:12px;background:transparent;color:#94a3b8;cursor:pointer;touch-action:manipulation;transition:color .15s ease,background .15s ease}.mobile-bottom-nav-item:hover,.mobile-bottom-nav-item:focus-visible{background:#ffffff0f;color:#e2e8f0;outline:none}.mobile-bottom-nav-item--active{color:#fdba74;background:#f973161f}.mobile-bottom-nav-icon{width:22px;height:22px;flex-shrink:0}.mobile-bottom-nav-label{font-size:.62rem;font-weight:700;letter-spacing:.02em;text-align:center;line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-shell,.mobile-nav-drawer,.workspace-topbar-dark,.mobile-bottom-nav{background:linear-gradient(180deg,var(--color-surface-alt),var(--color-background));border-color:var(--color-border)}.workspace-shell{background:var(--color-background)}.workspace-topbar-copy strong,.workspace-topbar-copy span,.workspace-topbar-title,.workspace-user-name,.workspace-account-action strong{color:var(--color-text)}.workspace-notification-header span,.workspace-user-role,.workspace-account-summary-role{color:var(--color-accent)!important}.workspace-topbar-icon-btn:hover,.workspace-topbar-icon-btn:focus-visible,.workspace-topbar-icon-btn-active,.mobile-bottom-nav-item--active{color:var(--color-accent)}@media (max-width: 720px){.public-shell{padding:10px 10px 14px;min-height:auto}.public-frame{padding:10px;gap:10px;border-radius:20px}.system-banner{padding:12px 14px;border-radius:16px}.system-banner strong{font-size:.95rem;line-height:1.25}.system-banner span{font-size:.82rem;line-height:1.35}.brand-column,.public-content,.auth-card{padding:18px}.brand-column{gap:16px}.brand-mark{width:160px}.brand-column .brand-lockup h2{font-size:clamp(1.4rem,7vw,1.75rem);max-width:none}.brand-notes{gap:10px}.note-card{padding:12px 14px}}@media (max-width: 420px){.public-shell{padding:8px 8px 12px}.public-frame{padding:8px}.system-banner{padding:10px 12px}.brand-column,.public-content,.auth-card{padding:16px}.brand-mark{width:144px}}.primary-button,.ghost-button,.nav-item,.product-row,.list-card-button,.quantity-stepper-button,.pos-payment-button{border:none;transition:transform .16s ease,opacity .16s ease,background .16s ease,border-color .16s ease}.primary-button,.ghost-button{border-radius:14px;padding:13px 18px}.primary-button{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#1a1207;font-weight:700}.ghost-button{background:#ffffff0f;color:var(--text)}.ghost-button-danger{color:var(--danger)}.primary-button:hover,.ghost-button:hover,.nav-item:hover,.product-row:hover,.list-card-button:hover,.quantity-stepper-button:hover,.pos-payment-button:hover{transform:translateY(-1px)}.nav-item{text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:10px}.nav-item-sidebar{width:100%;min-height:56px;border-radius:18px;padding:12px 10px;flex-direction:column;background:#ffffff0a;color:#cbd5e1}.nav-item-icon{width:20px;height:20px;flex:0 0 auto}.nav-item-label{white-space:nowrap;font-size:.72rem;font-weight:700}.nav-item-caret{width:14px;height:14px;flex:0 0 auto;opacity:.7;transition:transform .16s ease,opacity .16s ease}.nav-item-caret-expanded{transform:rotate(180deg);opacity:1}.nav-item-active{background:linear-gradient(180deg,#22c55e2e,#10b9811f);border:1px solid rgba(52,211,153,.24);color:#fff;box-shadow:inset 0 1px #ffffff14}.health-banner,.stat-card,.loading-block,.empty-state,.totals-card,.module-card,.list-row-card,.cart-table{border-radius:18px}.health-banner,.loading-block,.empty-state,.totals-card,.list-row-card,.cart-table{padding:16px 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07)}.health-banner,.loading-block,.empty-state{display:grid;gap:6px}.empty-state-icon{display:flex;align-items:center;justify-content:center;color:var(--text-soft);opacity:.6;margin-bottom:4px}.health-banner-online,.tone-success,.status-badge-success{color:var(--success)}.health-banner-offline,.tone-danger,.status-badge-danger{color:var(--danger)}.health-banner-checking,.tone-warning,.status-badge-warning{color:var(--warning)}.tone-info,.status-badge-info{color:var(--info)}.error-banner,.success-banner,.warning-banner{margin:0;padding:12px 14px;border-radius:14px}.error-banner{color:var(--danger);background:#ff8f8f1f;border:1px solid rgba(255,143,143,.16)}.success-banner{color:var(--success);background:#6ee7b71f;border:1px solid rgba(110,231,183,.18)}.warning-banner{color:var(--warning);background:#ffd1661f;border:1px solid rgba(255,209,102,.18)}.stat-card{padding:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);display:grid;gap:8px}.stat-card strong{font-size:2rem}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;padding:6px 12px;background:#ffffff14;text-transform:capitalize}.list-row,.product-row,.list-card-button,.cart-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.product-row,.list-card-button{width:100%;border-radius:18px;padding:16px 18px;background:#ffffff08;color:var(--text);text-align:left}.product-row strong,.list-card-button strong,.cart-row strong{font-size:1rem}.list-card-aside{display:grid;justify-items:end;gap:6px}.totals-card{display:grid;gap:10px}.totals-card-strong{background:linear-gradient(180deg,#ffffff0d,#ffffff08)}.total-row{padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.sales-submit-button{min-height:54px;font-size:1rem}.quantity-stepper-button{min-height:58px;background:#ffffff0f;color:var(--text);font-size:1.8rem;font-weight:700}.quantity-stepper-button-accent{background:#ffb3472e;color:#ffd9b5}.pos-payment-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pos-payment-button{min-height:60px;border-radius:18px;background:#ffffff0d;color:var(--text-soft);font-size:1rem;font-weight:700;border:1px solid rgba(255,255,255,.08)}.pos-payment-button-active{background:linear-gradient(135deg,#ffb34733,#ff78442e);color:var(--text);border-color:#ffb34747}.tabs-bar{display:flex;gap:10px;flex-wrap:wrap}.tab-button{border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:10px 16px;background:#ffffff08;color:var(--text-soft)}.tab-button-active{background:#ffb3471f;color:var(--text);border-color:#ffb3472e}.loading-dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 8px #ffb3471f}.auth-brand-lockup{display:flex;align-items:center;gap:12px}.auth-brand-icon{width:48px;height:48px;flex:0 0 auto}.auth-brand-title{display:block;font-size:.95rem;font-weight:700}.auth-card-header h2{margin-top:2px;font-size:1.5rem;line-height:1.25}.auth-card-header .muted-copy{font-size:.9rem;line-height:1.45}.auth-card .form-grid.compact-gap{gap:16px}.auth-card .form-field span{font-size:.9rem;font-weight:500}.auth-card input{padding:12px 14px;font-size:.95rem;border-radius:12px}.auth-input-shell{display:flex;align-items:center;min-height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#060a12e0;box-shadow:inset 0 1px #ffffff0a;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.auth-input-shell:focus-within{border-color:#ffb347b8;box-shadow:0 0 0 4px #ffb3471a;background:#080d18f5}.auth-input-icon{margin-left:14px;color:#7f8ca3;flex:0 0 auto}.auth-input-shell input{flex:1;min-width:0;min-height:50px;border:0;background:transparent;box-shadow:none;padding:0 14px 0 12px}.auth-input-shell input:focus{outline:none}.auth-input-shell-password input{padding-right:8px}.auth-password-toggle{width:40px;height:40px;margin-right:8px;border:0;border-radius:12px;background:transparent;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;transition:background .16s ease,color .16s ease}.auth-password-toggle:hover{background:#ffffff0f;color:#f1f5f9}.auth-status-online{margin:0;font-size:.8rem;color:var(--success);display:flex;align-items:center;gap:6px;padding-top:2px}.auth-status-online:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.auth-submit-button{min-height:48px;font-size:.95rem;border-radius:12px;margin-top:2px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:opacity .2s ease,transform .16s ease,background .2s ease}.auth-actions-stack{display:grid;gap:12px}.auth-button-content{display:inline-flex;align-items:center;justify-content:center;gap:10px}.auth-secondary-button{min-height:48px;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff14;color:#e2e8f0;font-size:.95rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;transition:transform .16s ease,background .16s ease,border-color .16s ease,opacity .16s ease}.auth-secondary-button:hover{transform:translateY(-1px);background:#ffffff1f;border-color:#ffffff2e}.auth-secondary-button:disabled{opacity:.6;cursor:not-allowed}.auth-submit-button:disabled{cursor:not-allowed}.auth-submit-button.auth-submit-loading{pointer-events:none}.auth-submit-button.auth-submit-success{background:linear-gradient(135deg,var(--success, #22c55e),#16a34a);color:#fff}.link-button{background:transparent;border:0;padding:0;color:var(--accent);text-decoration:underline;text-underline-offset:3px;justify-self:start;font-weight:600}.link-button:disabled{opacity:.6;cursor:not-allowed}.searchable-select{position:relative;width:100%}.searchable-select-trigger{position:relative;display:flex;align-items:center;min-height:44px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0a;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.searchable-select[data-open=true] .searchable-select-trigger,.searchable-select-trigger:focus-within{border-color:#ffb347e6;background:#ffffff0f;box-shadow:0 0 0 3px #ffb3471f}.searchable-select-icon,.searchable-select-chevron{color:var(--text-muted, #94a3b8);flex:0 0 auto}.searchable-select-icon{margin-left:12px}.searchable-select-chevron{margin-right:12px}.searchable-select-input{flex:1 1 auto;min-width:0;height:42px;padding:0 12px;border:none;outline:none;background:transparent;color:var(--text);font-size:.95rem}.searchable-select-input::placeholder{color:var(--text-muted, #94a3b8)}.searchable-select-list{margin:0;padding:8px;list-style:none;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0e121dfa;box-shadow:0 22px 48px #00000061;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-height:min(280px,42vh);overflow-y:auto}.searchable-select-list-portal{z-index:1400}.searchable-select-list::-webkit-scrollbar{width:10px}.searchable-select-list::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.searchable-select-list::-webkit-scrollbar-thumb{background:#ffb34759;border-radius:999px}.searchable-select-option{min-height:42px;display:flex;align-items:center;padding:10px 12px;border-radius:12px;color:var(--text);font-size:.94rem;line-height:1.35;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.searchable-select-option:hover{background:#ffffff0f;color:#fff7ed}.searchable-select-option-active{background:linear-gradient(135deg,#ffb34747,#ff784433);color:#fff7ed;border:1px solid rgba(255,179,71,.24)}.searchable-select-option-empty{color:var(--text-muted, #94a3b8);cursor:default}.form-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.inline-control{display:inline-flex;align-items:center;gap:10px;color:var(--text-soft);font-weight:600}.inline-control input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.auth-submit-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.2);border-top-color:currentColor;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-submit-check{width:20px;height:20px;border:2px solid currentColor;border-radius:50%;position:relative;flex-shrink:0}.auth-submit-check:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(45deg)}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width: 1180px){.nav-item-sidebar{min-height:50px;padding:10px 8px}}@media (max-width: 980px){.nav-item-sidebar{min-height:52px;min-width:64px}.nav-item-label{display:none}}@media (max-width: 720px){.nav-item-sidebar{min-width:0}.nav-item-label{display:inline}}body.modal-open{overflow:hidden}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;max-width:560px;width:100%;max-height:calc(100vh - 48px);overflow-y:auto;border-radius:20px;background:#161a26f7;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 48px #0006}.user-modal{max-width:760px}.user-modal-shell{display:grid;gap:20px;padding:24px}.user-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.user-modal-header h2{margin:6px 0 4px}.user-modal-tabs{gap:12px}.user-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.user-modal-password-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.user-modal-actions{display:flex;justify-content:flex-end;gap:12px}.password-security-card{display:grid;gap:14px;padding:18px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.password-security-card-strong{border-color:#10b98159;box-shadow:inset 0 0 0 1px #10b9811f}.password-security-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.password-strength-track{width:100%;height:12px;border-radius:999px;overflow:hidden;background:#94a3b82e}.password-strength-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f59e0b,#f97316);transition:width .18s ease,background .18s ease}.password-strength-fill-strong{background:linear-gradient(90deg,#22c55e,#10b981)}.password-criteria-list{display:flex;flex-wrap:wrap;gap:10px}.password-criterion{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;background:#ffffff0d;color:var(--text-soft);border:1px solid rgba(255,255,255,.08);font-size:.84rem}.password-criterion-met{color:#d1fae5;background:#10b98124;border-color:#10b9814d}.modal-inner{position:relative;padding:24px}.modal-title{margin:0 48px 20px 0;font-size:1.25rem;font-weight:700;color:var(--text)}.modal-close-btn{position:absolute;top:16px;right:16px;z-index:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:12px;background:#ffffff0f;color:#94a3b8;cursor:pointer;transition:background .15s ease,color .15s ease}.modal-close-btn:hover:not(:disabled){background:#ffffff1f;color:#f8fafc}.modal-close-btn:disabled{opacity:.6;cursor:not-allowed}.modal-header{position:relative;margin-bottom:20px;min-height:48px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-loading{margin:16px 0;color:var(--text-muted, #94a3b8)}.modal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.modal-error{margin-bottom:16px}.pdf-preview-modal .pdf-preview-wrapper{min-height:360px;margin-bottom:16px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.pdf-preview-modal .pdf-preview-iframe{width:100%;height:70vh;min-height:360px;border:none;background:#fff}.route-loading-skeleton{display:grid;gap:18px;width:100%}.route-loading-skeleton__header{display:grid;gap:10px;max-width:420px}.route-loading-skeleton__title{max-width:260px}.route-loading-skeleton__subtitle{max-width:360px}.document-preview-modal{max-width:min(1180px,calc(100vw - 24px))}.document-preview-modal-ticket{max-width:min(640px,calc(100vw - 24px))}.document-preview-shell{display:grid;gap:14px;padding:20px 20px 18px}.document-preview-shell .modal-header{margin-bottom:4px;padding-right:56px}.document-preview-shell .modal-title,.sale-detail-modal .modal-title{margin:0}.document-preview-stage{border-radius:22px;background:radial-gradient(circle at top,rgba(255,184,107,.08),transparent 36%),linear-gradient(180deg,#1e2435fa,#171c2bfa);border:1px solid rgba(255,255,255,.08);min-height:700px;padding:18px;overflow:auto}.document-preview-stage-ticket{display:flex;justify-content:center;min-height:520px;padding:8px 12px 44px}.document-preview-actions{position:sticky;bottom:0;margin-top:-4px;padding:12px 0 4px;background:linear-gradient(180deg,#181d2c00,#181d2cfa 28%);border-top:1px solid rgba(255,255,255,.08)}.document-preview-print-button{min-width:144px;box-shadow:0 12px 28px #f9731647}.document-preview-close-button{background:#ffffff14;color:#f8fafc}.document-preview-loading{display:grid;gap:18px}.document-preview-loading-sheet{min-height:480px;border-radius:18px}.document-sheet{margin:0 auto;color:#0f172a;-webkit-user-select:none;user-select:none}.invoice-sheet{width:min(100%,920px);min-height:1120px;padding:28px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa),linear-gradient(135deg,#fff7ed,#fff 44%,#eff6ff);box-shadow:0 18px 48px #0f172a38;display:grid;gap:16px}.invoice-sheet-header,.invoice-sheet-info-grid,.invoice-sheet-footer-grid,.sale-detail-summary-grid,.sale-detail-main-grid{display:grid;gap:16px}.invoice-sheet-header{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);align-items:start}.invoice-sheet-kicker,.invoice-sheet-card-label,.sale-detail-card-kicker{margin:0 0 8px;color:#64748b;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;display:block}.invoice-sheet-brand h3,.invoice-sheet-summary-card strong{margin:0}.invoice-sheet-card strong,.invoice-sheet-summary-card strong{display:block;margin:2px 0 0}.invoice-sheet-brand-meta{display:grid;gap:6px;margin-top:12px;color:#475569;font-size:.92rem}.invoice-sheet-summary-card,.invoice-sheet-card,.invoice-sheet-table-card,.invoice-sheet-notes,.invoice-sheet-totals-card,.sale-detail-card,.sale-detail-panel,.ticket-sheet-meta,.ticket-sheet-items,.ticket-sheet-totals{border-radius:18px;background:linear-gradient(180deg,#fffffff5,#f8fafcf0);border:1px solid #d9e1ee;box-shadow:0 10px 22px #0f172a14}.invoice-sheet-summary-card,.invoice-sheet-card,.invoice-sheet-table-card,.invoice-sheet-notes,.invoice-sheet-totals-card,.ticket-sheet-meta,.ticket-sheet-items,.ticket-sheet-totals,.sale-detail-card,.sale-detail-panel{padding:18px}.invoice-sheet-summary-card{display:grid;gap:8px;padding:16px 18px;background:linear-gradient(180deg,#f8fbff,#eef5ff)}.invoice-sheet-status{display:inline-flex;align-items:center;min-height:34px;width:fit-content;padding:6px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700}.invoice-sheet-info-grid,.invoice-sheet-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-sheet-info-grid{gap:12px}.invoice-sheet-card strong,.invoice-sheet-summary-card strong,.invoice-sheet-table-row strong,.invoice-sheet-notes strong,.invoice-sheet-totals-card strong,.ticket-sheet strong,.sale-detail-card strong,.sale-detail-panel strong{color:#1e293b}.invoice-sheet-card,.invoice-sheet-summary-card{min-width:0}.nota-credito-create-modal{max-width:min(760px,calc(100vw - 28px));color:#f8fafc}.nota-credito-create-modal .modal-inner{padding:20px}.nota-credito-create-modal .modal-header{margin-bottom:14px;padding-right:54px}.nota-credito-create-modal .modal-title{margin:0;color:#fff}.nota-credito-create-modal .form-field>span{color:#f8fafc;font-weight:600}.nota-credito-create-modal .searchable-select-input,.nota-credito-create-modal textarea,.nota-credito-create-modal input{color:#f8fafc;opacity:1}.nota-credito-create-modal .searchable-select-input::placeholder,.nota-credito-create-modal textarea::placeholder{color:#cbd5e1}.nota-credito-create-modal .sale-detail-summary-grid{margin-bottom:10px}.nota-credito-summary-grid{gap:10px}.nota-credito-summary-card{gap:4px;padding:10px 12px;border-radius:12px;border:1px solid rgba(249,115,22,.18);background:linear-gradient(160deg,#1e293bb8,#0f172a9e),radial-gradient(circle at top right,rgba(249,115,22,.14),transparent 50%);box-shadow:inset 0 1px #ffffff0a}.nota-credito-summary-card .sale-detail-card-kicker{font-size:.68rem;letter-spacing:.08em;color:#e2e8f0}.nota-credito-create-modal .nota-credito-summary-card strong{font-size:.92rem;line-height:1.3;color:#fff}.nota-credito-create-modal .nota-credito-summary-card small{font-size:.76rem;color:#e2e8f0}.nota-credito-create-modal .sale-detail-card,.nota-credito-create-modal .sale-detail-panel,.nota-credito-create-modal .muted-copy{color:#e2e8f0}.nota-credito-create-modal .sale-detail-card strong,.nota-credito-create-modal .sale-detail-card small,.nota-credito-create-modal .sale-detail-panel strong,.nota-credito-create-modal .sale-detail-panel small,.nota-credito-create-modal .sale-detail-panel span{color:#fff}.nota-credito-status-badge{display:inline-flex;align-items:center;min-height:22px;padding:2px 8px;margin-left:4px;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1}.nota-credito-status-badge--success{color:#d1fae5;background:#10b9813d;border:1px solid rgba(16,185,129,.4)}.nota-credito-status-badge--warning{color:#fde68a;background:#f59e0b38;border:1px solid rgba(245,158,11,.38)}.nota-credito-status-badge--danger{color:#fecaca;background:#ef444433;border:1px solid rgba(239,68,68,.38)}.nota-credito-status-badge--neutral{color:#cbd5e1;background:#64748b38;border:1px solid rgba(100,116,139,.36)}.nota-credito-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nota-credito-create-modal .form-field{min-width:0}.nota-credito-create-modal .sale-detail-panel{padding:14px;border-radius:14px;border:1px solid rgba(249,115,22,.2);background:linear-gradient(180deg,#1e293b8c,#0f172a8c),radial-gradient(circle at top left,rgba(251,146,60,.08),transparent 55%)}.nota-credito-create-modal .sale-detail-items{gap:0;border-radius:10px;background:#02061766;border:1px solid rgba(148,163,184,.16);padding:2px 10px}.nota-credito-create-modal .sale-detail-panel-header{margin-bottom:10px}.nota-credito-create-modal .sale-detail-panel-header h3{color:#f8fafc}.nota-credito-create-modal .sale-detail-panel-header span{color:#cbd5e1;font-size:.8rem}.nota-credito-create-modal .sale-detail-item-row{align-items:center;padding:12px 0}.nota-credito-create-modal .sale-detail-item-row>div strong{color:#f8fafc;font-size:.9rem}.nota-credito-create-modal .sale-detail-item-row>div small{color:#dbe4f0}.nota-credito-qty-input{width:112px;min-height:40px;padding:8px 10px;border-radius:12px;border:1px solid rgba(251,146,60,.42);background:linear-gradient(180deg,#0f172af2,#1e293bd9);color:#f8fafc;text-align:right;font-weight:600}.nota-credito-qty-input:focus{outline:none;border-color:#f97316bf;box-shadow:0 0 0 2px #f9731633}.nota-credito-actions{position:sticky;bottom:0;z-index:2;margin:0 -20px -20px;padding:12px 20px 16px;border-top:1px solid rgba(148,163,184,.2);background:linear-gradient(180deg,#161a2600,#161a26fa 32%)}.nota-credito-create-modal .error-banner{color:#fecaca;background:linear-gradient(180deg,#7f1d1d57,#7f1d1d42);border:1px solid rgba(252,165,165,.34);font-weight:500}@media (max-width: 860px){.nota-credito-create-modal{max-width:calc(100vw - 18px);max-height:calc(100vh - 18px)}.nota-credito-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nota-credito-form-grid{grid-template-columns:1fr}}@media (max-width: 640px){.nota-credito-create-modal .modal-inner{padding:16px}.nota-credito-create-modal .modal-header{margin-bottom:10px;min-height:42px}.nota-credito-create-modal .modal-title{font-size:1.08rem}.nota-credito-create-modal .sale-detail-card{gap:6px}.nota-credito-summary-grid{grid-template-columns:1fr;gap:8px}.nota-credito-summary-card{padding:8px 10px}.nota-credito-summary-card strong{font-size:.88rem}.nota-credito-create-modal .sale-detail-panel{padding:12px}.nota-credito-create-modal .sale-detail-item-row{flex-direction:column;align-items:stretch;gap:10px;padding:10px 0}.nota-credito-qty-input{width:100%;min-height:42px}.nota-credito-actions{margin:0 -16px -16px;padding:12px 16px 14px;gap:10px}.nota-credito-actions .ghost-button,.nota-credito-actions .primary-button{flex:1 1 0;justify-content:center}}.primary-button{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover));color:#1a1207}.ghost-button,.auth-secondary-button,.tab-button,.pos-payment-button{background:#ffffff0d;border:1px solid var(--color-border);color:var(--color-text)}.health-banner,.stat-card,.loading-block,.empty-state,.totals-card,.module-card,.list-row-card,.cart-table,.modal-content,.password-security-card{background:var(--color-surface);border-color:var(--color-border)}input,select,textarea,.searchable-select-trigger,.auth-input-shell{background:#080d18e0;border-color:var(--color-border);color:var(--color-text)}input::placeholder,textarea::placeholder,.searchable-select-input::placeholder,.client-autocomplete-input::placeholder{color:var(--color-text-muted)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.searchable-select-trigger:focus-within,.auth-input-shell:focus-within{outline:2px solid rgba(255,179,71,.45);outline-offset:2px;border-color:#ffb347bf}.status-badge-success{color:var(--color-success)}.status-badge-warning{color:var(--color-warning)}.status-badge-danger{color:var(--color-error)}.invoice-sheet-card small,.invoice-sheet-card span,.ticket-sheet span,.ticket-sheet p,.invoice-sheet-brand-meta span,.invoice-sheet-notes p{color:#475569}.invoice-sheet-card-stack{display:grid;gap:4px;margin-top:8px}.invoice-sheet-inline-label{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:700}.invoice-sheet-microcopy{color:#64748b;font-size:.82rem;line-height:1.35}.invoice-sheet-fiscal{margin:4px 0 2px;padding:12px 14px;border:1px solid #d6dfeb;border-radius:16px;background:#f8fafc}.invoice-sheet-fiscal-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;cursor:pointer;list-style:none}.invoice-sheet-fiscal-summary::-webkit-details-marker{display:none}.invoice-sheet-fiscal-title{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.invoice-sheet-fiscal-summary-text{margin:0;color:#334155;font-size:12px;line-height:1.45;word-break:break-word;overflow-wrap:anywhere}.invoice-sheet-fiscal-summary-action{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#1e293b;font-size:11px;font-weight:700;white-space:nowrap}.invoice-sheet-fiscal[open] .invoice-sheet-fiscal-summary-action{background:#dbeafe;color:#1d4ed8}.invoice-sheet-fiscal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;margin:10px 0 0}.invoice-sheet-fiscal-grid dt{margin:0 0 2px;font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.invoice-sheet-fiscal-grid dd{margin:0;font-size:13px;color:#0f172a;word-break:break-word}.invoice-sheet-fiscal-mono{font-family:ui-monospace,monospace;font-size:11px}.invoice-sheet-fiscal-mono-ellipsis{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-sheet-fiscal-mono-wrap{word-break:break-all;overflow-wrap:anywhere;white-space:normal;line-height:1.35}.invoice-sheet-fiscal-qr{width:132px;height:132px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;padding:6px}.invoice-sheet-table-head,.invoice-sheet-table-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,2.2fr) minmax(0,.7fr) minmax(0,1fr) minmax(0,.7fr) minmax(0,1fr);gap:12px;align-items:center}.invoice-sheet-table-head{padding-bottom:10px;border-bottom:1px solid #e2e8f0;font-size:.85rem;font-weight:800;color:#334155}.invoice-sheet-table-body{display:grid;gap:10px;padding-top:12px}.invoice-sheet-table-row{font-size:.94rem;color:#0f172a}.invoice-sheet-table-empty{text-align:center;color:#64748b;padding:28px 0 12px}.invoice-sheet-totals-card{display:grid;gap:12px;align-content:start}.invoice-sheet-totals-card>div,.sale-detail-total-row,.ticket-sheet-totals>div,.ticket-sheet-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.invoice-sheet-grand-total,.sale-detail-total-row-grand,.ticket-sheet-total{padding-top:12px;border-top:1px solid #cbd5e1;font-size:1.14rem}.invoice-sheet-notes{display:grid;gap:8px}.invoice-sheet-notes p{margin:0;color:#475569;line-height:1.55}.ticket-sheet{width:min(100%,390px);min-height:auto;padding:20px 18px;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f7fafcfa),linear-gradient(135deg,#fff7ed,#fff 42%,#f1f5f9);box-shadow:0 18px 48px #0f172a38;display:grid;gap:14px}.ticket-sheet-header{display:grid;gap:7px;text-align:center;padding-bottom:14px;border-bottom:1px dashed #94a3b8}.ticket-sheet-header p,.ticket-sheet-footer p{margin:0}.ticket-sheet-business{font-size:1.02rem;font-weight:800;letter-spacing:.01em}.ticket-sheet-meta,.ticket-sheet-items,.ticket-sheet-totals{display:grid;gap:10px;padding:14px;border-radius:14px}.ticket-sheet-meta-row{display:grid;gap:3px}.ticket-sheet-meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:#94a3b8;font-weight:700}.ticket-sheet-meta-value{line-height:1.3;font-size:.95rem}.ticket-sheet-item>div{display:grid;gap:3px}.ticket-sheet-footer{text-align:center;color:#475569;font-size:.76rem;line-height:1.4;margin-top:2px}.ticket-sheet-header p,.ticket-sheet-item span,.ticket-sheet-footer p{font-size:.82rem}.ticket-sheet-item strong,.ticket-sheet-totals strong{font-size:.92rem}.ticket-sheet-total strong{font-size:1rem}.sale-detail-modal{max-width:min(1080px,calc(100vw - 32px))}.sale-detail-modal .modal-inner{padding:22px}.sale-detail-loading{display:grid;gap:12px}.sale-detail-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.sale-detail-card{display:grid;gap:8px;color:#0f172a}.sale-detail-inline-icon{display:inline-flex;align-items:center;gap:8px;color:#64748b}.sale-detail-main-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr);align-items:start}.sale-detail-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:16px;margin-top:16px;align-items:start}.sale-detail-side-stack,.sale-detail-items,.sale-detail-actions{display:grid;gap:14px}.sale-detail-panel .ghost-button{background:#f8fafc;color:#1e293b;border:1px solid #d7e1ee}.sale-detail-panel .ghost-button:hover{background:#eef2f7;border-color:#c4d3e6}.sale-detail-panel .primary-button{color:#1a1207}.sale-detail-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.sale-detail-panel-header h3{margin:0}.sale-detail-panel-header span{color:#64748b;font-size:.88rem}.sale-detail-item-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid #e2e8f0}.sale-detail-item-row:last-child{border-bottom:none;padding-bottom:0}.sale-detail-item-row>div{display:grid;gap:6px}.sale-detail-action-button{width:100%;justify-content:center;display:inline-flex;align-items:center;gap:10px}.sale-detail-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sale-detail-status-pill .status-badge{font-weight:700;border:1px solid transparent}.sale-detail-status-pill--success .status-badge{background:#10b9812e;color:#34d399;border-color:#10b98161}.sale-detail-status-pill--warning .status-badge{background:#f59e0b33;color:#fbbf24;border-color:#f59e0b61}.sale-detail-status-pill--danger .status-badge{background:#ef444433;color:#fca5a5;border-color:#ef44445c}.sale-detail-status-pill--neutral .status-badge{background:#64748b38;color:#cbd5e1;border-color:#64748b57}.sale-detail-card,.sale-detail-panel,.sale-detail-card small,.sale-detail-panel span,.sale-detail-panel small{color:#475569}.sale-detail-card strong,.sale-detail-panel strong{color:#1e293b}.route-loading-skeleton__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.route-loading-skeleton__card,.route-loading-skeleton__panel{padding:20px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07)}.route-loading-skeleton__card{display:grid;gap:12px;min-height:112px}.route-loading-skeleton__eyebrow{max-width:140px}.route-loading-skeleton__metric{max-width:120px}.route-loading-skeleton__hint{max-width:100px}.route-loading-skeleton__content{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);gap:16px}.route-loading-skeleton__panel{display:grid;gap:16px;min-height:320px}.route-loading-skeleton__panel-main{min-height:360px}.route-loading-skeleton__panel-title{max-width:180px}.route-loading-skeleton__chart{width:100%;border-radius:16px}.route-loading-skeleton__lines{display:grid;gap:14px}@media (max-width: 1180px){.route-loading-skeleton__kpis,.route-loading-skeleton__content{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.route-loading-skeleton__kpis,.route-loading-skeleton__content{grid-template-columns:1fr}}.modal-loading-skeleton{display:grid;gap:12px}.cash-loading-line{display:inline-block;width:96px}.product-form-modal .modal-content{max-width:900px;max-height:90vh}.product-form-grid{display:grid;gap:24px}.product-form-section{display:grid;gap:16px;padding:20px;background:#ffffff05;border-radius:16px;border:1px solid rgba(255,255,255,.06)}.product-form-section h4{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:var(--text);padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field-half{width:100%}.product-form-section .form-field{margin-bottom:0}.product-form-section .form-field label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:var(--text)}.product-form-section .form-field input,.product-form-section .form-field select{width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0a;color:var(--text);font-size:.95rem;transition:border-color .15s ease,background .15s ease}.product-form-section .form-field input:focus,.product-form-section .form-field select:focus{outline:none;border-color:var(--accent);background:#ffffff0f}.product-form-section .form-field input[type=number]{text-align:right}.product-form-section .toggle-field{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff0a;border-radius:12px;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:background .15s ease}.product-form-section .toggle-field:hover{background:#ffffff0f}.product-form-section .toggle-field input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent)}.product-form-section .toggle-field span{font-weight:500;color:var(--text)}@media (max-width: 768px){.product-form-modal .modal-content{max-width:95vw;max-height:95vh}.form-row{grid-template-columns:1fr;gap:12px}.product-form-section{padding:16px}}.entity-form-modal{width:min(1080px,calc(100vw - 32px));max-width:min(1080px,calc(100vw - 32px));max-height:min(86vh,840px)}.entity-form-modal .modal-inner{padding:20px 22px}.entity-form-modal--branch{width:min(1180px,calc(100vw - 32px));max-width:min(1180px,calc(100vw - 32px));max-height:min(88vh,860px)}.entity-form-modal .modal-title{margin-bottom:14px}.product-form-modal,.resolution-form-layout{gap:16px}.product-form-modal .inline-actions,.resolution-form-layout .inline-actions{margin-top:2px}.product-form-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:14px;align-items:start}.branch-form-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:14px;align-items:start}.branch-form-section{min-width:0}.branch-form-section--location{grid-column:1 / -1}.branch-form-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.branch-form-hint{margin:-2px 0 4px;color:var(--text-muted);font-size:.9rem;line-height:1.45}.row-action-menu{position:relative;display:inline-flex;justify-content:flex-end}.row-action-menu__trigger{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text-soft);transition:background .15s ease,border-color .15s ease,color .15s ease}.row-action-menu__trigger:hover,.row-action-menu__trigger[aria-expanded=true]{background:#ffffff14;border-color:#ffffff24;color:var(--text)}.row-action-menu__panel{position:fixed;z-index:99999;min-width:164px;padding:8px;display:grid;gap:4px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0c101bfa;box-shadow:0 18px 36px #00000057;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.row-action-menu__item{width:100%;min-height:38px;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:var(--text);text-align:left;font-size:.93rem;font-weight:500;transition:background .15s ease,color .15s ease}.row-action-menu__item:hover{background:#ffffff0f}.row-action-menu__item--danger{color:#ff9a8e}.row-action-menu__item--danger:hover{background:#ef44441f;color:#ffb0a6}@media (max-width: 720px){.row-action-menu__panel{top:calc(100% + 6px);right:0;min-width:148px;padding:6px}.row-action-menu__item{min-height:42px;padding:11px 12px}}.product-form-section{gap:12px;padding:16px}.product-form-section h4{margin:0;font-size:.98rem;padding-bottom:0;border-bottom:none}.product-form-grid>.product-form-section:nth-child(3){grid-column:1 / 2}.product-form-grid>.product-form-section:nth-child(4){grid-column:2 / 3}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-row--compact{gap:10px}.product-form-section .form-field,.resolution-form-grid .form-field{gap:6px}.product-form-section .form-field input,.product-form-section .form-field select,.resolution-form-grid .form-field input{min-height:42px;padding:10px 12px}.product-form-section .form-field input[type=number],.resolution-form-grid .form-field input[type=number]{text-align:right}.product-form-section .toggle-field,.resolution-form-grid__field--toggle{min-height:42px;padding:12px 14px;background:#ffffff0a;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.product-form-section .toggle-field input,.resolution-form-grid__field--toggle input{width:auto}.resolution-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.resolution-form-grid__field{min-width:0}.resolution-form-grid__field--wide{grid-column:span 2}.resolution-form-grid__field--toggle{grid-column:span 2;align-self:end}@media (max-width: 1024px){.document-preview-modal,.sale-detail-modal{max-width:calc(100vw - 20px)}.invoice-sheet-header,.invoice-sheet-info-grid,.invoice-sheet-footer-grid,.sale-detail-summary-grid,.sale-detail-main-grid,.sale-detail-bottom-grid,.user-modal-grid,.user-modal-password-grid{grid-template-columns:1fr}.entity-form-modal{width:min(920px,calc(100vw - 24px));max-width:min(920px,calc(100vw - 24px))}.product-form-grid,.branch-form-grid,.resolution-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-form-grid>.product-form-section:nth-child(3),.product-form-grid>.product-form-section:nth-child(4),.branch-form-section--location,.resolution-form-grid__field--wide,.resolution-form-grid__field--toggle{grid-column:auto}.branch-form-location-grid{grid-template-columns:1fr}}@media (max-width: 720px){.document-preview-stage{padding:14px;min-height:420px}.invoice-sheet{padding:18px;min-height:auto}.invoice-sheet-table-head,.invoice-sheet-table-row,.invoice-sheet-fiscal-grid{grid-template-columns:1fr}.ticket-sheet{width:100%;padding:16px 14px;border-radius:18px}.document-preview-stage-ticket{min-height:420px;padding:6px 8px 40px}.document-preview-actions{gap:10px}.document-preview-actions .primary-button,.document-preview-actions .ghost-button{flex:1 1 0;justify-content:center}.document-preview-shell{padding:14px 14px 16px}.entity-form-modal{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.entity-form-modal .modal-inner{padding:18px 16px}.product-form-grid,.branch-form-grid,.resolution-form-grid,.form-row,.branch-form-location-grid,.sale-detail-actions-grid{grid-template-columns:1fr}}.resolution-status-cell{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.resolution-warn-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#fbbf2424;color:#fbbf24;border:1px solid rgba(251,191,36,.35)}.document-preview-stage-invoice .invoice-sheet-fiscal{background:#f8fafc;border-color:#d6dfeb}.kardex-row--entrada td{box-shadow:inset 3px 0 #34d39973}.kardex-row--salida td{box-shadow:inset 3px 0 #f8717166}.kardex-saldo-nuevo{font-weight:700;color:#e2e8f0}.kardex-doc-link{color:#7dd3fc;text-decoration:underline;text-underline-offset:2px}.kardex-doc-link:hover{color:#bae6fd}.kardex-tipo-badge{display:inline-flex;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:600;background:#94a3b81f;color:#cbd5e1}.tabular-nums{font-variant-numeric:tabular-nums}@media (max-width: 720px){.auth-card-header{gap:8px}.auth-brand-lockup{gap:10px}.auth-brand-icon{width:42px;height:42px}.auth-brand-title{font-size:.9rem}.auth-card-header h2{font-size:1.85rem;line-height:1.2;letter-spacing:-.02em}.auth-card-header .muted-copy{font-size:1rem;line-height:1.45;max-width:34ch}.auth-card .form-grid.compact-gap{gap:14px}.auth-card .form-field span{font-size:1rem;font-weight:600}.auth-input-shell{min-height:54px;border-radius:14px}.auth-input-shell input{min-height:52px;font-size:1rem}.auth-input-shell input::placeholder{font-size:.98rem}.auth-password-toggle{width:42px;height:42px}.auth-submit-button{width:100%;min-height:52px;font-size:1.05rem;font-weight:700;border-radius:14px}.auth-status-online{font-size:.9rem}.link-button{font-size:1.05rem;font-weight:700;text-underline-offset:4px}}@media (max-width: 420px){.auth-card-header h2{font-size:1.7rem}.auth-card .form-grid.compact-gap{gap:12px}.auth-input-shell{min-height:52px}.auth-submit-button{min-height:50px;font-size:1rem}}.skeleton{background:linear-gradient(110deg,#ffffff08,#ffffff12 45%,#ffffff1a,#ffffff12 55%,#ffffff08);background-size:200% 100%;animation:skeleton-shimmer 1.6s ease-in-out infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.skeleton{animation:none;background:#ffffff0f}}.skeleton-box{display:block;min-height:1rem}.skeleton-text{height:.875em;border-radius:4px}.skeleton-text--sm{height:.75em;max-width:60%}.skeleton-text--lg{height:1.25em;max-width:80%}.skeleton-card{padding:1rem 1.25rem;min-height:88px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;display:grid;gap:.75rem}.skeleton-table-row{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;min-height:48px;padding:.75rem 1rem;border-radius:12px;background:#ffffff05}.skeleton-table-row+.skeleton-table-row{margin-top:6px}.skeleton-chart{height:100%;min-height:200px;border-radius:14px}.skeleton-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:52px;padding:.75rem 1rem;border-radius:14px;background:#ffffff05}.splash-panel{max-width:720px;margin:auto;padding:38px}.hero-copy{max-width:58ch;font-size:1.02rem;color:var(--text-soft)}.auth-card-header{display:grid;gap:10px}.dashboard-page{gap:22px;width:100%;max-width:100%;margin:0 auto;padding:0 12px 24px;box-sizing:border-box;min-height:min-content}.dashboard-page .page-header{padding:6px 6px 0}.dashboard-page .page-header h3{color:#f1f5f9;font-size:2rem;letter-spacing:-.03em}.dashboard-page .page-header p{color:#94a3b8}.dashboard-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dashboard-mode-toggle{min-width:132px;background:#ffffff1f;color:#e2e8f0;border:1px solid rgba(255,255,255,.2)}.dashboard-mode-toggle:hover{background:#ffffff2e;color:#fff}.dashboard-refresh-icon-btn{min-width:44px;min-height:44px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff1f;color:#e2e8f0;border:1px solid rgba(255,255,255,.2)}.dashboard-refresh-icon-btn:hover:not(:disabled){background:#ffffff2e;color:#fff}.dashboard-refresh-icon-btn:disabled{opacity:.55;cursor:not-allowed}@keyframes dashboard-refresh-spin{to{transform:rotate(360deg)}}.dashboard-refresh-icon--spin{animation:dashboard-refresh-spin .85s linear infinite}.dashboard-shell{gap:28px}.dashboard-shell .panel{background:linear-gradient(180deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:22px 24px}.dashboard-shell .panel .panel-header{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-shell .panel h4{color:#f1f5f9;font-size:1.2rem;font-weight:700;letter-spacing:-.01em;margin:0}.dashboard-shell .panel .panel-header p{color:#94a3b8;font-size:.85rem;margin:4px 0 0}.dashboard-shell .panel strong{color:#f1f5f9}.dashboard-shell .panel span,.dashboard-shell .panel p,.dashboard-shell .panel small{color:#94a3b8}.dashboard-shell .panel .muted-copy{color:#64748b}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:12px}.dashboard-kpi-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 28px;min-height:120px;border-radius:16px;background:linear-gradient(180deg,#1e293b,#172033);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 20px #00000040}.dashboard-kpi-copy{display:grid;gap:6px;min-width:0}.dashboard-kpi-copy span{color:#94a3b8;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.dashboard-kpi-copy strong{color:#f1f5f9;font-size:1.85rem;letter-spacing:-.03em;line-height:1.2}.dashboard-kpi-copy small{color:#64748b;font-size:.8rem}.dashboard-kpi-icon-wrap{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.dashboard-kpi-icon{width:26px;height:26px}.dashboard-kpi-card-success .dashboard-kpi-icon-wrap{background:#19c37d24;color:#19c37d}.dashboard-kpi-card-warning .dashboard-kpi-icon-wrap{background:#f59e0b24;color:#f59e0b}.dashboard-kpi-card-info .dashboard-kpi-icon-wrap{background:#3b82f624;color:#3b82f6}.dashboard-kpi-card-danger .dashboard-kpi-icon-wrap{background:#ef444424;color:#ef4444}.dashboard-cols{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr) minmax(280px,.85fr);gap:24px;align-items:start}.dashboard-cols-cashier,.dashboard-cols-manager{grid-template-columns:1fr 1fr;gap:24px;align-items:start}.dashboard-cols-manager .dashboard-col-center,.dashboard-cols-manager .dashboard-col-right{display:grid;gap:22px;min-width:0}.dashboard-col-left,.dashboard-col-center,.dashboard-col-right{display:grid;gap:22px}.dashboard-col-center{min-width:0}.dashboard-caja-stack{display:grid;gap:12px}.dashboard-caja-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-caja-row:last-child{border-bottom:none}.dashboard-caja-row span{color:#94a3b8;font-size:.9rem}.dashboard-caja-row strong{color:#f1f5f9;font-size:1.1rem}.dashboard-caja-row-highlight strong{color:#fb923c}.dashboard-caja-row-success strong{color:#22c55e}.dashboard-avg-ticket{font-size:1.35rem!important;color:#f97316!important}.dashboard-barchart-panel .panel-body{padding-top:16px}.dashboard-barchart-wrap{min-height:220px;display:flex;flex-direction:column;gap:12px}.dashboard-barchart-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex:1;min-height:140px;padding:0 8px}.dashboard-barchart-bar-wrap{flex:1;display:flex;align-items:flex-end;justify-content:center;min-height:80px}.dashboard-barchart-bar{width:100%;max-width:36px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#22c55e,#16a34a);min-height:12px;transition:height .2s ease}.dashboard-barchart-labels{display:flex;justify-content:space-between;gap:4px;color:#94a3b8;font-size:.78rem;font-weight:600}.dashboard-ticket-list{display:flex;flex-direction:column;gap:14px}.dashboard-ticket-row{display:flex;align-items:center;gap:12px}.dashboard-ticket-avatar{width:40px;height:40px;border-radius:50%;background:#f9731633;color:#f97316;font-weight:700;font-size:1rem;display:grid;place-items:center;flex-shrink:0}.dashboard-ticket-copy{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;min-width:0}.dashboard-ticket-copy strong{color:#f1f5f9;font-size:.95rem}.dashboard-ticket-trend{color:#22c55e;font-size:.85rem;font-weight:700}.dashboard-ticket-num{color:#64748b;font-size:.8rem}.dashboard-ticket-amount{margin-left:auto;color:#f1f5f9;font-weight:700;font-size:1rem}.dashboard-big-kpi-card{background:linear-gradient(180deg,#1e293b,#172033);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:26px 24px;display:flex;flex-direction:column;gap:8px;min-height:120px;justify-content:center}.dashboard-big-kpi-label{color:#94a3b8;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.dashboard-big-kpi-value{color:#f1f5f9;font-size:2.1rem;font-weight:700;letter-spacing:-.03em;line-height:1.2}.dashboard-big-kpi-values{display:flex;gap:16px;align-items:baseline}.dashboard-big-kpi-value-sub{font-size:1.4rem;color:#94a3b8}.dashboard-big-kpi-hint{color:#64748b;font-size:.82rem}.dashboard-big-kpi-ticket .dashboard-big-kpi-value{color:#f97316}.dashboard-donut-center-value{font-size:.9rem;font-weight:700;color:#f1f5f9;text-align:center;line-height:1.2;max-width:80px;overflow:hidden;text-overflow:ellipsis}.dashboard-cashier-list{display:flex;flex-direction:column;gap:14px}.dashboard-cashier-row{display:flex;align-items:center;gap:12px}.dashboard-cashier-avatar{width:40px;height:40px;border-radius:50%;background:#3b82f633;color:#3b82f6;font-weight:700;font-size:1rem;display:grid;place-items:center;flex-shrink:0}.dashboard-cashier-name{flex:1;color:#94a3b8;font-size:.95rem}.dashboard-cashier-amount{color:#f1f5f9;font-size:1rem}.dashboard-category-list{display:flex;flex-direction:column;gap:14px}.dashboard-category-row{display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:center}.dashboard-category-row span{color:#94a3b8;font-size:.9rem}.dashboard-category-row strong{color:#f1f5f9;font-size:1rem}.dashboard-category-row .dashboard-product-progress-track{grid-column:1 / -1}.dashboard-product-list-bottom .dashboard-product-row{grid-template-columns:1fr auto}.dashboard-product-list-bottom .dashboard-product-avatar{display:none}.dashboard-gerente-panel{min-height:172px;display:flex;flex-direction:column}.dashboard-gerente-panel .dashboard-comparativas{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center;gap:10px}.dashboard-comparativa-labels{display:grid;grid-template-columns:1fr 1fr;gap:12px;color:#f1f5f9;font-weight:500;font-size:.95rem}.dashboard-comparativa-values{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dashboard-comparativa-cell{display:flex;flex-direction:column;gap:6px}.dashboard-comparativa-value{color:#f1f5f9;font-size:1.25rem;font-weight:700}.dashboard-trend-up{color:#22c55e!important;font-weight:700}.dashboard-trend-down{color:#ef4444!important;font-weight:700}.dashboard-trend-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;font-size:.8rem;font-weight:700}.dashboard-trend-badge-up{background:#22c55e33;color:#22c55e}.dashboard-trend-badge-down{background:#ef444433;color:#ef4444}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);gap:18px}.dashboard-chart-panel,.dashboard-payment-panel,.dashboard-products-panel,.dashboard-orders-panel,.dashboard-barchart-panel{min-height:100%}.dashboard-orders-panel,.dashboard-products-panel{min-height:180px}.dashboard-chart-wrap{position:relative;min-height:300px;border-radius:18px;padding:52px 20px 18px;background:linear-gradient(180deg,#1e293bfa,#0f172afc);border:1px solid rgba(255,255,255,.06);overflow:hidden}.dashboard-chart-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(148,163,184,.16) 1px,transparent 1px),linear-gradient(to top,rgba(148,163,184,.14) 1px,transparent 1px);background-size:12.5% 20%;opacity:.7}.dashboard-chart-badge{position:absolute;top:14px;left:50%;transform:translate(-50%);z-index:2;min-height:38px;padding:0 14px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#334155;color:#f8fafc;font-weight:700}.dashboard-chart-grid,.dashboard-chart-line{position:absolute;top:0;right:0;bottom:0;left:0}.dashboard-chart-column{flex:1}.dashboard-chart-line:before{content:"";position:absolute;left:3%;right:3%;bottom:28px;height:64%;background:linear-gradient(180deg,#22c55e2e,#22c55e05);clip-path:polygon(0% 78%,12% 72%,24% 48%,36% 64%,48% 44%,60% 58%,72% 38%,84% 12%,100% 34%,100% 100%,0% 100%)}.dashboard-chart-line:after{content:"";position:absolute;left:3%;right:3%;bottom:28px;height:64%;border-radius:999px;border-top:4px solid #22c55e;clip-path:polygon(0% 78%,12% 72%,24% 48%,36% 64%,48% 44%,60% 58%,72% 38%,84% 12%,100% 34%)}.dashboard-chart-point{position:absolute;z-index:2;transform:translate(-50%,50%);width:14px;height:14px;border-radius:999px;background:#22c55e;border:3px solid #dcfce7;box-shadow:0 0 0 4px #22c55e24}.dashboard-chart-labels{position:absolute;left:18px;right:18px;bottom:8px;z-index:2;display:flex;justify-content:space-between;gap:8px;color:#94a3b8;font-size:.78rem;font-weight:600}.dashboard-payment-layout{display:grid;gap:18px;align-items:center}.dashboard-payment-donut{width:172px;height:172px;margin:8px auto 0;border-radius:50%;display:grid;place-items:center}.dashboard-payment-donut-hole{width:92px;height:92px;border-radius:50%;background:#1e293b;display:grid;place-items:center;color:#e2e8f0;box-shadow:inset 0 0 0 1px #ffffff14}.dashboard-payment-list{display:grid;gap:12px}.dashboard-payment-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;color:#e2e8f0}.dashboard-payment-dot{width:10px;height:10px;border-radius:999px}.dashboard-payment-dot-success{background:#19c37d}.dashboard-payment-dot-info{background:#3b82f6}.dashboard-payment-dot-warning{background:#f59e0b}.dashboard-tertiary-grid{display:grid;grid-template-columns:1fr;gap:18px}.dashboard-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-shell-cashier .dashboard-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:6px}.dashboard-shell-cashier .dashboard-kpi-card{padding:10px 14px;min-height:56px;gap:12px}.dashboard-shell-cashier .dashboard-kpi-copy{gap:2px}.dashboard-shell-cashier .dashboard-kpi-copy span{font-size:.68rem;letter-spacing:.01em}.dashboard-shell-cashier .dashboard-kpi-copy strong{font-size:1rem;line-height:1.15}.dashboard-shell-cashier .dashboard-kpi-copy small{font-size:.65rem}.dashboard-shell-cashier .dashboard-kpi-icon-wrap{width:32px;height:32px}.dashboard-shell-cashier .dashboard-kpi-icon{width:16px;height:16px}.dashboard-products-panel-compact{min-height:0;padding:14px 18px}.dashboard-products-panel-compact .panel-header{margin-bottom:10px;padding-bottom:8px}.dashboard-products-panel-compact .panel-header h4{font-size:1rem}.dashboard-products-panel-compact .panel-header p{font-size:.78rem}.dashboard-products-panel-compact .dashboard-product-list,.dashboard-products-panel-compact .dashboard-product-row{gap:8px}.dashboard-products-panel-compact .dashboard-product-avatar{width:28px;height:28px;border-radius:10px;font-size:.8rem}.dashboard-products-panel-compact .dashboard-product-copy strong{font-size:.9rem}.dashboard-products-panel-compact .dashboard-product-copy .dashboard-product-progress-track{min-height:6px}.dashboard-products-panel-compact .dashboard-product-row small{font-size:.75rem}.dashboard-tertiary-grid-cashier{grid-template-columns:1fr}.dashboard-product-list,.dashboard-order-list,.dashboard-data-stack,.dashboard-module-list{display:grid;gap:14px}.dashboard-product-row,.dashboard-order-row,.dashboard-data-row,.dashboard-module-row{display:grid;align-items:center;gap:12px}.dashboard-product-row{grid-template-columns:auto minmax(0,1fr) auto}.dashboard-product-row--profitable .dashboard-profitable-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:7.5rem}.dashboard-product-row--profitable .dashboard-profitable-meta small{color:#94a3b8;font-size:.72rem;line-height:1.2}.dashboard-manager-secondary{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:8px}.dashboard-manager-inventory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-manager-inventory-label{display:block;font-size:.78rem;color:#94a3b8;margin-bottom:4px}.dashboard-manager-inventory-grid strong{display:block;font-size:1.25rem;color:#f1f5f9}.dashboard-manager-inventory-grid small{color:#64748b;font-size:.72rem}.dashboard-manager-alerts-list,.dashboard-manager-insights-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.dashboard-manager-alert{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0f172aa6}.dashboard-manager-alert--high{border-color:#ef444473}.dashboard-manager-alert--medium{border-color:#eab30866}.dashboard-manager-alert--low{border-color:#94a3b840}.dashboard-manager-alert-icon{margin-top:2px;color:#fbbf24;flex-shrink:0}.dashboard-manager-alert-meta{text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;color:#64748b}.dashboard-manager-insight-row{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:flex-start;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-manager-insight-row:last-child{border-bottom:none}.dashboard-manager-insight-icon--up{color:#22c55e}.dashboard-manager-insight-icon--down{color:#f87171}.dashboard-manager-insight-icon--neutral{color:#94a3b8}@media (max-width: 720px){.dashboard-manager-inventory-grid{grid-template-columns:1fr}}.dashboard-product-avatar{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#fb923c,#f97316);color:#fff7ed;font-weight:800}.dashboard-product-copy{display:grid;gap:8px}.dashboard-product-copy strong,.dashboard-order-copy strong,.dashboard-data-row strong,.dashboard-module-row strong{color:#f1f5f9}.dashboard-product-copy small,.dashboard-order-copy span,.dashboard-data-row span,.dashboard-module-row p,.dashboard-module-meta small{color:#94a3b8}.dashboard-product-progress-track{height:8px;border-radius:999px;background:#ffffff1a;overflow:hidden}.dashboard-product-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fb923c,#f97316)}.dashboard-order-row{grid-template-columns:auto minmax(0,1fr) auto auto;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-order-row:last-child,.dashboard-module-row:last-child{border-bottom:none;padding-bottom:0}.dashboard-order-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#f9731633;color:#fb923c}.dashboard-order-copy{display:grid;gap:4px}.dashboard-order-amount{color:#f1f5f9;font-weight:700}.dashboard-data-row{grid-template-columns:1fr auto}.dashboard-data-row span:first-child{color:#94a3b8}.dashboard-module-row{grid-template-columns:minmax(0,1fr) auto;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-module-meta{display:grid;justify-items:end;gap:8px}.cash-page-compact{display:flex;flex-direction:column;gap:12px;max-width:100%}.cash-page-compact .page-header{margin-bottom:0}.cash-page-compact .success-banner,.cash-page-compact .error-banner{margin:0;padding:8px 12px;font-size:.9rem}.cash-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,1fr);gap:16px;align-items:start}.cash-page-grid .cash-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;min-width:0}.cash-panel{padding:14px 16px}.cash-panel .panel-header{margin-bottom:10px;padding-bottom:8px}.cash-panel .panel-header h4{font-size:1rem}.cash-panel .panel-header p{font-size:.8rem;margin-top:2px}.cash-panel .form-grid.compact-gap{gap:10px}.cash-panel textarea{min-height:52px;resize:vertical}.cash-summary-compact.panel{padding:14px 16px}.cash-summary-compact .panel-header{margin-bottom:10px;padding-bottom:8px}.cash-summary-compact .panel-header h4{font-size:1rem}.cash-summary-compact .panel-header p{font-size:.8rem;margin-top:2px}.cash-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 20px}.cash-summary-grid .list-row{padding:4px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.88rem}.cash-summary-grid .list-row:last-child{grid-column:1 / -1}@media (max-width: 900px){.cash-page-grid,.cash-page-grid .cash-actions-row{grid-template-columns:1fr}}.sales-workspace,.sales-workspace.stack-lg{gap:8px}.sales-grid{display:grid;align-items:stretch}.sales-grid-strong,.sales-grid-premium{grid-template-columns:minmax(0,1.32fr) minmax(340px,.88fr);gap:12px}.pos-catalog-panel{min-height:0;padding:8px 10px}.pos-catalog-panel .panel-header h4{font-size:1.05rem}.pos-catalog-panel .panel-header p{font-size:.78rem;margin:0}.pos-catalog-panel>.panel-header{flex-shrink:0}.pos-catalog-panel>.pos-catalog-layout{min-height:0}.pos-catalog-layout{display:flex;flex-direction:column;gap:6px;min-height:0;flex:1;overflow:hidden}.pos-catalog-search-wrap{flex:0 0 auto}.pos-catalog-search-wrap .pos-search-field{width:100%}.pos-cart-panel{padding:8px 10px}.pos-cart-panel .panel-header{gap:10px;margin-bottom:0}.pos-cart-panel .panel-header h4{font-size:1.05rem}.pos-cart-panel .panel-header p{font-size:.75rem;margin:0}.pos-cart-empty-wrap{min-height:140px;display:flex;align-items:center;justify-content:center;padding:8px 0}.pos-cart-empty-wrap .empty-state{padding:12px 14px}.pos-cart-empty-wrap .empty-state-icon{margin-bottom:2px}.pos-cart-empty-wrap .empty-state-icon svg{width:40px;height:40px}.pos-panel-kicker{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-soft);font-size:.76rem}.pos-catalog-toolbar{display:flex;align-items:center;gap:12px}.pos-catalog-categories-wrap{flex:0 0 auto}.pos-search-field{display:flex;align-items:center;gap:6px;width:100%;min-height:36px;padding:0 10px;border-radius:8px;background:#080e18b3;border:1px solid rgba(255,255,255,.07);color:var(--text-soft);box-shadow:inset 0 1px #ffffff05;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.pos-search-field input,.pos-search-field .pos-search-input{flex:1;min-width:0;padding:0;min-height:auto;border:none;background:transparent}.pos-search-field:focus-within{border-color:#ffb3475c;box-shadow:0 0 0 4px #ffb34714;background:#080e18d6}.pos-category-bar{display:flex;flex-wrap:nowrap;gap:4px;overflow-x:auto;padding:0 0 2px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.pos-category-bar::-webkit-scrollbar{height:4px}.pos-category-chip{flex:0 0 auto;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text-soft);font-size:.76rem;font-weight:600;white-space:nowrap;transition:background .14s ease,border-color .14s ease,color .14s ease}.pos-category-chip:hover,.pos-category-chip:focus-visible{background:#ffffff14;color:var(--text)}.pos-category-chip-active{background:#ffb3472e;border-color:#ffb3474d;color:var(--accent)}.pos-catalog-results{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}.pos-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-height:0;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;align-content:start}.pos-product-card{min-height:82px;padding:8px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,#ffffff0a,#ffffff04),#0e1622eb;display:grid;grid-template-rows:auto 1fr auto;gap:4px;text-align:left;color:var(--text);box-shadow:0 2px 8px #0000001a;transition:transform .12s ease,border-color .12s ease,background .12s ease,box-shadow .12s ease;touch-action:manipulation}.pos-product-card:hover,.pos-product-card:focus-visible{transform:translateY(-1px);border-color:#ffb34733;background:linear-gradient(180deg,#ffffff0e,#ffffff05),#121c2bf2;box-shadow:0 8px 24px #0000002e}.pos-product-card:active{transform:scale(.98)}.pos-product-card-header{display:flex;align-items:center;justify-content:space-between;gap:4px;flex-wrap:wrap}.pos-product-card-badge{display:inline-flex;align-items:center;min-height:16px;padding:0 5px;border-radius:4px;background:#ffffff0f;color:var(--text-soft);font-size:.6rem;font-weight:500;letter-spacing:.02em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-product-card-price{font-family:Space Grotesk,DM Sans,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:-.03em;color:#ffd7be}.pos-product-card-body{display:flex;align-items:center;min-height:0}.pos-product-card-name{font-size:.8rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 900px){.pos-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pos-product-card{min-height:78px}}@media (min-width: 1200px){.pos-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1600px){.pos-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.pos-product-card{min-height:80px;padding:9px 11px}}@media (max-width: 1500px){body{min-width:0}.dashboard-cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (max-width: 1280px){.dashboard-main-grid,.dashboard-secondary-grid,.dashboard-tertiary-grid{grid-template-columns:1fr}.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media (max-width: 1100px){.page-header,.panel-header,.list-row,.product-row,.list-card-button{align-items:stretch}.public-content-grid,.module-grid,.two-column-grid,.form-grid.two-columns,.dashboard-cols{grid-template-columns:1fr}.pos-cart-panel{position:static;max-height:none}.pos-catalog-panel{min-height:auto}.pos-product-grid,.pos-cart-items{max-height:none}.dashboard-order-row,.dashboard-module-row,.dashboard-product-row{grid-template-columns:1fr}.dashboard-module-meta{justify-items:start}}@media (max-width: 720px){.dashboard-kpi-grid{grid-template-columns:1fr;gap:16px}.pos-product-grid,.pos-payment-options{grid-template-columns:1fr;gap:6px}.dashboard-chart-wrap{min-height:260px;padding-inline:14px}.pos-product-card{min-height:76px;padding:8px 10px}.pos-cart-total-highlight{align-items:flex-start;flex-direction:column}}.sales-history-page .report-filters{margin-bottom:20px;padding:20px 22px;overflow:visible}.report-filters h4{margin:0 0 16px;font-size:1.0625rem;font-weight:600;color:var(--text)}.report-filters-grid{display:grid;grid-template-columns:1fr;gap:16px 20px;margin-bottom:18px;align-items:end;overflow:visible}.report-filters-grid .report-filter-date-range{min-width:0}.report-filters-grid .report-filter-item{display:flex;flex-direction:column;gap:8px;font-size:.875rem;min-width:0}.report-filters-grid .report-filter-item .report-filter-label{color:var(--text-soft);font-weight:500;font-size:.8125rem}@media (min-width: 640px){.report-filters-grid{grid-template-columns:repeat(2,1fr)}.report-filters-grid .report-filter-date-range{grid-column:span 2}}@media (min-width: 900px){.report-filters-grid{grid-template-columns:minmax(260px,1.2fr) minmax(180px,1fr) minmax(180px,1fr) minmax(140px,.85fr) minmax(140px,.85fr);gap:18px 24px}.report-filters-grid .report-filter-date-range{grid-column:span 1}}.report-filters-grid label{display:flex;flex-direction:column;gap:4px;font-size:.875rem}.report-filters-grid label span{color:var(--text-soft)}.report-filters-grid input,.report-filters-grid select{padding:6px 8px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.searchable-select{position:relative;width:100%;min-width:0}.searchable-select-trigger{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease;min-width:0}.searchable-select[data-open] .searchable-select-trigger,.searchable-select-trigger:focus-within{border-color:#f9731673;box-shadow:0 0 0 3px #f973161f}.searchable-select-icon,.searchable-select-chevron{flex-shrink:0;color:var(--text-soft)}.searchable-select[data-open] .searchable-select-chevron{transform:rotate(180deg);transition:transform .18s ease}.searchable-select-input{flex:1;min-width:60px;padding:0;border:none;background:transparent;color:var(--text);font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-input::placeholder{color:var(--text-soft)}.searchable-select-input:focus{outline:none}.searchable-select[data-open]{position:relative;z-index:1000}.report-filters .report-filters-grid .report-filter-item{overflow:visible}.searchable-select-list{position:absolute;z-index:10001;top:calc(100% + 8px);left:0;right:0;max-height:260px;overflow-y:auto;margin:0;padding:8px;list-style:none;border-radius:14px;background:#161a26fa;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 40px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.searchable-select-option{min-height:40px;padding:0 14px;display:flex;align-items:center;border-radius:10px;color:var(--text);font-size:.9375rem;cursor:pointer;transition:background .12s ease,color .12s ease}.searchable-select-option:hover,.searchable-select-option-active{background:#f9731626;color:#fff7ed}.searchable-select-option-empty{color:var(--text-soft);cursor:default}.multi-select{position:relative;width:100%;min-width:0}.multi-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:0 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--text);font-size:.9375rem;text-align:left;width:100%;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.multi-select-trigger:hover{border-color:#ffffff2e}.multi-select[data-open] .multi-select-trigger,.multi-select-trigger:focus{border-color:#f9731673;box-shadow:0 0 0 3px #f973161f;outline:none}.multi-select-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-soft)}.multi-select-trigger:focus .multi-select-value,.multi-select[data-open] .multi-select-value{color:var(--text)}.multi-select-chevron{flex-shrink:0;color:var(--text-soft);transition:transform .18s ease}.multi-select[data-open] .multi-select-chevron{transform:rotate(180deg)}.multi-select[data-open]{position:relative;z-index:1000}.multi-select-list{position:absolute;z-index:10001;top:calc(100% + 8px);left:0;right:0;max-height:280px;overflow-y:auto;margin:0;padding:8px;list-style:none;border-radius:14px;background:#161a26fa;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 40px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.multi-select-option{border-radius:10px;transition:background .12s ease}.multi-select-option-label{display:flex;align-items:center;gap:12px;min-height:40px;padding:0 14px;margin:0;cursor:pointer;color:var(--text);font-size:.9375rem}.multi-select-option-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.multi-select-option:hover .multi-select-option-label{background:#f973161f;color:#fff7ed;border-radius:10px}.autocomplete-multi-select{position:relative;width:100%;min-width:0}.autocomplete-multi-select-trigger{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--text);transition:border-color .18s ease,box-shadow .18s ease;min-width:0;cursor:pointer}.autocomplete-multi-select-trigger:hover{border-color:#ffffff2e}.autocomplete-multi-select[data-open] .autocomplete-multi-select-trigger{border-color:#f9731673;box-shadow:0 0 0 3px #f973161f}.autocomplete-multi-select-icon,.autocomplete-multi-select-chevron{flex-shrink:0;color:var(--text-soft)}.autocomplete-multi-select[data-open] .autocomplete-multi-select-chevron{transform:rotate(180deg);transition:transform .18s ease}.autocomplete-multi-select-content{flex:1;min-width:60px;overflow:hidden}.autocomplete-multi-select-input{width:100%;padding:0;border:none;background:transparent;color:var(--text);font-size:.9375rem}.autocomplete-multi-select-input::placeholder{color:var(--text-soft)}.autocomplete-multi-select-input:focus{outline:none}.autocomplete-multi-select-value{display:block;font-size:.9375rem;color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autocomplete-multi-select[data-open] .autocomplete-multi-select-value{color:var(--text)}.autocomplete-multi-select-chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.autocomplete-multi-select-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;background:#f9731633;color:#fff7ed;font-size:.8125rem}.autocomplete-multi-select-chip-remove{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;background:transparent;border:none;color:inherit;cursor:pointer;opacity:.8;border-radius:4px}.autocomplete-multi-select-chip-remove:hover{opacity:1;background:#00000026}.autocomplete-multi-select[data-open]{position:relative;z-index:1000}.autocomplete-multi-select-list{position:absolute;z-index:10001;top:calc(100% + 8px);left:0;right:0;max-height:260px;overflow-y:auto;margin:0;padding:8px;list-style:none;border-radius:14px;background:#161a26fa;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 40px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.autocomplete-multi-select-list-portal{position:fixed}.autocomplete-multi-select-option{min-height:40px;padding:0 14px;display:flex;align-items:center;border-radius:10px;color:var(--text);font-size:.9375rem;cursor:pointer;transition:background .12s ease,color .12s ease}.autocomplete-multi-select-option:hover,.autocomplete-multi-select-option-selected{background:#f9731626;color:#fff7ed}.autocomplete-multi-select-option-empty{color:var(--text-soft);cursor:default}.customer-meta{display:block;margin-top:2px;font-size:.8em;color:var(--text-soft)}.customer-report-types{display:inline-block;font-size:.75rem;color:var(--text-soft);margin-left:8px}.date-range-picker{display:flex;align-items:stretch;gap:0;min-height:44px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease;min-width:0}.date-range-picker:focus-within{border-color:#f9731673;box-shadow:0 0 0 3px #f973161f}.date-range-picker-icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;flex-shrink:0;background:#ffffff08;color:var(--text-soft)}.date-range-picker-icon{flex-shrink:0}.date-range-picker-fields{flex:1;display:flex;align-items:center;gap:12px;padding:8px 14px 8px 10px;min-width:0}.date-range-picker-label{flex:1;min-width:120px;display:flex;flex-direction:column;gap:3px;margin:0;cursor:pointer}.date-range-picker-label-text{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft)}.date-range-picker-input{padding:4px 6px!important;min-height:28px!important;min-width:110px;width:100%;box-sizing:border-box;border:none!important;border-radius:8px!important;background:transparent!important;color:var(--text)!important;font-size:.875rem!important}.date-range-picker-input:hover{background:#ffffff0a!important}.date-range-picker-input:focus{outline:none!important;background:#f9731614!important}.date-range-picker-sep{flex-shrink:0;color:var(--text-soft);font-weight:600;font-size:.875rem}.report-filters-actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:4px}.report-batch-actions{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:16px}.report-layout{align-items:start;gap:20px}.report-layout .panel{padding:18px 20px}.report-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.report-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.875rem}.report-table th,.report-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.report-table th{font-weight:600;color:var(--text-soft);white-space:nowrap}.report-table tbody tr{cursor:pointer}.report-table tbody tr:hover,.report-table tbody tr.selected{background:var(--surface)}.report-table .col-check{width:36px;vertical-align:middle}.report-table .col-actions{white-space:nowrap;min-width:200px;width:200px}.report-table .col-actions .ghost-button.small{padding:6px 10px;font-size:.8125rem;margin-right:6px;white-space:nowrap}.report-table-skeleton{padding:24px;text-align:center;color:var(--text-soft)}.filter-panel{margin-bottom:20px;padding:20px 22px;overflow:visible}.filter-panel h4{margin:0 0 16px;font-size:1.0625rem;font-weight:600;color:var(--text)}.filter-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.filter-panel__header h4{margin:0}.filter-panel__header-actions{display:flex;align-items:center;gap:12px}.filter-panel__grid{display:grid;grid-template-columns:1fr;gap:16px 20px;margin-bottom:18px;align-items:end;overflow:visible}.filter-panel__grid .filter-panel__item{display:flex;flex-direction:column;gap:8px;font-size:.875rem;min-width:0}.filter-panel__grid .filter-panel__item .filter-panel__label{color:var(--text-soft);font-weight:500;font-size:.8125rem}.filter-panel__item--date-range{min-width:0}.filter-panel__item--date-range .date-range-picker{min-width:260px}@media (min-width: 640px){.filter-panel__grid{grid-template-columns:repeat(2,1fr)}.filter-panel__item--date-range{grid-column:span 2}}@media (min-width: 900px){.filter-panel__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:18px 24px}.filter-panel__item--date-range{grid-column:span 2;min-width:0;max-width:100%}.filter-panel__item--date-range .date-range-picker{min-width:320px;max-width:100%}}.filter-panel__grid label{display:flex;flex-direction:column;gap:4px;font-size:.875rem}.filter-panel__grid input,.filter-panel__grid select{padding:6px 8px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text)}.filter-panel__actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:4px}.filter-panel__btn-search,.filter-panel__btn-clear{display:inline-flex;align-items:center;justify-content:center;gap:8px}.filter-panel__btn-icon{flex-shrink:0}@media (max-width: 900px){.filter-panel__btn-search,.filter-panel__btn-clear{position:relative;min-width:44px;min-height:44px;padding-left:12px;padding-right:12px}.filter-panel__btn-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.filter-panel__actions{position:relative;flex-wrap:nowrap;gap:8px}}.filter-list-layout{display:flex;flex-direction:column;gap:20px}.filter-list-layout__top-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:var(--surface)}.filter-list-layout__top-bar .primary-button,.filter-list-layout__top-bar .ghost-button{flex-shrink:0;padding:11px 16px}.filter-list-layout__filters--inline.filter-panel{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:14px 20px;padding:0;flex:1;min-width:0;max-width:100%;background:transparent;border:none}.filter-list-layout__filters--inline.filter-panel h4{margin:0;font-size:1rem;font-weight:600;color:var(--text);flex-shrink:0}.filter-list-layout__filters--inline .filter-panel__grid{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;margin-bottom:0;flex:1;min-width:0;max-width:none;gap:12px}.filter-list-layout__filters--inline .filter-panel__grid .filter-panel__item{flex:1 1 180px;min-width:0}.filter-list-layout__filters--inline .filter-panel__grid label{margin-bottom:0}.filter-list-layout__filters--inline .filter-panel__actions{margin-bottom:0;padding-top:0;flex-shrink:0}.filter-list-layout__search-wrap{position:relative;display:inline-block;width:100%;max-width:none}.filter-list-layout__search-wrap .filter-list-layout__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-soft);pointer-events:none;flex-shrink:0}.filter-list-layout__search-wrap .filter-list-layout__search-input{padding:11px 12px 11px 38px;width:100%;max-width:100%;box-sizing:border-box}.filter-list-layout__filters.filter-panel{border-radius:12px;border:1px solid rgba(255,255,255,.06);background:var(--surface);padding:20px 22px;margin-bottom:0}.filter-list-layout__filters.filter-panel h4{margin:0 0 16px;font-size:1.0625rem;font-weight:600;color:var(--text)}.filter-list-layout__filters .filter-panel__grid{grid-template-columns:1fr;margin-bottom:16px}.filter-list-layout__filters .filter-panel__actions{padding-top:0;display:flex;gap:12px;flex-wrap:wrap}.filter-list-layout__search-input{padding:11px 12px;min-height:42px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.9375rem;width:100%;max-width:360px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.filter-list-layout__filters--inline .filter-list-layout__search-input{max-width:100%}.filter-list-layout__search-input::placeholder{color:var(--text-soft)}.filter-list-layout__search-input:hover{border-color:#ffffff26}.filter-list-layout__search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #f9731640}.filter-list-layout__content{align-items:start}.filter-list-layout__content .panel .panel-header{align-items:flex-start;gap:16px}.filter-list-layout__content .panel .panel-header>div:first-child{flex:1;min-width:0}.filter-list-layout__content .panel .panel-header .primary-button{flex-shrink:0}.security-page .filter-list-layout__top-bar{align-items:center}.security-page .filter-list-layout__top-bar>.primary-button{margin-left:auto;align-self:center}.security-page .filter-list-layout__filters--inline.filter-panel{align-items:flex-start}.security-page .filter-list-layout__filters--inline .filter-panel__header{display:flex;align-items:center;gap:12px;flex:0 0 auto}.security-page .filter-list-layout__filters--inline .filter-panel__grid{flex:1 1 560px}.security-page .filter-list-layout__filters--inline .filter-panel__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.security-page .data-table{min-width:920px}.data-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.data-table{width:100%;min-width:480px;border-collapse:collapse;font-size:.875rem}.data-table th,.data-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.data-table th{font-weight:600;color:var(--text-soft);white-space:nowrap}.data-table tbody tr:hover,.data-table tbody tr.selected{background:var(--surface)}.data-table .col-check{width:36px;vertical-align:middle}.data-table .col-actions{white-space:nowrap;min-width:120px;width:120px}.data-table .col-actions .ghost-button.small{padding:6px 10px;font-size:.8125rem;margin-right:6px;white-space:nowrap}.data-table-skeleton{padding:24px;text-align:center;color:var(--text-soft)}.data-table-with-pagination{display:flex;flex-direction:column;gap:16px}.data-table-paginator{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 0 4px;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-soft)}.data-table-paginator__info strong{color:var(--text)}.data-table-paginator__controls{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.data-table-paginator__size{display:inline-flex;align-items:center;gap:8px;color:var(--text-soft)}.data-table-paginator__size select{padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.875rem;cursor:pointer}.data-table-paginator__size select:hover,.data-table-paginator__size select:focus{border-color:var(--primary);outline:none}.data-table-paginator__nav{display:flex;align-items:center;gap:8px}.paginator-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text-soft);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}@media (max-width: 1280px){.security-page .filter-list-layout__top-bar{padding:16px;align-items:stretch}.security-page .filter-list-layout__filters--inline.filter-panel{width:100%;flex-direction:column;align-items:stretch;gap:14px}.security-page .filter-list-layout__filters--inline .filter-panel__header{width:100%}.security-page .filter-list-layout__filters--inline .filter-panel__grid{width:100%;flex:1 1 auto}.security-page .filter-list-layout__filters--inline .filter-panel__grid .filter-panel__item{flex:1 1 220px}.security-page .filter-list-layout__filters--inline .filter-panel__actions{width:100%}.security-page .filter-list-layout__top-bar>.primary-button{margin-left:0;align-self:flex-start}}@media (max-width: 1024px){.security-page .data-table-wrap{overflow-x:visible}.security-page .data-table--responsive-cells{min-width:0!important;width:100%;border-collapse:separate;border-spacing:0}.security-page .data-table--responsive-cells thead{display:none}.security-page .data-table--responsive-cells tbody{display:flex;flex-direction:column;gap:12px}.security-page .data-table--responsive-cells tbody tr{display:grid;grid-template-columns:1fr;gap:8px 0;padding:14px 12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08}.security-page .data-table--responsive-cells td{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:4px 0!important;border:none!important;min-width:0}.security-page .data-table--responsive-cells td[data-label]:before{content:attr(data-label);font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft)}.security-page .data-table--responsive-cells .col-actions{grid-column:1 / -1;flex-direction:row;justify-content:flex-end;flex-wrap:wrap;width:100%;gap:8px}.security-page .data-table--responsive-cells .col-actions:before{flex-basis:100%}.security-page .data-table-paginator{flex-direction:column;align-items:stretch}.security-page .data-table-paginator__controls{justify-content:space-between}}@media (max-width: 720px){.security-page .filter-list-layout{gap:16px}.security-page .filter-list-layout__top-bar{padding:14px;gap:12px}.security-page .filter-list-layout__top-bar>.primary-button{width:100%;justify-content:center}.security-page .filter-list-layout__filters.filter-panel{padding:16px}.security-page .filter-list-layout__filters--inline .filter-panel__grid{gap:10px}.security-page .filter-list-layout__filters--inline .filter-panel__grid .filter-panel__item{flex:1 1 100%}.security-page .filter-list-layout__filters--inline .filter-panel__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.security-page .filter-list-layout__filters--inline .filter-panel__actions .primary-button,.security-page .filter-list-layout__filters--inline .filter-panel__actions .ghost-button{width:100%;justify-content:center}.security-page .data-table-paginator__controls{flex-direction:column;align-items:stretch;gap:12px}.security-page .data-table-paginator__size,.security-page .data-table-paginator__nav{justify-content:space-between}}.paginator-btn:hover:not(:disabled){background:var(--surface);color:var(--text);border-color:var(--primary)}.paginator-btn:disabled{opacity:.45;cursor:not-allowed}.data-table-paginator__page{min-width:100px;text-align:center;color:var(--text-soft)}.filter-list-layout__content .data-table-wrap{border-radius:12px;border:1px solid rgba(255,255,255,.06);overflow:hidden;box-shadow:0 1px 3px #0000001f}.filter-list-layout__content .data-table{font-size:.9rem}.filter-list-layout__content .data-table th{background:#ffffff0a;color:var(--text-soft);font-weight:600;padding:12px 14px;text-transform:none;letter-spacing:.01em}.filter-list-layout__content .data-table td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.04)}.filter-list-layout__content .data-table tbody tr:hover{background:#ffffff0a}.filter-list-layout__content .data-table tbody tr:last-child td{border-bottom:none}.filter-list-layout__content .data-table .col-actions .ghost-button.small{padding:6px 12px;border-radius:8px;transition:background .15s ease,color .15s ease}.filter-list-layout__content .data-table .col-actions .ghost-button.small:hover{background:var(--primary);color:#fff}.filter-list-layout__content .data-table-paginator{padding:14px 0 6px;margin-top:4px;border-top:1px solid rgba(255,255,255,.08);color:var(--text-soft)}.filter-list-layout__content .data-table-paginator__info,.filter-list-layout__content .data-table-paginator__page{color:var(--text-soft)}.filter-list-layout__content .data-table-paginator__info strong{color:var(--text)}.settings-refetch-hint{font-size:.8125rem;color:var(--text-soft);margin:0 0 .5rem}.settings-crud-page .page-header,.customers-page .page-header{margin-bottom:6px}.settings-crud-page .page-header h3,.customers-page .page-header h3{font-size:1.75rem;font-weight:700}.settings-crud-page .page-header p,.customers-page .page-header p{font-size:.875rem;color:var(--text-soft);margin-top:4px;opacity:.95}.products-settings-layout,.customers-layout,.printers-settings-layout,.resolutions-settings-layout{display:flex;flex-direction:column;gap:14px}.products-settings-layout__top-bar,.customers-layout__top-bar,.printers-settings-layout__top-bar,.resolutions-settings-layout__top-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 20px;padding:8px 16px 10px;min-height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:var(--surface)}.products-settings-layout__filters.filter-panel,.customers-layout__filters.filter-panel,.printers-settings-layout__filters.filter-panel,.resolutions-settings-layout__filters.filter-panel{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px 16px;padding:0;margin:0;flex:1;min-width:0;max-width:100%;background:transparent;border:none}.products-settings-layout__filters.filter-panel h4,.customers-layout__filters.filter-panel h4,.printers-settings-layout__filters.filter-panel h4,.resolutions-settings-layout__filters.filter-panel h4{margin:0;font-size:.875rem;font-weight:600;color:var(--text-soft);flex-shrink:0}.products-settings-layout__filters .filter-panel__grid,.customers-layout__filters .filter-panel__grid,.printers-settings-layout__filters .filter-panel__grid,.resolutions-settings-layout__filters .filter-panel__grid{display:flex;flex-direction:row;align-items:center;margin:0;flex:1;min-width:0;max-width:260px}.products-settings-layout__filters .filter-panel__grid .filter-panel__item,.customers-layout__filters .filter-panel__grid .filter-panel__item,.printers-settings-layout__filters .filter-panel__grid .filter-panel__item,.resolutions-settings-layout__filters .filter-panel__grid .filter-panel__item{flex:1;min-width:0}.products-settings-layout__filters .filter-panel__grid .form-field,.customers-layout__filters .filter-panel__grid .form-field,.printers-settings-layout__filters .filter-panel__grid .form-field,.resolutions-settings-layout__filters .filter-panel__grid .form-field{margin-bottom:0;display:flex;align-items:center}.products-settings-layout__filters .filter-panel__grid .form-field>span:first-child,.customers-layout__filters .filter-panel__grid .form-field>span:first-child,.printers-settings-layout__filters .filter-panel__grid .form-field>span:first-child,.resolutions-settings-layout__filters .filter-panel__grid .form-field>span:first-child{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.products-settings-layout__filters .filter-panel__actions,.customers-layout__filters .filter-panel__actions,.printers-settings-layout__filters .filter-panel__actions,.resolutions-settings-layout__filters .filter-panel__actions{margin:0;padding:0;display:flex;align-items:center;gap:8px;flex-shrink:0}.products-settings-layout__filters .filter-panel__actions .primary-button,.products-settings-layout__filters .filter-panel__actions .ghost-button,.customers-layout__filters .filter-panel__actions .primary-button,.customers-layout__filters .filter-panel__actions .ghost-button,.printers-settings-layout__filters .filter-panel__actions .primary-button,.printers-settings-layout__filters .filter-panel__actions .ghost-button,.resolutions-settings-layout__filters .filter-panel__actions .primary-button,.resolutions-settings-layout__filters .filter-panel__actions .ghost-button{padding:8px 14px;min-height:36px;font-size:.875rem;border-radius:8px}.products-settings-layout__top-bar .filter-list-layout__search-wrap,.customers-layout__top-bar .filter-list-layout__search-wrap,.printers-settings-layout__top-bar .filter-list-layout__search-wrap,.resolutions-settings-layout__top-bar .filter-list-layout__search-wrap{max-width:240px}.products-settings-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-input,.customers-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-input,.printers-settings-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-input,.resolutions-settings-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-input{padding:8px 12px 8px 36px;min-height:36px;font-size:.875rem}.products-settings-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-icon,.customers-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-icon,.printers-settings-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-icon,.resolutions-settings-layout__top-bar .filter-list-layout__search-wrap .filter-list-layout__search-icon{left:10px}.products-settings-layout__new-btn,.customers-layout__new-btn,.printers-settings-layout__new-btn,.resolutions-settings-layout__new-btn{margin-left:auto;padding:8px 14px;min-height:36px;font-size:.875rem;border-radius:8px;flex-shrink:0}.products-settings-layout__catalog-panel.panel .panel-header,.customers-layout__catalog-panel.panel .panel-header,.printers-settings-layout__catalog-panel.panel .panel-header,.resolutions-settings-layout__catalog-panel.panel .panel-header{margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}.products-settings-layout__catalog-panel.panel h4,.customers-layout__catalog-panel.panel h4,.printers-settings-layout__catalog-panel.panel h4,.resolutions-settings-layout__catalog-panel.panel h4{font-size:.9375rem;font-weight:600;color:var(--text-soft);letter-spacing:.01em}.products-settings-layout__catalog-panel.panel .panel-header p,.customers-layout__catalog-panel.panel .panel-header p,.printers-settings-layout__catalog-panel.panel .panel-header p,.resolutions-settings-layout__catalog-panel.panel .panel-header p{font-size:.8125rem;color:var(--text-soft);margin:2px 0 0}.products-settings-layout__table-wrap .data-table-with-pagination{gap:12px}.products-settings-layout__table-wrap .data-table-wrap,.customers-layout__table-wrap .data-table-wrap,.printers-settings-layout__table-wrap .data-table-wrap,.resolutions-settings-layout__table-wrap .data-table-wrap{border-radius:10px;border:1px solid rgba(255,255,255,.06);overflow:hidden}.branches-settings-layout__catalog-panel,.branches-settings-layout__table-wrap,.branches-settings-layout__table-wrap .data-table-with-pagination,.branches-settings-layout__table-wrap .data-table-wrap{overflow:visible}.branches-settings-layout__table-wrap .data-table-wrap{position:relative;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.branches-settings-layout__table-wrap .data-table .col-actions{width:88px;min-width:88px}.products-settings-layout__table-wrap .data-table,.customers-layout__table-wrap .data-table,.printers-settings-layout__table-wrap .data-table,.resolutions-settings-layout__table-wrap .data-table{font-size:.8125rem}.products-settings-layout__table-wrap .data-table th,.products-settings-layout__table-wrap .data-table td,.customers-layout__table-wrap .data-table th,.customers-layout__table-wrap .data-table td,.printers-settings-layout__table-wrap .data-table th,.printers-settings-layout__table-wrap .data-table td,.resolutions-settings-layout__table-wrap .data-table th,.resolutions-settings-layout__table-wrap .data-table td{padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.04)}.products-settings-layout__table-wrap .data-table th,.customers-layout__table-wrap .data-table th,.printers-settings-layout__table-wrap .data-table th,.resolutions-settings-layout__table-wrap .data-table th{background:#ffffff08;color:var(--text-soft);font-weight:600;font-size:.75rem;text-transform:none;letter-spacing:.02em}.products-settings-layout__table-wrap .data-table tbody tr:nth-child(2n),.customers-layout__table-wrap .data-table tbody tr:nth-child(2n),.printers-settings-layout__table-wrap .data-table tbody tr:nth-child(2n),.resolutions-settings-layout__table-wrap .data-table tbody tr:nth-child(2n){background:#ffffff05}.products-settings-layout__table-wrap .data-table tbody tr:hover,.customers-layout__table-wrap .data-table tbody tr:hover,.printers-settings-layout__table-wrap .data-table tbody tr:hover,.resolutions-settings-layout__table-wrap .data-table tbody tr:hover{background:#ffffff0f;transition:background .15s ease}.products-settings-layout__table-wrap .data-table tbody tr:last-child td,.customers-layout__table-wrap .data-table tbody tr:last-child td,.printers-settings-layout__table-wrap .data-table tbody tr:last-child td,.resolutions-settings-layout__table-wrap .data-table tbody tr:last-child td{border-bottom:none}.products-settings-layout__table-wrap .data-table .cell-sku,.customers-layout__table-wrap .data-table .cell-sku,.printers-settings-layout__table-wrap .data-table .cell-sku,.resolutions-settings-layout__table-wrap .data-table .cell-sku{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.products-settings-layout__table-wrap .data-table .product-name-cell,.customers-layout__table-wrap .data-table .product-name-cell,.printers-settings-layout__table-wrap .data-table .product-name-cell,.resolutions-settings-layout__table-wrap .data-table .product-name-cell{font-weight:500;color:var(--text)}.products-settings-layout__table-wrap .badge,.customers-layout__table-wrap .badge,.printers-settings-layout__table-wrap .badge,.resolutions-settings-layout__table-wrap .badge{display:inline-block;padding:3px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.products-settings-layout__table-wrap .badge--active,.customers-layout__table-wrap .badge--active,.printers-settings-layout__table-wrap .badge--active,.resolutions-settings-layout__table-wrap .badge--active{background:#22c55e2e;color:#4ade80}.products-settings-layout__table-wrap .badge--inactive,.customers-layout__table-wrap .badge--inactive,.printers-settings-layout__table-wrap .badge--inactive,.resolutions-settings-layout__table-wrap .badge--inactive{background:#ffffff0f;color:var(--text-soft)}.products-settings-layout__table-wrap .col-actions .ghost-button.small.products-settings-layout__edit-btn,.resolutions-settings-layout__table-wrap .col-actions .ghost-button.small.resolutions-settings-layout__edit-btn,.customers-layout__table-wrap .col-actions .ghost-button.small.customers-layout__edit-btn{padding:4px 10px;font-size:.75rem;border-radius:6px;transition:background .15s ease,color .15s ease}.products-settings-layout__table-wrap .col-actions .ghost-button.small.products-settings-layout__edit-btn:hover,.resolutions-settings-layout__table-wrap .col-actions .ghost-button.small.resolutions-settings-layout__edit-btn:hover,.customers-layout__table-wrap .col-actions .ghost-button.small.customers-layout__edit-btn:hover{background:#ffffff14;color:var(--text)}.products-settings-layout__table-wrap .data-table-paginator,.printers-settings-layout__table-wrap .data-table-paginator,.resolutions-settings-layout__table-wrap .data-table-paginator,.customers-layout__table-wrap .data-table-paginator{padding:10px 0 4px;font-size:.8125rem}@media (max-width: 900px){.settings-crud-page .filter-list-layout,.customers-layout.filter-list-layout{gap:12px}.settings-crud-page .page-header h3,.customers-page .page-header h3{font-size:1.35rem}.settings-crud-page .page-header p,.customers-page .page-header p{font-size:.8125rem;line-height:1.45}.filter-list-layout__top-bar{flex-direction:column;align-items:stretch;gap:8px;padding:8px 10px}.products-settings-layout__top-bar,.customers-layout__top-bar,.printers-settings-layout__top-bar,.resolutions-settings-layout__top-bar,.branches-settings-layout__top-bar{flex-direction:column;align-items:stretch;padding:6px 10px;gap:8px}.filter-list-layout__filters--inline.filter-panel,.branches-settings-layout__filters.filter-panel,.products-settings-layout__filters.filter-panel,.customers-layout__filters.filter-panel,.printers-settings-layout__filters.filter-panel,.resolutions-settings-layout__filters.filter-panel{flex-direction:column;align-items:stretch;gap:6px;width:100%}.filter-list-layout__filters--inline.filter-panel h4,.branches-settings-layout__filters.filter-panel h4,.products-settings-layout__filters.filter-panel h4,.customers-layout__filters.filter-panel h4,.printers-settings-layout__filters.filter-panel h4,.resolutions-settings-layout__filters.filter-panel h4{font-size:.8125rem;font-weight:600;color:var(--text-soft);margin:0;letter-spacing:.02em}.filter-list-layout__filters--inline .filter-panel__grid,.branches-settings-layout__filters .filter-panel__grid,.products-settings-layout__filters .filter-panel__grid,.customers-layout__filters .filter-panel__grid,.printers-settings-layout__filters .filter-panel__grid,.resolutions-settings-layout__filters .filter-panel__grid{max-width:none!important;width:100%;flex-direction:column;align-items:stretch;gap:6px;margin-bottom:0}.filter-list-layout__top-bar .filter-list-layout__search-wrap,.branches-settings-layout__top-bar .filter-list-layout__search-wrap,.products-settings-layout__top-bar .filter-list-layout__search-wrap,.customers-layout__top-bar .filter-list-layout__search-wrap,.printers-settings-layout__top-bar .filter-list-layout__search-wrap,.resolutions-settings-layout__top-bar .filter-list-layout__search-wrap{max-width:none;width:100%}.filter-list-layout__top-bar .filter-list-layout__search-input,.branches-settings-layout__top-bar .filter-list-layout__search-input,.products-settings-layout__top-bar .filter-list-layout__search-input,.customers-layout__top-bar .filter-list-layout__search-input,.printers-settings-layout__top-bar .filter-list-layout__search-input,.resolutions-settings-layout__top-bar .filter-list-layout__search-input{padding:8px 12px 8px 36px;min-height:40px}.filter-list-layout__filters--inline .filter-panel__actions,.branches-settings-layout__filters .filter-panel__actions,.products-settings-layout__filters .filter-panel__actions,.customers-layout__filters .filter-panel__actions,.printers-settings-layout__filters .filter-panel__actions,.resolutions-settings-layout__filters .filter-panel__actions{width:100%;justify-content:flex-start;padding-top:0;gap:8px;flex-wrap:nowrap}.filter-list-layout__top-bar .filter-panel__btn-search,.filter-list-layout__top-bar .filter-panel__btn-clear{min-width:40px!important;min-height:40px!important;padding:8px 10px!important}.filter-list-layout__top-bar .products-settings-layout__new-btn,.filter-list-layout__top-bar .customers-layout__new-btn,.filter-list-layout__top-bar .printers-settings-layout__new-btn,.filter-list-layout__top-bar .resolutions-settings-layout__new-btn,.filter-list-layout__top-bar .branches-settings-layout__new-btn{margin-left:0;width:100%;min-height:42px;padding:10px 14px}}.compras-ordenes-layout__top-bar{padding:0;border:none;background:transparent}.compras-ordenes-layout__filters.filter-panel{padding:20px 22px 22px;margin:0;border:1px solid rgba(255,255,255,.06);background:var(--surface);border-radius:18px}.compras-ordenes-layout__filters .filter-panel__header{margin-bottom:18px}.compras-ordenes-layout__filters.filter-panel h4{margin:0;color:var(--text);font-size:1rem}.compras-ordenes-layout__filters .filter-panel__grid{display:grid;grid-template-columns:minmax(320px,2.3fr) minmax(180px,1fr) minmax(220px,1.25fr) minmax(320px,1.9fr);gap:18px;max-width:none;align-items:end;margin-bottom:16px}.compras-ordenes-layout__filters .filter-panel__grid .filter-panel__item{min-width:0}.compras-ordenes-layout__filters .filter-panel__grid .form-field{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:0}.compras-ordenes-layout__filters .filter-panel__grid .form-field>span:first-child{position:static;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;white-space:normal;color:var(--text-soft);font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.compras-ordenes-layout__filters .filter-list-layout__search-wrap,.compras-ordenes-layout__filters .searchable-select,.compras-ordenes-layout__date-input{width:100%;max-width:none}.compras-ordenes-layout__filters .filter-list-layout__search-wrap .filter-list-layout__search-input,.compras-ordenes-layout__filters .searchable-select-trigger,.compras-ordenes-layout__date-input{min-height:46px;border-radius:12px}.compras-ordenes-layout__filters .filter-list-layout__search-wrap .filter-list-layout__search-input,.compras-ordenes-layout__date-input{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--text)}.compras-ordenes-layout__filters .filter-list-layout__search-wrap .filter-list-layout__search-input{padding:12px 14px 12px 40px}.compras-ordenes-layout__filters .filter-list-layout__search-wrap .filter-list-layout__search-icon{left:14px}.compras-ordenes-layout__filter-item--period{min-width:0}.compras-ordenes-layout__period-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compras-ordenes-layout__period-field{display:flex;flex-direction:column;gap:6px;min-width:0}.compras-ordenes-layout__period-field>span{color:var(--text-soft);font-size:.75rem;font-weight:600;letter-spacing:.02em}.compras-ordenes-layout__date-input{padding:0 14px;font-size:.9375rem;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.compras-ordenes-layout__date-input:hover{border-color:#ffffff29}.compras-ordenes-layout__date-input:focus{outline:none;border-color:#f9731673;box-shadow:0 0 0 3px #f973161f}.compras-ordenes-layout__filters .filter-panel__actions{display:flex;justify-content:flex-end;gap:10px;padding-top:0;margin-top:0}.compras-ordenes-layout__filters .filter-panel__actions .primary-button,.compras-ordenes-layout__filters .filter-panel__actions .ghost-button,.compras-ordenes-layout__new-btn{min-height:46px;padding:10px 18px;border-radius:12px}.compras-ordenes-layout__new-btn{min-width:172px}@media (max-width: 1340px){.compras-ordenes-layout__filters .filter-panel__grid{grid-template-columns:minmax(280px,2fr) repeat(2,minmax(180px,1fr))}}@media (max-width: 1100px){.compras-ordenes-layout__filters .filter-panel__header{align-items:stretch;flex-direction:column}.compras-ordenes-layout__filters .filter-panel__header-actions{width:100%}.compras-ordenes-layout__filters .filter-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compras-ordenes-layout__filter-item--provider,.compras-ordenes-layout__filter-item--period{grid-column:span 2}.compras-ordenes-layout__filters .filter-panel__actions{justify-content:flex-start}}@media (max-width: 720px){.compras-ordenes-layout__top-bar{padding:0}.compras-ordenes-layout__filters .filter-panel__grid{grid-template-columns:1fr}.compras-ordenes-layout__filters.filter-panel{padding:16px}.compras-ordenes-layout__filter-item--provider,.compras-ordenes-layout__filter-item--period{grid-column:span 1}.compras-ordenes-layout__period-grid{grid-template-columns:1fr}.compras-ordenes-layout__filters .filter-panel__actions{width:100%;flex-wrap:wrap;justify-content:stretch}.compras-ordenes-layout__filters .filter-panel__actions .primary-button,.compras-ordenes-layout__filters .filter-panel__actions .ghost-button,.compras-ordenes-layout__new-btn{width:100%;justify-content:center}.compras-ordenes-layout__new-btn{width:100%}}.report-send-progress{margin-top:16px;max-width:480px}.report-send-progress h4{margin:0 0 8px;font-size:1rem}.report-send-progress .progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin:8px 0}.report-send-progress .progress-fill{height:100%;background:var(--primary);transition:width .2s ease}.report-send-progress .progress-results{margin:8px 0 0;padding-left:20px;font-size:.8125rem;max-height:120px;overflow-y:auto}.report-send-progress .progress-results li.success{color:var(--success)}.report-send-progress .progress-results li.error{color:var(--error)}@media (max-width: 900px){.filter-panel__item--date-range .date-range-picker{min-width:0;width:100%}.date-range-picker{flex-direction:column;align-items:stretch;min-height:0}.date-range-picker-icon-wrap{display:none}.date-range-picker-fields{flex-direction:column;align-items:stretch;gap:10px;padding:10px 12px;width:100%}.date-range-picker-sep{display:none}.date-range-picker-label{min-width:0!important;width:100%;max-width:none}.date-range-picker-input{min-width:0!important;width:100%!important}.paginator-btn{width:44px;height:44px;min-width:44px;min-height:44px}.dashboard-page{padding-left:10px;padding-right:10px}.dashboard-page .page-header h3{font-size:clamp(1.35rem,5vw,1.75rem)}.workspace-content .page-header p,.page-header p{overflow-wrap:anywhere;word-break:break-word}.report-filters{padding:14px 16px}.report-filters-grid{gap:12px 14px}.report-send-progress{max-width:100%}.data-table-with-pagination{min-width:0}}@media (max-width: 900px){.data-table-wrap{overflow-x:visible}.data-table--responsive-cells{min-width:0!important;width:100%;border-collapse:separate;border-spacing:0}.data-table--responsive-cells thead{display:none}.data-table--responsive-cells tbody{display:flex;flex-direction:column;gap:12px}.data-table--responsive-cells tbody tr{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;padding:14px 12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08}.settings-crud-page .data-table--responsive-cells tbody tr,.customers-page .data-table--responsive-cells tbody tr{grid-template-columns:1fr;gap:8px 0;padding:12px 10px}.data-table--responsive-cells tbody tr:hover{background:#ffffff0f}.data-table--responsive-cells td{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:4px 0!important;border:none!important;min-width:0}.data-table--responsive-cells td[data-label]:before{content:attr(data-label);font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--text-soft)}.data-table--responsive-cells .data-table__cell-check:before{display:none}.data-table--responsive-cells .data-table__cell-check{grid-column:1 / -1;flex-direction:row;align-items:center;gap:10px}.data-table--responsive-cells .col-actions{grid-column:1 / -1;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.data-table--responsive-cells .col-actions:before{flex-basis:100%}.data-table--responsive-cells .ghost-button.small{flex:1 1 auto;min-width:min(100%,120px);justify-content:center}}.reports-export-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.reports-export-toolbar__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted, #64748b);margin-right:4px}.reports-export-btn{display:inline-flex;align-items:center;gap:6px;font-size:.85rem}.reports-meta-line,.reports-export-hint{margin-top:12px;font-size:.85rem}.reports-totales-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.reports-totales-strip article{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 14px}.reports-totales-strip span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-soft)}.reports-totales-strip strong{font-size:1.15rem;font-weight:600;color:var(--text)}.reports-detail-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.reports-detail-modal__header h3{margin:0;font-size:1.1rem}.reports-detail-modal__body{display:flex;flex-direction:column;gap:10px}.reports-detail-row{display:grid;grid-template-columns:minmax(120px,38%) 1fr;gap:8px 16px;font-size:.9rem;padding:6px 0;border-bottom:1px solid var(--color-border-subtle, #e2e8f0)}.reports-detail-row__label{color:var(--color-text-muted, #64748b)}.filter-panel__item--checkbox{display:flex;align-items:center;gap:8px;grid-column:1 / -1}.reports-resumen-page .filter-panel__grid,.reports-ventas-page .filter-panel__grid,.reports-medios-pago-page .filter-panel__grid,.reports-consolidado-page .filter-panel__grid,.reports-cierres-list-page .filter-panel__grid,.reports-arqueos-page .filter-panel__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 20px;align-items:end}.reports-resumen-page .filter-panel__item--date-range,.reports-ventas-page .filter-panel__item--date-range,.reports-medios-pago-page .filter-panel__item--date-range,.reports-consolidado-page .filter-panel__item--date-range,.reports-cierres-list-page .filter-panel__item--date-range,.reports-arqueos-page .filter-panel__item--date-range{grid-column:span 2}.reports-resumen-page .filter-panel__item--date-range .date-range-picker,.reports-ventas-page .filter-panel__item--date-range .date-range-picker,.reports-medios-pago-page .filter-panel__item--date-range .date-range-picker,.reports-consolidado-page .filter-panel__item--date-range .date-range-picker,.reports-cierres-list-page .filter-panel__item--date-range .date-range-picker,.reports-arqueos-page .filter-panel__item--date-range .date-range-picker{min-width:0;max-width:100%}.reports-resumen-page .filter-panel__grid .filter-panel__item,.reports-ventas-page .filter-panel__grid .filter-panel__item,.reports-medios-pago-page .filter-panel__grid .filter-panel__item,.reports-consolidado-page .filter-panel__grid .filter-panel__item,.reports-cierres-list-page .filter-panel__grid .filter-panel__item,.reports-arqueos-page .filter-panel__grid .filter-panel__item{min-width:0}.reports-resumen-page .filter-panel__grid .filter-panel__item .form-field,.reports-ventas-page .filter-panel__grid .filter-panel__item .form-field,.reports-medios-pago-page .filter-panel__grid .filter-panel__item .form-field,.reports-consolidado-page .filter-panel__grid .filter-panel__item .form-field,.reports-cierres-list-page .filter-panel__grid .filter-panel__item .form-field,.reports-arqueos-page .filter-panel__grid .filter-panel__item .form-field{display:flex;flex-direction:column;gap:6px}.reports-resumen-page .filter-panel__grid .filter-panel__item .form-field>span:first-child,.reports-ventas-page .filter-panel__grid .filter-panel__item .form-field>span:first-child,.reports-medios-pago-page .filter-panel__grid .filter-panel__item .form-field>span:first-child,.reports-consolidado-page .filter-panel__grid .filter-panel__item .form-field>span:first-child,.reports-cierres-list-page .filter-panel__grid .filter-panel__item .form-field>span:first-child,.reports-arqueos-page .filter-panel__grid .filter-panel__item .form-field>span:first-child{color:var(--text-soft);font-weight:500;font-size:.8125rem}.reports-resumen-page .filter-panel__item--checkbox,.reports-ventas-page .filter-panel__item--checkbox,.reports-medios-pago-page .filter-panel__item--checkbox,.reports-consolidado-page .filter-panel__item--checkbox,.reports-cierres-list-page .filter-panel__item--checkbox,.reports-arqueos-page .filter-panel__item--checkbox{margin-top:2px}@media (max-width: 899px){.reports-resumen-page .filter-panel__grid,.reports-ventas-page .filter-panel__grid,.reports-medios-pago-page .filter-panel__grid,.reports-consolidado-page .filter-panel__grid,.reports-cierres-list-page .filter-panel__grid,.reports-arqueos-page .filter-panel__grid{grid-template-columns:1fr}.reports-resumen-page .filter-panel__item--date-range,.reports-ventas-page .filter-panel__item--date-range,.reports-medios-pago-page .filter-panel__item--date-range,.reports-consolidado-page .filter-panel__item--date-range,.reports-cierres-list-page .filter-panel__item--date-range,.reports-arqueos-page .filter-panel__item--date-range{grid-column:span 1}}.reports-resumen-page .filter-panel__grid input,.reports-ventas-page .filter-panel__grid input,.reports-medios-pago-page .filter-panel__grid input,.reports-consolidado-page .filter-panel__grid input,.reports-cierres-list-page .filter-panel__grid input,.reports-arqueos-page .filter-panel__grid input{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:var(--text)}.reports-resumen-page .filter-panel__item--checkbox input[type=checkbox],.reports-ventas-page .filter-panel__item--checkbox input[type=checkbox],.reports-medios-pago-page .filter-panel__item--checkbox input[type=checkbox],.reports-consolidado-page .filter-panel__item--checkbox input[type=checkbox],.reports-cierres-list-page .filter-panel__item--checkbox input[type=checkbox],.reports-arqueos-page .filter-panel__item--checkbox input[type=checkbox]{accent-color:var(--accent)}.table-actions-inline{display:inline-flex;gap:8px;flex-wrap:wrap}.compact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.error-copy{color:var(--danger-500, #dc2626);font-size:.75rem}@media (max-width: 860px){.compact-grid{grid-template-columns:1fr}}.compras-order-detail-modal{gap:14px}.compras-order-detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.compras-order-detail-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.compras-orden-create__back-btn{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:10px 14px}.compras-orden-create__item-grid{padding:14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.compras-orden-create__item-actions{width:100%;justify-content:flex-end}.compras-orden-create__remove-btn,.compras-orden-create__add-btn{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:10px 14px;border-radius:10px}.compras-orden-create__remove-btn:disabled{opacity:.45;cursor:not-allowed}.compras-orden-create__add-row{width:100%;justify-content:flex-start}.compras-orden-create__alert{position:sticky;top:0;z-index:2}.compras-orden-create__form-footer-error{margin-top:8px}.compras-orden-create__form-actions{margin-top:4px}@media (max-width: 860px){.compras-orden-create__back-btn,.compras-orden-create__remove-btn,.compras-orden-create__add-btn{width:100%;justify-content:center}.compras-orden-create__item-actions{justify-content:stretch}}.security-subnav{display:flex;flex-wrap:wrap;gap:8px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.security-subnav__link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;border-radius:10px;padding:8px 14px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.security-subnav__link:hover{background:#ffffff14;border-color:#fff3}.security-subnav__link.is-active{border-color:#6366f18c;background:#6366f11f}.security-role-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.security-permissions-modal__content{width:min(960px,96vw);max-height:min(90vh,900px);display:flex;flex-direction:column}.security-permissions-modal__inner{display:flex;flex-direction:column;gap:12px;max-height:inherit;overflow:hidden}.security-permissions-modal__hint{font-size:.875rem;margin:0}.security-permissions-form{display:flex;flex-direction:column;gap:12px;min-height:0}.security-permissions-table-wrap{overflow:auto;max-height:min(55vh,520px);border-radius:12px;border:1px solid rgba(255,255,255,.08)}.security-permissions-table th:first-child,.security-permissions-table td:first-child{width:88px;text-align:center}.security-permissions-table__row--dim{opacity:.55}.checkbox-inline{display:inline-flex;align-items:center;gap:8px}.modal-header-actions{display:inline-flex;align-items:center;gap:10px}@media print{.no-print,.modal-backdrop,.app-sidebar,.app-topbar{display:none!important}.nota-credito-detail-modal{position:static!important;max-width:100%!important;box-shadow:none!important}}.panel,.dashboard-shell .panel,.dashboard-kpi-card,.dashboard-big-kpi-card,.report-filters,.filter-panel,.report-batch-actions,.reports-totales-strip article{background:var(--color-surface);border-color:var(--color-border)}.report-table-wrap,.data-table-wrap,.filter-list-layout__content .data-table-wrap{border-color:var(--color-border)}.report-table th,.data-table th,.filter-list-layout__content .data-table th{background:#ffffff0a;color:var(--color-text-muted)}.report-table td,.data-table td,.report-table tbody tr:hover,.data-table tbody tr:hover{color:var(--color-text)}.products-settings-layout__table-wrap .badge--active,.customers-layout__table-wrap .badge--active,.printers-settings-layout__table-wrap .badge--active,.resolutions-settings-layout__table-wrap .badge--active{background:#6ee7b733;color:var(--color-success)}.products-settings-layout__table-wrap .badge--inactive,.customers-layout__table-wrap .badge--inactive,.printers-settings-layout__table-wrap .badge--inactive,.resolutions-settings-layout__table-wrap .badge--inactive{background:#b9c3d61f;color:var(--color-text-muted)}.sales-terminal{gap:6px;display:grid;grid-template-rows:auto 1fr;min-height:0;height:100%}.sales-terminal-banners{display:flex;flex-direction:column;gap:4px}.sales-terminal .warning-banner,.sales-terminal .success-banner,.sales-terminal .error-banner{padding:10px 14px;font-size:1.05rem;border-radius:10px}.sales-terminal .sales-grid{display:grid;min-height:0;align-items:stretch;overflow:hidden}.sales-terminal .sales-grid>*:first-child{min-height:0;display:flex;flex-direction:column;overflow:hidden}.sales-terminal .sales-grid>*:last-child{min-height:0;overflow:hidden}.sales-terminal .success-banner,.sales-terminal .error-banner,.sales-terminal .warning-banner{max-width:100%}.sales-grid{align-items:stretch}.sales-grid-strong,.sales-grid-premium{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.82fr);gap:10px}.pos-catalog-panel,.pos-cart-panel{display:flex;flex-direction:column;gap:8px;min-height:0;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#161a26fa,#121520fc);border:1px solid rgba(255,255,255,.06);box-shadow:0 12px 40px #0000004d}.pos-cart-panel{padding-bottom:10px}.pos-catalog-panel{flex:1}.pos-catalog-panel .pos-catalog-layout{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.pos-catalog-panel-minimal{padding:14px 18px}.pos-catalog-panel-minimal .panel-header{display:none}.pos-catalog-panel .panel-header,.pos-cart-panel .panel-header{margin-bottom:0}.pos-catalog-panel .panel-header h4,.pos-cart-panel .panel-header h4{color:#f8fafc;font-size:1.45rem}.pos-catalog-panel .panel-header p,.pos-cart-panel .panel-header p{color:#94a3b8;margin:0}.pos-panel-kicker{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#cbd5e1;font-size:.92rem}.pos-catalog-layout{display:flex;flex-direction:column;gap:8px;min-height:0;flex:1;overflow:hidden}.pos-catalog-topbar{flex-shrink:0}.pos-catalog-results{flex:1;min-height:0}.pos-catalog-topbar{display:grid;gap:8px}.pos-catalog-search-wrap{width:100%}.pos-search-field{display:flex;align-items:center;gap:8px;width:100%;min-height:40px;padding:0 12px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#cbd5e1;box-shadow:inset 0 1px #ffffff08;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.pos-search-field input,.pos-search-field .pos-search-input{flex:1;min-width:0;padding:0;min-height:auto;border:none;background:transparent;color:#f8fafc;font-size:1.12rem}.pos-search-field input:focus,.pos-search-field .pos-search-input:focus{outline:none;border-color:transparent}.pos-search-field:focus-within{border-color:#f973165c;box-shadow:0 0 0 4px #f973161a;background:#ffffff12}.pos-category-bar{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:thin}.pos-category-chip{flex:0 0 auto;min-height:40px;padding:0 18px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#cbd5e1;font-size:1.02rem;font-weight:700;white-space:nowrap}.pos-category-chip-active{background:linear-gradient(135deg,#f97316,#fb923c);border-color:#fb923c52;color:#fff7ed}.pos-category-bar-secondary{padding-top:6px;border-top:1px solid rgba(255,255,255,.06)}.pos-catalog-results{min-height:0;overflow:hidden;display:flex;flex-direction:column}.pos-catalog-status{padding:0 2px 8px;color:#94a3b8;font-size:.9rem}.pos-product-grid-shell,.pos-product-grid-skeleton{min-height:0;flex:1}.pos-product-grid-shell{position:relative;width:100%;min-height:340px}.pos-product-grid-fallback{min-height:340px}.pos-product-grid-virtual{overflow-x:hidden!important;overflow-y:auto!important;padding-right:4px}.pos-product-grid-skeleton{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding-right:4px}.pos-product-card{position:relative;width:100%;min-height:150px;height:100%;padding:0;border-radius:14px;border:1px solid rgba(255,255,255,.08);overflow:hidden;background:#13192b;display:grid;grid-template-rows:72px 1fr;text-align:left;color:#f8fafc;box-shadow:0 12px 24px #02061738;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.pos-product-card:hover,.pos-product-card:focus-visible{transform:translateY(-2px);border-color:#f9731647;box-shadow:0 24px 44px #02061752}.pos-product-card-media{position:relative;overflow:hidden}.pos-product-card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);opacity:.92}.pos-product-card-media:before,.pos-product-card-media:after{content:"";position:absolute;border-radius:999px;filter:blur(.5px);opacity:.92}.pos-product-card-food .pos-product-card-media{background:linear-gradient(135deg,#92400e,#f97316 55%,#fde68a)}.pos-product-card-drink .pos-product-card-media{background:linear-gradient(135deg,#0f172a,#1d4ed8 55%,#38bdf8)}.pos-product-card-dessert .pos-product-card-media{background:linear-gradient(135deg,#7c2d12,#f59e0b 55%,#fde68a)}.pos-product-card-combo .pos-product-card-media{background:linear-gradient(135deg,#312e81,#7c3aed 55%,#c4b5fd)}.pos-product-card-fuel .pos-product-card-media{background:linear-gradient(135deg,#052e16,#15803d 55%,#86efac)}.pos-product-card-general .pos-product-card-media{background:linear-gradient(135deg,#1f2937,#475569 55%,#cbd5e1)}.pos-product-card-media:before{width:140px;height:140px;right:-24px;top:-20px;background:#ffffff2e}.pos-product-card-media:after{width:96px;height:96px;left:18px;bottom:-22px;background:#0f172a47}.pos-product-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a14,#0f172a6b)}.pos-product-card-badges{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:6px;padding:8px 10px}.pos-product-card-badge,.pos-product-card-category{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:.68rem;font-weight:700}.pos-product-card-badge{background:#0f172a5c;color:#fff7ed}.pos-product-card-category{background:#ffffff29;color:#f8fafc}.pos-product-card-body{display:grid;gap:4px;padding:8px 10px 10px;align-content:start}.pos-product-card-name{font-size:.9rem;font-weight:700;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.pos-product-card-price{color:#e2e8f0;font-size:1rem;font-weight:700}.pos-product-card:disabled{cursor:not-allowed;opacity:.66;transform:none;box-shadow:none}.pos-product-card-loader{display:flex;align-items:center;justify-content:center;min-height:150px;background:#ffffff08}.pos-product-card-loader-copy{display:grid;gap:4px;text-align:center;color:#cbd5e1;padding:0 16px}.pos-product-card-loader-title{color:#f8fafc;font-weight:700}.pos-cart-panel{min-height:0;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.pos-cart-panel>.panel-header{flex-shrink:0;padding-bottom:2px}.pos-cart-panel>.pos-cart-shell,.pos-cart-panel>.pos-cart-empty-wrap{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.pos-cart-panel>.pos-cart-empty-wrap{display:flex;justify-content:center;align-items:center}.pos-cart-shell{display:flex;flex-direction:column;gap:8px;min-height:0}.pos-cart-list-section{flex:1 1 0;min-height:160px;overflow:hidden;display:flex;flex-direction:column;border-radius:12px;background:#00000026;border:1px solid rgba(255,255,255,.06)}.pos-cart-items{flex:1 1 0;min-height:0;display:grid;gap:3px;overflow-y:auto;overflow-x:hidden;align-content:start;padding:6px 8px 6px 6px}.pos-cart-items-compact{overflow:visible;flex:none}.pos-cart-summary-shell{flex-shrink:0;min-height:0;padding-bottom:4px}.pos-cart-item{display:grid;gap:4px;padding:4px 8px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.05)}.pos-cart-item-horizontal{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px 10px;padding:5px 8px;min-height:0}.pos-cart-item-horizontal .pos-cart-item-thumb{width:32px;height:32px;border-radius:50%;font-size:.85rem;flex-shrink:0}.pos-cart-item-horizontal .pos-cart-item-copy{min-width:0;display:flex;flex-direction:column;gap:0;justify-content:center}.pos-cart-item-name{color:#f1f5f9;font-size:.78rem;font-weight:600;line-height:1.15;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-cart-item-qty{color:#94a3b8;font-size:.72rem;font-weight:600;margin-top:0}.pos-cart-item-horizontal .pos-cart-item-actions{display:flex;align-items:center;gap:8px}.pos-cart-item-horizontal .pos-cart-item-total{text-align:right;white-space:nowrap;padding-left:4px}.pos-cart-item-horizontal .pos-cart-item-total strong{color:#f8fafc;font-size:.95rem;font-weight:700}.pos-cart-item-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.pos-cart-item-thumb{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff7ed;font-weight:800}.pos-cart-item-copy{display:grid;gap:3px}.pos-cart-item-copy strong{color:#f8fafc;font-size:.98rem}.pos-cart-item-copy p,.pos-selected-customer{color:#94a3b8;font-size:.82rem}.pos-cart-item-total strong{color:#f8fafc;font-size:1.1rem}.pos-cart-item-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.quantity-stepper{display:inline-grid;grid-template-columns:48px 72px 48px;align-items:center;border-radius:14px;overflow:hidden;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.quantity-stepper-inline{grid-template-columns:32px 36px 32px;border-radius:8px;min-height:32px}.quantity-stepper-inline .quantity-stepper-value{min-height:32px;font-size:.85rem;font-weight:700}.quantity-stepper-inline .quantity-stepper-button{min-height:32px;min-width:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:#e2e8f0;border:none;cursor:pointer;transition:background .15s ease,color .15s ease}.quantity-stepper-inline .quantity-stepper-button:hover{background:#ffffff24;color:#f8fafc}.quantity-stepper-inline .quantity-stepper-button-accent{background:#f9731659;color:#fff7ed}.quantity-stepper-inline .quantity-stepper-button-accent:hover{background:#f9731680;color:#fff}.quantity-stepper-value{display:flex;align-items:center;justify-content:center;min-height:40px;color:#f8fafc;font-size:.9rem;font-weight:700}.pos-cart-remove{min-width:30px;min-height:30px;padding:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.pos-cart-item-horizontal .pos-cart-remove{min-width:30px;min-height:30px}.pos-cart-summary-shell{display:grid;gap:6px}.pos-summary-card,.pos-cart-totals{display:grid;gap:5px;padding:8px 10px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.pos-summary-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#e2e8f0}.pos-summary-card-header-search{padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.06)}.pos-summary-title-wrap{display:inline-flex;align-items:center;gap:8px}.pos-summary-title-wrap strong{font-size:1.2rem}.pos-summary-stack,.pos-summary-field{display:grid;gap:8px}.pos-customer-field-row{display:flex;align-items:center;gap:8px}.pos-summary-field-flex{flex:1;min-width:0}.pos-add-customer-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:none;border-radius:14px;background:#f9731640;color:#fb923c;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.pos-add-customer-btn:hover{background:#f9731659;color:#fff7ed;transform:translateY(-1px)}.pos-select{min-height:48px;border-radius:14px;padding:0 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#f8fafc;font-size:1.06rem}.client-autocomplete{position:relative;width:100%}.client-autocomplete-input-wrap{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#f8fafc;transition:border-color .16s ease,box-shadow .16s ease}.client-autocomplete-input-wrap:focus-within{border-color:#f973165c;box-shadow:0 0 0 3px #f973161a}.client-autocomplete-icon,.client-autocomplete-chevron{flex-shrink:0;color:#94a3b8}.client-autocomplete-input{flex:1;min-width:0;padding:0;border:none;background:transparent;color:#f8fafc;font-size:1.08rem}.client-autocomplete-input::placeholder{color:#64748b}.client-autocomplete-input:focus{outline:none}.client-autocomplete-list{position:absolute;z-index:50;top:calc(100% + 6px);left:0;right:0;max-height:220px;overflow-y:auto;margin:0;padding:6px;list-style:none;border-radius:14px;background:#161a26fa;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 32px #0006}.client-autocomplete-list-portal{z-index:1400;max-height:min(280px,42vh)}.client-autocomplete-option{display:flex;align-items:center;gap:10px;min-height:46px;padding:0 14px;border-radius:10px;color:#e2e8f0;font-size:1.04rem;cursor:pointer;transition:background .12s ease}.client-autocomplete-option:hover,.client-autocomplete-option-active{background:#f9731626;color:#fff7ed}.client-autocomplete-option-empty{color:#94a3b8;cursor:default}.pos-cart-totals-list{display:grid;gap:4px}.pos-cart-totals-row{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#cbd5e1;font-size:1.04rem}.pos-cart-total-highlight{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:8px;margin-top:4px;border-top:1px solid rgba(255,255,255,.08)}.pos-cart-total-copy{display:grid;gap:0}.pos-cart-total-copy span{color:#f8fafc;font-size:1.4rem;font-weight:800}.pos-cart-total-copy small{color:#94a3b8;font-size:.9rem}.pos-cart-total-amount{display:inline-flex;align-items:center;gap:6px;color:#fb923c}.pos-cart-total-amount strong{font-size:1.75rem;letter-spacing:-.04em}.pos-payment-selector{display:grid}.pos-payment-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pos-payment-button{min-height:42px;border-radius:12px;font-size:.95rem;font-weight:800;background:#ffffff0a;color:#cbd5e1;border:1px solid rgba(255,255,255,.08)}.pos-payment-button-active{background:linear-gradient(135deg,#f9731638,#fb923c24);color:#fff7ed;border-color:#fb923c47}.pos-note-field{display:grid;gap:4px;color:#94a3b8;font-size:.95rem}.pos-note-field input{min-height:42px;border-radius:12px;padding:0 12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#f8fafc;font-size:1.04rem}.pos-note-field input:focus{outline:none;border-color:#f973165c;box-shadow:0 0 0 4px #f9731614}.pos-cart-summary-shell .pos-cart-submit{margin-top:4px;margin-bottom:0;flex-shrink:0}.pos-cart-submit{width:100%;min-height:44px;padding:10px 16px;border-radius:12px;font-size:1rem;font-weight:800;letter-spacing:.02em;box-shadow:0 12px 24px #f9731633}.pos-cart-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.pos-cart-submit:focus-visible{scroll-margin-bottom:24px;outline:2px solid rgba(249,115,22,.6);outline-offset:2px}.pos-cart-empty-wrap{min-height:220px;display:flex;align-items:center;justify-content:center}@media (min-width: 1600px){.pos-product-grid-skeleton{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}}@media (min-width: 1900px){.pos-product-grid-skeleton{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}}@media (max-width: 1420px){.pos-product-grid-skeleton{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.sales-grid-strong,.sales-grid-premium{grid-template-columns:1fr}.sales-terminal{height:auto!important;min-height:0;grid-template-rows:auto auto}.sales-terminal .sales-grid{overflow:visible!important;height:auto!important;min-height:0}.sales-terminal .sales-grid>*:first-child,.sales-terminal .sales-grid>*:last-child{overflow:visible!important;max-height:none!important;height:auto!important;min-height:0}.pos-catalog-panel{flex:0 0 auto!important}.pos-catalog-panel .pos-catalog-layout{overflow:hidden!important;max-height:min(68vh,820px)!important}.pos-catalog-results{overflow:hidden!important;max-height:none!important}.pos-cart-panel{position:static;overflow:visible!important;max-height:none!important;flex:0 0 auto!important}.pos-cart-panel>.pos-cart-shell,.pos-cart-panel>.pos-cart-empty-wrap{overflow:visible!important;flex:0 0 auto!important;min-height:0!important}.pos-cart-list-section{flex:0 0 auto!important;overflow:visible!important;min-height:0!important}.pos-cart-items{overflow-y:visible!important;max-height:none!important}.pos-product-grid-shell{min-height:56vh}.pos-product-grid-skeleton{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-product-card-name{-webkit-line-clamp:2;white-space:normal;line-height:1.2;min-height:2.4em}.pos-cart-item-horizontal{grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto auto;grid-template-areas:"thumb copy total" "thumb actions actions";align-items:start;gap:8px 12px;padding:10px}.pos-cart-item-horizontal .pos-cart-item-thumb{grid-area:thumb;grid-row:1 / span 2;align-self:center}.pos-cart-item-horizontal .pos-cart-item-copy{grid-area:copy;min-width:0}.pos-cart-item-horizontal .pos-cart-item-actions{grid-area:actions;justify-self:start}.pos-cart-item-horizontal .pos-cart-item-total{grid-area:total;justify-self:end;align-self:start}.pos-cart-item-name{white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:.82rem;line-height:1.28;word-break:break-word}.pos-cart-submit{scroll-margin-bottom:calc(72px + env(safe-area-inset-bottom,0px))}.pos-catalog-panel .panel-header h4,.pos-cart-panel .panel-header h4{font-size:1.12rem}.sales-terminal .warning-banner,.sales-terminal .success-banner,.sales-terminal .error-banner{padding:6px 10px;font-size:.82rem;line-height:1.35;border-radius:8px}.sales-terminal-banners{gap:6px}}@media (max-width: 640px){.pos-product-grid-skeleton,.pos-payment-options{grid-template-columns:1fr}.pos-product-card{min-height:200px}.pos-cart-item-main,.pos-cart-item-footer,.pos-cart-total-highlight{grid-template-columns:1fr;flex-direction:column;align-items:stretch}}.sales-mobile-cart-portal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:260;pointer-events:none}.sales-mobile-cart-portal--open{pointer-events:auto}.sales-mobile-cart-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .2s ease;pointer-events:none}.sales-mobile-cart-backdrop--open{opacity:1;pointer-events:auto}.sales-mobile-cart-sheet{position:absolute;left:0;right:0;bottom:0;max-height:min(88vh,900px);display:flex;flex-direction:column;background:linear-gradient(180deg,#1e2434fa,#121520fc);border-radius:20px 20px 0 0;border:1px solid rgba(255,255,255,.08);box-shadow:0 -12px 48px #00000073;transform:translateY(105%);transition:transform .28s cubic-bezier(.32,.72,0,1);pointer-events:none}.sales-mobile-cart-sheet--open{transform:translateY(0);pointer-events:auto}.sales-mobile-cart-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 10px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.sales-mobile-cart-sheet-title{margin:0;font-size:1.05rem;font-weight:800;color:#f1f5f9;letter-spacing:.02em}.sales-mobile-cart-sheet-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:12px;background:#ffffff14;color:#e2e8f0;cursor:pointer;touch-action:manipulation}.sales-mobile-cart-sheet-close:hover,.sales-mobile-cart-sheet-close:focus-visible{background:#ffffff24;outline:none}.sales-mobile-cart-sheet-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:0 12px calc(12px + env(safe-area-inset-bottom,0px))}.pos-cart-panel--sheet.panel{flex:1;min-height:0;max-height:none;margin-top:4px;background:transparent;border:none;box-shadow:none;border-radius:0}.sales-mobile-cart-fab{position:fixed;z-index:200;right:max(16px,env(safe-area-inset-right,0px));bottom:calc(70px + env(safe-area-inset-bottom,0px));display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#22293afa,#161a26fc);color:#cbd5e1;cursor:pointer;box-shadow:0 6px 22px #00000059;touch-action:manipulation}.sales-mobile-cart-fab:hover{background:#ffffff14;color:#f1f5f9;border-color:#ffffff24}.sales-mobile-cart-fab:focus-visible{outline:2px solid rgba(148,163,184,.45);outline-offset:2px;background:#ffffff14;color:#f1f5f9;border-color:#ffffff24}.sales-mobile-cart-fab-icon{flex-shrink:0}.sales-mobile-cart-fab-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#0f121af2;border:1px solid rgba(255,255,255,.12);color:#e2e8f0;font-size:.65rem;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:0}@media (prefers-reduced-motion: reduce){.sales-mobile-cart-backdrop,.sales-mobile-cart-sheet{transition:none}}.pos-catalog-panel,.pos-cart-panel,.sales-mobile-cart-sheet{background:linear-gradient(180deg,var(--color-surface-alt),var(--color-background));border-color:var(--color-border)}.pos-search-field,.pos-select,.client-autocomplete-input-wrap,.pos-note-field input,.quantity-stepper,.quantity-stepper-inline .quantity-stepper-button{background:#080d18e0;border-color:var(--color-border);color:var(--color-text)}.pos-category-chip-active,.pos-payment-button-active{background:linear-gradient(135deg,#ffb34747,#ff784438);border-color:#ffb34766;color:var(--color-text)}.pos-product-card,.pos-cart-item,.pos-summary-card,.pos-cart-totals{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.pos-cart-submit{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover));color:#1a1207}
