@import "https://fonts.googleapis.com/css2?family=Tomorrow:wght@300;400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}html,body{color:#e5e5e5;background:#0c0c0c;margin:0;padding:0;font-family:Tomorrow,sans-serif;font-stretch:80%}
#header{background:#1b1b1b;border-bottom:1px solid #aa0923;padding:1rem 2rem}#header .header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:900px;margin:0 auto;display:flex}#header .logo{color:#aa0923;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s}#header .logo:hover{color:#f36}#header .nav{flex-wrap:wrap;gap:1.25rem;display:flex}#header .nav a{color:#e5e5e5;font-size:1rem;font-weight:500;text-decoration:none}#header .nav a:hover{color:#f36}@media (max-width:768px){.header-inner{flex-direction:column;align-items:center}.nav{flex-direction:row;justify-content:center;align-items:center;gap:2rem}}
