:root{--bg:#081527;--text:#f1eee8;--muted:#a8b0bb;--line:#324255;--accent:#f2b316;--navbar-height:96px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit}.site-shell{background:var(--bg);min-height:100vh;position:relative}.f1-stripe{top:calc(var(--navbar-height) + 2rem);background:var(--accent);width:3px;position:absolute;bottom:0;left:2.5rem}.page-content{width:min(1100px,100% - 12rem);margin-left:7rem;padding:2rem 0 4rem}@media (max-width:900px){.f1-stripe{width:2px;left:1.25rem}.page-content{width:calc(100% - 4rem);margin-left:2.5rem;padding-top:2rem}}
