:root { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body { margin: 0; background: #0b0f19; color: #e9eefc; }
a { color: #9ecbff; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 980px; margin: 0 auto; padding: 24px; }
.nav { display: flex; gap: 16px; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); position: sticky; top: 0; background: rgba(11,15,25,0.9); backdrop-filter: blur(10px); }
.brand { font-weight: 700; margin-right: auto; }

.card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); border-radius: 16px; padding: 18px; margin: 14px 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }

.h1 { font-size: 40px; margin: 10px 0 4px; line-height: 1.1; }
.h2 { font-size: 22px; margin: 0 0 6px; }
.p { color: rgba(233,238,252,0.85); line-height: 1.55; }
.badge { display: inline-block; padding: 6px 10px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.06); font-size: 13px; margin-right: 8px; }

.btns { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.btn { display: inline-block; padding: 10px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.08); }
.btn.primary { background: rgba(158,203,255,0.18); border-color: rgba(158,203,255,0.35); }

img.figure { width: 100%; border-radius: 14px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.03); }

table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 12px; }
th, td { padding: 10px; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 13px; }
th { text-align: left; color: rgba(233,238,252,0.9); }
td { color: rgba(233,238,252,0.8); }
.small { font-size: 13px; color: rgba(233,238,252,0.75); }
.footer { margin-top: 28px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.08); color: rgba(233,238,252,0.7); font-size: 13px; }
