:root{--bg: #09121f;--bg-soft: #101c2c;--panel: rgba(255, 255, 255, .06);--panel-strong: rgba(255, 255, 255, .1);--border: rgba(255, 255, 255, .12);--text: #f4f8ff;--muted: #99a8bd;--accent: #79f2c0;--accent-2: #75b8ff;--shadow: 0 20px 80px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at top left,rgba(117,184,255,.18),transparent 28%),radial-gradient(circle at bottom right,rgba(121,242,192,.16),transparent 24%),linear-gradient(180deg,#07101b,#0b1523 55%,#09121f);color:var(--text);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}.site-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:40px 0 72px}.hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;padding:48px;border:1px solid var(--border);border-radius:36px;background:linear-gradient(145deg,#ffffff0f,#ffffff05);box-shadow:var(--shadow)}.hero__glow{position:absolute;inset:auto;border-radius:999px;filter:blur(70px);pointer-events:none}.hero__glow--one{top:-40px;right:10%;width:220px;height:220px;background:#75b8ff40}.hero__glow--two{bottom:-60px;left:20%;width:260px;height:260px;background:#79f2c02e}.eyebrow{display:inline-block;margin-bottom:14px;color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase}.hero h1,.section h2,.spotlight-card h3{margin:0;font-family:Space Grotesk,sans-serif}.hero h1{font-size:clamp(44px,8vw,88px);line-height:.95;max-width:8ch}.lede{max-width:52ch;margin:20px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid var(--border);transition:transform .2s ease,border-color .2s ease,background .2s ease}.button:hover,.spotlight-card:hover,.pill-link:hover,.archive-row:hover{transform:translateY(-2px)}.button--primary{background:linear-gradient(135deg,var(--accent),#9af7ff);color:#051119;border-color:transparent;font-weight:800}.button--ghost{background:#ffffff08}.hero__card{position:relative;z-index:1;padding:24px;border-radius:28px;border:1px solid var(--border);background:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero__avatar{width:100%;aspect-ratio:1;object-fit:cover;border-radius:22px;display:block}.hero__meta{margin-top:18px;display:grid;gap:6px}.hero__meta span{color:var(--muted);font-size:14px}.hero__meta strong{font-size:22px;line-height:1.35}.section{margin-top:28px;padding:36px;border-radius:32px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow)}.section__header{margin-bottom:22px}.section h2{font-size:clamp(28px,4vw,44px)}.intro-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.intro-card{min-height:180px;padding:22px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff0f,#ffffff05),var(--panel)}.intro-card h3{margin:0 0 12px;font-family:Space Grotesk,sans-serif;font-size:22px}.intro-card p{margin:0;color:var(--muted);line-height:1.7}.spotlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.spotlight-card{overflow:hidden;border-radius:24px;border:1px solid var(--border);background:#ffffff0a;transition:transform .2s ease,border-color .2s ease}.spotlight-card:hover,.pill-link:hover,.archive-row:hover,.button:hover{border-color:#79f2c073}.spotlight-card__image{height:220px;background-position:center;background-repeat:no-repeat;background-size:cover}.spotlight-card__body{padding:20px}.spotlight-card__eyebrow{color:var(--accent-2);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.spotlight-card p{margin:10px 0 0;color:var(--muted);line-height:1.65}.section--two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.pill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pill-link,.archive-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 18px;border-radius:18px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);transition:transform .2s ease,border-color .2s ease}.pill-link__arrow{color:var(--muted)}.archive-list{display:grid;gap:12px}.archive-row span:last-child{color:var(--muted)}@media(max-width:900px){.hero,.section--two-col,.intro-grid,.spotlight-grid,.pill-grid{grid-template-columns:1fr}.hero{padding:28px}.section{padding:24px}}
