:root{--bg:#fff;--bg-card:#f4f7fb;--bg-card-hover:#eaf0f8;--surface:#e8eef6;--border:#d4deeb;--text:#0a2540;--text-dim:#3d5a80;--text-muted:#7c96b1;--accent:#1a73e8;--accent-dim:rgba(26,115,232,.08);--accent-glow:rgba(26,115,232,.15);--accent-light:#4fc3f7;--primary:#003da6;--primary-dim:rgba(0,61,166,.06);--warning:#e67e22;--danger:#c0392b;--info:#2980b9;--success:#27ae60;--serif:"Instrument Serif",Georgia,serif;--sans:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--mono:"JetBrains Mono",monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.75;font-size:17px;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between}.topbar-brand{font-weight:700;font-size:.95rem;color:var(--primary);letter-spacing:.08em;text-transform:uppercase}.topbar-brand,.topbar-brand:hover{text-decoration:none}.topbar-brand span{color:var(--text-muted);font-weight:400}.topbar-nav{display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:var(--text-muted)}.topbar-nav a{color:var(--text-muted);text-decoration:none;padding:.3rem .6rem;border-radius:6px;transition:all .2s}.topbar-nav a:hover{color:var(--text);background:var(--surface);text-decoration:none}.topbar-nav .sep{opacity:.3}.progress-track{position:fixed;top:56px;left:0;right:0;z-index:99;height:3px;background:var(--border)}.progress-fill{height:100%;width:0;background:var(--accent);transition:width .1s linear}.hero{padding:10rem 2rem 5rem;max-width:860px;margin:0 auto;position:relative}.hero:before{content:"";position:absolute;top:0;left:-40%;right:-40%;height:600px;background:radial-gradient(ellipse at 50% 0,rgba(26,115,232,.05) 0,transparent 70%);pointer-events:none}.hero-meta{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.82rem;color:var(--text-muted);position:relative}.hero-badge{background:var(--accent-dim);color:var(--accent);padding:.3rem .8rem;border-radius:100px;font-weight:600;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.hero-badge.green{background:rgba(39,174,96,.1);color:var(--success)}.hero h1{font-family:var(--serif);font-size:clamp(2.8rem,6vw,4.2rem);line-height:1.1;font-weight:400;margin-bottom:1.5rem;position:relative}.hero h1 em{font-style:italic;color:var(--accent)}.hero-subtitle{font-size:1.15rem;color:var(--text-dim);line-height:1.7;max-width:640px}.hero-stats{display:flex;gap:2.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.hero-stat-value{font-family:var(--mono);font-size:.85rem;color:var(--accent);font-weight:500}.hero-stat-label{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}.article{max-width:720px;margin:0 auto;padding:0 2rem 6rem}.article h2{font-family:var(--serif);font-size:2rem;font-weight:400;margin:4rem 0 1.5rem;line-height:1.2;position:relative;padding-left:1.2rem}.article h2:before{content:"";position:absolute;left:0;top:.25em;width:3px;height:1.2em;background:var(--primary);border-radius:2px}.article h3{font-size:1.15rem;font-weight:600;margin:2.5rem 0 1rem;color:var(--text)}.article p{margin-bottom:1.4rem;color:var(--text-dim)}.article p strong{color:var(--text);font-weight:600}.callout{margin:2rem 0;padding:1.5rem 1.5rem 1.5rem 1.2rem;border-radius:10px;border-left:3px solid;background:var(--bg-card)}.callout.key{border-color:var(--accent);background:linear-gradient(135deg,rgba(26,115,232,.04),var(--bg-card))}.callout.example{border-color:var(--warning);background:linear-gradient(135deg,rgba(230,126,34,.04),var(--bg-card))}.callout.danger{border-color:var(--danger);background:linear-gradient(135deg,rgba(192,57,43,.04),var(--bg-card))}.callout.info{border-color:var(--info);background:linear-gradient(135deg,rgba(41,128,185,.04),var(--bg-card))}.callout.success{border-color:var(--success);background:linear-gradient(135deg,rgba(39,174,96,.04),var(--bg-card))}.callout-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}.callout.key .callout-title{color:var(--accent)}.callout.example .callout-title{color:var(--warning)}.callout.danger .callout-title{color:var(--danger)}.callout.info .callout-title{color:var(--info)}.callout.success .callout-title{color:var(--success)}.callout p{margin-bottom:.6rem;color:var(--text-dim);font-size:.95rem}.callout p:last-child{margin-bottom:0}.check-list{list-style:none;margin:1.5rem 0}.check-list li{padding:.5rem 0 .5rem 2rem;position:relative;color:var(--text-dim);font-size:.95rem}.check-list li:before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:600}.article blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:3px solid var(--accent);border-radius:0 10px 10px 0;font-family:var(--serif);font-size:1.3rem;line-height:1.5}.article blockquote,.next-lesson{background:var(--bg-card);color:var(--text)}.next-lesson{margin-top:4rem;padding:2rem;border:1px solid var(--border);border-radius:14px;display:flex;justify-content:space-between;align-items:center;transition:all .3s;cursor:pointer;text-decoration:none}.next-lesson:hover{border-color:var(--accent);background:var(--bg-card-hover);transform:translateY(-2px);box-shadow:0 4px 20px rgba(26,115,232,.08);text-decoration:none}.next-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:600;margin-bottom:.4rem}.next-title{font-family:var(--serif);font-size:1.3rem;color:var(--text)}.next-arrow{font-size:1.8rem;color:var(--accent);transition:transform .3s}.next-lesson:hover .next-arrow{transform:translateX(6px)}.section-divider{display:flex;align-items:center;gap:1.5rem;margin:4rem 0 3rem;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.section-divider:after,.section-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.toc{position:fixed;left:2rem;top:50%;transform:translateY(-50%);width:200px;display:none}.toc-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:600}.toc a,.toc-title{color:var(--text-muted)}.toc a{display:block;padding:.35rem 0 .35rem 1rem;font-size:.78rem;text-decoration:none;border-left:1px solid var(--border);transition:all .2s;line-height:1.4}.toc a.active,.toc a:hover{color:var(--text);border-color:var(--accent)}@media (min-width:1200px){.toc{display:block}}@media (max-width:640px){.hero{padding:8rem 1.2rem 3rem}.hero h1{font-size:2.2rem}.hero-stats{flex-direction:column;gap:1rem}.article{padding:0 1.2rem 4rem}.article h2{font-size:1.6rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero h1,.hero-meta,.hero-stats,.hero-subtitle{animation:fadeUp .6s ease-out both}.hero h1{animation-delay:.1s}.hero-subtitle{animation-delay:.2s}.hero-stats{animation-delay:.3s}