*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2f2e82;--secondary:#e31e24;--bg:#fff;--text:#1a1a1a;--text-dim:#666;--glass:#fffc;--glass-border:#0000001a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}html,body{touch-action:none;width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#fff!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;overflow-x:hidden}#root{place-items:center;width:100%;height:100%;min-height:100dvh;display:grid;background:#fff!important}.container{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex}.logo-wrapper{margin-bottom:3rem;animation:1s ease-out fadeInDown}.logo-wrapper img{max-width:280px;height:auto}.placeholder-logo{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:800}h1{letter-spacing:-2px;text-transform:uppercase;color:var(--secondary);width:100%;margin:0 auto;font-size:clamp(2.5rem,10vw,5.5rem);font-weight:900;line-height:1.1;animation:1s ease-out .2s both fadeInUp}.status-badge{letter-spacing:2px;text-transform:uppercase;color:var(--secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e31e241a;border:1px solid #e31e2433;border-radius:100px;margin-bottom:2.5rem;padding:.6rem 1.8rem;font-size:.9rem;font-weight:700;animation:1s ease-out .4s both fadeInUp;display:inline-block}.subtitle{color:var(--primary);width:100%;max-width:min(650px,90vw);margin:1.5rem auto 3.5rem;font-size:clamp(1.1rem,3vw,1.6rem);font-weight:500;line-height:1.4;animation:1s ease-out .6s both fadeInUp}.cta{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:12px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:1s ease-out .8s both fadeInUp;box-shadow:0 10px 25px #2f2e8233}.cta:hover{background:#3c3ba8;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 45px #2f2e824d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.container{padding:1.5rem}}@media (width<=768px){.logo-wrapper img{max-width:220px}.status-badge{margin-bottom:2rem;padding:.5rem 1.4rem;font-size:.8rem}.subtitle{margin:1rem 0 2.5rem}}@media (width<=480px),(height<=700px){.logo-wrapper{margin-bottom:1.5rem}.logo-wrapper img{max-width:150px}h1{letter-spacing:-1px;font-size:clamp(2rem,8vw,3rem)}.status-badge{margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem}.subtitle{margin:1rem 0 0;padding:0 .5rem;font-size:.95rem}}
