:root{color:#272925;background:#f5f2eb;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-width:320px;background:var(--theme-bg, #f5f2eb);scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;background:var(--theme-bg, #f5f2eb)}button,input,textarea{font-family:inherit}button{-webkit-tap-highlight-color:transparent}img{max-width:100%}.theme-page{--theme-primary: #1d5846;--theme-primary-deep: #123d31;--theme-accent: #b99a63;--theme-bg: #f5f2eb;--theme-surface: #fffefa;--theme-text: #272925;--theme-muted: #74756f;--theme-border: #d9d5ca;--theme-danger: #b9544f;--theme-success: #26785f;--theme-display-font: "Noto Serif SC", "Songti SC", "STSong", "PingFang SC", serif;--theme-radius: 6px;--theme-poster-radius: 0px;--theme-button-bg: var(--theme-primary);--theme-button-color: #fff;--theme-button-border: var(--theme-primary);--theme-button-radius: var(--theme-radius);--theme-button-shadow: 0 8px 22px color-mix(in srgb, var(--theme-primary) 16%, transparent);--theme-button-hover-bg: var(--theme-primary-deep);color:var(--theme-text);background-color:var(--theme-bg);background-image:radial-gradient(circle at 12% 0%,color-mix(in srgb,var(--theme-surface) 75%,transparent),transparent 35%)}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid var(--theme-button-border);border-radius:var(--theme-button-radius);background:var(--theme-button-bg);color:var(--theme-button-color);font:600 16px/1.5 PingFang SC,Microsoft YaHei,sans-serif;letter-spacing:.05em;cursor:pointer;box-shadow:var(--theme-button-shadow);transition:background-color .2s ease,transform .18s ease,box-shadow .2s ease}.primary-button:active{transform:translateY(1px);box-shadow:0 3px 10px color-mix(in srgb,var(--theme-primary) 14%,transparent)}.primary-button:disabled{opacity:.62;cursor:wait;box-shadow:none}.primary-button:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--theme-accent) 85%,#fff);outline-offset:3px}.button-spinner{width:16px;height:16px;margin-right:8px;border:2px solid rgba(255,255,255,.36);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.inline-notice{padding:11px 13px;border-left:2px solid currentColor;background:color-mix(in srgb,currentColor 7%,transparent);font:13px/1.65 PingFang SC,sans-serif}.inline-notice.is-error{color:var(--theme-danger)}@keyframes spin{to{transform:rotate(360deg)}}@media(hover:hover){.primary-button:hover{background:var(--theme-button-hover-bg);box-shadow:var(--theme-button-shadow)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
