:root{--bg: #F5F5F5;--ink: #212121;--muted: #757575;--brand: #F7E300;--brand-light: #FFF176;--accent: #F7E300;--card: #ffffff;--line: #E0E0E0;--sidebar-bg: #101010;--sidebar-ink: #F7E300;--sidebar-link: #FFE94B;--sidebar-active: rgba(247,227,0,.15);--field-bg: #FAFAFA;--field-ink: #212121;--soft: #E8F5E9;--soft-ink: #1B5E20;--button-ghost-line: rgba(255,255,255,.4);--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--header-bg: #000000;--header-text: #F7E300;--success: #388E3C;--warning: #F57C00;--error: #D32F2F;--sync-pending: #FFA726;--sync-synced: #66BB6A;--sync-error: #EF5350}:root[data-theme=dark]{--bg: #121212;--ink: #E0E0E0;--muted: #9E9E9E;--brand: #4CAF50;--brand-light: #66BB6A;--accent: #FFB74D;--card: #1E1E1E;--line: #333333;--sidebar-bg: #1B3A1E;--sidebar-ink: #E8F5E9;--sidebar-link: #A5D6A7;--sidebar-active: rgba(76,175,80,.2);--field-bg: #2A2A2A;--field-ink: #E0E0E0;--soft: #1B3A1E;--soft-ink: #C8E6C9;--button-ghost-line: rgba(200,230,201,.3);--shadow: 0 2px 8px rgba(0,0,0,.3)}*{box-sizing:border-box}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--bg);transition:background .2s ease,color .2s ease;-webkit-font-smoothing:antialiased}.loading{min-height:100vh;display:grid;place-items:center;font-size:1.1rem}.loginWrap{min-height:100vh;display:grid;place-items:center;padding:1rem}.loginPanel{width:min(100%,420px)}.loginActions{display:flex;justify-content:flex-end;margin-bottom:.75rem}.appShell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{background:var(--sidebar-bg);color:var(--sidebar-ink);padding:1rem;display:flex;flex-direction:column;gap:1rem}.sidebarHeader{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sidebarHeader h2{margin:0}.sidebar nav{display:grid;gap:.5rem}.sidebar a{color:var(--sidebar-link);text-decoration:none;padding:.55rem .65rem;border-radius:8px}.sidebar a.active,.sidebar a:hover{background:var(--sidebar-active)}.logoutBtn{margin-top:auto;border:1px solid var(--button-ghost-line);background:transparent;color:#fff;padding:.55rem .7rem;border-radius:8px}.themeToggle{width:auto;margin-top:0;padding:.5rem .8rem;border-radius:999px;border:1px solid var(--line);background:var(--card);color:var(--ink);font-weight:600}.sidebar .themeToggle,.loginActions .themeToggle{background:#ffffff14;border-color:var(--button-ghost-line);color:var(--sidebar-ink)}.content{padding:1rem}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:1rem}.pageHint{margin-top:0;color:var(--muted)}label{display:block;font-size:.9rem;color:var(--muted);margin:.5rem 0 .35rem}input,button{width:100%;padding:.7rem;border-radius:10px;border:1px solid var(--line);font-size:.95rem}input,select,pre{background:var(--field-bg);color:var(--field-ink)}input::placeholder{color:var(--muted)}select{width:100%;padding:.7rem;border-radius:10px;border:1px solid var(--line);font-size:.95rem;background:var(--field-bg)}button{margin-top:.9rem;border:none;background:var(--brand);color:#fff;font-weight:700;cursor:pointer}.passwordField{display:flex;gap:.5rem}.passwordField input{flex:1}.togglePasswordBtn{width:auto;margin-top:0;padding:.7rem .9rem;background:var(--soft);color:var(--soft-ink);border:1px solid var(--line);font-weight:600}.statsGrid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.8rem}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}pre{margin:0;white-space:pre-wrap;font-size:.85rem}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;padding:.5rem}.smallBtn{width:auto;margin-top:0;padding:.35rem .6rem;border-radius:8px;font-size:.82rem}.kpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem}.kpiCard{display:flex;align-items:center;gap:.75rem;padding:1rem}.kpiIcon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:1.3rem;flex-shrink:0}.kpiContent{min-width:0}.kpiValue{font-size:1.35rem;font-weight:700;line-height:1.2;color:var(--ink)}.kpiLabel{font-size:.78rem;color:var(--muted);margin-top:2px}.targetGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1rem}.targetCard{padding:1rem}.targetCard h4{margin:0 0 .5rem;font-size:.9rem;color:var(--muted)}.targetRow{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.35rem}.progressBar{height:8px;border-radius:4px;background:var(--line);overflow:hidden}.progressFill{height:100%;border-radius:4px;transition:width .5s ease}.quickGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.quickAction{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem;border-radius:12px;background:var(--card);border:1px solid var(--line);color:var(--ink);font-size:.82rem;font-weight:500;cursor:pointer;text-decoration:none;text-align:center;transition:box-shadow .15s,transform .15s}.quickAction:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.quickActionIcon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:1.2rem}.badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.badgeDraft{background:#fff3e0;color:#e65100}.badgePending{background:#fff8e1;color:#f57f17}.badgeSynced{background:#e8f5e9;color:#2e7d32}.badgePosted{background:#e3f2fd;color:#1565c0}.badgeError{background:#ffebee;color:#c62828}:root[data-theme=dark] .badgeDraft{background:#3e2a1e;color:#ffb74d}:root[data-theme=dark] .badgePending{background:#3e3a1e;color:#ffd54f}.globalHeader{background:#000;color:#f7e300;border-bottom:3px solid #F7E300}.globalHeaderInner{width:100%;display:flex;align-items:center;gap:.75rem;padding:.55rem 1.25rem}.globalHeader .brand{font-weight:800;font-size:1.15rem;color:#f7e300;flex-shrink:0;display:flex;align-items:center}.brandLogo{max-height:46px;width:auto;display:block;border-radius:4px}.searchBox{display:flex;align-items:stretch;flex:1;height:42px;border-radius:8px;overflow:hidden;box-shadow:0 0 0 2px #f7e300;position:relative}.searchCat{min-width:110px;max-width:140px;padding:0 .5rem;background:#e8e8e8;color:#111;border:none;border-right:1px solid #ccc;font-size:.78rem;font-weight:500;cursor:pointer;outline:none}.searchInput{flex:1;padding:0 .75rem;border:none;outline:none;font-size:.95rem;background:#fff;color:#111}.searchBtn{background:#f7e300;color:#111;border:none;padding:0 1.1rem;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;transition:background .15s}.searchBtn:hover{background:#ffe800}.hdrActions{display:flex;gap:.15rem;align-items:center;flex-shrink:0}.hdrActionBtn{display:flex;flex-direction:column;justify-content:center;line-height:1.3;padding:.3rem .65rem;border-radius:4px;border:1px solid transparent;text-decoration:none;color:#f7e300;cursor:pointer;background:none;font-family:inherit;transition:border-color .12s;white-space:nowrap}.hdrActionBtn:hover{border-color:#f7e30099}.hdrActionTop{font-size:.63rem;font-weight:400;opacity:.8}.hdrActionBot{font-size:.82rem;font-weight:700}.hdrCart{display:flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:4px;border:1px solid transparent;background:none;color:#f7e300;font-family:inherit;cursor:pointer;transition:border-color .12s}.hdrCart:hover{border-color:#f7e30099}.hdrCartIcon{font-size:1.8rem;line-height:1;position:relative;display:inline-block}.hdrCartLabel{font-size:.82rem;font-weight:700}.cartBadge{position:absolute;top:-4px;right:-10px;background:#f7e300;color:#111;border-radius:50%;min-width:18px;height:18px;padding:0 3px;font-size:.68rem;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.hdrLink{color:#f7e300;text-decoration:none;font-weight:600}.cartBtn{background:transparent;border:none;color:#f7e300;font-size:1.1rem;position:relative}.suggestBox{position:absolute;left:0;right:0;top:calc(100% + 4px);background:#fff;color:#111;border-radius:8px;box-shadow:0 8px 32px #0000002e;overflow:hidden;z-index:1000;border:1px solid #e0e0e0}.suggestRow{display:flex;justify-content:space-between;align-items:center;padding:.6rem .9rem;border-bottom:1px solid #f0f0f0;text-decoration:none;color:#111;font-size:.9rem}.suggestRow:hover{background:#fafafa}:root[data-theme=dark] .badgeSynced{background:#1b3a1e;color:#81c784}:root[data-theme=dark] .badgePosted{background:#1e2d3e;color:#64b5f6}:root[data-theme=dark] .badgeError{background:#3e1e1e;color:#ef9a9a}.sectionHeader{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.sectionHeader h3{margin:0;font-size:1rem;font-weight:600}.sidebar a{display:flex;align-items:center;gap:.6rem;font-size:.92rem;font-weight:500;transition:background .15s}.navIcon{font-size:1.15rem;width:1.5rem;text-align:center}.sidebarUser{display:flex;align-items:center;gap:.6rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.25rem}.sidebarAvatar{width:36px;height:36px;border-radius:50%;background:#ffffff26;display:grid;place-items:center;font-size:1rem;flex-shrink:0}.sidebarUserInfo{min-width:0;font-size:.82rem;line-height:1.3}.sidebarUserName{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebarUserRole{color:var(--sidebar-link);opacity:.7;font-size:.75rem}.emptyState{text-align:center;padding:2rem 1rem;color:var(--muted)}.emptyState span{font-size:2.5rem;display:block;margin-bottom:.5rem}.divider{border:none;border-top:1px solid var(--line);margin:1rem 0}.filterBar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.filterBar label{margin:0;font-size:.85rem;font-weight:500}.filterBar input[type=date]{width:auto;padding:.5rem .65rem}.crmSelect__control{min-height:44px;border-radius:10px!important;box-shadow:none!important}.crmSelect__menu{overflow:hidden}@media (max-width: 900px){.appShell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:5;flex-direction:row;overflow-x:auto;padding:.75rem 1rem;gap:.5rem}.sidebar nav{display:flex;gap:.25rem}.sidebar a{white-space:nowrap;font-size:.85rem}.sidebarUser,.sidebarHeader h2{display:none}.logoutBtn{margin-top:0;white-space:nowrap}.grid2{grid-template-columns:1fr}.kpiGrid,.quickGrid{grid-template-columns:repeat(2,1fr)}.productGrid{grid-template-columns:1fr}}.accountSummary{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.accountSummaryLabel{font-size:.82rem;color:var(--muted)}.accountSummaryValue{font-size:1.4rem;font-weight:700}.productGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.productCard{display:flex;flex-direction:column;gap:.35rem;padding:.85rem}.productHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.productName{font-weight:600;font-size:.92rem;line-height:1.3}.productNo{font-size:.75rem;color:var(--muted);white-space:nowrap}.productDesc{font-size:.8rem;color:var(--muted)}.productDetails{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.productPrice{font-weight:700;font-size:1rem}.specialPrice{color:var(--success);margin-right:.5rem}.originalPrice{font-size:.82rem;color:var(--muted);text-decoration:line-through}.productMeta{display:flex;gap:.3rem}.productUoms{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.25rem}.uomChip{display:inline-block;padding:.15rem .5rem;border-radius:12px;font-size:.72rem;background:var(--soft);color:var(--soft-ink);font-weight:500}.productStock{font-size:.8rem;color:var(--muted);margin-top:.25rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.pagination button{width:auto;padding:.5rem 1rem;font-size:.85rem}.invoiceDetail{background:var(--field-bg);border-radius:8px;padding:.75rem}.invoiceDetailMeta{display:flex;gap:1rem;font-size:.82rem;color:var(--muted);margin-bottom:.5rem}.deptBar{background:#1a1a1a;overflow-x:auto;scrollbar-width:none;white-space:nowrap;border-bottom:1px solid #2a2a2a}.deptBar::-webkit-scrollbar{display:none}.deptBarInner{width:100%;display:flex;align-items:center;padding:0 1.25rem;gap:.1rem}.deptLink{display:inline-flex;align-items:center;gap:.25rem;padding:.42rem .75rem;color:#e8e8e8;text-decoration:none;font-size:.8rem;font-weight:500;white-space:nowrap;border-radius:3px;border:1px solid transparent;transition:background .12s,color .12s,border-color .12s}.deptLink:hover{background:#f7e3001f;color:#f7e300;border-color:#f7e3004d}.deptLinkFirst{font-weight:700;color:#f7e300;padding-right:.9rem;margin-right:.3rem;border-right:1px solid #333;border-radius:0}.deptLinkFirst:hover{background:none;border-right-color:#444}.breadcrumb{font-size:.8rem;color:#555;display:flex;align-items:center;flex-wrap:wrap;gap:.2rem;padding:.6rem 0}.breadcrumb a{color:#1b5e20;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumbSep{color:#bbb;margin:0 .1rem}.siteFooter{background:#232f3e;color:#fff;margin-top:2.5rem;font-size:.85rem}.footerBackTop{background:#37475a;text-align:center;padding:.85rem;cursor:pointer;color:#fff;font-size:.85rem;font-weight:600;-webkit-user-select:none;user-select:none}.footerBackTop:hover{background:#3d5166}.footerTop{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;padding:2rem 1.5rem 1.5rem}.footerCol h4{font-size:.9rem;font-weight:700;margin:0 0 .75rem;color:#fff}.footerCol a{display:block;color:#ccc;text-decoration:none;margin-bottom:.4rem;font-size:.83rem}.footerCol a:hover{color:#fff;text-decoration:underline}.footerDivider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:0 1.5rem}.footerBottom{max-width:1240px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footerLogo{font-size:1.1rem;font-weight:800;color:var(--brand);letter-spacing:1px}.footerCopy{font-size:.75rem;color:#aaa}.footerLinks{display:flex;gap:1rem;flex-wrap:wrap}.footerLinks a{color:#ccc;font-size:.75rem;text-decoration:none}.footerLinks a:hover{color:#fff}.srpLayout{width:100%;padding:1rem;display:flex;gap:1.25rem;align-items:flex-start}.filterPanel{width:240px;flex-shrink:0}.filterPanel h2{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:#111}.filterSection{background:#fff;border:1px solid #ddd;border-radius:6px;padding:.85rem;margin-bottom:.6rem}.filterTitle{font-size:.78rem;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid #eee}.srpMain{flex:1;min-width:0}.srpResultBar{background:#fff;border:1px solid #ddd;border-radius:6px;padding:.6rem .85rem;margin-bottom:.85rem;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;gap:.5rem;flex-wrap:wrap}.srpGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.85rem}.pdpOuter{max-width:1180px;margin:0 auto;padding:1rem}.pdpGrid{display:grid;grid-template-columns:1.3fr 1fr .78fr;gap:1.25rem;align-items:flex-start}.pdpImagePane{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.pdpMainImg{width:100%;max-width:320px;aspect-ratio:1 / 1;border-radius:8px;background:#f7f7f7;display:flex;align-items:center;justify-content:center;font-size:6rem}.pdpInfo{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.25rem}.pdpTitle{font-size:1.2rem;font-weight:700;line-height:1.35;margin:0 0 .4rem;color:#0f1111}.pdpMeta{font-size:.8rem;color:#555;margin-bottom:.75rem}.pdpDivider{border:none;border-top:1px solid #ddd;margin:.75rem 0}.pdpPriceLine{display:flex;align-items:baseline;gap:.25rem;flex-wrap:wrap}.pdpPrice{font-size:1.85rem;font-weight:700;color:#0f1111;line-height:1}.pdpPriceUom{font-size:.85rem;color:#555;align-self:flex-end;margin-bottom:2px}.pdpBullets{margin:.6rem 0;padding-left:1.2rem;color:#555;font-size:.88rem;line-height:1.8}.buyBox{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:.65rem;position:sticky;top:82px}.buyBoxPrice{font-size:1.35rem;font-weight:700;color:#0f1111}.buyBoxStock{color:#007600;font-weight:600;font-size:.9rem}.buyBoxStockOut{color:#c40000;font-weight:600;font-size:.9rem}.buyBoxQty{width:100%;padding:.5rem .6rem;border:1px solid #ccc;border-radius:6px;font-size:.9rem;background:#f0f2f2;cursor:pointer}.buyBoxBtnAdd{width:100%;padding:.7rem;background:var(--brand);color:#111;border:none;border-radius:20px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .15s}.buyBoxBtnAdd:hover:not(:disabled){background:#e0d000}.buyBoxBtnAdd:disabled{background:#e5e5e5;color:#888;cursor:default}.buyBoxBtnNow{width:100%;padding:.7rem;background:#f08804;color:#fff;border:none;border-radius:20px;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .15s}.buyBoxBtnNow:hover:not(:disabled){background:#e07a03}.buyBoxBtnNow:disabled{background:#e5e5e5;color:#888;cursor:default}.buyBoxSecure{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.72rem;color:#555}@media (max-width: 1050px){.pdpGrid{grid-template-columns:1fr 1fr}.buyBox{position:static}}@media (max-width: 700px){.pdpGrid{grid-template-columns:1fr}.srpLayout{flex-direction:column}.filterPanel{width:100%}.footerTop{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.footerTop{grid-template-columns:1fr}}
