:root{--bg:#0b1020;--panel:#121936;--panel-2:#ffffff;--text:#e8edf9;--body:#1e293b;--muted:#64748b;--line:#dbe3f0;--accent:#4f46e5;--accent-2:#22c55e;--max:1160px;--radius:20px;--shadow:0 18px 50px rgba(15, 23, 42, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;color:var(--body);background:#f7f9fc;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(calc(100% - 2rem),var(--max));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(11,16,32,.9);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,8%)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.brand img{height:50px;width:auto}.brand:hover{text-decoration:none}.brand strong{display:block;font-size:1rem}.brand small{display:block;color:#b7c2de}.brand-mark{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),#8b5cf6);color:#fff;font-weight:800}.nav-list{list-style:none;display:flex;gap:1rem;padding:0;margin:0;flex-wrap:wrap}.nav-list a{color:#e5ebfb}.hero{background:radial-gradient(circle at top right,rgba(79,70,229,.22),transparent 28%),linear-gradient(180deg,#0b1020 0%,#111933 100%);color:var(--text);padding:5rem 0 4rem}.hero-grid,.two-col{display:grid;gap:1.5rem;grid-template-columns:1.4fr 1fr}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;color:#93c5fd;font-weight:700}.hero h1{font-size:clamp(2.4rem,5vw,4.3rem);line-height:1.05;margin:.3rem 0 1rem}.lead{font-size:1.15rem;max-width:66ch;color:#d7e1f4}.button-row{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.4rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none}.button.primary{background:#fff;color:#0f172a;border-color:#fff;font-weight:700}.button:hover{text-decoration:none;transform:translateY(-1px)}.section{padding:4rem 0}.section.alt{background:#eef3fa}.section-head{margin-bottom:1.2rem}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.4rem;border:1px solid #edf2f8}.hero-card{background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.14);box-shadow:none}.hero-card h2,.hero-card p,.hero-card li{color:#fff}.check-list{padding-left:1.2rem}.muted{color:var(--muted)}.prose{max-width:880px}.prose h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:1rem}.prose h2{margin-top:2rem}.prose img{display:block;max-width:100%;height:auto}.prose table{width:100%;max-width:100%;display:block;overflow-x:auto}.stack-list{display:grid;gap:1rem}.members-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.member-photo{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin-bottom:.8rem;border:1px solid #e2e8f0;background:#f8fafc}.member-card h3{margin-bottom:.3rem}.member-meta{color:var(--muted);margin-bottom:.7rem}.news-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}.news-list li{display:flex;flex-direction:column;gap:.2rem;padding-bottom:.9rem;border-bottom:1px solid #d9e2ef}.text-link{font-weight:700}.site-footer{background:#0b1020;color:#d7e1f4;padding:3rem 0}.site-footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:2rem}.table-like{display:grid;gap:.8rem}.pub-item{padding:1rem 0;border-bottom:1px solid #d9e2ef}.pub-meta{color:var(--muted);font-size:.95rem}@media(max-width:850px){.hero-grid,.two-col,.footer-grid,.card-grid,.members-grid{grid-template-columns:1fr}.nav-wrap{align-items:flex-start;flex-direction:column}.hero{padding-top:3.8rem}}