:root{
  --product-primary:#5b5ce2;
  --product-accent:#12a594;
  --product-navy:#0f172a;
  --product-slate:#334155;
  --product-muted:#64748b;
  --product-line:#e2e8f0;
  --product-surface:#ffffff;
  --product-bg:#f4f6fa;
  --product-radius:18px;
  --product-shadow:0 18px 48px rgba(15,23,42,.08);
  --product-shadow-lg:0 28px 80px rgba(15,23,42,.14);
  --font-sans:Inter,"SF Pro Display","PingFang SC","Microsoft YaHei UI",sans-serif;
}

*{box-sizing:border-box}
body{
  min-height:100vh;
  color:var(--product-navy);
  background:
    radial-gradient(circle at 7% 0,rgba(91,92,226,.09),transparent 26rem),
    radial-gradient(circle at 96% 12%,rgba(18,165,148,.08),transparent 24rem),
    var(--product-bg);
}

button,input,textarea,select{font:inherit}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid rgba(91,92,226,.22);
  outline-offset:2px;
}

.topbar{
  position:sticky;
  top:0;
  z-index:70;
  border:0;
  background:rgba(15,23,42,.96);
  box-shadow:0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}
.topbar-inner{width:min(1440px,100%);height:72px;padding:0 34px;gap:28px}
.brand{gap:12px;color:#fff}
.brand:hover{color:#fff}
.brand-mark{
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:13px;
  color:#fff;
  background:linear-gradient(145deg,var(--product-primary),#7778ef);
  box-shadow:0 10px 28px rgba(91,92,226,.32),inset 0 1px 0 rgba(255,255,255,.28);
  font-size:17px;
  font-weight:850;
  letter-spacing:-.04em;
}
.brand b{font-size:14px;letter-spacing:-.01em}
.brand small{margin-top:3px;color:#94a3b8;font-size:9px;letter-spacing:.03em}
.workspace-nav{display:flex;align-items:center;gap:4px;margin-right:auto;padding-left:16px;border-left:1px solid rgba(255,255,255,.1)}
.workspace-nav span,.workspace-nav button{padding:9px 12px;border:0;border-radius:9px;background:transparent;color:#94a3b8;font-size:11px;cursor:pointer}
.workspace-nav .active{background:rgba(255,255,255,.08);color:#fff;font-weight:700}
.workspace-nav button:hover{color:#fff;background:rgba(255,255,255,.05)}
.top-meta{margin-left:0;gap:7px}
.top-meta button,.top-meta .connection-trigger{
  min-height:34px;
  padding:8px 11px;
  border-color:rgba(255,255,255,.12);
  border-radius:9px;
  color:#cbd5e1;
  background:rgba(255,255,255,.045);
  box-shadow:none;
}
.top-meta button:hover{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.08);box-shadow:none}
.top-meta .config-trigger{color:#fff;border-color:rgba(91,92,226,.5);background:rgba(91,92,226,.2)}
#modeBadge{border-color:rgba(251,191,36,.3);color:#fde68a;background:rgba(251,191,36,.12)}
.connection-details{top:64px;border-color:var(--product-line);border-radius:16px;box-shadow:var(--product-shadow-lg)}

.pipeline{
  position:sticky;
  top:72px;
  z-index:55;
  border-bottom:1px solid var(--product-line);
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
}
.pipeline-inner{width:min(1240px,100%);padding:10px 24px}
.pipeline ol{gap:5px;padding:0;background:transparent;border:0;box-shadow:none}
.pipeline li{min-height:54px;padding:8px 14px;border:1px solid transparent;border-radius:12px;color:#64748b;background:transparent}
.pipeline li:not(:last-child):after{right:-4px;width:8px;height:1px;background:#cbd5e1}
.pipeline li>span{width:28px;height:28px;border-color:#dbe2ea;background:#f8fafc;font-size:10px}
.pipeline b{font-size:11px}.pipeline small{font-size:8px}
.pipeline li.active{border-color:#e0e2ff;color:var(--product-primary);background:#f5f5ff;box-shadow:none}
.pipeline li.active>span{border-color:var(--product-primary);background:var(--product-primary);box-shadow:0 7px 18px rgba(91,92,226,.22)}
.pipeline li.done{color:var(--product-accent)}
.pipeline li.done>span{border-color:var(--product-accent);background:var(--product-accent)}

main{min-height:calc(100vh - 142px)}
.screen{width:min(1240px,100%);padding:58px 24px 100px}
.page-head .kicker,.kicker{color:var(--product-primary);letter-spacing:.16em}
.page-head h1{color:var(--product-navy);letter-spacing:-.035em}
.page-head p{color:var(--product-muted)}

.workspace-hero{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(290px,.65fr);
  gap:42px;
  align-items:stretch;
  margin-bottom:64px;
}
.workspace-hero-copy{padding:38px 0 24px}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--product-primary);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
}
.eyebrow:before{content:"";width:28px;height:2px;border-radius:2px;background:var(--product-primary)}
.workspace-hero h1{
  max-width:820px;
  margin:22px 0 18px;
  color:var(--product-navy);
  font-size:clamp(38px,5vw,66px);
  line-height:1.08;
  letter-spacing:-.06em;
}
.workspace-hero-copy>p{max-width:710px;margin:0;color:#64748b;font-size:15px;line-height:1.9}
.hero-proof{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-proof span{padding:9px 12px;border:1px solid var(--product-line);border-radius:999px;color:#64748b;background:rgba(255,255,255,.7);font-size:10px}
.hero-proof b{margin-right:5px;color:var(--product-navy);font-size:12px}
.hero-status-card{
  position:relative;
  overflow:hidden;
  padding:24px;
  border-radius:24px;
  color:#fff;
  background:linear-gradient(155deg,#111b32,#151f3c 60%,#202b52);
  box-shadow:0 32px 70px rgba(15,23,42,.22);
}
.hero-status-card:after{content:"";position:absolute;right:-70px;bottom:-70px;width:190px;height:190px;border-radius:50%;background:var(--product-primary);filter:blur(12px);opacity:.28}
.hero-status-card header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.hero-status-card header span{color:#a5b4fc;font-size:8px;font-weight:800;letter-spacing:.16em}
.hero-status-card header i{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 0 5px rgba(52,211,153,.12)}
.hero-status-card>div{position:relative;z-index:1;padding:24px 0}
.hero-status-card small{display:block;color:#94a3b8;font-size:9px}
.hero-status-card strong{display:block;margin-top:7px;font-size:18px;line-height:1.4}
.hero-status-card ol{position:relative;z-index:1;display:grid;gap:10px;margin:0;padding:0;list-style:none}
.hero-status-card li{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.045);font-size:10px}
.hero-status-card li span{display:grid;width:24px;height:24px;place-items:center;border-radius:7px;color:#c7d2fe;background:rgba(99,102,241,.2);font-size:8px}

.scenario-section{margin-bottom:28px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:20px}
.section-heading span{color:var(--product-primary);font-size:9px;font-weight:800;letter-spacing:.16em}
.section-heading h2{margin:7px 0 0;color:var(--product-navy);font-size:25px;letter-spacing:-.035em}
.section-heading>p{max-width:440px;margin:0;color:var(--product-muted);font-size:11px;line-height:1.75}
.scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.scenario-card{
  position:relative;
  min-height:230px;
  padding:22px;
  overflow:hidden;
  border:1px solid var(--product-line);
  border-radius:18px;
  text-align:left;
  color:var(--product-navy);
  background:rgba(255,255,255,.86);
  box-shadow:0 8px 24px rgba(15,23,42,.035);
  cursor:pointer;
  transition:transform .2s,border-color .2s,box-shadow .2s,background .2s;
}
.scenario-card:hover{transform:translateY(-4px);border-color:#c7c8fb;box-shadow:var(--product-shadow)}
.scenario-card.selected{border-color:var(--product-primary);background:linear-gradient(150deg,#fff,#f5f5ff);box-shadow:0 16px 38px rgba(91,92,226,.13)}
.scenario-card.selected:before{content:"";position:absolute;top:0;left:20px;right:20px;height:3px;border-radius:0 0 3px 3px;background:var(--product-primary)}
.scenario-number{position:absolute;top:18px;right:18px;color:#cbd5e1;font-family:var(--font-mono);font-size:9px}
.scenario-card>i{display:grid;width:38px;height:38px;margin-bottom:18px;place-items:center;border-radius:11px;color:var(--product-primary);background:#eef0ff;font-size:12px;font-style:normal;font-weight:800}
.scenario-card b{display:block;font-size:16px;letter-spacing:-.02em}
.scenario-card p{min-height:56px;margin:10px 0;color:var(--product-muted);font-size:10px;line-height:1.8}
.scenario-card small{display:block;color:#94a3b8;font-size:8px;letter-spacing:.04em}
.scenario-card em{position:absolute;left:22px;right:22px;bottom:20px;display:flex;justify-content:space-between;color:var(--product-primary);font-size:9px;font-style:normal;font-weight:700;opacity:0;transform:translateY(3px);transition:.2s}
.scenario-card:hover em,.scenario-card.selected em{opacity:1;transform:none}

.launch-workspace{display:grid;grid-template-columns:290px minmax(0,1fr);gap:18px;align-items:start;margin-top:28px}
.launch-brief{
  position:sticky;
  top:156px;
  padding:28px;
  border:1px solid #dbe3ea;
  border-radius:20px;
  background:#eaf6f3;
}
.launch-brief>span{color:var(--product-accent);font-size:8px;font-weight:800;letter-spacing:.16em}
.launch-brief h2{margin:10px 0;color:#102b29;font-size:22px;letter-spacing:-.03em}
.launch-brief>p{margin:0;color:#526d69;font-size:11px;line-height:1.8}
.launch-brief ul{display:grid;gap:12px;margin:23px 0;padding:20px 0;border-top:1px solid rgba(18,165,148,.18);border-bottom:1px solid rgba(18,165,148,.18);list-style:none}
.launch-brief li{position:relative;padding-left:18px;color:#365c57;font-size:10px;line-height:1.65}
.launch-brief li:before{content:"";position:absolute;left:1px;top:6px;width:6px;height:6px;border-radius:50%;background:var(--product-accent)}
.trust-note{display:flex;gap:10px;align-items:flex-start}
.trust-note i{flex:0 0 9px;width:9px;height:9px;margin-top:3px;border:2px solid var(--product-accent);border-radius:50%}
.trust-note span{color:#55716e;font-size:9px;line-height:1.65}.trust-note b{display:block;color:#1d4944}

.input-shell.product-input-shell{
  margin:0;
  padding:32px;
  border:1px solid var(--product-line);
  border-radius:20px;
  background:var(--product-surface);
  box-shadow:var(--product-shadow);
}
.product-input-shell:before{display:none}
.product-input-shell>h2{display:flex;align-items:center;gap:10px;margin:0 0 13px;color:var(--product-navy);font-size:11px;letter-spacing:.01em}
.product-input-shell>h2:not(:first-child){margin-top:30px}
.product-input-shell>h2 span{display:grid;width:25px;height:25px;place-items:center;border:1px solid #dfe3fb;border-radius:8px;color:var(--product-primary);background:#f6f6ff;font-family:var(--font-mono);font-size:8px}
.product-input-shell .entry-grid{gap:10px}
.product-input-shell .entry{
  min-height:132px;
  padding:18px;
  border-color:var(--product-line);
  border-radius:14px;
  background:#f8fafc;
}
.product-input-shell .entry:hover{border-color:#c7c8fb;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.product-input-shell .entry.selected{border-color:var(--product-primary);background:#f4f4ff;box-shadow:inset 0 0 0 1px var(--product-primary)}
.product-input-shell .entry>span{color:var(--product-primary);font-family:var(--font-mono)}
.product-input-shell .entry b{font-size:13px}.product-input-shell .entry p{font-size:10px;line-height:1.6}.product-input-shell .entry small{font-size:7px;letter-spacing:.1em}
.product-input-shell textarea#ideaInput{min-height:190px;padding:18px;border-color:var(--product-line);border-radius:14px;color:var(--product-navy);background:#fbfcfe;font-size:12px;line-height:1.8}
.product-input-shell textarea#ideaInput:focus{border-color:var(--product-primary);box-shadow:0 0 0 4px rgba(91,92,226,.1);background:#fff}
.launch-action{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px}
.launch-action>div{display:flex;flex-direction:column;gap:5px;min-width:170px}.launch-action small{color:var(--product-primary);font-size:7px;font-weight:800;letter-spacing:.08em}.launch-action>div span{color:#94a3b8;font-size:8px}
.launch-action .primary{width:auto;min-width:240px;padding:14px 20px;border-radius:12px;background:var(--product-primary);box-shadow:0 12px 28px rgba(91,92,226,.23)}
.launch-action .primary:hover{background:var(--product-primary);box-shadow:0 16px 34px rgba(91,92,226,.3)}

.primary{background:var(--product-primary)}
.primary:hover:not(:disabled){background:var(--product-primary);box-shadow:0 14px 30px rgba(91,92,226,.24)}
.ready,.report-status,.verified{color:var(--product-accent);background:#eaf8f5}
.theme-card.selected{border-color:var(--product-primary);box-shadow:0 0 0 3px rgba(91,92,226,.12)}
.theme-picker,.agent-result,.run-card,.global-feedback{border-color:var(--product-line);border-radius:var(--product-radius);box-shadow:var(--product-shadow)}

.config-backdrop{position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.46);backdrop-filter:blur(3px)}
.config-drawer{
  position:fixed;
  top:0;
  right:0;
  z-index:100;
  width:min(470px,100vw);
  height:100vh;
  overflow:auto;
  padding:28px;
  border-left:1px solid var(--product-line);
  background:#fff;
  box-shadow:-24px 0 70px rgba(15,23,42,.18);
}
.config-drawer[hidden],.config-backdrop[hidden]{display:none}
.config-open{overflow:hidden}
.config-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--product-line)}
.config-drawer>header small{color:var(--product-primary);font-size:8px;font-weight:800;letter-spacing:.16em}
.config-drawer h2{margin:8px 0 6px;font-size:23px;letter-spacing:-.035em}
.config-drawer header p{margin:0;color:var(--product-muted);font-size:10px;line-height:1.7}
.config-drawer>header button{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border:1px solid var(--product-line);border-radius:10px;color:#64748b;background:#f8fafc;font-size:20px;cursor:pointer}
.config-drawer form{display:grid;gap:18px;margin-top:22px}
.config-drawer fieldset{display:grid;gap:13px;margin:0;padding:18px;border:1px solid var(--product-line);border-radius:15px;background:#fbfcfe}
.config-drawer legend{padding:0 7px;color:var(--product-navy);font-size:10px;font-weight:800}
.config-drawer label{display:grid;gap:7px;color:#64748b;font-size:9px;font-weight:600}
.config-drawer input:not([type="checkbox"]):not([type="color"]),.config-drawer textarea,.config-drawer select{width:100%;padding:10px 11px;border:1px solid #dce3eb;border-radius:9px;color:var(--product-navy);background:#fff;font-size:11px;outline:0}
.config-drawer input:focus,.config-drawer textarea:focus,.config-drawer select:focus{border-color:var(--product-primary)}
.config-color-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.config-color-grid label{padding:10px;border:1px solid var(--product-line);border-radius:10px;background:#fff}.config-color-grid input{width:100%;height:32px;padding:0;border:0;border-radius:7px;background:transparent;cursor:pointer}
.config-switch{display:flex!important;grid-template-columns:18px 1fr;align-items:center;gap:9px!important}.config-switch input{width:16px;height:16px;accent-color:var(--product-primary)}
.config-actions{display:flex;justify-content:flex-end;gap:9px}.config-actions button{padding:11px 16px;border-radius:10px}
.config-drawer>footer{margin-top:20px;padding:14px;border-radius:11px;color:#64748b;background:#f1f5f9;font-size:9px;line-height:1.6}.config-drawer code{color:var(--product-primary)}
.hide-methodology .research-source-sticker,.hide-methodology .analysis-caliber-sticker{display:none!important}
.density-compact .screen{padding-top:38px}.density-compact .scenario-card{min-height:205px;padding:18px}.density-compact .input-shell.product-input-shell{padding:24px}.density-compact .report-document-body{padding-top:22px}

@media(max-width:1040px){
  .workspace-nav{display:none}
  .workspace-hero{grid-template-columns:1fr}.hero-status-card{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hero-status-card header{grid-column:1/-1}.hero-status-card>div{padding:8px 0}.hero-status-card ol{grid-template-columns:repeat(3,1fr)}
  .scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .launch-workspace{grid-template-columns:1fr}.launch-brief{position:static;display:grid;grid-template-columns:1fr 1fr;gap:0 32px}.launch-brief>span,.launch-brief h2,.launch-brief>p{grid-column:1}.launch-brief ul,.launch-brief .trust-note{grid-column:2}.launch-brief ul{grid-row:1/4;margin:0;padding:0;border:0}
}

@media(max-width:800px){
  .topbar{position:relative}.topbar-inner{height:auto;padding:14px 16px;gap:12px}.brand{width:100%}.top-meta{display:grid;grid-template-columns:1fr 1fr;width:100%}.top-meta #connection{grid-column:1/-1}.top-meta>button{width:auto!important}.pipeline{top:0}.pipeline-inner{padding:9px 12px}.screen{padding:36px 16px 78px}
  .workspace-hero{gap:22px;margin-bottom:46px}.workspace-hero-copy{padding:8px 0}.workspace-hero h1{font-size:clamp(34px,10vw,50px)}.hero-status-card{display:block}.hero-status-card>div{padding:20px 0}.hero-status-card ol{grid-template-columns:1fr}
  .section-heading{align-items:flex-start;flex-direction:column}.section-heading>p{max-width:none}.scenario-grid{grid-template-columns:1fr 1fr}.scenario-card{min-height:220px}
  .launch-brief{display:block}.launch-brief ul{margin:22px 0;padding:18px 0;border-top:1px solid rgba(18,165,148,.18);border-bottom:1px solid rgba(18,165,148,.18)}
  .launch-action{align-items:stretch;flex-direction:column}.launch-action .primary{width:100%}
  .connection-details{top:130px}
}

@media(max-width:560px){
  .top-meta{grid-template-columns:1fr}.top-meta #connection{grid-column:auto}
  .scenario-grid{grid-template-columns:1fr}.scenario-card{min-height:200px}.scenario-card p{min-height:0;padding-right:20px}.scenario-card em{position:static;margin-top:18px}
  .input-shell.product-input-shell{padding:20px}.product-input-shell .entry-grid{grid-template-columns:1fr}.product-input-shell .entry{min-height:0}.product-input-shell textarea#ideaInput{min-height:220px}
  .config-drawer{padding:22px 18px}.config-color-grid{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){.scenario-card,.scenario-card em{transition:none}}

/* ── Seek Pet vertical edition ── */
:root{
  --product-primary:#E07A5F;
  --product-accent:#81B29A;
  --product-navy:#3D405B;
  --product-slate:#515572;
  --product-muted:#6B6E8A;
  --product-line:#F0E6DE;
  --product-surface:#FFFFFF;
  --product-bg:#FDF8F4;
  --product-radius:22px;
  --product-shadow:0 12px 32px rgba(61,64,91,.08);
  --product-shadow-lg:0 26px 70px rgba(61,64,91,.14);
  --font-sans:"Nunito Sans","Avenir Next","PingFang SC","Microsoft YaHei UI",sans-serif;
}
body{background:radial-gradient(circle at 8% 3%,rgba(242,204,143,.2),transparent 28rem),radial-gradient(circle at 96% 14%,rgba(129,178,154,.14),transparent 26rem),var(--product-bg)}
.topbar{border-bottom:1px solid rgba(240,230,222,.9);background:rgba(253,248,244,.92);box-shadow:none}
.brand,.brand:hover{color:var(--product-navy)}
.brand-mark{width:76px;height:42px;padding:6px 8px;border:0;border-radius:12px;color:#fff;background:linear-gradient(145deg,#3D405B,#515572);box-shadow:0 8px 20px rgba(61,64,91,.2);font-family:"Arial Rounded MT Bold",var(--font-sans)}
.brand-mark img{width:100%;height:100%;object-fit:contain}
.brand small{color:var(--product-muted)}
.workspace-nav{border-color:var(--product-line)}
.workspace-nav span,.workspace-nav button{color:var(--product-muted);font-size:12px}
.workspace-nav .active{color:#fff;background:var(--product-primary)}
.workspace-nav button:hover{color:var(--product-navy);background:#fff}
.top-meta button,.top-meta .connection-trigger{border-color:var(--product-line);color:var(--product-muted);background:#fff}
#configBtn[hidden]{display:none!important}
.top-meta button:hover{border-color:#e7cfc1;color:var(--product-primary);background:#fff}
.pipeline{border-color:var(--product-line);background:rgba(255,255,255,.9)}
.pipeline li.active{border-color:#f0c9bd;color:#C45D46;background:#FFF3EE}.pipeline li.active>span{border-color:var(--product-primary);background:var(--product-primary);box-shadow:0 7px 18px rgba(224,122,95,.2)}
.pipeline li.done{color:#5d8e76}.pipeline li.done>span{border-color:var(--product-accent);background:var(--product-accent)}
.screen{width:min(1280px,100%)}
.workspace-hero{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:34px;margin-bottom:24px}
.workspace-hero-copy{padding:46px 0 34px}
.workspace-hero h1{max-width:780px;color:var(--product-navy);font-family:"Arial Rounded MT Bold",var(--font-sans);font-size:clamp(40px,5vw,64px);line-height:1.14;letter-spacing:-.045em}
.workspace-hero-copy>p{max-width:720px;color:var(--product-muted);font-size:16px;line-height:1.8}
.eyebrow{color:#5d8e76}.eyebrow:before{background:var(--product-accent)}
.hero-proof span{border-color:var(--product-line);border-radius:14px;color:var(--product-muted);background:#fff}.hero-proof b{color:var(--product-primary)}
.hero-status-card{min-height:390px;padding:28px;border:1px solid rgba(255,255,255,.35);border-radius:32px;background:linear-gradient(145deg,#6f9b7f,#81B29A 58%,#a9c9b7);box-shadow:0 28px 64px rgba(80,118,97,.2)}
.hero-status-card:before{content:"";position:absolute;inset:auto -48px -76px auto;width:260px;height:260px;border:42px solid rgba(255,255,255,.12);border-radius:50%}
.hero-status-card:after{right:auto;bottom:auto;top:-60px;left:-70px;background:#F2CC8F;opacity:.18}
.hero-status-card header span{color:#f7fff9}.hero-status-card header i{background:#F2CC8F;box-shadow:0 0 0 5px rgba(242,204,143,.18)}
.hero-status-card small{color:#e5f2ea}.hero-status-card strong{max-width:270px;font-family:"Arial Rounded MT Bold",var(--font-sans);font-size:24px}
.hero-status-card li{border-color:rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.1);font-size:11px}.hero-status-card li span{color:#6b5432;background:#F2CC8F}
.hero-pet-visual{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:410px;padding:10px;overflow:hidden;border:1px solid var(--product-line);border-radius:32px;background:linear-gradient(145deg,#edf4ef,#fff8f2);box-shadow:0 28px 64px rgba(80,118,97,.16)}
.pet-portrait{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:23px;background:#edf1f6}.pet-portrait img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover;object-position:50% 42%;transition:transform .35s ease}.pet-portrait.cat img{object-position:50% 35%}.hero-pet-visual:hover .pet-portrait img{transform:scale(1.025)}
.pet-portrait:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(32,39,56,.5))}.pet-portrait figcaption{position:absolute;z-index:2;left:16px;right:16px;bottom:86px;color:#fff}.pet-portrait figcaption small{display:block;font-size:7px;font-weight:900;letter-spacing:.12em}.pet-portrait figcaption b{display:block;margin-top:4px;font-size:14px}
.pet-visual-note{position:absolute;z-index:3;left:22px;right:22px;bottom:20px;padding:15px 17px;border:1px solid rgba(255,255,255,.5);border-radius:17px;color:#fff;background:rgba(61,64,91,.72);box-shadow:0 10px 28px rgba(24,28,43,.2);backdrop-filter:blur(12px)}.pet-visual-note span{display:block;color:#F2CC8F;font-size:7px;font-weight:900;letter-spacing:.13em}.pet-visual-note strong{display:block;margin:5px 0 4px;font-size:14px}.pet-visual-note small{color:rgba(255,255,255,.75);font-size:8px}
.pet-capability-strip{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:0 0 72px;padding:18px 22px;border:1px solid var(--product-line);border-radius:22px;background:#fff}
.pet-capability-strip small{display:block;color:var(--product-primary);font-size:8px;font-weight:900;letter-spacing:.13em}.pet-capability-strip b{display:block;margin-top:5px;font-size:12px}
.pet-capability-strip ul{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin:0;padding:0;list-style:none}.pet-capability-strip li{padding:8px 11px;border-radius:10px;color:#50725f;background:#edf6f1;font-size:10px;font-weight:700}
.pet-capability-heading{display:flex;align-items:center;gap:12px}.pet-duo{display:flex}.pet-duo img{width:38px;height:38px;border:3px solid #fff;border-radius:50%;object-fit:cover;object-position:50% 28%;box-shadow:0 3px 10px rgba(61,64,91,.12)}.pet-duo img+img{margin-left:-10px}
.section-heading h2,.launch-brief h2,.knowledge-page-head h1{font-family:"Arial Rounded MT Bold",var(--font-sans)}
.scenario-card{min-height:236px;border-color:var(--product-line);border-radius:22px;background:#fff;box-shadow:none}.scenario-card:hover{border-color:#eac0b4;box-shadow:var(--product-shadow)}.scenario-card.selected{border-color:var(--product-primary);background:linear-gradient(150deg,#fff,#fff4ef);box-shadow:0 14px 32px rgba(224,122,95,.1)}
.scenario-card>i{border-radius:14px;color:#C45D46;background:#FFF0EA}.scenario-card:nth-child(2n)>i{color:#557e68;background:#edf6f1}.scenario-card b{font-size:17px}.scenario-card p{font-size:11px}
.launch-brief{border-color:#dcebe3;border-radius:24px;background:#eef7f2}.launch-brief>span{color:#5d8e76}.launch-brief h2{color:var(--product-navy)}.launch-brief>p,.launch-brief li,.trust-note span{color:#587064}.launch-brief li:before{background:var(--product-primary)}
.input-shell.product-input-shell{border-color:var(--product-line);border-radius:24px;box-shadow:0 14px 36px rgba(61,64,91,.06)}
.product-input-shell .entry{border-color:var(--product-line);border-radius:16px;background:#FEFCFA}.product-input-shell .entry:hover{border-color:#eac0b4}.product-input-shell .entry.selected{border-color:var(--product-primary);background:#FFF4EF;box-shadow:inset 0 0 0 1px var(--product-primary)}
.product-input-shell>h2 span{border-color:#f0d8cf;color:#C45D46;background:#FFF4EF}.product-input-shell textarea#ideaInput{border-color:var(--product-line);border-radius:16px;background:#FFFCFA}.product-input-shell textarea#ideaInput:focus{border-color:var(--product-primary);box-shadow:0 0 0 4px rgba(224,122,95,.12)}
.launch-action .primary{min-height:50px;border-radius:18px;background:var(--product-primary);box-shadow:0 12px 26px rgba(224,122,95,.2)}
.primary:hover:not(:disabled),.launch-action .primary:hover{background:#C45D46;box-shadow:0 14px 30px rgba(196,93,70,.22)}
.knowledge-match{border-color:#dcebe3!important;background:linear-gradient(135deg,#eef7f2,#fff)!important}.knowledge-match header small,.knowledge-match header button{color:#5d8e76!important}.knowledge-match header b{color:var(--product-navy)!important}
.project-card,.archive-document,.archive-deck,.archive-files,.knowledge-card,.knowledge-create-panel{border-color:var(--product-line)!important;border-radius:22px!important;box-shadow:0 8px 24px rgba(61,64,91,.045)!important}
.archive-readonly-badge{background:#5d8e76}.archive-tab.active{border-color:var(--product-primary);background:var(--product-primary)}
@media(max-width:1040px){.workspace-hero{grid-template-columns:1fr}.hero-status-card{min-height:0}.hero-pet-visual{min-height:460px}.pet-portrait img{min-height:440px}.pet-capability-strip{align-items:flex-start;flex-direction:column}.pet-capability-strip ul{justify-content:flex-start}}
@media(max-width:800px){.workspace-hero-copy{padding-top:10px}.pet-capability-strip{margin-bottom:48px}.hero-status-card strong{max-width:none}}
@media(max-width:560px){.hero-pet-visual{min-height:390px}.pet-portrait img{min-height:370px}.pet-portrait figcaption{left:11px;bottom:92px}.pet-visual-note{left:16px;right:16px}.pet-capability-heading{align-items:flex-start}.pet-duo{padding-top:2px}}

.idea-refine{display:grid;grid-template-columns:64px minmax(0,1fr) auto auto;align-items:center;gap:14px;margin-top:12px;padding:10px 12px;border:1px solid #dcebe3;border-radius:18px;background:linear-gradient(105deg,#eff8f3,#fffaf5)}.idea-refine>img{width:64px;height:68px;object-fit:cover;object-position:50% 25%;border-radius:13px;background:#e8f0eb}.idea-refine small{display:block;color:#5d8e76;font-size:7px;font-weight:900;letter-spacing:.14em}.idea-refine b{display:block;margin:4px 0;color:var(--product-navy);font-size:11px}.idea-refine p{margin:0;color:var(--product-muted);font-size:8px;line-height:1.55}.idea-refine p.fallback{color:#a55a2f;font-weight:700}.idea-refine button{min-height:38px;padding:8px 12px;border-radius:12px;font-size:9px;white-space:nowrap}.idea-refine button.primary{background:#5d8e76;box-shadow:none}.idea-refine button.primary:hover:not(:disabled){background:#47705b;box-shadow:none}
[data-state="S0"] .page-head{position:relative;min-height:190px;padding:30px 240px 30px 32px;overflow:hidden;border:1px solid var(--product-line);border-radius:26px;background:linear-gradient(135deg,#fff,#f1f8f4)}.history-pet-art{position:absolute;right:22px;bottom:-96px;width:190px;height:250px;object-fit:cover;object-position:50% 22%;filter:drop-shadow(0 15px 22px rgba(61,64,91,.13))}
@media(max-width:800px){.idea-refine{grid-template-columns:54px 1fr}.idea-refine>img{width:54px;height:60px}.idea-refine button{grid-row:2}.idea-refine #undoBriefRefine{grid-column:1}.idea-refine #refineBrief{grid-column:2}.history-pet-art{right:-10px;opacity:.55}}
@media(max-width:560px){.idea-refine{grid-template-columns:1fr}.idea-refine>img{display:none}.idea-refine button,.idea-refine #undoBriefRefine,.idea-refine #refineBrief{grid-column:1;grid-row:auto;width:100%}[data-state="S0"] .page-head{padding:26px 26px 150px}.history-pet-art{right:50%;bottom:-100px;transform:translateX(50%)}}

/* 流程页行业素材：统一小比例视觉卡，不挤压报告主体。 */
.stage-product-visual{position:relative;width:174px;height:94px;flex:0 0 174px;margin:0;overflow:hidden;border:1px solid rgba(93,142,118,.2);border-radius:18px;background:#f4f8f5;box-shadow:0 12px 28px rgba(61,64,91,.08)}
.stage-product-visual img{width:100%;height:100%;object-fit:cover;object-position:50% 48%;transform:scale(1.08)}
.stage-product-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,38,52,.74),rgba(34,38,52,.12) 72%)}
.stage-product-visual figcaption{position:absolute;z-index:1;left:14px;right:12px;bottom:12px;color:#fff}
.stage-product-visual small,.stage-product-visual b{display:block}
.stage-product-visual small{color:#f2cc8f;font-size:6px;font-weight:900;letter-spacing:.12em}
.stage-product-visual b{max-width:105px;margin-top:4px;font-size:10px;line-height:1.3}
[data-state="S3"] .page-head.row,[data-state="S5"] .page-head.row{grid-template-columns:minmax(0,1fr) 174px;align-items:center}
[data-state="S6"] .page-head.row{grid-template-columns:minmax(0,1fr) auto 174px;align-items:center}
[data-state="S2"] .research-live-head .stage-product-visual{margin-left:auto}
@media(max-width:900px){.stage-product-visual{width:142px;flex-basis:142px}[data-state="S3"] .page-head.row,[data-state="S5"] .page-head.row,[data-state="S6"] .page-head.row{grid-template-columns:minmax(0,1fr) 142px}[data-state="S6"] .page-head .ready{grid-column:1/-1;grid-row:2}.research-live-head .stage-product-visual{display:none}}
@media(max-width:640px){.stage-product-visual{display:none}[data-state="S3"] .page-head.row,[data-state="S5"] .page-head.row,[data-state="S6"] .page-head.row{grid-template-columns:1fr}}
@media(max-width:1040px){.workspace-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));order:4;width:100%;padding:4px;border-radius:15px}.workspace-nav span,.workspace-nav button{justify-content:center;min-width:0;padding:9px 7px;text-align:center}}
