@import"https://fonts.googleapis.com/css2?family=Newsreader:wght@400;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Space Grotesk,system-ui,-apple-system,sans-serif;background:#f5efe6;color:#1b1f24}h1,h2,h3{font-family:Newsreader,serif}button,input,select{font-family:inherit}:root{--bg: #f0f2f5;--card: #ffffff;--ink: #0f172a;--muted: #64748b;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-glow: rgba(37, 99, 235, .12);--gold: #f59e0b;--line: #e2e8f0;--shadow: 0 4px 24px rgba(15, 23, 42, .08);--danger: #ef4444;--danger-bg: #fef2f2;--danger-border: #fecaca;--success: #10b981;--success-bg: #f0fdf4}.page{min-height:100vh;padding:0 0 80px;background:var(--bg);color:var(--ink)}.hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px}.eyebrow{font-size:.85rem;letter-spacing:.24em;text-transform:uppercase;color:var(--accent-strong);font-weight:600}.hero h1{font-size:clamp(2rem,4vw,3.5rem);margin:10px 0 12px;font-weight:700}.sub{color:var(--muted);max-width:520px;font-size:1rem}.hero-chip{padding:10px 18px;border-radius:999px;background:var(--accent-glow);color:var(--accent-strong);font-weight:600;align-self:flex-start}.panel{background:var(--card);border-radius:12px;padding:20px clamp(14px,3vw,24px);box-shadow:var(--shadow);border:1px solid var(--line);margin:20px clamp(12px,3vw,32px) 0}.mode-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.tab{border:1px solid var(--line);background:transparent;padding:10px 16px;border-radius:999px;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;cursor:pointer}.tab.active{border-color:var(--accent);color:var(--accent-strong);background:var(--accent-glow);box-shadow:0 0 0 3px var(--accent-glow)}.search-row{display:flex;gap:12px;align-items:center}.search-row input{flex:1;padding:14px 16px;border-radius:12px;border:1px solid var(--line);font-size:1rem;background:#fff;transition:box-shadow .2s ease,border .2s ease}.search-row input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-glow)}.primary{background:var(--accent);color:#fff;border:none;padding:14px 22px;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease}.primary:hover{background:var(--accent-strong);transform:translateY(-1px)}.primary:disabled{opacity:.7;cursor:wait;transform:none}.options{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;align-items:center}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:8px 12px;border-radius:12px;border:1px dashed var(--line);background:#fafafa;font-size:.9rem;color:var(--muted)}.filter-bar span{font-weight:600}.summary-card{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:16px;padding:14px 18px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe}.summary-actions{display:flex;align-items:center;gap:10px}.ghost{border:1px solid var(--accent);background:transparent;color:var(--accent-strong);padding:8px 14px;border-radius:999px;cursor:pointer;font-weight:600}.ghost:hover{background:var(--accent-glow)}.summary-card p{margin:0;color:var(--muted)}.summary-card strong{font-size:1.4rem;color:var(--accent-strong)}.summary-card .price-list{font-weight:600;color:var(--ink)}.mini-table{margin-top:8px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;font-size:.85rem}.mini-head,.mini-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:6px 10px}.mini-table.four-col .mini-head,.mini-table.four-col .mini-row{grid-template-columns:repeat(4,minmax(0,1fr))}.mini-head{background:#f1f5f9;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.mini-sort-button{display:inline-flex;align-items:center;justify-content:space-between;gap:4px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.mini-sort-button:hover,.mini-sort-button.active{color:var(--accent-strong)}.mini-sort-button span{color:#94a3b8;font-size:.72rem}.mini-sort-button.active span{color:var(--accent-strong)}.mini-row{border-top:1px solid var(--line)}.mini-row:nth-child(2n){background:#fafafa}.mini-empty{padding:10px;text-align:center;color:var(--muted)}.price-sheet-callout{border:1px solid #bfdbfe;background:#eff6ff;border-radius:10px;padding:16px;margin-bottom:16px}.callout-title{font-weight:700;color:var(--accent-strong);margin-bottom:10px}.fx-note{font-size:.9rem;color:var(--muted);margin-bottom:10px}.formula-box{background:#f8fafc;border:1px solid var(--line);border-radius:6px;padding:8px 14px;color:var(--muted);font-size:.95rem}.checkbox,.text-field,.sorters label{font-size:.95rem;color:var(--muted);display:inline-flex;align-items:center;gap:8px}.text-field input,.sorters select{border:1px solid var(--line);border-radius:10px;padding:6px 10px;font-size:.9rem;background:#fff}.sorters{display:flex;gap:12px;flex-wrap:wrap}.error{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);padding:12px 16px;border-radius:12px;margin-bottom:24px}.card{background:var(--card);border-radius:12px;padding:20px clamp(14px,3vw,24px);border:1px solid var(--line);box-shadow:var(--shadow);margin:16px clamp(12px,3vw,32px) 0;animation:rise .4s ease forwards}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;border-bottom:1px dashed var(--line);padding-bottom:10px}.card-header h2{margin:0;font-size:1.4rem}.card-header span{color:var(--muted);font-weight:600}.stock-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:10px}.stock-hero{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:18px 20px;border-radius:12px;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;box-shadow:0 8px 24px #2563eb40;color:#fff}.stock-hero p{margin:0;color:#ffffffb3;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}.stock-hero strong{font-size:clamp(2.2rem,4vw,3.2rem);color:#fff}.stock-row{display:flex;align-items:baseline;gap:12px;width:100%}.stock-label{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;min-width:90px}.stock-pending strong{color:var(--gold)}.stock-real strong{font-size:clamp(2.2rem,4vw,3.2rem)}.stock-low strong{color:#dc2626}.stock-ct strong{color:#2563eb}.stock-ct-note{font-size:.75em;font-weight:400;color:#6b7280}.stock-msg{font-size:.8rem;color:var(--muted);padding:6px 4px 0;border-top:1px solid var(--line);margin-top:8px}.stock-grid div{background:#fafafaf3;border:1px solid var(--line);border-radius:12px;padding:12px}.stock-grid p{margin:0;color:var(--muted)}.stock-grid strong{font-size:1.4rem;color:var(--accent-strong)}.stock-note{color:var(--muted);font-size:.95rem}.summary-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:16px;background:#d977061f;border-radius:12px;padding:12px 16px}.summary-bar div{display:flex;flex-direction:column;gap:4px}.summary-bar strong{font-size:.85rem;color:var(--muted)}.summary-bar span{font-size:1.1rem;font-weight:600;color:var(--ink)}.table{border-radius:16px;overflow:hidden;border:1px solid var(--line)}.table-head,.table-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:12px 16px;gap:8px}.table-head.eight-col,.table-row.eight-col{grid-template-columns:1.2fr 2.4fr 1fr .8fr 1fr 1fr 1fr 1fr 1fr}.table-head.nine-col,.table-row.nine-col{grid-template-columns:1.2fr 2.4fr 1fr .8fr 1fr 1fr 1fr 1.2fr .8fr}.quoted-price{font-weight:700;color:var(--accent, #e07b39)}.table-head{background:#f8fafc;font-weight:600;color:var(--muted);text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}.table-row{background:#fff;border-top:1px solid var(--line);font-size:.95rem}.table-row:nth-child(2n){background:#fafafa}.table-empty{padding:20px;text-align:center;color:var(--muted);background:#fff}.customer-history-table{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.customer-history-switch{display:flex;gap:6px;margin:0 0 12px;padding:4px;width:fit-content;border:1px solid var(--line);border-radius:9px;background:#f8fafc}.customer-history-switch button{padding:6px 11px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:.78rem;white-space:nowrap}.customer-history-switch button:hover,.customer-history-switch button.active{background:#fff;color:var(--accent-strong);box-shadow:0 1px 3px #0f172a1f}.customer-history-switch button span{margin-left:3px;color:#94a3b8;font-size:.72rem}.customer-history-head,.customer-history-row{display:grid;grid-template-columns:.9fr .8fr 1fr 1.2fr 2fr .8fr 1fr 52px;align-items:center;gap:10px;padding:11px 14px}.customer-history-head{background:#f8fafc;color:var(--muted);font-size:.74rem;font-weight:700}.customer-history-row{min-height:50px;border-top:1px solid var(--line);color:#334155;cursor:pointer;font-size:.84rem}.customer-history-row:hover{background:#f8fbff}.customer-history-row>button{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-order-link{overflow:hidden;padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.customer-order-link:hover{text-decoration:underline}.customer-quote-link{overflow:hidden;padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;text-align:left;text-decoration:underline dotted}.customer-quote-link:hover{text-decoration:underline}.customer-quote-link:disabled{color:inherit;cursor:default;text-decoration:none}.order-detail-overlay{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a7a}.order-detail-modal{display:flex;width:min(980px,100%);max-height:min(88vh,860px);flex-direction:column;overflow:hidden;border:1px solid #dbe3ee;border-radius:16px;background:#fff;box-shadow:0 24px 70px #0f172a3d}.order-detail-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid var(--line)}.order-detail-modal-header h2{margin:4px 0 0;color:var(--ink);font-size:1.2rem}.order-detail-close{width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;font-size:1.6rem;line-height:1}.order-detail-close:hover{background:#f1f5f9;color:var(--ink)}.order-detail-content{overflow:auto;padding:18px 22px 24px}.order-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.order-detail-summary>div{display:flex;min-width:0;flex-direction:column;gap:3px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.order-detail-summary span,.order-detail-summary small{color:var(--muted);font-size:.72rem}.order-detail-summary strong{overflow:hidden;color:var(--ink);font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.order-detail-lines-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px}.order-detail-lines{width:100%;min-width:680px;border-collapse:collapse;font-size:.82rem}.order-detail-lines th,.order-detail-lines td{padding:9px 10px;border-bottom:1px solid #eef2f7;text-align:left}.order-detail-lines th{background:#f8fafc;color:var(--muted);font-size:.74rem;font-weight:700}.order-detail-lines tr:last-child td{border-bottom:0}.order-detail-related{margin-top:18px}.order-detail-related h3{margin:0 0 8px;color:var(--ink);font-size:.9rem}.order-detail-related-list{display:grid;gap:6px}.order-detail-related-list button{display:grid;grid-template-columns:1.2fr 1.4fr 1fr auto;gap:10px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:var(--ink);cursor:pointer;font:inherit;text-align:left}.order-detail-related-list button:hover{border-color:#93c5fd;background:#f8fbff}.order-detail-related-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-detail-related-list button span:first-child{color:var(--accent-strong);font-weight:700}.order-detail-state{padding:42px 22px;color:var(--muted);text-align:center}.order-detail-state.error{color:var(--danger)}@media (max-width: 720px){.order-detail-overlay{padding:10px}.order-detail-modal{max-height:94vh;border-radius:12px}.order-detail-modal-header{padding:15px 16px}.order-detail-content{padding:14px 16px 18px}.order-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-related-list button{grid-template-columns:1fr 1fr}}.analysis-page{max-width:1420px;margin:0 auto;padding:32px 34px 64px}.analysis-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.analysis-eyebrow,.analysis-section-kicker{color:var(--accent-strong, #2f6f5e);font-size:.69rem;font-weight:800;letter-spacing:.13em}.analysis-hero h1{margin:7px 0 8px;color:var(--ink, #2f2f2f);font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-.04em}.analysis-hero p{max-width:720px;margin:0;color:var(--muted, #777);font-size:.92rem;line-height:1.7}.analysis-hero p strong{margin-left:8px;color:var(--ink, #2f2f2f);font-weight:700}.analysis-toolbar{display:flex;align-items:flex-end;gap:9px;flex-shrink:0}.analysis-toolbar label,.analysis-list-toolbar label{display:grid;gap:5px;color:var(--muted, #777);font-size:.72rem;font-weight:700}.analysis-toolbar select,.analysis-list-toolbar input{min-height:38px;border:1px solid var(--line, #e7e6e2);border-radius:9px;background:var(--card, #fff);color:var(--ink, #2f2f2f);font:inherit}.analysis-toolbar select{min-width:120px;padding:0 10px}.analysis-toolbar .ghost:disabled{cursor:wait;opacity:.65}.analysis-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:22px}.analysis-kpi{min-height:132px;padding:18px 19px;border:1px solid var(--line, #e7e6e2);border-radius:14px;background:var(--card, #fff);box-shadow:0 5px 16px #23262209}.analysis-kpi span{display:block;color:var(--muted, #777);font-size:.78rem;font-weight:700}.analysis-kpi strong{display:block;margin-top:10px;color:var(--ink, #2f2f2f);font-size:1.75rem;letter-spacing:-.04em}.analysis-kpi small{display:block;margin-top:5px;color:var(--muted, #777);font-size:.72rem;line-height:1.45}.analysis-kpi-positive{border-top:3px solid #4d8a70}.analysis-kpi-potential{border-top:3px solid #b68a4f}.analysis-kpi-danger{border-top:3px solid #c56b61}.analysis-kpi-warning{border-top:3px solid #c79b52}.analysis-tabs{display:flex;gap:4px;margin:0 0 15px;padding:4px;border:1px solid var(--line, #e7e6e2);border-radius:11px;background:#ffffffa3;width:fit-content}.analysis-tabs button{min-height:34px;padding:0 13px;border:0;border-radius:8px;background:transparent;color:var(--muted, #777);cursor:pointer;font:inherit;font-size:.78rem;font-weight:700}.analysis-tabs button:hover{color:var(--ink, #2f2f2f)}.analysis-tabs button.active{background:var(--ink, #2f2f2f);color:#fff}.analysis-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.analysis-card,.analysis-method-card{min-width:0;border:1px solid var(--line, #e7e6e2);border-radius:14px;background:var(--card, #fff);box-shadow:0 5px 16px #23262209}.analysis-card{padding:19px}.analysis-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.analysis-card-heading h2,.analysis-method-card h2{margin:5px 0 0;color:var(--ink, #2f2f2f);font-size:1.05rem;letter-spacing:-.025em}.analysis-text-button{padding:4px 0;border:0;background:transparent;color:var(--accent-strong, #2f6f5e);cursor:pointer;font:inherit;font-size:.74rem;font-weight:700}.analysis-card-note{color:var(--muted, #777);font-size:.73rem}.analysis-mini-list{display:grid}.analysis-mini-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:67px;padding:10px 0;border-top:1px solid var(--line-soft, #efefec)}.analysis-mini-main{min-width:0}.analysis-mini-main strong,.analysis-link{color:var(--ink, #2f2f2f);font-size:.84rem;font-weight:750}.analysis-mini-main span{display:block;margin-top:4px;color:var(--muted, #777);font-size:.7rem}.analysis-link{padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.analysis-link:hover{color:var(--accent-strong, #2f6f5e);text-decoration:underline;text-underline-offset:3px}.analysis-mini-value{flex-shrink:0;text-align:right}.analysis-mini-value strong{display:block;color:var(--ink, #2f2f2f);font-size:.82rem}.analysis-segment{display:inline-flex;margin-top:5px;padding:3px 7px;border-radius:999px;background:#edf5f0;color:#39725d;font-size:.67rem;line-height:1.2;white-space:nowrap}.analysis-segment-potential{background:#fff4e2;color:#9a6c2d}.analysis-rank{display:inline-flex!important;align-items:center;justify-content:center;width:20px;height:20px;margin-right:7px;border-radius:6px;background:#eef2ef;color:#60766a!important;font-size:.68rem!important;font-weight:800!important}.analysis-demand-type{display:inline-flex;padding:3px 7px;border-radius:999px;font-size:.68rem;font-weight:750}.analysis-demand-recurring{background:#eaf5ee;color:#39725d}.analysis-demand-oneoff{background:#fff4e2;color:#9a6c2d}.analysis-rank-cell{color:var(--muted, #777);font-weight:800}.analysis-method-card{grid-column:1 / -1;padding:20px;background:#f1f6f2}.analysis-method-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:17px}.analysis-method-grid>div{padding-right:12px;border-right:1px solid rgba(47,111,94,.15)}.analysis-method-grid>div:last-child{border-right:0}.analysis-method-grid strong{color:var(--ink, #2f2f2f);font-size:.82rem}.analysis-method-grid p{margin:6px 0 0;color:#66766d;font-size:.74rem;line-height:1.55}.analysis-disclaimer{display:block;margin-top:17px;color:#718077;font-size:.7rem}.analysis-list-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:14px}.analysis-search input{width:min(360px,60vw);padding:0 11px;outline:none}.analysis-search input:focus{border-color:var(--accent, #4d8a70);box-shadow:0 0 0 3px #4d8a701f}.analysis-limit-select select{min-height:38px;padding:0 10px;border:1px solid var(--line, #e7e6e2);border-radius:9px;background:var(--card, #fff);color:var(--ink, #2f2f2f);font:inherit}.analysis-list-count{padding-bottom:8px;color:var(--muted, #777);font-size:.74rem}.analysis-table-card{overflow:hidden;padding:19px 0 0}.analysis-table-card>.analysis-card-heading{padding:0 19px}.analysis-scope-note{margin:0 19px 14px;padding:10px 12px;border:1px solid #dce9df;border-radius:9px;background:#f5faf6;color:#5e7566;font-size:.73rem;line-height:1.5}.analysis-table-wrap{overflow-x:auto}.analysis-table{width:100%;min-width:830px;border-collapse:collapse;color:var(--ink, #2f2f2f);font-size:.76rem}.analysis-table th{padding:10px 13px;border-top:1px solid var(--line, #e7e6e2);border-bottom:1px solid var(--line, #e7e6e2);background:#fafaf8;color:var(--muted, #777);font-size:.69rem;font-weight:750;text-align:left;white-space:nowrap}.analysis-table td{padding:12px 13px;border-bottom:1px solid var(--line-soft, #efefec);vertical-align:middle;white-space:nowrap}.analysis-table tbody tr:hover{background:#fbfcfa}.analysis-table small{display:block;margin-top:3px;color:var(--muted, #777);font-size:.67rem}.analysis-table-primary{font-weight:750}.analysis-number{font-variant-numeric:tabular-nums}.analysis-danger-text{color:#b84c42;font-weight:750}.analysis-recommendation{max-width:280px;color:var(--muted, #777);white-space:normal!important;line-height:1.45}.analysis-risk{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:.68rem;font-weight:750}.analysis-risk-danger{background:#fbeceb;color:#b74e46}.analysis-risk-overdue{background:#fff3df;color:#a46f22}.analysis-risk-low{background:#fff7e9;color:#9a702c}.analysis-risk-watch{background:#f0f1f0;color:#68716c}.analysis-risk-ok{background:#eaf5ee;color:#39725d}.analysis-score{position:relative;display:flex;align-items:center;gap:7px;min-width:90px}.analysis-score:before{content:"";display:block;width:52px;height:5px;border-radius:99px;background:#e6ebe7}.analysis-score span{position:absolute;left:0;width:52px;height:5px;border-radius:99px;background:#5b987c}.analysis-score b{min-width:22px;color:var(--muted, #777);font-size:.7rem;font-weight:700}.analysis-empty{padding:30px 8px;color:var(--muted, #777);font-size:.78rem;text-align:center}.analysis-loading{padding:38px;border:1px solid var(--line, #e7e6e2);border-radius:14px;background:var(--card, #fff);color:var(--muted, #777);font-size:.8rem}.analysis-loading-line{width:55%;height:9px;margin-bottom:9px;border-radius:6px;background:#eceeeb;animation:analysis-pulse 1.2s ease-in-out infinite}.analysis-loading-line.short{width:32%;margin-bottom:21px}.analysis-loading.compact{padding:18px;border:0;box-shadow:none}.analysis-brand-layout{display:grid;gap:14px}.analysis-brand-selector{padding-bottom:16px}.analysis-brand-controls{display:flex;align-items:flex-end;gap:18px}.analysis-brand-controls label{display:grid;gap:6px;min-width:min(390px,100%);color:var(--muted, #777);font-size:.72rem;font-weight:700}.analysis-brand-controls select{min-height:40px;padding:0 11px;border:1px solid var(--line, #e7e6e2);border-radius:9px;background:var(--card, #fff);color:var(--ink, #2f2f2f);font:inherit}.analysis-brand-controls p{max-width:620px;margin:0;color:var(--muted, #777);font-size:.74rem;line-height:1.55}.analysis-brand-kpis{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}.analysis-brand-kpis .analysis-kpi strong{font-size:1.38rem}.analysis-brand-sales-table{min-width:960px}@keyframes analysis-pulse{50%{opacity:.45}}@media (max-width: 980px){.analysis-kpis,.analysis-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-method-grid>div:nth-child(2){border-right:0}}@media (min-width: 981px) and (max-width: 1220px){.analysis-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 720px){.analysis-page{padding:22px 15px 44px}.analysis-hero{align-items:stretch;flex-direction:column;gap:16px}.analysis-toolbar{align-items:flex-end}.analysis-toolbar label{flex:1}.analysis-toolbar select{width:100%}.analysis-toolbar .ghost{min-height:38px}.analysis-kpis{gap:9px}.analysis-kpi{min-height:116px;padding:14px}.analysis-kpi strong{font-size:1.4rem}.analysis-tabs{width:100%;overflow-x:auto}.analysis-tabs button{flex:0 0 auto}.analysis-overview-grid{grid-template-columns:1fr}.analysis-brand-controls{align-items:stretch;flex-direction:column;gap:10px}.analysis-brand-controls label{min-width:0}.analysis-brand-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-method-card{grid-column:auto}.analysis-method-grid{grid-template-columns:1fr;gap:12px}.analysis-method-grid>div,.analysis-method-grid>div:nth-child(2){padding-right:0;border-right:0}.analysis-list-toolbar{align-items:stretch;flex-direction:column}.analysis-search input,.analysis-limit-select select{width:100%}.analysis-list-count{padding-bottom:0}}.customer-history-row>span,.customer-history-row>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-history-sort{display:inline-flex;width:100%;align-items:center;justify-content:space-between;gap:5px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.customer-history-sort.align-right{justify-content:flex-end;text-align:right}.customer-history-sort:hover,.customer-history-sort.active{color:var(--accent-strong)}.customer-history-sort span{color:#94a3b8;font-size:.72rem}.customer-history-sort.active span{color:var(--accent-strong)}.customer-history-expand{padding:4px 7px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--accent-strong);cursor:pointer;font:inherit;font-size:.72rem;white-space:nowrap}.customer-history-expand:hover{border-color:#93c5fd;background:#eff6ff}.customer-history-detail{padding:9px 14px 11px 42px;border-top:1px dashed var(--line);background:#f8fafc}.customer-history-lines-head,.customer-history-line{display:grid;grid-template-columns:1.7fr 1.1fr 1fr 1fr 1fr;align-items:center;gap:10px;padding:6px 0}.customer-history-lines-head{color:var(--muted);font-size:.72rem;font-weight:700}.customer-history-line{border-top:1px solid #e2e8f0;color:#475569;font-size:.8rem}.customer-history-line>span,.customer-history-line>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 720px){.page{padding:0 0 72px}.app-header{height:auto;flex-wrap:wrap;gap:0;padding:0}.app-header-brand{padding:10px 14px;flex:1}.app-header-user{padding:10px 14px;margin-left:0}.app-email{display:none}.app-nav{order:99;width:100%;position:fixed;bottom:0;left:0;right:0;background:var(--ink);border-top:1px solid rgba(255,255,255,.08);padding:6px 8px;gap:4px;z-index:200;box-shadow:0 -4px 16px #0003}.app-nav-btn{flex:1;justify-content:center;height:40px;font-size:.82rem;border-radius:8px}.quote-layout{grid-template-columns:1fr;min-height:auto}.quote-sidebar{max-height:40vh;overflow-y:auto}.qf-items-header,.qf-item-row{grid-template-columns:3rem 1fr 3.5rem 5rem 2.5rem;overflow-x:auto}.qf-items-header span:nth-child(n+6),.qf-item-row>*:nth-child(n+6){display:none}.hero{flex-direction:column;gap:8px;margin-bottom:16px}.hero h1{font-size:1.6rem;margin:4px 0 6px}.sub{font-size:.85rem}.hero-chip{display:none}.panel{padding:14px 12px;border-radius:14px;margin-bottom:16px}.card{padding:14px 12px;border-radius:14px;margin-bottom:14px}.card-header h2{font-size:1.1rem}.product-card-header{align-items:flex-start}.product-card-header .product-code-label{padding-top:18px;font-size:.78rem}.product-metrics,.product-inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-inventory-footer{align-items:flex-start;flex-direction:column}.product-metric{padding:9px 10px}.product-metric span{font-size:.76rem}.product-metric strong{font-size:1rem}.product-view-toolbar{align-items:stretch}.product-view-toolbar h3{font-size:.95rem}.column-picker-panel{right:0;grid-template-columns:1fr;min-width:150px}.mode-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;margin-bottom:14px;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mode-tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex-shrink:0;padding:8px 12px;font-size:.85rem}.search-row{flex-direction:row;gap:8px}.search-row input{padding:11px 12px;font-size:.95rem}.primary{padding:11px 16px;font-size:.95rem;white-space:nowrap}.options{gap:8px;margin-top:10px}.sorters{width:100%;flex-wrap:nowrap;gap:8px}.sorters label{flex:1;min-width:0}.sorters select{width:100%;min-width:0}.text-field{width:100%}.text-field input,.text-field select{width:100%;min-width:0}.filter-bar{width:100%;box-sizing:border-box;padding:8px 10px;font-size:.85rem;gap:8px}.radio-group{width:100%;flex-wrap:wrap;margin-left:0!important}.table-head,.table-row{grid-template-columns:1fr 1.8fr;grid-auto-rows:auto}.table-head span:nth-child(n+3),.table-row span:nth-child(n+3){display:none}.table-head.tx-col,.table-row.tx-col{grid-template-columns:.9fr 1.6fr .8fr .7fr 44px}.table-head.tx-col span,.table-row.tx-col span{display:initial}.table-head.tx-col span[data-col=bill],.table-row.tx-col span[data-col=bill]{display:none}.table-head.six-col,.table-row.six-col{grid-template-columns:1fr 1.6fr .7fr}.table-head.six-col span,.table-row.six-col span{display:none}.table-head.six-col span[data-col=date],.table-row.six-col span[data-col=date],.table-head.six-col span[data-col=customer],.table-row.six-col span[data-col=customer],.table-head.six-col span[data-col=pending-qty],.table-row.six-col span[data-col=pending-qty]{display:initial}.table-head.pre-six-col,.table-row.pre-six-col{grid-template-columns:.95fr 1.6fr .8fr .7fr}.table-head.pre-six-col span,.table-row.pre-six-col span{display:none}.table-head.pre-six-col span[data-col=date],.table-row.pre-six-col span[data-col=date],.table-head.pre-six-col span[data-col=product],.table-row.pre-six-col span[data-col=product],.table-head.pre-six-col span[data-col=price],.table-row.pre-six-col span[data-col=price],.table-head.pre-six-col span[data-col=qty],.table-row.pre-six-col span[data-col=qty]{display:initial}.table-head.history-five-col,.table-row.history-five-col{grid-template-columns:.95fr 1.55fr .8fr .7fr}.table-head.history-five-col span,.table-row.history-five-col span{display:none}.table-head.history-five-col span[data-col=date],.table-row.history-five-col span[data-col=date],.table-head.history-five-col span[data-col=product],.table-row.history-five-col span[data-col=product],.table-head.history-five-col span[data-col=price],.table-row.history-five-col span[data-col=price],.table-head.history-five-col span[data-col=qty],.table-row.history-five-col span[data-col=qty]{display:initial}.table-head.eight-col,.table-row.eight-col{grid-template-columns:1fr 1.8fr}.table-head.eight-col span:nth-child(n+3),.table-row.eight-col span:nth-child(n+3){display:none}.table-head.nine-col,.table-row.nine-col{grid-template-columns:1fr 1.8fr}.table-head.nine-col span:nth-child(n+3),.table-row.nine-col span:nth-child(n+3){display:none}.stock-hero{padding:14px 16px}.stock-real strong{font-size:2rem}.summary-card{flex-direction:column;gap:12px;padding:12px 14px}.section-title{font-size:.85rem;padding:8px 12px}.table-head,.table-row{padding:9px 12px;font-size:.88rem}.customer-history-head,.customer-history-row{grid-template-columns:.8fr .75fr .95fr 1.15fr 1.45fr .7fr .9fr 45px;gap:5px;padding:10px 11px;font-size:.78rem}.customer-history-detail{padding:8px 11px 10px 22px}.customer-history-switch{max-width:100%;overflow-x:auto}.customer-history-lines-head,.customer-history-line{grid-template-columns:1.45fr 1fr .85fr .75fr .95fr;gap:6px}.customer-history-lines-head{font-size:.68rem}.customer-history-line{font-size:.75rem}.copy-row-btn{padding:3px 6px;font-size:.7rem}.qt-table th:nth-child(n+4):not(:nth-child(5)):not(:last-child),.qt-table td:nth-child(n+4):not(:nth-child(5)):not(:last-child){display:none}.qt-table th:nth-child(3),.qt-table td:nth-child(3),.qt-table th:nth-child(4),.qt-table td:nth-child(4),.qt-table th:nth-child(6),.qt-table td:nth-child(6),.qt-table th:nth-child(7),.qt-table td:nth-child(7),.qt-table th:nth-child(8),.qt-table td:nth-child(8){display:none}.qt-items-table{font-size:.72rem;min-width:600px}.qt-detail{padding:12px 12px 16px 16px}.qt-toolbar{flex-direction:column;align-items:stretch;gap:8px;padding:10px 12px}.qt-toolbar-left{flex-direction:column;gap:6px}.qt-toolbar-right{justify-content:flex-end}.qt-search{max-width:100%}.qt-file-cell{padding:0 10px 10px 22px!important}.qt-file-caption{display:block;margin:0 0 6px}.qt-file-actions{display:flex;width:100%}.qt-file-item{flex:1;justify-content:center}.qt-detail-files{align-items:stretch}.qt-detail-files-label{width:100%}.qf-grid{grid-template-columns:1fr 1fr}.qf-span2,.qf-span4{grid-column:span 2}.qf-span1{grid-column:span 1}.qf-section{padding:14px}.qf-item-grid{grid-template-columns:repeat(3,1fr)}.qf-item-grid .qf-span3{grid-column:span 3}.qf-item-grid .qf-span2{grid-column:span 2}.qd-toolbar{flex-direction:column;align-items:stretch}.qd-search{width:100%;box-sizing:border-box}.qd-sort-wrap{flex-wrap:wrap}.qd-count{margin-left:0}.qd-card-meta{gap:6px}.qd-meta-muted{display:none}.qd-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.qf-cust-card{flex-wrap:wrap}.qf-cust-card-main,.qf-cust-card-info{min-width:100%}.qs-subnav{padding:8px 12px 0}.qs-subnav-btn{padding:6px 14px;font-size:.82rem}.qd-page{padding:14px 12px}.qd-tabs{flex-wrap:wrap}.qd-inner-table{font-size:.75rem}.qd-inner-table th,.qd-inner-table td{padding:4px 6px}}.home-subnav{display:flex;gap:6px;padding:10px clamp(12px,3vw,32px) 0;border-bottom:1px solid var(--line);background:var(--card);overflow-x:auto}.home-subnav button{flex:0 0 auto;padding:8px 16px 10px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);cursor:pointer;font-size:.84rem;font-weight:600;white-space:nowrap}.home-subnav button:hover{color:var(--accent-strong)}.home-subnav button.active{border-bottom-color:var(--accent);color:var(--accent-strong)}.app-back-btn{margin-right:10px;padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--muted);cursor:pointer;font:inherit;font-size:.78rem;font-weight:700}.app-back-btn:hover{border-color:var(--accent);color:var(--accent-strong)}.home-metric-action{width:100%;border:1px solid var(--line);cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s,transform .15s}.home-metric-action:hover{border-color:#93c5fd;box-shadow:0 7px 24px #2563eb1f;transform:translateY(-1px)}.home-explain-card{padding:22px 24px}.home-explain-card h2{margin:5px 0 7px;font-size:1.2rem}.home-explain-card>p{margin:0 0 18px;color:var(--muted);font-size:.86rem;line-height:1.6}.dashboard-list-page{max-width:1440px;padding-top:26px}.dashboard-list-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.dashboard-list-hero h1{margin:5px 0 7px;font-size:clamp(1.7rem,3vw,2.35rem);letter-spacing:-.03em}.dashboard-list-hero p{margin:0;color:var(--muted);font-size:.9rem}.dashboard-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;margin-bottom:14px}.dashboard-quick-filters{display:flex;align-items:center;gap:7px;min-width:0;flex-wrap:wrap;color:var(--muted);font-size:.76rem;font-weight:700}.dashboard-quick-filters button,.dashboard-export-button{min-height:34px;padding:7px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font:inherit;font-size:.76rem;font-weight:700}.dashboard-quick-filters button:hover,.dashboard-quick-filters button.active,.dashboard-export-button:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff;color:var(--accent-strong)}.dashboard-quick-filters .dashboard-quick-clear{border-color:transparent;background:transparent;color:var(--accent-strong)}.dashboard-custom-date{position:relative;flex-shrink:0}.dashboard-custom-date>summary{min-height:34px;padding:7px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font:inherit;font-size:.76rem;font-weight:700;list-style:none}.dashboard-custom-date>summary::-webkit-details-marker{display:none}.dashboard-custom-date>summary:hover,.dashboard-custom-date>summary.active{border-color:#93c5fd;background:#eff6ff;color:var(--accent-strong)}.dashboard-custom-date-panel{position:absolute;z-index:25;top:calc(100% + 6px);left:0;display:flex;align-items:flex-end;gap:8px;min-width:330px;padding:11px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 12px 28px #0f172a24}.dashboard-custom-date-panel label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:.7rem;font-weight:700}.dashboard-custom-date-panel input{min-height:32px;padding:6px 8px;border:1px solid var(--line);border-radius:6px;color:var(--ink);font:inherit;font-weight:400}.dashboard-custom-date-panel button{min-height:32px;padding:6px 8px;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;font-size:.72rem;white-space:nowrap}.dashboard-export-button{flex-shrink:0;border-color:#bfdbfe;background:#eff6ff;color:var(--accent-strong)}.dashboard-export-button:disabled{cursor:not-allowed;opacity:.45}.dashboard-list-actions,.dashboard-filter-bar{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.dashboard-list-actions label,.dashboard-filter-bar label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:.75rem;font-weight:700}.dashboard-list-actions select,.dashboard-filter-bar select,.dashboard-filter-bar input{min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.dashboard-filter-bar{align-items:flex-end;margin-bottom:14px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#ffffffc7}.dashboard-filter-search input{width:min(300px,55vw)}.dashboard-sort-direction,.dashboard-view-button{min-height:34px;padding:7px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font-size:.78rem;font-weight:700}.dashboard-sort-direction:hover,.dashboard-view-button:hover{border-color:var(--accent);color:var(--accent-strong)}.dashboard-result-count{margin-left:auto;padding-bottom:8px;color:var(--muted);font-size:.78rem}.dashboard-data-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:var(--shadow)}.dashboard-table-wrap{overflow-x:auto}.dashboard-grid{display:grid;align-items:center;min-width:980px;gap:12px;padding:0 18px}.dashboard-orders-grid{min-width:1240px;grid-template-columns:.75fr .75fr 1.25fr 1.05fr .9fr .7fr .65fr .9fr .65fr .65fr .9fr .8fr}.dashboard-products-grid{min-width:1120px;grid-template-columns:1.25fr .75fr .7fr .85fr .75fr .95fr .9fr .9fr .95fr .85fr}.dashboard-transactions-grid{grid-template-columns:.85fr 1.25fr 1.15fr .95fr .7fr .8fr .9fr}.dashboard-purchases-grid{min-width:1180px;grid-template-columns:1.05fr .75fr .85fr 1.15fr 1.25fr .8fr .65fr .95fr .55fr}.dashboard-table-header{min-height:42px;background:#f8fafc;color:var(--muted);font-size:.72rem;font-weight:700}.dashboard-header-cell{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:5px;white-space:nowrap}.dashboard-header-tools{display:flex;align-items:center;gap:2px}.dashboard-header-sort,.dashboard-header-menu summary{display:inline-flex;min-width:22px;min-height:22px;align-items:center;justify-content:center;padding:2px 4px;border:1px solid transparent;border-radius:5px;background:transparent;color:#94a3b8;cursor:pointer;font:inherit;font-size:.7rem;font-weight:700;list-style:none}.dashboard-header-menu summary::-webkit-details-marker{display:none}.dashboard-header-sort:hover,.dashboard-header-sort.active,.dashboard-header-menu summary:hover,.dashboard-header-menu summary.active{border-color:#bfdbfe;background:#eff6ff;color:var(--accent-strong)}.dashboard-header-menu{position:relative}.dashboard-header-popover{position:absolute;z-index:20;top:calc(100% + 6px);right:0;width:190px;padding:10px;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 12px 28px #0f172a24;color:var(--ink);font-size:.76rem;font-weight:400;white-space:normal}.dashboard-header-search,.dashboard-header-options{display:flex;flex-direction:column;gap:7px}.dashboard-header-search{margin-bottom:9px;color:var(--muted);font-size:.7rem;font-weight:700}.dashboard-header-search input{width:100%;min-height:30px;padding:6px 8px;border:1px solid var(--line);border-radius:6px;font:inherit}.dashboard-header-options label{display:flex;align-items:center;gap:7px;cursor:pointer}.dashboard-header-clear{margin-top:9px;padding:0;border:0;background:none;color:var(--accent-strong);cursor:pointer;font:inherit;font-size:.72rem}.dashboard-range-label{color:var(--accent-strong);font-weight:700}.dashboard-mobile-controls{display:none}.dashboard-table-row{min-height:54px;border-top:1px solid #eef2f7;color:#334155;font-size:.82rem}.dashboard-table-row:nth-child(odd){background:#fcfdff}.dashboard-expandable{border-top:1px solid #eef2f7}.dashboard-expandable .dashboard-table-row{border-top:0}.dashboard-clickable{cursor:pointer}.dashboard-clickable:hover{background:#f8fbff}.dashboard-mobile-row{display:none}.dashboard-table-empty{min-width:980px;padding:48px 18px;color:var(--muted);font-size:.86rem;text-align:center}.dashboard-link{overflow:hidden;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;font-weight:700;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.dashboard-link:hover{text-decoration:underline}.dashboard-order-link{width:100%;padding:0;text-align:left}.product-order-link{overflow:hidden;padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;text-align:left;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.product-order-link:hover{text-decoration:underline}.dashboard-customer-link{overflow:hidden;width:100%;padding:0;border:0;background:transparent;color:var(--ink);cursor:pointer;font:inherit;font-weight:600;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dashboard-customer-link:hover{color:var(--accent-strong);text-decoration:underline}.dashboard-bill-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.dashboard-table-row .price-value{color:#b45309;font-weight:700}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-detail{padding:14px 18px 16px;border-top:1px dashed var(--line);background:#f8fafc}.dashboard-detail-grid{display:flex;align-items:flex-end;gap:24px;flex-wrap:wrap}.dashboard-detail-item{display:flex;min-width:110px;flex-direction:column;gap:4px}.dashboard-detail-item span,.dashboard-detail-note,.dashboard-detail-heading{color:var(--muted);font-size:.72rem}.dashboard-detail-item strong{color:var(--ink);font-size:.85rem}.dashboard-detail-item.emphasize strong{color:#c2410c}.dashboard-detail-actions{display:flex;gap:8px;margin-left:auto}.dashboard-detail-heading{margin-bottom:10px;font-weight:700}.dashboard-product-orders{display:flex;flex-direction:column;gap:6px;max-width:780px}.dashboard-product-orders-header,.dashboard-product-orders>div{display:grid;grid-template-columns:100px 100px 1.5fr 1fr .8fr .7fr .9fr .8fr;align-items:center;gap:12px;min-height:32px;color:#475569;font-size:.78rem}.dashboard-product-orders-header{min-height:28px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.7rem;font-weight:700}.dashboard-detail-sort-button{display:inline-flex;width:100%;align-items:center;justify-content:space-between;gap:4px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.dashboard-detail-sort-button.align-right{justify-content:flex-end;text-align:right}.dashboard-detail-sort-button:hover,.dashboard-detail-sort-button.active{color:var(--accent-strong)}.dashboard-detail-sort-button span{color:#94a3b8;font-size:.7rem}.dashboard-detail-sort-button.active span{color:var(--accent-strong)}.dashboard-product-orders strong{color:#c2410c;text-align:right}.dashboard-detail-note{margin-top:10px}.dashboard-purchase-summary-table{overflow:hidden;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.dashboard-purchase-summary-row{display:grid;grid-template-columns:1.45fr 1fr 1.1fr 1.25fr;min-width:0}.dashboard-purchase-summary-row>*{min-width:0;padding:8px 12px;border-right:1px solid #e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-purchase-summary-row>*:last-child{border-right:0}.dashboard-purchase-summary-head{border-bottom:1px solid #e2e8f0;background:#f8fafc;color:var(--muted);font-size:.7rem;font-weight:700}.dashboard-purchase-summary-row:not(.dashboard-purchase-summary-head){color:#334155;font-size:.8rem}.dashboard-purchase-summary-row strong{color:var(--ink)}.dashboard-purchase-summary-arrival{color:#0f766e!important}.dashboard-purchase-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:#fff}.dashboard-purchase-table{width:100%;min-width:780px;border-collapse:collapse;table-layout:fixed;color:#334155;font-size:.78rem}.dashboard-purchase-table th,.dashboard-purchase-table td{min-width:0;padding:9px 12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}.dashboard-purchase-table th{background:#f8fafc;color:var(--muted);font-size:.7rem;font-weight:700;white-space:nowrap}.dashboard-purchase-table th:nth-child(1){width:28%}.dashboard-purchase-table th:nth-child(2){width:17%}.dashboard-purchase-table th:nth-child(3){width:13%}.dashboard-purchase-table th:nth-child(4){width:10%}.dashboard-purchase-table th:nth-child(5){width:17%}.dashboard-purchase-table th:nth-child(6){width:15%}.dashboard-purchase-table th .dashboard-detail-sort-button{width:100%;min-height:22px}.dashboard-purchase-table td:first-child .dashboard-link{display:block;width:100%}.dashboard-purchase-item-row td{background:#fff}.dashboard-purchase-item-row:hover td{background:#f8fbff}.dashboard-purchase-related-summary{display:flex;flex-direction:column;gap:2px;white-space:nowrap}.dashboard-purchase-related-summary strong{color:#b45309}.dashboard-purchase-related-summary small{color:var(--muted);font-size:.68rem}.dashboard-purchase-quantity-cell{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.dashboard-purchase-quantity-cell small{color:var(--muted);font-size:.68rem;white-space:nowrap}.dashboard-purchase-related-count{color:#b45309;font-weight:700;white-space:nowrap}.dashboard-purchase-related-row>td{padding:0 12px 12px;background:#f8fafc}.dashboard-purchase-related-row:last-child>td{border-bottom:0}.purchase-related-orders{min-width:0}.purchase-related-orders-title{padding:8px 0 6px;color:var(--accent-strong);font-size:.7rem;font-weight:700}.purchase-related-orders-wrap{overflow-x:auto}.purchase-related-orders-table{width:100%;border-collapse:collapse;table-layout:fixed;border:1px solid #dbe3ed;background:#fff}.purchase-related-orders-table th,.purchase-related-orders-table td{padding:6px 9px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}.purchase-related-orders-table th{background:#f1f5f9;color:var(--muted);font-size:.66rem;font-weight:700}.purchase-related-orders-table th:nth-child(1){width:60%}.purchase-related-orders-table th:nth-child(2){width:18%}.purchase-related-orders-table th:nth-child(3){width:22%}.purchase-related-orders-table tr:last-child td{border-bottom:0}.purchase-related-orders-table td:first-child{display:flex;min-width:0;flex-direction:column;gap:2px}.purchase-related-orders-table td:first-child>*{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-related-order-no{color:var(--accent-strong);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:700}.purchase-related-order-link{padding:0;border:0;background:transparent;cursor:pointer;font:inherit;text-align:left}.purchase-related-order-link:hover{text-decoration:underline}.purchase-related-customer,.purchase-related-customer-link{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-related-customer{color:#475569}.purchase-related-customer-link{padding:0;border:0;background:transparent;color:#475569;cursor:pointer;font:inherit;text-align:left}.purchase-related-customer-link:hover{color:var(--accent-strong);text-decoration:underline}.purchase-related-order-qty{color:#b45309;text-align:right}.purchase-related-order-date{min-width:92px!important;overflow:visible!important;color:#0f766e;text-overflow:clip!important;text-align:right;white-space:nowrap!important}.purchase-related-orders-empty{padding:6px 0;color:var(--muted);font-size:.72rem}.dashboard-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem}.dashboard-pagination>div{display:flex;gap:8px}.dashboard-pagination button:disabled{cursor:not-allowed;opacity:.45}@media (max-width: 720px){.home-subnav{padding-left:12px;padding-right:12px}.home-explain-card{padding:18px 14px}.dashboard-list-page{padding:22px 12px 90px}.dashboard-list-hero{align-items:stretch;flex-direction:column;gap:16px}.dashboard-list-actions{align-items:center;justify-content:space-between}.dashboard-list-actions label{flex:1}.dashboard-list-actions select{width:100%}.dashboard-list-actions .dashboard-result-count{margin-left:0;padding-bottom:0;white-space:nowrap}.dashboard-list-toolbar{align-items:stretch;flex-direction:column}.dashboard-quick-filters{align-items:stretch}.dashboard-quick-filters button,.dashboard-export-button{flex:1 1 auto}.dashboard-export-button{width:100%}.dashboard-custom-date-panel{right:0;left:auto;min-width:min(330px,calc(100vw - 24px));flex-wrap:wrap}.dashboard-custom-date-panel label{flex:1 1 120px}.dashboard-filter-bar{align-items:stretch;flex-direction:column}.dashboard-filter-bar label,.dashboard-filter-search input,.dashboard-filter-bar select,.dashboard-sort-direction{width:100%}.dashboard-result-count{margin-left:0;padding-bottom:0}.dashboard-pagination{align-items:flex-start;flex-direction:column}.dashboard-mobile-controls{display:block;margin-bottom:12px;border:1px solid var(--line);border-radius:10px;background:#fff}.dashboard-mobile-controls>summary{padding:11px 13px;color:var(--accent-strong);cursor:pointer;font-size:.8rem;font-weight:700;list-style:none}.dashboard-mobile-controls>summary::-webkit-details-marker{display:none}.dashboard-mobile-controls-panel{display:flex;flex-direction:column;gap:14px;padding:0 13px 13px}.dashboard-mobile-controls-panel>label,.dashboard-mobile-controls-panel fieldset{display:flex;flex-direction:column;gap:7px;margin:0;padding:0;border:0;color:var(--muted);font-size:.75rem;font-weight:700}.dashboard-mobile-controls-panel input[type=text],.dashboard-mobile-controls-panel>label input{min-height:34px;padding:7px 9px;border:1px solid var(--line);border-radius:7px;font:inherit;font-weight:400}.dashboard-mobile-controls-panel fieldset label{display:flex;align-items:center;gap:7px;color:var(--ink);font-weight:400}.dashboard-mobile-controls-panel legend{margin-bottom:1px;color:var(--muted);font-size:.75rem;font-weight:700}.dashboard-mobile-controls-panel fieldset button{align-self:flex-start;padding:0;border:0;background:none;color:var(--accent-strong);cursor:pointer;font:inherit;font-size:.72rem}.dashboard-mobile-sort-options{display:flex;flex-wrap:wrap;gap:6px}.dashboard-mobile-sort-options button{padding:6px 9px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);cursor:pointer;font:inherit;font-size:.72rem}.dashboard-mobile-sort-options button.active{border-color:#93c5fd;background:#eff6ff;color:var(--accent-strong)}.dashboard-table-wrap{overflow-x:visible}.dashboard-table-header,.dashboard-grid.dashboard-table-row{display:none}.dashboard-table-empty{min-width:0}.dashboard-expandable{border-top:0}.dashboard-mobile-row{display:grid;align-items:center;gap:8px;min-height:64px;padding:11px 14px;border-top:1px solid #eef2f7;background:#fff;color:#475569;cursor:pointer;font-size:.78rem;overflow:hidden}.dashboard-mobile-orders-row{grid-template-columns:minmax(54px,auto) minmax(0,1.2fr) minmax(0,1fr) auto auto}.dashboard-mobile-products-row{grid-template-columns:minmax(0,1.2fr) auto auto minmax(0,auto) minmax(58px,auto)}.dashboard-mobile-transactions-row{grid-template-columns:minmax(54px,auto) minmax(0,1fr) minmax(0,1fr) auto}.dashboard-mobile-purchases-row{grid-template-columns:72px minmax(0,1fr) minmax(0,1.2fr) auto auto}.dashboard-mobile-row>span:first-child{color:var(--muted);font-size:.72rem}.dashboard-mobile-row>strong{font-size:.82rem}.dashboard-mobile-row>span,.dashboard-mobile-row>strong,.dashboard-mobile-row>button{min-width:0}.dashboard-mobile-row>span,.dashboard-mobile-row>strong,.dashboard-mobile-row>button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-mobile-row>button{width:100%;padding:0}.dashboard-mobile-products-row>span:nth-child(4){display:none}.dashboard-detail{padding:12px 14px 14px}.dashboard-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-detail-item{min-width:0}.dashboard-detail-actions{grid-column:1 / -1;margin-left:0}.dashboard-product-orders{gap:0;max-width:100%}.dashboard-product-orders-header,.dashboard-product-orders>div{grid-template-columns:64px 64px minmax(0,1fr) auto auto auto auto;gap:6px;padding:7px 0}.dashboard-product-orders-header{padding-top:0;padding-bottom:6px}.dashboard-product-orders>div{border-bottom:1px solid #e2e8f0}.dashboard-product-orders>div>span:nth-child(4){display:none}.dashboard-product-orders-header>button:nth-child(4){display:none}.dashboard-product-orders>div>.home-status{justify-self:end}.dashboard-purchase-summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-purchase-summary-row>*:nth-child(2){border-right:0}.dashboard-purchase-summary-row>*:nth-child(-n+2){border-bottom:1px solid #e2e8f0}.dashboard-purchase-table{min-width:720px}.dashboard-purchase-table th,.dashboard-purchase-table td{padding:8px 9px}.purchase-related-orders-table{min-width:480px}}.tx-section{margin-top:20px}.pending-orders-section{margin:16px 0;border:1px solid #bfdbfe;border-radius:10px;overflow:hidden}.section-title{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#eff6ff;font-weight:600;font-size:.9rem;color:#1d4ed8;border-bottom:1px solid #bfdbfe}.collapsible-title:hover{background:#dbeafe}.collapse-arrow{font-size:.8rem;width:14px;display:inline-block}.copy-row-btn{font-size:.72rem;padding:2px 8px;border:1px solid #d1d5db;border-radius:4px;background:#f9fafb;color:#374151;cursor:pointer;white-space:nowrap}.copy-row-btn:hover{background:#e5e7eb}.table-head.five-col,.table-row.five-col{grid-template-columns:1fr 2fr 1.5fr 1fr 1fr}.table-head.tx-col,.table-row.tx-col{grid-template-columns:1fr 2fr 1.5fr 1fr 1fr 52px}.table-head.six-col,.table-row.six-col{grid-template-columns:1fr 2fr 1.5fr 1fr 1fr 1fr}.table-head.pre-six-col,.table-row.pre-six-col{grid-template-columns:1fr .7fr 2fr 1.5fr 1fr 1fr}.delivery-date{color:#0f766e;font-weight:600}.pending-qty{font-weight:700;color:var(--gold)}.badge{display:inline-flex;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600;line-height:1;align-self:center;justify-self:start}.badge-order{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.badge-delivery{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.product-card-header{align-items:flex-end}.product-drawer-body{flex:1;overflow-y:auto;padding:16px 20px;background:var(--bg)}.product-drawer-body .product-transactions-card{margin:0;padding:0;border:0;border-radius:0;box-shadow:none;animation:none}.product-card-header h2{margin-top:4px}.product-card-eyebrow{display:block;color:var(--accent-strong)!important;font-size:.68rem;letter-spacing:.16em;font-weight:800}.product-code-label{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.04em}.product-inventory-summary{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.product-inventory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.product-metric-transit{border-color:#bfdbfe;background:#eff6ff}.product-metric-transit strong{color:#1d4ed8}.product-inventory-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:var(--muted);font-size:.78rem}.product-inventory-footer .ghost{flex-shrink:0;padding:6px 9px;font-size:.76rem}.product-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:4px 0 18px}.product-metric{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:#f8fafc}.product-metric span{color:var(--muted);font-size:.82rem;white-space:nowrap}.product-metric strong{font-size:1.15rem;color:var(--ink)}.product-metric-warning{border-color:#fed7aa;background:#fff7ed}.product-metric-warning strong{color:#c2410c}.product-view-tabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid var(--line);scrollbar-width:none}.product-view-tabs::-webkit-scrollbar{display:none}.product-view-tab{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;padding:10px 14px;border:0;border-bottom:3px solid transparent;border-radius:8px 8px 0 0;background:transparent;color:var(--muted);font-size:.9rem;font-weight:700;cursor:pointer}.product-view-tab:hover{background:#f8fafc;color:var(--accent-strong)}.product-view-tab.active{border-bottom-color:var(--accent);background:var(--accent-glow);color:var(--accent-strong)}.product-view-tab span{min-width:21px;padding:2px 5px;border-radius:999px;background:#64748b24;font-size:.72rem;text-align:center}.product-view-tab.active span{background:#2563eb29}.product-view-panel{padding-top:18px}.product-view-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.product-view-toolbar h3{margin:0;font-size:1rem}.product-view-toolbar p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.column-picker{position:relative;flex-shrink:0}.column-picker summary{padding:7px 10px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#fff;cursor:pointer;font-size:.82rem;font-weight:600;list-style:none}.column-picker summary::-webkit-details-marker{display:none}.column-picker summary:before{content:"☷";margin-right:5px;color:var(--accent)}.column-picker-panel{position:absolute;z-index:5;top:calc(100% + 6px);right:0;display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));gap:7px 12px;min-width:235px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:var(--shadow)}.column-picker-panel .checkbox{margin:0;font-size:.8rem;white-space:nowrap}.product-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px}.product-data-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed}.product-data-table>thead>tr,.product-data-table>tbody>tr{display:grid;align-items:center}.product-data-table>thead>tr>th,.product-data-table>tbody>tr>td{min-width:0;padding:10px 12px;overflow:hidden;text-overflow:ellipsis;text-align:left;vertical-align:middle}.product-data-table>thead>tr>th{color:var(--muted);background:#f8fafc;font-size:.75rem;font-weight:700;letter-spacing:.04em}.product-sort-button{display:inline-flex;width:100%;align-items:center;justify-content:space-between;gap:5px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.product-sort-button.align-right{justify-content:flex-end;text-align:right}.product-sort-button:hover,.product-sort-button.active{color:var(--accent-strong)}.product-sort-button span{color:#94a3b8;font-size:.72rem}.product-sort-button.active span{color:var(--accent-strong)}.product-data-table>tbody>tr>td{border-top:1px solid var(--line);background:#fff;font-size:.86rem}.product-data-table>tbody>tr:nth-child(2n)>td{background:#fcfdff}.product-data-table td>span:first-child{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-subtle{display:block;margin-top:2px;overflow:hidden;color:var(--muted);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.align-right{text-align:right!important}.strong-number{font-weight:700}.price-cell{color:#b45309;font-weight:700}.product-customer-link{overflow:hidden;max-width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap}.product-customer-link:hover{color:var(--accent-strong);text-decoration:underline}.product-purchase-link{max-width:100%;padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;text-align:left;text-decoration:underline;text-decoration-color:#bfdbfe;text-underline-offset:3px}.product-purchase-link:hover:not(:disabled){color:var(--accent);text-decoration-color:var(--accent)}.product-purchase-link:disabled{color:inherit;cursor:default;text-decoration:none}.product-purchase-quantity-cell{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.product-purchase-quantity-cell small{color:var(--muted);font-size:.7rem;white-space:nowrap}.purchase-detail-row td.purchase-detail-cell{grid-column:1 / -1;overflow:visible;padding:0;border-top:0;background:#f8fafc;text-overflow:clip}.purchase-order-detail{padding:14px 16px 16px;border-top:1px solid #bfdbfe;border-bottom:1px solid var(--line);background:#f8fafc}.purchase-detail-stack{background:#f8fafc}.purchase-detail-stack>.product-purchase-related-orders{padding:0 16px 16px;border-bottom:1px solid var(--line)}.purchase-detail-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}.purchase-detail-summary div{min-width:0;display:flex;flex-direction:column;gap:3px}.purchase-detail-summary span,.purchase-detail-partner-header span{color:var(--muted);font-size:.72rem}.purchase-detail-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.purchase-detail-partner{margin-top:10px;border:1px solid var(--line);border-radius:8px;background:#fff}.purchase-detail-partner-header{display:flex;align-items:baseline;gap:10px;padding:9px 11px;border-bottom:1px solid var(--line)}.purchase-detail-partner-header strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-detail-partner-header span:last-child{margin-left:auto;white-space:nowrap}.purchase-detail-lines-wrap{overflow-x:auto}.purchase-detail-lines{width:100%;min-width:620px;border-collapse:collapse;table-layout:fixed;font-size:.78rem}.purchase-detail-lines th,.purchase-detail-lines td{padding:8px 10px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:middle}.purchase-detail-lines th{color:var(--muted);background:#f8fafc;font-size:.7rem}.purchase-detail-lines td{background:#fff}.purchase-detail-lines th:nth-child(1),.purchase-detail-lines td:nth-child(1){width:18%}.purchase-detail-lines th:nth-child(2),.purchase-detail-lines td:nth-child(2){width:30%}.purchase-detail-lines th:nth-child(3),.purchase-detail-lines td:nth-child(3){width:12%}.purchase-detail-lines th:nth-child(4),.purchase-detail-lines td:nth-child(4){width:14%}.purchase-detail-lines th:nth-child(5),.purchase-detail-lines td:nth-child(5){width:10%}.purchase-detail-lines th:nth-child(6),.purchase-detail-lines td:nth-child(6){width:16%}.purchase-detail-state{padding:12px;color:var(--muted);font-size:.8rem}.purchase-detail-state.error{color:var(--danger)}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.8rem}.status-pill,.transaction-type{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.status-pill.pending,.transaction-type.order{background:#eff6ff;color:#1d4ed8}.status-pill.partial{background:#fff7ed;color:#c2410c}.status-pill.completed,.transaction-type.delivery{background:#f0fdf4;color:#15803d}.product-table-empty{grid-column:1 / -1;padding:24px!important;color:var(--muted);text-align:center!important}.ledger-table-wrap{overflow-x:auto}.ledger-grid{display:grid;grid-template-columns:82px 42px 108px minmax(150px,1fr) 70px 70px 70px;gap:0 8px;min-width:650px;padding:7px 12px}.ledger-grid-head{border-bottom:2px solid var(--line);color:var(--muted);font-size:.75rem;font-weight:700}.ledger-grid-row{border-bottom:1px solid var(--line);font-size:.8rem}.ledger-in{color:var(--accent-strong)}.ledger-grid-total{grid-template-columns:1fr 70px 70px 70px;justify-content:end;border-bottom:1px solid var(--line);background:#2563eb0f;color:var(--accent-strong);font-size:.8rem;font-weight:700}.ledger-total-label{grid-column:1 / 2}.app-header{display:flex;align-items:center;gap:24px;padding:0 24px;height:56px;background:var(--ink);border-bottom:none;box-shadow:0 1px #ffffff0f;position:sticky;top:0;z-index:100;margin-bottom:0}.app-header-brand{display:flex;align-items:center;gap:10px}.app-brand-logo{background:var(--accent);color:#fff;font-weight:800;font-size:.78rem;letter-spacing:.14em;padding:4px 10px;border-radius:6px}.app-brand-name{font-weight:600;font-size:.95rem;color:#ffffffd9}.app-nav{display:flex;gap:6px;flex:1}.app-nav-btn{padding:6px 16px;border-radius:6px;border:none;background:transparent;font-weight:500;font-size:.88rem;color:#ffffff8c;cursor:pointer;transition:all .15s;height:32px;display:flex;align-items:center}.app-nav-btn:hover{color:#ffffffe6;background:#ffffff14}.app-nav-btn.active{background:var(--accent);color:#fff;font-weight:600}.app-header-user{display:flex;align-items:center;gap:10px;margin-left:auto}.app-avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--line)}.app-avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.2)}.app-email{font-size:.8rem;color:#ffffff80}.app-signout-btn{font-size:.8rem;padding:4px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#ffffff8c;cursor:pointer;transition:all .15s}.app-signout-btn:hover{border-color:var(--danger);background:#ef44441a;color:#fca5a5}.page-content{max-width:1200px;margin:0 auto;padding:24px clamp(12px,3vw,32px)}.qs-subnav{display:flex;gap:6px;padding:12px 24px 0;background:var(--card);border-bottom:1px solid #e5e7eb}.qs-subnav-btn{padding:7px 20px;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:.88rem;font-weight:500;cursor:pointer;transition:all .15s;border-radius:6px 6px 0 0}.qs-subnav-btn:hover{color:var(--accent-strong)}.qs-subnav-btn.active{color:var(--accent-strong);border-bottom-color:var(--accent);font-weight:700}.qd-page{background:var(--card);border-radius:0 0 16px 16px;padding:20px 24px;min-height:60vh}.qd-tabs{display:flex;gap:8px;margin-bottom:16px}.qd-tab{display:flex;align-items:center;gap:6px;padding:6px 18px;border:1.5px solid #e5e7eb;border-radius:8px;background:transparent;color:var(--muted);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s}.qd-tab:hover{border-color:var(--accent);color:var(--accent-strong)}.qd-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.qd-tab-count{font-size:.75rem;padding:1px 7px;border-radius:99px;background:#ffffff40}.qd-tab.active .qd-tab-count{background:#ffffff4d}.qd-tab:not(.active) .qd-tab-count{background:#f3f4f6;color:#6b7280}.qd-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.qd-search{padding:7px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.85rem;width:220px;background:#f9fafb}.qd-search:focus{outline:none;border-color:var(--accent);background:#fff}.qd-sort-wrap{display:flex;align-items:center;gap:4px}.qd-sort-label{font-size:.78rem;color:var(--muted);margin-right:4px}.qd-sort-btn{padding:4px 12px;border:1px solid #e5e7eb;border-radius:6px;background:transparent;font-size:.78rem;color:#6b7280;cursor:pointer;transition:all .12s}.qd-sort-btn:hover{border-color:var(--accent);color:var(--accent-strong)}.qd-sort-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.qd-count{font-size:.78rem;color:var(--muted);margin-left:auto}.qd-group-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.qd-group-btn{padding:5px 11px;border:1px solid #dbe3ee;border-radius:999px;background:#fff;font-size:.78rem;color:#64748b;cursor:pointer}.qd-group-btn:hover{border-color:var(--accent);color:var(--accent-strong)}.qd-group-btn.active{background:#e8f1ff;border-color:#93c5fd;color:#1d4ed8}.qd-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.qd-summary-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.qd-summary-label{font-size:.74rem;color:#64748b}.qd-summary-value{font-size:1.08rem;font-weight:700;color:#0f172a;margin-top:2px}.qd-list{display:flex;flex-direction:column;gap:6px}.qd-empty{text-align:center;padding:48px;color:var(--muted);font-size:.88rem}.qd-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .12s}.qd-card:hover{border-color:#93c5fd}.qd-card-header{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f9fafb;cursor:pointer;-webkit-user-select:none;user-select:none}.qd-card-header:hover{background:#f0f4ff}.qd-chevron{font-size:.75rem;color:var(--muted);width:14px;flex-shrink:0}.qd-card-title{font-size:.88rem;font-weight:600;color:var(--accent-strong);cursor:pointer;text-decoration:underline dotted;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qd-card-meta{display:flex;align-items:center;gap:10px;flex-shrink:0}.qd-badge-blue{font-size:.72rem;padding:2px 8px;border-radius:99px;background:#dbeafe;color:#1d4ed8;font-weight:600}.qd-badge-green{font-size:.72rem;padding:2px 8px;border-radius:99px;background:#dcfce7;color:#166534;font-weight:600}.qd-meta-date{font-size:.78rem;color:var(--muted)}.qd-meta-muted{font-size:.78rem;color:#9ca3af}.qd-card-body{padding:12px 16px;background:#fff}.qd-inner-table{width:100%;border-collapse:collapse;font-size:.8rem}.qd-inner-table th{padding:5px 8px;text-align:left;color:#9ca3af;font-weight:600;font-size:.72rem;border-bottom:1px solid #f3f4f6}.qd-inner-table td{padding:5px 8px;border-bottom:1px solid #f9fafb;color:#374151}.qd-inner-table tr:last-child td{border-bottom:none}.qd-inner-table tr:hover td{background:#f9fafb}.qd-mono{font-family:monospace;font-size:.78rem;color:#6b7280}.qd-link{color:var(--accent);text-decoration:underline dotted;cursor:pointer}.qd-link:hover{color:var(--accent-strong)}.qd-company-quote{margin-bottom:14px}.qd-company-quote:last-child{margin-bottom:0}.qd-company-quote-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;padding-bottom:4px;border-bottom:1px dashed #e5e7eb}.qt-page{background:var(--card);border-radius:16px;border:1px solid var(--line);box-shadow:0 4px 16px #181c210f;overflow:hidden}.qt-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line);background:#f8fafc;flex-wrap:wrap}.qt-toolbar-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.qt-toolbar-right{display:flex;gap:8px;flex-shrink:0}.qt-search{flex:1;min-width:0;max-width:320px;padding:7px 11px;border:1px solid var(--line);border-radius:8px;font-size:.85rem;background:#fff;color:var(--ink);transition:border .15s,box-shadow .15s}.qt-search:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.qt-count{font-size:.78rem;color:var(--muted);white-space:nowrap}.qt-btn{padding:7px 14px;border-radius:8px;font-weight:600;font-size:.84rem;cursor:pointer;border:1px solid;transition:all .15s}.qt-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.qt-btn.primary:hover{background:var(--accent-strong)}.qt-btn.ghost{background:transparent;border-color:var(--line);color:var(--muted)}.qt-btn.ghost:hover:not(:disabled){border-color:var(--accent);color:var(--accent-strong);background:var(--accent-glow)}.qt-btn:disabled{opacity:.45;cursor:wait}.qt-error{margin:10px 16px;padding:9px 13px;background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);border-radius:8px;font-size:.83rem}.qt-table-wrap{overflow-x:auto}.qt-table{width:100%;border-collapse:collapse;font-size:.86rem}.qt-table thead tr{background:#f1f5f9;border-bottom:1px solid var(--line)}.qt-table th{padding:9px 12px;text-align:left;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);white-space:nowrap}.qt-row{border-bottom:1px solid var(--line);cursor:pointer;transition:background .12s}.qt-row:hover{background:#f8fafc}.qt-row.open{background:#eff6ff}.qt-row-file{background:#fbfdff;border-bottom:1px solid var(--line)}.qt-row-file:hover{background:#f8fafc}.qt-file-cell{padding:0 12px 10px 28px!important}.qt-file-caption{display:inline-block;margin-right:10px;color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.04em;vertical-align:middle}.qt-file-actions{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap;vertical-align:middle}.qt-file-item{display:inline-flex;align-items:center;gap:5px;min-height:27px;padding:4px 10px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:#fff;font-size:.75rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:border-color .12s,background .12s,color .12s,transform .12s}.qt-file-item:hover{transform:translateY(-1px)}.qt-file-item-pdf{border-color:#fecaca;color:#b91c1c;background:#fff7f7}.qt-file-item-pdf:hover{border-color:#f87171;background:#fef2f2}.qt-file-item-excel{border-color:#bbf7d0;color:#15803d;background:#f6fff8}.qt-file-item-excel:hover{border-color:#4ade80;background:#f0fdf4}.qt-file-item-empty{border-style:dashed;color:#94a3b8;background:#f8fafc;font-weight:500}.qt-file-icon{display:inline-flex;width:16px;align-items:center;justify-content:center;font-size:.82rem}.qt-row td{padding:10px 12px;vertical-align:middle}.qt-chevron{color:var(--muted);font-size:.75rem;width:1.2rem}.qt-id{font-weight:700;color:var(--accent-strong);white-space:nowrap}.qt-date{color:var(--muted);white-space:nowrap;font-size:.82rem}.qt-company{font-weight:600}.qt-subject{color:var(--muted);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qt-contact{color:var(--muted);font-size:.82rem}.qt-num{text-align:right;color:var(--muted);font-size:.82rem}.qt-none{color:#ccc}.qt-file-actions-cell{min-width:150px;white-space:nowrap}.qt-file-actions-cell .qt-file-actions{gap:4px}.qt-file-actions-cell .qt-file-item{min-height:24px;padding:3px 7px;font-size:.7rem}.qt-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:700;background:var(--accent-glow);color:var(--accent-strong)}.qt-actions{text-align:right;white-space:nowrap}.qt-act-btn{background:transparent;border:1px solid var(--line);border-radius:6px;padding:3px 8px;font-size:.8rem;cursor:pointer;color:var(--muted);margin-left:4px;transition:all .12s}.qt-act-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent-strong);background:var(--accent-glow)}.qt-act-btn.del:hover:not(:disabled){border-color:var(--danger-border);color:var(--danger);background:var(--danger-bg)}.qt-act-btn:disabled{opacity:.35;cursor:wait}.qt-td-empty{padding:40px;text-align:center;color:var(--muted);font-size:.9rem}.qt-detail-row td{padding:0}.qt-detail-cell{border-bottom:2px solid rgba(37,99,235,.15)!important}.qt-detail{padding:16px 20px 20px 44px;background:#f0f9ff}.qt-detail-loading{padding:24px;text-align:center;color:var(--muted);font-size:.9rem}.qt-detail-ver{margin-bottom:16px}.qt-detail-ver:last-child{margin-bottom:0}.qt-detail-ver-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-strong);margin-bottom:10px}.qt-detail-files{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:11px}.qt-detail-files-label{margin-right:2px;color:#94a3b8;font-size:.72rem;font-weight:700}.qt-detail-meta{display:flex;flex-wrap:wrap;gap:6px 20px;margin-bottom:12px}.qt-detail-meta-item{display:flex;gap:5px;align-items:baseline}.qt-detail-meta-label{font-size:.72rem;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.qt-detail-meta-val{font-size:.85rem;color:var(--ink);font-weight:500}.qt-items-table{width:100%;border-collapse:collapse;font-size:.83rem;border:1px solid var(--line);border-radius:8px;overflow:hidden}.qt-items-table th{padding:7px 10px;text-align:left;background:#f1f5f9;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.qt-items-table td{padding:7px 10px;border-top:1px solid var(--line)}.qt-items-table tbody tr:nth-child(2n) td{background:#fafafa}.qt-price{font-weight:600;color:var(--accent-strong)}.qt-cost{font-weight:500;color:var(--muted)}.qt-total{font-size:.9rem}.qt-detail-sub td{padding:3px 10px;background:#f8fafc}.qt-detail-sub-text{font-size:.78rem;color:var(--muted)}.qt-detail-formula{font-size:.78rem;color:var(--gold);font-style:italic}.quote-layout{display:grid;grid-template-columns:280px 1fr;gap:20px;min-height:calc(100vh - 200px)}.quote-sidebar{background:var(--card);border-radius:16px;border:1px solid var(--line);box-shadow:0 4px 16px #181c210f;display:flex;flex-direction:column;overflow:hidden}.quote-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line);font-weight:700;font-size:.9rem;color:var(--ink);background:#f8fafc}.ql-new-btn{background:var(--accent);color:#fff;border:none;padding:6px 12px;border-radius:8px;font-weight:600;font-size:.82rem;cursor:pointer;transition:background .15s}.ql-new-btn:hover{background:var(--accent-strong)}.ql-new-btn.mt8{margin-top:8px}.ql-refresh-btn{background:transparent;border:1px solid var(--line);color:var(--muted);padding:5px 9px;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .15s;line-height:1}.ql-refresh-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent-strong);background:var(--accent-glow)}.ql-refresh-btn:disabled{opacity:.4;cursor:wait}.ql-search-wrap{padding:10px 12px 6px;border-bottom:1px solid var(--line)}.ql-search{width:100%;box-sizing:border-box;padding:7px 10px;border:1px solid var(--line);border-radius:8px;font-size:.84rem;background:#fff;color:var(--ink);transition:border .15s,box-shadow .15s}.ql-search:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.ql-loading,.ql-empty{padding:32px 20px;text-align:center;color:var(--muted);font-size:.9rem;line-height:1.6}.ql-error{margin:10px 14px;padding:8px 12px;background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);border-radius:8px;font-size:.82rem}.ql-list{list-style:none;margin:0;padding:8px;overflow-y:auto;flex:1}.ql-item{padding:12px 14px;border-radius:10px;cursor:pointer;transition:background .15s;border:1px solid transparent;margin-bottom:4px}.ql-item:hover{background:#f8f4ee}.ql-item.active{background:var(--accent-glow);border-color:#2563eb4d}.ql-item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.ql-item-id{font-weight:700;font-size:.85rem;color:var(--accent-strong)}.ql-version-badge{font-size:.72rem;padding:2px 7px;border-radius:999px;background:var(--accent-glow);color:var(--accent-strong);font-weight:600}.ql-item-company{font-size:.88rem;font-weight:600;color:var(--ink);margin-bottom:2px}.ql-item-subject{font-size:.78rem;color:var(--muted);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ql-item-date{font-size:.75rem;color:#aaa}.quote-detail{background:var(--card);border-radius:16px;border:1px solid var(--line);box-shadow:0 4px 16px #181c210f;overflow:hidden}.ql-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:360px;color:var(--muted);gap:8px}.ql-placeholder-icon{font-size:3rem;opacity:.35}.ql-detail-content{padding:24px}.ql-detail-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--line)}.ql-detail-title{font-size:1.4rem;font-weight:800;color:var(--accent-strong);margin:0 0 4px}.ql-detail-subtitle{color:var(--muted);margin:0;font-size:.9rem}.ql-detail-actions{display:flex;gap:8px;flex-shrink:0}.ql-action-btn{padding:8px 16px;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;border:1px solid;transition:all .15s}.ql-action-btn.regen{background:#2563eb14;border-color:#2563eb4d;color:var(--accent-strong)}.ql-action-btn.regen:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff}.ql-action-btn.del{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger)}.ql-action-btn.del:hover:not(:disabled){background:#fce8e3}.ql-action-btn:disabled{opacity:.6;cursor:wait}.ql-version-block{margin-bottom:24px;padding:16px;border-radius:12px;border:1px solid var(--line);background:#fafafa}.ql-version-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:12px}.ql-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin-bottom:14px}.ql-info-item{display:flex;flex-direction:column;gap:2px}.ql-info-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#aaa;font-weight:600}.ql-info-val{font-size:.88rem;font-weight:600;color:var(--ink)}.ql-items-wrap{border:1px solid var(--line);border-radius:10px;overflow:hidden;font-size:.83rem}.ql-items-head,.ql-items-row{display:grid;grid-template-columns:2rem 2fr 4rem 6rem 7rem 7rem;gap:6px;padding:8px 12px}.ql-items-head{background:#f1f5f9;font-weight:700;color:var(--muted);text-transform:uppercase;font-size:.72rem;letter-spacing:.05em}.ql-items-row{border-top:1px solid var(--line)}.ql-items-row:nth-child(2n){background:#fafafa}.ql-price{font-weight:600;color:var(--accent-strong);text-align:right}.ql-items-total{padding:8px 12px;background:#2563eb0f;border-top:1px solid rgba(37,99,235,.15);font-weight:700;text-align:right;color:var(--accent-strong);font-size:.88rem}.qf-wrapper{background:var(--card);border-radius:16px;border:1px solid var(--line);box-shadow:0 4px 16px #181c210f;overflow:hidden}.qf-tab-bar{display:flex;align-items:center;gap:4px;padding:10px 16px;border-bottom:1px solid var(--line);background:#f8fafc}.qf-tab{padding:7px 18px;border-radius:8px;border:1px solid transparent;font-weight:600;font-size:.87rem;cursor:pointer;background:transparent;color:var(--muted);transition:all .15s}.qf-tab:hover{background:#f1f5f9;color:var(--ink)}.qf-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.qf-json-wrap{display:flex;flex-direction:column;padding:16px 20px 20px;gap:10px}.qf-json-hint{font-size:.82rem;color:var(--muted);line-height:1.5}.qf-json-parse-err{color:#c05a1f;font-weight:600}.qf-json-editor{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.82rem;line-height:1.6;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fafaf8;color:var(--ink);resize:vertical;transition:border .15s,box-shadow .15s}.qf-json-editor:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.qf-json-editor.has-error{border-color:var(--danger-border);box-shadow:0 0 0 3px #dc64461a}.qf-json-footer{display:flex;justify-content:flex-end}.qf-form{overflow:hidden}.qf-topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--line);background:#f8fafc}.qf-title{font-size:1.2rem;font-weight:800;color:var(--ink);margin:0}.qf-topbar-actions{display:flex;gap:8px}.qf-btn{padding:9px 20px;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;border:1px solid;transition:all .15s}.qf-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.qf-btn.primary:hover:not(:disabled){background:var(--accent-strong)}.qf-btn.primary:disabled{opacity:.6;cursor:wait}.qf-btn.secondary{background:transparent;border-color:var(--line);color:var(--muted)}.qf-btn.secondary:hover{background:#f5f0ea}.qf-error{padding:10px 14px;background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);border-radius:8px;font-size:.85rem;margin:16px 24px 0}.qf-section{padding:20px 24px;border-bottom:1px solid var(--line)}.qf-section:last-child{border-bottom:none}.qf-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-strong);margin-bottom:14px}.qf-cust-search-bar{display:flex;align-items:center;gap:10px;margin-bottom:12px}.qf-cust-search-input{flex:1;padding:8px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:.88rem;background:#f9fafb;transition:border-color .15s}.qf-cust-search-input:focus{outline:none;border-color:var(--accent);background:#fff}.qf-cust-search-loading{font-size:.8rem;color:#9ca3af;white-space:nowrap}.qf-cust-results{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;max-height:260px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:6px;background:#f9fafb}.qf-cust-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:7px;padding:8px 12px;transition:border-color .12s}.qf-cust-card:hover{border-color:#93c5fd}.qf-cust-card-main{min-width:160px}.qf-cust-card-name{font-weight:600;font-size:.88rem;color:#1e3a5f}.qf-cust-card-short{font-size:.78rem;color:#6b7280;margin-left:4px}.qf-cust-card-info{flex:1;display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.78rem;color:#6b7280}.qf-cust-card-btn{white-space:nowrap;background:var(--accent);color:#fff;border:none;border-radius:6px;padding:5px 14px;font-size:.8rem;cursor:pointer;transition:opacity .12s}.qf-cust-card-btn:hover{opacity:.85}.qf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.qf-span1{grid-column:span 1}.qf-span2{grid-column:span 2}.qf-span4{grid-column:span 4}.qf-field{display:flex;flex-direction:column;gap:5px}.qf-field label{font-size:.78rem;font-weight:600;color:var(--muted)}.qf-hint{font-weight:400;color:#bbb}.qf-required{color:#e53e3e}.qf-field input,.qf-field textarea{border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-size:.88rem;background:#fff;color:var(--ink);transition:border .15s,box-shadow .15s;font-family:inherit;resize:vertical}.qf-field input:focus,.qf-field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.qf-item-block{border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-bottom:12px;background:#fafafa}.qf-item-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.qf-item-block-num{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-strong)}.qf-item-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:8px}.qf-item-grid .qf-span3{grid-column:span 3}.qf-item-grid .qf-span2{grid-column:span 2}.qf-item-cell{border:1px solid var(--line);border-radius:7px;padding:7px 9px;font-size:.84rem;background:#fff;color:var(--ink);width:100%;min-width:0;box-sizing:border-box;font-family:inherit}.qf-item-cell:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.qf-item-calc-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.qf-calc-chip{display:flex;flex-direction:column;gap:2px;padding:6px 12px;border-radius:8px;background:#2563eb0f;border:1px solid rgba(37,99,235,.15);min-width:110px}.qf-calc-chip.custom{background:#d9770612;border-color:#d9770640}.qf-calc-chip.total{background:var(--accent-glow);border-color:#2563eb4d}.qf-calc-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.qf-calc-val{font-size:.95rem;font-weight:700;color:var(--accent-strong)}.qf-details-wrap{border-top:1px dashed var(--line);padding-top:10px}.qf-details-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:6px}.qf-detail-row{display:flex;gap:6px;align-items:center;margin-bottom:5px}.qf-detail-del{background:transparent;border:none;color:#ccc;cursor:pointer;font-size:.78rem;padding:4px 6px;border-radius:4px;flex-shrink:0;transition:color .12s,background .12s}.qf-detail-del:hover{color:var(--danger);background:var(--danger-bg)}.qf-add-detail{background:transparent;border:1px dashed #ccc;color:var(--muted);padding:4px 12px;border-radius:6px;font-size:.78rem;cursor:pointer;transition:all .12s}.qf-add-detail:hover{border-color:var(--accent);color:var(--accent-strong)}.qf-item-del{background:transparent;border:1px solid var(--danger-border);color:var(--danger);cursor:pointer;font-size:.78rem;padding:4px 10px;border-radius:6px;transition:all .12s}.qf-item-del:hover:not(:disabled){background:var(--danger-bg)}.qf-item-del:disabled{opacity:.3;cursor:not-allowed}.qf-item-move{background:transparent;border:1px solid #d1d5db;color:#6b7280;cursor:pointer;font-size:.72rem;padding:3px 7px;border-radius:5px;line-height:1;transition:all .12s}.qf-item-move:hover:not(:disabled){background:#f3f4f6;color:#374151}.qf-item-move:disabled{opacity:.25;cursor:not-allowed}.qf-item-copy{background:transparent;border:1px solid #bfdbfe;color:#2563eb;cursor:pointer;font-size:.78rem;padding:4px 10px;border-radius:6px;transition:all .12s}.qf-item-copy:hover{background:#eff6ff}.qf-items-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 0 0}.qf-add-item{background:transparent;border:1px dashed var(--accent);color:var(--accent-strong);padding:7px 16px;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .15s}.qf-add-item:hover{background:var(--accent-glow)}.qf-grand-total{font-weight:800;font-size:1rem;color:var(--accent-strong)}.qf-submit-bar{display:flex;justify-content:flex-end;padding:16px 24px;border-top:1px solid var(--line);background:#f8fafc}@media (min-width: 721px){.table-head.six-col,.table-row.six-col{grid-template-columns:1.2fr .8fr 1.5fr 1.2fr 1fr 1fr}.table-head.six-col span,.table-row.six-col span,.table-head.pre-six-col span,.table-row.pre-six-col span,.table-head.tx-col span,.table-row.tx-col span{display:initial}}.home-page{max-width:1440px;padding-top:30px}.home-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.home-hero h1{margin:5px 0 8px;font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.03em}.home-hero p{margin:0;color:var(--muted);font-size:.95rem}.home-toolbar{display:flex;align-items:flex-end;gap:10px}.home-toolbar label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:.78rem;font-weight:600}.home-toolbar select{min-width:120px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--ink)}.home-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.home-metric{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:5px;min-height:118px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:var(--shadow)}.home-metric:after{position:absolute;right:-26px;bottom:-42px;width:108px;height:108px;border-radius:50%;background:var(--accent-glow);content:""}.home-metric span,.home-metric small{color:var(--muted);font-size:.8rem}.home-metric strong{color:var(--ink);font-size:1.8rem;line-height:1.1;letter-spacing:-.04em}.home-metric-alert{border-color:#fed7aa;background:linear-gradient(135deg,#fffaf5,#fff)}.home-metric-alert strong{color:#c2410c}.home-metric-blue strong{color:var(--accent-strong)}.home-section{margin-bottom:18px;border:1px solid var(--line);border-radius:14px;background:var(--card);box-shadow:var(--shadow)}.home-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 14px}.home-section-heading h2{margin:3px 0 0;font-size:1.2rem}.home-kicker{color:var(--accent-strong);font-size:.68rem;font-weight:800;letter-spacing:.16em}.text-action{border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font-size:.82rem;font-weight:700}.text-action:hover{text-decoration:underline}.home-table-wrap{overflow-x:auto;border-top:1px solid var(--line)}.home-table{display:grid;align-items:center;min-width:900px}.home-pending-table{grid-template-columns:1.5fr 1.1fr .9fr .9fr .75fr .75fr .75fr .85fr}.home-recent-table{grid-template-columns:.85fr .7fr 1.35fr 1.1fr .95fr .7fr .8fr .9fr}.home-table-header,.home-table-row{gap:12px;padding:0 20px}.home-table-header{min-height:38px;background:#f8fafc;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.03em}.home-table-row{min-height:52px;border-top:1px solid #eef2f7;color:#334155;font-size:.82rem}.home-table-row:nth-child(odd){background:#fcfdff}.home-table-row>span,.home-table-row>button{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-right{text-align:right}.home-link{overflow:hidden;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;font-weight:700;text-align:left;text-overflow:ellipsis;white-space:nowrap}.home-link:hover{text-decoration:underline}.home-customer-link{color:var(--ink);font-weight:600}.pending-number{color:#c2410c}.home-status,.home-type{width:fit-content;padding:3px 7px;border-radius:999px;font-size:.7rem;font-weight:700}.home-status-pending{background:#fff7ed;color:#c2410c}.home-status-partial{background:#fffbeb;color:#a16207}.home-type-3{background:#eff6ff;color:#1d4ed8}.home-type-O{background:#ecfdf5;color:#047857}.home-empty{padding:34px 20px;color:var(--muted);font-size:.86rem;text-align:center}.home-table-note{padding:10px 20px 14px;color:var(--muted);font-size:.76rem}.home-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-shortcuts button{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:15px 18px;border:1px solid var(--line);border-radius:12px;background:#ffffffb8;color:var(--ink);cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s,transform .15s}.home-shortcuts button:hover{border-color:#93c5fd;box-shadow:var(--shadow);transform:translateY(-1px)}.home-shortcuts span{color:var(--muted);font-size:.78rem}.customer-profile-page{max-width:1320px;margin:0 auto;padding:28px clamp(12px,3vw,32px) 80px}.customer-profile-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.customer-profile-kicker{color:var(--accent-strong);font-size:.72rem;font-weight:800;letter-spacing:.16em}.customer-profile-hero h1{margin:8px 0 6px;font-size:clamp(1.65rem,3vw,2.45rem);letter-spacing:-.04em}.customer-profile-hero p{margin:0;color:var(--muted);font-size:.9rem}.customer-profile-range{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:.78rem;font-weight:700}.customer-profile-range select{min-width:130px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--card);color:var(--ink);font:inherit}.customer-profile-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.customer-profile-metrics>div{display:flex;flex-direction:column;gap:5px;min-height:76px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:var(--card);box-shadow:var(--shadow)}.customer-profile-metrics span,.customer-profile-field span{color:var(--muted);font-size:.76rem}.customer-profile-metrics strong{overflow:hidden;color:var(--ink);font-size:1.05rem;text-overflow:ellipsis;white-space:nowrap}.customer-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.customer-profile-card{padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--card);box-shadow:var(--shadow)}.customer-profile-card h2{margin:0 0 15px;font-size:1.05rem}.customer-profile-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px}.customer-profile-field{display:flex;flex-direction:column;gap:4px;min-width:0}.customer-profile-field strong,.customer-profile-field a{overflow-wrap:anywhere;color:var(--ink);font-size:.88rem;font-weight:600;text-decoration:none}.customer-profile-field a:hover{color:var(--accent-strong);text-decoration:underline}.customer-profile-notes{margin-bottom:16px}.customer-profile-notes p{margin:0;color:#334155;white-space:pre-wrap}.customer-profile-state{padding:80px 20px;border:1px solid var(--line);border-radius:12px;background:var(--card);color:var(--muted);text-align:center}.customer-profile-state.error{color:var(--danger)}.customer-export-name-link{overflow:hidden;max-width:100%;padding:0;border:0;background:transparent;color:var(--accent-strong);cursor:pointer;font:inherit;text-align:left;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 720px){.customer-profile-page{padding:22px 12px 70px}.customer-profile-hero{flex-direction:column}.customer-profile-range,.customer-profile-range select{width:100%}.customer-profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.customer-profile-metrics>div{padding:12px}.customer-profile-grid{grid-template-columns:1fr;gap:12px}.customer-profile-card{padding:16px}.customer-profile-fields{grid-template-columns:1fr;gap:12px}}@media (max-width: 720px){.home-page{padding:22px 12px 90px}.home-hero{align-items:stretch;flex-direction:column;gap:16px}.home-hero h1{font-size:1.8rem}.home-hero p{font-size:.84rem;line-height:1.55}.home-toolbar{align-items:center;justify-content:space-between}.home-toolbar label{flex:1}.home-toolbar select{width:100%}.home-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-metric{min-height:102px;padding:13px 14px}.home-metric strong{font-size:1.35rem}.home-section-heading{padding:15px 14px 12px}.home-section-heading h2{font-size:1.05rem}.home-table-header,.home-table-row{padding:0 14px}.home-shortcuts{grid-template-columns:1fr}}:root{--bg: #f5f6fb;--card: #ffffff;--ink: #182033;--muted: #697386;--accent: #625bf6;--accent-strong: #4943c5;--accent-glow: rgba(98, 91, 246, .14);--gold: #d97706;--line: #e3e7f0;--shadow: 0 10px 30px rgba(32, 42, 74, .08);--danger: #e05263;--danger-bg: #fff1f3;--danger-border: #fecdd3;--success: #0f9f98;--success-bg: #ecfdf9;--teal: #0f9f98;--teal-bg: #e8fbf8;--coral: #e76f68;--coral-bg: #fff1ef}button,input,select,textarea{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(98,91,246,.28);outline-offset:2px}.app-header{height:64px;background:linear-gradient(110deg,#182033,#282352);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 18px #18203333}.app-brand-logo{background:linear-gradient(135deg,#625bf6,#8a77ff);box-shadow:0 5px 14px #625bf657}.app-nav-btn{border-bottom:2px solid transparent}.app-nav-btn.active{background:linear-gradient(135deg,#625bf6,#514bcf);box-shadow:0 5px 14px #625bf647}.home-subnav,.qs-subnav{background:#ffffffeb;box-shadow:0 2px 10px #202a4a0a}.home-subnav button.active,.qs-subnav-btn.active{border-bottom-color:var(--accent);background:var(--accent-glow);color:var(--accent-strong)}.panel,.card,.home-section,.qt-page,.qd-page{border-color:var(--line);box-shadow:var(--shadow)}.panel{border-top:4px solid var(--accent)}.card{border-top:3px solid #dcdffd}.home-page,.dashboard-list-page{position:relative}.home-hero,.dashboard-list-hero{padding-left:16px;border-left:4px solid var(--accent)}.home-hero .eyebrow,.dashboard-list-hero .eyebrow{color:var(--accent-strong)}.home-metric{--metric-color: var(--accent);--metric-bg: var(--accent-glow);border-top:4px solid var(--metric-color);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-metric:nth-child(1){--metric-color: var(--coral);--metric-bg: var(--coral-bg)}.home-metric:nth-child(2){--metric-color: var(--teal);--metric-bg: var(--teal-bg)}.home-metric:nth-child(3){--metric-color: var(--gold);--metric-bg: #fff8e8}.home-metric:nth-child(4){--metric-color: var(--accent);--metric-bg: var(--accent-glow)}.home-metric:after{background:var(--metric-bg)}.home-metric strong{color:var(--metric-color)}.home-metric:hover{border-color:var(--metric-color);box-shadow:0 12px 28px #202a4a1f;transform:translateY(-2px)}.home-metric-alert{border-color:#f6c5c0;background:linear-gradient(135deg,#fff7f5,#fff)}.home-section-heading{background:linear-gradient(90deg,#fff,#fafaff)}.home-kicker,.product-card-eyebrow{color:var(--accent-strong)}.dashboard-list-hero{padding-top:4px;padding-bottom:4px}.dashboard-table-header,.qt-table thead tr{background:#eef0fa}.dashboard-table-row:hover,.home-table-row:hover,.qt-row:hover{background:#f5f4ff}.dashboard-quick-filters button.active,.dashboard-export-button,.dashboard-custom-date>summary.active{border-color:#b9b5ff;background:var(--accent-glow);color:var(--accent-strong)}.home-status-pending,.status-pill.pending{background:#fff1ef;color:#c24135}.home-status-partial,.status-pill.partial{background:#fff8e8;color:#a16207}.home-type-O,.transaction-type.order{background:#efedff;color:var(--accent-strong)}.home-type-3,.home-type-4,.transaction-type.delivery{background:var(--teal-bg);color:#087f79}.summary-card{background:linear-gradient(135deg,#f1f0ff,#fafaff);border-color:#c9c6ff}.summary-bar{background:linear-gradient(135deg,#fff8e8,#fffdf7)}.primary,.qt-btn.primary,.qf-btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 6px 14px #625bf633}.primary:hover,.qt-btn.primary:hover,.qf-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#716aff,#514bcf)}.ghost:hover,.qt-btn.ghost:hover:not(:disabled),.app-back-btn:hover{border-color:#b9b5ff;background:var(--accent-glow);color:var(--accent-strong)}.stock-hero{background:linear-gradient(135deg,#514bcf,#625bf6 60%,#8178ff)}.stock-ct strong{color:var(--teal)}.product-view-tab.active,.qd-tab.active,.qf-tab.active{background:linear-gradient(135deg,var(--accent),var(--accent-strong));border-color:var(--accent);box-shadow:0 5px 12px #625bf62e}.product-transaction-switch{margin-top:2px}.qt-row.open{background:#f1f0ff}.qt-badge{border-color:#c9c6ff}@media (max-width: 720px){.app-header{height:58px;padding:0 12px}.app-brand-name,.app-email{display:none}.app-nav{gap:3px}.app-nav-btn{padding:6px 10px;font-size:.8rem}.home-hero,.dashboard-list-hero{padding-left:12px}.home-metric{border-top-width:3px}}.app-header{height:60px}.app-nav-btn{padding:5px 13px;height:34px}.home-subnav,.qs-subnav{min-height:44px;padding-top:6px}.home-subnav button,.qs-subnav-btn{padding-top:7px;padding-bottom:8px}.page-content{padding-top:18px;padding-bottom:56px}.panel,.card{padding-top:15px;padding-bottom:15px}.panel,.card{margin-top:12px}.mode-tabs{flex-wrap:nowrap;gap:5px;margin-bottom:14px;padding-bottom:2px;overflow-x:auto;scrollbar-width:thin}.tab{flex:0 0 auto;padding:8px 12px;border-radius:10px;background:#f7f8fc;font-size:.82rem}.tab.active{box-shadow:0 3px 8px #625bf629}.search-row{gap:8px}.search-row input{padding:11px 13px;border-radius:10px}.primary{padding:11px 18px;border-radius:10px}.options{gap:9px 12px;margin-top:12px;padding-top:12px;border-top:1px solid #edf0f6}.filter-bar{padding:6px 10px;border-style:solid;background:#f8f9fd}.text-field input,.sorters select,.home-toolbar select{min-height:32px;padding:6px 9px;border-radius:8px}.home-page,.dashboard-list-page{padding-top:22px}.home-hero,.dashboard-list-hero{margin-bottom:18px}.home-metrics{gap:10px;margin-bottom:14px}.home-metric{min-height:96px;padding:14px 16px;border-radius:12px}.home-metric strong{font-size:1.65rem}.home-section{margin-bottom:14px;border-radius:14px}.home-section-heading{padding:14px 16px 11px}.home-table-header,.home-table-row{padding-left:16px;padding-right:16px}.home-table-row{min-height:48px}.dashboard-list-hero h1{font-size:clamp(1.55rem,3vw,2.15rem)}.dashboard-list-toolbar{margin-bottom:10px}.dashboard-table-row{min-height:48px}.qt-page,.qd-page{border-radius:14px}.qt-toolbar{padding:11px 14px}.qd-tabs{padding-top:14px;margin-bottom:12px}.qd-tab{padding:6px 13px}.qd-summary{gap:8px;margin-bottom:12px}.qd-summary-card{padding:9px 10px}@media (max-width: 720px){.app-header{height:56px}.page-content{padding-top:14px;padding-bottom:48px}.panel,.card{padding-top:13px;padding-bottom:13px}.options{padding-top:10px}.home-page,.dashboard-list-page{padding-top:18px}}:root{--bg: #f7f7f5;--card: #ffffff;--ink: #2f2f2f;--muted: #77746f;--accent: #2f6f5e;--accent-strong: #245848;--accent-glow: #e9f1ed;--gold: #a66a1f;--line: #e6e5e1;--shadow: 0 1px 3px rgba(32, 32, 28, .06), 0 8px 24px rgba(32, 32, 28, .035);--danger: #b9514a;--danger-bg: #fff3f1;--danger-border: #f0c9c4;--success: #2f8067;--success-bg: #edf7f1;--teal: #2f8067;--teal-bg: #edf7f1;--coral: #b96a56;--coral-bg: #fff3ef}body{color:var(--ink);background:var(--bg)}.app-header{height:58px;color:var(--ink);background:#fffffff5;border-bottom:1px solid var(--line);box-shadow:none}.app-header-brand{gap:9px}.app-brand-logo{background:#2f2f2f;border-radius:9px;box-shadow:none}.app-brand-name{color:#363532;font-weight:650;letter-spacing:.01em}.app-nav{gap:2px}.app-nav-btn{border:0;border-radius:8px;color:#6e6b66;background:transparent;box-shadow:none}.app-nav-btn:hover{color:var(--ink);background:#f2f2ef}.app-nav-btn.active{color:var(--accent-strong);background:var(--accent-glow);box-shadow:none}.app-header-user{gap:9px;color:var(--muted)}.app-avatar{border:1px solid var(--line)}.app-signout-btn{color:#77746f}.app-signout-btn:hover{color:var(--danger)}.home-subnav,.qs-subnav{min-height:42px;padding-top:0;background:#ffffffe0;border-bottom:1px solid var(--line);box-shadow:none}.home-subnav button,.qs-subnav-btn{color:#77746f}.home-subnav button:hover,.qs-subnav-btn:hover{color:var(--ink);background:#f5f5f2}.home-subnav button.active,.qs-subnav-btn.active{color:var(--accent-strong);background:transparent;border-bottom-color:var(--accent)}.page-content{padding-top:20px}.panel,.card,.home-section,.qt-page,.qd-page{border:1px solid var(--line);border-top:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.panel,.card{background:var(--card)}.panel{margin-top:16px}.card{margin-top:14px}.mode-tabs{gap:4px;padding:3px;border:1px solid var(--line);border-radius:11px;background:#f7f7f5}.tab{border:0;border-radius:8px;color:#77746f;background:transparent}.tab:hover{color:var(--ink);background:#eeeeeb}.tab.active{color:var(--accent-strong);background:#fff;box-shadow:0 1px 4px #20201c1a}.search-row input,.text-field input,.text-field select,.sorters select,.home-toolbar select,.dashboard-list-toolbar input,.dashboard-list-toolbar select{color:var(--ink);background:#fff;border-color:#dcdad5;box-shadow:none}.search-row input:focus,.text-field input:focus,.text-field select:focus,.sorters select:focus,.home-toolbar select:focus,.dashboard-list-toolbar input:focus,.dashboard-list-toolbar select:focus{border-color:#8cb5a5;box-shadow:0 0 0 3px #2f6f5e1f}.primary,.qt-btn.primary,.qf-btn.primary{color:#fff;background:var(--accent);border-color:var(--accent);box-shadow:none}.primary:hover,.qt-btn.primary:hover,.qf-btn.primary:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong)}.ghost,.qt-btn.ghost,.qf-btn.ghost{color:#68655f;background:#fff;border-color:#dcdad5}.ghost:hover,.qt-btn.ghost:hover:not(:disabled),.qf-btn.ghost:hover:not(:disabled),.app-back-btn:hover{color:var(--accent-strong);background:var(--accent-glow);border-color:#a8c5b8}.options,.filter-bar,.dashboard-list-toolbar,.qt-toolbar{background:#fafaf8;border-color:var(--line)}.filter-bar{border-style:solid}.home-page,.dashboard-list-page{padding-top:24px}.home-hero,.dashboard-list-hero{padding-left:0;border-left:0}.home-hero .eyebrow,.dashboard-list-hero .eyebrow,.home-kicker,.product-card-eyebrow{color:var(--accent)}.home-metric{border-top:1px solid var(--line);border-left:3px solid var(--metric-color, var(--accent));background:#fff}.home-metric strong{color:var(--ink)}.home-metric:hover{border-color:var(--line);border-left-color:var(--metric-color, var(--accent));box-shadow:0 8px 20px #20201c14;transform:translateY(-1px)}.home-section-heading,.dashboard-table-header,.qt-table thead tr{background:#fafaf8}.home-section-heading{border-bottom:1px solid var(--line)}.dashboard-table-row:hover,.home-table-row:hover,.qt-row:hover{background:#f5f8f6}.dashboard-quick-filters button.active,.dashboard-export-button,.dashboard-custom-date>summary.active{color:var(--accent-strong);background:var(--accent-glow);border-color:#a8c5b8}.dashboard-purchases-grid .dashboard-link,.home-link,.customer-export-name-link{color:var(--accent-strong)}.home-status-pending,.status-pill.pending{color:#9f4f3f;background:var(--coral-bg)}.home-status-partial,.status-pill.partial{color:#95611d;background:#fff7e8}.home-type-O,.transaction-type.order{color:var(--accent-strong);background:var(--accent-glow)}.home-type-3,.home-type-4,.transaction-type.delivery{color:#2f8067;background:var(--teal-bg)}.summary-card{background:#f4f8f5;border-color:#c9ddd2}.summary-bar{background:#fffaf0;border-color:#ead9b9}.stock-hero{background:var(--accent)}.stock-ct strong{color:var(--accent)}.product-view-tab.active,.qd-tab.active,.qf-tab.active{color:var(--accent-strong);background:var(--accent-glow);border-color:#a8c5b8;box-shadow:none}.qt-row.open{background:#f4f8f5}.qt-badge{color:var(--accent-strong);border-color:#c9ddd2;background:#f4f8f5}.qd-card:hover,.qf-cust-card:hover{border-color:#a8c5b8}@media (max-width: 720px){.app-header{height:56px}.home-subnav,.qs-subnav{overflow-x:auto;justify-content:flex-start}.home-page,.dashboard-list-page{padding-top:18px}}@media (min-width: 960px){.page{padding-left:236px}.app-header{position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;align-items:stretch;width:236px;height:100vh;min-height:100vh;padding:22px 14px 16px;box-sizing:border-box;border-right:1px solid var(--line);border-bottom:0}.app-back-btn{order:0;align-self:flex-start;margin:0 0 14px}.app-header-brand{order:1}.app-nav{order:2;flex-direction:column;flex:none;width:100%;gap:4px;margin-top:30px}.app-nav-btn{justify-content:flex-start;width:100%;height:40px;padding:9px 12px}.app-header-user{order:3;flex-wrap:wrap;margin:auto 0 0;padding-top:15px;border-top:1px solid var(--line)}.app-email{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-signout-btn{width:100%;margin-top:2px}.home-subnav,.qs-subnav{position:sticky;top:0;z-index:30;padding-right:clamp(24px,4vw,64px);padding-left:clamp(24px,4vw,64px)}.page-content,.home-page,.dashboard-list-page,.customer-profile-page{width:100%;max-width:none;margin:0;box-sizing:border-box;padding-right:clamp(24px,4vw,64px);padding-left:clamp(24px,4vw,64px)}.panel{margin-right:clamp(24px,4vw,64px);margin-left:clamp(24px,4vw,64px)}.qt-page,.qd-page{width:auto;margin:22px clamp(24px,4vw,64px) 40px}}:root{--bg: #f7f7f5;--card: #ffffff;--ink: #2f2f2f;--muted: #77746f;--accent: #2f6f5e;--accent-strong: #245848;--accent-glow: #eaf1ed;--gold: #9a681f;--line: #e5e4df;--shadow: 0 1px 2px rgba(36, 36, 32, .05), 0 6px 18px rgba(36, 36, 32, .035)}body{background:var(--bg)}.panel{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.mode-tabs{width:fit-content;max-width:100%;margin-bottom:10px;padding:3px;border:1px solid var(--line);border-radius:10px;background:#efefec}.tab{padding:7px 12px;border:0;border-radius:7px;color:#77746f;background:transparent;font-size:.82rem}.tab.active{color:var(--accent-strong);background:#fff;box-shadow:0 1px 3px #2424201c}.search-row{gap:4px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.search-row input{min-width:0;padding:10px 12px;border:0;border-radius:8px;background:transparent;box-shadow:none}.search-row input:focus{border:0;box-shadow:none;outline:none}.search-row .primary{min-height:38px;padding:8px 16px;border-radius:8px}.options{gap:8px 14px;margin-top:9px;padding:0;border:0}.options .text-field,.options .checkbox,.options .sorters label{font-size:.78rem}.filter-bar,.dashboard-list-toolbar{padding:7px 0;border:0;border-radius:0;background:transparent}.dashboard-list-toolbar{margin-bottom:8px}.home-page,.dashboard-list-page,.customer-profile-page{padding-top:26px;padding-bottom:64px}.home-hero,.dashboard-list-hero,.customer-profile-hero{margin-bottom:18px}.home-hero h1,.dashboard-list-hero h1,.customer-profile-hero h1{color:var(--ink);font-size:clamp(1.65rem,2.8vw,2.25rem);letter-spacing:-.035em}.home-hero p,.dashboard-list-hero p,.customer-profile-hero p{color:var(--muted)}.home-metrics{gap:10px;margin-bottom:16px}.home-metric,.customer-profile-metrics>div{min-height:88px;padding:14px 16px;border:1px solid var(--line);border-left:3px solid #d4d2cb;border-radius:10px;background:#fff;box-shadow:none}.home-metric:nth-child(1){border-left-color:#c0785d}.home-metric:nth-child(2){border-left-color:#6a9c84}.home-metric:nth-child(3){border-left-color:#b38a4c}.home-metric:nth-child(4){border-left-color:#7186a2}.home-metric:after{display:none}.home-metric strong{color:var(--ink);font-size:1.55rem}.home-metric-alert,.home-metric-blue{border-color:var(--line);background:#fff}.home-metric-alert strong,.home-metric-blue strong,.pending-number{color:var(--ink)}.home-metric:hover{border-color:var(--line);box-shadow:0 5px 14px #24242012;transform:translateY(-1px)}.home-section,.dashboard-data-card,.customer-profile-card,.card,.qt-page,.qd-page,.qf-wrapper{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.card{padding-top:16px;padding-bottom:16px}.home-section{margin-bottom:14px}.home-section-heading{padding:14px 16px 11px;background:#fff}.home-table-header,.dashboard-table-header,.qt-table thead tr,.qd-inner-table th,.customer-history-head{background:#fafaf8}.home-table-row,.dashboard-table-row,.customer-history-row,.qt-row{min-height:46px}.home-table-row:nth-child(odd),.dashboard-table-row:nth-child(odd),.qt-row:nth-child(2n){background:#fff}.home-table-row:hover,.dashboard-table-row:hover,.customer-history-row:hover,.qt-row:hover{background:#f4f8f5}.dashboard-data-card,.customer-history-table,.product-data-table,.table{box-shadow:none}.dashboard-data-card{overflow:hidden}.dashboard-table-header{min-height:38px}.dashboard-table-row{min-height:46px}.dashboard-detail,.dashboard-purchase-related-row,.qd-card-body,.customer-history-detail{background:#fafbf9}.dashboard-table-row .price-value,.dashboard-product-orders strong,.dashboard-product-orders .pending-number{color:#8a5b24}.primary,.qt-btn.primary,.qf-btn.primary,.ql-new-btn{border-color:var(--accent);border-radius:8px;background:var(--accent);box-shadow:none}.primary:hover,.qt-btn.primary:hover,.qf-btn.primary:hover:not(:disabled),.ql-new-btn:hover{background:var(--accent-strong)}.ghost,.qt-btn.ghost,.qf-btn.secondary,.ql-refresh-btn{border-color:#d8d6d0;border-radius:8px;color:#68655f;background:#fff}.home-status,.status-pill,.qt-badge,.qd-badge-blue,.qd-badge-green,.ql-version-badge{border:1px solid transparent;border-radius:999px;font-weight:650}.home-status-pending,.status-pill.pending{color:#995747;background:#fff2ee;border-color:#efd1c9}.home-status-partial,.status-pill.partial{color:#8a651f;background:#fff8e9;border-color:#ebd9ae}.home-type-O,.transaction-type.order{color:var(--accent-strong);background:var(--accent-glow);border-color:#c9ddd2}.home-type-3,.home-type-4,.transaction-type.delivery{color:#2f8067;background:#edf7f1;border-color:#c9e1d3}.summary-card,.summary-bar,.stock-grid div,.product-inventory-summary,.product-metric{background:#fafbf9;border-color:var(--line)}.stock-hero{background:var(--accent);box-shadow:none}.stock-ct strong,.stock-grid strong,.stock-real strong{color:var(--accent)}.product-view-tabs,.qd-tabs,.qf-tab-bar{border-bottom:1px solid var(--line);background:#fff}.product-view-tab.active,.qd-tab.active,.qf-tab.active{color:var(--accent-strong);border-color:#b7cfbf;background:var(--accent-glow);box-shadow:none}.qt-page,.qd-page{overflow:hidden}.qt-toolbar,.qf-topbar{padding:12px 16px;background:#fafaf8}.qt-table th,.qt-row td{padding-top:8px;padding-bottom:8px}.qd-page{padding:16px 18px}.qd-card{border-color:var(--line);box-shadow:none}.qd-card-header:hover{background:#f4f8f5}.qd-card-header{padding-top:12px;padding-bottom:12px}.qf-section{padding:18px 22px}.qf-section-title{color:var(--accent)}.qf-item-block{border-color:var(--line);background:#fafbf9}.qf-calc-chip{border-color:var(--line);background:#fff}.qf-calc-chip.total{background:var(--accent-glow);border-color:#c9ddd2}@media (min-width: 960px){.page{padding-left:216px}.app-header{width:216px;padding:20px 12px 14px}.app-nav{margin-top:24px}.app-nav-btn{height:38px}.page-content,.home-page,.dashboard-list-page,.customer-profile-page{padding-right:clamp(24px,3vw,44px);padding-left:clamp(24px,3vw,44px)}.panel,.qt-page,.qd-page{margin-right:clamp(24px,3vw,44px);margin-left:clamp(24px,3vw,44px)}}.qf-quote-lookup{margin:0;padding:14px 22px;border-bottom:1px solid var(--line);background:#fafbf9}.qf-quote-lookup-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:10px}.qf-quote-lookup-heading>div{display:flex;align-items:baseline;gap:10px}.qf-quote-lookup-heading strong{color:var(--ink);font-size:.88rem}.qf-quote-lookup-heading span,.qf-lookup-hint,.qf-cust-source-hint{color:var(--muted);font-size:.74rem}.qf-quote-lookup-controls{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.qf-quote-lookup-controls label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:.72rem;font-weight:650}.qf-quote-lookup-controls input,.qf-quote-lookup-controls select{min-height:34px;padding:6px 9px;border:1px solid #d8d6d0;border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:.82rem}.qf-lookup-id{flex:1 1 260px}.qf-lookup-version{flex:0 1 180px}.qf-lookup-button{min-height:34px;padding-top:7px;padding-bottom:7px;white-space:nowrap}.qf-lookup-message{margin-top:8px;color:var(--accent-strong);font-size:.76rem}.qf-lookup-message.error{color:var(--danger)}.qf-duplicate-conflict{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 22px 0;padding:12px 14px;border:1px solid #ead9b9;border-radius:10px;background:#fffaf0}.qf-duplicate-conflict strong{color:#7f5a22;font-size:.84rem}.qf-duplicate-conflict p{margin:4px 0 0;color:#876f4a;font-size:.76rem}.qf-duplicate-actions{display:flex;gap:6px;flex-shrink:0}.qf-duplicate-actions .qf-btn{white-space:nowrap}.qf-cust-search-bar{align-items:center}.qf-cust-search-bar .qf-autocomplete{flex:1;min-width:220px}.qf-autocomplete input{padding-right:34px!important}.qf-autocomplete-toggle{position:absolute;top:50%;right:8px;width:24px;height:24px;transform:translateY(-50%);border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1}.qf-autocomplete-toggle:hover{color:var(--accent-strong);background:var(--accent-glow)}.qf-autocomplete>ul{border-color:var(--line)!important;border-radius:9px!important;box-shadow:0 8px 20px #2424201a!important}.qf-autocomplete>ul li{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink)}.qf-autocomplete-source{flex-shrink:0;color:var(--muted);font-size:.7rem}@media (max-width: 720px){.qf-quote-lookup{padding:13px 14px}.qf-quote-lookup-heading{align-items:flex-start;flex-direction:column;gap:3px}.qf-quote-lookup-heading>div{align-items:flex-start;flex-direction:column;gap:2px}.qf-lookup-id,.qf-lookup-version,.qf-quote-lookup-controls label{flex:1 1 100%}.qf-lookup-button{width:100%}.qf-duplicate-conflict{align-items:stretch;flex-direction:column;margin-right:14px;margin-left:14px}.qf-duplicate-actions{flex-wrap:wrap}.qf-duplicate-actions .qf-btn{flex:1 1 auto}.qf-cust-source-hint{display:none}}
