*{margin:0;padding:0;box-sizing:border-box}body{font-family:SF Pro Display,SF Pro,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;justify-content:center;align-items:center;min-height:100vh;background:#e63980;color:#fff}.container{text-align:center;padding:2rem}.brand{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.brand-icon{height:64px;width:auto}.brand-wordmark{height:36px;width:auto}p{font-size:1.5rem;opacity:.9}.page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#e63980;color:#fff;padding:1rem}.card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem;max-width:440px;width:100%;text-align:center;box-shadow:0 8px 32px #0003}.brand{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.brand-icon{height:48px;width:auto}.brand-wordmark{height:28px;width:auto}.card p{font-size:1rem;opacity:.9;margin-bottom:1.5rem;line-height:1.5}.card .status-icon{font-size:3rem;margin-bottom:1rem}.card a{color:#fff;text-decoration:underline}.card .btn{display:inline-block;background:#fff;color:#e63980;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:opacity .2s;width:100%}.card .btn:hover{opacity:.9}.card .btn:disabled{opacity:.6;cursor:not-allowed}.card input{width:100%;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;margin-bottom:1rem;outline:none;transition:border-color .2s}.card input::placeholder{color:#fff9}.card input:focus{border-color:#ffffffb3}.card .error{background:#dc35454d;border:1px solid rgba(220,53,69,.5);padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.card .success{background:#28a7454d;border:1px solid rgba(40,167,69,.5);padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.spinner{display:inline-block;width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:1rem auto}@keyframes spin{to{transform:rotate(360deg)}}.deep-link-note{margin-top:1.5rem;font-size:.85rem;opacity:.7}
