:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #070b14;--foreground: #f8fafc;--card: #0b1220;--card-soft: rgba(15, 23, 42, .72);--muted: #111827;--muted-foreground: #94a3b8;--border: #1f2937;--primary: #6d7dff;--primary-soft: rgba(109, 125, 255, .16);--sidebar: #070b14}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-height:100vh;background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.app-shell{min-height:100vh;background:var(--background)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:18rem;border-right:1px solid var(--border);background:var(--sidebar);display:flex;flex-direction:column}.brand{height:5rem;display:flex;align-items:center;gap:.75rem;padding:0 1rem;border-bottom:1px solid var(--border);font-weight:700}.brand img{height:3rem;max-width:13.75rem;object-fit:contain;object-position:left center}.brand span{color:var(--muted-foreground);font-size:.875rem;border-left:1px solid var(--border);padding-left:.75rem}.sidebar nav{flex:1;overflow-y:auto;padding:1rem .75rem;display:grid;align-content:start;gap:.25rem}.sidebar nav a{width:100%;min-height:2.625rem;display:flex;align-items:center;gap:.75rem;border-radius:.5rem;padding:0 .75rem;color:var(--muted-foreground);font-size:.875rem;font-weight:500;transition:background .18s ease,color .18s ease}.sidebar nav a.active{background:var(--primary-soft);color:var(--foreground)}.sidebar nav a.active svg{color:var(--primary)}.sidebar nav a:hover{background:var(--muted);color:var(--foreground)}.sidebar-card{border-top:1px solid var(--border);padding:.75rem;display:grid;gap:.35rem}.sidebar-card small{color:var(--muted-foreground)}.sidebar-card strong{font-size:.875rem}.sidebar-card span{color:var(--muted-foreground);font-size:.75rem}main{min-width:0;padding-left:18rem}.topbar{height:5rem;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);background:#070b14eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:0 1.5rem}.topbar small{color:var(--muted-foreground);font-size:.75rem}.topbar h1{margin:.125rem 0 0;font-size:1.25rem;line-height:1.2;letter-spacing:0}.top-actions{display:flex;align-items:center;gap:.5rem}.content{padding:1.5rem;display:grid;gap:1.5rem}.hero-panel,.card{border:1px solid var(--border);border-radius:.75rem;background:var(--card);box-shadow:0 1px 3px #0000002e}.hero-panel{min-height:auto;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.hero-panel h2{max-width:44rem;margin:.75rem 0 .5rem;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.15;letter-spacing:0}.hero-panel p{max-width:44rem;margin:0;color:var(--muted-foreground);font-size:.875rem;line-height:1.55}.pill{width:fit-content;display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid rgba(109,125,255,.22);background:var(--primary-soft);color:#cbd5ff;padding:.375rem .625rem;font-size:.75rem;font-weight:600}.primary,.ghost,.icon-button{min-height:2.5rem;border-radius:.5rem;padding:0 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:1px solid transparent;font-weight:600}.primary{color:#fff;background:#6d7dff;border-color:#6d7dff}.primary:hover{filter:brightness(1.06)}.primary:disabled{opacity:.65;cursor:not-allowed}.ghost,.icon-button{color:var(--foreground);background:transparent;border-color:var(--border)}.ghost:hover,.icon-button:hover{background:var(--muted)}.icon-button{width:2.5rem;padding:0}.full{width:100%}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.metric,.card{padding:1.25rem}.metric{display:grid;gap:.5rem}.metric small{color:var(--muted-foreground);font-size:.8125rem}.metric strong{font-size:1.5rem;line-height:1.1}.grid-two,.setup-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(20rem,.9fr);gap:1rem}.card h3{margin:0 0 1rem;font-size:1rem}.list-card{display:grid;gap:.75rem}.list-item{min-height:4.25rem;display:grid;grid-template-columns:2.25rem 1fr 1.25rem;align-items:center;gap:.75rem;border:1px solid rgba(31,41,55,.8);border-radius:.625rem;padding:.75rem;background:#11182785}.list-item span{display:block;color:var(--muted-foreground);font-size:.8125rem;margin-top:.125rem}.status-card p{color:var(--muted-foreground);font-size:.875rem}.status-card strong{color:var(--foreground)}.setup-form{display:grid;gap:.75rem;align-content:start}label{color:var(--foreground);font-weight:600;font-size:.875rem}input{width:100%;min-height:2.75rem;border-radius:.5rem;border:1px solid var(--border);background:#050814;color:var(--foreground);padding:0 .875rem;outline:none}input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6d7dff29}.slug-row{display:grid;grid-template-columns:1fr auto;gap:.625rem;align-items:center}.slug-row span{color:var(--muted-foreground);font-size:.875rem}.preview{min-height:22rem;overflow:hidden;position:relative;background:linear-gradient(180deg,#6d7dff14,#0b1220ad),var(--card)}.preview-top{display:flex;gap:.375rem;margin-bottom:2rem}.preview-top span{width:.625rem;height:.625rem;background:#94a3b861;border-radius:50%}.preview h3{font-size:1.5rem;margin-bottom:.375rem}.preview p{color:var(--muted-foreground)}.fake-product{height:7.5rem;border-radius:.75rem;background:linear-gradient(135deg,#6d7dff85,#b43cff57);border:1px solid rgba(255,255,255,.08);margin:1.5rem 0 1rem}.fake-line{height:.875rem;background:#94a3b824;border-radius:999px;margin-bottom:.625rem}.fake-line.short{width:64%}.center-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(29rem,100%);display:grid;gap:.875rem;justify-items:center;text-align:center;padding:2rem;border-radius:.75rem;background:var(--card);border:1px solid var(--border);box-shadow:0 12px 38px #00000052}.login-card.wide{width:min(34rem,100%)}.login-card img{width:13.75rem;max-height:4.75rem;object-fit:contain}.login-card h1{margin:0;font-size:1.5rem}.login-card p{margin:0;color:var(--muted-foreground);line-height:1.55}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.app-shell{display:block}.sidebar{display:none}main{padding-left:0}.topbar{height:4.25rem;padding:0 1rem}.content{padding:1rem;gap:1rem}.hero-panel,.grid-two,.setup-grid{grid-template-columns:1fr}.hero-panel{align-items:stretch;flex-direction:column}.metrics{grid-template-columns:repeat(2,1fr)}.top-actions .ghost{display:none}}@media (max-width: 520px){.metrics,.slug-row{grid-template-columns:1fr}}
