:root{--primary-color: #3b82f6;--primary-color-rgb: 59, 130, 246;--text-primary: #f8fafc;--text-secondary: #94a3b8;--bg-color: #0f172a;--card-bg: #1e293b;--card-bg-rgb: 30, 41, 59;--success-color: #10b981;--success-color-rgb: 16, 185, 129;--error-color: #ef4444;--error-color-rgb: 239, 68, 68;--warning-color: #f59e0b;--warning-color-rgb: 245, 158, 11;--border-color: rgba(255, 255, 255, .1)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-primary)}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:#1e293b;background:linear-gradient(to right,#1e293b 8%,#334155 18%,#1e293b 33%);background-size:1000px 100%;animation:shimmer 2s infinite linear;border-radius:8px}.skeleton-text{height:1rem;margin-bottom:.5rem;width:100%}.skeleton-title{height:2rem;margin-bottom:1rem;width:70%}.skeleton-circle{width:40px;height:40px;border-radius:50%}.skeleton-rect{width:100%;height:200px}
