@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-card: #16161f;--accent-primary: #7c3aed;--accent-secondary: #8b5cf6;--accent-tertiary: #06b6d4;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--border-color: rgba(255, 255, 255, .08);--success: #10b981;--warning: #f59e0b;--error: #ef4444}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 24px}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0fd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);height:64px}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar-brand{display:flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.navbar-brand .logo{width:32px;height:32px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-tertiary));border-radius:8px;display:flex;align-items:center;justify-content:center}.navbar-brand .highlight{color:var(--accent-tertiary)}.navbar-badge{padding:4px 12px;background:#ffffff14;border:1px solid var(--border-color);border-radius:20px;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.hero{padding-top:120px;padding-bottom:60px;text-align:center;position:relative}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(ellipse,var(--accent-primary) 0%,transparent 70%);opacity:.12;pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#7c3aed26;border:1px solid rgba(124,58,237,.3);border-radius:24px;font-size:.8rem;font-weight:500;color:var(--accent-tertiary);margin-bottom:24px}.hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.hero h1 .gradient-text{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.1rem;color:var(--text-secondary);max-width:560px;margin:0 auto 40px;line-height:1.7}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:48px}.highlight-card{background:linear-gradient(145deg,var(--bg-card),var(--bg-secondary));border:1px solid var(--border-color);border-radius:16px;padding:24px;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.highlight-card:hover{transform:translateY(-4px);border-color:#ffffff26}.highlight-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.highlight-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.highlight-card-icon.blue{background:#3b82f626;color:#60a5fa}.highlight-card-icon.purple{background:#8b5cf626;color:#a78bfa}.highlight-card-icon.green{background:#10b98126;color:#34d399}.highlight-card-tag{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;background:#ffffff0d;border:1px solid var(--border-color);border-radius:4px;color:var(--text-muted);font-family:SF Mono,Consolas,monospace}.highlight-card-value{font-size:1.75rem;font-weight:700;font-family:SF Mono,Consolas,monospace;color:var(--text-primary);margin-bottom:4px;letter-spacing:-.02em}.highlight-card-value.loading{color:var(--text-muted);font-size:1rem}.highlight-card-subtitle{font-size:.875rem;color:var(--text-secondary)}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px}@media(max-width:1024px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr}}.section{margin-bottom:24px}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-left:4px}.section-icon{width:36px;height:36px;border-radius:10px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--accent-secondary);font-size:1.1rem}.section-title{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.info-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:20px;transition:border-color .3s ease}.info-card:hover{border-color:#ffffff1f}.info-card.accent-top{border-top:3px solid var(--accent-primary)}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed rgba(255,255,255,.05)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.875rem;font-weight:500;color:var(--text-muted)}.detail-value{font-size:.875rem;font-weight:500;font-family:SF Mono,Consolas,monospace;color:var(--text-secondary);text-align:right;max-width:60%;word-break:keep-all;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.detail-value.highlight{color:var(--text-primary)}.detail-subvalue{font-size:.7rem;color:var(--text-muted);margin-top:2px}.stat-box-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.stat-box{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;padding:14px;display:flex;align-items:center;justify-content:space-between}.stat-box-content .stat-label{font-size:.7rem;color:var(--text-muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.03em}.stat-box-content .stat-value{font-size:1rem;font-weight:700;color:var(--text-primary)}.stat-box-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.progress-container{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-color)}.progress-header{display:flex;justify-content:space-between;margin-bottom:8px}.progress-label{font-size:.875rem;color:var(--text-muted)}.progress-status{font-size:.875rem;font-weight:600;color:var(--success)}.progress-bar{height:8px;background:#ffffff14;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:var(--success);border-radius:4px;transition:width .5s ease}.progress-fill.charging{animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.ua-box{grid-column:1 / -1;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:20px}.ua-header{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:12px}.ua-content{background:#050508;border:1px solid var(--border-color);border-radius:8px;padding:16px;font-family:SF Mono,Consolas,monospace;font-size:.8rem;color:var(--text-secondary);line-height:1.6;word-break:break-all;-webkit-user-select:all;user-select:all;cursor:text;transition:color .3s ease}.ua-content:hover{color:var(--text-primary)}.cta-card{background:linear-gradient(135deg,#7c3aed33,#06b6d41a);border:1px solid rgba(124,58,237,.3);border-radius:16px;padding:28px;text-align:center;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39h40M39 0v40' stroke='rgba(255,255,255,0.03)' fill='none'/%3E%3C/svg%3E");opacity:.5}.cta-icon{font-size:2rem;margin-bottom:12px;color:var(--accent-secondary)}.cta-title{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.cta-description{font-size:.875rem;color:var(--text-secondary);margin-bottom:20px;line-height:1.6}.cta-button{display:inline-block;padding:10px 24px;background:var(--text-primary);color:var(--bg-primary);font-size:.875rem;font-weight:600;border-radius:8px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;border:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff26}.footer{border-top:1px solid var(--border-color);background:#050508;padding:32px 0;text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:8px;font-size:1rem;font-weight:600;color:var(--text-secondary);margin-bottom:12px}.footer-brand .icon{color:var(--accent-primary)}.footer-copyright{font-size:.8rem;color:var(--text-muted)}.loading-spinner{width:20px;height:20px;border:2px solid var(--border-color);border-top-color:var(--accent-tertiary);border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.page-loader{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.page-loader .loading-spinner{width:40px;height:40px;border-width:3px}.page-loader-text{font-size:.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:640px){.container{padding:0 16px}.navbar{height:56px}.navbar-brand{font-size:1.1rem;gap:10px}.navbar-brand .logo{width:28px;height:28px}.navbar-badge{padding:3px 10px;font-size:.7rem}.hero{padding-top:90px;padding-bottom:40px}.hero:before{width:300px;height:250px}.hero-badge{padding:5px 12px;font-size:.75rem;margin-bottom:20px}.hero h1{font-size:2rem;margin-bottom:16px}.hero-description{font-size:.95rem;margin-bottom:32px;padding:0 8px}.highlight-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.highlight-card{padding:20px}.highlight-card-header{margin-bottom:12px}.highlight-card-icon{width:40px;height:40px}.highlight-card-value{font-size:1.5rem;word-break:break-all}.highlight-card-subtitle{font-size:.8rem}.dashboard-grid{gap:20px;margin-bottom:40px}.section{margin-bottom:20px}.section-header{gap:10px;margin-bottom:12px}.section-icon{width:32px;height:32px}.section-title{font-size:1rem}.info-card{padding:16px;border-radius:14px}.detail-row{padding:10px 0;flex-wrap:wrap;gap:4px}.detail-label{font-size:.8rem;flex-shrink:0}.detail-value{font-size:.8rem;max-width:55%}.detail-subvalue{font-size:.65rem}.stat-box-grid{gap:10px;margin-bottom:12px}.stat-box{padding:12px;border-radius:10px}.stat-box-content .stat-label{font-size:.65rem}.stat-box-content .stat-value{font-size:.9rem}.stat-box-icon{width:32px;height:32px}.progress-container{margin-top:14px;padding-top:14px}.progress-label,.progress-status{font-size:.8rem}.progress-bar{height:6px}.ua-box{padding:16px}.ua-header{font-size:.75rem;margin-bottom:10px}.ua-content{padding:12px;font-size:.7rem;line-height:1.5}.cta-card{padding:24px 20px;border-radius:14px}.cta-icon{font-size:1.75rem;margin-bottom:10px}.cta-title{font-size:1rem}.cta-description{font-size:.8rem;margin-bottom:16px}.cta-button{padding:10px 20px;font-size:.8rem}.footer{padding:24px 0}.footer-brand{font-size:.9rem;margin-bottom:8px}.footer-copyright{font-size:.7rem;padding:0 16px}}
