:root{--bg:#f7f7f7;--muted:#6b7280;--card-bg:#ffffff;--shadow:0 12px 24px rgba(15,23,42,0.08)}#__next,body,html{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:#111827;-webkit-font-smoothing:antialiased}.page-root{min-height:100vh;display:flex;padding:80px 28px;flex-direction:column;align-items:center;gap:20px;text-align:center}.top-icon{width:56px;height:56px}.subtitle{color:var(--muted);font-family:"Inter:Regular",sans-serif;word-break:break-word;font-weight:400;font-style:normal;font-size:14px;letter-spacing:-.06px;text-align:center;line-height:0;white-space:pre-wrap;line-height:1.45}.action-area{width:min(360px,92%);max-width:360px;height:80px;background:var(--card-bg);text-decoration:none;color:inherit;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 28px;border-radius:14px;box-shadow:var(--shadow)}.action-area.loading{background:rgba(185,185,185,.25);justify-content:center}.action-icon{width:44px;height:44px;flex:0 0 44px;display:flex;align-items:center;justify-content:center}.action-text{font-size:21px;letter-spacing:-.105px;color:#111827;white-space:nowrap;font-family:"SF Pro Display:Semibold",sans-serif;word-break:break-word;font-style:normal;flex-direction:column;justify-content:center}.message-card{width:min(540px,92%);max-width:540px;background:var(--card-bg);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow);font-size:16px;color:#111827}.bottom-link{margin-top:36px;font-size:13px;pointer-events:auto}.bottom-link,.bottom-link:active,.bottom-link:focus,.bottom-link:hover{color:var(--muted);text-decoration:none}@media (max-width:380px){.action-text{font-size:16px}.subtitle{max-width:300px;font-size:12px}}