:root{color-scheme:light;--bg: #faf9f9;--surface: #f3f1f7;--surface-2: #ebe8f2;--ink: #2f3437;--muted: #5f666b;--accent: #3a4146;--accent-strong: #242a2e;--line: #333333;--shadow: none}:root[data-theme=dark]{color-scheme:dark;--bg: #1a1a1a;--surface: #2d2d2d;--surface-2: #3a3a3a;--ink: #ffffff;--muted: #b0b0b0;--accent: #e0e0e0;--accent-strong: #f0f0f0;--line: #4a4a4a}:root[data-theme=modern]{color-scheme:light;--bg: #E9EEFF;--surface: #DFD8F5;--surface-2: #D4CAEB;--ink: #9E82D9;--muted: #b39dd9;--accent: #9E82D9;--accent-strong: #7d5fc4;--line: #d0c5e8}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}nav,.home-hero{font-family:Space Mono,monospace}a{color:inherit}.content-frame{min-height:100svh;padding-top:72px}.site-shell{width:min(calc(100% - 2rem),1280px);margin-inline:auto}.site-header{position:fixed;top:0;left:0;right:0;height:72px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .2s;z-index:100}.site-header-inner{display:flex;align-items:center;justify-content:center;height:100%;width:min(calc(100% - 2rem),1280px);margin-inline:auto;position:relative}.site-footer-inner{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1.5rem}.wordmark{position:absolute;left:0;text-decoration:none;font-family:Space Mono,monospace;font-size:1.15rem;font-weight:600;color:var(--ink);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}nav,.footer-links{display:flex;gap:.5rem;flex-wrap:nowrap;align-items:center;flex-shrink:0}.theme-selector{position:absolute;right:0;top:50%;transform:translateY(-50%)}nav a,.footer-links a,.section-link{text-decoration:none;color:var(--muted)}nav a{padding:.3rem .9rem;border:1px solid #000;border-radius:2rem;background:#000;color:#fff;transition:background-color .16s ease,border-color .16s ease,color .16s ease;font-size:.85rem}nav a:hover,.footer-links a:hover,.section-link:hover,.prose a:hover,.card-link:hover h3,.card-link:hover h2{color:var(--accent)}nav a:hover{background:#222;border-color:#000}:root[data-theme=dark] nav a{border-color:#fff;background:#2d2d2d;color:#fff}:root[data-theme=dark] nav a:hover{background:#3a3a3a;border-color:#fff}:root[data-theme=modern] nav a{border-color:#9e82d9;background:#9e82d9;color:#e9eeff}:root[data-theme=modern] nav a:hover{background:#7d5fc4;border-color:#7d5fc4}.theme-selector select{padding:.5rem .75rem;border:1px solid #000;background:#fff;color:#2f3437;font-family:Space Mono,monospace;font-size:.9rem;cursor:pointer;border-radius:2px}:root[data-theme=dark] .theme-selector select{border-color:#fff;background:#2d2d2d;color:#fff}:root[data-theme=modern] .theme-selector select{border-color:#9e82d9;background:#e9eeff;color:#9e82d9}.theme-selector select:hover,.theme-selector select:focus{outline:none;border-color:var(--accent-strong)}:root[data-theme=dark] .theme-selector select:hover,:root[data-theme=dark] .theme-selector select:focus{border-color:#f0f0f0}:root[data-theme=modern] .theme-selector select:hover,:root[data-theme=modern] .theme-selector select:focus{border-color:#7d5fc4}main{padding:3rem 0 4rem}.page-home main{padding-top:.5rem}.home-intro,.section-block,.article-shell{margin-bottom:2.5rem}.home-intro{padding:.5rem 0 1rem}.home-hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;justify-content:space-between;min-height:calc(100svh - 6rem);padding:.5rem 1rem 6rem;margin:0 auto;max-width:100%}.home-content{display:flex;flex-direction:column;text-align:left}.home-accent{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:8px;padding:2rem;background:var(--surface);position:relative;overflow:hidden}:root .home-accent{background:#000;color:#fff}:root[data-theme=dark] .home-accent{background:var(--surface);color:var(--ink)}:root[data-theme=modern] .home-accent{background:var(--surface);color:var(--ink)}.home-accent-label{font-family:Space Mono,monospace;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin:0 0 1.25rem}:root[data-theme=dark] .home-accent-label,:root[data-theme=modern] .home-accent-label{color:var(--muted)}.home-recent-posts{display:flex;flex-direction:column;gap:0}.home-recent-post{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;text-decoration:none;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-family:Space Mono,monospace;transition:color .15s}.home-recent-post:hover{color:#ffffffe6}:root[data-theme=dark] .home-recent-post,:root[data-theme=modern] .home-recent-post{color:var(--ink);border-bottom-color:var(--line)}:root[data-theme=dark] .home-recent-post:hover,:root[data-theme=modern] .home-recent-post:hover{color:var(--accent-strong)}.home-recent-date{font-size:.75rem;color:#fff9;white-space:nowrap;padding-top:.15rem}:root[data-theme=dark] .home-recent-date,:root[data-theme=modern] .home-recent-date{color:var(--muted)}.home-recent-arrow{color:#fff9;transition:transform .15s;padding-top:.1rem}:root[data-theme=dark] .home-recent-arrow,:root[data-theme=modern] .home-recent-arrow{color:var(--muted)}.home-recent-title{font-size:.95rem;font-weight:500;line-height:1.4}.home-all-posts{margin-top:1.25rem;font-family:Space Mono,monospace;font-size:.8rem;color:#ffffffb3;text-decoration:none;align-self:flex-start;transition:color .15s}.home-all-posts:hover{color:#fff}:root[data-theme=dark] .home-all-posts,:root[data-theme=modern] .home-all-posts{color:var(--muted)}:root[data-theme=dark] .home-all-posts:hover,:root[data-theme=modern] .home-all-posts:hover{color:var(--accent-strong)}.home-accent:before{content:"";position:absolute;top:-50%;right:-50%;width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}:root[data-theme=dark] .home-accent{background:var(--surface);border-color:var(--line)}:root[data-theme=modern] .home-accent{background:var(--surface);border-color:var(--line)}@media(max-width:768px){.home-hero{grid-template-columns:1fr;gap:2rem}.home-accent{min-height:250px}}.home-name{font-size:clamp(2.8rem,7vw,4.5rem);margin:0 0 1.25rem;letter-spacing:-.03em;line-height:1.05;text-align:left}.home-bio{font-size:1.05rem;line-height:1.7;color:var(--muted);margin:0 0 2.25rem;text-align:left}.home-links{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.65rem;margin-bottom:1.5rem}.home-link{display:inline-block;padding:.5rem 1.2rem;border:1px solid var(--line);border-radius:2rem;font-size:.88rem;font-weight:500;color:var(--ink);text-decoration:none;transition:background .15s,border-color .15s,color .15s}.home-link:hover{background:var(--surface);border-color:var(--accent);color:var(--accent)}.home-link-external:after{content:" ↗";font-size:.8em;opacity:.6}.topic-pills{margin-top:0;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.45rem}.topic-pills a{text-decoration:none;border:1px dashed var(--line);color:var(--muted);background:color-mix(in srgb,var(--surface) 75%,transparent);border-radius:999px;padding:.3rem .7rem;font-size:.78rem}.topic-pills a:hover{color:var(--accent);border-color:var(--accent)}.eyebrow,.section-label,.card-meta,.detail-meta{color:var(--accent);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3{margin:0;line-height:1.2;letter-spacing:-.02em;font-weight:600}h1{font-size:clamp(2.25rem,5vw,3.6rem);margin-top:.4rem}h2{font-size:clamp(1.45rem,3vw,2rem);margin-top:.35rem}h3{font-size:1.02rem}.lede,.card p,.prose p,.prose li{color:var(--muted)}.lede{font-size:1.08rem;max-width:62ch;margin:.9rem 0 0}.section-header{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin:0;padding:0;font-family:Space Mono,monospace}.blog-card{display:flex;flex-direction:column;gap:1.25rem;padding:2rem;border:1px solid rgba(58,65,70,.2);border-radius:.75rem;background:#000;color:#fff;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000001a;position:relative}.blog-card:hover{border-color:#ffffff4d;background:#1a1a1a;transform:translateY(-4px);box-shadow:0 12px 24px #00000026}:root[data-theme=dark] .blog-card{background:var(--surface);color:var(--ink);border-color:var(--line)}:root[data-theme=dark] .blog-card:hover{border-color:var(--accent);background:var(--surface)}:root[data-theme=modern] .blog-card{background:var(--surface);color:var(--ink);border-color:var(--line)}:root[data-theme=modern] .blog-card:hover{border-color:var(--accent);background:var(--surface)}.blog-card:after{content:"→";position:absolute;top:2rem;right:2rem;opacity:0;color:#ffffffb3;transition:opacity .25s ease,transform .25s ease;transform:translate(-4px);font-size:1.2rem}:root[data-theme=dark] .blog-card:after,:root[data-theme=modern] .blog-card:after{color:var(--accent)}.blog-card:hover:after{opacity:1;transform:translate(0)}.card-title{margin:0;font-size:1.3rem;font-weight:700;color:#fff;line-height:1.35;letter-spacing:-.01em}:root[data-theme=dark] .card-title,:root[data-theme=modern] .card-title{color:var(--ink)}.card-date{color:#ffffffb3;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}:root[data-theme=dark] .card-date,:root[data-theme=modern] .card-date{color:var(--accent)}.card-description{margin:0;font-size:.95rem;color:#fffc;line-height:1.6;flex-grow:1}:root[data-theme=dark] .card-description,:root[data-theme=modern] .card-description{color:var(--muted)}.tag{display:inline-block;padding:.35rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.4rem;font-size:.75rem;color:#fffc;font-weight:500}:root[data-theme=dark] .tag,:root[data-theme=modern] .tag{background:color-mix(in srgb,var(--accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent) 20%,transparent);color:var(--accent)}text-transform: lowercase; letter-spacing: .02em; } .article-shell{max-width:100%}.article-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.article-content{margin-top:2rem;.article-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.cta-button{display:inline-block;padding:.75rem 1.5rem;background:var(--accent-strong);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;font-family:Space Mono,monospace;font-size:.9rem;transition:background .15s,transform .15s}.cta-button:hover{background:var(--accent);transform:translate(-3px)}:root[data-theme=dark] .cta-button{background:var(--accent);color:var(--bg)}:root[data-theme=dark] .cta-button:hover{background:var(--accent-strong)}:root[data-theme=modern] .cta-button{background:var(--accent);color:var(--bg)}:root[data-theme=modern] .cta-button:hover{background:var(--accent-strong)}}.detail-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.prose{font-size:1rem;color:var(--ink)}.prose>*:first-child{margin-top:0}.prose h2,.prose h3{margin-top:1.5rem;margin-bottom:.5rem}.prose p,.prose ul,.prose ol,.prose pre,.prose blockquote,.prose table,.prose figure{margin:.75rem 0}.prose a{color:var(--accent);text-underline-offset:.18em}.prose blockquote{margin-left:0;padding-left:1rem;border-left:3px solid #c9c9c9;color:var(--muted)}.prose pre{overflow-x:auto;padding:1rem;border-radius:0;background:#202224;color:#f5f5f5;border:1px solid var(--line)}.prose :not(pre)>code{padding:.12rem .35rem;border-radius:.35rem;background:var(--surface-2);color:var(--accent-strong);border:1px solid var(--line);font-weight:600}.prose img,.prose figure img,.prose iframe,.prose video{max-width:85%;height:auto;border-radius:0;display:block;border:1px solid var(--line);margin-inline:auto}.article-shell .prose>p:has(>img):first-of-type,.article-shell .prose>figure:first-of-type{display:none}.prose table{width:100%;border-collapse:collapse;display:block;overflow-x:auto;background:var(--surface)}.prose th,.prose td{border:1px solid var(--line);padding:.65rem}.prose th{background:#1a1a1a;text-align:left}.site-footer{border-top:1px solid var(--line);color:var(--muted)}.site-footer-inner{justify-content:space-between;align-items:center;flex-direction:row;padding:1rem 0}@media(max-width:760px){.content-frame{margin-left:0}.card-grid,.blog-grid{grid-template-columns:1fr}nav{flex-direction:row}nav a{width:auto}}
