:root{--bg:#0d1117;--bg-soft:#161b27;--bg-card:#1a2233;--border:#2a3550;--text:#e6ebf5;--text-dim:#93a1bd;--accent:#6c8cff;--accent-2:#a06cff;--accent-3:#4cd9c0;--warm:#ffb454;--danger:#ff6c7a;--grad:linear-gradient(135deg, #6c8cff, #a06cff);--radius:14px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Segoe UI,sans-serif;line-height:1.7}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.hero{text-align:center;background:radial-gradient(60% 50% at 50% -10%,#6c8cff38,#0000),radial-gradient(40% 40% at 80% 0,#a06cff26,#0000);padding:72px 24px 48px}.hero h1{letter-spacing:2px;background:var(--grad);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:14px;font-size:42px}.hero p{color:var(--text-dim);max-width:640px;margin:0 auto;font-size:17px}.hero .badges{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}.hero .badges span{color:var(--text-dim);border:1px solid var(--border);background:#1a223399;border-radius:999px;padding:4px 14px;font-size:13px}.container{max-width:1180px;margin:0 auto;padding:0 24px 80px}.category{margin-top:56px}.category-header{align-items:baseline;gap:14px;margin-bottom:8px;display:flex}.category-header h2{font-size:26px}.category-header .en{color:var(--text-dim);letter-spacing:1px;font-size:14px}.category-desc{color:var(--text-dim);margin-bottom:22px;font-size:14.5px}.category-header .dot{background:var(--grad);border-radius:50%;align-self:center;width:10px;height:10px}.cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;display:grid}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:22px;transition:transform .18s,border-color .18s,box-shadow .18s;display:block;position:relative;overflow:hidden}.card:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-4px);box-shadow:0 10px 30px #6c8cff2e}.card .icon{color:#fff;background:var(--grad);border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;font-size:20px;font-weight:700;display:flex}.card h3{margin-bottom:6px;font-size:18px}.card .card-en{color:var(--text-dim);letter-spacing:.5px;margin-bottom:10px;font-size:12.5px;display:block}.card p{color:var(--text-dim);font-size:14px;line-height:1.65}.card .tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.card .tags span{color:var(--accent-3);background:#4cd9c014;border:1px solid #4cd9c040;border-radius:999px;padding:2px 10px;font-size:12px}footer.site-footer{text-align:center;color:var(--text-dim);border-top:1px solid var(--border);padding:40px 0;font-size:13px}.topbar{border-bottom:1px solid var(--border);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d1117e6;align-items:center;gap:18px;padding:16px 28px;display:flex;position:sticky;top:0}.topbar .back{color:var(--text-dim);border:1px solid var(--border);white-space:nowrap;border-radius:8px;padding:5px 12px;font-size:14px}.topbar .back:hover{color:var(--text);border-color:var(--accent);text-decoration:none}.topbar h1{font-size:19px}.topbar .cat-tag{color:var(--accent-3);white-space:nowrap;border:1px solid #4cd9c059;border-radius:999px;padding:2px 12px;font-size:12px}.topbar .en-sub{color:var(--text-dim);font-size:13px}.topic-layout{grid-template-columns:1fr 330px;align-items:start;gap:22px;max-width:1180px;margin:0 auto;padding:26px 24px 60px;display:grid}@media (width<=940px){.topic-layout{grid-template-columns:1fr}.panel{position:static}}.stage-wrap{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}#stage{justify-content:center;align-items:center;min-height:440px;padding:24px;display:flex}#stage svg{max-width:100%;height:auto;display:block}.controls{border-top:1px solid var(--border);background:var(--bg-card);flex-wrap:wrap;align-items:center;gap:10px;padding:14px 18px;display:flex}.controls button,.controls select{color:var(--text);border:1px solid var(--border);cursor:pointer;background:#232d45;border-radius:8px;padding:7px 14px;font-family:inherit;font-size:13.5px;transition:background .15s,border-color .15s}.controls button:hover:not(:disabled){border-color:var(--accent);background:#2c3a5a}.controls button:disabled{opacity:.4;cursor:not-allowed}.controls #btn-play{background:var(--grad);border:none;min-width:86px;font-weight:600}.controls #btn-play:hover{filter:brightness(1.12);background:var(--grad)}.controls select{padding:6px 8px}.progress{background:#232d45;border-radius:999px;flex:1;min-width:120px;height:6px;overflow:hidden}#progress-bar{background:var(--grad);border-radius:999px;width:0%;height:100%;transition:width .3s}#step-indicator{color:var(--text-dim);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12.5px}.panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:22px;position:sticky;top:82px}.panel h2{color:var(--accent);margin-bottom:10px;font-size:17px}.panel #step-desc{color:var(--text);min-height:120px;font-size:14.5px;line-height:1.8}.panel #step-desc code{color:var(--warm);background:#232d45;border-radius:5px;padding:1px 7px;font-size:13px}.glossary{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.glossary h3{color:var(--text-dim);margin-bottom:10px;font-size:14px}.glossary dl{font-size:13.5px}.glossary dt{color:var(--accent-3);margin-top:10px;font-weight:600}.glossary dt .en{color:var(--text-dim);margin-left:6px;font-size:12px;font-weight:400}.glossary dd{color:var(--text-dim);margin-top:2px;line-height:1.65}.topic-nav{justify-content:space-between;gap:16px;max-width:1180px;margin:0 auto;padding:0 24px 50px;display:flex}.topic-nav a{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-width:48%;color:var(--text);flex:1;padding:14px 20px;transition:border-color .15s,transform .15s;display:block}.topic-nav a:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-2px)}.topic-nav .dir{color:var(--text-dim);margin-bottom:4px;font-size:12px;display:block}.topic-nav .name{color:var(--accent);font-size:15px}.topic-nav .next{text-align:right;margin-left:auto}.topic-nav .placeholder{visibility:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes dashFlow{to{stroke-dashoffset:-20px}}.anim-in{animation:.45s both fadeUp}.anim-fade{animation:.5s both fadeIn}.anim-pop{animation:.4s both popIn}.anim-pulse{animation:1.2s ease-in-out infinite pulse}.custom-mechanism .mechanism-phase,.custom-mechanism .mechanism-flow,.custom-mechanism .mechanism-bar,.custom-mechanism .mechanism-cell{transform-box:fill-box;transform-origin:50%}.custom-mechanism .mechanism-phase{animation:.48s both fadeUp}.custom-mechanism .mechanism-flow{animation:.42s both fadeIn}.custom-mechanism .mechanism-bar{animation:.55s both fadeIn}.custom-mechanism .mechanism-cell{animation:.32s both popIn}.svg-label,.svg-label-dim,.svg-label-small{font-family:inherit}.svg-label:not([fill]){fill:var(--text)}.svg-label:not([font-size]){font-size:13px}.svg-label-dim:not([fill]){fill:var(--text-dim)}.svg-label-dim:not([font-size]){font-size:12px}.svg-label-small:not([fill]){fill:var(--text-dim)}.svg-label-small:not([font-size]){font-size:10.5px}.flow-line{stroke:var(--accent);stroke-width:2px;fill:none;stroke-dasharray:6 5;animation:.8s linear infinite dashFlow}@media (width<=640px){.hero{padding:48px 16px 32px}.hero h1{letter-spacing:1px;font-size:29px}.hero p{font-size:15px}.hero .badges{gap:8px;margin-top:16px}.container{padding:0 14px 60px}.category{margin-top:40px}.category-header h2{font-size:21px}.cards{grid-template-columns:1fr}.card{padding:18px}.topbar{gap:10px;padding:10px 14px}.topbar h1{white-space:nowrap;text-overflow:ellipsis;font-size:16px;overflow:hidden}.topbar .en-sub{display:none}.topbar .cat-tag{margin-left:auto}.topbar .back{padding:4px 9px;font-size:13px}.topic-layout{gap:16px;padding:16px 12px 40px}#stage{-webkit-overflow-scrolling:touch;justify-content:flex-start;min-height:300px;padding:14px;overflow-x:auto}#stage svg{flex-shrink:0;max-width:none;margin:0 auto}.controls{gap:8px;padding:10px 12px}.controls button,.controls select{padding:6px 10px;font-size:12.5px}.controls #btn-play{min-width:72px}.progress{min-width:90px}.panel{padding:16px}.panel #step-desc{min-height:0}.topic-nav{flex-direction:column;gap:10px;padding:0 12px 40px}.topic-nav a{max-width:100%;padding:12px 16px}.topic-nav .next{text-align:left}.topic-nav .placeholder{display:none}}.page-status{max-width:1180px;min-height:440px;color:var(--text-dim);text-align:center;margin:26px auto 60px;padding:80px 24px}.page-status.error{color:var(--danger)}.scene-experience{border-color:#6c8cff52;box-shadow:0 18px 50px #0000002e}.experience-strip{border-bottom:1px solid var(--border);background:linear-gradient(90deg,#6c8cff14,#4cd9c009);grid-template-columns:auto 1fr auto;align-items:center;gap:13px;min-height:52px;padding:10px 18px;display:grid}.experience-strip span,.experience-strip small{color:var(--text-dim);letter-spacing:.14em;font-size:8px;font-weight:700}.experience-strip strong{font-size:13px}.experience-strip small{color:var(--accent-3)}.phase-rail{align-items:center;gap:0;padding:0 18px 13px;display:flex;overflow-x:auto}.phase-rail button{cursor:pointer;color:var(--text-dim);font:inherit;text-align:left;border:0;border-top:1px solid var(--border);background:0 0;flex:1 0 92px;align-items:center;gap:7px;padding:7px 8px;font-size:9px;display:flex;position:relative}.phase-rail button:after{content:"";background:var(--accent);width:0;height:2px;transition:width .2s;position:absolute;top:-1px;left:0}.phase-rail button.active{color:var(--text)}.phase-rail button.active:after,.phase-rail button.done:after{width:100%}.phase-rail button.done:after{background:var(--accent-3)}.phase-rail button i{border:1px solid;border-radius:50%;flex:none;width:6px;height:6px}.phase-rail button.active i{border-color:var(--accent);background:var(--accent);box-shadow:0 0 8px var(--accent)}.phase-rail button.done i{border-color:var(--accent-3);background:var(--accent-3)}.scene-purpose{color:var(--accent-3);letter-spacing:.12em;margin-bottom:7px;font-size:8px;font-weight:700;line-height:1.5;display:block}.moe-lab .moe-route-flow{animation:.9s linear infinite dashFlow}.moe-lab .mechanism-bar{transition:width .38s}@media (width<=640px){.experience-strip{grid-template-columns:1fr auto}.experience-strip span{grid-column:1/-1}.experience-strip small{text-align:right}.phase-rail button{flex-basis:82px}}.engineering-decision{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.engineering-decision>div{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.engineering-decision>div span{color:var(--warm);letter-spacing:.13em;font-size:8px;font-weight:700}.engineering-decision>div h3{color:var(--text);font-size:14px}.engineering-decision dl{gap:8px;display:grid}.engineering-decision dl>div{background:#ffb45409;border:1px solid #ffb45426;border-radius:8px;padding:9px 10px}.engineering-decision dt{color:var(--warm);font-size:10px;font-weight:600}.engineering-decision dd{color:var(--text-dim);margin-top:2px;font-size:11px;line-height:1.55}.pretraining-flow-rev{stroke:#ff6c7a;stroke-width:2px;fill:none;stroke-dasharray:6 5;animation:.8s linear infinite reverse dashFlow}.sampling-wrap{flex-direction:column;align-items:center;width:100%;display:flex}.sampling-controls{align-items:center;gap:14px;margin-bottom:12px;display:flex}.sampling-controls label{color:#93a1bd;white-space:nowrap;font-size:14px}.sampling-controls input[type=range]{accent-color:#6c8cff;cursor:pointer;width:280px}.sampling-controls .sampling-val{color:#ffb454;text-align:center;font-variant-numeric:tabular-nums;background:#232d45;border:1px solid #2a3550;border-radius:8px;min-width:52px;padding:3px 8px;font-size:15px;font-weight:600}@media (width<=640px){.sampling-wrap{align-items:flex-start}.sampling-controls{gap:8px}.sampling-controls input[type=range]{width:170px}}.home-container{max-width:1180px;margin:0 auto;padding:0 24px 90px}.journey-hero{min-height:610px;padding:84px 24px 70px;position:relative;overflow:hidden}.journey-hero:before,.journey-hero:after{content:"";pointer-events:none;border:1px solid #6c8cff12;border-radius:50%;width:760px;height:760px;position:absolute;left:50%;transform:translate(-50%,-63%)}.journey-hero:after{border-color:#4cd9c00f;width:560px;height:560px}.hero-kicker{color:var(--accent-3);letter-spacing:.08em;align-items:center;gap:9px;margin-bottom:18px;font-size:13px;display:inline-flex}.signal-dot{background:var(--accent-3);width:7px;height:7px;box-shadow:0 0 14px var(--accent-3);border-radius:50%}.journey-hero h1{letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(38px,6vw,64px)}.journey-hero>p{max-width:720px;font-size:17px;line-height:1.9}.hero-actions{z-index:1;justify-content:center;gap:12px;margin-top:30px;display:flex;position:relative}.hero-actions a{border-radius:9px;padding:11px 20px;font-size:14px;transition:all .18s}.primary-action{color:#fff;background:var(--grad);box-shadow:0 10px 30px #6c8cff33}.primary-action:hover{filter:brightness(1.1);text-decoration:none;transform:translateY(-2px)}.primary-action span{margin-left:10px}.secondary-action{color:var(--text-dim);border:1px solid var(--border);background:#1a22338c}.secondary-action:hover{color:var(--text);border-color:var(--accent);text-decoration:none}.overall-progress{z-index:1;max-width:600px;margin:46px auto 0;position:relative}.progress-copy,.progress-foot{color:var(--text-dim);justify-content:space-between;font-size:12px;display:flex}.progress-copy strong{color:var(--text);font-size:13px}.progress-track{background:#232d45;border:1px solid #ffffff08;border-radius:99px;height:7px;margin:9px 0 8px;overflow:hidden}.progress-track span{background:linear-gradient(90deg,var(--accent-3),var(--accent),var(--accent-2));border-radius:inherit;height:100%;transition:width .4s;display:block}.progress-foot{letter-spacing:.04em;font-size:10px}.continue-card{z-index:2;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(110deg,#1a2233fa,#161b27fa);grid-template-columns:54px 1fr auto;align-items:center;gap:18px;margin-top:-34px;padding:20px 22px;display:grid;position:relative;box-shadow:0 18px 45px #00000040}.continue-card:before{content:"";background:var(--stage-color);border-radius:0 4px 4px 0;width:3px;position:absolute;top:18px;bottom:18px;left:0}.continue-icon{border:1px solid color-mix(in srgb,var(--stage-color) 45%,transparent);width:50px;height:50px;color:var(--stage-color);background:color-mix(in srgb,var(--stage-color) 10%,transparent);border-radius:12px;place-items:center;font-size:20px;font-weight:700;display:grid}.continue-card>div:nth-child(2)>span{color:var(--stage-color);letter-spacing:.04em;font-size:11px}.continue-card h2{margin:1px 0;font-size:18px}.continue-card p{color:var(--text-dim);font-size:13px}.continue-card button,.completion-card button{cursor:pointer;color:#fff;background:var(--grad);border:0;border-radius:8px;padding:9px 16px;font-family:inherit}.continue-card button span,.completion-card button span{margin-left:8px}.journey-section,.index-section{padding-top:90px}.section-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px;display:flex}.section-heading h2{margin-top:4px;font-size:28px;line-height:1.3}.section-heading p{color:var(--text-dim);margin-top:7px;font-size:14px}.eyebrow{color:var(--accent-3);letter-spacing:.18em;font-size:10px;font-weight:700}.chain-legend{color:var(--text-dim);white-space:nowrap;gap:18px;font-size:12px;display:flex}.chain-legend span:before{content:"";vertical-align:middle;width:17px;height:2px;margin-right:7px;display:inline-block}.chain-legend .capability:before{background:var(--accent);box-shadow:0 0 7px var(--accent)}.chain-legend .engineering:before{background:var(--accent-3);box-shadow:0 0 7px var(--accent-3)}.dna-route{padding:12px 0 24px;position:relative}.dna-lines{z-index:0;opacity:.28;pointer-events:none;width:100%;height:calc(100% - 60px);position:absolute;top:30px;bottom:30px;left:0}.dna-backbone{fill:none;stroke-width:2.2px;stroke-dasharray:8 9;vector-effect:non-scaling-stroke;animation:18s linear infinite dnaFlow}.capability-line{stroke:var(--accent)}.engineering-line{stroke:var(--accent-3);stroke-dashoffset:80px;animation-direction:reverse}@keyframes dnaFlow{to{stroke-dashoffset:-170px}}.route-stage{z-index:1;background:linear-gradient(110deg,#161b27f0,#1a2233c4);border:1px solid #2a3550bf;border-radius:18px;grid-template-columns:220px 1fr;gap:40px;margin-bottom:20px;padding:32px;display:grid;position:relative}.route-stage:before{content:"";border-radius:inherit;background:radial-gradient(circle at 6% 10%,color-mix(in srgb,var(--stage-color) 8%,transparent),transparent 32%);pointer-events:none;position:absolute;inset:0}.stage-copy{padding-top:8px;position:relative}.stage-copy>span{color:var(--stage-color);letter-spacing:.12em;font-size:10px;font-weight:700}.stage-copy h3{margin:2px 0 8px;font-size:23px}.stage-copy p{color:var(--text-dim);font-size:13px;line-height:1.75}.stage-nodes{gap:12px;display:grid}.route-node{min-height:90px;color:var(--text);border:1px solid var(--border);background:#0d1117c7;border-radius:13px;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;padding:14px 17px;transition:all .18s;display:grid}.route-node:hover{background:#1a2233f5;text-decoration:none;transform:translate(4px)}.route-node.capability:hover{border-color:var(--accent);box-shadow:0 8px 25px #6c8cff1a}.route-node.engineering:hover{border-color:var(--accent-3);box-shadow:0 8px 25px #4cd9c014}.node-orbit{border:1px solid;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:relative}.node-orbit:after{content:"";opacity:.09;background:currentColor;border-radius:50%;position:absolute;inset:5px}.node-orbit span{z-index:1;font-size:12px;font-weight:700;position:relative}.route-node.capability .node-orbit{color:var(--accent)}.route-node.engineering .node-orbit{color:var(--accent-3)}.route-node.learning .node-orbit{box-shadow:0 0 0 5px #6c8cff14,0 0 18px}.route-node.completed .node-orbit{color:#fff;background:linear-gradient(135deg,var(--accent-3),var(--accent));border:0}.node-copy{flex-direction:column;min-width:0;display:flex}.node-meta{color:var(--text-dim);font-size:10px}.node-copy strong{margin:1px 0;font-size:15px}.node-copy small{color:var(--text-dim);font-size:12px;line-height:1.55}.node-status{min-width:44px;color:var(--text-dim);text-align:right;font-size:11px}.route-node.learning .node-status{color:var(--warm)}.route-node.completed .node-status{color:var(--accent-3)}.route-node.unavailable{cursor:default;opacity:.78}.route-node.unavailable:hover{border-color:var(--border);box-shadow:none;transform:none}.route-node.unavailable .node-status,.index-card.unavailable .index-status{color:var(--warm)}.result-count{color:var(--text-dim);border:1px solid var(--border);border-radius:99px;padding:5px 12px;font-size:12px}.filters{background:var(--bg-soft);border:1px solid var(--border);border-radius:13px;grid-template-columns:1.5fr repeat(3,1fr);gap:12px;margin-bottom:18px;padding:16px;display:grid}.filters.five{grid-template-columns:1.5fr repeat(4,1fr)}.filters label{flex-direction:column;gap:5px;display:flex}.filters label>span{color:var(--text-dim);font-size:10px}.filters input,.filters select{width:100%;min-width:0;color:var(--text);border:1px solid var(--border);background:#232d45;border-radius:7px;outline:none;padding:8px 10px;font-family:inherit;font-size:12px}.filters input:focus,.filters select:focus{border-color:var(--accent)}.index-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.index-card{color:var(--text);border:1px solid var(--border);background:var(--bg-card);border-radius:11px;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:14px;transition:all .16s;display:grid}.index-card:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-2px)}.index-number{border-radius:8px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:grid}.index-number.capability{color:var(--accent);background:#6c8cff1a}.index-number.engineering{color:var(--accent-3);background:#4cd9c014}.index-main{flex-direction:column;min-width:0;display:flex}.index-main small,.index-main>span{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.index-main strong{font-size:13px}.index-status{color:var(--text-dim);font-size:10px}.index-status.learning{color:var(--warm)}.index-status.completed{color:var(--accent-3)}.empty-state{color:var(--text-dim);border:1px dashed var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:45px;display:flex}.empty-state strong{color:var(--text)}.about-section{text-align:center;background:radial-gradient(circle at 50% 0,#6c8cff21,transparent 55%),var(--bg-soft);border:1px solid var(--border);border-radius:18px;margin-top:90px;padding:56px}.about-section h2{margin:6px 0 12px;font-size:28px}.about-section>p{max-width:710px;color:var(--text-dim);margin:auto;font-size:14px}.about-section>div{color:var(--text-dim);justify-content:center;gap:60px;margin-top:30px;font-size:12px;display:flex}.about-section b{color:var(--text);font-size:24px;display:block}.track-chooser{padding-top:86px}.track-card-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.track-card{border:1px solid color-mix(in srgb,var(--track-accent) 28%,var(--border));background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--track-accent) 12%,transparent),transparent 45%),var(--bg-soft);border-radius:17px;padding:28px;position:relative;overflow:hidden}.track-card:before{content:"";background:var(--track-accent);width:3px;box-shadow:0 0 14px var(--track-accent);border-radius:0 3px 3px 0;position:absolute;top:24px;bottom:24px;left:0}.track-code{color:var(--track-accent);letter-spacing:.15em;font-size:9px;font-weight:700}.track-card h3{margin:5px 0 8px;font-size:24px}.track-card>p{min-height:48px;color:var(--text-dim);font-size:13px;line-height:1.8}.track-card>small{color:var(--text-dim);margin-top:10px;font-size:10px;display:block}.track-card-progress{background:#232d45;border-radius:99px;height:4px;margin:22px 0 10px;overflow:hidden}.track-card-progress span{background:var(--track-accent);height:100%;display:block}.track-card-foot{color:var(--text-dim);justify-content:space-between;align-items:center;gap:12px;font-size:10px;display:flex}.track-card-foot button{cursor:pointer;color:var(--text);font:inherit;border:1px solid color-mix(in srgb,var(--track-accent) 45%,transparent);background:color-mix(in srgb,var(--track-accent) 12%,transparent);border-radius:8px;padding:8px 13px}.track-hero{text-align:center;background:radial-gradient(circle at 50% 34%,color-mix(in srgb,var(--track-accent) 18%,transparent),transparent 34%),var(--bg);border-bottom:1px solid var(--border);min-height:450px;padding:38px 24px 70px}.track-switch{justify-content:space-between;max-width:1132px;margin:0 auto 70px;display:flex}.track-switch a{color:var(--text-dim);font-size:11px}.track-switch a:hover{color:var(--track-accent);text-decoration:none}.track-hero .eyebrow{color:var(--track-accent)}.track-hero h1{margin:7px 0 12px;font-size:clamp(42px,6vw,64px)}.track-hero>p{max-width:660px;color:var(--text-dim);margin:auto;font-size:16px;line-height:1.8}.track-hero>small{color:var(--text-dim);margin-top:12px;display:block}.track-hero .progress-track span{background:linear-gradient(90deg,var(--track-accent),var(--accent))}.advanced-route{gap:16px;max-width:820px;margin:-34px auto 0;padding:22px 0 70px;display:grid;position:relative}.advanced-spine{z-index:0;background:linear-gradient(transparent,var(--accent),transparent);opacity:.2;width:1px;position:absolute;top:0;bottom:25px;left:50%}.advanced-route .route-node{z-index:1;background:#161b27f5;min-height:100px;position:relative}.advanced-route .route-node:nth-child(2n){margin-right:7%}.advanced-route .route-node:nth-child(odd){margin-left:7%}.flywheel-preview{text-align:center;border:1px solid var(--border);background:radial-gradient(circle at 50% 0,#4cd9c01f,transparent 55%),var(--bg-soft);border-radius:18px;margin-bottom:35px;padding:46px 32px}.flywheel-preview h2{margin:6px 0 10px;font-size:25px}.flywheel-preview>p{max-width:700px;color:var(--text-dim);margin:auto;font-size:13px;line-height:1.8}.flywheel-preview>div{justify-content:center;align-items:center;gap:13px;margin-top:25px;display:flex}.flywheel-preview>div span{color:var(--text);border:1px solid var(--border);background:var(--bg-card);border-radius:8px;padding:9px 13px;font-size:11px}.flywheel-preview>div i{color:var(--accent-3);font-style:normal}.flywheel-preview.unlocked{border-color:#4cd9c059;box-shadow:inset 0 0 40px #4cd9c009}.flywheel-preview.unlocked h2{color:var(--accent-3)}.journey-topbar{min-height:68px}.topic-heading{flex-direction:column;min-width:0;line-height:1.25;display:flex}.topic-heading>span{color:var(--text-dim);letter-spacing:.06em;font-size:9px}.topic-heading h1{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chain-tag{white-space:nowrap;border:1px solid;border-radius:99px;align-items:center;gap:6px;padding:3px 10px;font-size:10px;display:flex}.chain-tag i{background:currentColor;border-radius:50%;width:5px;height:5px}.chain-tag.capability{color:var(--accent);border-color:#6c8cff59}.chain-tag.engineering{color:var(--accent-3);border-color:#4cd9c04d}.chapter-count{color:var(--text-dim);white-space:nowrap;margin-left:auto;font-size:11px}.topic-context{max-width:1180px;margin:18px auto -8px;padding:0 24px}.context-progress{color:var(--text-dim);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;font-size:10px;display:grid}.context-progress>div{background:#232d45;border-radius:99px;height:3px;overflow:hidden}.context-progress i{background:var(--grad);height:100%;display:block}.context-progress strong{color:var(--text);font-size:10px}.mini-toggle{cursor:pointer;width:100%;color:var(--text-dim);font:inherit;border:1px solid var(--border);background:var(--bg-soft);border-radius:8px;justify-content:space-between;margin-top:10px;padding:9px 12px;font-size:11px;display:flex}.mini-toggle:hover{color:var(--text);border-color:var(--accent)}.mini-route{border:1px solid var(--border);background:var(--bg-soft);border-top:0;border-radius:0 0 8px 8px;grid-template-columns:repeat(9,1fr);gap:6px;padding:10px;display:grid}.mini-route a{min-width:0;color:var(--text-dim);border:1px solid #0000;border-radius:6px;align-items:center;gap:5px;padding:5px;display:flex}.mini-route a:hover,.mini-route a.current{background:var(--bg-card);border-color:var(--border);text-decoration:none}.mini-route a.current{color:var(--text);border-color:var(--accent)}.mini-route a.completed span{color:#fff;background:var(--accent-3)}.mini-route a>span{width:20px;height:20px;color:var(--accent);background:#6c8cff1a;border-radius:50%;flex:none;place-items:center;font-size:8px;display:grid}.mini-route a.engineering>span{color:var(--accent-3);background:#4cd9c014}.mini-route small{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8px;overflow:hidden}.page-status{flex-direction:column;align-items:center;gap:10px;display:flex}.page-status button{color:var(--text);border:1px solid var(--border);cursor:pointer;background:#232d45;border-radius:7px;padding:7px 13px}.completion-card{text-align:center;border-radius:var(--radius);background:linear-gradient(135deg,#4cd9c014,#6c8cff14);border:1px solid #4cd9c047;max-width:1132px;margin:-32px auto 26px;padding:28px}.completion-card>span{color:var(--accent-3);letter-spacing:.17em;font-size:9px}.completion-card h2{margin-top:2px;font-size:21px}.completion-card p{color:var(--text-dim);margin:5px 0 15px;font-size:13px}.journey-nav .dir{color:var(--text-dim)}@media (width<=800px){.filters,.filters.five{grid-template-columns:repeat(2,1fr)}.index-grid{grid-template-columns:1fr}.route-stage{grid-template-columns:1fr;gap:18px;padding:24px}.stage-copy{max-width:620px}.dna-lines{display:none}.mini-route{grid-template-columns:repeat(6,1fr)}}@media (width<=640px){.home-container{padding:0 14px 60px}.journey-hero{min-height:0;padding:56px 17px 65px}.journey-hero h1{font-size:36px;line-height:1.25}.journey-hero>p{font-size:14px}.hero-actions{flex-direction:column;max-width:300px;margin:25px auto 0}.overall-progress{margin-top:35px}.continue-card{grid-template-columns:44px 1fr;gap:12px;padding:17px}.continue-icon{width:42px;height:42px}.continue-card button{grid-column:1/-1;width:100%}.journey-section,.index-section{padding-top:64px}.section-heading{flex-direction:column;align-items:flex-start;gap:13px}.section-heading h2{font-size:24px}.route-stage{margin-bottom:12px;padding:20px 15px}.stage-copy h3{font-size:20px}.route-node{grid-template-columns:40px 1fr auto;gap:10px;min-height:75px;padding:12px}.node-orbit{width:36px;height:36px}.node-copy small{display:none}.node-copy strong{font-size:13px}.filters,.filters.five{grid-template-columns:1fr}.index-card{grid-template-columns:34px 1fr}.index-status{grid-column:2}.about-section{margin-top:64px;padding:36px 18px}.about-section h2{font-size:23px}.about-section>div{gap:25px}.journey-topbar{flex-wrap:wrap}.journey-topbar .chain-tag{order:3;margin-left:0}.journey-topbar .chapter-count{order:4}.topic-context{margin-top:12px;padding:0 12px}.mini-route{grid-template-columns:repeat(3,1fr)}.completion-card{margin:-22px 12px 20px}.track-card-grid{grid-template-columns:1fr}.track-card{padding:23px 20px}.track-card-foot{flex-direction:column;align-items:flex-start}.track-card-foot button{width:100%}.track-hero{padding:24px 17px 58px}.track-switch{margin-bottom:50px}.track-hero>p{font-size:14px}.advanced-route .route-node:nth-child(n){margin-left:0;margin-right:0}.flywheel-preview{padding:35px 17px}.flywheel-preview>div{flex-direction:column;align-items:stretch}.flywheel-preview>div i{transform:rotate(90deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.dna-backbone,.flow-line,.pretraining-flow-rev{animation:none!important}}.welcome-page{background:linear-gradient(90deg,#0d1117fa 0%,#0d1117e8 48%,#0d1117bd 100%), radial-gradient(circle at 82% 45%,#6c8cff26,transparent 38%),var(--bg);grid-template-columns:minmax(360px,1fr) minmax(430px,.85fr);align-items:center;gap:clamp(30px,6vw,100px);min-height:100svh;padding:clamp(34px,5vw,72px) max(28px,50vw - 620px);display:grid;position:relative;overflow:hidden}.welcome-page:before{content:"";opacity:.22;pointer-events:none;background-image:linear-gradient(#6c8cff14 1px,#0000 1px),linear-gradient(90deg,#6c8cff14 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 10%,#000 70%);mask-image:linear-gradient(90deg,#0000 10%,#000 70%)}.welcome-page:after{content:"";pointer-events:none;background:linear-gradient(#0000,#6c8cff38,#0000);width:1px;position:absolute;top:0;bottom:0;left:55%}.welcome-glow{filter:blur(80px);pointer-events:none;opacity:.13;border-radius:50%;position:absolute}.glow-one{background:var(--accent);width:380px;height:380px;top:-170px;right:3%}.glow-two{background:var(--accent-3);width:300px;height:300px;bottom:-180px;left:24%}.welcome-copy{z-index:2;max-width:610px;position:relative}.welcome-brand{color:var(--text-dim);letter-spacing:.12em;align-items:center;gap:10px;font-size:10px;display:flex;position:absolute;top:clamp(-110px,-10vh,-70px);left:0}.brand-mark{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#6c8cff40,#a06cff1f);border:1px solid #6c8cff73;border-radius:9px;place-items:center;width:38px;height:38px;font-size:9px;font-weight:800;display:grid;box-shadow:inset 0 0 16px #6c8cff1f}.welcome-kicker{color:var(--accent-3);letter-spacing:.19em;align-items:center;gap:10px;margin-bottom:18px;font-size:10px;font-weight:700;display:flex}.welcome-kicker i{background:var(--accent-3);width:24px;height:1px;box-shadow:0 0 8px var(--accent-3)}.welcome-copy h1{letter-spacing:-.045em;margin-left:-4px;font-size:clamp(48px,6vw,78px);line-height:1.12}.welcome-copy h1 span{color:#0000;background:linear-gradient(100deg,#e6ebf5 8%,#9eb1ff 54%,#82efdc);-webkit-background-clip:text;background-clip:text}.welcome-copy>p{max-width:570px;color:var(--text-dim);margin:25px 0 31px;font-size:15px;line-height:2}.welcome-start{cursor:pointer;color:#fff;font:inherit;background:linear-gradient(105deg,#6c8cffeb,#a06cffeb);border:1px solid #6c8cff80;border-radius:10px;align-items:center;gap:27px;padding:4px 5px 4px 22px;font-size:14px;font-weight:600;transition:transform .2s,filter .2s;display:inline-flex;box-shadow:0 12px 35px #6c8cff38}.welcome-start:hover{filter:brightness(1.1);transform:translateY(-2px)}.welcome-start i{background:#ffffff21;border-radius:7px;place-items:center;width:40px;height:40px;font-size:19px;font-style:normal;display:grid}.welcome-stats{gap:clamp(26px,4vw,52px);margin-top:42px;display:flex}.welcome-stats>span{flex-direction:column;display:flex}.welcome-stats b{color:var(--text);font-size:22px;line-height:1.25}.welcome-stats small{color:var(--text-dim);letter-spacing:.08em;font-size:9px}.welcome-dna{z-index:2;justify-self:center;place-items:center;width:min(100%,540px);min-height:730px;display:grid;position:relative}.welcome-dna:before{content:"";border:1px solid #6c8cff17;border-radius:50%;position:absolute;inset:5% 0 12%;box-shadow:inset 0 0 80px #6c8cff09,0 0 80px #6c8cff0a}.welcome-dna svg{width:min(100%,500px);height:650px;position:relative;overflow:visible}.dna-caption{z-index:2;flex-direction:column;display:flex;position:absolute;top:7%;left:0}.dna-caption span{color:var(--text);letter-spacing:.2em;font-size:9px;font-weight:700}.dna-caption small{color:var(--text-dim);font-size:9px}.welcome-strand-shadow{fill:none;stroke:#0000006b;stroke-width:9px;stroke-linecap:round}.welcome-strand-base{fill:none;stroke:#93a1bd33;stroke-width:4.2px;stroke-linecap:round}.welcome-strand-progress{fill:none;stroke-width:5.2px;stroke-linecap:round;filter:url(#welcome-glow);transition:stroke-dasharray .65s}.strand-capability{stroke:url(#welcome-capability)}.strand-engineering{stroke:url(#welcome-engineering)}.welcome-rung .base-half{stroke:#60708d;stroke-width:3.2px;stroke-linecap:round;opacity:.18}.welcome-rung.capability-front .base-half:first-child,.welcome-rung.engineering-front .base-half:nth-child(2){stroke-width:5.2px;opacity:.27}.welcome-rung.capability-front .base-half:nth-child(2),.welcome-rung.engineering-front .base-half:first-child{stroke-width:2.2px;opacity:.13}.welcome-rung .base-joint{fill:#71809a;opacity:.25}.welcome-rung circle{transition:r .25s,opacity .25s}.rung-capability,.rung-engineering{fill:#61708d;opacity:.28}.welcome-rung.done .base-half{opacity:.72;filter:url(#welcome-glow)}.welcome-rung.done .base-adenine{stroke:#6c8cff}.welcome-rung.done .base-thymine{stroke:#a06cff}.welcome-rung.done .base-cytosine{stroke:#4cd9c0}.welcome-rung.done .base-guanine{stroke:#ffb454}.welcome-rung.done .base-joint{fill:#e6ebf5;opacity:.8}.welcome-rung.done.topic-capability .rung-capability{fill:var(--accent);opacity:1;filter:url(#welcome-glow)}.welcome-rung.done.topic-engineering .rung-engineering{fill:var(--accent-3);opacity:1;filter:url(#welcome-glow)}.welcome-rung.active .base-half{stroke:var(--warm);opacity:.8;filter:url(#welcome-glow)}.welcome-rung.active .base-joint{fill:var(--warm);opacity:1}.welcome-rung.active.topic-capability .rung-capability,.welcome-rung.active.topic-engineering .rung-engineering{fill:var(--warm);opacity:1;filter:url(#welcome-glow)}.rung-pulse{fill:none;stroke:var(--warm);stroke-width:1px;opacity:.8;transform-box:fill-box;transform-origin:50%;animation:1.8s ease-out infinite welcomePulse}.welcome-rung.done .rung-pulse{stroke:var(--accent-3);opacity:.28;animation:none}@keyframes welcomePulse{0%{opacity:.9;transform:scale(.5)}to{opacity:0;transform:scale(1.7)}}.welcome-chain-labels{color:var(--text-dim);flex-direction:column;gap:9px;font-size:9px;display:flex;position:absolute;top:14%;right:-12px}.welcome-chain-labels span{grid-template-columns:14px auto auto;align-items:center;gap:7px;display:grid}.welcome-chain-labels i{width:14px;height:2px}.welcome-chain-labels b{color:var(--text-dim);font-size:9px;font-weight:500}.welcome-chain-labels small{font-variant-numeric:tabular-nums;text-align:right;min-width:27px;font-size:9px}.welcome-chain-labels .capability i{background:var(--accent);box-shadow:0 0 6px var(--accent)}.welcome-chain-labels .engineering i{background:var(--accent-3);box-shadow:0 0 6px var(--accent-3)}.welcome-chain-labels .capability small{color:var(--accent)}.welcome-chain-labels .engineering small{color:var(--accent-3)}.welcome-progress-card{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#161b27db;border:1px solid #6c8cff47;border-radius:12px;width:min(330px,78%);padding:17px 19px;position:absolute;bottom:2%;right:0;box-shadow:0 14px 40px #00000047}.welcome-progress-card>div:first-child{justify-content:space-between;align-items:baseline;display:flex}.welcome-progress-card span{color:var(--text-dim);font-size:10px}.welcome-progress-card strong{color:var(--text);font-size:23px}.welcome-progress-card strong small{color:var(--accent-3);margin-left:2px;font-size:10px}.welcome-progress-track{background:#232d45;border-radius:99px;height:4px;margin:7px 0 8px;overflow:hidden}.welcome-progress-track i{border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-3));height:100%;box-shadow:0 0 8px var(--accent-3);display:block}.welcome-progress-card p{justify-content:space-between;display:flex}.welcome-progress-card p span:last-child{color:var(--accent-3)}.welcome-scroll-hint{color:#93a1bd8c;letter-spacing:.13em;align-items:center;gap:8px;font-size:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.welcome-scroll-hint i{background:#93a1bd66;width:20px;height:1px}@media (width<=900px){.welcome-page{grid-template-columns:1fr 360px;gap:20px}.welcome-dna{min-height:650px}.welcome-dna svg{height:580px}.welcome-chain-labels{right:0}}@media (width<=720px){.welcome-page{text-align:center;flex-direction:column;justify-content:center;min-height:100svh;padding:80px 20px 40px;display:flex}.welcome-page:after{display:none}.welcome-copy{flex-direction:column;align-items:center;display:flex}.welcome-brand{white-space:nowrap;top:-58px;left:50%;transform:translate(-50%)}.welcome-kicker{margin-bottom:12px}.welcome-copy h1{font-size:clamp(42px,12vw,58px)}.welcome-copy>p{margin:17px 0 22px;font-size:13px;line-height:1.8}.welcome-stats{text-align:left;margin-top:27px}.welcome-dna{width:min(100%,390px);min-height:390px;margin-top:10px}.welcome-dna svg{width:310px;height:390px}.dna-caption{text-align:left;top:2%;left:2%}.welcome-chain-labels{text-align:left;top:8%;right:0}.welcome-progress-card{text-align:left;width:min(320px,90%);bottom:0;right:50%;transform:translate(50%)}.welcome-scroll-hint{display:none}}@media (height<=720px) and (width>=721px){.welcome-page{padding-top:25px;padding-bottom:25px}.welcome-brand{top:-50px}.welcome-copy h1{font-size:54px}.welcome-copy>p{margin:16px 0 21px}.welcome-stats{margin-top:24px}.welcome-dna{min-height:640px;transform:scale(.88)}}
