.page{flex-direction:column;min-height:100vh;display:flex}.main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:2rem 1.5rem 1.5rem;display:flex}.nav{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin:0 auto;padding:1.5rem 1.5rem 0;display:flex}.logo{color:var(--ntem-text);align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.logo-mark{background:linear-gradient(135deg, var(--ntem-primary), var(--ntem-accent));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8125rem;font-weight:800;display:flex}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:var(--ntem-text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--ntem-primary)}.badge{background:var(--ntem-primary-light);color:var(--ntem-primary);border-radius:40px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.25rem 1rem .25rem .375rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--ntem-primary);border-radius:50%;width:6px;height:6px}.title{letter-spacing:-.03em;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.title-accent{background:linear-gradient(135deg, var(--ntem-primary), var(--ntem-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.desc{color:var(--ntem-text-secondary);max-width:500px;margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.7}.countdown{justify-content:center;gap:2rem;margin-bottom:2.5rem;display:flex}.countdown-item{text-align:center}.countdown-num{letter-spacing:-.03em;color:var(--ntem-primary);font-size:2.5rem;font-weight:800;line-height:1}.countdown-label{color:var(--ntem-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem;font-size:.75rem;font-weight:500}.countdown-sep{color:var(--ntem-border);font-size:2rem;font-weight:300;line-height:2.5rem}.form{gap:.5rem;width:100%;max-width:420px;display:flex}.form-input{border:1px solid var(--ntem-border);background:#fff;border-radius:40px;outline:none;flex:1;height:3rem;padding:0 1.25rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.form-input:focus{border-color:var(--ntem-primary);box-shadow:0 0 0 3px #005ca91a}.form-input::placeholder{color:var(--ntem-text-muted)}.form-btn{background:var(--ntem-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:40px;height:3rem;padding:0 1.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s}.form-btn:hover{background:var(--ntem-primary-dark);transform:translateY(-1px);box-shadow:0 8px 25px #005ca940}.form-note{color:var(--ntem-text-muted);margin-top:.75rem;font-size:.75rem}.social{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2.5rem;display:flex}.social a{color:var(--ntem-text-muted);align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.social a:hover{color:var(--ntem-primary)}.social-dot{background:var(--ntem-border);border-radius:50%;align-self:center;width:3px;height:3px}.footer{text-align:center;color:var(--ntem-text-muted);padding:2rem 1.5rem 1.5rem;font-size:.75rem}.footer a{color:var(--ntem-primary);text-decoration:none}.footer a:hover{text-decoration:underline}.blob{pointer-events:none;z-index:-1;border-radius:50%;position:fixed}.blob--1{background:radial-gradient(circle,#005ca914 0%,#0000 70%);width:300px;height:300px;top:-100px;right:-80px}.blob--2{background:radial-gradient(circle,#fb4bc70f 0%,#0000 70%);width:250px;height:250px;bottom:-60px;left:-60px}.blob--3{background:radial-gradient(circle,#005ca90a 0%,#0000 70%);width:180px;height:180px;bottom:30%;right:10%}@media (width<=600px){.title{font-size:2rem}.countdown{gap:1rem}.countdown-num{font-size:1.75rem}.countdown-sep{display:none}.form{flex-direction:column}.form-btn{width:100%}.nav-links{display:none}}:root{--ntem-primary:#005ca9;--ntem-primary-dark:#004a8a;--ntem-primary-light:#e2edf7;--ntem-accent:#fb4bc7;--ntem-accent-light:#fef0fa;--ntem-text:#0b1a2e;--ntem-text-secondary:#4a5a72;--ntem-text-muted:#8a9ab0;--ntem-bg:#f4f7fb;--ntem-border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--ntem-bg);color:var(--ntem-text);-webkit-font-smoothing:antialiased;background-image:radial-gradient(80% 50% at 50% -10%,#005ca90f 0%,#0000 70%),radial-gradient(50% 40% at 80% 90%,#fb4bc70d 0%,#0000 60%),radial-gradient(40% 40% at 20% 80%,#005ca908 0%,#0000 50%);font-family:Inter,-apple-system,system-ui,sans-serif}
