@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{--page:#f4f5f6;--surface:#fff;--surface-muted:#f7f8f9;--field:#fff;--text:#4d555b;--text-muted:#6f777c;--text-strong:#272c30;--border:#d9dee2;--brand:#0056a3;--brand-dark:#003f78;--brand-soft:#0056a317;--brand-line:#0056a342;--accent:#ff8200;--accent-dark:#d86d00;--accent-soft:#ff82001f;--neutral-line:#7a808440;--shadow:0 18px 38px #272c3014;--sans:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;font:16px/145% var(--sans);letter-spacing:0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--page);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--page:#15181b;--surface:#1f2428;--surface-muted:#282e33;--field:#181c20;--text:#d5dadd;--text-muted:#a7afb5;--text-strong:#f3fbf9;--border:#3b434a;--brand:#5aa3e8;--brand-dark:#8fc6ff;--brand-soft:#0056a347;--brand-line:#5aa3e86b;--accent:#ff9a28;--accent-dark:#ffb15c;--accent-soft:#ff82002e;--neutral-line:#c5cbd02e;--shadow:0 14px 36px #00000047;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{margin:0}button,input{font:inherit}h1{color:var(--text-strong);margin:0;font-size:28px;font-weight:750;line-height:1.14}h2{color:var(--text-strong);margin:0;font-size:18px;font-weight:750;line-height:1.25}p{margin:0}.lab-shell{background:linear-gradient(90deg, var(--neutral-line) 1px, transparent 1px) 0 0 / 42px 42px, linear-gradient(0deg, var(--neutral-line) 1px, transparent 1px) 0 0 / 42px 42px, var(--page);flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:10;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:0 28px 0 0;display:flex;position:sticky;top:0;box-shadow:0 8px 24px #272c300d}.topbar:before{content:"";background:linear-gradient(180deg, var(--brand) 0 66%, var(--accent) 66% 100%);align-self:stretch;width:12px}.brand,.card-heading,.signed-in,.status-list div,.nav-item,.nav-row,.topbar-actions,.settings-nav-button,.theme-toggle,button{align-items:center;display:flex}.brand{gap:12px;min-width:0;margin-right:auto}.brand span:last-child{gap:1px;min-width:0;display:grid}.brand strong,.signed-in strong{color:var(--text-strong);font-size:18px;font-weight:800;line-height:1.2}.signed-in span,.card-heading p{color:var(--text-muted);font-size:13px}.brand-mark,.icon-badge,.avatar{border-radius:8px;flex:none;place-items:center;display:grid}.brand-mark{background:#fff;width:48px;height:48px;overflow:hidden}.brand-mark img{object-fit:contain;width:100%;height:100%}.icon-badge,.avatar{width:40px;height:40px}.icon-badge{color:var(--brand);background:var(--brand-soft)}.topbar-actions{flex:none;gap:10px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.theme-toggle{border:1px solid var(--border);background:var(--surface-muted);width:38px;height:38px;color:var(--text-strong);cursor:pointer;border-radius:4px;justify-content:center}.theme-toggle:hover{border-color:var(--brand-line);color:var(--brand)}.workspace{flex:1;grid-template-columns:246px minmax(0,1fr);display:grid}.side-panel{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;gap:8px;padding:22px 18px;display:flex}.nav-row{gap:8px}.nav-row .nav-item{flex:auto}.nav-item{width:100%;min-height:42px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;gap:10px;padding:0 12px;font-size:14px;font-weight:700}.settings-nav-button{width:42px;height:42px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;flex:none;justify-content:center}.nav-item.active,.settings-nav-button.active{background:linear-gradient(90deg, var(--brand) 0, var(--brand-dark) 100%);border-color:var(--brand);color:#fff}.nav-item.active svg,.settings-nav-button.active svg{color:var(--accent)}.nav-item:disabled,.settings-nav-button:disabled{cursor:not-allowed;opacity:.72}.main-panel{min-width:0;padding:34px}.panel-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700}.content-grid{grid-template-columns:minmax(320px,460px) minmax(280px,1fr);align-items:start;gap:18px;display:grid}.auth-card,.status-panel,.product-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:4px}.auth-card{padding:24px;position:relative;overflow:hidden}.auth-card:before,.product-panel:before{content:"";background:linear-gradient(90deg, var(--brand) 0 72%, var(--accent) 72% 100%);height:5px;margin:-24px -24px 22px;display:block}.status-panel{padding:22px}.product-panel{grid-column:1/-1;padding:22px;position:relative;overflow:hidden}.product-panel:before{margin:-22px -22px 20px}.card-heading{gap:12px;margin-bottom:22px}.auth-form{gap:14px;display:grid}label{color:var(--text);gap:7px;font-size:13px;font-weight:700;display:grid}input{box-sizing:border-box;border:1px solid var(--border);background:var(--field);width:100%;min-height:43px;color:var(--text-strong);font:inherit;border-radius:4px;padding:0 12px;font-size:15px}input:focus{border-color:var(--brand);outline:3px solid var(--brand-soft)}.primary-button,.secondary-button,.link-button{font:inherit;cursor:pointer;border-radius:4px;justify-content:center;gap:9px;font-size:14px;font-weight:700}.primary-button{border:1px solid var(--accent);background:linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);color:#fff;min-height:44px;box-shadow:0 10px 20px var(--accent-soft);margin-top:6px}.full-width-action{width:100%;margin-top:16px}.action-stack{gap:10px;margin-top:16px;display:grid}.action-stack .full-width-action{margin-top:0}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.62}.secondary-button{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);min-height:40px;color:var(--text-strong);padding:0 13px}.link-button{min-height:38px;color:var(--brand);background:0 0;border:0;margin-top:16px}.signed-in{background:var(--surface-muted);border-radius:4px;gap:14px;min-height:78px;padding:16px}.avatar{background:linear-gradient(135deg, var(--brand), var(--accent));color:#fff;font-weight:800}.signed-in div:last-child{gap:3px;display:grid}.status-panel h2{margin-bottom:16px}.status-list{gap:10px;display:grid}.status-list div{border-left:4px solid var(--brand);background:var(--surface-muted);min-height:44px;color:var(--text);border-radius:4px;gap:10px;padding:0 12px}.status-list div:nth-child(2){border-left-color:var(--accent)}.status-list strong{color:var(--text-strong);margin-left:auto;font-size:13px}.status-note{border:1px solid var(--border);background:var(--surface-muted);color:var(--text-muted);border-radius:4px;margin-top:14px;padding:12px;font-size:13px}.product-panel-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.panel-actions{flex:none;align-items:center;gap:10px;display:flex}.product-panel-header p,.product-row span,.empty-products{color:var(--text-muted);font-size:13px}.product-list{gap:10px;display:grid}.product-row{border:1px solid var(--border);background:var(--surface-muted);border-radius:4px;grid-template-columns:minmax(0,1.2fr) minmax(320px,1fr);align-items:center;gap:14px;min-height:58px;padding:12px;display:grid}.product-row>div:first-child{gap:3px;min-width:0;display:grid}.product-row strong{color:var(--text-strong);font-size:14px;line-height:1.25}.product-row span{overflow-wrap:anywhere}.product-metrics{grid-template-columns:repeat(4,minmax(74px,1fr));gap:8px;display:grid}.product-metrics span{background:var(--surface);min-height:30px;color:var(--text);text-align:center;border-radius:4px;place-items:center;padding:0 8px;display:grid}.empty-products{border:1px dashed var(--border);background:var(--surface-muted);border-radius:4px;place-items:center;min-height:54px;display:grid}@media (width<=820px){.panel-header{flex-direction:column;align-items:flex-start}.topbar{grid-template-columns:1fr auto;padding:18px;display:grid}.topbar:before{display:none}.workspace,.content-grid{grid-template-columns:1fr}.product-panel-header,.product-row{grid-template-columns:1fr;align-items:stretch}.product-panel-header{display:grid}.panel-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.side-panel{border-right:0;border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.main-panel{padding:20px}}
