:root{color-scheme:dark;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bg: #000;--surface: #09090b;--surface-2: #101014;--border: rgba(255, 255, 255, .11);--text: rgba(255, 255, 255, .96);--muted: rgba(255, 255, 255, .62);--faint: rgba(255, 255, 255, .42);--blue: #60a5fa;--blue-strong: #3b82f6}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header,.site-footer,.container{width:min(1160px,calc(100% - 32px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border);background:#000000e0;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:650;letter-spacing:0}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#fff;color:#000;font-size:12px;font-weight:760}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;color:var(--muted);font-size:14px;font-weight:560}nav a:hover,.footer-links a:hover,.rail-list a:hover{color:#fff}.hero{border-bottom:1px solid var(--border);background:radial-gradient(circle at 50% -20%,rgba(59,130,246,.18),transparent 34%),#000}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:30px;padding:70px 0 52px;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:22px}.hero h1{max-width:820px;margin:0;font-size:clamp(48px,8vw,92px);line-height:.96;letter-spacing:0}.hero p{max-width:650px;margin:0;color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.62}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button,.button-secondary{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border-radius:8px;padding:0 16px;font-size:14px;font-weight:650}.button{background:#fff;color:#000}.button-secondary{border:1px solid var(--border);background:#ffffff0a;color:#fff}.hero-panel,.article-card,.rail-card,.newsletter-box{border:1px solid var(--border);border-radius:10px;background:#ffffff09}.hero-panel{overflow:hidden}.hero-panel img{width:100%;aspect-ratio:16 / 7;object-fit:cover}.hero-panel-content{padding:24px}.meta-row{display:flex;flex-wrap:wrap;gap:10px;color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.section{border-bottom:1px solid var(--border);padding:54px 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-header h2,.article-header h1,.rail-card h2,.rail-card h3{margin:0;letter-spacing:0}.section-header h2{font-size:clamp(28px,4vw,44px);line-height:1.05}.section-header p{max-width:640px;margin:8px 0 0;color:var(--muted)}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.article-card{overflow:hidden;transition:border-color .18s ease,transform .18s ease,background .18s ease}.article-card:hover{transform:translateY(-2px);border-color:#60a5fa8c;background:#ffffff0e}.article-card img{width:100%;aspect-ratio:16 / 7;object-fit:cover}.article-card-body{padding:20px}.article-card h2{margin:12px 0 10px;font-size:21px;line-height:1.18;letter-spacing:0}.article-card.large h2{font-size:clamp(28px,4vw,42px)}.article-card p{margin:0;color:var(--muted)}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag-row span{border:1px solid var(--border);border-radius:999px;padding:5px 9px;color:var(--muted);font-size:12px}.category-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-link{min-height:150px;border:1px solid var(--border);border-radius:10px;padding:20px;background:var(--surface)}.category-link strong{display:block;margin-bottom:10px;font-size:18px}.category-link p{margin:0;color:var(--muted)}.article-page{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:42px;padding:58px 0}.article-header{margin-bottom:32px}.article-header h1{margin-top:16px;font-size:clamp(42px,7vw,74px);line-height:.98}.article-header p{max-width:760px;color:var(--muted);font-size:20px;line-height:1.58}.article-hero{margin:32px 0;overflow:hidden;border:1px solid var(--border);border-radius:10px}.article-hero img{width:100%;aspect-ratio:16 / 7;object-fit:cover}.prose{color:#ffffffd1;font-size:18px;line-height:1.78}.prose h2{margin-top:42px;color:#fff;font-size:30px;line-height:1.16;letter-spacing:0}.prose h3{color:#fff;font-size:22px}.prose a{color:var(--blue);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.prose code{border:1px solid var(--border);border-radius:6px;background:var(--surface-2);padding:2px 5px;font-size:.9em}.article-rail{display:flex;flex-direction:column;gap:16px}.rail-card{padding:20px}.rail-card h2{font-size:18px}.rail-card h3{margin-top:20px;color:var(--muted);font-size:13px;text-transform:uppercase}.rail-card p{color:var(--muted)}.rail-list{display:grid;gap:10px;margin-top:14px}.rail-list a{color:var(--muted);font-size:14px;line-height:1.45}.rail-list.compact a{text-transform:capitalize}.newsletter-box{padding:24px}.newsletter-box p{color:var(--muted)}.site-footer{display:flex;justify-content:space-between;gap:24px;padding:36px 0;color:var(--muted)}.site-footer p{margin:8px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:14px}@media(max-width:860px){.site-header{align-items:flex-start;flex-direction:column;padding:14px 0}nav{justify-content:flex-start}.hero-grid,.article-page,.article-grid,.category-list{grid-template-columns:1fr}.section-header,.site-footer{align-items:flex-start;flex-direction:column}}
