/**
 * 电子木鱼 - 电子功德机
 * 尊重原创，请保留版权！
 * WeChat: ConsoleWarn
 * Author: Lei Xiaofeng <RayFinn6@163.com>
 * Date:   2026/08/27
 */
*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:1.6;color:var(--text-primary);background:var(--bg-deep);overflow:hidden;min-height:100vh;min-height:100dvh;-webkit-tap-highlight-color:transparent;user-select:none}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-semibold);line-height:1.3}button{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;cursor:pointer;outline:0}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--gold-400);outline-offset:2px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}input,textarea{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:0}ol,ul{list-style:none}kbd{font-family:var(--font-mono)}*{scrollbar-width:thin;scrollbar-color:var(--gold-600) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0;margin:4px 0}::-webkit-scrollbar-thumb{background:var(--gold-600);border-radius:var(--radius-full);border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--gold-500);background-clip:padding-box}::-webkit-scrollbar-thumb:active{background:var(--gold-400);background-clip:padding-box}::-webkit-scrollbar-corner{background:0 0}