.solhub-page{--ease:cubic-bezier(.25,1,.5,1)}.solhub-hero .sheet__inner{padding-top:clamp(7rem,13vh,10rem);padding-bottom:clamp(3rem,6vw,5rem)}.solhub-hero__content{flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:820px;display:flex}.solhub-hero__title{font-family:var(--font-display,var(--font-sans));letter-spacing:-.035em;text-wrap:balance;color:var(--ink);max-width:18ch;margin:0;font-size:clamp(2.5rem,4.8vw,4.1rem);font-weight:800;line-height:1.02}.solhub-hero__dek{color:var(--ink-2);text-wrap:pretty;max-width:62ch;margin:0;font-size:1.0625rem;line-height:1.6}.solhub-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.solhub-hero__tags{margin-top:.25rem}.solhub-hero__readouts{background:var(--line);border:1px solid var(--line);border-radius:6px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:clamp(2.5rem,5vw,4rem);display:grid;overflow:hidden}.solhub-hero__instrument{background:var(--paper-raised);flex-direction:column;gap:.55rem;padding:clamp(1.25rem,2.5vw,1.75rem);display:flex}.solhub-callout__grid{grid-template-columns:1.3fr .7fr;align-items:center;gap:clamp(2rem,4vw,3.5rem);display:grid}.solhub-callout__lead{flex-direction:column;align-items:flex-start;gap:1.4rem;display:flex}.solhub-callout__title{letter-spacing:-.02em;text-wrap:balance;color:var(--blueprint-ink);max-width:18ch;margin:0;font-size:clamp(1.9rem,3.4vw,2.9rem);font-weight:600;line-height:1.08}.solhub-callout__dek{color:var(--blueprint-ink-2);max-width:54ch;margin:0;font-size:1.02rem;line-height:1.6}.solhub-index{border:1px solid var(--dark-border);background:var(--blueprint-soft);border-radius:8px;margin:0;overflow:hidden}.solhub-index__row{border-bottom:1px solid var(--dark-border);grid-template-columns:88px 1fr;align-items:baseline;display:grid}.solhub-index__row:last-child{border-bottom:0}.solhub-index dt{border-right:1px solid var(--dark-border);font-family:var(--font-mono);letter-spacing:-.02em;color:var(--signal);padding:.85rem .9rem;font-size:1.4rem;font-weight:500;line-height:1}.solhub-index dd{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--blueprint-ink-2);margin:0;padding:.85rem .9rem;font-size:.72rem}.solhub-grid{background:var(--line);border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.solhub-cell{background:var(--paper-raised);transition:background-color .2s var(--ease);flex-direction:column;gap:.8rem;padding:clamp(1.4rem,2.5vw,1.85rem);text-decoration:none;display:flex}.solhub-cell:hover{background:var(--blue-soft)}.solhub-cell:focus-visible{outline:2px solid var(--blue-500);outline-offset:-2px}.solhub-cell__head{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.solhub-cell__code{color:var(--ink-3)}.solhub-cell__open{color:var(--blue-600);transition:transform .2s var(--ease);align-items:center;display:inline-flex}.solhub-cell__title{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:1.08rem;font-weight:600;line-height:1.25}.solhub-cell__desc{color:var(--ink-2);flex:1;margin:0;font-size:.9rem;line-height:1.55}.solhub-cell__view{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--blue-700);font-size:.7rem}.solhub-cell:hover .solhub-cell__open{transform:translate(2px)}.sheet--blueprint .solhub-grid{background:var(--dark-border);border-color:var(--dark-border)}.sheet--blueprint .solhub-cell{background:var(--blueprint)}.sheet--blueprint .solhub-cell:hover{background:color-mix(in srgb,var(--blueprint-soft)70%,transparent)}.sheet--blueprint .solhub-cell .solhub-cell__code{color:var(--blueprint-ink-3)}.sheet--blueprint .solhub-cell .solhub-cell__open{color:var(--signal)}.sheet--blueprint .solhub-cell .solhub-cell__title{color:var(--blueprint-ink)}.sheet--blueprint .solhub-cell .solhub-cell__desc,.sheet--blueprint .solhub-cell .solhub-cell__view{color:var(--blueprint-ink-2)}.solhub-final-grid{grid-template-columns:1.3fr .7fr;align-items:start;gap:clamp(2rem,4vw,3.5rem);display:grid}.solhub-final-lead{flex-direction:column;align-items:flex-start;gap:1.4rem;display:flex}.solhub-final-lead__title{letter-spacing:-.02em;text-wrap:balance;color:var(--blueprint-ink);max-width:18ch;margin:0;font-size:clamp(1.9rem,3.4vw,2.9rem);font-weight:600;line-height:1.08}.solhub-final-lead__dek{color:var(--blueprint-ink-2);max-width:58ch;margin:0;font-size:1.02rem;line-height:1.6}.solhub-final-lead__actions{flex-wrap:wrap;gap:.75rem;display:flex}.solhub-record{border:1px solid var(--dark-border);background:var(--blueprint-soft);border-radius:8px;margin:0;overflow:hidden}.solhub-record__row{border-bottom:1px solid var(--dark-border);grid-template-columns:104px 1fr;display:grid}.solhub-record__row:last-child{border-bottom:0}.solhub-record dt{border-right:1px solid var(--dark-border);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--blueprint-ink-3);padding:.7rem .8rem;font-size:.68rem}.solhub-record dd{font-family:var(--font-mono);letter-spacing:.02em;color:var(--blueprint-ink);margin:0;padding:.7rem .8rem;font-size:.74rem}@media (max-width:1100px){.solhub-hero__readouts{grid-template-columns:repeat(2,1fr)}.solhub-callout__grid{grid-template-columns:1fr;align-items:start}.solhub-grid{grid-template-columns:repeat(2,1fr)}.solhub-final-grid{grid-template-columns:1fr}}@media (max-width:760px){.solhub-hero__actions{width:100%}.solhub-hero__actions .s-btn{flex:auto}.solhub-hero__readouts,.solhub-grid{grid-template-columns:1fr}.solhub-final-lead__actions{width:100%}.solhub-final-lead__actions .s-btn{flex:auto}.solhub-record{display:none}}
