*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#1a8fbd;color:#fff;-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#1a8fbd,#0e6a8f 60%,#0a4f6e)}.noise{position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none;z-index:0}.page:before,.page:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.25;pointer-events:none}.page:before{width:600px;height:600px;background:#d4f506;top:-200px;right:-150px}.page:after{width:500px;height:500px;background:#d4f506;bottom:-200px;left:-150px}.container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;padding:2rem 1.5rem;max-width:680px;width:100%}.logo{width:120px;height:120px;border-radius:24px;box-shadow:0 8px 40px #00000040;animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.tag{background:#d4f506;color:#0a4f6e;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem 1rem;border-radius:999px}.headline{font-size:clamp(2rem,6vw,3.25rem);font-weight:800;line-height:1.15;color:#fff}.headline em{font-style:normal;color:#d4f506}.sub{font-size:1.05rem;line-height:1.7;color:#ffffffbf}.domain{color:#d4f506;font-weight:600}.countdown{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.countdown-unit{display:flex;flex-direction:column;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:1rem 1.25rem;min-width:80px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.countdown-value{font-size:2.25rem;font-weight:800;color:#d4f506;line-height:1;font-variant-numeric:tabular-nums}.countdown-label{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;margin-top:.4rem}.divider{font-size:1.75rem;font-weight:800;color:#ffffff4d;align-self:flex-start;padding-top:.75rem}.notify-form{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;width:100%;max-width:480px}.notify-input{flex:1;min-width:200px;padding:.85rem 1.25rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:1rem;outline:none;transition:border-color .2s,background .2s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.notify-input::placeholder{color:#ffffff73}.notify-input:focus{border-color:#d4f506;background:#ffffff26}.notify-btn{padding:.85rem 1.75rem;border-radius:999px;border:none;background:#d4f506;color:#0a4f6e;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;white-space:nowrap}.notify-btn:hover{background:#e0ff1a;transform:translateY(-2px);box-shadow:0 6px 20px #d4f50666}.notify-btn:active{transform:translateY(0)}.footer{position:relative;z-index:1;padding:1.5rem;font-size:.8rem;color:#ffffff59}@media(max-width:480px){.countdown-unit{min-width:64px;padding:.75rem .9rem}.countdown-value{font-size:1.75rem}.divider{display:none}}
