.app-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;text-align:center}.waitlist-card{width:100%;max-width:512px;background-color:#1f293780;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2rem;border-radius:1rem;box-shadow:0 10px 25px #0006;border:1px solid #4b5563}.header{margin-bottom:2rem}.header h1{font-size:2.8rem;font-weight:700;color:#22d3ee;margin:0 0 .5rem}.header h1 span{color:#fff}.header p{font-size:1.125rem;color:#d1d5db;margin:0}.signup-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.signup-form input{width:100%;padding:.75rem 1rem;background-color:#374151;border:1px solid #4b5563;border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s ease}.signup-form input::placeholder{color:#9ca3af}.signup-form input:focus{outline:none;border-color:#22d3ee;box-shadow:0 0 0 2px #22d3ee80}.signup-form button{padding:.75rem 1rem;background-color:#0891b2;border:none;border-radius:.5rem;font-weight:700;font-size:1rem;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0891b24d}.signup-form button:hover{background-color:#06b6d4;transform:scale(1.05)}.status-message{font-size:.875rem;margin-bottom:1.5rem;min-height:1.25rem}.status-message.success{color:#34d399}.status-message.error{color:#f87171}.counter{background-color:#37415180;padding:1rem;border-radius:.5rem}.counter p{font-size:1.25rem;font-weight:600;margin:0}.counter span{font-size:1.5rem;font-weight:700;color:#22d3ee;animation:custom-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes custom-pulse{0%,to{opacity:1;text-shadow:0 0 8px rgba(34,211,238,.7)}50%{opacity:.8;text-shadow:0 0 16px rgba(34,211,238,1)}}.footer{position:absolute;bottom:1rem;color:#6b7280;font-size:.875rem}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#111827;color:#f9fafb}*{box-sizing:border-box}
