@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@700&family=Poppins:wght@300;400;600&display=swap");:root{--background-dark:#0a0f1f;--panel-bg:rgba(22,29,53,0.6);--panel-border:rgba(68,90,158,0.5);--primary-text:#e0e4f2;--secondary-text:#a8b2d2;--accent-cyan:#00f6ff;--accent-gold:#ffc94d}*{box-sizing:border-box;padding:0;margin:0}body{background-color:var(--background-dark);color:var(--primary-text);font-family:Poppins,sans-serif;height:100%}.hero-content h1 span{color:var(--accent-cyan)}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}.page-wrapper>main{flex:1 0 auto}.container{max-width:100%;width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between;align-items:center}.background-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;overflow:hidden}.background-video{width:100%;height:100%;object-fit:cover}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(10,15,31,.7)}.header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:1.5rem 2rem}.content-container,.content-scroll-container{position:relative;z-index:1}.content-scroll-container{isolation:isolate}.hero-viewport{height:100vh;display:flex;flex-direction:column;padding-bottom:4rem}.hero-content-wrapper{flex-grow:1;display:flex;justify-content:center;padding-top:10vh}.hero-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:650px;padding:1rem}.hero-content h1{font-family:Orbitron,sans-serif;font-size:3.5rem}.hero-content p{font-size:1.2rem;color:var(--secondary-text)}.live-info-section{background-color:transparent;padding:16rem 2rem;position:relative;z-index:2}.live-info-section:before{content:"";position:absolute;left:0;right:0;bottom:0;height:150vh;background:linear-gradient(0deg,#070b16 60%,rgba(7,11,22,.9) 75%,rgba(7,11,22,0));z-index:-1}.live-grid{display:grid;grid-template-columns:1fr 2fr;grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto;align-items:start}.live-grid h2{font-family:Orbitron,sans-serif;margin-bottom:1.5rem;font-size:1.5rem}.feature-grid-container{max-width:1200px;width:100%;margin:1.5rem auto 0}.logo{font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700}.logo span{color:var(--accent-cyan)}.nav a{font-weight:600;color:var(--secondary-text);transition:color .2s ease-in-out;padding-bottom:.5rem;border-bottom:2px solid transparent;margin-left:50px}.nav a.active,.nav a:hover{color:var(--primary-text);border-bottom-color:var(--accent-cyan)}.hero{text-align:center;padding:6rem 0;display:flex;flex-direction:column;align-items:center}.hero h1{font-family:Orbitron,sans-serif;font-size:3.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;max-width:600px;color:var(--secondary-text);margin-bottom:2.5rem}.search-bar{position:relative;width:100%;max-width:500px}.search-bar svg{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:var(--secondary-text)}.search-bar input{width:100%;padding:1rem 1rem 1rem 3.5rem;background-color:var(--panel-bg);border:1px solid var(--panel-border);border-radius:8px;color:var(--primary-text);font-size:1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .2s,box-shadow .2s;z-index:5}.search-bar input:focus{outline:none;border-color:var(--accent-cyan);box-shadow:0 0 15px rgba(0,246,255,.2)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;padding-top:1.5rem;transform:translateY(-80px);z-index:5}.feature-grid-container{padding-top:2rem;z-index:5}.card{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:8px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;z-index:5}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.card h2{font-family:Orbitron,sans-serif;color:var(--accent-gold);margin-bottom:.75rem}.card p{color:var(--secondary-text);margin-bottom:1.5rem;min-height:60px}.card-link{font-weight:600;color:var(--accent-cyan)}.hero-section{padding-bottom:4rem}.live-section{background-color:var(--background-dark);padding:4rem 0;border-top:1px solid var(--panel-border)}@media (max-width:1024px){.live-grid{gap:3rem}.feature-grid,.live-grid{grid-template-columns:1fr}.hero h1,.hero-content h1{font-size:2.8rem}.live-info-section{padding:10rem 2rem}.card{margin-left:25px;margin-right:25px}}@media (max-width:768px){.container{padding:0 1rem}.header{flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.nav{width:100%;display:flex;justify-content:space-around}.nav a{margin:0;font-size:.9rem;padding:0 .5rem .5rem}.background-video{display:none}.hero-content-wrapper{padding-top:5vh}.hero h1,.hero-content h1{font-size:2.2rem;line-height:1.2}.hero p,.hero-content p{font-size:1rem}.feature-grid{transform:translateY(0);padding-top:2rem}.feature-grid-container{margin-top:0}.live-info-section{padding:4rem 1rem;margin-top:300px}.live-info-section:before{height:120vh;background:linear-gradient(0deg,#070b16 70%,rgba(7,11,22,0))}.live-grid{gap:2.5rem}}.Footer_footer__pQtti{width:100%;padding:2rem;background-color:var(--background-dark);border-top:1px solid var(--panel-border)}.Footer_footerContent__yAl3k{max-width:800px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1rem}.Footer_disclaimer__qddzw{font-size:.85rem;color:var(--secondary-text);opacity:.7;line-height:1.6}.Footer_credits__gw_p4{font-size:.9rem;color:var(--secondary-text);line-height:1.6}.Footer_credits__gw_p4 a{color:var(--accent-cyan);font-weight:600;text-decoration:none;transition:opacity .2s ease-in-out}.Footer_credits__gw_p4 a:hover{opacity:.8}