:root{--text:#c8d4e3;--text-h:#e8eef5;--text-muted:#8fa3bd;--bg:#1a2332;--bg-secondary:#232f42;--card-bg:#232f42;--border:#2d3d54;--accent:#6b8cce;--accent-hover:#5a7bc4;--accent-label:#f0a3a3;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0}#__nuxt,body{min-height:100vh}h1,h2,h3{color:var(--text-h);font-weight:600}button{font-family:inherit}a{color:inherit;text-decoration:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--border) 50%,var(--bg-secondary) 75%);background-size:200% 100%;border-radius:8px}
