:root{color-scheme:light;--page:#f4f5f1;--ink:#151a1f}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--page);color:var(--ink);font-family:Avenir Next,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}::selection{background:#baf4de;color:#10241d}@keyframes livePulse{0%,to{opacity:.35;transform:scaleY(.45)}50%{opacity:1;transform:scaleY(1)}}@keyframes softEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wave-bar{animation:livePulse 1.2s ease-in-out infinite;transform-origin:center}.panel-enter{animation:softEnter .42s ease both}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important}}