@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{background-color:#08080a;color:#a1a1aa;font-family:Sora,system-ui,-apple-system,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg-primary:#08080a;--bg-card:#0c0c0f;--border-color:#1a1a1e;--text-default:#a1a1aa;--text-emphasis:#fafafa;--color-pass:#4ade80;--color-warn:#fbbf24;--color-fail:#f87171;--font-heading:"Sora",system-ui;--font-mono:"IBM Plex Mono",monospace}html{background:#08080a;color-scheme:dark}body{overflow-x:hidden}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:inherit;border:inherit}input::placeholder{color:#5a5a62}a{color:inherit;text-decoration:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:fadeIn .3s ease-out forwards}.slide-in{animation:slideInUp .4s ease-out forwards}.pulse{animation:pulse 2s infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#08080a}::-webkit-scrollbar-thumb{background:#1a1a1e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2a2a2e}