@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;750&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:oklch(93% .012 160);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--background:oklch(17% .008 160);--surface:oklch(20.5% .009 160);--surface-raised:oklch(23.5% .01 160);--panel:oklch(25.5% .011 160);--border:oklch(34% .012 160);--border-strong:oklch(43% .014 160);--text:oklch(93% .012 160);--muted:oklch(71% .016 160);--accent:oklch(74% .15 158);--accent-strong:oklch(80% .16 158);--accent-soft:oklch(32% .06 158);--accent-ink:oklch(17% .04 158);--success:oklch(78% .14 150);--success-soft:oklch(32% .06 150);--warning:oklch(82% .13 82);--warning-soft:oklch(34% .06 78);--danger:oklch(72% .16 26);--danger-soft:oklch(33% .08 26);--muted-soft:oklch(28% .008 160);--shadow:0 22px 50px oklch(0% 0 0/.5);background:oklch(17% .008 160);font-family:Outfit,Inter,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--background);min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}.app-shell{grid-template-columns:264px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;gap:28px;min-width:0;padding:24px 16px;display:flex}.brand-block{align-items:center;gap:12px;padding:0 8px;display:flex}.brand-mark{background:var(--accent);width:38px;height:38px;color:var(--accent-ink);border-radius:9px;place-items:center;font-size:13px;font-weight:700;display:grid}.brand-title{font-size:15px;font-weight:700;line-height:20px}.brand-caption{color:var(--muted);font-size:12px;font-weight:500;line-height:16px}.nav-list{gap:4px;min-width:0;display:grid}.nav-item{min-height:38px;color:var(--muted);border-radius:8px;align-items:center;padding:9px 10px;font-size:13px;font-weight:600;line-height:18px;text-decoration:none;transition:background-color .16s ease-out,color .16s ease-out;display:flex}.nav-item:hover{background:var(--panel);color:var(--text)}.nav-item:focus-visible,.secondary-action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-item.active{background:var(--accent-soft);color:var(--accent-strong)}.workspace{min-width:0}.topbar{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:16px;min-width:0;min-height:70px;padding:16px 28px;display:flex}.workspace-label,.empty-state-label{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:700;line-height:16px}.workspace-name{margin-top:2px;font-size:14px;font-weight:650;line-height:20px}.topbar-status{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:600;line-height:18px;display:inline-flex}.topbar-actions{align-items:center;gap:14px;display:inline-flex}.status-dot{background:var(--success);border-radius:999px;width:8px;height:8px}.content{min-width:0;padding:32px}.route-page{gap:28px;min-width:0;max-width:1060px;display:grid}.route-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.route-header h1{color:var(--text);text-wrap:balance;margin:0;font-size:24px;font-weight:650;line-height:32px}.route-header p,.empty-state p{max-width:70ch;color:var(--muted);margin:6px 0 0;font-size:14px;font-weight:400;line-height:22px}.secondary-action{border:1px solid var(--border-strong);background:var(--surface-raised);min-height:36px;color:var(--text);cursor:pointer;border-radius:8px;flex:none;padding:8px 14px;font-size:13px;font-weight:650;line-height:18px;transition:background-color .16s ease-out,border-color .16s ease-out}.secondary-action:hover{border-color:var(--accent);background:var(--panel)}.secondary-action:disabled,.table-action:disabled{cursor:not-allowed;opacity:.55}.connect-panel{border:1px solid var(--border);background:var(--surface);border-radius:10px;gap:16px;min-width:0;padding:20px;display:grid}.connect-panel h2{color:var(--text);margin:4px 0 0;font-size:18px;font-weight:650;line-height:26px}.connect-panel p{max-width:68ch;color:var(--muted);margin:4px 0 0;font-size:14px;line-height:22px}.connect-actions{flex-wrap:wrap;gap:10px;display:flex}.pairing-code{border:1px solid var(--border);background:var(--surface-raised);border-radius:8px;gap:3px;width:fit-content;min-width:260px;padding:12px 14px;display:grid}.pairing-code span,.pairing-code small{color:var(--muted);font-size:12px;font-weight:650;line-height:16px}.pairing-code strong{color:var(--text);overflow-wrap:anywhere;font-size:18px;font-weight:750;line-height:26px}.inline-alert{border:1px solid var(--danger);background:var(--danger-soft);color:oklch(92% .05 26);border-radius:8px;gap:3px;width:fit-content;max-width:100%;padding:10px 12px;font-size:13px;line-height:18px;display:grid}.inline-alert-info{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.async-state{gap:8px;display:grid}.async-state-body{gap:3px;display:grid}.async-state-body strong{color:var(--text);font-size:14px;font-weight:700;line-height:20px}.async-state-body span{color:var(--muted);font-size:13px;line-height:18px}.inline-alert .async-state-body span{color:inherit}.accounts-alert{margin:16px 20px 0}.accounts-empty,.accounts-loading{border-bottom:1px solid var(--border);gap:8px;padding:18px 20px;display:grid}.accounts-empty h3{color:var(--text);margin:0;font-size:16px;font-weight:650;line-height:22px}.accounts-empty p,.accounts-loading span{color:var(--muted);margin:0;font-size:13px;line-height:18px}.skeleton-row{background:linear-gradient(90deg,oklch(26% .01 160),oklch(32% .012 160),oklch(26% .01 160)) 0 0/180% 100%;border-radius:6px;width:min(100%,680px);height:18px;animation:1.2s ease-in-out infinite skeleton-pulse}.skeleton-row-short{width:min(62%,420px)}.table-action{border:1px solid var(--border-strong);background:var(--surface-raised);min-height:32px;color:var(--text);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700;line-height:16px;transition:background-color .15s ease-out,border-color .15s ease-out}.table-action:hover{border-color:var(--accent);background:var(--panel)}.table-action:focus-visible,.primary-action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes skeleton-pulse{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.skeleton-row{animation:none}}.empty-state{border:1px solid var(--border);background:var(--surface);min-width:0;max-width:680px;box-shadow:var(--shadow);border-radius:10px;gap:8px;padding:28px;display:grid}.empty-state h2{margin:0;font-size:18px;font-weight:650;line-height:26px}.data-panel{border:1px solid var(--border);background:var(--surface);border-radius:10px;min-width:0;display:grid;overflow:hidden}.data-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;padding:18px 20px;display:flex}.data-panel-header h2{color:var(--text);margin:0;font-size:18px;font-weight:650;line-height:26px}.data-panel-header p{max-width:72ch;color:var(--muted);margin:4px 0 0;font-size:14px;line-height:22px}.responsive-table{min-width:0;overflow-x:auto}.lots-toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.account-select{gap:4px;display:grid}.account-select span,.lots-search span{color:var(--muted);font-size:12px;font-weight:700;line-height:16px}.account-select select,.lots-search input{border:1px solid var(--border-strong);background:var(--background);min-height:36px;color:var(--text);font:inherit;border-radius:8px;padding:6px 10px}.lots-search{gap:4px;display:grid}.account-select select:focus-visible,.lots-search input:focus-visible{border-color:var(--accent);outline:2px solid oklch(74% .15 158/.25)}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.bulk-bar{border-bottom:1px solid var(--border);background:var(--accent-soft);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 20px;display:flex}.bulk-bar strong{color:var(--accent-strong);font-size:13px;font-weight:700}.bulk-bar .bulk-price{border:1px solid var(--border-strong);background:var(--background);width:120px;min-height:32px;color:var(--text);font:inherit;border-radius:8px;padding:5px 9px}.import-panel{align-items:flex-end}.import-panel .account-select span{color:var(--accent-strong)}.import-file{cursor:pointer;align-items:center;display:inline-flex}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--border);color:var(--text);text-align:left;vertical-align:top;padding:13px 16px;font-size:13px;line-height:18px}th{background:var(--panel);color:var(--muted);font-weight:700}tbody tr:hover{background:var(--surface-raised)}tbody tr:last-child td{border-bottom:0}.select-cell{width:36px}.entity-cell{gap:2px;min-width:0;display:grid}.entity-cell strong,.lot-title{overflow-wrap:anywhere;max-width:44ch;color:var(--text);font-weight:650;display:block}.entity-cell span{color:var(--muted)}.status-badge{border:1px solid var(--border-strong);background:var(--muted-soft);min-height:24px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:3px 9px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.status-badge-success,.status-badge-healthy{background:var(--success-soft);color:oklch(90% .1 150);border-color:oklch(50% .1 150)}.status-badge-warning{background:var(--warning-soft);color:oklch(90% .1 82);border-color:oklch(55% .1 80)}.status-badge-danger{background:var(--danger-soft);color:oklch(90% .09 26);border-color:oklch(50% .13 26)}.status-badge-info{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.status-badge-muted{color:var(--muted)}.confirm-dialog-backdrop{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:oklch(10% .006 160/.7);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.confirm-dialog{border:1px solid var(--border-strong);background:var(--surface-raised);width:min(100%,440px);box-shadow:var(--shadow);border-radius:12px;gap:18px;padding:22px;display:grid}.confirm-dialog h2{margin:0;font-size:18px;font-weight:650;line-height:26px}.confirm-dialog p{color:var(--muted);margin:6px 0 0;font-size:14px;line-height:22px}.confirm-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.danger-action{border:1px solid var(--danger);background:var(--danger);color:oklch(15% .03 26);cursor:pointer;border-radius:8px;min-height:36px;padding:8px 14px;font-size:13px;font-weight:700;line-height:18px}.auth-page{place-items:center;min-height:100vh;padding:32px;display:grid}.auth-panel{border:1px solid var(--border);background:var(--surface);width:min(100%,420px);box-shadow:var(--shadow);border-radius:12px;gap:18px;padding:28px;display:grid}.auth-label{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:700;line-height:16px}.auth-panel h1{color:var(--text);margin:0;font-size:24px;font-weight:650;line-height:32px}.auth-form{gap:14px;display:grid}.auth-form label{color:var(--muted);gap:6px;font-size:13px;font-weight:650;line-height:18px;display:grid}.auth-form input{border:1px solid var(--border-strong);background:var(--background);min-height:40px;color:var(--text);font:inherit;border-radius:8px;padding:8px 10px}.auth-form input:focus-visible{border-color:var(--accent);outline:2px solid oklch(74% .15 158/.25)}.auth-error{border:1px solid var(--danger);background:var(--danger-soft);color:oklch(92% .05 26);border-radius:8px;padding:9px 10px;font-size:13px;line-height:18px}.auth-actions{flex-wrap:wrap;gap:10px;display:flex}.primary-action{border:1px solid var(--accent);background:var(--accent);min-height:40px;color:var(--accent-ink);cursor:pointer;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:700;line-height:18px;transition:background-color .15s ease-out}.primary-action:hover{background:var(--accent-strong)}.primary-action:disabled{cursor:wait;opacity:.62}@media (width<=760px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:1;border-right:0;border-bottom:1px solid var(--border);gap:16px;position:sticky;top:0}.nav-list{padding-bottom:4px;display:flex;overflow-x:auto}.nav-item{flex:none}.topbar,.topbar-actions,.route-header{flex-direction:column;align-items:stretch}.content{padding:24px 16px}.empty-state{padding:22px}.data-panel-header{flex-direction:column;align-items:stretch;padding:16px}}
