:root{
 --gh-primary:#173a67;--gh-primary-700:#0f294c;--gh-accent:#d8aa4d;--gh-accent-700:#b9892f;
 --gh-bg:#f4f7fb;--gh-surface:#fff;--gh-text:#152238;--gh-muted:#667085;--gh-border:#e4e9f1;
 --gh-success:#16835d;--gh-danger:#d13f4c;--gh-vip:#d7a327;--gh-vip-plus:#7758d8;--gh-svip:#e0523f;
 --gh-radius-sm:10px;--gh-radius:16px;--gh-radius-lg:24px;--gh-shadow:0 12px 32px rgba(20,37,63,.09);
 --gh-container:1320px;--gh-gap:24px;--gh-transition:180ms ease;
}
.geniehome-ui{background:var(--gh-bg);color:var(--gh-text)}
.geniehome-ui h1,.geniehome-ui h2,.geniehome-ui h3{color:var(--gh-text);line-height:1.25;margin-top:0}
.geniehome-ui h1{font-size:clamp(28px,3vw,38px)}.geniehome-ui h2{font-size:clamp(22px,2vw,28px)}.geniehome-ui h3{font-size:18px}
.gh-container{width:min(calc(100% - 32px),var(--gh-container));margin-inline:auto}.gh-section{padding:44px 0}.gh-section__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.gh-section__head h2{margin:0}.gh-section__head>a{font-weight:700;color:var(--gh-primary);text-decoration:none}.gh-empty-state{grid-column:1/-1;padding:32px;border:1px dashed var(--gh-border);border-radius:var(--gh-radius);background:var(--gh-surface);text-align:center;color:var(--gh-muted)}
@media(max-width:767px){.gh-section{padding:30px 0}.gh-container{width:min(calc(100% - 20px),var(--gh-container))}}
