@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap";body{margin:0;background-color:#1e1e1e;color:#f5f5f5;font-family:Oswald,sans-serif}a{color:inherit;text-decoration:none}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.5rem;min-height:76px;background-color:#121212;border-bottom:2px solid #b22222;position:sticky;top:0;z-index:1000}.brand-name{font-weight:900;font-size:1.8rem;color:#b22222;letter-spacing:2px;text-transform:uppercase}.navbar-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo-img{height:72px;width:auto;object-fit:contain;display:block}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-weight:600;font-size:1.25rem;line-height:1;transition:color .2s ease-in-out}.nav-links a:hover{color:#e8c547}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#1e1e1e;text-align:center}.hero-content{max-width:1000px;width:100%;padding:0 1rem;margin:0 auto}.tagline{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem}.highlight{color:#d4af37}.subtitle{font-size:1.5rem;color:#aaa;margin-bottom:2.5rem}.cta{background-color:#b22222;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:background-color .2s ease-in-out}.cta:hover{background-color:#8b0000}.coming-soon{padding:3rem 2rem;background-color:#151515;border-top:1px solid #444;text-align:center}.coming-soon-content{max-width:1000px;margin:0 auto;padding:0 1rem}@media (max-width: 800px){.navbar{flex-wrap:wrap;gap:1rem;padding:1.25rem 1rem;min-height:unset}.logo-img{height:60px}.nav-links{width:100%;justify-content:center}}.site-container{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem}
