:root{--nav:#0f172a;--blue:#2563eb;--green:#16a34a;--orange:#f59e0b;--red:#dc2626;--bg:#f8fafc;--line:#e2e8f0;--text:#1e293b;--muted:#64748b;--white:#fff;--shadow:0 8px 30px rgba(15,23,42,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.app{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:var(--nav);color:#cbd5e1;padding:22px 14px;position:sticky;top:0;height:100vh;overflow:auto}.brand{display:flex;gap:12px;align-items:center;color:white;padding:0 10px 24px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#60a5fa);display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:0 8px 24px rgba(37,99,235,.35)}.brand strong{display:block}.brand small{color:#94a3b8}.nav-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#64748b;padding:14px 12px 8px}.nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:9px;margin:2px 0;font-size:14px}.nav a:hover,.nav a.active{background:#1e293b;color:white}.nav svg{width:18px;height:18px}.main{min-width:0}.topbar{height:72px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:5}.topbar h1{font-size:20px;margin:0}.user-chip{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-weight:700}.content{padding:28px;max-width:1500px;margin:auto}.grid{display:grid;gap:18px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:white;border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 1px 2px rgba(15,23,42,.02)}.stat{position:relative;overflow:hidden}.stat .label{font-size:13px;color:var(--muted)}.stat .value{font-size:27px;font-weight:800;margin:8px 0 2px}.stat .delta{font-size:12px;color:var(--green)}.stat-icon{position:absolute;right:18px;top:18px;width:40px;height:40px;border-radius:11px;background:#eff6ff;color:var(--blue);display:grid;place-items:center}.section-grid{grid-template-columns:2fr 1fr;margin-top:18px}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-head h2,.card h2{font-size:16px;margin:0}.muted{color:var(--muted)}.btn{border:0;border-radius:9px;padding:10px 15px;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:14px}.btn.primary{background:var(--blue);color:white}.btn.success{background:var(--green);color:white}.btn.danger{background:#fee2e2;color:#b91c1c}.btn.light{background:#f1f5f9;color:#334155}.btn.small{padding:7px 10px;font-size:12px}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.toolbar input,.toolbar select{max-width:320px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.05em;padding:11px;border-bottom:1px solid var(--line)}td{padding:12px 11px;border-bottom:1px solid #edf2f7}tr:last-child td{border:0}.badge{display:inline-block;padding:4px 8px;border-radius:99px;font-size:11px;font-weight:700}.badge.green{background:#dcfce7;color:#15803d}.badge.orange{background:#fef3c7;color:#b45309}.badge.red{background:#fee2e2;color:#b91c1c}.badge.blue{background:#dbeafe;color:#1d4ed8}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:9px;padding:10px 11px;background:white;color:var(--text);font:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #bfdbfe;border-color:var(--blue)}label{font-size:13px;font-weight:600;display:grid;gap:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid h3,.form-grid .wide{grid-column:1/-1}.form-grid h3{margin:12px 0 0}.alert{padding:12px 14px;border-radius:9px;margin-bottom:16px;font-size:14px}.alert.success{background:#dcfce7;color:#166534}.alert.error{background:#fee2e2;color:#991b1b}.empty{text-align:center;padding:40px;color:var(--muted)}.modal{position:fixed;inset:0;background:rgba(15,23,42,.58);display:none;place-items:center;padding:20px;z-index:20}.modal.open{display:grid}.modal-card{background:white;border-radius:16px;padding:24px;width:min(560px,100%);max-height:90vh;overflow:auto}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.modal-head h2{margin:0}.icon-btn{border:0;background:#f1f5f9;border-radius:8px;width:34px;height:34px;cursor:pointer}.pos-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,1fr);gap:18px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.product-card{background:white;border:1px solid var(--line);border-radius:12px;padding:15px;cursor:pointer;text-align:left}.product-card:hover{border-color:#93c5fd;box-shadow:0 5px 20px rgba(37,99,235,.1)}.product-card strong{display:block;margin-bottom:8px}.product-card .price{color:var(--blue);font-size:18px;font-weight:800}.product-card small{display:block;color:var(--muted);margin-top:5px}.cart{position:sticky;top:91px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-actions{display:flex;align-items:center;gap:6px}.qty{width:30px;height:30px;border:0;border-radius:7px;background:#f1f5f9;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-weight:800;font-size:22px;padding:18px 0}.cart-line small{color:var(--muted)}.chart{display:flex;align-items:end;gap:10px;height:180px;padding-top:20px}.bar-wrap{flex:1;display:flex;flex-direction:column;justify-content:end;align-items:center;height:100%;gap:7px}.bar{width:100%;max-width:36px;background:linear-gradient(#60a5fa,#2563eb);border-radius:7px 7px 2px 2px;min-height:4px}.bar-label{font-size:10px;color:var(--muted)}.install-body,.login-body{min-height:100vh;display:grid;place-items:center;padding:30px;background:linear-gradient(135deg,#0f172a 0 45%,#172554 100%)}.install-card,.login-card{background:white;width:min(720px,100%);padding:34px;border-radius:20px;box-shadow:0 25px 70px rgba(0,0,0,.3)}.login-card{width:min(430px,100%)}.install-card h1,.login-card h1{margin:18px 0 6px}.center{text-align:center}.center .brand-mark,.login-card .brand-mark{margin:auto}.success-icon{margin:auto;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:34px}.security-note{background:#fff7ed;color:#9a3412;border-radius:10px;padding:12px;margin-top:24px}.login-form{display:grid;gap:15px;margin-top:24px}.login-form .btn{width:100%;padding:12px}.license-banner{display:flex;justify-content:space-between;align-items:center;background:#fffbeb;border:1px solid #fde68a;color:#92400e;padding:11px 15px;border-radius:10px;margin-bottom:18px}.mobile-menu{display:none}.kpi-note{font-size:12px;color:var(--muted)}@media(max-width:1000px){.stats{grid-template-columns:repeat(2,1fr)}.section-grid,.pos-grid{grid-template-columns:1fr}.cart{position:static}}@media(max-width:760px){.app{display:block}.sidebar{position:fixed;z-index:30;width:260px;transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.mobile-menu{display:inline-grid;place-items:center;border:0;background:#f1f5f9;width:38px;height:38px;border-radius:9px}.topbar{padding:0 16px}.topbar h1{font-size:17px}.user-chip .user-copy{display:none}.content{padding:18px 14px}.stats{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid>*{grid-column:1!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

