:root{--teal: #0f766e;--teal-dark: #115e59;--teal-50: #f0fdfa;--accent: #0ea5e9;--bg: #f1f5f9;--surface: #ffffff;--line: #e2e8f0;--text: #0f172a;--muted: #64748b;--ok: #059669;--warn: #d97706;--danger: #dc2626;--radius: 12px;--shadow-sm: 0 1px 2px rgba(2, 6, 23, .06), 0 1px 3px rgba(2, 6, 23, .05);--shadow-md: 0 4px 14px rgba(2, 6, 23, .08);--shadow-lg: 0 18px 50px rgba(2, 6, 23, .18);--sidebar-w: 248px;--sidebar-rail: 70px;--topbar-h: 58px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--text);font-size:15px;line-height:1.5}h1,h2,h3{letter-spacing:-.01em}h2{font-size:1.4rem;margin:0 0 .8rem}h3{font-size:1.05rem}a{color:var(--teal-dark)}button{background:var(--teal);color:#fff;border:0;border-radius:9px;padding:.5rem .95rem;font-weight:600;font-size:.92rem;cursor:pointer;transition:background .15s,box-shadow .15s,transform .05s;font-family:inherit}button:hover{background:var(--teal-dark)}button:active{transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--line)}button.secondary:hover{background:var(--bg);border-color:#cbd5e1}button.link{background:none;color:var(--teal-dark);padding:.2rem .4rem;font-weight:600}button.link:hover{background:var(--teal-50)}button.link.link-danger,button.link[class*=danger]{color:var(--danger)}.icon-btn{background:none;color:var(--text);padding:.35rem .5rem;font-size:1.1rem;line-height:1}.icon-btn:hover{background:var(--bg)}input,select,textarea{width:100%;padding:.5rem .7rem;border:1px solid var(--line);border-radius:9px;font-size:.92rem;background:var(--surface);color:var(--text);font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid color-mix(in srgb,var(--teal) 35%,transparent);outline-offset:0;border-color:var(--teal)}input.mini{width:72px;padding:.3rem .4rem}label{font-size:.82rem;font-weight:600;color:var(--muted)}.center,.login-wrap{min-height:100vh;display:grid;place-items:center;padding:1rem}.muted{color:var(--muted)}.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;padding:.55rem .8rem;border-radius:9px;margin:.5rem 0;font-size:.9rem}.login-card{background:var(--surface);padding:2rem;border-radius:18px;width:min(360px,92vw);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:.9rem}.login-card h1{margin:0;color:var(--teal-dark);font-size:1.5rem}.login-card label{display:block}.login-card label input,.login-card label select{margin-top:.3rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:.7rem;height:var(--topbar-h);padding:0 1rem;background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.topbar .brand{display:flex;align-items:center;gap:.45rem;font-size:1.05rem;color:var(--teal-dark);white-space:nowrap}.topbar .brand-mark{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,var(--teal),var(--accent));color:#fff;font-weight:800}.topbar .spacer{flex:1}.sync-pill{font-size:.74rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;white-space:nowrap}.sync-pill.online{color:var(--ok);background:#ecfdf5}.sync-pill.offline{color:var(--warn);background:#fffbeb}.user{display:flex;align-items:center;gap:.45rem;font-size:.88rem;font-weight:600}.avatar{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--teal);color:#fff;font-size:.85rem;font-weight:700}.body{flex:1;display:flex;position:relative;min-height:0}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--surface);border-right:1px solid var(--line);padding:.7rem .6rem 2rem;display:flex;flex-direction:column;gap:.2rem;overflow-y:auto;height:calc(100vh - var(--topbar-h));position:sticky;top:var(--topbar-h);transition:width .18s ease}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:8px}.nav-group{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.35rem}.nav-section{font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:.5rem .7rem .25rem}.sidebar a{display:flex;align-items:center;gap:.65rem;padding:.5rem .7rem;border-radius:9px;color:#334155;text-decoration:none;font-size:.9rem;font-weight:500;position:relative;white-space:nowrap}.sidebar a:hover{background:var(--bg);color:var(--text)}.sidebar a.active{background:var(--teal-50);color:var(--teal-dark);font-weight:700}.sidebar a.active:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:3px;border-radius:0 3px 3px 0;background:var(--teal)}.nav-icon{width:1.25rem;text-align:center;font-size:1rem;flex-shrink:0}.nav-label{overflow:hidden;text-overflow:ellipsis}.nav-collapsed .sidebar{width:var(--sidebar-rail)}.nav-collapsed .sidebar .nav-label,.nav-collapsed .sidebar .nav-section{display:none}.nav-collapsed .sidebar a{justify-content:center;padding:.55rem}.nav-backdrop{display:none}.content{flex:1;min-width:0;padding:1.5rem;overflow-x:hidden}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;max-width:680px;box-shadow:var(--shadow-sm)}.card h3{margin-top:0}.dash-grid .card,.table-scroll+.card{max-width:none}.row-between{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.row-gap{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.searchbar{display:flex;gap:.5rem;margin:.8rem 0;max-width:560px}.searchbar input{margin-top:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;margin:1rem 0}.form-grid label{display:flex;flex-direction:column;gap:.28rem}.form-grid input,.form-grid select{width:100%}.form-grid button{grid-column:1 / -1;justify-self:start}.form-grid .error{grid-column:1 / -1}label.chk{display:flex;flex-direction:row;align-items:center;gap:.45rem}label.chk input[type=checkbox]{width:1.05rem;height:1.05rem}form fieldset{border:1px solid var(--line);border-radius:11px;padding:.5rem 1rem 1rem;margin:0 0 1rem;background:#fcfdfe}form fieldset legend{font-weight:700;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;color:var(--teal-dark);padding:0 .4rem}.table-scroll{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}table.data{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}table.data th,table.data td{text-align:left;padding:.6rem .85rem;border-bottom:1px solid var(--line);font-size:.88rem}table.data tbody tr:last-child td{border-bottom:0}table.data tbody tr:hover{background:#f8fafc}table.data th{background:#f8fafc;color:var(--muted);font-weight:700;font-size:.74rem;letter-spacing:.04em;text-transform:uppercase}.warn-row{background:#fffbeb!important}table.data td select,table.data td input{font-size:.83rem}.ledger-wrap{max-height:56vh;overflow-y:auto;border:1px solid var(--line);border-radius:var(--radius);position:relative}.ledger-wrap.has-foot{border-bottom:0;border-radius:var(--radius) var(--radius) 0 0}.ledger-wrap table.data{border:0;border-radius:0}.ledger-wrap thead th{position:sticky;top:0;z-index:2;box-shadow:0 1px 0 var(--line)}.ledger-foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem .85rem;background:var(--teal-50);border:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius);font-weight:800;color:var(--teal-dark)}.ledger-foot .lf-label{text-transform:uppercase;font-size:.72rem;letter-spacing:.04em}.ledger-foot .lf-value{font-size:1.15rem}.badge{display:inline-block;font-size:.72rem;font-weight:700;padding:.12rem .55rem;border-radius:999px;background:#f1f5f9;color:#475569;text-transform:capitalize}.badge.status-approved,.badge.status-posted,.badge.status-received,.badge.status-closed,.badge.status-completed{background:#ecfdf5;color:var(--ok)}.badge.status-pending_approval,.badge.status-sent,.badge.status-draft,.badge.status-open,.badge.status-acknowledged{background:#fffbeb;color:var(--warn)}.badge.status-cancelled,.badge.status-rejected,.badge.status-failed,.badge.status-resolved{background:#f1f5f9;color:var(--muted)}.stat-row{display:flex;gap:1rem;margin:1rem 0;flex-wrap:wrap}.stat{background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:.8rem 1.1rem;display:flex;flex-direction:column;gap:.2rem;min-width:140px;box-shadow:var(--shadow-sm)}.stat strong{font-size:1.3rem;color:var(--teal-dark)}.stat .danger{color:var(--danger)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:60;padding:1rem}.modal{background:var(--surface);border-radius:16px;padding:1.3rem 1.4rem;width:min(620px,96vw);max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal.wide{width:min(900px,96vw)}.modal h3{margin-top:0}.search-results{list-style:none;margin:.3rem 0;padding:0;border:1px solid var(--line);border-radius:9px;max-height:220px;overflow-y:auto;background:var(--surface)}.search-results li button{width:100%;text-align:left;background:none;color:var(--text);font-weight:500;padding:.45rem .7rem;border-radius:0}.search-results li button:hover{background:var(--teal-50)}.tabs{display:flex;gap:.3rem;flex-wrap:wrap;margin:.8rem 0;border-bottom:1px solid var(--line)}.tab{background:none;color:var(--muted);border:0;border-bottom:2px solid transparent;border-radius:0;padding:.5rem .85rem;font-weight:600}.tab:hover{color:var(--text);background:none}.tab.active{color:var(--teal-dark);border-bottom-color:var(--teal)}.export-bar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin:.7rem 0}.export-bar label{display:flex;align-items:center;gap:.35rem;margin:0}.export-bar input,.export-bar select{width:auto}.pos{display:grid;grid-template-columns:.95fr 1.25fr;gap:1.2rem;align-items:stretch;height:calc(100vh - var(--topbar-h) - 3rem)}.pos-left,.pos-right{min-width:0;min-height:0;display:flex;flex-direction:column}.pos-left h2{flex-shrink:0}.pos-left .searchbar,.pos-left>p{flex-shrink:0}.result-list{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem;flex:1;min-height:0;overflow-y:auto}.pos-left .card{flex-shrink:0;max-height:28%;overflow-y:auto}.result{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;background:var(--surface);color:var(--text);border:1px solid var(--line);padding:.55rem .75rem;border-radius:10px;cursor:pointer;text-align:left;transition:border-color .12s,background .12s}.result:hover{border-color:var(--teal);background:var(--teal-50)}.result strong{font-size:.92rem}.result .muted{font-size:.78rem}.pos-right>.card{max-width:none}.ticket{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm);overflow:hidden}.ticket-bar{display:flex;justify-content:space-between;align-items:center;padding:.45rem .75rem;border-bottom:1px solid var(--line);font-size:.82rem;background:#f8fafc;flex-shrink:0}.ticket-lines{flex:1;min-height:0;overflow-y:auto}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--muted);font-size:.9rem;padding:2rem 1rem;text-align:center}.cart-empty-icon{font-size:2rem;opacity:.6}.tline{display:grid;grid-template-columns:minmax(0,1fr) 98px 80px 52px 76px 26px;align-items:center;gap:.45rem;padding:.35rem .75rem;border-bottom:1px solid #eef2f6}.tline.tline-head{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;background:#fbfcfe;padding-top:.45rem;padding-bottom:.45rem;flex-shrink:0}.tline.over{background:#fff7f7}.tline-head span:nth-child(2),.tline-head span:nth-child(4){text-align:center}.tline-head span:nth-child(5){text-align:right}.tline>.qty-stepper{justify-self:center}.tline>.tl-unit,.tline>.tl-unit-static{justify-self:stretch}.tline>.tl-disc{justify-self:center}.tline>.tl-total{justify-self:end}.tline>.tl-x{justify-self:center}.ta-right{text-align:right}.tl-item{min-width:0}.tl-name{font-size:.87rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.tl-idx{color:var(--muted);font-weight:400;margin-right:1px}.tl-meta{font-size:.7rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tl-unit{width:78px;height:30px;padding:0 .25rem;font-size:.8rem}.tl-unit-static{font-size:.78rem;color:var(--muted);text-align:center}.tl-disc{width:48px;height:30px;padding:.2rem;text-align:center;font-size:.82rem}.tl-total{font-size:.92rem;color:var(--teal-dark)}.tl-x{background:none;color:var(--muted);padding:.05rem .3rem;font-size:.82rem;border-radius:6px}.tl-x:hover{background:#fee2e2;color:var(--danger)}.cart-over-tag{background:#fee2e2;color:#b91c1c;font-size:.62rem;font-weight:800;padding:0 .35rem;border-radius:8px;margin-left:5px;text-transform:uppercase}.qty-stepper{display:inline-flex;align-items:stretch;border:1px solid var(--line);border-radius:8px;overflow:hidden;height:30px}.qty-stepper button{background:var(--bg);color:var(--text);border:0;width:26px;padding:0;font-size:1.05rem;line-height:1;border-radius:0}.qty-stepper button:hover{background:#e2e8f0}.qty-stepper input{width:40px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;text-align:center;padding:0;font-weight:600;font-size:.85rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.pos-right>.error,.pos-right>.card.receipt{flex-shrink:0}.pay{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0;margin-top:.7rem;padding:.75rem .9rem}.pay>label{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:.8rem}.pay>label select{flex:1;padding:.35rem .5rem}.pay select,.pay input{padding:.35rem .5rem}.pay-row{font-size:.88rem}.pay-row.total{padding-top:.4rem;margin-top:.05rem;font-size:1.05rem}.pay-row.total strong{font-size:1.3rem}.pay-meta{font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);margin-top:.1rem}.pay-charge{font-size:1rem;padding:.65rem}.pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.pay-grid label{display:flex;flex-direction:column;gap:.2rem;font-size:.76rem}.pay-grid select,.pay-grid input{padding:.35rem .45rem}.pay-total-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:.45rem;margin-top:.1rem;gap:.5rem}.pay-total-row .net{display:flex;align-items:baseline;gap:.4rem;font-size:.9rem;white-space:nowrap}.pay-total-row .net strong{font-size:1.45rem;color:var(--teal-dark)}.pay-method-row{display:flex;gap:.4rem;align-items:center}.pay-method{width:130px;flex-shrink:0}.pay-amount{flex:1;min-width:0}.pay>label{display:flex;flex-direction:column;gap:.25rem}.pay-row{display:flex;justify-content:space-between;align-items:center}.pay-row.total{border-top:1px solid var(--line);padding-top:.5rem;margin-top:.1rem;font-size:1.15rem}.pay-row.total strong{font-size:1.4rem;color:var(--teal-dark)}.pay-charge{font-size:1.02rem;padding:.7rem}.receipt{border-color:var(--teal)}.btn-link{display:inline-flex;align-items:center;padding:.5rem .9rem;background:var(--surface);border:1px solid var(--teal);color:var(--teal-dark);border-radius:9px;font-weight:600;text-decoration:none}.btn-link:hover{background:var(--teal-50)}.dash-hero{background:linear-gradient(135deg,var(--teal) 0%,var(--accent) 100%);color:#fff;border-radius:18px;padding:1.4rem 1.6rem;margin-bottom:1.2rem;box-shadow:0 10px 30px #0e749047}.dash-hero h2{margin:0 0 .25rem;font-size:1.55rem;color:#fff}.dash-hero p{margin:0;opacity:.92}.kpi-section-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:1.1rem 0 .1rem}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));gap:.8rem;margin:.5rem 0}.kpi.accent-teal{border-top-color:var(--accent)}.kpi{background:var(--surface);border:0;border-radius:14px;padding:1rem 1.1rem;box-shadow:var(--shadow-sm);border-top:3px solid var(--teal);display:flex;flex-direction:column;gap:.15rem;transition:transform .12s,box-shadow .12s}.kpi:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.kpi-link{cursor:pointer}.kpi-link:hover{box-shadow:0 8px 22px #0206171f}.kpi-link:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.kpi-link .label{display:flex;align-items:center;justify-content:space-between}.kpi-arrow{opacity:0;color:var(--teal);font-weight:700;transition:opacity .12s,transform .12s}.kpi-link:hover .kpi-arrow{opacity:1;transform:translate(2px)}.kpi.warn{border-top-color:var(--warn)}.kpi.danger{border-top-color:var(--danger)}.kpi .label{font-size:.78rem;color:var(--muted);font-weight:600}.kpi .value{font-size:1.65rem;font-weight:800;color:var(--teal-dark);line-height:1.1}.kpi .sub{font-size:.76rem;color:var(--muted)}.dash-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-top:1rem}.bars{display:flex;flex-direction:column;gap:.7rem;margin-top:.4rem}.bar-row{display:grid;grid-template-columns:minmax(90px,1.1fr) 3fr auto;align-items:center;gap:.6rem}.bar-label{font-size:.82rem;font-weight:600;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{background:#eef2f6;border-radius:7px;height:18px;overflow:hidden}.bar-fill{display:block;height:100%;border-radius:7px;transition:width .4s ease;min-width:3px}.bar-value{font-size:.82rem;font-weight:700;color:var(--text);white-space:nowrap}@media(max-width:480px){.bar-row{grid-template-columns:minmax(70px,1fr) 2fr auto}}.pill{display:inline-block;font-size:.7rem;padding:0 6px;border-radius:10px;margin-left:4px;font-weight:700}.pill.rx{background:#e3f2fd;color:#0d47a1}.pill.ctrl{background:#ffebee;color:#b71c1c}.pill.cold{background:#e0f7fa;color:#006064}.pill.sev-critical{background:#ffebee;color:#b71c1c}.pill.sev-warning{background:#fff8e1;color:#e65100}.pill.sev-info{background:#e3f2fd;color:#0d47a1}.perm-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;max-height:60vh;overflow-y:auto}.perm-groups fieldset{display:flex;flex-direction:column;gap:.25rem}.perm-groups label.chk{font-size:.8rem}@media(max-width:1100px){.dash-grid{grid-template-columns:1fr}}@media(max-width:768px){.content{padding:1rem}.topbar .user-name{display:none}.topbar .brand{font-size:.98rem}.pos{grid-template-columns:1fr;height:auto}.pos-left,.pos-right{display:block}.result-list{max-height:45vh}.pos-left .card{max-height:none}.ticket{display:block}.ticket-lines{max-height:60vh}.pay{margin-top:1rem}.sidebar{position:fixed;top:var(--topbar-h);left:0;bottom:0;height:auto;z-index:50;transform:translate(-100%);box-shadow:var(--shadow-lg);width:min(280px,84vw)}.nav-mobile-open .sidebar{transform:translate(0)}.nav-mobile-open .nav-backdrop{display:block;position:fixed;inset:var(--topbar-h) 0 0 0;background:#0f172a66;z-index:45}.nav-collapsed .sidebar{width:min(280px,84vw)}.nav-collapsed .sidebar .nav-label,.nav-collapsed .sidebar .nav-section{display:block}.nav-collapsed .sidebar a{justify-content:flex-start;padding:.5rem .7rem}}@media(max-width:480px){.dash-hero{padding:1.1rem}.dash-hero h2{font-size:1.3rem}.modal{padding:1rem}}
