:root{--bg:#f6f7f9;--panel:#fff;--panel-muted:#eef2f5;--text:#17202a;--muted:#607080;--border:#d8e0e7;--blue:#2156a5;--green:#2d7d5f;--gold:#a86f14;--red:#b44848;--shadow:0 12px 32px #1c263414}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);letter-spacing:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.dashboard-page{width:min(1180px,100vw - 32px);margin:0 auto;padding:28px 0 48px}.topbar,.control-row,.section-heading,.orders-controls,.topbar-actions,.timestamp,.legend{align-items:center;display:flex}.topbar{justify-content:space-between;gap:20px;margin-bottom:22px}.topbar h1,.section-heading h2{letter-spacing:0;margin:0}.topbar h1{font-size:clamp(2rem,5vw,3.6rem);line-height:1}.section-heading h2{font-size:1.2rem}.eyebrow{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:700}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.source-pill,.local-pill,.status-pill{border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.source-pill.bigcommerce{color:#1e6d4f;background:#e7f4ed;border-color:#b9dbc9}.source-pill.mock,.local-pill{color:#7b5513;background:#fff6df;border-color:#e7ce91}.control-row{justify-content:space-between;gap:16px;margin-bottom:18px}.segmented-control{background:var(--panel);border:1px solid var(--border);border-radius:8px;grid-auto-flow:column;gap:4px;padding:4px;display:inline-grid}.segmented-control a,.segmented-control button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:34px;padding:0 13px;font-size:.88rem;font-weight:700}.segmented-control .active{background:var(--blue);color:#fff}.segmented-control.compact{grid-auto-flow:column}.timestamp{color:var(--muted);gap:8px;font-size:.88rem}.setup-page{background:linear-gradient(140deg, #2156a51f, transparent 42%), var(--bg);place-items:center;min-height:100vh;padding:32px;display:grid}.setup-panel{border:1px solid var(--border);background:var(--panel);width:min(560px,100%);box-shadow:var(--shadow);border-radius:8px;padding:32px}.setup-panel h1{margin:6px 0 12px;font-size:2rem}.setup-panel p{color:var(--muted);margin:0;line-height:1.6}.setup-status-list{gap:10px;margin-top:24px;display:grid}.setup-status{border:1px solid var(--border);background:var(--panel-muted);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.setup-status strong,.setup-status code{display:block}.setup-status span{color:var(--gold);text-transform:uppercase;font-size:.82rem;font-weight:800}.setup-status code{color:var(--muted);white-space:normal;word-break:break-word;margin-top:8px;font-size:.78rem;line-height:1.4}.setup-status span.ready{color:var(--green)}.login-panel{gap:18px;display:grid}.login-button{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-weight:800;display:inline-flex}.login-button:hover{background:#184884}.login-error{color:var(--red);background:#fff1f1;border:1px solid #e4b8b8;border-radius:8px;padding:12px 14px;font-size:.9rem;font-weight:700}.metric-grid,.secondary-metrics{gap:14px;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.secondary-metrics{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:18px}.metric-tile,.chart-section,.orders-section{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px}.metric-tile{grid-template-columns:42px 1fr;gap:12px;min-height:124px;padding:16px;display:grid}.metric-icon{background:var(--panel-muted);color:var(--blue);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.metric-tile p,.metric-tile span{color:var(--muted);margin:0;font-size:.84rem;display:block}.metric-tile strong{margin:8px 0;font-size:1.8rem;line-height:1.05;display:block}.chart-section,.orders-section{padding:18px}.chart-section{margin-bottom:18px}.section-heading{justify-content:space-between;gap:16px;margin-bottom:14px}.chart-wrap{min-height:260px}.chart-wrap svg{width:100%;height:auto;display:block}.axis{stroke:#d8e0e7;stroke-width:2px}.grid-line{stroke:#edf1f4;stroke-width:1px}.axis-label{fill:var(--muted);font-size:11px}.revenue-line{stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:4px}.order-bar{fill:#d3a549;opacity:.75}.legend{color:var(--muted);justify-content:flex-end;gap:16px;font-size:.84rem}.legend span{align-items:center;gap:8px;display:inline-flex}.legend-line,.legend-bar{width:22px;height:4px;display:inline-block}.legend-line{background:var(--blue);border-radius:999px}.legend-bar{background:#d3a549}.export-link,.icon-button{background:var(--panel-muted);border:1px solid var(--border);color:var(--text);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;min-height:36px;padding:0 12px;display:inline-flex}.icon-button{cursor:pointer}.orders-tool{gap:14px;display:grid}.orders-controls,.pagination-row,.pagination-actions{flex-wrap:wrap;gap:10px}.pagination-row{color:var(--muted);justify-content:space-between;align-items:center;font-size:.88rem;display:flex}.pagination-actions{align-items:center;display:flex}.pagination-actions button{background:var(--panel-muted);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:8px;min-height:34px;padding:0 12px}.pagination-actions button:disabled{cursor:not-allowed;opacity:.45}.search-box{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:8px;min-width:min(330px,100%);min-height:40px;padding:0 12px;display:inline-flex}.search-box input{color:var(--text);border:0;outline:0;width:100%;min-width:0}.table-wrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:13px 14px}th{background:var(--panel-muted);color:var(--muted);text-transform:uppercase;font-size:.78rem}tbody tr:last-child td{border-bottom:0}.status-pill{background:#f8fafb;border-radius:6px}.empty-row{color:var(--muted);text-align:center}@media (max-width:900px){.metric-grid,.secondary-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.dashboard-page{width:min(100vw - 20px,1180px);padding-top:18px}.topbar,.control-row,.section-heading{flex-direction:column;align-items:flex-start}.metric-grid,.secondary-metrics{grid-template-columns:1fr}.segmented-control{max-width:100%;overflow-x:auto}.orders-controls>*,.pagination-row,.search-box,.icon-button{width:100%}.pagination-row{flex-direction:column;align-items:stretch}.segmented-control.compact{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;width:100%}}
