/* 2026-08-19 视觉同步版：与线上 React 站保持一致的主题印章、昼夜气氛层和响应式档案细节。 */
.site-header{gap:20px}.brand-lockup img{width:45px;height:45px}.brand-lockup b{letter-spacing:.015em}.theme-switch{position:relative;display:grid;grid-template-columns:29px minmax(0,1fr) 17px;align-items:center;gap:7px;min-width:116px;height:44px;padding:5px 7px;border:1px solid var(--ink);background:linear-gradient(135deg,rgba(17,169,140,.12),transparent 64%),var(--paper);box-shadow:3px 3px 0 rgba(17,42,70,.14);overflow:hidden;transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease),transform .18s var(--ease)}.theme-switch:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--jade)}.theme-switch:hover,.theme-switch:focus-visible{background:var(--ink);color:var(--paper);box-shadow:4px 4px 0 var(--jade);transform:translate(-1px,-1px);outline:0}.theme-orbit{position:relative;width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;background:var(--ink);color:var(--jade);box-shadow:inset 0 0 0 4px var(--paper);overflow:hidden}.theme-orbit>i{position:absolute;inset:0;display:grid;place-items:center;font:16px/1 sans-serif;font-style:normal;transition:opacity .28s var(--ease),transform .42s var(--ease),filter .28s var(--ease)}.theme-sun{opacity:1;transform:rotate(0) scale(1)}.theme-moon{opacity:0;transform:rotate(-72deg) scale(.55);filter:blur(1px)}.theme-orbit em{position:absolute;inset:-45%;border:1px solid currentColor;border-radius:50%;opacity:0}.theme-label{display:grid;gap:1px;text-align:left;line-height:1}.theme-label b{font:800 10px/1 "Noto Sans SC",sans-serif;letter-spacing:.03em}.theme-label small{font:500 7px/1.1 monospace;color:var(--muted);letter-spacing:.08em}.theme-code{position:relative;display:grid;place-items:center;width:17px;height:17px;border:1px solid var(--ink);overflow:hidden;color:var(--jade-dark)}.theme-code i{position:absolute;inset:0;display:grid;place-items:center;font:700 8px/1 monospace;font-style:normal;transition:opacity .22s var(--ease),transform .3s var(--ease)}.theme-day{opacity:1}.theme-night{opacity:0;transform:translateY(70%)}.theme-switch:hover .theme-orbit,.theme-switch:focus-visible .theme-orbit{background:var(--jade);color:var(--ink);transform:rotate(24deg)}.theme-switch:hover .theme-label small,.theme-switch:focus-visible .theme-label small{color:#9ee8d8}.theme-switch:hover .theme-code,.theme-switch:focus-visible .theme-code{border-color:var(--jade);background:var(--jade);color:var(--ink);transform:rotate(-8deg)}.theme-switch.is-transitioning .theme-orbit{animation:php-orbit-settle .48s var(--ease) both}.theme-switch.is-transitioning .theme-orbit em{animation:php-flare .48s var(--ease) both}@keyframes php-orbit-settle{0%{transform:rotate(0) scale(1)}38%{transform:rotate(20deg) scale(1.09)}100%{transform:rotate(0) scale(1)}}@keyframes php-flare{0%{opacity:.55;transform:scale(.42)}100%{opacity:0;transform:scale(1.2)}}
.home-hero,.inner-hero,.docs-hero{position:relative;isolation:isolate;overflow:hidden;transition:background .72s var(--ease),color .5s var(--ease)}.home-hero>*,.inner-hero>*,.docs-hero>*{position:relative;z-index:1}.home-hero:before,.inner-hero:before,.docs-hero:before{content:"";position:absolute;z-index:0;width:min(58vw,780px);height:min(58vw,780px);right:-12%;top:-45%;border-radius:50%;background:radial-gradient(circle,rgba(255,226,168,.46),rgba(255,226,168,.16) 34%,rgba(255,226,168,0) 70%);opacity:.72;filter:blur(3px);transition:opacity .72s var(--ease),transform .8s var(--ease),background .72s var(--ease),filter .72s var(--ease)}.home-hero:after,.inner-hero:after,.docs-hero:after{content:"";position:absolute;z-index:0;width:330px;height:330px;left:-98px;bottom:-250px;border:1px solid rgba(17,169,140,.28);border-radius:50%;box-shadow:0 0 0 29px rgba(17,169,140,.035),0 0 0 58px rgba(17,169,140,.02);opacity:.62;transform:rotate(-18deg);transition:opacity .72s var(--ease),transform .8s var(--ease),border-color .72s var(--ease),box-shadow .72s var(--ease)}.hero-visual,.inner-hero>img{transition:filter .72s var(--ease),box-shadow .72s var(--ease),border-color .72s var(--ease)}.hero-archive-stamp{position:absolute;right:-16px;bottom:28px;display:grid;gap:1px;background:var(--ink);color:var(--paper);padding:11px 14px;border-left:4px solid var(--jade);box-shadow:7px 7px 0 #d9784a}.hero-archive-stamp span,.hero-archive-stamp em{font:8px monospace;letter-spacing:.12em;color:#b9c7d3;font-style:normal}.hero-archive-stamp b{font:900 16px "Noto Serif SC",serif}.hero-proof-card{position:absolute;left:-20px;bottom:-14px;display:grid;gap:2px;min-width:220px;padding:11px 14px;background:var(--white);border-left:3px solid var(--jade);box-shadow:var(--shadow)}.hero-proof-card small{font:9px monospace;color:var(--muted)}.hero-proof-card b{font-size:12px}.hero-proof-card b:first-letter{color:var(--jade-dark)}
body.dark .theme-switch{border-color:#647e8e;background:linear-gradient(135deg,rgba(116,224,199,.16),transparent 64%),#142332;box-shadow:3px 3px 0 rgba(0,0,0,.3)}body.dark .theme-orbit{border-color:#8ba0aa;background:#e8f0f2;color:#0d1723;box-shadow:inset 0 0 0 4px #142332}body.dark .theme-label small{color:#8ba0aa}body.dark .theme-code{border-color:#8ba0aa;color:#8cebd7}body.dark .theme-sun{opacity:0;transform:rotate(72deg) scale(.55);filter:blur(1px)}body.dark .theme-moon{opacity:1;transform:rotate(0) scale(1);filter:blur(0)}body.dark .theme-day{opacity:0;transform:translateY(-70%)}body.dark .theme-night{opacity:1;transform:translateY(0)}body.dark .theme-switch:hover,body.dark .theme-switch:focus-visible{background:#e8f0f2;border-color:#e8f0f2;color:#0d1723}body.dark .home-hero{background-color:#111d2a}body.dark .inner-hero{background:linear-gradient(112deg,#15363a,#0d1723)}body.dark .admin-hero{background:linear-gradient(112deg,#14333a,#0d1723)}body.dark .changelog-hero{background:linear-gradient(112deg,#23394a,#0d1723)}body.dark .home-hero:before,body.dark .inner-hero:before,body.dark .docs-hero:before{background:radial-gradient(circle,rgba(41,124,173,.28),rgba(24,77,113,.15) 36%,rgba(13,23,35,0) 72%);filter:blur(9px);opacity:.88;transform:translate3d(-4%,8%,0) scale(1.08)}body.dark .home-hero:after,body.dark .inner-hero:after,body.dark .docs-hero:after{border-color:rgba(116,224,199,.28);box-shadow:0 0 0 31px rgba(116,224,199,.04),0 0 0 64px rgba(53,113,156,.04);opacity:.78;transform:rotate(17deg) translate3d(4%,-5%,0)}body.dark .hero-visual,body.dark .inner-hero>img{filter:saturate(.9) brightness(.93) contrast(1.03)}body.dark .hero-archive-stamp{box-shadow:7px 7px 0 rgba(79,142,185,.62)}body.dark .hero-proof-card{box-shadow:0 15px 34px rgba(0,0,0,.32)}
@media(max-width:1024px){.desktop-nav a{padding:0 8px}.theme-switch{grid-template-columns:29px 17px;min-width:62px}.theme-label{display:none}}@media(max-width:760px){.theme-switch{margin-left:auto;width:42px;height:42px;min-width:42px;display:grid;grid-template-columns:1fr;padding:5px;place-items:center;box-shadow:none}.theme-switch:before{width:auto;height:3px;right:0;bottom:auto}.theme-label,.theme-code{display:none}.theme-orbit{width:28px;height:28px}.home-hero:before,.inner-hero:before,.docs-hero:before{width:420px;height:420px;right:-58%;top:-24%;opacity:.56}.home-hero:after,.inner-hero:after,.docs-hero:after{width:250px;height:250px;left:-78px;bottom:-195px;box-shadow:0 0 0 21px rgba(17,169,140,.03),0 0 0 43px rgba(17,169,140,.02)}.hero-archive-stamp{right:7px;bottom:17px;padding:9px 11px}.hero-proof-card{left:9px;bottom:-19px;min-width:0}.hero-visual{margin-bottom:18px}}@media(prefers-reduced-motion:reduce){.theme-switch,.theme-orbit>i,.theme-code i,.home-hero:before,.home-hero:after,.inner-hero:before,.inner-hero:after,.docs-hero:before,.docs-hero:after,.hero-visual,.inner-hero>img{transition:none}.theme-switch.is-transitioning .theme-orbit,.theme-switch.is-transitioning .theme-orbit em{animation:none}}
