:root{--color-gold:#c9a96e;--color-gold-light:#e8d5a3;--color-gold-dark:#8b7441;--color-table:#582f8e;--color-card-bg:#242424;--color-overlay:#000000b3;--color-player:#4a90d9;--color-banker:#d94a4a;--color-tie:#4ad97a;--color-win:#d4393a;--color-lose:#5ba3d9;--color-success:#34c759;--color-warning:#ff9500;--color-error:#ff3b30;--color-gray:#8e8e93;--font-title:"PingFang SC", "Noto Sans SC", system-ui, sans-serif;--font-mono:"Roboto Mono", "SF Mono", monospace;--font-card:"DIN Alternate", "Roboto Mono", monospace;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-xxl:32px;--radius-btn:6px;--radius-modal:12px;--radius-card:8px;--radius-input:4px;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.42, 0, .58, 1);--duration-deal:.3s;--duration-flip:.4s;--duration-modal:.25s}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{width:100%;height:100%}body{background:#1a1a1a;overflow:hidden}#game-container{flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}
