.studio-app{--studio-bg:#f4f5f3;--studio-paper:#fff;--studio-ink:#202522;--studio-muted:#6d746f;--studio-line:#d9ddda;--studio-red:#e83f56;--studio-red-dark:#bf253d;--studio-green:#20765d;--studio-amber:#a66b16;min-height:100vh;color:var(--studio-ink);background:var(--studio-bg);font-family:MiSans,HarmonyOS Sans SC,Microsoft YaHei,sans-serif}.studio-app button,.studio-app input,.studio-app select,.studio-app textarea{font:inherit}.studio-app button:focus-visible,.studio-app input:focus-visible,.studio-app select:focus-visible,.studio-app textarea:focus-visible{outline:2px solid var(--studio-red);outline-offset:2px}.studio-topbar{z-index:20;color:#fff;background:#202522;border-bottom:1px solid #222926;justify-content:space-between;align-items:center;gap:1rem;min-height:68px;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}.studio-brand,.studio-top-actions,.studio-title-line,.studio-rail-head,.studio-history-head,.studio-output-head,.studio-section-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.studio-brand{justify-content:flex-start}.studio-brand-mark{color:#fff;background:var(--studio-red);border-radius:6px;place-items:center;width:38px;height:38px;font-size:.78rem;font-weight:900;display:grid}.studio-brand h1,.studio-brand p,.studio-rail-head h2,.studio-history-head h2,.studio-output-head h2,.studio-section-heading h3{letter-spacing:0;margin:0}.studio-brand h1{font-size:1rem;line-height:1.2}.studio-brand p{color:#aeb8b2;margin-top:.15rem;font-size:.78rem}.studio-top-actions button,.studio-output-head button,.studio-example-row button,.studio-history-head button{min-height:34px;color:inherit;background:0 0;border-color:#ffffff29}.studio-top-actions .studio-export{border-color:var(--studio-red);color:#fff;background:var(--studio-red)}.studio-top-actions .studio-export:hover{background:var(--studio-red-dark)}.studio-save-state{color:#aeb8b2;align-items:center;gap:.35rem;font-size:.78rem;display:inline-flex}.studio-error{color:#8b1d2c;background:#fff0f2;border:1px solid #f2a5af;border-radius:6px;margin:.75rem 1.25rem 0;padding:.7rem .85rem}.studio-workspace{grid-template-columns:minmax(280px,320px) minmax(520px,1fr) minmax(220px,270px);min-height:calc(100vh - 68px);display:grid}.studio-brief,.studio-history{background:#f8f9f7;min-width:0;padding:1.15rem}.studio-brief{border-right:1px solid var(--studio-line);overflow-y:auto}.studio-history{border-left:1px solid var(--studio-line)}.studio-kicker{color:var(--studio-red-dark);margin-bottom:.2rem;font-family:Cascadia Code,Consolas,monospace;font-size:.68rem;font-weight:800;display:block}.studio-rail-head,.studio-history-head{align-items:flex-end;margin-bottom:1rem}.studio-rail-head h2,.studio-history-head h2,.studio-output-head h2{font-size:1.05rem}.studio-example-row{gap:.35rem;display:flex}.studio-example-row button,.studio-history-head button{border-color:var(--studio-line);min-height:28px;color:var(--studio-muted);background:var(--studio-paper);padding:.2rem .45rem;font-size:.75rem}.studio-field,.studio-fieldset{border:0;gap:.35rem;min-width:0;margin:0 0 .85rem;padding:0;display:grid}.studio-field>span,.studio-fieldset legend,.studio-meta-grid label>span{color:#4f5853;font-size:.78rem;font-weight:700}.studio-field input,.studio-field select,.studio-field textarea,.studio-paper input,.studio-paper textarea{border:1px solid var(--studio-line);color:var(--studio-ink);background:var(--studio-paper);border-radius:5px}.studio-field textarea{resize:vertical;min-height:68px}.studio-field-pair{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.65rem;display:grid}.studio-segmented{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;display:grid}.studio-segmented.wrap{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-segmented button{border-color:var(--studio-line);min-height:32px;color:var(--studio-muted);background:var(--studio-paper);white-space:normal;padding:.3rem .4rem;font-size:.74rem}.studio-segmented button[aria-pressed=true]{color:#fff;background:#202522;border-color:#202522}.studio-generate{border-color:var(--studio-red-dark);color:#fff;background:var(--studio-red);width:100%;min-height:44px;font-weight:800;position:sticky;bottom:.5rem;box-shadow:0 8px 24px #2e1f2229}.studio-generate:hover{background:var(--studio-red-dark)}.studio-spin{animation:.9s linear infinite studio-spin}.studio-output{background:#eef0ed;min-width:0;padding:1.15rem 1.4rem 2rem;position:relative}.studio-output-head{align-items:flex-end;min-height:48px;margin-bottom:.85rem}.studio-output-head button{border-color:var(--studio-line);color:var(--studio-ink);background:var(--studio-paper)}.studio-title-line{justify-content:flex-start}.studio-mode{color:var(--studio-green);background:#dff2e9;border-radius:999px;padding:.18rem .42rem;font-size:.68rem;font-weight:800}.studio-mode.fallback{color:var(--studio-amber);background:#f8ecd4}.studio-tabs{border:1px solid var(--studio-line);background:#e4e7e3;border-radius:7px;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,480px);margin-bottom:.8rem;padding:3px;display:inline-grid}.studio-tabs button{min-height:34px;color:var(--studio-muted);background:0 0;border:0}.studio-tabs button[aria-selected=true]{color:var(--studio-ink);background:var(--studio-paper);box-shadow:0 1px 3px #2129251f}.studio-generating{color:var(--studio-red-dark);align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:flex}.studio-generating span{background:var(--studio-red);border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite studio-pulse}.studio-paper{border:1px solid var(--studio-line);background:var(--studio-paper);border-radius:7px;min-height:calc(100vh - 190px);padding:1.3rem 1.4rem 2.2rem 2.4rem;position:relative;box-shadow:0 10px 28px #22282412}.studio-paper:before{content:"";background:#f0a5af;width:1px;position:absolute;top:0;bottom:0;left:1.25rem}.studio-note-sections,.studio-prompt-list,.studio-video-list{gap:1.4rem;display:grid}.studio-section-block{border-bottom:1px solid #e3e6e3;padding-bottom:1.3rem}.studio-section-block:last-child{border-bottom:0;padding-bottom:0}.studio-section-heading{margin-bottom:.65rem}.studio-section-heading h3{font-size:.88rem}.studio-icon-button{border-color:var(--studio-line);width:32px;min-width:32px;min-height:32px;color:var(--studio-muted);background:var(--studio-paper);padding:0}.studio-icon-button.danger:hover{color:var(--studio-red-dark);border-color:#d8838f}.studio-title-list{gap:.45rem;display:grid}.studio-title-option{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:.45rem;display:grid}.studio-title-option>button{border-color:var(--studio-line);width:34px;min-height:34px;color:var(--studio-muted);background:#f5f6f4;padding:0;font-family:Cascadia Code,Consolas,monospace;font-size:.72rem}.studio-title-option.selected>button{border-color:var(--studio-red);color:#fff;background:var(--studio-red)}.studio-title-option.selected input{background:#fff8f9;border-color:#e8909c}.studio-cover-grid{grid-template-columns:repeat(5,minmax(110px,1fr));gap:.45rem;display:grid}.studio-cover-grid input{text-align:center;min-width:0}.studio-body-editor{resize:vertical;min-height:360px;line-height:1.9}.studio-meta-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.studio-meta-grid label{gap:.35rem;display:grid}.studio-meta-grid textarea{min-height:86px}.studio-check-list{gap:.45rem;display:grid}.studio-check-list label{grid-template-columns:20px minmax(0,1fr);align-items:center;gap:.45rem;display:grid}.studio-check-list input[type=checkbox]{width:16px;height:16px;accent-color:var(--studio-green)}.studio-prompt-row{grid-template-columns:34px minmax(0,1fr) 32px;align-items:start;gap:.55rem;display:grid}.studio-prompt-row>span,.studio-video-row>span{color:var(--studio-red-dark);padding-top:.55rem;font-family:Cascadia Code,Consolas,monospace;font-size:.75rem;font-weight:800}.studio-prompt-row textarea{min-height:104px;line-height:1.7}.studio-video-row{border-bottom:1px solid #e3e6e3;grid-template-columns:34px minmax(180px,.9fr) minmax(140px,.7fr) minmax(240px,1.3fr);gap:.55rem;padding-bottom:1rem;display:grid}.studio-video-row label{gap:.3rem;display:grid}.studio-video-row small{color:var(--studio-muted);font-weight:700}.studio-video-row textarea{min-height:112px;line-height:1.65}.studio-output-empty{place-items:center;display:grid}.studio-empty-sheet{border:1px solid var(--studio-line);width:min(100%,520px);min-height:360px;color:var(--studio-muted);background:var(--studio-paper);border-radius:7px;align-content:center;justify-items:center;gap:.85rem;padding:2rem;display:grid}.studio-empty-sheet svg{color:var(--studio-red)}.studio-loading-line{background:#e7e9e6;border-radius:3px;width:min(75%,320px);height:8px}.studio-loading-line.short{width:min(48%,210px)}.studio-loading-line.active{animation:1.1s ease-in-out infinite studio-pulse}.studio-history-list{gap:.55rem;display:grid}.studio-history-item{border:1px solid var(--studio-line);background:var(--studio-paper);border-radius:6px;grid-template-columns:minmax(0,1fr) 32px;gap:.35rem;padding:.7rem;display:grid;position:relative}.studio-history-item.active{box-shadow:inset 3px 0 0 var(--studio-red);border-color:#df7887}.studio-history-open{text-align:left;white-space:normal;background:0 0;border:0;justify-items:start;gap:.2rem;min-width:0;min-height:0;padding:0;display:grid}.studio-history-open strong,.studio-history-open span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.studio-history-open strong{font-size:.82rem}.studio-history-open span,.studio-history-open small{color:var(--studio-muted);font-size:.7rem}.studio-history-open small{align-items:center;gap:.25rem;display:inline-flex}.studio-history-empty{border-top:1px solid var(--studio-line);color:var(--studio-muted);text-align:center;padding:1.5rem 0;font-size:.82rem}@keyframes studio-spin{to{transform:rotate(360deg)}}@keyframes studio-pulse{50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.studio-app *{animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (width<=1180px){.studio-workspace{grid-template-columns:300px minmax(0,1fr)}.studio-history{border-top:1px solid var(--studio-line);border-left:0;grid-column:1/-1}.studio-history-list,.studio-cover-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.studio-topbar,.studio-output-head{align-items:flex-start}.studio-topbar{flex-direction:column;position:static}.studio-save-state{display:none}.studio-top-actions{width:100%}.studio-top-actions button{flex:1}.studio-workspace{grid-template-columns:1fr}.studio-brief,.studio-history{border:0;border-bottom:1px solid var(--studio-line)}.studio-output{padding:1rem .75rem 1.5rem}.studio-output-head{flex-direction:column}.studio-paper{min-height:520px;padding:1rem .8rem 1.5rem 1.65rem}.studio-paper:before{left:.85rem}.studio-tabs,.studio-meta-grid,.studio-field-pair,.studio-video-row,.studio-history-list{grid-template-columns:1fr}.studio-tabs{width:100%}.studio-video-row>span{padding-top:0}.studio-cover-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.studio-segmented.wrap,.studio-cover-grid{grid-template-columns:1fr 1fr}.studio-tabs button{white-space:normal;gap:.25rem;padding-inline:.35rem}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7f8;--surface:#fff;--surface-muted:#eef2f2;--text:#17201d;--text-muted:#64716c;--border:#dce3e0;--accent:#0f766e;--accent-strong:#115e59;--accent-soft:#dff3ef;--warn:#9a5b13;--warn-soft:#fff2d8;--good:#17643b;--good-soft:#ddf4e7;--danger:#a33b3b;--danger-soft:#fde8e8;--radius:8px;color:var(--text);background:var(--bg);font-family:Inter,Segoe UI,Microsoft YaHei,system-ui,sans-serif;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,.button-link{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--text);cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;padding:.45rem .7rem;text-decoration:none;display:inline-flex}button:hover,.button-link:hover{border-color:var(--accent)}button:disabled{cursor:wait;opacity:.65}input,select,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:var(--surface);border-radius:6px;padding:.55rem .65rem}textarea{resize:vertical;min-height:96px}table{border-collapse:collapse;width:100%;font-size:.92rem}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.65rem}th{color:var(--text-muted);background:var(--surface-muted);font-weight:650}.app-shell{grid-template-columns:240px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#eef5f2;background:#17201d;height:100vh;padding:1rem;position:sticky;top:0}.brand{align-items:center;gap:.7rem;padding:.25rem .35rem 1.2rem;display:flex}.brand strong,.brand small{display:block}.brand small{color:#adbbb5;font-size:.78rem}.brand-mark{background:var(--accent);border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.nav-list{gap:.35rem;display:grid}.nav-item{color:#d8e2de;background:0 0;border-color:#0000;justify-content:flex-start;width:100%}.nav-item:hover,.nav-item.active{color:#fff;background:#25312d;border-color:#3a4843}.main{width:100%;max-width:1380px;padding:1.4rem}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.page-header h1{letter-spacing:0;margin:0;font-size:1.55rem}.page-header p{color:var(--text-muted);margin:.25rem 0 0}.header-actions,.button-row,.row-actions,.meta-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.icon-button{width:38px;padding:0}.primary-button{background:var(--accent);color:#fff;border-color:var(--accent-strong)}.primary-button:hover{background:var(--accent-strong)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem}.panel-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.panel h2,.panel h3{margin:0}.panel h2{font-size:1rem}.panel h3{font-size:.98rem}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.stat span{color:var(--text-muted);font-size:.9rem}.stat strong{margin-top:.25rem;font-size:1.7rem;display:block}.badge{background:var(--accent-soft);min-height:24px;color:var(--accent-strong);border-radius:999px;align-items:center;padding:.15rem .45rem;font-size:.78rem;display:inline-flex}.badge.good{background:var(--good-soft);color:var(--good)}.badge.warn{background:var(--warn-soft);color:var(--warn)}.badge.muted{background:var(--surface-muted);color:var(--text-muted)}.empty{color:var(--text-muted);background:var(--surface-muted);border-radius:6px;padding:1rem}.error-banner{background:var(--danger-soft);color:var(--danger);border-radius:var(--radius);border:1px solid #efb0b0;margin-bottom:1rem;padding:.75rem 1rem}.compose-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.75rem;display:grid}.list{gap:.75rem;display:grid}.row-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:.9rem;display:grid}.row-card p{margin:0 0 .65rem}.table-wrap{overflow-x:auto}.split{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.compact-list{max-height:calc(100vh - 190px);overflow:auto}.draft-item{text-align:left;white-space:normal;justify-items:start;width:100%;display:grid}.draft-item.active{border-color:var(--accent);background:var(--accent-soft)}.markdown-preview{white-space:pre-wrap;word-break:break-word;border:1px solid var(--border);background:#f9fbfa;border-radius:6px;max-height:calc(100vh - 220px);margin:0;padding:1rem;font-family:Cascadia Code,Consolas,monospace;font-size:.9rem;overflow:auto}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem;display:grid}.item-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:.9rem}.item-card p,.item-card small{color:var(--text-muted)}.form-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:.7rem;display:grid}.review-box{border:1px solid var(--border);background:#f9fbfa;border-radius:6px;margin-top:1rem;padding:.85rem}.settings-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.settings-grid div{border:1px solid var(--border);border-radius:6px;padding:.75rem}.settings-grid span,.prompt-editor small{color:var(--text-muted);margin-bottom:.25rem;font-size:.82rem;display:block}.settings-grid strong{word-break:break-word}.prompt-editor{gap:.75rem;display:grid}.prompt-editor textarea{min-height:420px;font-family:Cascadia Code,Consolas,monospace}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.nav-list{grid-template-columns:repeat(4,minmax(0,1fr))}.nav-item{justify-content:center}.stats-grid,.split,.settings-grid,.row-card,.compose-row,.form-grid{grid-template-columns:1fr}}@media (width<=520px){.main{padding:1rem}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.page-header{flex-direction:column}}.guide-page{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--guide-bg:#090d10;--guide-ink:#eef5f4;--guide-muted:#9aa9a6;--guide-line:#ddebe824;--guide-surface:#12181bc7;--guide-solid:#11181c;--guide-accent:#41d6b4;--guide-blue:#7aa7ff;--guide-gold:#f0b95e;background:linear-gradient(180deg, #090d1052, #090d10e0 34rem), repeating-linear-gradient(90deg, #ffffff06 0 1px, transparent 1px 88px), repeating-linear-gradient(0deg, #ffffff05 0 1px, transparent 1px 72px), var(--guide-bg);min-height:100vh;color:var(--guide-ink);overflow-x:hidden}.reading-progress{z-index:80;background:linear-gradient(90deg, var(--guide-accent), var(--guide-blue), var(--guide-gold));transform-origin:0;width:100%;height:3px;position:fixed;top:0;left:0}.guide-topbar{z-index:70;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffad;border:1px solid #ffffff73;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;width:min(1120px,100% - 2rem);min-height:52px;padding:.45rem .55rem .45rem .75rem;display:grid;position:fixed;top:.75rem;left:50%;transform:translate(-50%);box-shadow:0 18px 60px #00000024}.guide-logo,.guide-nav,.hero-actions,.checkout-actions,.project-meta,.stack-list,.guide-pay-button,.hero-primary,.hero-secondary{align-items:center;display:flex}.guide-logo{color:var(--guide-ink);gap:.5rem;text-decoration:none}.guide-logo span{color:#fff;background:#111315;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.guide-nav{justify-content:center;gap:.2rem}.guide-nav a{color:#34383c;border-radius:6px;padding:.45rem .7rem;text-decoration:none}.guide-nav a:hover{background:#10121412}.guide-pay-button,.hero-primary,.hero-secondary{cursor:pointer;border:1px solid #1012141f;border-radius:6px;gap:.45rem;min-height:40px;padding:.55rem .8rem;text-decoration:none}.guide-pay-button{color:#fff;background:#111315;border-color:#111315}.guide-pay-button:hover{background:#272b2f}.guide-pay-button:disabled,.hero-primary:disabled,.hero-secondary:disabled,.guide-inline-button:disabled{cursor:wait;opacity:.72}.guide-pay-button.unlocked{background:#0f766e;border-color:#0f766e}.guide-pay-button.large{min-height:46px;padding-inline:1rem}.guide-inline-button{border:1px solid var(--guide-line);min-height:40px;color:var(--guide-ink);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .8rem;text-decoration:none;display:inline-flex}.guide-inline-button:hover{border-color:var(--guide-accent)}.guide-inline-button.dark{color:#fff;background:#111315;border-color:#111315}.guide-hero{color:#fff;isolation:isolate;background-image:linear-gradient(90deg,#000000bd 0%,#00000085 38%,#00000024 100%),url(/article-assets/image1.png);background-position:50%;background-size:cover;align-items:end;min-height:72vh;padding:6.4rem max(1.25rem,50vw - 560px) 2rem;display:grid;position:relative}.guide-hero:before{content:"";z-index:-1;opacity:.18;background-image:repeating-linear-gradient(0deg,#ffffff0f 0 1px,#0000 1px 12px);animation:10s linear infinite scanline;position:absolute;inset:0}.hero-copy{max-width:780px}.eyebrow,.section-kicker,.section-heading span,.brief-panel span{min-height:26px;color:var(--guide-accent);letter-spacing:0;text-transform:uppercase;align-items:center;font-size:.78rem;font-weight:750;display:inline-flex}.guide-hero .eyebrow{color:#a7f3d0}.hero-copy h1{letter-spacing:0;word-break:keep-all;max-width:680px;margin:.55rem 0 0;font-size:clamp(3rem,7.2vw,6.4rem);line-height:.95}.hero-copy p{color:#ffffffdb;max-width:720px;margin:1.15rem 0 0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.62}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.7rem}.hero-primary{color:#101214;background:#fff}.hero-primary:hover{background:#f2f4f5;border-color:#ffffffb3}.hero-secondary{color:inherit;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border-color:#ffffff4d}.hero-secondary:hover{background:#ffffff2e}.hero-proof{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;width:min(850px,100%);margin-top:1.5rem;display:grid}.hero-proof div{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1a;border:1px solid #ffffff38;border-radius:8px;min-height:76px;padding:1rem}.hero-proof strong,.hero-proof span{display:block}.hero-proof strong{font-size:2rem;line-height:1}.hero-proof span{color:#ffffffc7;margin-top:.5rem}.preview-strip{color:#fff;background:#111315;width:100%;padding:1rem max(1rem,50vw - 560px)}.preview-strip-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;width:min(1120px,100%);margin:0 auto;display:grid}.preview-reason{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;min-height:132px;padding:1rem;transition:transform .18s,background .18s,border-color .18s}.preview-reason:hover{background:#ffffff17;border-color:#a7f3d073;transform:translateY(-3px)}.preview-reason span{font-size:1.05rem;font-weight:800;display:block}.preview-reason p{color:#ffffffb3;margin:.65rem 0 0;line-height:1.65}.free-article-section{padding-top:4.4rem}.interview-agent-band{background:#0b1013;border-bottom:1px solid #ddebe81f;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);align-items:center;gap:clamp(2rem,6vw,5.5rem);width:100%;padding:5rem max(1rem,50vw - 560px);display:grid}.interview-agent-copy h2{letter-spacing:0;margin:.5rem 0 0;font-size:clamp(2.2rem,4.7vw,4.5rem);line-height:1.02}.interview-agent-copy>p{color:#ddebe8ad;max-width:650px;margin:1.25rem 0 0;font-size:1rem;line-height:1.8}.interview-agent-feature-list{border-top:1px solid #ddebe824;margin-top:2rem}.interview-agent-feature-list>div{border-bottom:1px solid #ddebe824;grid-template-columns:38px minmax(130px,.7fr) minmax(0,1fr);align-items:center;gap:.75rem;min-height:72px;display:grid}.interview-agent-feature-list span{color:#41d6b4;font-family:Cascadia Code,Consolas,monospace;font-size:.75rem}.interview-agent-feature-list strong{font-size:.9rem}.interview-agent-feature-list p{color:#ddebe88f;margin:0;font-size:.78rem;line-height:1.55}.interview-agent-window{background:#0d1114;border:1px solid #ddebe838;border-radius:6px;min-width:0;overflow:hidden;box-shadow:0 32px 90px #00000061}.interview-agent-window-bar{background:#151b1f;border-bottom:1px solid #2c373c;grid-template-columns:8px 8px 8px minmax(0,1fr);align-items:center;gap:7px;min-height:44px;padding:0 13px;display:grid}.interview-agent-window-bar>span{background:#526068;border-radius:50%;width:8px;height:8px}.interview-agent-window-bar>span:first-child{background:#ff7868}.interview-agent-window-bar>span:nth-child(2){background:#f0b95e}.interview-agent-window-bar>span:nth-child(3){background:#41d6b4}.interview-agent-window-bar strong{color:#798783;justify-self:center;font-family:Cascadia Code,Consolas,monospace;font-size:.62rem;font-weight:500}.interview-agent-window-body{grid-template-columns:minmax(0,1fr) minmax(230px,.75fr);min-height:440px;display:grid}.interview-agent-profile-sample{background-image:linear-gradient(#2c373c2b 1px,#0000 1px),linear-gradient(90deg,#2c373c24 1px,#0000 1px);background-size:48px 48px;border-right:1px solid #2c373c;padding:2rem}.interview-agent-profile-sample>span{color:#41d6b4;font-family:Cascadia Code,Consolas,monospace;font-size:.62rem}.interview-agent-profile-sample h3{margin:1rem 0 0;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1}.interview-agent-profile-sample p{color:#ddebe8a8;margin:1rem 0 0;line-height:1.7}.interview-agent-profile-sample>div{border-top:1px solid #2c373c;border-bottom:1px solid #2c373c;grid-template-columns:auto 1fr auto 1fr;align-items:baseline;gap:.4rem;margin:2rem 0;padding:1rem 0;display:grid}.interview-agent-profile-sample>div strong{color:#41d6b4;font-size:1.6rem}.interview-agent-profile-sample>div span{color:#798783;font-size:.68rem}.interview-agent-profile-sample small{color:#9aa7a3;border:1px solid #2c373c;border-radius:3px;margin:0 .3rem .4rem 0;padding:.35rem .5rem;font-size:.65rem;display:inline-flex}.interview-agent-chat-sample{background:#151b1f;align-content:start;gap:1rem;padding:1rem;display:grid}.interview-agent-chat-sample>div{border-bottom:1px solid #2c373c;grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;min-height:42px;padding-bottom:.8rem;font-size:.76rem;display:grid}.interview-agent-chat-sample i{background:#41d6b4;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #41d6b41a}.interview-agent-chat-sample>p,.interview-agent-chat-sample blockquote{border:1px solid #2c373c;border-radius:4px;margin:0;padding:.75rem;font-size:.75rem;line-height:1.65}.interview-agent-chat-sample>p{color:#dce7e3;background:#41d6b414;margin-left:1.6rem}.interview-agent-chat-sample blockquote{color:#9aa7a3;background:#1b2328;margin-right:1.1rem}.interview-agent-chat-sample blockquote button{color:#41d6b4;background:0 0;border:0;margin-top:.75rem;padding:0;font-size:.65rem;display:block}.free-article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.free-article-card{min-height:280px;color:inherit;background:linear-gradient(135deg,#41d6b41a,#7aa7ff12),#121e20b8;border:1px solid #ddebe81f;border-radius:8px;padding:1.25rem;text-decoration:none;transition:transform .22s,border-color .22s,background .22s;position:relative;overflow:hidden;box-shadow:0 20px 56px #0000002e}.free-article-card:after{content:"";background:linear-gradient(90deg,#7cf3d594,#0000);height:1px;position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.free-article-card:hover{background:linear-gradient(135deg,#41d6b424,#7aa7ff1a),#162528e6;border-color:#7cf3d561;transform:translateY(-4px)}.free-article-card>span{color:#05120f;background:linear-gradient(135deg,#7cf3d5,#7aa7ff);border-radius:999px;align-items:center;min-height:28px;padding:0 .7rem;font-size:.78rem;font-weight:850;display:inline-flex}.free-article-card h3{color:#edf7f4;letter-spacing:0;margin:1.15rem 0 .75rem;font-size:clamp(1.22rem,2vw,1.55rem);line-height:1.22}.free-article-card p{color:#edf7f4b8;margin:0;line-height:1.75}.free-article-card strong{color:#7cf3d5;align-items:center;gap:.45rem;font-size:.92rem;display:inline-flex;position:absolute;bottom:1.55rem;left:1.25rem}.guide-section{width:min(1120px,100% - 2rem);margin:0 auto;padding:4rem 0}.guide-page section[id]{scroll-margin-top:5.4rem}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2,.brief-copy h2,.demo-copy h2,.paywall-copy h2,.checkout-dialog h2{letter-spacing:0;margin:.3rem 0 0;font-size:clamp(2rem,4.8vw,4.4rem);line-height:1.03}.section-heading p,.brief-copy p,.demo-copy p,.paywall-copy p,.checkout-dialog p{color:var(--guide-muted);font-size:1.03rem;line-height:1.78}.brief-layout{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;gap:2rem;display:grid}.brief-copy p{max-width:760px}.brief-panel,.priority-card,.concept-item,.project-card,.interview-item,.locked-outline,.note-item,.checkout-dialog{border:1px solid var(--guide-line);background:var(--guide-solid);border-radius:8px}.brief-panel{padding:1.3rem;position:sticky;top:6rem;box-shadow:0 28px 80px #10121414}.brief-panel strong{margin-top:.45rem;font-size:1.45rem;line-height:1.2;display:block}.brief-panel p{color:var(--guide-muted)}.preview-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1rem;display:grid}.preview-chip-grid small{color:#115e59;text-align:center;background:#f2fbf8;border:1px solid #0f766e2e;border-radius:6px;justify-content:center;align-items:center;min-height:34px;padding:.35rem .5rem;font-weight:760;display:inline-flex}.brief-panel .guide-inline-button{margin-top:.8rem}.priority-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.priority-card{min-height:278px;padding:1.1rem;transition:transform .18s,box-shadow .18s}.priority-card:hover,.project-card:hover,.concept-item:hover{transform:translateY(-4px);box-shadow:0 22px 70px #1012141a}.priority-topline,.project-meta{justify-content:space-between;gap:.75rem}.priority-topline span,.project-meta span,.stack-list span,.interview-item span{color:#047857;background:#ecfdf5;border-radius:999px;align-items:center;min-height:26px;padding:.2rem .5rem;font-size:.78rem;font-weight:700;display:inline-flex}.priority-card h3,.concept-item h3,.project-card h3,.interview-item h3,.timeline-item h3{letter-spacing:0;margin:1rem 0 0;font-size:1.2rem}.priority-card p,.concept-item p,.project-card p,.timeline-item p,.interview-item p,.note-item p{color:var(--guide-muted);line-height:1.65}.priority-card small,.project-card small{color:#293036;margin-top:1rem;font-weight:700;line-height:1.55;display:block}.roadmap-band{color:#fff;background:#111315;width:100%;max-width:none;padding-inline:max(1rem,50vw - 560px)}.roadmap-band .section-heading p,.roadmap-band .timeline-item p{color:#ffffffad}.timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.timeline-item{background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:1rem;min-height:248px;padding:1rem;display:grid}.timeline-index{color:#111315;background:#fff;border-radius:8px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.timeline-item small{color:#a7f3d0;font-weight:800}.timeline-item strong{color:#fff;margin-top:1rem;line-height:1.5;display:block}.concept-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.concept-item{min-height:190px;padding:1rem}.concept-item>span{width:38px;height:38px;color:var(--guide-blue);background:#eff6ff;border-radius:8px;place-items:center;display:grid}.featured-projects{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.project-card{flex-direction:column;min-height:360px;padding:1.1rem;display:flex}.project-card p{flex:1}.stack-list{flex-wrap:wrap;gap:.4rem}.stack-list span{color:#3f3f46;background:#f4f4f5}.project-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.project-rail div{border:1px solid var(--guide-line);background:#fffaf0;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;min-height:68px;padding:.9rem 1rem;display:grid}.project-rail span{color:var(--guide-gold);font-weight:800}.demo-section{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:2rem;display:grid}.script-steps{gap:.8rem;margin-top:1.5rem;display:grid}.script-steps div{border-top:1px solid var(--guide-line);grid-template-columns:auto minmax(0,1fr);gap:.8rem;padding:.9rem 0;display:grid}.script-steps span{color:#fff;background:#111315;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.script-steps strong,.script-steps p{grid-column:2;margin:0}.terminal-shot{background:#111315;border-radius:8px;margin:0;overflow:hidden;box-shadow:0 30px 90px #10121433}.terminal-shot img{aspect-ratio:929/502;object-fit:cover;width:100%;display:block}.terminal-shot figcaption{color:#ffffffc7;align-items:center;gap:.5rem;padding:.8rem 1rem;display:flex}.interview-list{gap:.8rem;display:grid}.interview-item{grid-template-columns:110px minmax(0,.9fr) minmax(0,1.1fr) auto;align-items:center;gap:1rem;min-height:92px;padding:1rem;display:grid;position:relative}.interview-item h3,.interview-item p{margin:0}.paywall-section{background:linear-gradient(135deg,#0f766e24,#2563eb1f),#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);align-items:center;gap:2rem;padding:4rem;display:grid}.paywall-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.2rem;display:flex}.locked-outline{background:#ffffffbd;padding:1.2rem}.locked-outline>div:first-child{align-items:center;gap:.7rem;font-size:1.25rem;display:flex}.locked-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:1rem 0 0;display:grid}.locked-asset-grid span{color:#27312d;background:#f8fbfa;border:1px solid #0f766e29;border-radius:6px;align-items:center;gap:.5rem;min-height:46px;padding:.65rem .7rem;font-weight:700;line-height:1.35;display:flex}.locked-asset-grid svg{color:var(--guide-accent);flex:none}.locked-outline p{color:var(--guide-muted);margin:1rem 0 0;line-height:1.7}.notes-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.unlocked-section{background:#fff;width:100%;max-width:none;padding-inline:max(1rem,50vw - 560px)}.full-guide-content{gap:3rem;display:grid}.unlock-hero{max-width:860px}.unlock-hero h2{letter-spacing:0;margin:.35rem 0 0;font-size:clamp(2.2rem,5vw,4.8rem);line-height:1.02}.unlock-hero p{color:var(--guide-muted);font-size:1.06rem;line-height:1.78}.paid-chapter{gap:1.2rem;display:grid}.paid-heading{max-width:760px}.paid-heading span{color:var(--guide-accent);text-transform:uppercase;font-size:.78rem;font-weight:800}.paid-heading h3{letter-spacing:0;margin:.25rem 0 0;font-size:clamp(1.8rem,3.8vw,3.4rem);line-height:1.05}.paid-heading p{color:var(--guide-muted);line-height:1.72}.foundation-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.foundation-card,.deep-project-card,.resume-template,.paid-demo-grid article,.risk-list article,.asset-grid div{border:1px solid var(--guide-line);background:#fff;border-radius:8px}.foundation-card{min-height:260px;padding:1rem}.foundation-card>div{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.foundation-card span{color:#c0c7ce;font-size:1.8rem;font-weight:850}.foundation-card small,.deep-project-head span,.deep-project-columns small,.resume-template span,.paid-demo-grid span{color:#047857;background:#ecfdf5;border-radius:999px;align-items:center;min-height:24px;padding:.12rem .45rem;font-size:.76rem;font-weight:800;display:inline-flex}.foundation-card h4,.deep-project-card h4,.paid-demo-grid h4,.risk-list h4{margin:.85rem 0 0;font-size:1.12rem;line-height:1.35}.foundation-card p,.deep-project-card p,.paid-demo-grid p,.risk-list p,.resume-template p{color:var(--guide-muted);line-height:1.66}.foundation-card strong{margin-top:.8rem;line-height:1.55;display:block}.deep-project-list{gap:1rem;display:grid}.deep-project-card{padding:1rem}.deep-project-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.deep-project-head h4{font-size:1.35rem}.deep-project-head>strong{white-space:nowrap;color:var(--guide-gold)}.deep-project-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.deep-project-columns ul{line-height:1.7}.deep-project-card footer{border-top:1px solid var(--guide-line);color:#1d252b;margin-top:1rem;padding-top:1rem;font-weight:750;line-height:1.55}.resume-template{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.resume-template div{border-bottom:1px solid var(--guide-line);min-height:112px;padding:1rem}.resume-template div:nth-child(odd){border-right:1px solid var(--guide-line)}.paid-demo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.paid-demo-grid article{min-height:210px;padding:1rem}.risk-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.risk-list article{grid-template-columns:auto minmax(0,1fr);gap:.8rem;padding:1rem;display:grid}.risk-list svg{color:var(--guide-accent);margin-top:.15rem}.risk-list strong{line-height:1.55;display:block}.asset-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.asset-grid div{background:#f9fbfa;align-items:center;gap:.55rem;min-height:70px;padding:.8rem;display:flex}.asset-grid svg{color:var(--guide-accent);flex:none}.note-item{background:#fffaf0;min-height:160px;padding:1rem}.note-item svg{color:var(--guide-gold)}.guide-footer{width:min(1120px,100% - 2rem);color:var(--guide-muted);border-top:1px solid var(--guide-line);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:2rem 0 3rem;display:flex}.guide-footer div{gap:.25rem;display:grid}.guide-footer strong{color:var(--guide-ink);display:block}.admin-entry-button{min-height:36px;color:var(--guide-muted);border-color:var(--guide-line);background:0 0}.admin-entry-button:hover{color:var(--guide-ink);background:#ffffffb8}.checkout-backdrop{z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000073;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.checkout-dialog{width:min(560px,100%);max-height:calc(100vh - 2rem);padding:1.5rem;position:relative;overflow:auto;box-shadow:0 30px 90px #0000003d}.admin-dialog{width:min(900px,100%)}.dialog-close{border-radius:50%;width:36px;height:36px;min-height:36px;padding:0;font-size:1.4rem;line-height:1;position:absolute;top:.8rem;right:.8rem}.checkout-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.2rem}.checkout-account{border-top:1px solid var(--guide-line);gap:.65rem;margin-top:1rem;padding-top:1rem;display:grid}.checkout-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.checkout-fields label{gap:.35rem;display:grid}.checkout-fields span{color:var(--guide-muted);font-size:.82rem;font-weight:700}.checkout-fields input{background:#fbfcfc;min-height:42px}.checkout-account-help,.checkout-account-state{margin:0;font-size:.88rem;line-height:1.55}.checkout-account-help{color:var(--guide-muted)}.checkout-account-state{color:#0f5132;word-break:break-word;background:#e8f5ee;border-radius:6px;width:fit-content;max-width:100%;padding:.45rem .6rem;display:inline-flex}.checkout-summary{border:1px solid var(--guide-line);background:#f7f8f8;border-radius:8px;grid-template-columns:1fr auto;gap:.8rem;margin-top:1rem;padding:.9rem;display:grid}.checkout-summary div{gap:.2rem;display:grid}.checkout-summary span{color:var(--guide-muted);font-size:.82rem}.checkout-summary strong{color:var(--guide-ink)}.checkout-status,.checkout-error,.checkout-policy{border-radius:8px;margin:.9rem 0 0;padding:.8rem .9rem;font-size:.95rem}.checkout-policy{color:#7a4b00;background:#fff7e6;border:1px solid #d977062e;line-height:1.6}.checkout-status{color:#0f5132;background:#e8f5ee}.checkout-error{color:#842029;background:#f8d7da}.checkout-dialog .hero-primary{color:#fff;background:#111315}.checkout-dialog .hero-secondary{color:#111315;border-color:var(--guide-line);background:#fff}.admin-panel-head{justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.admin-panel-head p{margin:0}.admin-panel-actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.admin-summary-grid div{border:1px solid var(--guide-line);background:#f8fbfa;border-radius:8px;align-content:center;gap:.2rem;min-height:82px;padding:.85rem;display:grid}.admin-summary-grid span{color:var(--guide-muted);font-size:.82rem}.admin-summary-grid strong{color:var(--guide-ink);font-size:1.8rem;line-height:1}.admin-table-wrap{border:1px solid var(--guide-line);background:#fff;border-radius:8px;max-height:360px;margin-top:1rem;overflow:auto}.admin-user-table{min-width:720px;font-size:.9rem}.admin-user-table th{z-index:1;position:sticky;top:0}.admin-user-table td{color:#27312d}.admin-status{color:#7a4b10;white-space:nowrap;background:#fff3d6;border-radius:999px;align-items:center;min-height:26px;padding:.2rem .5rem;font-size:.78rem;font-weight:760;display:inline-flex}.admin-status.paid{color:#0f5132;background:#e8f5ee}.guide-page .guide-topbar{background:#0b1013b8;border-color:#ddebe82e;box-shadow:0 22px 72px #00000057}.guide-page .guide-logo,.guide-page .guide-nav a{color:var(--guide-ink)}.guide-page .guide-logo span{color:#eafff9;background:linear-gradient(135deg,#41d6b43d,#7aa7ff38),#121a1f;border:1px solid #ddebe829}.guide-page .guide-nav a:hover{background:#ddebe814}.guide-page .guide-pay-button{color:#06100e;background:linear-gradient(135deg,#7cf3d5,#5da2ff);border-color:#41d6b46b;box-shadow:0 12px 34px #41d6b42e}.guide-page .guide-pay-button:hover{background:linear-gradient(135deg,#9af7e1,#82b9ff)}.guide-page .guide-pay-button.unlocked{color:#06100e;background:#5ee6c9;border-color:#41d6b47a}.guide-page .guide-inline-button{color:var(--guide-ink);border-color:var(--guide-line);background:#ddebe80f}.guide-page .guide-inline-button:hover{background:#41d6b41a;border-color:#41d6b480}.guide-page .guide-inline-button.dark,.guide-page .checkout-dialog .hero-primary,.guide-page .script-steps span{color:#06100e;background:#68e8cb;border-color:#41d6b45c}.guide-page .hero-primary{color:#08110f;background:#fffffff0;border-color:#ffffff85}.guide-page .hero-primary:hover{background:#fff}.guide-page .hero-product-link{--hero-product-angle:0deg;--hero-product-accent:#f0b95e;--hero-product-rgb:240, 185, 94;isolation:isolate;color:#f7fbfa;border-color:rgba(var(--hero-product-rgb), .5);background:rgba(var(--hero-product-rgb), .11);box-shadow:0 10px 30px rgba(var(--hero-product-rgb), .12), inset 0 0 18px rgba(var(--hero-product-rgb), .045);white-space:nowrap;font-weight:760;transition:color .18s,border-color .18s,background .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden;transform:translateY(0)}.guide-page .hero-product-link--agent{--hero-product-accent:#68e8cb;--hero-product-rgb:104, 232, 203}.guide-page .hero-product-link:before{border-radius:inherit;background:conic-gradient(from var(--hero-product-angle), transparent 0 13%, var(--hero-product-accent) 20%, transparent 28% 64%, rgba(var(--hero-product-rgb), .72) 72%, transparent 81% 100%);filter:drop-shadow(0 0 7px rgba(var(--hero-product-rgb), .72));pointer-events:none;content:"";-webkit-mask-composite:xor;padding:1px;animation:4.8s linear infinite hero-product-orbit;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.guide-page .hero-product-link--agent:before{animation-delay:-2.4s}.guide-page .hero-product-link:hover{color:#fff;border-color:rgba(var(--hero-product-rgb), .8);background:rgba(var(--hero-product-rgb), .17);box-shadow:0 14px 38px rgba(var(--hero-product-rgb), .2), inset 0 0 22px rgba(var(--hero-product-rgb), .08);transform:translateY(-2px)}.guide-page .hero-product-link:focus-visible{outline:2px solid var(--hero-product-accent);outline-offset:3px}.guide-page .preview-strip,.guide-page .roadmap-band{background:linear-gradient(#11181cf0,#0a0f12f5),#10161a}.guide-page .brief-panel,.guide-page .priority-card,.guide-page .concept-item,.guide-page .project-card,.guide-page .interview-item,.guide-page .locked-outline,.guide-page .note-item,.guide-page .checkout-dialog,.guide-page .foundation-card,.guide-page .deep-project-card,.guide-page .resume-template,.guide-page .paid-demo-grid article,.guide-page .risk-list article,.guide-page .asset-grid div{background:linear-gradient(180deg, #ffffff0b, #ffffff05), var(--guide-solid);box-shadow:0 22px 70px #0003}.guide-page .priority-card:hover,.guide-page .project-card:hover,.guide-page .concept-item:hover{box-shadow:0 24px 80px #00000057}.guide-page .preview-chip-grid small,.guide-page .priority-topline span,.guide-page .project-meta span,.guide-page .stack-list span,.guide-page .interview-item span,.guide-page .foundation-card small,.guide-page .deep-project-head span,.guide-page .deep-project-columns small,.guide-page .resume-template span,.guide-page .paid-demo-grid span{color:#9ff3dc;background:#41d6b41a;border:1px solid #41d6b433}.guide-page .priority-card small,.guide-page .project-card small,.guide-page .deep-project-card footer,.guide-page .admin-user-table td{color:#d7e4e1}.guide-page .concept-item>span,.guide-page .timeline-index{color:#dcecff;background:#7aa7ff21;border:1px solid #7aa7ff33}.guide-page .project-rail div,.guide-page .locked-asset-grid span,.guide-page .admin-summary-grid div,.guide-page .checkout-summary,.guide-page .admin-table-wrap{border-color:var(--guide-line);background:#ddebe80e}.guide-page .project-rail span,.guide-page .deep-project-head>strong{color:var(--guide-gold)}.guide-page .terminal-shot{background:#070b0d;box-shadow:0 34px 96px #0000005c}.guide-page .paywall-section,.guide-page .unlocked-section{background:linear-gradient(135deg,#41d6b41f,#7aa7ff1a),#11181cd6;border:1px solid #ddebe81f}.guide-page .paywall-section{box-shadow:0 28px 90px #00000042}.guide-page .locked-asset-grid span{color:#d8e7e4}.guide-page .locked-asset-grid svg,.guide-page .asset-grid svg,.guide-page .risk-list svg{color:var(--guide-accent)}.guide-page .note-item{background:linear-gradient(180deg, #f0b95e1f, #f0b95e0b), var(--guide-solid)}.guide-page .guide-footer{color:var(--guide-muted)}.guide-page .guide-footer strong,.guide-page .checkout-summary strong,.guide-page .admin-summary-grid strong{color:var(--guide-ink)}.guide-page .admin-entry-button{color:var(--guide-muted);background:#ddebe80a}.guide-page .admin-entry-button:hover{color:var(--guide-ink);background:#ddebe814}.guide-page .checkout-backdrop{background:#0000008f}.guide-page .checkout-fields input{color:var(--guide-ink);border-color:var(--guide-line);background:#ffffff0e}.guide-page .checkout-dialog .hero-secondary{color:var(--guide-ink);border-color:var(--guide-line);background:#ffffff0f}.guide-page .checkout-account-state,.guide-page .checkout-status,.guide-page .admin-status.paid{color:#9ff3bd;background:#22c55e1f}.guide-page .checkout-error{color:#ffc8c8;background:#a33b3b2e}.guide-page .checkout-policy{color:#ffd99a;background:#f2b84b1a;border-color:#f2b84b2e}.guide-page .admin-status{color:#ffd99a;background:#f0b95e24}.guide-page .pg-assistant-launch{color:var(--guide-ink);background:radial-gradient(circle at 16% 18%,#7cf3d53d,#0000 38%),linear-gradient(135deg,#0f181dfa,#0c1318f0);border-color:#41d6b46b;overflow:hidden;box-shadow:0 24px 80px #00000057,0 0 0 1px #7cf3d51a,0 0 34px #41d6b433,inset 0 1px #ffffff14}.guide-page .pg-assistant-launch:before{background:linear-gradient(#18242afa,#0c1418f5);border-color:#41d6b447}.guide-page .pg-assistant-launch:after{color:#bfffee;content:"可问";background:#41d6b41f;border:1px solid #7cf3d542;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:850;line-height:1;position:absolute;top:10px;right:12px}.guide-page .pg-assistant-launch:hover{border-color:#7cf3d599;box-shadow:0 28px 86px #0000006b,0 0 42px #41d6b442,inset 0 1px #ffffff1a}.guide-page .pg-assistant-orb{color:#05120f;background:linear-gradient(145deg,#bfffee,#58d8c4 54%,#7aa7ff);box-shadow:0 14px 30px #41d6b43d,inset 0 1px #fff9}.guide-page .pg-assistant-launch-copy small{color:#8ff2d9}.guide-page .pg-assistant-launch-copy b{color:var(--guide-ink)}.guide-page .pg-assistant-launch-copy em{color:#ddebe8b8}.guide-page .pg-assistant-panel{color:var(--guide-ink);background:linear-gradient(#12191dfa,#0a1014f5);border-color:#ddebe829;box-shadow:0 32px 110px #00000070,inset 0 1px #ffffff0f}.guide-page .pg-assistant-head,.guide-page .pg-assistant-input{background:#ffffff09;border-color:#ddebe81f}.guide-page .pg-assistant-head h2{color:var(--guide-ink)}.guide-page .pg-assistant-head button,.guide-page .pg-assistant-status,.guide-page .pg-assistant-quota,.guide-page .pg-assistant-auth,.guide-page .pg-assistant-memory,.guide-page .pg-assistant-memory-list article,.guide-page .pg-assistant-message>p,.guide-page .pg-assistant-sources details,.guide-page .pg-assistant-prompts button,.guide-page .pg-assistant-thinking{color:#eef5f4d1;box-shadow:none;background:#ffffff0e;border-color:#ddebe81f}.guide-page .pg-assistant-head .pg-assistant-clear{color:#ddfff8f0;background:#6be0d024;border-color:#7cf3d547}.guide-page .pg-assistant-head .pg-assistant-clear span{color:inherit}.guide-page .pg-assistant-status small,.guide-page .pg-assistant-memory-note,.guide-page .pg-assistant-sources small,.guide-page .pg-assistant-memory-list p,.guide-page .pg-assistant-memory-empty,.guide-page .pg-assistant-sources details p{color:#ddebe8b3}.guide-page .pg-assistant-auth input,.guide-page .pg-assistant-input textarea{color:var(--guide-ink);background:#080d10b8;border-color:#ddebe824}.guide-page .pg-assistant-quota button,.guide-page .pg-assistant-auth button,.guide-page .pg-assistant-input button,.guide-page .pg-assistant-message.user>p{color:#05120f;background:linear-gradient(145deg,#bfffee,#58d8c4);border-color:#7cf3d55c}.reveal{opacity:1;transform:none}.guide-page.motion-ready .reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.guide-page.motion-ready .reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes scanline{0%{background-position:0 0}to{background-position:0 120px}}@property --hero-product-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes hero-product-orbit{to{--hero-product-angle:360deg}}@media (prefers-reduced-motion:reduce){.guide-page *,.guide-page :before,.guide-page :after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}@media (width<=980px){.guide-topbar{grid-template-columns:auto auto}.guide-nav{display:none}.guide-hero{min-height:72vh}.hero-proof,.preview-strip-inner,.free-article-grid,.priority-grid,.timeline,.concept-grid,.featured-projects,.notes-grid,.foundation-grid,.paid-demo-grid,.asset-grid,.locked-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brief-layout,.demo-section,.paywall-section,.interview-agent-band,.deep-project-columns,.risk-list{grid-template-columns:1fr}.interview-agent-band{gap:2.5rem}.brief-panel{position:static}.interview-item{grid-template-columns:1fr auto}.interview-item span,.interview-item h3,.interview-item p{grid-column:1}.guide-page .pg-assistant-launch{border-color:#7cf3d585;grid-template-columns:42px minmax(0,1fr);width:auto;min-height:74px;padding:13px 14px;inset:auto 16px 16px}.guide-page .pg-assistant-launch.compact{border-radius:8px;grid-template-columns:42px minmax(0,1fr);justify-items:stretch;width:auto;min-height:74px;padding:13px 14px;inset:auto 16px 16px}.guide-page .pg-assistant-launch.compact .pg-assistant-launch-copy{display:grid}.guide-page .pg-assistant-launch.compact .pg-assistant-orb,.guide-page .pg-assistant-orb{border-radius:8px;width:42px;height:42px}.guide-page .pg-assistant-launch-copy{padding-right:38px}.guide-page .pg-assistant-launch-copy em{display:none}.guide-page .pg-assistant-launch-copy:after{color:#ddebe8b8;content:"点这里问路线、工具、项目";margin-top:2px;font-size:12px;font-weight:760;line-height:1.35;display:block}}@media (width<=640px){.guide-topbar{grid-template-columns:1fr auto;width:calc(100% - 1rem);top:.5rem}.guide-logo strong{display:none}.guide-pay-button{padding-inline:.65rem}.guide-hero{background-position:62%;min-height:74vh;padding-top:6.6rem;padding-bottom:2rem}.guide-page .hero-product-link{box-shadow:0 8px 22px rgba(var(--hero-product-rgb), .1), inset 0 0 14px rgba(var(--hero-product-rgb), .04);flex:calc(50% - .35rem);justify-content:center}.guide-page .hero-product-link:before{filter:drop-shadow(0 0 5px rgba(var(--hero-product-rgb), .58))}.hero-copy h1{font-size:clamp(2.65rem,14vw,3.75rem);line-height:.98}.priority-grid,.preview-strip-inner,.free-article-grid,.timeline,.concept-grid,.featured-projects,.project-rail,.notes-grid,.locked-asset-grid{grid-template-columns:1fr}.interview-agent-band{padding:3.5rem .75rem}.interview-agent-feature-list>div{grid-template-columns:32px 1fr;padding:.75rem 0}.interview-agent-feature-list p{grid-column:2}.interview-agent-window-body{grid-template-columns:1fr}.interview-agent-profile-sample{border-bottom:1px solid #2c373c;border-right:0;min-height:370px}.hero-proof{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.foundation-grid,.paid-demo-grid,.asset-grid,.checkout-fields,.resume-template{grid-template-columns:1fr}.resume-template div:nth-child(odd){border-right:0}.deep-project-head{display:grid}.guide-section{width:min(100% - 1rem,1120px);padding:3rem 0}.paywall-section{padding:1rem}.preview-strip{padding:.75rem .5rem}.preview-reason{min-height:0}.guide-footer,.admin-panel-head{flex-direction:column;align-items:flex-start}.admin-summary-grid{grid-template-columns:1fr}.admin-entry-button{width:100%}.guide-page .pg-assistant-launch{border-color:#7cf3d585;grid-template-columns:42px minmax(0,1fr);width:auto;min-height:74px;padding:13px 14px;bottom:14px;left:14px;right:14px}.guide-page .pg-assistant-launch.compact{border-radius:8px;grid-template-columns:42px minmax(0,1fr);justify-items:stretch;width:auto;min-height:74px;padding:13px 14px;bottom:14px;left:14px;right:14px}.guide-page .pg-assistant-launch.compact .pg-assistant-launch-copy{display:grid}.guide-page .pg-assistant-launch.compact .pg-assistant-orb,.guide-page .pg-assistant-orb{border-radius:8px;width:42px;height:42px}.guide-page .pg-assistant-launch-copy{padding-right:38px}.guide-page .pg-assistant-launch-copy small{font-size:11px}.guide-page .pg-assistant-launch-copy b{font-size:15px}.guide-page .pg-assistant-launch-copy:after{color:#ddebe8b8;content:"点这里问路线、工具、项目";margin-top:2px;font-size:12px;font-weight:760;line-height:1.35;display:block}}
