/* ===== live demo: stage-specific pieces (scene styles + animation states), all scoped under .stage ===== */
.stage{font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-size:14px;line-height:1.4;color:var(--ink);text-align:left}
.stage .hid.hid.hid.hid.hid.hid.hid{display:none}
.stage .view{position:absolute;inset:0}
.stage .cur,.stage .click{z-index:90}
.stage .cur{left:0;top:0}
.stage .click{position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;background:rgba(242,78,30,.35);border:2px solid #F24E1E;pointer-events:none;opacity:0}
.stage .rpanel{transition:none}
.stage .rpanel .thread{overflow-y:auto;scrollbar-width:none}
.stage .rpanel .thread::-webkit-scrollbar{display:none}
.stage .thread .plan .pr.done i::after{content:"✓"}
/* agent status rows: two stacked spans, the working one shimmers once, then cross-fades into the done one */
.stage .thread .status{display:flex;flex-direction:column;gap:5px;padding:4px 2px 2px}
.stage .thread .sr{position:relative;height:18px;font-size:12px;line-height:18px;color:var(--mut);opacity:0}
.stage .thread .sr span{position:absolute;left:0;top:0;white-space:nowrap}
.stage .thread .sr .s2{opacity:0;color:var(--t2)}
.stage .thread .sr .s2::before{content:"✓";color:var(--ok);margin-right:5px;font-weight:700}
@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
.shimmer{--shimmer-highlight:currentColor;--shimmer-highlight:color-mix(in oklch,currentColor,white 60%);background:linear-gradient(105deg,currentColor 0%,currentColor 40%,var(--shimmer-highlight) 50%,currentColor 60%,currentColor 100%);-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shimmer .5s linear infinite}
.shimmer-once{animation-iteration-count:1;animation-fill-mode:both}
.stage .thread .pref{margin-top:7px;font-size:12px;line-height:1.5;color:var(--t2);background:var(--ai-soft);border-radius:8px;padding:6px 10px}
.stage .thread .pref b{color:var(--ink);font-weight:600}
.stage .session .cluster .avs .p.hu{background:#2F7BF5}
.stage .session .cluster .avs .p.hu.g{background:#0ACF83}
/* agent field of view banner */
.stage .vp{position:absolute;border:1.5px dashed var(--ai);border-radius:12px;pointer-events:none;z-index:46}
.stage .vp .l{position:absolute;right:14px;top:14px;background:var(--ai);color:#fff;font-size:19px;font-weight:600;padding:7px 14px;border-radius:9px;display:flex;gap:9px;align-items:center;white-space:nowrap}
.stage .vp .l svg{width:19px;height:19px}
/* screenshots inside the stage are background classes (embedded once by the inliner) */
.stage .bgimg{position:absolute;inset:0;background-size:cover;background-position:top center;background-repeat:no-repeat}
/* canvas-view objects (from wf_dispatch scene) */
.stage .mini{padding:14px 16px;font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:#2B2B30}
.stage .mini h4{font-size:13px;font-weight:600;margin-bottom:6px;color:#1A1A1D}
.stage .mini p{font-size:10px;line-height:1.5;color:#6B6B72;margin-bottom:5px}
.stage .mini .ln{height:6px;border-radius:3px;background:#E6E6E0;margin-bottom:5px;width:0}
.stage .mini .ln.ai{background:linear-gradient(90deg,#DDD6FF,#F1EEFF)}
.stage .prog{position:absolute;left:0;right:0;bottom:0;height:3px;background:#EFEFEA}
.stage .prog i{display:block;height:100%;background:#7C5CFF;width:0}
.stage .node{position:absolute;background:#fff;border:1px solid #E1E1DA;border-radius:8px;padding:6px 9px;font-size:11px;line-height:1.3;box-shadow:0 2px 8px rgba(26,26,29,.06);white-space:nowrap}
.stage .node.root{background:#1A1A1D;color:#fff;border-color:#1A1A1D;font-weight:600;font-size:11.5px}
.stage .node.op{border-color:#7C5CFF;background:#F5F2FF}
.stage .vec{position:absolute;background:#fff;border:1.5px solid #1A1A1D;overflow:visible}
.stage .vec .alabel{position:absolute;left:0;top:-24px;font-size:12.5px;color:#52525A;display:flex;gap:8px;align-items:center;white-space:nowrap}
.stage .vec .alabel .bp,.stage .phone .alabel .bp{font-size:10px;background:#E9E9E3;border-radius:4px;padding:1px 6px;color:#52525A;font-weight:600}
.stage .skel{position:absolute;inset:0;background:repeating-linear-gradient(135deg,#F3F3EF 0 8px,#ECECE7 8px 16px)}
.stage .ph1{position:absolute;width:150px;height:300px;border:1.5px solid #1A1A1D;background:#fff;overflow:hidden}
.stage .ph1.g{border-style:dashed;border-color:#B5B5BB;background:transparent}
.stage .ph1 .gen{position:absolute;left:0;right:0;top:130px;text-align:center;font-size:11px;color:#7C5CFF;font-weight:600}
.stage .ph1 .gen span{font-weight:400;color:#8A8A93}
.stage .lane{position:absolute;font-size:11px;color:#7C5CFF;font-weight:600;display:flex;align-items:center;gap:6px;background:#F1EEFF;border-radius:999px;padding:3px 9px 3px 7px;z-index:47;white-space:nowrap}
.stage .lane svg{width:11px;height:11px}
.stage #mm{position:absolute;left:0;top:0;width:1920px;height:1080px;pointer-events:none}
/* design-view objects (from ed_design scene) */
.stage .v-design{background:#F3F2EE;background-image:radial-gradient(#CFCFC8 1.2px,transparent 1.3px);background-size:22px 22px;background-position:11px 11px}
.stage .phone{position:absolute;width:280px;height:606px;background:#fff;border:1.5px solid #1A1A1D;overflow:visible}
.stage .phone .scr{position:absolute;inset:0;overflow:hidden}
.stage .phone .alabel{position:absolute;left:0;top:-24px;font-size:12.5px;color:#52525A;display:flex;gap:8px;align-items:center;white-space:nowrap}
.stage .comp{position:absolute;background:#fff;border:1.5px solid #1A1A1D;padding:16px;--r:8px}
.stage .comp .alabel{position:absolute;left:0;top:-24px;font-size:12.5px;color:#52525A;display:flex;gap:8px;align-items:center;white-space:nowrap}
.stage .comp .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:10px}
.stage .comp .lbl{font-size:11px;color:#8A8A93;margin-bottom:6px}
.stage .cbtn{height:44px;border-radius:var(--r);display:flex;align-items:center;justify-content:center;font:600 14px "PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:#fff;background:#FF5A3C}
.stage .cbtn.s{background:#fff;color:#17151F;border:1.5px solid #17151F}
.stage .cbtn.g{background:#EDE6D8;color:#17151F}
.stage .empty{position:absolute;inset:0;background:#FBF7F2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;font-size:13px;color:#5B5665;text-align:center;padding:24px}
.stage .empty i{width:64px;height:64px;border-radius:50%;background:#FF5A3C;opacity:.9;display:block}
.stage .empty b{font-size:15px;color:#17151F}
.stage .empty .tag{margin-top:6px;font-size:10px;color:#7C5CFF;font-weight:600;background:#F1EEFF;border-radius:999px;padding:2px 8px}
/* QA check list inside the thread (from hx_hook scene) */
.stage .thread .hk{margin-top:7px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 10px 4px}
.stage .thread .hk .c{display:flex;align-items:center;gap:8px;font-size:12px;color:#1A1A1D;height:26px;border-bottom:1px solid #F5F5F1}
.stage .thread .hk .c:last-child{border-bottom:0}
.stage .thread .hk .c i{width:15px;height:15px;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;font-style:normal;color:#fff;background:#22A06B;flex-shrink:0}
.stage .thread .hk .c.x i{background:#E5484D}
.stage .thread .hk .c .r{margin-left:auto;font-size:10.5px;color:#8A8A93}
.stage .thread .hk .c.x .r{color:#E5484D;font-weight:600}
.stage .thread .hook .who .sp{color:#B8860B}
/* skill bits (from hx_skill scene) */
.stage .slash{right:14px;bottom:154px;width:330px}
.stage .composer .ph{position:relative}

/* ===== hero stage (1200 logical px, scaled up slightly so the text stays readable) ===== */
.stage.stage--hero{position:absolute;left:0;top:0;width:1200px;height:675px;transform:scale(var(--hs,1));transform-origin:0 0}
.stage.stage--free{width:auto;height:auto;transform:none;overflow:hidden}
.stage--hero .lpanel{left:40px;width:196px}
.stage--hero .rpanel{right:0;width:316px}
.stage--hero .mini p{font-size:11.5px}
.stage--hero .thread .a{max-width:290px}
.stage--hero .thread .u{max-width:262px}
.stage--hero .thread .sr{opacity:1}
.stage--hero .hcard{position:absolute;background:#fff;border:1px solid #E1E1DA;border-radius:8px;box-shadow:0 2px 10px rgba(26,26,29,.06);overflow:hidden;opacity:0}
.stage--hero .hcard .hh{display:flex;align-items:center;gap:7px;padding:8px 10px;border-bottom:1px solid #EFEFEA;font-size:11.5px;font-weight:600;color:#1A1A1D;white-space:nowrap;overflow:hidden}
.stage--hero .hcard .hh s{width:10px;height:10px;border-radius:3px;text-decoration:none;flex:none}
.stage--hero .hcard .hh em{margin-left:auto;font-style:normal;font-size:10px;color:#7C5CFF;font-weight:600;flex:none}
.stage--hero .hcard .hb{position:absolute;left:0;right:0;top:33px;bottom:0;padding:10px 12px;font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif}
.stage--hero .hcard.doc h4{font-size:12.5px;font-weight:600;color:#1A1A1D;margin-bottom:5px}
.stage--hero .hcard.doc p{font-size:11.5px;line-height:1.5;color:#6B6B72;margin-bottom:6px}
.stage--hero .hcard .ln{height:6px;border-radius:3px;background:#E6E6E0;margin-bottom:6px}
.stage--hero .hcard .ln.ai{background:linear-gradient(90deg,#DDD6FF,#F1EEFF)}
.stage--hero .hcard.img .hb{padding:0}
.stage--hero .hcard.img .pic{position:absolute;inset:0;background-size:cover;background-position:center}
.stage--hero .hcard.img .cap{position:absolute;left:8px;bottom:8px;font-size:10px;font-weight:600;color:#fff;background:rgba(20,20,22,.55);padding:3px 7px;border-radius:5px;margin:0}
.stage--hero .hcard.brd .hb{padding:0;background:#F7F6F2;background-image:radial-gradient(#DAD8D1 1px,transparent 1px);background-size:14px 14px}
.stage--hero .hcard.brd .st{position:absolute;width:76px;height:58px;border-radius:5px;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.08);border:1px solid #ECEAE4}
.stage--hero .hcard.brd .note{position:absolute;width:112px;padding:7px 9px;background:#FFF6C7;border-radius:5px;font-size:10.5px;line-height:1.4;color:#5A5238}
.stage--hero .hcard.brd .nd{position:absolute;background:#fff;border:1px solid #E1E1DA;border-radius:6px;padding:4px 8px;font-size:10.5px;white-space:nowrap;box-shadow:0 2px 6px rgba(26,26,29,.06)}
.stage--hero .hcard.brd .nd.root{background:#1A1A1D;color:#fff;border-color:#1A1A1D;font-weight:600}
.stage--hero .hcard.brd .nd.op{border-color:#7C5CFF;background:#F5F2FF}
.stage--hero .hcard.dsg .frame{position:absolute;left:12px;right:12px;top:12px;bottom:12px;background:#fff;border:1px solid #ECEAE4;box-shadow:0 4px 14px rgba(0,0,0,.07);padding:10px}
.stage--hero .hcard.dsg .frame .im{height:44%;border-radius:3px;background-size:cover;background-position:center;background-color:#D8D4CA}
.stage--hero .hcard.dsg .frame .tt{font-family:"Noto Serif SC",serif;font-size:13px;font-weight:700;margin-top:9px;line-height:1.3;color:#141416}
.stage--hero .hcard.dsg .frame .p{height:5px;border-radius:3px;background:#E9E7E1;margin-top:6px}
.stage--hero .hcard.dsg .frame .p.s{width:70%}
.stage--hero .hcard.prs .sl{height:44px;border-radius:5px;background:#fff;border:1px solid #ECEAE4;box-shadow:0 2px 6px rgba(0,0,0,.05);margin-bottom:8px;position:relative;padding:8px 10px}
.stage--hero .hcard.prs .sl .b{height:6px;width:55%;border-radius:3px;background:#D3D1CA}
.stage--hero .hcard.prs .sl .i{position:absolute;right:8px;top:8px;bottom:8px;width:34px;border-radius:3px;background:linear-gradient(150deg,#C6C1B5,#EAE6DD)}
.stage--hero .hcard.prs .sl.n{background:#141416;border-color:#141416}
.stage--hero .hcard.prs .sl.n .b{background:#55555C}
.stage--hero .hcard.vec .wm{font-family:Georgia,"Times New Roman","Songti SC",serif;font-weight:600;font-size:38px;letter-spacing:-1.5px;color:#17151F;display:flex;align-items:center;gap:6px}
.stage--hero .hcard.vec .wm i{width:9px;height:9px;border-radius:50%;background:#FF5A3C;display:inline-block;margin-top:8px}
.stage--hero .hcard.vec .sw{display:flex;gap:6px;margin-top:10px}
.stage--hero .hcard.vec .sw i{width:26px;height:26px;border-radius:6px;display:block}
.stage--hero .hcard.vec .ty{font-size:10px;color:#8A8A93;margin-top:8px}
.stage--hero .hcard.phone .hb{padding:0;background:#EDEDE8}
.stage--hero .hcard.phone .scr{position:absolute;left:14px;right:14px;top:10px;bottom:0;border:1.5px solid #1A1A1D;border-bottom:0;border-radius:10px 10px 0 0;overflow:hidden;background:#fff}
.stage--hero .hcard.phone .scr i{position:absolute;inset:0;display:block;background-size:cover;background-position:top center}
.stage--hero .hcur{position:absolute;z-index:80;pointer-events:none;opacity:0}

/* ===== contrast stage: plugin-style AI on the left, harness on the right ===== */
.cpane{position:relative;overflow:hidden;border-radius:14px;background:#fff;border:1px solid var(--line);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:#1A1A1D}
.cpane.left{background:#F7F7F4}
.cpane .ctitle{height:44px;display:flex;align-items:center;gap:10px;padding:0 16px;font-size:13px;font-weight:600;color:#1A1A1D;border-bottom:1px solid var(--line);background:#fff;position:relative;z-index:4}
.cpane .ctitle i{width:8px;height:8px;border-radius:50%;background:#B5B5BB;display:inline-block}
.cpane.right .ctitle i{background:var(--accent)}
.cpane .cfoot{position:absolute;left:16px;right:16px;bottom:12px;font-size:12.5px;color:#6B6B72;opacity:0;z-index:5;background:rgba(255,255,255,.9);padding:6px 10px;border-radius:8px;width:fit-content;max-width:calc(100% - 32px)}
.lmenu{display:flex;gap:18px;padding:0 16px;height:34px;align-items:center;font-size:12.5px;color:#4A4A50;background:#FAFAF8;border-bottom:1px solid var(--line);position:relative;z-index:3}
.lmenu span{position:relative;padding:3px 6px;border-radius:5px}
.lmenu span.on{color:#1A1A1D;font-weight:600;background:#EDEDE8}
.ltb{position:absolute;left:14px;top:94px;width:44px;display:flex;flex-direction:column;gap:4px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:10px;z-index:2}
.ltb i{width:32px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#6B6B72}
.ltb i svg{width:15px;height:15px}
.ltb i.on{background:#EDEDE8;color:#1A1A1D}
.lcanvas{position:absolute;left:74px;top:94px;right:16px;bottom:50px;background:#F1F1EC;border-radius:8px;overflow:hidden;background-image:radial-gradient(#D6D6CF 1px,transparent 1.1px);background-size:18px 18px}
.lpop{position:absolute;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.12);padding:6px 0;font-size:12.5px;z-index:6;opacity:0;width:156px}
.lpop div{padding:6px 12px;display:flex;justify-content:space-between;align-items:center;color:#1A1A1D}
.lpop div.on{background:#F3F3EF}
.lpop div small{color:#9A9AA0;font-size:11px}
.lskel{position:absolute;left:24px;top:24px;width:62%;aspect-ratio:16/10;background:repeating-linear-gradient(135deg,#F3F3EF 0 8px,#ECECE7 8px 16px);border-radius:6px;opacity:0}
.lskel b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:11.5px;font-weight:600;color:#7C5CFF;background:#F1EEFF;padding:3px 9px;border-radius:999px;white-space:nowrap}
.limg{position:absolute;left:24px;top:24px;width:62%;aspect-ratio:16/10;background-size:cover;background-position:center;border-radius:6px;opacity:0}
.csel{position:absolute;border:1px solid var(--c,#2F7BF5);pointer-events:none;opacity:0;z-index:5}
.csel i{position:absolute;width:6px;height:6px;background:#fff;border:1px solid var(--c,#2F7BF5)}
.csel i:nth-child(1){left:-4px;top:-4px}.csel i:nth-child(2){right:-4px;top:-4px}.csel i:nth-child(3){left:-4px;bottom:-4px}.csel i:nth-child(4){right:-4px;bottom:-4px}
.csel.dimb .dim{top:auto;bottom:-26px}
.csel.dimr .dim{left:auto;right:-1px}
.csel .dim{position:absolute;left:-1px;top:-26px;font-size:11px;font-weight:600;background:var(--c,#2F7BF5);color:#fff;padding:3px 7px;border-radius:4px;white-space:nowrap}
.lprops{position:absolute;right:16px;top:94px;width:150px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 12px;font-size:11.5px;opacity:0;z-index:3}
.lprops div{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #F0F0EB;color:#1A1A1D}
.lprops div:last-child{border-bottom:0}
.lprops div.dim{color:#C5C5C0}
.lprops div.dim::after{content:"–";color:#C5C5C0}
.ltip{position:absolute;font-size:11.5px;background:#1A1A1D;color:#fff;padding:5px 9px;border-radius:6px;opacity:0;z-index:7;white-space:nowrap}
.lchat{position:absolute;left:0;right:0;top:44px;bottom:0;padding:18px 18px 60px;display:flex;flex-direction:column;gap:10px;opacity:0;background:#fff;z-index:3}
.lchat .m{max-width:80%;font-size:12.5px;line-height:1.5;padding:8px 12px;border-radius:12px;background:#F3F3F1;color:#1A1A1D}
.lchat .m.u{align-self:flex-end;background:#E8E8FF}
.lchat .att{width:58%;aspect-ratio:16/10;border-radius:8px;background-size:cover;background-position:center;position:relative}
.lchat .m.ai{background:transparent;padding-left:0}
.ccur{position:absolute;left:0;top:0;z-index:9;pointer-events:none;opacity:0}
.ccur svg{width:18px;height:18px;display:block}
.ccur .lb{position:absolute;left:14px;top:14px;font-size:10px;font-weight:600;color:#fff;background:var(--c,#F24E1E);padding:2px 6px;border-radius:3px;white-space:nowrap}
.ccur.ai .lb{border-radius:999px;border:1.5px dashed rgba(255,255,255,.7)}
.cpane.right{background:#EEEEE9;background-image:radial-gradient(#C9C9C2 1.3px,transparent 1.4px);background-size:22px 22px}
.cpane.right .ctitle{background:#fff}
.stage--free{width:auto;height:auto;transform:none;overflow:hidden}
.cpane.right .session{top:60px}
.rcomp{position:absolute;left:16px;right:16px;bottom:16px;height:46px;background:#fff;border-radius:14px;box-shadow:0 6px 20px rgba(26,26,29,.10),0 0 0 1px rgba(0,0,0,.04);display:flex;align-items:center;padding:0 7px 0 14px;font-size:12.5px;color:#1A1A1D;z-index:4;gap:10px}
.rcomp .tx{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}
.rcomp .send{width:32px;height:32px;border-radius:50%;background:#1A1A1D;color:#fff;display:grid;place-items:center;flex:none}
.rcomp .send svg{width:15px;height:15px}
.rsec{position:absolute;border:1.5px dashed #B9B9B2;border-radius:8px;opacity:0}
.rsec .label{position:absolute;left:0;top:-22px;font-size:11px;font-weight:600;color:#52525A;white-space:nowrap;display:flex;gap:6px;align-items:center}
.rsec .label i{width:8px;height:8px;border-radius:2px;background:#7C5CFF;display:inline-block}
.rdoc{position:absolute;inset:10px;background:#fff;border:1px solid #E1E1DA;border-radius:6px;padding:10px 12px;font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif;opacity:0}
.rdoc h4{font-size:11.5px;font-weight:600;margin-bottom:5px}
.rdoc .ln{height:5px;border-radius:3px;background:#E6E6E0;margin-bottom:5px}
.rdoc .ln.ai{background:linear-gradient(90deg,#DDD6FF,#F1EEFF)}
.rvec{position:absolute;inset:10px;background:#fff;border:1.5px solid #1A1A1D;padding:12px 14px;opacity:0}
.rvec .wm{font-family:Georgia,"Times New Roman","Songti SC",serif;font-weight:600;font-size:34px;letter-spacing:-2px;color:#17151F;line-height:1;display:inline-flex;align-items:center;gap:5px;position:relative}
.rvec .wm i{width:8px;height:8px;border-radius:50%;background:#FF5A3C;display:inline-block;margin-top:6px}
.rvec .wm .caret{position:absolute;right:-3px;top:2px;width:1.5px;height:34px;background:#1A1A1D;opacity:0}
.rvec .inst{display:flex;gap:6px;margin-top:12px;align-items:baseline}
.rvec .inst span{font-family:Georgia,"Times New Roman","Songti SC",serif;font-weight:600;font-size:13px;letter-spacing:-2px;color:#17151F;padding:3px 7px;border:1px dashed #D9D0FF;border-radius:4px;background:#FBFAFF}
.rphone{position:absolute;left:50%;top:10px;bottom:0;width:118px;transform:translateX(-50%);border:1.5px solid #1A1A1D;border-bottom:0;border-radius:12px 12px 0 0;overflow:hidden;background:#fff;opacity:0}
.rphone i{position:absolute;inset:0;display:block;background-size:cover;background-position:top center}
.rtree{position:absolute;left:16px;top:136px;width:176px;background:#fff;border-radius:10px;border:1px solid var(--line);box-shadow:0 8px 24px rgba(26,26,29,.08);padding:6px 0;font-size:11px;opacity:0;z-index:5;overflow:hidden}
.rtree div{padding:4px 10px;white-space:nowrap;color:#52525A;display:flex;gap:6px;align-items:center;height:22px}
.rtree div b{color:#1A1A1D;font-weight:600}
.rtree div.l1{padding-left:22px}
.rtree div.l2{padding-left:34px}
.rtree div.on{background:#EEF3FF;color:#1A1A1D}
.rtree .cnt{margin-left:auto;font-size:10px;color:#8A8A93}
.rprop{position:absolute;background:#fff;border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:11.5px;display:flex;gap:10px;align-items:center;box-shadow:0 6px 18px rgba(26,26,29,.08);opacity:0;z-index:6}
.rprop b{font-family:"Cascadia Mono",Consolas,monospace;font-weight:600;color:#1A1A1D;background:#F3F3EF;padding:2px 6px;border-radius:4px;border:1px solid transparent}
.rprop b.focus{border-color:#7C5CFF;background:#F5F2FF}
.rprop em{font-style:normal;color:#8A8A93}

/* ===== concept: prompt → four capsules → four outputs (from scene_harness) ===== */
.harn{margin-top:22px;position:relative;font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif}
.hprompt{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 8px 30px rgba(20,20,22,.05);padding:18px 24px 16px}
.hprompt .who{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.hprompt .q{font-family:var(--serif);font-size:clamp(17px,1.5vw,21px);line-height:1.5;font-weight:600;color:var(--ink)}
.hprompt .files{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.hprompt .files span{font-size:12.5px;background:#F5F4F0;border:1px solid var(--line);border-radius:8px;padding:6px 10px;color:var(--body);display:flex;gap:7px;align-items:center}
.hprompt .files span::before{content:"";width:10px;height:12px;border:1.5px solid #9A9AA0;border-radius:2px}
.hprompt .files span.ai{background:#EFEBFF;border-color:#D9D0FF;color:#5B3FE6}
.hthink{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:980px;margin:18px auto 0}
.hthink .tk{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 14px;font-size:13px;color:var(--body);display:flex;align-items:center;gap:10px;opacity:.35;transition:opacity .2s,border-color .2s}
.hthink .tk::before{content:"";width:16px;height:16px;border-radius:50%;background:#141416;flex-shrink:0;box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 5.5px #141416}
.hthink .tk b{color:var(--ink);font-weight:600}
.hthink .tk.on{opacity:1}
.hthink .tk.on::before{background:var(--accent);box-shadow:inset 0 0 0 4px #fff,inset 0 0 0 5.5px var(--accent)}
.hwire{display:block;width:100%;height:auto;margin:6px auto -6px}
.hwire path{fill:none;stroke:#C9C6BE;stroke-width:1.6}
.hwire circle{fill:#141416}
.houts{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:12px}
.hout{height:224px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 34px rgba(20,20,22,.06);overflow:hidden;position:relative;display:flex;flex-direction:column;opacity:0;transform:translateY(24px)}
.hout .h{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-bottom:1px solid #EFEDE8}
.hout .h .t{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink)}
.hout .h .t s{width:14px;height:14px;border-radius:4px;text-decoration:none;display:inline-block}
.hout .h .a{font-size:10.5px;color:var(--accent);font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:6px}
.hout .h .a::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}
.hout .body{flex:1;padding:16px;position:relative}
.hout .body.pic{padding:0;background-size:cover;background-position:top center;background-repeat:no-repeat}
.hout .md .ln{height:8px;border-radius:5px;background:#E9E7E1;margin-bottom:9px}
.hout .md .ln.h{height:12px;width:60%;background:#D3D1CA;margin-bottom:14px}
.hout .md .ln.s{width:78%}.hout .md .ln.xs{width:52%}
.hout .md .kv{display:flex;gap:8px;margin-top:14px}
.hout .md .kv i{flex:1;height:44px;border-radius:8px;background:#F5F4F0;border:1px solid #EFEDE8;display:block}
.hout .brd{background:#F7F6F2;background-image:radial-gradient(#DAD8D1 1px,transparent 1px);background-size:14px 14px}
.hout .brd .st{position:absolute;width:96px;height:74px;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.07);border:1px solid #ECEAE4}
.hout .brd .st.i1{left:18px;top:22px;background:linear-gradient(135deg,#C9C4B8,#EDEAE2)}
.hout .brd .st.i2{left:122px;top:38px;transform:rotate(3deg);background:linear-gradient(135deg,#A9A49A,#D6D2C8)}
.hout .brd .st.i3{left:56px;top:126px;transform:rotate(-2deg);background:linear-gradient(135deg,#DDD9CF,#F4F1EA)}
.hout .brd .st.i4{left:168px;top:146px;background:linear-gradient(135deg,#8E8A82,#C2BDB2)}
.hout .brd .note{position:absolute;left:150px;top:14px;width:110px;padding:8px 10px;background:#FFF6C7;border-radius:6px;font-size:11px;line-height:1.4;color:#5A5238;transform:rotate(2deg)}
.hout .dsg{display:flex;align-items:center;justify-content:center}
.hout .dsg .frame{width:78%;background:#fff;border:1px solid #ECEAE4;box-shadow:0 6px 24px rgba(0,0,0,.08);position:relative;padding:14px}
.hout .dsg .frame .img{height:110px;background:linear-gradient(160deg,#B9B4A8,#E6E2D8);border-radius:4px}
.hout .dsg .frame .tt{font-family:var(--serif);font-size:16px;font-weight:700;margin-top:12px;line-height:1.25;color:var(--ink)}
.hout .dsg .frame .p{height:6px;border-radius:4px;background:#E9E7E1;margin-top:8px}
.hout .dsg .frame .p.s{width:70%}
.hout .dsg .sel{position:absolute;inset:-6px;border:1.5px solid var(--accent);border-radius:2px}
.hout .dsg .sel i{position:absolute;width:8px;height:8px;background:#fff;border:1.5px solid var(--accent);display:block}
.hout .dsg .sel i:nth-child(1){left:-5px;top:-5px}.hout .dsg .sel i:nth-child(2){right:-5px;top:-5px}.hout .dsg .sel i:nth-child(3){left:-5px;bottom:-5px}.hout .dsg .sel i:nth-child(4){right:-5px;bottom:-5px}
.hout .prs{padding:16px 14px}
.hout .prs .sl{height:78px;border-radius:8px;background:#fff;border:1px solid #ECEAE4;box-shadow:0 3px 10px rgba(0,0,0,.05);margin-bottom:10px;position:relative;overflow:hidden;padding:12px 14px}
.hout .prs .sl .b{height:8px;width:55%;border-radius:4px;background:#D3D1CA}
.hout .prs .sl .i{position:absolute;right:12px;top:10px;bottom:10px;width:72px;border-radius:5px;background:linear-gradient(150deg,#C6C1B5,#EAE6DD)}
.hout .prs .sl.n{background:#141416;border-color:#141416}.hout .prs .sl.n .b{background:#55555C}.hout .prs .sl.n .i{background:linear-gradient(150deg,#3A3A40,#5A5A62)}
.hbadges{display:flex;justify-content:center;gap:18px;margin-top:14px;flex-wrap:wrap}
.hbadge{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 14px;font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:8px;box-shadow:0 4px 14px rgba(20,20,22,.06);opacity:0}
.hbadge s{width:8px;height:8px;border-radius:50%;text-decoration:none;display:inline-block}
.hfoot{display:flex;justify-content:space-between;margin-top:12px;font-size:12.5px;color:var(--muted)}
.hfoot b{color:var(--ink)}
@media (max-width:820px){
 .cpane{zoom:.64;height:600px}
 #rSec2{left:350px!important}
 #rProp{left:436px!important;top:118px!important}
 #rSec3{left:170px!important;width:356px!important}
 #rSel{left:289px!important}
 #lPop3{left:350px!important}
 .hout .h{flex-wrap:wrap;gap:4px 8px;padding:10px 12px}
 .hout .h .t{font-size:11.5px}
 .hout .h .a{font-size:9.5px}
 .stage.stage--hero{position:relative;left:auto;top:auto;width:100%;height:auto;transform:none;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px;background:#EEEEE9}
 .stage.stage--hero .rail,.stage.stage--hero .lpanel,.stage.stage--hero .section,.stage.stage--hero .toolbar,.stage.stage--hero .session,.stage.stage--hero .cur,.stage.stage--hero #hc5,.stage.stage--hero #hc6{display:none!important}
 .stage.stage--hero .rpanel{position:relative;order:-1;grid-column:1/-1;width:100%;right:auto;height:470px;border-left:0;border-radius:10px;overflow:hidden}
 .stage.stage--hero .hcard{position:relative;left:auto!important;top:auto!important;width:auto!important;height:176px!important}
 .hthink{grid-template-columns:1fr 1fr}
 .hwire{display:none}
 .houts{grid-template-columns:1fr 1fr;gap:14px}
 .hout{height:220px}
 .hfoot{flex-direction:column;gap:6px}
 .cpane{height:520px}
}
