:root{--color-background:#f5f4f0;--color-background-elevated:#faf9f6;--color-foreground:#202725;--color-foreground-secondary:#404a47;--color-muted:#68716f;--color-muted-light:#8a9290;--color-border:#232e2b1a;--color-border-hover:#232e2b3d;--color-accent:#5d726e;--color-accent-hover:#435b57;--color-accent-soft:#dbe5e1;--color-surface:#ffffff7a;--color-surface-hover:#ffffffc7;--color-on-dark:#f7f7f3;--color-ambient-cool:#c1d3cf45;--color-ambient-warm:#e5daca3d;--color-shadow:#1e282526;--shadow-button:0 .9rem 2.25rem #1e28251f;--shadow-elevated:0 1rem 3rem var(--color-shadow);--radius-button:.9rem;--radius-toast:.8rem;--page-gutter:clamp(1.25rem, 5vw, 6.5rem);--content-max:74rem;--font-sans:-apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", Arial, sans-serif}*{box-sizing:border-box}html{background:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{min-width:320px;margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}::selection{background:var(--color-accent-soft);color:var(--color-foreground)}.button-base{border-radius:var(--radius-button);cursor:pointer;letter-spacing:.055em;justify-content:center;align-items:center;min-width:9.25rem;min-height:3.2rem;padding:.82rem 1.4rem;font-size:.86rem;font-weight:560;line-height:1;text-decoration:none;transition:background-color .24s,border-color .24s,box-shadow .24s,color .24s,transform .24s;display:inline-flex}.button-primary{border:1px solid var(--color-foreground);background:var(--color-foreground);color:var(--color-on-dark);box-shadow:var(--shadow-button)}.button-secondary{border:1px solid var(--color-border-hover);background:var(--color-surface);color:var(--color-foreground);box-shadow:inset 0 1px 0 var(--color-surface-hover)}@media (hover:hover){.button-primary:hover{border-color:var(--color-accent-hover);background:var(--color-accent-hover);box-shadow:0 1.1rem 2.6rem var(--color-shadow);transform:translateY(-2px)}.button-secondary:hover{border-color:var(--color-border-hover);background:var(--color-surface-hover);transform:translateY(-2px)}}.button-base:active{transform:translateY(0)scale(.985)}.reveal{opacity:0;animation:.72s cubic-bezier(.22,1,.36,1) forwards reveal;transform:translateY(.7rem)}.revealBrand{animation-delay:40ms}.revealMeta{animation-delay:90ms}.revealKicker{animation-delay:.14s}.revealHeading{animation-delay:.21s}.revealSubheading{animation-delay:.29s}.revealCopy{animation-delay:.35s}.revealActions{animation-delay:.44s}.revealNote{animation-delay:.52s}@keyframes reveal{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}.reveal{opacity:1;transform:none}}
