:root{--primary-color:#c9a96e;--secondary-color:#8d6e63;--background-color:#0a0e1a;--board-color:#deb887;--line-color:#6b4226;--text-color:#e0e0e0;--white-piece:#fff;--black-piece:#1a1a1a;--shadow-color:rgba(0,0,0,.5);--highlight-color:#c9a96e;--font-display:"ZCOOL XiaoWei","Noto Serif SC",serif;--font-body:"Noto Serif SC","Microsoft YaHei",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--background-color);background-image:radial-gradient(ellipse at 20% 50%,rgba(44,62,80,.6) 0,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(30,50,70,.5) 0,transparent 50%),radial-gradient(ellipse at 50% 80%,rgba(20,40,60,.4) 0,transparent 50%);background-attachment:fixed;min-height:100vh;color:var(--text-color);overflow-x:hidden}body:before{top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E")}body:after,body:before{content:"";position:fixed;pointer-events:none;z-index:0}body:after{top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.4) 100%);animation:vignettePulse 15s ease-in-out infinite alternate}@keyframes vignettePulse{0%{opacity:.6}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}@keyframes breathe{0%,to{opacity:.7}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::selection{background:hsla(39,46%,61%,.3);color:#c9a96e}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:rgba(20,20,40,.5)}::-webkit-scrollbar-thumb{background:hsla(39,46%,61%,.3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsla(39,46%,61%,.5)}