: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}.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 .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}}@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,.deep-project-columns,.risk-list{grid-template-columns:1fr}.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}.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}.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}}
