*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{background-color:#282828}body{font-family:system-ui,-apple-system,sans-serif;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#282828,#1c1c1c);color:#fff}#app{text-align:center;padding:2rem;max-width:640px;width:100%;opacity:1}.logo-container{margin-bottom:3rem;filter:drop-shadow(0 0 20px rgba(255,255,255,.3)) drop-shadow(0 0 60px rgba(255,255,255,.15))}.logo{width:clamp(280px,70vw,500px);height:auto}.logo path,.logo polygon,.logo rect{fill:#252325}.countdown{display:flex;justify-content:space-between;width:clamp(280px,70vw,500px);margin:0 auto 2.5rem}.countdown-segment{display:flex;flex-direction:column;align-items:center}.countdown-value{font-size:clamp(2rem,8vw,4rem);font-weight:700;line-height:1;font-variant-numeric:tabular-nums;text-shadow:0 0 10px rgba(255,255,255,.6),0 0 30px rgba(255,255,255,.3),0 0 60px rgba(255,255,255,.15)}.countdown-label{font-size:clamp(.45rem,1.8vw,.7rem);text-transform:uppercase;letter-spacing:.2em;color:#ffffff80;margin-top:.5rem}.learn-more{background:none;border:none;color:#ffffff59;font-size:.8rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-family:inherit;padding:.5rem 1rem;transition:color .2s}.learn-more:hover,.learn-more:focus-visible{color:#ffffffb3;outline:none}#form-container{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .4s ease;margin-top:1.5rem}#form-container.visible{max-height:800px;overflow:visible;opacity:1}#form-container h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.form-subtitle{color:#ffffff80;font-size:.9rem;margin-bottom:2rem}form{text-align:left}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row .form-group{flex:1}.form-group{margin-bottom:1rem}.form-row .form-group{margin-bottom:0}label{display:block;font-size:.85rem;color:#ffffffb3;margin-bottom:.4rem}.required{color:#fff6}input,textarea{width:100%;padding:.65rem .8rem;background:#1a1a1a;border:1px solid #333;border-radius:6px;color:#fff;font-family:inherit;font-size:.95rem;transition:border-color .2s}input:focus,textarea:focus{outline:none;border-color:#ffffff80}textarea{resize:vertical}.submit-btn{width:100%;padding:.75rem;background:#fff;color:#111;border:none;border-radius:6px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;margin-top:.5rem;transition:opacity .2s}.submit-btn:hover{opacity:.9}#form-status{margin-top:1rem;font-size:.9rem;text-align:center}#form-status.success{color:#ffffffb3}#form-status.error{color:#f87171}@media(max-width:480px){.form-row{flex-direction:column;gap:0}.form-row .form-group{margin-bottom:1rem}}
