@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#000;color:#e2e8f0}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}.glass-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stat-card-purple{background:#8b5cf614;border:1px solid rgba(139,92,246,.15);border-radius:16px;padding:20px}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:20px}.btn-primary{background:#6366f1;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:700;font-size:14px;transition:all .2s}.btn-primary:hover{background:#4f46e5;box-shadow:0 0 20px #6366f14d}.btn-secondary{background:#ffffff0d;color:#cbd5e1;border:1px solid rgba(255,255,255,.1);padding:12px 24px;border-radius:12px;font-weight:700;font-size:14px;transition:all .2s}.btn-secondary:hover{background:#ffffff1a}input,select,textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#f8fafc;padding:12px 16px;border-radius:12px;font-size:14px;outline:none;width:100%;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf61a}input::placeholder,textarea::placeholder{color:#94a3b866}select option{background:#0f172a;color:#f8fafc}select optgroup{background:#0f172a;color:#94a3b8}table{width:100%;border-collapse:collapse}th,td{padding:14px 20px;text-align:left}th{color:#94a3b8;font-weight:800;font-size:10px;text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid rgba(255,255,255,.05)}td{border-bottom:1px solid rgba(255,255,255,.03)}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:700}.calendar-day{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:12px;color:#94a3b8;cursor:default}.calendar-day.active{background:#8b5cf6;color:#fff;font-weight:700}.timeline-dot{width:10px;height:10px;border-radius:50%;background:#8b5cf6;box-shadow:0 0 0 4px #8b5cf633}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#8b5cf6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.page-container{background:#000;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}
