*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,#f8fffe 0%,#f0f9f7 100%);min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#12443a;line-height:1.6}.container{text-align:center;max-width:600px;padding:3rem 2rem;animation:fadeInUp .8s ease-out}.logo{width:280px;height:auto;margin-bottom:4rem;filter:drop-shadow(0 4px 20px rgba(18,68,58,.1));transition:transform .3s ease}.logo:hover{transform:translateY(-2px)}h1{font-size:3rem;font-weight:300;color:#12443a;margin-bottom:1.5rem;letter-spacing:-.02em}.subtitle{font-size:1.25rem;color:#12443a;opacity:.8;margin-bottom:3rem;font-weight:400}.highlight{color:#48b74d;font-weight:500}.coming-soon-text{font-size:1.1rem;color:#12443a;opacity:.7;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto}.notify-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 32px rgba(18,68,58,.08);border:1px solid rgba(72,183,77,.1)}.email-form{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:250px;padding:1rem 1.5rem;border:2px solid rgba(18,68,58,.1);border-radius:12px;font-size:1rem;background:#f8fffe;color:#12443a;transition:border-color .3s ease,box-shadow .3s ease}.email-input:focus{outline:none;border-color:#48b74d;box-shadow:0 0 0 3px rgba(72,183,77,.1)}.notify-btn{padding:1rem 2rem;background:linear-gradient(135deg,#48b74d 0%,#3ea644 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;white-space:nowrap}.notify-btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(72,183,77,.3)}.notify-btn:active{transform:translateY(0)}.form-note{font-size:.9rem;color:#12443a;opacity:.6;margin-top:1rem}.footer{position:absolute;bottom:2rem;font-size:.9rem;color:#12443a;opacity:.5}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{padding:2rem 1.5rem}.logo{width:240px;margin-bottom:3rem}h1{font-size:2.5rem}.subtitle{font-size:1.1rem}.email-form{flex-direction:column;align-items:stretch}.email-input{min-width:auto}.notify-btn{width:100%}}@media (max-width:480px){h1{font-size:2rem}.logo{width:200px}.notify-container{padding:1.5rem}}
.st0{fill:#12443a}.st1{fill:#48b74d}