:root{--bg: #0f1117;--bg2: #161823;--bg3: #1c1f2e;--bg4: #232636;--bg-glass: rgba(22, 24, 35, .85);--text: #e2e4f0;--text2: #8b8fa3;--text3: #767b93;--text-inverse: #0f1117;--gold: #f0a500;--gold-light: #ffbf2a;--gold-dark: #c47f00;--gold-glow: rgba(240, 165, 0, .15);--red: #e74c3c;--green: #2ecc71;--blue: #3498db;--purple: #9b59b6;--border: rgba(42, 46, 64, .6);--border-light: rgba(255, 255, 255, .06);--shadow: rgba(0, 0, 0, .35);--shadow-elevated: 0 20px 60px rgba(0, 0, 0, .6);--shadow-glow: 0 8px 32px rgba(240, 165, 0, .08);--radius: 12px;--radius-sm: 6px;--radius-md: 9px;--radius-full: 9999px;--content-max-width: 780px;--transition: .2s cubic-bezier(.4, 0, .2, 1);--font-body: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace}html.light{--bg: #f8f6fa;--bg2: #eeeaef;--bg3: #e3dfe6;--bg4: #d5d0d8;--text: #1e1a24;--text2: #5a5560;--text3: #736e79;--text-inverse: #f8f6fa;--gold: #b8860b;--gold-light: #d4a017;--gold-dark: #9a7208;--gold-glow: rgba(184, 134, 11, .12);--border: rgba(180, 170, 185, .5);--border-light: rgba(255, 255, 255, .2);--shadow: rgba(0, 0, 0, .08);--shadow-elevated: 0 20px 60px rgba(0, 0, 0, .12);--shadow-glow: 0 8px 32px rgba(184, 134, 11, .06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.65;min-height:100vh}a{color:var(--gold-light);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--content-max-width);margin:0 auto;padding:0 1.25rem}.site-header{border-bottom:1px solid var(--border);background:var(--bg-glass, var(--bg2));backdrop-filter:blur(8px);position:sticky;top:0;z-index:10}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding-block:.9rem;max-width:900px}.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--text);font-size:1.05rem}.brand .mark{color:var(--gold)}.nav{display:flex;gap:1.25rem;font-size:.92rem;color:var(--text2)}.nav a{color:var(--text2)}.nav a:hover{color:var(--gold-light)}main{padding-block:2.5rem 4rem}.hero{max-width:900px;margin:0 auto;padding:0 1.25rem 1.5rem}.hero h1{font-size:2rem;margin-bottom:.4rem}.hero p{color:var(--text2)}.post-list{max-width:900px;margin:0 auto;padding:0 1.25rem;display:flex;flex-direction:column;gap:1.1rem}.post-card{border:1px solid var(--border);background:var(--bg2);border-radius:var(--radius);padding:1.25rem 1.4rem;transition:var(--transition)}.post-card:hover{border-color:var(--gold);box-shadow:var(--shadow-glow)}.post-card .meta{color:var(--text3);font-size:.8rem;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.post-card h2{font-size:1.25rem;margin-bottom:.35rem}.post-card h2 a{color:var(--text)}.post-card p{color:var(--text2);font-size:.95rem}.tag{display:inline-block;font-size:.72rem;color:var(--gold-light);background:var(--gold-glow);border-radius:var(--radius-full);padding:.12rem .6rem;margin-right:.4rem}article.post{max-width:720px;margin:0 auto;padding:0 1.25rem}article.post h1{font-size:2.1rem;margin-bottom:.5rem}article.post .meta{color:var(--text3);margin-bottom:2rem;font-size:.85rem}article.post h2{margin-top:2rem;margin-bottom:.75rem;color:var(--gold-light);font-size:1.35rem}article.post h3{margin-top:1.5rem;margin-bottom:.5rem}article.post p{margin-bottom:1rem;color:var(--text)}article.post ul,article.post ol{margin:0 0 1rem 1.4rem;color:var(--text)}article.post code{font-family:var(--font-mono);background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.1rem .4rem;font-size:.88em}article.post pre{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;overflow-x:auto;margin-bottom:1.25rem}article.post pre code{border:none;background:none;padding:0}article.post blockquote{border-left:3px solid var(--gold);padding-left:1rem;color:var(--text2);margin:1.25rem 0}article.post img{max-width:100%;border-radius:var(--radius);border:1px solid var(--border)}article.post a{color:var(--gold-light)}.site-footer{border-top:1px solid var(--border);color:var(--text3);font-size:.85rem;padding-block:2rem;text-align:center}.portal-shell{display:grid;grid-template-columns:220px 1fr;gap:2.5rem;max-width:1100px;margin:0 auto;padding:0 1.25rem}@media (max-width: 800px){.portal-shell{grid-template-columns:1fr}}.side-nav{position:sticky;top:5rem;align-self:start;font-size:.9rem}.side-nav h4{color:var(--text3);text-transform:uppercase;font-size:.72rem;letter-spacing:.06em;margin:1.25rem 0 .5rem}.side-nav h4:first-child{margin-top:0}.side-nav a{display:block;color:var(--text2);padding:.3rem 0}.side-nav a:hover,.side-nav a.active{color:var(--gold-light)}.cta-hero{max-width:1100px;margin:0 auto;padding:2.5rem 1.25rem 1.5rem}.cta-hero .eyebrow{color:var(--gold-light);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}.cta-hero h1{font-size:2.4rem;line-height:1.15;margin-bottom:.75rem}.cta-hero .tagline{color:var(--text2);font-size:1.1rem;max-width:640px;margin-bottom:1.5rem}.cta-hero .principle{border-left:3px solid var(--gold);padding-left:1rem;color:var(--text);font-style:italic;margin-bottom:1.75rem;max-width:640px}.btn-row{display:flex;gap:.9rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.2rem;border-radius:var(--radius);font-weight:600;font-size:.92rem;border:1px solid var(--border)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--text-inverse);border:none;box-shadow:var(--shadow-glow)}.btn-gold:hover{text-decoration:none;filter:brightness(1.06)}.btn-outline{color:var(--text);background:var(--bg2)}.btn-outline:hover{text-decoration:none;border-color:var(--gold)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;max-width:1100px;margin:0 auto 3rem;padding:0 1.25rem}.feature-card{border:1px solid var(--border);background:var(--bg2);border-radius:var(--radius);padding:1.25rem 1.35rem;transition:var(--transition)}.feature-card:hover{border-color:var(--gold);box-shadow:var(--shadow-glow)}.feature-card h3{font-size:1.02rem;margin-bottom:.4rem;color:var(--text)}.feature-card p{color:var(--text2);font-size:.9rem}.feature-card .icon{color:var(--gold);font-size:1.3rem;margin-bottom:.5rem;display:block}.section{max-width:1100px;margin:0 auto 3rem;padding:0 1.25rem}.section h2{font-size:1.5rem;margin-bottom:1rem}.section>p.lead{color:var(--text2);max-width:700px;margin-bottom:1.5rem}.callout{border:1px solid var(--gold);background:var(--gold-glow);border-radius:var(--radius);padding:1.1rem 1.3rem;margin-bottom:2rem}.callout strong{color:var(--gold-light)}.repo-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.repo-list li{border:1px solid var(--border);background:var(--bg2);border-radius:var(--radius-sm);padding:.7rem 1rem;font-family:var(--font-mono);font-size:.85rem}.repo-list a{color:var(--gold-light)}.docs-body{max-width:760px}.docs-body h1{font-size:1.9rem;margin-bottom:.5rem}.docs-body h2{margin-top:2rem;margin-bottom:.75rem;color:var(--gold-light);font-size:1.3rem}.docs-body h3{margin-top:1.4rem;margin-bottom:.5rem}.docs-body p{margin-bottom:1rem}.docs-body ul,.docs-body ol{margin:0 0 1rem 1.4rem}.docs-body code{font-family:var(--font-mono);background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.1rem .4rem;font-size:.87em}.docs-body pre{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;overflow-x:auto;margin-bottom:1.25rem}.docs-body pre code{border:none;background:none;padding:0}.docs-body blockquote{border-left:3px solid var(--gold);padding-left:1rem;color:var(--text2);margin:1.25rem 0}
