﻿*{margin:0;padding:0;box-sizing:border-box;}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#f8fafc;color:#334155;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;transition:background-color 0.3s,color 0.3s;}@media (prefers-color-scheme:dark){body{background-color:#0f172a;color:#e2e8f0;}}.container{text-align:center;max-width:400px;width:100%;}.icon-wrapper{margin-bottom:24px;}.main-icon{width:80px;height:80px;fill:#3b82f6;animation:bounce 2s infinite;}@keyframes bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}h1{font-size:24px;font-weight:600;margin-bottom:16px;color:#1e293b;}@media (prefers-color-scheme:dark){h1{color:#f1f5f9;}}p{font-size:16px;line-height:1.6;color:#64748b;margin-bottom:8px;}@media (prefers-color-scheme:dark){p{color:#94a3b8;}}.loading-dots{display:inline-flex;gap:4px;margin-top:12px;}.dot{width:8px;height:8px;border-radius:50%;background-color:#3b82f6;animation:dotBounce 1.4s infinite ease-in-out both;}.dot:nth-child(1){animation-delay:-0.32s;}.dot:nth-child(2){animation-delay:-0.16s;}@keyframes dotBounce{0%,80%,100%{transform:scale(0);}40%{transform:scale(1);}}.footer{margin-top:40px;font-size:14px;color:#94a3b8;}.erweima{margin-bottom:10px;width:200px;}