:root{--header-bg:#1a202c;--bg:#1e2533;--bg-elevated:#252d3d;--bg-card:#252d3d;--border:#334155;--text:#fff;--text-muted:#aaa;--accent:#4a86ff;--accent-red:#e11d48;--radius:12px;--radius-sm:8px;--font-sans:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--grid-pattern:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0);--grid-size:24px}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{background-color:var(--bg);font-family:var(--font-sans)}body{background-image:var(--grid-pattern);background-size:var(--grid-size) var(--grid-size);color:var(--text);min-height:100vh;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-body,.site-main{background-color:var(--bg);background-image:var(--grid-pattern);background-size:var(--grid-size) var(--grid-size);color:var(--text)}.site-main{min-height:70vh}.site-header{background-color:#0f172a;border-bottom:3px solid var(--accent);position:-webkit-sticky;position:sticky;top:0;z-index:100}.site-header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;justify-content:space-between;flex-wrap:wrap;gap:1rem}.site-header-inner,.site-logo{display:flex;align-items:center}.site-logo{gap:.75rem;color:var(--text);text-decoration:none;font-family:var(--font-sans)}.site-logo:hover{text-decoration:none;opacity:.92}.site-logo-img,.site-logo-initials{border-radius:var(--radius-sm)}.site-logo-initials{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--header-bg);font-weight:700;font-size:.95rem;font-family:var(--font-sans)}.site-logo-text{display:flex;flex-direction:column;gap:.05rem}.site-title{font-size:1.15rem;font-weight:700;color:var(--text)}.site-subtitle,.site-title{font-family:var(--font-sans)}.site-subtitle{font-size:.8rem;color:var(--text-muted)}.site-nav{display:flex;gap:1.75rem;align-items:center;font-size:.95rem;font-weight:500;font-family:var(--font-sans)}.site-nav a{color:var(--text)}.site-nav a:hover{color:var(--accent);text-decoration:none}.site-nav-admin{color:var(--text-muted);font-size:.875rem;font-weight:400}@media (max-width:640px){.site-header-inner{flex-direction:row;align-items:center}.site-nav{margin-left:auto}}.site-footer{background-color:#0f172a;border-top:3px solid var(--accent);margin-top:auto;padding:2.5rem 1.5rem}.site-footer-inner{max-width:1200px;margin:0 auto;text-align:center}.site-footer-brand{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem;font-family:var(--font-sans)}.site-footer-text{color:var(--text-muted);font-size:.95rem;max-width:480px;margin-left:auto;margin-right:auto}.site-footer-links,.site-footer-text{margin-bottom:1.25rem;font-family:var(--font-sans)}.site-footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.25rem;font-size:.9rem;font-weight:500}.site-footer-links a{color:var(--text-muted)}.site-footer-links a:hover{color:var(--accent);text-decoration:none}.site-footer-copy{font-size:.8rem;color:var(--text-muted);font-family:var(--font-sans)}.site-footer-sep{color:var(--text-muted);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-page{min-height:70vh;padding:3rem 1.5rem;background-color:var(--bg);background-image:var(--grid-pattern);background-size:var(--grid-size) var(--grid-size);font-family:var(--font-sans)}.home-hero,.home-subtitle,.home-title{display:none!important}.home-crashes{max-width:1000px;margin:0 auto}.home-message{text-align:center;color:var(--text-muted);padding:3rem;font-size:.95rem;font-family:var(--font-sans)}.crashes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:stretch}@media (max-width:640px){.crashes-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@keyframes pulse-glow{0%,to{opacity:.95;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.crash-circle{animation:pulse-glow 2.5s ease-in-out infinite}.crash-circle.paused{animation-play-state:paused}.article-content{word-wrap:break-word;font-family:var(--font-sans)}.article-content img{max-width:100%;height:auto;border-radius:var(--radius-sm)}.article-content blockquote{border-left:4px solid var(--accent);padding-left:1rem;margin:1rem 0;color:var(--text-muted)}.article-content pre{background:var(--bg-card);padding:1rem;border-radius:var(--radius-sm);overflow-x:auto;font-family:var(--font-mono);font-size:.9rem;color:var(--text)}.article-content ol,.article-content ul{margin:.5rem 0 .5rem 1.5rem}.article-content h1,.article-content h2,.article-content h3{margin-top:1.5rem;margin-bottom:.5rem;color:var(--text);font-family:var(--font-sans)}