:root{--cream: #faf6e8;--green: #4a7a1e;--green-dark: #3a5f16;--blue: #4a7aaa;--text-muted: #8a8a6a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:var(--cream);font-family:Georgia,Times New Roman,serif;display:flex;flex-direction:column;align-items:center;min-height:100vh;min-height:100dvh;padding:40px 24px}#root{display:flex;flex-direction:column;align-items:center;flex:1;width:100%}main{display:flex;flex-direction:column;align-items:center;flex:1;justify-content:center}.signup{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:48px}.logo-wrap{display:flex;align-items:center;gap:20px;animation:fadeUp .7s ease both}.logo-wrap img{height:260px;width:auto;display:block}.waitlist-label{font-family:Georgia,serif;font-size:16px;color:var(--green);animation:fadeUp .7s ease .15s both}.waitlist-form-wrap{animation:fadeUp .7s ease .2s both;display:flex;flex-direction:column;align-items:center;width:100%}.waitlist-form{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.waitlist-input{font-family:Inter,sans-serif;color:#000;font-size:14px;margin:0 0 10px;width:100%;max-width:300px;min-width:100px;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d;border-radius:6px;padding:8px 12px}.waitlist-button{background:var(--green);font-size:14px;color:#fff;font-family:Inter,sans-serif;display:flex;width:100%;max-width:300px;height:38px;align-items:center;justify-content:center;padding:9px 17px;box-shadow:0 1px 2px #0000000d;border-radius:6px;text-align:center;font-weight:500;line-height:20px;border:none;cursor:pointer;transition:background .15s ease}.waitlist-button:hover{background:var(--green-dark)}.waitlist-button:disabled{cursor:default;opacity:.85}.waitlist-message{font-family:Inter,sans-serif;font-size:14px;margin-top:4px}.waitlist-message.success{color:#000}.waitlist-message.error{color:#b91c1c}.waitlist-back{color:#6b7280;font:14px Inter,sans-serif;margin:10px auto;text-align:center;background:transparent;border:none;cursor:pointer}.waitlist-back:hover{text-decoration:underline}footer{font-family:Georgia,serif;font-size:12px;color:var(--text-muted);text-align:center;padding-bottom:20px;animation:fadeUp .7s ease .3s both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){body{padding:24px}.logo-wrap img{height:auto;width:78vw;max-width:320px}.signup{margin-bottom:24px}}
