/* Logo visibility and sizing overrides */
.site-header .logo-light{display:none}
.site-header .logo-dark{display:block;width:158px}
.site-footer .footer-logo{width:100px}
.hero h1,.section-heading h2,.start-layout h2{font-size:32px;line-height:1.3;letter-spacing:-.035em}
.hero{grid-template-rows:auto 1fr;align-items:center}
.source-code-hall{grid-column:1/-1;width:100%;display:flex;justify-content:center;align-items:center;min-height:130px;margin-top:-35px;margin-bottom:10px}
.source-hall-logo{display:block;width:min(100%,560px);height:auto;object-fit:contain}
.source-cn{display:none}
html[data-language="zh-Hant"] .source-jp,html[data-language="zh-Hans"] .source-jp,html[data-language="en"] .source-jp{display:none}
html[data-language="zh-Hant"] .source-cn,html[data-language="zh-Hans"] .source-cn,html[data-language="en"] .source-cn{display:block}
@media(max-width:850px){.site-header .logo-dark{width:142px}}
@media(max-width:850px){.source-code-hall{min-height:88px;margin-top:-20px}.source-hall-logo{width:min(100%,520px)}.hero{display:grid;grid-template-columns:1fr}}
