:root{
  --wt-font-ui: Inter,"Noto Sans TC","SF Pro Text",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang TC","Microsoft JhengHei",system-ui,sans-serif;
  --wt-font-rounded: ui-rounded,"SF Pro Rounded","PingFang TC","Noto Sans TC",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  --wt-press-scale:.972;
  --wt-motion-fast:120ms;
  --wt-page-motion:180ms;
}
html,body,button,input,select,textarea{font-family:var(--wt-font-ui)}
h1,h2,h3,.brand-title,.profile-avatar,.nav-btn,.section-kicker,.eyebrow{font-family:var(--wt-font-rounded)}
h1,h2,h3,.brand-title{font-optical-sizing:auto;text-rendering:optimizeLegibility}
button,[role="button"],a,.meal-slot,.mode-option,.profile-links button,.tab,.chip,.content-chip{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
button:not(:disabled),[role="button"],a,.meal-slot,.mode-option,.profile-links button,.tab,.chip,.content-chip{transition:scale var(--wt-motion-fast) ease,filter var(--wt-motion-fast) ease,box-shadow var(--wt-motion-fast) ease,background-color var(--wt-motion-fast) ease,border-color var(--wt-motion-fast) ease}
button:not(:disabled):active,[role="button"]:active,a:active,.meal-slot:active,.mode-option:active,.profile-links button:active,.tab:active,.chip:active,.content-chip:active{scale:var(--wt-press-scale);filter:brightness(.985)}
button:focus-visible,[role="button"]:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(85,123,104,.24);outline-offset:2px}
.content button,.console-content button,.content [role="button"],.console-content [role="button"]{scroll-margin-top:84px}
.wt-page-enter-forward,.wt-page-enter-backward,.wt-page-enter-fade{animation:wt-page-enter-fade var(--wt-page-motion) ease-out both}
@keyframes wt-page-enter-fade{from{opacity:.32}to{opacity:1}}
@media(prefers-reduced-motion:reduce){
  :root{--wt-motion-fast:0ms;--wt-page-motion:0ms}
  button:not(:disabled),[role="button"],a,.meal-slot,.mode-option,.profile-links button,.tab,.chip,.content-chip{transition:none}
  button:not(:disabled):active,[role="button"]:active,a:active,.meal-slot:active,.mode-option:active,.profile-links button:active,.tab:active,.chip:active,.content-chip:active{scale:1;filter:none}
  .wt-page-enter-forward,.wt-page-enter-backward,.wt-page-enter-fade{animation:none}
}
