.hub-root{--hub-ink:#0f172a;--hub-muted:#64748b;--hub-hint:#94a3b8;--hub-line:#e8eef5;--hub-paper:#f7f9fc;--hub-card:#fff;--hub-accent:#2563eb;--hub-accent-hover:#1d4ed8;--hub-tag-bg:#f1f5f9;--hub-tag-ink:#475569;--hub-shadow:0 12px 32px #0f172a0f;background:var(--hub-paper);min-height:100dvh;color:var(--hub-ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;flex-direction:column;display:flex}html.dark .hub-root{--hub-ink:#f8fafc;--hub-muted:#94a3b8;--hub-hint:#64748b;--hub-line:#e2e8f01f;--hub-paper:#070e1b;--hub-card:#0f172a;--hub-accent:#3b82f6;--hub-accent-hover:#60a5fa;--hub-tag-bg:#1e293b;--hub-tag-ink:#cbd5e1;--hub-shadow:0 16px 36px #00000047;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.hub-chrome,.hub-shell{box-sizing:border-box;width:100%;max-width:100%;margin-inline:auto;padding-inline:clamp(1.25rem,5.5vw,6rem)}.hub-header{border-bottom:1px solid var(--hub-line);background:color-mix(in srgb, var(--hub-paper) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hub-header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:52px;display:flex}.hub-logo{text-decoration:none;display:inline-flex}.hub-nav{align-items:center;gap:.15rem 1.15rem;display:flex}.hub-nav>a{color:var(--hub-muted);font-size:.92rem;font-weight:500;text-decoration:none}.hub-nav>a:hover,.hub-footer-links a:hover{color:var(--hub-ink)}.hub-root .nb-theme-toggle.hub-theme-toggle{width:32px;height:32px;color:var(--hub-muted);pointer-events:auto;background:0 0;border:1px solid #0000;border-radius:2px}.hub-root .nb-theme-toggle.hub-theme-toggle:hover{color:var(--hub-ink);background:var(--hub-tag-bg);border-color:var(--hub-line)}.hub-main{flex:1;padding:clamp(2.4rem,6vw,4.25rem) 0 3.5rem}.hub-hero{text-align:center;max-width:74rem;margin-bottom:clamp(2rem,5vw,3.25rem)}.hub-kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--hub-hint);margin:0 0 .85rem;font-size:.72rem;font-weight:650}.hub-root .brand-logo--nav .brand-logo-img{height:22px}.hub-hero h1{letter-spacing:-.035em;max-width:none;margin:0 auto;font-size:clamp(1.7rem,4.4vw,3.15rem);font-weight:800;line-height:1.12}.hub-lead{max-width:42rem;color:var(--hub-muted);margin:1rem auto .85rem;font-size:clamp(.98rem,1.5vw,1.08rem);line-height:1.65}.hub-hint{color:var(--hub-ink);margin:.45rem 0 0;font-size:clamp(1.35rem,2.6vw,1.75rem);font-weight:600;line-height:1.4}.hub-doors{grid-template-columns:1fr;gap:1.25rem;max-width:84rem;display:grid}.hub-door{background:var(--hub-card);border:1px solid var(--hub-line);box-shadow:var(--hub-shadow);color:inherit;cursor:pointer;border-radius:2px;flex-direction:column;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.hub-door:hover,.hub-door:focus-visible{border-color:color-mix(in srgb, var(--hub-accent) 35%, var(--hub-line));transform:translateY(-2px);box-shadow:0 16px 36px #0f172a1a}.hub-door-media,.hub-door-media img,.hub-door-tags,.hub-door-cta{pointer-events:none}.hub-door-media{aspect-ratio:840/376;background:#07111f;display:block;overflow:hidden}.hub-door-media img{object-fit:cover;width:100%;height:100%}.hub-door-body{flex-direction:column;flex:1;gap:.7rem;padding:1.25rem 1.25rem 1.2rem;display:flex}.hub-door-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-accent);margin:0;font-size:.7rem;font-weight:700}.hub-door h2{letter-spacing:-.02em;margin:0;font-size:1.22rem;line-height:1.3}.hub-door-body>p{color:var(--hub-muted);margin:0;font-size:.95rem;line-height:1.55}.hub-door-tags{flex-wrap:wrap;gap:.45rem;margin:.2rem 0 0;padding:0;list-style:none;display:flex}.hub-door-tags li{background:var(--hub-tag-bg);color:var(--hub-tag-ink);border-radius:2px;padding:.32rem .7rem;font-size:.75rem;font-weight:500}.hub-door-footer{border-top:1px solid var(--hub-line);justify-content:flex-end;align-items:center;gap:.85rem;margin-top:auto;padding-top:1rem;display:flex}.hub-door-cta{background:var(--hub-accent);color:#fff;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;gap:.35em;padding:.62rem 1.15rem;font-size:.88rem;font-weight:650;display:inline-flex}.hub-door:hover .hub-door-cta,.hub-door:focus-visible .hub-door-cta,.hub-door-cta:hover,.hub-door-cta:focus-visible{background:var(--hub-accent-hover)}.hub-footer{border-top:1px solid var(--hub-line);margin-top:auto}.hub-footer-inner{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.65rem 1.5rem;min-height:52px;padding-block:.55rem;display:flex}.hub-footer-brand{align-items:center;gap:.85rem;display:flex}.hub-footer-rule{background:var(--hub-line);width:1px;height:18px}.hub-footer-areas,.hub-footer-links{color:var(--hub-muted);font-size:.82rem}.hub-footer-links{text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem 1.1rem;margin-left:auto;display:flex}.hub-footer-links a{color:var(--hub-muted);text-decoration:none}@media (min-width:768px){.hub-doors{grid-template-columns:1fr 1fr}.hub-hero h1{white-space:nowrap}}
