:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;color:#f9fafb;background-color:#030712}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#030712;color:#f9fafb}main{width:100%}.coming-soon{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:2rem}.coming-soon__content{width:100%;max-width:32rem;text-align:center;padding:2.5rem;border-radius:1.75rem;background:linear-gradient(135deg,rgba(15,23,42,.8),rgba(30,41,59,.7));border:1px solid rgba(148,163,184,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 25px 80px rgba(2,6,23,.6)}.logo-wrap{width:4.5rem;height:4.5rem;margin:0 auto 1.5rem;display:grid;place-items:center;border-radius:1.5rem;background:rgba(248,250,252,.08)}h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}p{margin:0;color:rgba(226,232,240,.88);line-height:1.6}p+p{margin-top:.75rem}.notify-form{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.notify-form input{width:100%;padding:.95rem 1.2rem;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:rgba(15,23,42,.6);color:#f8fafc;font-size:1rem}.notify-form input::placeholder{color:rgba(148,163,184,.9)}.notify-form button{padding:.95rem 1.5rem;border-radius:999px;border:none;background:linear-gradient(120deg,#22d3ee,#2563eb);color:#0f172a;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.notify-form button:hover{transform:translateY(-1px);box-shadow:0 10px 30px rgba(37,99,235,.35)}.form-note,footer{font-size:.9rem;color:rgba(148,163,184,.9)}footer{text-align:center}@media (min-width:640px){.notify-form{flex-direction:row;background:rgba(15,23,42,.5);border-radius:999px;padding:.35rem}.notify-form input{border:none;background:transparent;border-radius:999px}.notify-form button{min-width:140px}}