:root{--bg:#000;--surface:#0f0f0f;--surface-strong:#121212;--border:#ffffff1f;--text:#f4f4f4;--muted:#f4f4f4ad;--button-bg:#fff;--button-text:#000;--button-secondary-bg:#ffffff0d;--max-width:1100px;--radius-lg:34px;--radius-md:26px;--radius-pill:999px;--space-1:12px;--space-2:16px;--space-3:20px;--space-4:28px;--space-5:34px;--space-6:44px;--transition:.18s ease}html[data-theme=light]{--bg:#fff;--surface:#fff;--surface-strong:#f8f8f8;--border:#0000001f;--text:#000;--muted:#000000a8;--button-bg:#000;--button-text:#fff;--button-secondary-bg:#0000000a}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}html[data-theme=dark]{color-scheme:dark}html[data-theme=light]{color-scheme:light}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Work Sans,Segoe UI,sans-serif;overflow-y:scroll}a{color:inherit;text-decoration:none}p{margin:0;line-height:1.7}h1,h2,h3{letter-spacing:-.03em;margin:0;font-family:Newsreader,Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-weight:600;line-height:1.05}.site-shell{width:min(var(--max-width), calc(100% - 40px));margin:0 auto;padding:28px 0 64px}.site-header{z-index:20;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-pill);margin-bottom:14px;display:flex;position:sticky;top:16px}.brand{letter-spacing:-.01em;text-transform:lowercase;font-family:Work Sans,Segoe UI,sans-serif;font-size:1rem;font-weight:600}.site-nav{color:var(--muted);align-items:center;gap:22px;font-size:.98rem;display:flex}.site-nav a{padding-bottom:2px;position:relative}.site-nav a:after{content:"";transform-origin:0;width:100%;height:1px;transition:transform var(--transition);background:currentColor;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.site-nav a:hover:after{transform:scaleX(1)}.theme-toggle{border:1px solid var(--border);width:42px;height:42px;color:var(--text);cursor:pointer;transition:transform var(--transition), background-color var(--transition), border-color var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:0;display:inline-flex}.theme-toggle:hover{background:var(--button-secondary-bg);transform:translateY(-1px)}.theme-icon{width:18px;height:18px;display:block;position:relative}.theme-icon-moon{box-shadow:inset -6px -1px 0 0 var(--text);transition:transform var(--transition), opacity var(--transition);border-radius:50%;position:absolute}.theme-icon-sun{background:var(--text);box-shadow:0 -11px 0 -8px var(--text), 0 11px 0 -8px var(--text), 11px 0 0 -8px var(--text), -11px 0 0 -8px var(--text), 8px 8px 0 -8px var(--text), -8px 8px 0 -8px var(--text), 8px -8px 0 -8px var(--text), -8px -8px 0 -8px var(--text);opacity:0;transition:transform var(--transition), opacity var(--transition);border-radius:50%;position:absolute;transform:scale(.72)}html[data-theme=light] .theme-icon-moon{opacity:0;transform:scale(.72)}html[data-theme=light] .theme-icon-sun{opacity:1;transform:scale(1)}.site-main{gap:var(--space-5);padding-top:var(--space-1);display:grid}.hero,.section-grid,.contact-block,.page-intro,.post-list-item,.post-article{background:var(--surface);border:1px solid var(--border)}.hero,.page-intro,.contact-block,.post-article{padding:var(--space-6);border-radius:var(--radius-lg)}.hero{background:linear-gradient(135deg, var(--surface-strong), var(--surface))}.hero h1,.page-intro h1{max-width:18ch;font-size:clamp(1.8rem,4vw,3.35rem)}.eyebrow,.section-label{color:var(--text);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem}.lead{max-width:58ch;color:var(--muted);margin-top:22px;font-size:1.08rem;line-height:1.8}.hero-actions{margin-top:var(--space-4);flex-wrap:wrap;gap:14px;display:flex}.button,.button-secondary{border-radius:var(--radius-pill);min-height:48px;transition:transform var(--transition), background-color var(--transition), border-color var(--transition);border:1px solid #0000;justify-content:center;align-items:center;padding:0 20px;display:inline-flex}.button{background:var(--button-bg);color:var(--button-text)}.button-secondary{background:var(--button-secondary-bg);border-color:var(--border);color:var(--text)}.button:hover,.button-secondary:hover,.post-link:hover,.post-list-item a:hover{transform:translateY(-2px)}.section-grid{gap:var(--space-5);background:linear-gradient(180deg, var(--surface-strong), var(--surface));border-radius:30px;grid-template-columns:.85fr 1.15fr;padding:36px 38px;display:grid}.section-grid h2,.contact-block h2,.post-list-item h2{font-size:clamp(1.75rem,3vw,2.6rem)}.section-copy,.contact-links,.post-list,.page-intro,.post-article,.post-content{display:grid}.section-copy,.post-content{gap:var(--space-2);color:var(--muted)}.stack-grid,.equipment-grid{gap:18px;display:grid}.stack-grid{grid-template-columns:repeat(2,1fr)}.stack-card,.equipment-card{background:linear-gradient(180deg, var(--surface-strong), var(--surface));border:1px solid var(--border);border-radius:var(--radius-md);min-height:100%;padding:28px}.stack-card h3,.equipment-card h3{margin:12px 0 14px;font-size:1.55rem}.card-meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:600}.stack-list{color:var(--muted);margin:0;padding-left:1.2rem}.stack-list li+li{margin-top:.6rem}.stack-copy{color:var(--muted)}.equipment-section{gap:var(--space-4);display:grid}.equipment-heading{gap:10px;display:grid}.equipment-heading h2{font-size:clamp(1.6rem,3vw,2.4rem)}.equipment-grid{grid-template-columns:repeat(2,1fr)}.spec-list{gap:12px;margin:0;display:grid}.spec-list div{border-top:1px solid var(--border);grid-template-columns:minmax(88px,110px) 1fr;gap:12px;padding-top:12px;display:grid}.spec-list dt{color:var(--text);font-weight:600}.spec-list dd{color:var(--muted);margin:0}.post-link,.post-list-item a{background:linear-gradient(180deg, var(--surface-strong), var(--surface));border:1px solid var(--border);transition:transform var(--transition), border-color var(--transition);border-radius:22px;gap:10px;padding:24px 26px;display:grid}.post-link:hover,.post-list-item a:hover{border-color:var(--text)}.contact-block{background:linear-gradient(180deg, var(--surface-strong), var(--surface));gap:18px}.contact-links{gap:12px}.text-link,.post-content a{color:var(--text);text-underline-offset:.16em;text-decoration:underline}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}:not(pre)>code{background:var(--button-secondary-bg);border:1px solid var(--border);border-radius:8px;padding:.18rem .42rem;font-size:.92em}pre{background:var(--surface-strong);border:1px solid var(--border);border-radius:18px;margin:0;padding:18px 20px;line-height:1.6;overflow-x:auto}pre code{background:0 0;border:0;padding:0;font-size:.95rem;display:block}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:var(--muted)}.token.punctuation,.token.operator{color:var(--text)}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#d0d0d0}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#fff}.token.keyword,.token.atrule,.token.attr-value{color:#c2c2c2}.token.function,.token.class-name{color:#e6e6e6}.token.regex,.token.important,.token.variable{color:#d9d9d9}html[data-theme=light] .token.property,html[data-theme=light] .token.tag,html[data-theme=light] .token.boolean,html[data-theme=light] .token.number,html[data-theme=light] .token.constant,html[data-theme=light] .token.symbol,html[data-theme=light] .token.deleted{color:#505050}html[data-theme=light] .token.selector,html[data-theme=light] .token.attr-name,html[data-theme=light] .token.string,html[data-theme=light] .token.char,html[data-theme=light] .token.builtin,html[data-theme=light] .token.inserted{color:#111}html[data-theme=light] .token.keyword,html[data-theme=light] .token.atrule,html[data-theme=light] .token.attr-value{color:#666}html[data-theme=light] .token.function,html[data-theme=light] .token.class-name,html[data-theme=light] .token.regex,html[data-theme=light] .token.important,html[data-theme=light] .token.variable{color:#2f2f2f}.text-link{width:fit-content;font-size:1.05rem}.page-intro{gap:14px}.post-list{gap:18px}.post-list-item{border-radius:24px;padding:10px}.post-article{gap:18px}.post-article h1{max-width:20ch;font-size:clamp(1.9rem,4vw,3rem)}.post-content{max-width:68ch}.post-content>*+*{margin-top:var(--space-2)}.post-content h2,.post-content h3{margin-top:var(--space-4)}.post-content ul,.post-content ol{margin:0;padding-left:1.4rem}.post-content li+li{margin-top:.45rem}.post-content blockquote{padding-left:var(--space-3);border-left:2px solid var(--border);color:var(--muted);margin:0}@media (width<=860px){.section-grid,.stack-grid,.equipment-grid{grid-template-columns:1fr}.site-header{border-radius:28px;flex-direction:column;align-items:flex-start}}@media (width<=640px){.site-shell{width:min(100% - 24px, var(--max-width));padding-top:18px}.hero,.page-intro,.contact-block,.section-grid,.post-article{padding:24px}.site-nav{flex-wrap:wrap;gap:14px}.theme-toggle{margin-left:0}.hero h1,.page-intro h1{max-width:100%;font-size:clamp(1.7rem,8vw,2.35rem)}}