.hub-breadcrumb{background:var(--surface-subtle);padding:var(--space-4) 0}.hub-breadcrumb__list{color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:var(--fs-14);gap:var(--space-1);list-style:none;margin:0;padding:0}.hub-breadcrumb__item a{color:var(--text-secondary);text-decoration:none}.hub-breadcrumb__item a:hover{color:var(--text-primary);text-decoration:underline}.hub-breadcrumb__item--current{color:var(--text-primary);font-weight:500}.hub-hero{background:var(--surface-page);padding:var(--space-16) 0 var(--space-12)}.hub-hero__inner{max-width:720px}.hub-hero__title{color:var(--text-primary);font-size:clamp(var(--fs-32),4vw,var(--fs-44));font-weight:700;line-height:1.15;margin:var(--space-3) 0 var(--space-4)}.hub-hero__sub{color:var(--text-secondary);font-size:var(--fs-18);line-height:1.6;margin-bottom:0;max-width:620px}.hub-grid{background:var(--surface-page);padding:var(--space-16) 0}.hub-grid__heading{color:var(--text-primary);font-size:clamp(1.25rem,2vw,1.625rem);font-weight:700;margin:var(--space-3) 0 var(--space-10)}.hub-cards{display:grid;gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.hub-card{background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg,12px);color:inherit;display:flex;flex-direction:column;padding:var(--space-6);position:relative;text-decoration:none;transition:border-color .15s,box-shadow .15s}.hub-card:hover{border-color:var(--brand-primary);box-shadow:0 2px 12px rgba(0,0,0,.07)}.hub-card:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.hub-card__icon{color:var(--brand-primary);flex-shrink:0;height:44px;margin-bottom:var(--space-4);width:44px}.hub-card__icon svg{height:100%;width:100%}.hub-card__title{color:var(--text-primary);font-size:var(--fs-16);font-weight:700;margin:0 0 var(--space-2)}.hub-card__desc{color:var(--text-secondary);flex:1;font-size:var(--fs-14);line-height:1.65;margin:0}.hub-card__status{align-items:center;border-radius:var(--radius-md,8px);display:inline-flex;font-size:.6875rem;font-weight:600;gap:var(--space-1);letter-spacing:.04em;margin-top:var(--space-4);padding:2px var(--space-2);text-transform:uppercase;width:fit-content}.hub-card__status--live{background:var(--status-open-bg);color:var(--status-open)}.hub-card__status--soon{background:var(--status-neutral-bg);color:var(--status-neutral)}.hub-cs{background:var(--surface-page)}.hub-cs__hero{padding:var(--space-16) 0 var(--space-12)}.hub-cs__badge{align-items:center;background:var(--status-neutral-bg);border-radius:999px;color:var(--status-neutral);display:inline-flex;font-size:.6875rem;font-weight:700;gap:var(--space-2);letter-spacing:.06em;margin-bottom:var(--space-5);padding:var(--space-1) var(--space-3);text-transform:uppercase}.hub-cs__title{color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;margin:0 0 var(--space-6);max-width:720px}.hub-cs__body{color:var(--text-secondary);font-size:var(--fs-18);line-height:1.65;margin:0;max-width:620px}.hub-cs__cta-row{display:flex;flex-wrap:wrap;gap:var(--space-3);padding:var(--space-12) 0 var(--space-16)}.hub-cta-band{background:var(--brand-dark)}.hub-cta-band__inner{text-align:center}.hub-cta-band__title{color:var(--white);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;margin-bottom:var(--space-3)}.hub-cta-band__sub{color:hsla(0,0%,100%,.75);font-size:var(--fs-16);margin-bottom:var(--space-8)}.hub-cta-band__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center}@media (max-width:640px){.hub-cards{grid-template-columns:1fr}.hub-cs__cta-row{flex-direction:column}.hub-cta-band__actions{align-items:center;flex-direction:column}}