:root{--bg: #181c1f;--surface: #1e2328;--surface-2: #252b31;--border: #2e353d;--border-2: #3d4752;--text: #e8edf2;--text-2: #8b98a8;--text-3: #5a6472;--poke-yellow: #f59e0b;--poke-red: #ef4444;--poke-blue: #3b82f6;--poke-green: #2aff6a;--poke-purple: #8b5cf6;--poke-pink: #ec4899;--poke-orange: #f97316;--poke-cyan: #00e0ff;--shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5), 0 2px 4px rgba(0, 0, 0, .3);--radius: 10px;--radius-sm: 6px}.pixel-font{font-family:Pixelify Sans,cursive;font-optical-sizing:auto;letter-spacing:1px}.mono{font-family:JetBrains Mono,monospace}.text-green{color:var(--poke-green)}.text-blue{color:var(--poke-cyan)}.text-yellow{color:var(--poke-yellow)}.text-pink{color:var(--poke-pink)}.text-purple{color:var(--poke-purple)}.glow-h1{color:var(--poke-blue);text-shadow:0 0 8px var(--poke-cyan),0 0 20px rgba(0,224,255,.3)}.glow-title{color:var(--poke-green);text-shadow:0 0 8px var(--poke-cyan),0 0 16px rgba(42,255,106,.3)}.pixel-border{border:3px solid var(--poke-green);box-shadow:0 0 0 3px var(--bg),0 0 16px 2px #2aff6a33;border-radius:var(--radius)}.pixel-border-sm{border:2px solid var(--border-2);border-radius:var(--radius);transition:border-color .2s,box-shadow .2s}.pixel-border-sm:hover{border-color:var(--poke-green);box-shadow:0 0 10px #2aff6a26}.course-page{max-width:760px;margin:0 auto;padding:0 20px 40px;position:relative}.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:translateY(0)}.hero{padding:40px 0 32px}#hero-title{font-size:clamp(22px,4.5vw,36px);line-height:1.2;margin-bottom:30px}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-3);margin-bottom:16px}.breadcrumb a{color:var(--poke-cyan)}.hero h1{font-size:clamp(22px,4.5vw,36px);line-height:1.2;margin-bottom:14px}.hero-sub{font-size:15px;color:var(--text-2);max-width:560px;line-height:1.7;margin-bottom:20px}.hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;background:var(--surface-2);border:1px solid var(--border-2);color:var(--text-2);padding:4px 10px;border-radius:99px}.chip-live{background:#2aff6a14;border-color:#2aff6a4d;color:var(--poke-green)}.chip-dot{width:6px;height:6px;border-radius:50%;background:var(--poke-green)}.hero-nav{display:flex;flex-wrap:wrap;gap:6px}.hero-nav a{font-size:13px;font-weight:500;color:var(--text-3);padding:4px 10px;border-radius:6px;border:1px solid var(--border);transition:color .15s,border-color .15s;text-decoration:none}.hero-nav a:hover{color:var(--poke-cyan);border-color:var(--poke-cyan)}.exp-card{background:var(--surface);padding:0;margin-bottom:20px;overflow:hidden}.exp-stripe{height:4px;background:linear-gradient(90deg,var(--poke-yellow),var(--poke-orange))}.exp-card>*:not(.exp-stripe){padding-left:20px;padding-right:20px}.exp-top{display:flex;justify-content:space-between;align-items:flex-start;padding-top:18px;padding-bottom:4px}.exp-title{font-size:15px;font-weight:700;color:var(--text)}.exp-flavor{font-size:12px;color:var(--text-2);font-style:italic;margin-top:3px}.level-badge{background:var(--poke-yellow);color:#000;font-weight:800;font-size:11px;padding:4px 10px;border-radius:99px;white-space:nowrap;flex-shrink:0}.exp-bar-wrap{padding-top:14px;padding-bottom:0}.exp-bar-labels{display:flex;justify-content:space-between;font-size:11px;font-weight:600;margin-bottom:6px}.exp-bar-track{height:11px;border-radius:99px;background:var(--surface-2);border:1px solid var(--border-2);overflow:hidden}.exp-bar-fill{height:100%;width:0%;background:linear-gradient(90deg,#d97706,#f59e0b,#fcd34d);border-radius:99px;transition:width 1.4s cubic-bezier(.16,1,.3,1);box-shadow:0 0 10px #f59e0b80}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-top:16px;padding-bottom:20px}.stat-cell{background:var(--surface-2);border-radius:var(--radius-sm);border:1px solid var(--border);padding:12px 8px;text-align:center}.stat-val{font-size:22px;font-weight:800;line-height:1;font-family:JetBrains Mono,monospace;margin-bottom:3px}.stat-key{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3)}.section-block{margin:36px 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-title{font-size:20px}.week-count{font-size:12px;color:var(--text-3)}.section-h2{display:inline-block;font-size:22px;margin-bottom:16px;padding-bottom:6px}.border-yellow{border-bottom:4px solid var(--poke-yellow)}.border-red{border-bottom:4px solid var(--poke-red)}.border-green{border-bottom:4px solid var(--poke-green)}.border-purple{border-bottom:4px solid var(--poke-purple)}.level-section{background:var(--surface);border:2px solid var(--border-2);border-radius:var(--radius);padding:24px;box-shadow:0 0 0 1px #00e0ff0d,var(--shadow)}.level-section p{color:var(--text-2);font-size:15px;line-height:1.7}.mb-block{margin-bottom:12px}.poke-list{list-style:none;padding:0;margin:0 0 8px;display:flex;flex-direction:column;gap:8px}.poke-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--poke-green);line-height:1.55}.poke-list li:before{content:"▶";flex-shrink:0;margin-top:2px;font-size:10px;color:var(--poke-cyan)}.quote{margin-top:16px;font-size:14px;font-style:italic;color:var(--poke-yellow);border-left:3px solid var(--poke-pink);padding-left:12px;line-height:1.6}.badge-filter{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:12px;margin-bottom:4px}.badge-filter::-webkit-scrollbar{display:none}.gym-badge{flex-shrink:0;cursor:pointer;background:none;border:1px solid transparent;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 8px;border-radius:10px;transition:all .18s;-webkit-tap-highlight-color:transparent}.gym-badge.active{background:var(--surface-2);border-color:var(--border-2);box-shadow:0 0 8px #00e0ff1a}.gym-badge-icon{width:36px;height:36px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center;font-size:15px;transition:opacity .18s}.gym-badge-label{font-size:10px;font-weight:700;color:var(--text-3)}.gym-badge.active .gym-badge-label{color:var(--text-2)}.weeks-stack{display:flex;flex-direction:column;gap:8px}.week-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;overflow:hidden;position:relative;transition:box-shadow .18s,transform .12s;-webkit-tap-highlight-color:transparent}.week-card:active{transform:scale(.997)}.week-card.done{border-color:#2aff6a33}.week-card.open{box-shadow:var(--shadow-md);border-color:var(--border-2)}.week-stripe{position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:4px 0 0 4px}.week-head{display:flex;align-items:center;gap:12px;padding:13px 14px 13px 18px}.week-num{width:36px;height:36px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-weight:700;font-size:12px;background:var(--surface-2);color:var(--text-3);border:1px solid var(--border)}.week-card.done .week-num{background:#2aff6a1a;color:var(--poke-green);border-color:#2aff6a40}.week-info{flex:1;min-width:0}.week-ms-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.week-ms-chip{font-size:10px;font-weight:700;font-family:JetBrains Mono,monospace;padding:1px 6px;border-radius:4px;line-height:1.6}.week-ms-label{font-size:10px;color:var(--text-3)}.week-name{font-size:14px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.week-card:not(.done) .week-name{color:var(--text-2)}.week-date{font-size:11px;color:var(--text-3);font-family:JetBrains Mono,monospace;margin-top:2px}.pokeball{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:2px solid var(--border-2);position:relative;overflow:hidden;background:var(--surface-2)}.pokeball:before{content:"";position:absolute;inset:0 0 50%;background:var(--border-2);transition:background .2s}.pokeball:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--surface-2);border:2px solid var(--border-2);top:50%;left:50%;transform:translate(-50%,-50%)}.week-card.done .pokeball{border-color:var(--poke-red)}.week-card.done .pokeball:before{background:var(--poke-red)}.week-card.done .pokeball:after{background:#fff;border-color:#fff}.week-arrow{flex-shrink:0;color:var(--text-3);font-size:12px;margin-left:4px;transition:transform .2s}.week-card.open .week-arrow{transform:rotate(180deg)}.week-body{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.16,1,.3,1)}.week-card.open .week-body{max-height:240px}.week-body-inner{padding:0 18px 16px;border-top:1px solid var(--border)}.week-body-inner p{font-size:13px;color:var(--text-2);padding-top:12px;line-height:1.65}.week-body-footer{display:flex;align-items:center;gap:8px;margin-top:10px}.ver-tag{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;background:#2aff6a14;color:var(--poke-green);border:1px solid rgba(42,255,106,.2);padding:2px 8px;border-radius:4px}.gh-link{font-size:12px;color:var(--poke-cyan);font-weight:600;text-decoration:none}.gh-link:hover{text-decoration:underline}.gh-notice{display:flex;gap:8px;align-items:flex-start;margin-top:12px;padding:12px 14px;background:#00e0ff0d;border:1px solid rgba(0,224,255,.15);border-radius:var(--radius-sm);font-size:13px;color:var(--text-2)}.gh-notice a{color:var(--poke-cyan);font-weight:600;text-decoration:none}.gh-notice a:hover{text-decoration:underline}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.feat-card{background:var(--surface);padding:18px}.feat-icon{font-size:24px;margin-bottom:8px}.feat-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px}.feat-desc{font-size:12px;color:var(--text-2);line-height:1.55}.blog-stack{display:flex;flex-direction:column;gap:8px;margin-top:12px}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;gap:14px;align-items:flex-start;opacity:.55;text-decoration:none;transition:opacity .18s,border-color .18s,box-shadow .18s}.blog-card--ready{opacity:1;cursor:pointer}.blog-card--ready:hover{border-color:var(--poke-cyan);box-shadow:0 0 10px #00e0ff1a}.blog-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.blog-content{flex:1;min-width:0}.blog-cat{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}.blog-title{font-size:14px;font-weight:700;line-height:1.3;color:var(--text);margin-bottom:4px}.blog-desc{font-size:12px;color:var(--text-2);line-height:1.5}.blog-status{flex-shrink:0;font-size:10px;font-weight:700;background:var(--surface-2);color:var(--text-3);border:1px solid var(--border);padding:3px 8px;border-radius:4px;white-space:nowrap}.cta-card{padding:32px 28px;text-align:center;position:relative;overflow:hidden;background:var(--surface)}.cta-title{font-size:clamp(20px,4vw,28px);margin-bottom:10px}.cta-sub{font-size:15px;color:var(--text-2);line-height:1.65;max-width:480px;margin:0 auto 20px}.warning-box{display:flex;gap:8px;align-items:flex-start;text-align:left;background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:var(--radius-sm);padding:12px 14px;margin-bottom:20px;font-size:13px;color:#fcd34d}.warning-box a{color:var(--poke-cyan);font-weight:600;text-decoration:none}.warning-box a:hover{text-decoration:underline}.cta-buttons{display:flex;flex-direction:column;gap:10px;max-width:400px;margin:0 auto}.btn-retro{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Pixelify Sans,cursive;font-size:15px;font-weight:700;background:linear-gradient(90deg,var(--poke-green) 0%,var(--poke-cyan) 100%);color:#181c1f;border:2px solid rgba(255,255,255,.15);box-shadow:0 0 12px #2aff6a4d;padding:14px 20px;border-radius:10px;text-decoration:none;transition:box-shadow .2s,opacity .18s,transform .12s;-webkit-tap-highlight-color:transparent}.btn-retro:hover{box-shadow:0 0 24px #2aff6a80;opacity:.92}.btn-retro:active{transform:scale(.98)}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;background:var(--surface-2);color:var(--text-2);border:1px solid var(--border-2);padding:11px 20px;border-radius:10px;text-decoration:none;transition:border-color .18s,color .18s;-webkit-tap-highlight-color:transparent}.btn-secondary:hover{border-color:var(--poke-cyan);color:var(--text)}@media(max-width:500px){.features-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(3,1fr);gap:6px}.hero h1{font-size:20px}.cta-card{padding:24px 16px}}
