*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Hiragino Sans,Yu Gothic,-apple-system,BlinkMacSystemFont,sans-serif}.gate-screen{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#0a0a0f;padding:1rem}.gate-card{width:100%;max-width:24rem;border-radius:1.5rem;background-color:#fff;padding:2rem;box-shadow:0 25px 50px -12px #00000080}.gate-header{text-align:center;margin-bottom:1.25rem}.gate-icon{margin:0 auto .75rem;display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:1rem;background-color:#ede9fe;font-size:1.5rem}.gate-title{font-weight:800;color:#0a0a0f;font-size:1.125rem;margin:0}.gate-description{margin-top:.375rem;color:#6b7280;font-size:.75rem;line-height:1.5}.gate-input{width:100%;border-radius:1rem;border:2px solid #e5e7eb;padding:.875rem 1rem;text-align:center;font-weight:700;color:#111827;font-size:1.125rem;letter-spacing:.15em;outline:none;transition:border-color .15s ease}.gate-input:focus{border-color:#a78bfa}.gate-error{margin-top:.75rem;text-align:center;font-weight:700;color:#dc2626;font-size:.75rem}.gate-button{margin-top:1.25rem;display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;border:none;background-color:#0a0a0f;padding:.875rem;font-weight:700;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.gate-button:hover:not(:disabled){background-color:#262626}.gate-button:disabled{cursor:not-allowed;opacity:.5}
