@charset "UTF-8";.container[data-v-80069854]{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}a[data-v-80069854]{color:var(--accent);text-decoration:none;font-weight:500}a[data-v-80069854]:hover{color:var(--accent-strong);text-decoration:underline}@media(max-width:600px){.desc[data-v-80069854]{margin-bottom:.5rem}}:root{color-scheme:light dark;--bg: #0d1117;--card-bg: rgba(255, 255, 255, .07);--text: #e6edf3;--accent: #4cc2ff;--accent-strong: #63dfff;--muted: #94a3b8;--border: rgba(255, 255, 255, .1);--shadow: rgba(0, 0, 0, .25)}@media(prefers-color-scheme:light){:root{--bg: #f4f6fb;--card-bg: rgba(255, 255, 255, .92);--text: #0f172a;--accent: #2563eb;--accent-strong: #1d4ed8;--muted: #475569;--border: rgba(0, 0, 0, .1);--shadow: rgba(0, 0, 0, .1)}}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(76,194,255,.25),transparent 60%),linear-gradient(135deg,var(--bg),#050608 70%);font-family:Segoe UI,PingFang SC,Microsoft Yahei,sans-serif;display:flex;align-items:center;justify-content:center;color:var(--text);padding:2rem}@media(max-width:600px){body{padding:1.5rem 1rem}}.card{width:min(520px,100%);padding:3rem 2rem;background:var(--card-bg);border-radius:24px;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}@media(max-width:600px){.card{border-radius:18px}}.card{box-shadow:0 30px 70px var(--shadow);text-align:center;animation:float 5s ease-in-out infinite}@media(max-width:600px){.card{padding:2rem 1.5rem}}.icon{width:96px;height:96px;margin:0 auto 1.5rem;border-radius:50%;border:1px solid var(--border);background:linear-gradient(145deg,#4cc2ff40,#63dfff59);display:flex;align-items:center;justify-content:center;position:relative}@media(max-width:600px){.icon{width:72px;height:72px;margin-bottom:1rem}}.icon:after{content:"";position:absolute;width:130%;height:130%;border:1px dashed rgba(76,194,255,.35);border-radius:50%;animation:pulse 6s linear infinite}.icon svg{width:52px;height:52px;fill:none;stroke:var(--accent);stroke-width:1.5;stroke-linecap:round}@media(max-width:600px){.icon svg{width:42px;height:42px}}h1{font-size:1.4rem;margin:0 0 .4rem;color:var(--muted)}@media(max-width:600px){h1{font-size:1.2rem}}.desc{font-size:1rem;color:var(--muted);margin-bottom:1rem;line-height:1.4}@media(max-width:600px){.desc{font-size:.85rem}}.status{display:inline-flex;align-items:center;gap:.5rem;background:#4cc2ff1f;color:var(--accent);padding:.5rem 1.5rem;border-radius:999px;font-weight:700;font-size:1.4rem;margin-bottom:1.5rem;border:1px solid rgba(76,194,255,.35)}@media(max-width:600px){.status{padding:.5rem 1rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%{transform:scale(.9);opacity:.8}70%{transform:scale(1.05);opacity:0}to{transform:scale(1.1);opacity:0}}
