*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#172033;background:#f4f7fb}body{margin:0}a{text-decoration:none;color:inherit}.app{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#101a2d;color:#dfe7f5;padding:24px 18px;display:flex;flex-direction:column}.sidebar-brand{display:flex;gap:12px;align-items:center;padding:0 8px 25px}.sidebar-brand strong{display:block;color:white}.sidebar-brand span{font-size:12px;color:#8fa0bb}.brand-mark{width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,#0aa66f,#1683e8);display:grid;place-items:center;color:white;font-weight:900;letter-spacing:1px;box-shadow:0 12px 30px #1683e844}.brand-mark.small{width:42px;height:42px;border-radius:13px;font-size:13px}.sidebar nav{display:grid;gap:5px}.sidebar nav a,.logout{padding:12px 14px;border-radius:12px;color:#aebbd0;font-weight:650}.sidebar nav a:hover,.sidebar nav a:focus{background:#1c2940;color:white}.nav-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#62738e;padding:18px 14px 6px}.logout{margin-top:auto}.main{padding:28px 34px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.topbar h1{margin:0;font-size:28px}.topbar p{margin:5px 0 0;color:#7b8798}.user-chip{display:flex;align-items:center;gap:10px;background:white;border:1px solid #e7ecf3;border-radius:15px;padding:8px 12px;box-shadow:0 7px 18px #24314d0b}.user-chip>span{width:38px;height:38px;border-radius:11px;background:#e9f5ff;color:#1976d2;display:grid;place-items:center;font-weight:800}.user-chip strong,.user-chip small{display:block}.user-chip small{color:#8792a3}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.stat{background:white;border:1px solid #e9edf4;border-radius:18px;padding:22px;box-shadow:0 12px 34px #2636540a}.stat span{color:#7d899b;font-weight:650}.stat strong{display:block;font-size:30px;margin-top:12px}.panel{background:white;border:1px solid #e7ecf2;border-radius:20px;padding:22px;box-shadow:0 12px 35px #273a5b0b}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.panel h2,.panel h3{margin:0}.panel-head p{margin:5px 0 0;color:#8490a2}.split{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:20px}.form-panel{align-self:start}.narrow{max-width:760px}.pos-panel{max-width:1150px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:11px 16px;font-weight:750;cursor:pointer}.btn.primary{background:linear-gradient(135deg,#0b9e70,#1683e8);color:white;box-shadow:0 8px 20px #1683e829}.btn.secondary{background:#edf3f9;color:#26344a}.btn.small{padding:8px 11px}.btn.large{padding:14px 22px}.btn.full{width:100%}.link{color:#0878d1;font-weight:750}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#8b96a7;padding:12px;border-bottom:1px solid #e9edf3}td{padding:15px 12px;border-bottom:1px solid #edf1f5;vertical-align:middle}td small{display:block;color:#8b96a7;margin-top:4px}.empty{text-align:center;color:#8a96a7;padding:35px}.stock-pill,.badge{display:inline-block;background:#ecf8f3;color:#0b8f63;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.stock-pill.low{background:#fff0ee;color:#d54b3e}.success-badge{background:#e8f8ef;color:#087a50}.barcode-text{font-family:monospace;letter-spacing:2px}.form-panel form,.settings-panel form,.auth-card form{display:grid;gap:15px}label{display:grid;gap:7px;font-size:13px;font-weight:750;color:#465267}label small{font-weight:500;color:#8c98aa}input,select,textarea{width:100%;border:1px solid #dce3ec;background:#fbfcfe;border-radius:11px;padding:12px 13px;font:inherit;color:#172033;outline:none}input:focus,select:focus,textarea:focus{border-color:#1683e8;box-shadow:0 0 0 3px #1683e818}textarea{min-height:92px;resize:vertical}.grid-2,.grid-3{display:grid;gap:15px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.alert{border-radius:13px;padding:13px 15px;margin-bottom:18px;font-weight:650}.alert.success{background:#e9f9f0;color:#087c52}.alert.error{background:#fff0ee;color:#b83e33}.auth-bg{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 10% 10%,#d9fff0,transparent 36%),radial-gradient(circle at 90% 90%,#dceeff,transparent 35%),#f5f8fc}.auth-card{width:min(440px,92vw);background:#fff;border:1px solid #e4eaf1;border-radius:24px;padding:35px;box-shadow:0 24px 70px #21365f1c}.auth-card.wide{width:min(560px,92vw)}.auth-card .brand-mark{margin-bottom:24px}.auth-card h1{margin:0 0 7px}.auth-card>p{color:#7f8b9e;margin:0 0 22px}.items-box{border:1px solid #e2e8f0;border-radius:15px;overflow:hidden;margin:20px 0}.items-head{display:flex;justify-content:space-between;align-items:center;background:#f7f9fc;padding:14px 16px}.item-row{display:grid;grid-template-columns:minmax(250px,1fr) 140px 150px 40px;gap:10px;align-items:center;padding:12px 14px;border-top:1px solid #edf1f5}.available{font-size:12px;color:#788599}.icon-btn{width:36px;height:36px;border:0;border-radius:10px;background:#fff0ee;color:#c8443b;font-size:22px;cursor:pointer}.form-actions{display:flex;justify-content:space-between;align-items:center}.table-search{max-width:260px}.license-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.license-grid p{background:#f7f9fc;border-radius:13px;padding:14px;margin:0}.license-grid span,.license-grid strong{display:block}.license-grid span{font-size:12px;color:#8793a4;margin-bottom:5px}@media(max-width:980px){.app{grid-template-columns:80px 1fr}.sidebar{padding:20px 10px}.sidebar-brand>div:last-child,.sidebar nav span,.nav-label{display:none}.sidebar-brand{justify-content:center}.sidebar nav a,.logout{text-align:center}.stats{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.main{padding:22px}.license-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.app{display:block}.sidebar{position:static;height:auto;flex-direction:row;overflow:auto;align-items:center}.sidebar-brand,.logout{display:none}.sidebar nav{display:flex}.sidebar nav a{white-space:nowrap}.main{padding:16px}.topbar{align-items:flex-start}.user-chip{display:none}.stats{grid-template-columns:1fr 1fr;gap:10px}.grid-2,.grid-3{grid-template-columns:1fr}.item-row{grid-template-columns:1fr}.form-actions{align-items:stretch;gap:15px;flex-direction:column}.panel{padding:16px}.panel-head{align-items:flex-start;flex-direction:column}.table-search{max-width:none}.license-grid{grid-template-columns:1fr}}.page-actions{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px}.muted{color:#7f8b9e}.filters{display:grid;grid-template-columns:minmax(240px,2fr) repeat(4,minmax(120px,1fr)) auto auto;gap:10px;margin-bottom:20px}.product-thumb,.product-placeholder{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#f0f4f8;display:grid;place-items:center;color:#8793a4;font-size:22px}.product-link{display:block}.product-link:hover strong{color:#1683e8}.barcode-mini{width:150px}.barcode-mini svg{width:150px;height:34px;display:block}.barcode-mini small{text-align:center}.barcode-svg{fill:#111;background:#fff}.status{display:inline-block;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.status.in{background:#e9f9f0;color:#087c52}.status.low{background:#fff6db;color:#a36a00}.status.out{background:#fff0ee;color:#b83e33}.status.archived{background:#edf0f4;color:#667085}.actions{display:flex;gap:10px;flex-wrap:wrap}.actions a{color:#0878d1;font-weight:750;font-size:13px}.pagination{display:flex;gap:7px;justify-content:flex-end;padding-top:18px}.pagination a{min-width:36px;height:36px;border:1px solid #dfe5ed;border-radius:10px;display:grid;place-items:center}.pagination a.active{background:#1683e8;color:#fff;border-color:#1683e8}.product-preview{width:140px;height:140px;object-fit:cover;border-radius:16px;border:1px solid #e1e7ef}.product-detail{display:grid;grid-template-columns:320px 1fr;gap:20px;margin-bottom:20px}.product-profile{text-align:center}.product-hero{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;background:#f1f4f8}.product-hero.placeholder{display:grid;place-items:center;font-size:70px;color:#8d98a8}.product-profile h2{margin-top:18px}.product-profile p{color:#7f8b9e}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.detail-grid p{background:#f7f9fc;border-radius:13px;padding:14px;margin:0}.detail-grid span,.detail-grid strong{display:block}.detail-grid span{font-size:12px;color:#8793a4;margin-bottom:5px}.barcode-large{margin-top:20px;padding:20px;border:1px dashed #d7dee8;border-radius:16px;text-align:center;background:#fff}.barcode-large svg{width:100%;max-width:620px;height:90px}.barcode-large strong{display:block;letter-spacing:2px}.danger-zone{margin-top:20px;padding:18px;border:1px solid #f0c9c5;background:#fff8f7;border-radius:16px;display:flex;align-items:center;gap:15px}.btn.danger{background:#c83e35;color:#fff}.product-stats .stat{cursor:pointer;transition:.2s}.product-stats .stat:hover{transform:translateY(-2px);box-shadow:0 16px 35px #26365418}@media(max-width:1100px){.filters{grid-template-columns:repeat(3,1fr)}.product-detail{grid-template-columns:1fr}}@media(max-width:680px){.page-actions{align-items:stretch;flex-direction:column}.filters{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.danger-zone{align-items:flex-start;flex-direction:column}}
