*{box-sizing:border-box}:root{--bg: #f4f6fb;--card: #ffffff;--text: #0f172a;--muted: #64748b;--line: #e2e8f0;--primary: #0f172a;--primary-2: #1e293b;--gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e3a5f 45%, #0d4f4c 100%);--gradient-mesh: radial-gradient(ellipse 80% 50% at 20% -20%, rgba(56, 189, 248, .35), transparent), radial-gradient(ellipse 60% 40% at 100% 0%, rgba(34, 197, 94, .25), transparent), radial-gradient(ellipse 50% 50% at 80% 100%, rgba(99, 102, 241, .2), transparent);--gradient-name: linear-gradient(120deg, #38bdf8 0%, #22d3ee 25%, #4ade80 55%, #a78bfa 100%);--gradient-btn: linear-gradient(135deg, #0ea5e9 0%, #2563eb 50%, #059669 100%)}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:var(--bg)}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.app-topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.brand{display:flex;align-items:center;gap:.5rem}.brand-dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#22c55e,#16a34a)}.landing{padding:0 0 3rem;background:var(--bg)}.landing-nav{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(226,232,240,.8);background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0}.landing-logo{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.15rem;letter-spacing:-.02em;color:var(--text)}.landing-logo-mark{width:12px;height:12px;border-radius:4px;background:var(--gradient-name);box-shadow:0 0 20px #38bdf873}.landing-logo-text{background:var(--gradient-name);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-nav-links{display:flex;gap:1.25rem;font-size:.9rem;font-weight:600}.landing-nav-links a{color:var(--muted);transition:color .2s}.landing-nav-links a:hover{color:var(--text)}.landing-nav-login{padding:.45rem .9rem;border-radius:10px;font-weight:700;color:#fff!important;background:var(--gradient-btn);background-size:200% auto;border:none;box-shadow:0 4px 16px #0ea5e959;transition:transform .2s,box-shadow .2s,background-position .35s}.landing-nav-login:hover{color:#fff!important;background-position:100% center;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.brand-link{text-decoration:none;color:inherit}.topbar-demo-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.login-page{min-height:100vh;position:relative;background:radial-gradient(ellipse 100% 70% at 50% -25%,rgba(56,189,248,.22),transparent 50%),linear-gradient(180deg,#eef2ff,#f4f6fb 40%,#f8fafc)}.login-page-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-mesh);pointer-events:none;opacity:.85}.login-page-nav{position:relative;z-index:2;border-bottom:1px solid rgba(226,232,240,.9);background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-page-nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0}.login-page-main{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem 3rem;min-height:calc(100vh - 4.5rem)}.login-card{position:relative;width:min(420px,100%);padding:1.75rem 1.5rem 1.5rem;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 24px 60px #0f172a1a;overflow:hidden}.login-card-accent{position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-name)}.login-card-title{margin:0;font-size:1.65rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.login-card-sub{margin:.65rem 0 1.35rem;font-size:.9rem;line-height:1.55;color:var(--muted)}.login-form{display:flex;flex-direction:column;gap:1rem}.login-field{display:flex;flex-direction:column;gap:.35rem}.login-submit{width:100%;margin-top:.35rem;padding:.72rem 1rem!important;font-size:1rem!important}.login-footnote{margin:1.25rem 0 0;text-align:center;font-size:.88rem}.login-footnote a{color:#2563eb;font-weight:600;text-decoration:none}.login-footnote a:hover{text-decoration:underline}.landing-hero-gradient{position:relative;overflow:hidden;padding:clamp(2rem,5vw,4rem) 0 clamp(3rem,6vw,5rem);background:var(--gradient-hero);background-size:200% 200%;animation:heroGradientShift 18s ease infinite}@keyframes heroGradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.landing-hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-mesh);pointer-events:none}.landing-hero-inner{position:relative;z-index:1;display:grid;gap:1.75rem;align-items:center;grid-template-columns:1.2fr .85fr}.eyebrow{display:inline-block;padding:.3rem .7rem;border-radius:999px;background:#e2e8f0;color:#1e293b;font-size:.8rem;font-weight:600}.eyebrow-gradient{background:#ffffff26;color:#e0f2fe;border:1px solid rgba(255,255,255,.2)}.landing-product-name{margin:.75rem 0 .5rem;font-size:clamp(2.75rem,7vw,4.25rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;background:var(--gradient-name);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 2px 24px rgba(56,189,248,.25))}.landing-hero-title{margin:0 0 1rem;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:600;line-height:1.35;color:#f1f5f9;max-width:32ch}.hero-copy .hero-sub{color:#e2e8f0e0}.hero-sub{color:var(--muted);font-size:1.05rem;line-height:1.65;max-width:58ch}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}.btn-gradient{background:var(--gradient-btn);background-size:200% auto;color:#fff;border:none;box-shadow:0 8px 28px #0ea5e959;transition:transform .2s,box-shadow .2s,background-position .4s}.btn-gradient:hover{background-position:100% center;transform:translateY(-2px);box-shadow:0 12px 36px #2563eb66}.btn-glass{background:#ffffff1f;border:1px solid rgba(255,255,255,.28);color:#f8fafc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-glass:hover{background:#fff3;border-color:#fff6}.feature-card,.cta-section{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:0 10px 30px #0f172a0f}.hero-card-gradient{position:relative;padding:1.35rem;border-radius:22px;background:#0f172a73;border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 50px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.hero-card-accent{position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-name);opacity:.95}.hero-card-gradient h3{margin:0 0 1rem;color:#f1f5f9;font-size:1rem;font-weight:700}.snapshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.snapshot-tile{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:.85rem;display:flex;flex-direction:column;gap:.25rem;background:#ffffff0f}.snapshot-tile span{color:#e2e8f0bf;font-size:.82rem}.snapshot-tile strong{font-size:1.2rem;background:linear-gradient(90deg,#7dd3fc,#86efac);-webkit-background-clip:text;background-clip:text;color:transparent}.feature-section{margin-top:2.2rem}.feature-section h2,.cta-section h2{margin:0 0 1rem}.feature-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:1rem}.feature-card p{margin:.6rem 0 0;color:var(--muted);line-height:1.6}.cta-section{margin-top:2rem;padding:1.25rem}.cta-section p{color:var(--muted);max-width:72ch}.btn{border:1px solid transparent;border-radius:12px;padding:.62rem .95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-2)}.btn-primary.btn-gradient{background:var(--gradient-btn);background-size:200% auto;box-shadow:0 8px 28px #0ea5e959}.btn-primary.btn-gradient:hover{background:var(--gradient-btn);background-position:100% center;background-size:200% auto}.btn-secondary{background:#fff;color:var(--text);border-color:var(--line)}.btn-secondary:hover{background:#f8fafc}.btn-secondary.btn-glass{background:#ffffff1f;border-color:#ffffff47;color:#f8fafc}.btn-secondary.btn-glass:hover{background:#fff3;border-color:#fff6}.cta-gradient{border:none;background:linear-gradient(135deg,#0f172a0a,#0ea5e914,#22c55e0f);box-shadow:0 12px 40px #0f172a14}.cta-gradient h2{background:var(--gradient-name);-webkit-background-clip:text;background-clip:text;color:transparent}button{border:1px solid var(--line);border-radius:10px;background:#fff;padding:.5rem .75rem;cursor:pointer}input,textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.55rem .7rem;background:#fff}textarea{resize:vertical}[role=listbox]{margin-top:.35rem;padding:.35rem;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;gap:.25rem}h1,h2,h3,p{margin-top:0}@media (max-width: 900px){.landing-hero-inner,.feature-grid{grid-template-columns:1fr}}.ss-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px #0f172a0d}.ss-card-header{padding:1rem 1rem .5rem}.ss-card-title{margin:0;font-size:1.1rem}.ss-card-description{margin:.45rem 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.ss-card-content{padding:.85rem 1rem 1rem}.ss-btn{border:1px solid transparent;border-radius:11px;padding:.58rem .82rem;font-weight:600;transition:.2s ease}.ss-btn[data-variant=outline],.ss-btn[data-variant=ghost],.ss-btn[data-variant=secondary]{background:#fff;color:#0f172a;border-color:#cbd5e1}.ss-btn[data-variant=destructive]{background:#dc2626;color:#fff}.ss-btn[data-variant=default],.ss-btn:not([data-variant]){background:#0f172a;color:#fff}.ss-btn[data-variant=ghost]{background:transparent;border-color:transparent;color:#64748b}.ss-btn[data-variant=ghost]:hover{background:#f1f5f9;color:#0f172a}.ss-btn[data-size=icon]{padding:.45rem;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center}.ss-btn:hover{transform:translateY(-1px)}.ss-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .56rem;border:1px solid #dbe3ef;background:#f8fafc;color:#334155;font-size:.76rem;font-weight:700}.ss-badge[data-variant=secondary]{background:#eff6ff;border-color:#cfe3ff;color:#1d4ed8}.ss-badge[data-variant=outline]{background:#fff}.ss-label{display:inline-block;font-weight:600;margin-bottom:.22rem}.ss-input,.ss-textarea{width:100%;border:1px solid #cbd5e1;border-radius:11px;padding:.6rem .72rem;background:#fff}.ss-input:focus,.ss-textarea:focus{outline:2px solid #bfdbfe;border-color:#3b82f6}.ss-checkbox{width:18px;height:18px;accent-color:#0f172a}.ss-progress{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.ss-progress-bar{height:100%;background:linear-gradient(90deg,#1d4ed8,#2563eb)}.ss-separator{border:0;border-top:1px solid var(--line);margin:.5rem 0}.ss-tabs-list{background:#eaf0fb;border:1px solid #dbe4f4;padding:.25rem;gap:.3rem}.ss-tabs-trigger{background:transparent;border:none;color:#475569;font-weight:700;text-align:center}.ss-tabs-trigger[data-state=active]{background:#fff;color:#0f172a;border:1px solid #cbd5e1;box-shadow:0 2px 8px #0f172a0f}.ss-tabs-trigger[data-state=inactive]:hover{background:#ffffff8c}.ss-tabs-content{animation:fadeIn .2s ease}.ss-select{position:relative}.ss-select-trigger{width:100%;justify-content:space-between;display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:11px;background:#fff}.ss-select-content{position:absolute;z-index:30;left:0;right:0;background:#fff;border:1px solid #dbe4f4;border-radius:10px;box-shadow:0 10px 30px #0f172a1a}.ss-select-item{width:100%;text-align:left;border:none;border-radius:8px}.ss-select-item[aria-selected=true]{background:#eff6ff;color:#1d4ed8}@keyframes fadeIn{0%{opacity:.6;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.prototype-shell{min-height:100vh;color:var(--text);background:radial-gradient(ellipse 120% 80% at 50% -30%,rgba(56,189,248,.18),transparent 55%),radial-gradient(ellipse 70% 50% at 100% 20%,rgba(34,197,94,.12),transparent 50%),linear-gradient(180deg,#eef2ff,#f4f6fb 35%,#f8fafc)}.prototype-container{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0 2.5rem}.prototype-top-grid{display:grid;gap:1.25rem;margin-bottom:1.5rem;align-items:stretch}@media (min-width: 1024px){.prototype-top-grid{grid-template-columns:1.12fr .88fr}}.prototype-hero-card.ss-card{position:relative;overflow:hidden;border:none;background:linear-gradient(145deg,#0f172a,#1e3a5f 42%,#0f766e);background-size:200% 200%;animation:prototypeHeroShift 20s ease infinite;color:#f8fafc;box-shadow:0 24px 60px #0f172a59}@keyframes prototypeHeroShift{0%,to{background-position:0% 40%}50%{background-position:100% 60%}}.prototype-hero-inner{position:relative;padding:1.5rem 1.35rem}@media (min-width: 768px){.prototype-hero-inner{padding:2rem 1.75rem}}.prototype-hero-glow{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;background:radial-gradient(circle at 30% 20%,rgba(56,189,248,.35),transparent 45%),radial-gradient(circle at 90% 60%,rgba(34,197,94,.22),transparent 40%);pointer-events:none}.prototype-badge-row{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.45rem}.prototype-hero-badge.ss-badge{background:#ffffff1f;border-color:#ffffff38;color:#e2e8f0}.prototype-hero-title-row{position:relative;z-index:1;display:flex;align-items:flex-start;gap:1rem;margin-top:1.25rem}.prototype-hero-icon-wrap{flex-shrink:0;padding:.65rem;border-radius:14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.prototype-hero-icon{width:1.65rem;height:1.65rem;color:#a5f3fc}.prototype-hero-eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#e2e8f0bf}.prototype-hero-name{margin:.35rem 0 .25rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;background:var(--gradient-name);-webkit-background-clip:text;background-clip:text;color:transparent}.prototype-hero-tagline{margin:0;font-size:.95rem;color:#e2e8f0e6;max-width:36ch}.prototype-hero-lede{position:relative;z-index:1;margin:1.1rem 0 0;font-size:.92rem;line-height:1.65;color:#e2e8f0d1;max-width:52ch}.prototype-hero-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.35rem}.prototype-hero-btn-primary.ss-btn{background:#fff;color:#0f172a;border:none;border-radius:12px;padding:.65rem 1rem;font-weight:700;box-shadow:0 8px 24px #00000026}.prototype-hero-btn-primary.ss-btn:hover{background:#f1f5f9;transform:translateY(-2px)}.prototype-hero-btn-outline.ss-btn{background:#ffffff14;color:#f8fafc;border:1px solid rgba(255,255,255,.28);border-radius:12px;padding:.65rem 1rem;font-weight:600}.prototype-hero-btn-outline.ss-btn:hover{background:#ffffff26}.prototype-surface-card.ss-card{border-radius:20px;box-shadow:0 12px 36px #0f172a12}.prototype-card-title-row{display:flex;align-items:center;gap:.5rem}.prototype-inline-icon{width:1.15rem;height:1.15rem;flex-shrink:0;color:#2563eb}.prototype-stack{display:flex;flex-direction:column;gap:1rem}.prototype-stack-loose{gap:1.35rem}.prototype-field{display:flex;flex-direction:column;gap:.35rem}.prototype-mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}.prototype-mini-tile{padding:.85rem;border-radius:12px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:1px solid #e2e8f0}.prototype-mini-strong{margin-top:.25rem;font-weight:700;font-size:.95rem}.prototype-muted{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.prototype-stats-grid{display:grid;gap:1rem;margin-bottom:1.75rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.prototype-stat-card.ss-card{border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(226,232,240,.9)}.prototype-stat-content{padding:1.1rem 1.15rem!important}.prototype-stat-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.prototype-stat-value{margin:.35rem 0 0;font-size:1.65rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(120deg,#0ea5e9,#2563eb);-webkit-background-clip:text;background-clip:text;color:transparent}.prototype-stat-sub{margin-top:.35rem;font-size:.78rem}.prototype-stat-icon-wrap{padding:.55rem;border-radius:12px;background:linear-gradient(135deg,#e0f2fe,#dbeafe);border:1px solid #bfdbfe}.prototype-stat-icon{width:1.25rem;height:1.25rem;color:#1d4ed8}.prototype-tabs-wrap{display:flex;flex-direction:column;gap:1.1rem}.prototype-hint-card.ss-card{border-radius:16px;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#0ea5e973,#6366f159,#22c55e66) border-box;box-shadow:0 10px 32px #0f172a0f}.prototype-hint-inner{padding:1rem 1.15rem!important}.prototype-hint-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#2563eb;margin-bottom:.35rem}.prototype-hint-text{margin:0;font-size:.9rem;line-height:1.55;color:#475569}.prototype-tablist.ss-tabs-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.35rem;border-radius:16px;background:linear-gradient(135deg,#e0f2fe,#ede9fe,#d1fae5);border:1px solid rgba(148,163,184,.35);box-shadow:inset 0 1px #fff9}.prototype-tablist .ss-tabs-trigger{border-radius:12px;padding:.7rem .5rem;font-size:.82rem;line-height:1.25;min-height:3rem;display:flex;align-items:center;justify-content:center;text-align:center}.prototype-tablist .ss-tabs-trigger[data-state=active]{background:#fff;border:1px solid rgba(148,163,184,.35);box-shadow:0 6px 20px #0f172a1a;color:#0f172a}.prototype-tab-panel{display:flex;flex-direction:column;gap:1rem}.prototype-goal-banner{padding:.85rem 1.1rem;border-radius:14px;background:linear-gradient(90deg,#0ea5e91a,#6366f114,#22c55e14);border:1px solid rgba(148,163,184,.35);font-size:.9rem;line-height:1.55;color:#475569}.prototype-goal-banner strong{color:#0f172a}.prototype-workflow-grid{display:grid;gap:1.35rem;align-items:start}@media (min-width: 1280px){.prototype-workflow-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}}.prototype-form-grid{display:grid;gap:1rem}@media (min-width: 768px){.prototype-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.prototype-form-grid .prototype-field-span{grid-column:1 / -1}.prototype-qty-row{display:flex;gap:.5rem;align-items:stretch}.prototype-qty-row>.ss-input{flex:1;min-width:0}.prototype-qty-row .ss-select{flex:0 0 6.5rem}.prototype-unit-select.ss-select-trigger{width:100%;min-height:2.65rem}.prototype-full-btn{width:100%;border-radius:12px!important;padding:.7rem!important;font-weight:700!important;background:var(--gradient-btn)!important;background-size:200% auto!important;color:#fff!important;border:none!important}.prototype-full-btn:hover{background-position:100% center!important}.prototype-inv-list{display:flex;flex-direction:column;gap:.65rem}.prototype-inv-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem;border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:0 4px 14px #0f172a0a}.prototype-inv-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.prototype-inv-name{margin:0;font-weight:700;font-size:1rem}.prototype-inv-meta{margin-top:.35rem;font-size:.85rem}.prototype-priority-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.prototype-priority-label{font-size:.72rem;white-space:nowrap}.prototype-priority-bar{flex:1;max-width:10rem;min-width:5rem}.prototype-icon-btn.ss-btn[data-variant=ghost]{flex-shrink:0;color:#94a3b8}.prototype-icon-btn:hover{color:#dc2626!important;background:#fef2f2!important}.prototype-rules-grid{display:grid;gap:.85rem}@media (min-width: 768px){.prototype-rules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.prototype-rule-cell{display:flex;align-items:flex-start;gap:.65rem;padding:.9rem;border-radius:14px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fafafa,#f8fafc)}.prototype-rule-title{margin:0;font-weight:700;font-size:.95rem}.prototype-rule-desc{margin:.2rem 0 0;font-size:.82rem}.prototype-chip-row{display:flex;flex-wrap:wrap;gap:.45rem}.prototype-chip.ss-btn{border-radius:999px!important;font-size:.82rem}.prototype-launch-pack{position:relative;padding:1.15rem;border-radius:18px;border:1px solid rgba(148,163,184,.4);background:linear-gradient(145deg,#f1f5f9f2,#fffffffa,#e0f2fe59);overflow:hidden}.prototype-launch-pack:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-name)}.prototype-launch-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.prototype-launch-title{margin:.25rem 0 0;font-size:1.2rem;font-weight:800;color:#0f172a}.prototype-fit-badge.ss-badge{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;border:none;font-weight:800}.prototype-launch-metrics{display:grid;gap:.65rem;margin-top:1rem}@media (min-width: 768px){.prototype-launch-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}.prototype-metric-tile{padding:.85rem;border-radius:12px;background:#fff;border:1px solid #e2e8f0}.prototype-metric-value{margin:.35rem 0 0;font-size:1.15rem;font-weight:800}.prototype-metric-money{background:linear-gradient(90deg,#059669,#0d9488);-webkit-background-clip:text;background-clip:text;color:transparent}.prototype-launch-notes{margin-top:1.1rem;display:flex;flex-direction:column;gap:.85rem}.prototype-note-label{margin:0 0 .25rem;font-weight:700;font-size:.85rem;color:#0f172a}.prototype-empty-state{text-align:center;padding:2rem 1rem;border-radius:14px;border:2px dashed #cbd5e1;color:var(--muted);font-size:.9rem}.prototype-suggestions-layout{display:grid;gap:1.35rem;align-items:start}@media (min-width: 1024px){.prototype-suggestions-layout{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}}.prototype-prose{margin:0}.prototype-ranking-box{padding:1rem;border-radius:14px;background:linear-gradient(135deg,#f0f9ff,#f5f3ff);border:1px solid #e0e7ff}.prototype-ranking-title{margin:0;font-weight:800;color:#0f172a}.prototype-ranking-list{margin:.5rem 0 0;padding-left:1.15rem;color:#475569;font-size:.88rem;line-height:1.55}.prototype-suggestion-list{display:flex;flex-direction:column;gap:1rem}.prototype-suggestion-card.ss-card{border-radius:18px;overflow:hidden;border:1px solid rgba(226,232,240,.95);box-shadow:0 12px 32px #0f172a0f}.prototype-suggestion-inner{padding:1.15rem 1.2rem!important;display:flex;flex-direction:column;gap:1.15rem}@media (min-width: 1024px){.prototype-suggestion-inner{flex-direction:row;align-items:flex-start;justify-content:space-between}}.prototype-suggestion-main{flex:1;min-width:0}.prototype-suggestion-head{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.prototype-suggestion-title{margin:0;font-size:1.15rem;font-weight:800;color:#0f172a}.prototype-suggestion-fit{margin-top:.45rem;font-size:.88rem}.prototype-ingredient-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.prototype-suggestion-metrics{display:grid;gap:.5rem;margin-top:.85rem}@media (min-width: 640px){.prototype-suggestion-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}.prototype-suggestion-metric{padding:.65rem;border-radius:10px;background:#f1f5f9;border:1px solid #e2e8f0}.prototype-metric-strong{margin:.2rem 0 0;font-weight:800;font-size:.95rem}.prototype-suggestion-side{width:100%;display:flex;flex-direction:column;gap:.65rem}@media (min-width: 1024px){.prototype-suggestion-side{width:17.5rem;flex-shrink:0}}.prototype-menu-copy-box{padding:.85rem;border-radius:12px;border:1px solid #e2e8f0;background:#fafafa;font-size:.88rem}.prototype-accept-row{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.prototype-accept-btn-active.ss-btn{background:var(--gradient-btn)!important;border:none!important;color:#fff!important}.prototype-analytics-grid{display:grid;gap:1.25rem;align-items:start}@media (min-width: 1280px){.prototype-analytics-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}.prototype-analytics-wide{min-width:0}.prototype-analytics-kpis{display:grid;gap:.65rem}@media (min-width: 768px){.prototype-analytics-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}.prototype-kpi-tile{padding:1rem;border-radius:14px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0}.prototype-kpi-tile-accent{background:linear-gradient(135deg,#e0f2fe99,#ede9fe80);border-color:#c7d2fe}.prototype-kpi-value{margin:.35rem 0 0;font-size:1.75rem;font-weight:800;color:#0f172a}.prototype-kpi-gradient{background:var(--gradient-name);-webkit-background-clip:text;background-clip:text;color:transparent}.prototype-pattern-card{padding:1.1rem;border-radius:16px;border:1px solid #e2e8f0;background:#fff}.prototype-pattern-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.prototype-pattern-title{margin:0;font-weight:800}.prototype-progress-stack{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.prototype-progress-label-row{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.25rem;color:#475569}.prototype-roadmap-item{padding:.85rem;border-radius:12px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc)}.prototype-roadmap-phase{margin:0 0 .35rem;font-weight:800;font-size:.95rem;background:linear-gradient(90deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}@media (max-width: 640px){.prototype-tablist.ss-tabs-list{grid-template-columns:1fr}.prototype-tablist .ss-tabs-trigger{min-height:auto;padding:.65rem .75rem}}.manager-dashboard{min-height:100vh;background:radial-gradient(ellipse 90% 60% at 10% -10%,rgba(99,102,241,.12),transparent 45%),radial-gradient(ellipse 70% 50% at 100% 0%,rgba(14,165,233,.1),transparent 40%),linear-gradient(180deg,#f8fafc,#f1f5f9);color:var(--text)}.manager-dashboard-topbar{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.manager-dashboard-topbar-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;gap:1rem;flex-wrap:wrap}.manager-dashboard-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.manager-dashboard-main{padding:1.75rem 1rem 2.5rem;max-width:1200px}.manager-dashboard-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:1.5rem}.manager-dashboard-eyebrow{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6366f1}.manager-dashboard-title{margin:.35rem 0 .25rem;font-size:clamp(1.65rem,3vw,2.15rem);font-weight:800;letter-spacing:-.03em}.manager-dashboard-sub{margin:0;max-width:42ch;color:var(--muted);font-size:.95rem;line-height:1.55}.manager-dashboard-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.manager-dashboard-date{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:#475569;padding:.45rem .75rem;border-radius:10px;background:#fff;border:1px solid var(--line)}.manager-dashboard-header-actions .btn-gradient{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none}.manager-dashboard-inline-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.manager-dashboard-kpis{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:1.25rem}.manager-dashboard-kpi{display:flex;gap:.85rem;align-items:flex-start;padding:1rem 1.05rem;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 24px #0f172a0a}.manager-dashboard-kpi-icon{width:2.5rem;height:2.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.manager-dashboard-kpi-icon svg{width:1.2rem;height:1.2rem}.manager-dashboard-kpi--blue .manager-dashboard-kpi-icon{background:linear-gradient(135deg,#dbeafe,#e0f2fe);color:#1d4ed8}.manager-dashboard-kpi--teal .manager-dashboard-kpi-icon{background:linear-gradient(135deg,#ccfbf1,#cffafe);color:#0f766e}.manager-dashboard-kpi--green .manager-dashboard-kpi-icon{background:linear-gradient(135deg,#d1fae5,#ecfccb);color:#15803d}.manager-dashboard-kpi--violet .manager-dashboard-kpi-icon{background:linear-gradient(135deg,#ede9fe,#fae8ff);color:#6d28d9}.manager-dashboard-kpi-label{margin:0;font-size:.78rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.manager-dashboard-kpi-value{margin:.25rem 0 0;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.manager-dashboard-kpi-delta{margin:.15rem 0 0;font-size:.82rem;font-weight:700;color:#059669}.manager-dashboard-alerts{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.35rem}.manager-dashboard-alert{display:flex;align-items:flex-start;gap:.55rem;padding:.75rem 1rem;border-radius:12px;font-size:.88rem;line-height:1.45}.manager-dashboard-alert--warning{background:linear-gradient(90deg,#fbbf2426,#fde68a1f);border:1px solid rgba(245,158,11,.35);color:#92400e}.manager-dashboard-alert--info{background:linear-gradient(90deg,#3b82f61a,#6366f114);border:1px solid rgba(59,130,246,.25);color:#1e40af}.manager-dashboard-grid{display:grid;gap:1.25rem;margin-bottom:1.35rem}@media (min-width: 1024px){.manager-dashboard-grid{grid-template-columns:1.4fr .9fr;align-items:start}}.manager-dashboard-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.15rem 1.2rem 1.2rem;box-shadow:0 10px 32px #0f172a0d}.manager-dashboard-panel--wide{margin-bottom:1.35rem}.manager-dashboard-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.manager-dashboard-panel-title{margin:0;display:flex;align-items:center;gap:.45rem;font-size:1.05rem;font-weight:800}.manager-dashboard-badge{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.3rem .55rem;border-radius:999px;background:linear-gradient(135deg,#e0f2fe,#ede9fe);color:#4338ca;border:1px solid #c7d2fe}.manager-dashboard-muted{font-size:.85rem;color:var(--muted)}.manager-dashboard-table-wrap{overflow-x:auto;margin:0 -.25rem}.manager-dashboard-table{width:100%;border-collapse:collapse;font-size:.88rem}.manager-dashboard-table th{text-align:left;padding:.5rem .65rem;color:var(--muted);font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.manager-dashboard-table td{padding:.65rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.manager-dashboard-cell-strong{font-weight:700;color:#0f172a}.manager-dashboard-status{display:inline-block;padding:.2rem .5rem;border-radius:8px;font-size:.75rem;font-weight:700}.manager-dashboard-status--ready{background:#d1fae5;color:#065f46}.manager-dashboard-status--review{background:#fef3c7;color:#92400e}.manager-dashboard-status--draft{background:#f1f5f9;color:#475569}.manager-dashboard-fit{font-weight:800;background:var(--gradient-name);-webkit-background-clip:text;background-clip:text;color:transparent}.manager-dashboard-close-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.manager-dashboard-close-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e2e8f0}.manager-dashboard-close-loc{margin:0;font-weight:700;font-size:.9rem}.manager-dashboard-close-meta{margin:.2rem 0 0;font-size:.8rem;color:var(--muted)}.manager-dashboard-close-value{font-weight:800;font-size:.95rem;color:#059669;flex-shrink:0}.manager-dashboard-chart{display:flex;align-items:flex-end;justify-content:space-between;gap:.35rem;height:180px;padding:.5rem .25rem 0}.manager-dashboard-chart-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:0;height:100%}.manager-dashboard-chart-bar{width:100%;max-width:36px;margin-top:auto;min-height:8px;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#38bdf8,#2563eb 45%,#6366f1);box-shadow:0 4px 12px #2563eb40;transition:transform .2s}.manager-dashboard-chart-col:hover .manager-dashboard-chart-bar{transform:scaleY(1.03)}.manager-dashboard-chart-label{font-size:.72rem;font-weight:700;color:var(--muted)}.manager-dashboard-footer-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border-radius:18px;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#0ea5e959,#6366f14d,#22c55e4d) border-box;box-shadow:0 12px 36px #0f172a0f}.manager-dashboard-footer-copy{display:flex;align-items:flex-start;gap:.85rem}.manager-dashboard-footer-icon{width:2rem;height:2rem;color:#2563eb;flex-shrink:0}.manager-dashboard-footer-title{margin:0 0 .25rem;font-size:1.05rem;font-weight:800}.manager-dashboard-footer-cta .btn-gradient{text-decoration:none}
