@import "https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700&display=swap";
.Navbar-module__nuAbfa__navbar{background-color:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);z-index:100;justify-content:space-between;align-items:center;height:80px;padding:0 4rem;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__brand{color:var(--foreground);align-items:center;gap:.5rem;display:flex}.Navbar-module__nuAbfa__logoText{font-family:var(--font-display);letter-spacing:-.05em;font-size:1.5rem;font-style:italic;font-weight:900}.Navbar-module__nuAbfa__logoIcon{color:var(--primary)}.Navbar-module__nuAbfa__links{gap:2rem;display:flex}.Navbar-module__nuAbfa__links a{letter-spacing:.05em;color:var(--secondary-foreground);font-size:.9rem;font-weight:600;transition:color .2s;position:relative}.Navbar-module__nuAbfa__links a:hover,.Navbar-module__nuAbfa__links a.Navbar-module__nuAbfa__active{color:var(--foreground)}.Navbar-module__nuAbfa__links a.Navbar-module__nuAbfa__active:after{content:"";background-color:var(--primary);height:2px;box-shadow:0 0 10px var(--primary-glow);border-radius:2px;position:absolute;bottom:-4px;left:0;right:0}.Navbar-module__nuAbfa__ctaButton{background-color:var(--primary);color:var(--primary-foreground);box-shadow:0 0 20px var(--primary-glow);border-radius:999px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:800;transition:all .2s}.Navbar-module__nuAbfa__ctaButton:hover{box-shadow:0 4px 25px var(--primary-glow);transform:translateY(-2px)}.Navbar-module__nuAbfa__mobileNavGroup{display:contents}.Navbar-module__nuAbfa__burger{color:#fff;cursor:pointer;z-index:200;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__nuAbfa__mobileMenu{background-color:var(--background);z-index:150;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.Navbar-module__nuAbfa__mobileMenuOpen{transform:translate(0)}.Navbar-module__nuAbfa__mobileMenu a{font-family:var(--font-display);color:#fff;font-size:2rem;font-weight:800;text-decoration:none;transition:color .3s}.Navbar-module__nuAbfa__mobileMenu a:hover{color:var(--primary)}@media (max-width:1100px){.Navbar-module__nuAbfa__navbar{padding:0 2rem}.Navbar-module__nuAbfa__links{gap:1.25rem}.Navbar-module__nuAbfa__links a{font-size:.8rem}.Navbar-module__nuAbfa__ctaButton{padding:.6rem 1.2rem;font-size:.8rem}}@media (max-width:900px){.Navbar-module__nuAbfa__brand svg{display:none}}@media (max-width:850px){.Navbar-module__nuAbfa__links{display:none}.Navbar-module__nuAbfa__burger{display:block}}@media (max-width:768px){.Navbar-module__nuAbfa__navbar{justify-content:space-between;align-items:center;height:70px;padding:0 1rem;display:flex}.Navbar-module__nuAbfa__mobileNavGroup{flex:1;align-items:center;gap:.5rem;display:flex}.Navbar-module__nuAbfa__brand{align-items:center;gap:.25rem;display:flex}.Navbar-module__nuAbfa__logoText{font-size:1.1rem}.Navbar-module__nuAbfa__ctaButton{padding:.45rem .75rem;font-size:.65rem}.Navbar-module__nuAbfa__mobileMenu a{font-size:1.75rem}}@media (max-width:480px){.Navbar-module__nuAbfa__logoText{font-size:1rem}.Navbar-module__nuAbfa__ctaButton{padding:.35rem .6rem;font-size:.6rem}}
.layout-module__CUj6aG__container{flex-direction:column;min-height:100vh;display:flex}.layout-module__CUj6aG__main{flex:1}.layout-module__CUj6aG__footer{background-color:var(--secondary);color:var(--secondary-foreground);border-top:1px solid var(--glass-border);padding:1.5rem 2rem}.layout-module__CUj6aG__footerContent{flex-direction:column;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;display:flex}.layout-module__CUj6aG__footerContent h2{font-family:var(--font-display);color:var(--foreground);letter-spacing:-.05em;font-weight:900}
:root{--background:#000;--foreground:#fdfdfd;--primary:#c23d3b;--primary-glow:#c23d3b66;--primary-foreground:#fdfdfd;--secondary:#612420;--secondary-foreground:#fdfdfd;--glass-bg:#0009;--glass-border:#fdfdfd14;--font-sans:"Open Sans", sans-serif;--font-display:"League Spartan", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.animate-slide-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUp}
