@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap";:root{--navy: #080B1A;--dark: #120C2F;--yellow: #FBE35B;--white: #E8E6F0;--muted: #B2B2B2;--body: #E3E3E3;--gray: #DADADA}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,sans-serif;background-color:var(--navy);color:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto}.section-label{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-label-bar{width:24px;height:2px;background:var(--yellow);flex-shrink:0}.section-label-text{font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--yellow)}.circuit-section{position:relative;overflow:hidden}.circuit-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/circuit-bg-BR5W5A9r.png);background-size:cover;background-position:center;opacity:.5;z-index:0}.circuit-section>*{position:relative;z-index:1}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.blink{animation:blink 1s infinite}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:#fbe35b4d;border-radius:3px}
