:root{color-scheme:light;--white: #ffffff;--off-white: #f7f7f8;--metal-light: #e8e9eb;--metal-mid: #c4c6cc;--metal-dark: #8a8d96;--metal-deep: #4a4d55;--yellow: #C8960C;--yellow-light: #E8B84B;--yellow-pale: #FDF4DC;--yellow-dark: #9A7209;--yellow-glow: rgba(200, 150, 12, .1);--yellow-grad: linear-gradient(135deg, #9A7209 0%, #E8B84B 40%, #C8960C 65%, #F0CB6A 100%);--shadow-soft: 0 2px 20px rgba(0, 0, 0, .06);--shadow-card: 0 8px 40px rgba(0, 0, 0, .1);--shadow-yellow: 0 4px 20px rgba(200, 150, 12, .28);--radius: 12px;--transition: .25s cubic-bezier(.4, 0, .2, 1);--sidebar-w: 260px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif}:root[data-theme=dark]{--white: #0a0a0a;--off-white: #000000;--metal-light: #1f1f1f;--metal-mid: #5a5a5a;--metal-dark: #c8c8c8;--metal-deep: #ffffff;--yellow: #E8B84B;--yellow-light: #F0CB6A;--yellow-pale: rgba(232, 184, 75, .08);--yellow-dark: #F0CB6A;--yellow-glow: rgba(232, 184, 75, .12);--shadow-soft: 0 0 0 1px rgba(255, 255, 255, .04);--shadow-card: 0 8px 40px rgba(0, 0, 0, .7);--shadow-yellow: 0 4px 20px rgba(232, 184, 75, .28);color-scheme:dark}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{font-family:var(--font);background:var(--off-white);color:var(--metal-deep);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}::selection{background:var(--yellow-glow)}
