:root{--background:#182a2a;--foreground:#fbf6c1;--foreground-secondary:#30726e;--foreground-tertiary:#c4b59c;--background-light:#eee1ce;--foreground-light:#255956}@font-face{font-family:Nippo;src:url(/fonts/nippo/Nippo-Extralight.otf);font-weight:200}@font-face{font-family:Nippo;src:url(/fonts/nippo/Nippo-Light.otf);font-weight:300}@font-face{font-family:Nippo;src:url(/fonts/nippo/Nippo-Regular.otf);font-weight:400}@font-face{font-family:Nippo;src:url(/fonts/nippo/Nippo-Medium.otf);font-weight:500}@font-face{font-family:Nippo;src:url(/fonts/nippo/Nippo-Bold.otf);font-weight:700}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Thin.otf);font-weight:100}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Ultralight.otf);font-weight:200}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Light.otf);font-weight:300}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Regular.otf);font-weight:400}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Book.otf);font-weight:500}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Medium.otf);font-weight:600}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-SemiBold.otf);font-weight:700}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Bold.otf);font-weight:800}@font-face{font-family:Suisse Intl;src:url(/fonts/suisse-intl/SuisseIntl-Black.otf);font-weight:900}@font-face{font-family:NeueBit;src:url(/fonts/neue-bit/PPNeueBit-Regular.otf);font-weight:400}@font-face{font-family:NeueBit;src:url(/fonts/neue-bit/PPNeueBit-Bold.otf);font-weight:700}*{margin:0;padding:0;box-sizing:border-box}body,html{background-color:#000;color:var(--foreground)}body,html,img{width:100%;height:100%}img{object-fit:cover}h1{line-height:90%;letter-spacing:-.35rem}h1,h2{text-transform:uppercase;font-family:Nippo;font-weight:400;font-size:7rem}h2{line-height:100%}h3{font-size:3rem}h3,h4{text-transform:uppercase;font-family:NeueBit;font-weight:600;line-height:100%}h4{font-size:2rem}p{font-family:Suisse Intl;font-weight:400;font-size:1.2rem;line-height:135%;color:var(--foreground-tertiary)}p,p.primary{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p.primary{font-family:NeueBit;font-weight:600;font-size:1.75rem;line-height:100%}a,p.primary{text-transform:uppercase;color:var(--foreground)}a{text-decoration:none;font-family:Nippo;font-weight:400;font-size:1rem}.container{position:relative;width:100%;padding:4em}section{position:relative;z-index:1}@media (max-width:900px){h1{font-size:4rem;letter-spacing:-.25rem}h2{font-size:2.75rem}h3{font-size:2rem}.container{padding:2em}}.navbar{position:fixed;top:0;left:0;width:100%;background-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.08)}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.navbar-col,.navbar-container{display:flex;align-items:center}.navbar-col{gap:2rem}.navbar-left{flex:0 0 auto}.navbar-right{flex:1 1;justify-content:flex-end}.navbar-sub-col{display:flex;align-items:center}.logo h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--foreground);transition:color .3s ease}.logo a{text-decoration:none;color:inherit}.logo a:hover h3{color:#4ade80}.time p{margin:0;font-size:.875rem;color:var(--foreground);opacity:.7;font-family:NeueBit}.nav-items{display:flex;gap:2rem}.nav-items a{text-decoration:none;color:var(--foreground);font-size:1rem;font-weight:500;transition:color .3s ease;position:relative}.nav-items a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#4ade80;transition:width .3s ease}.nav-items a:hover{color:#4ade80}.nav-items a:hover:after{width:100%}.music-toggle-wrapper{margin-left:1rem}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle span{width:100%;height:3px;background-color:var(--foreground);border-radius:10px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translateY(10px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(-10px)}@media (max-width:900px){.navbar-container{padding:1.5rem}.time{display:none}.mobile-menu-toggle{display:flex}.navbar-right{position:fixed;top:0;right:0;width:70%;max-width:300px;height:100vh;background-color:var(--background);border-left:1px solid rgba(255,255,255,.1);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;transform:translateX(100%);transition:transform .3s ease}.navbar-right.mobile-open{transform:translateX(0)}.nav-items{flex-direction:column;gap:.5rem;width:100%}.nav-items a{font-size:1.25rem;width:100%;padding:.5rem 0}.music-toggle-wrapper{margin-left:0;width:100%}.logo h3{font-size:1.25rem}}@media (max-width:600px){.navbar-right{width:80%}.logo h3{font-size:1.125rem}}.progress-bar{position:fixed;top:0;left:0;width:100%;height:7px;background-color:var(--foreground);z-index:10000;will-change:transform;transform:scaleX(0);transform-origin:center left;mix-blend-mode:difference}