:root{--brand: #e41616;--ink: #1a1a1a;--muted: #8a8a8a;--faint: #a3a3a3;--page: #ffffff;--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;color:var(--ink);background:var(--page);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;-webkit-font-smoothing:antialiased}body{min-height:100dvh}button{font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:none;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}#app{min-height:100dvh}.page{min-height:100dvh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff5f5,#fff 42%)}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 28px 40px;max-width:400px;width:100%;margin:0 auto}.app-logo{width:80px;height:80px;margin-bottom:28px;display:block;border-radius:50%}.title{margin:0;font-size:22px;font-weight:600;line-height:1.35;letter-spacing:-.02em}.lead{margin:10px 0 0;font-size:15px;line-height:1.6;color:var(--muted);max-width:18em}.cta{margin-top:40px;width:min(100%,280px);display:flex;flex-direction:column;gap:10px}.btn{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:10px;font-size:16px;font-weight:600;transition:opacity .15s ease,transform .08s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.btn:active:not(:disabled){transform:scale(.985);opacity:.92}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{color:#fff;background:var(--brand)}.btn-ghost{color:var(--muted);font-weight:500;min-height:40px;background:transparent}.hint{margin:16px 0 0;font-size:13px;line-height:1.5;color:var(--faint);max-width:20em}.foot{padding:16px 24px calc(20px + var(--safe-bottom));text-align:center;font-size:12px;color:var(--faint)}.foot a{color:var(--muted);border-bottom:1px solid rgba(26,26,26,.12);padding-bottom:1px}.loading-dot{display:inline-block;width:1.1em;text-align:left}.loading-dot:after{content:"";animation:dots 1.2s steps(4,end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.toast{position:fixed;left:50%;bottom:calc(48px + var(--safe-bottom));transform:translate(-50%) translateY(8px);background:#1a1a1ae0;color:#fff;font-size:14px;padding:10px 16px;border-radius:8px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:20;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}
