:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#ecf0f1;min-height:100vh}.game{max-width:1400px;margin:0 auto;padding:20px}.header{text-align:center;padding:20px;background:linear-gradient(180deg,#8b4513,#654321);border-radius:12px;margin-bottom:20px;box-shadow:0 4px 15px #0006}.header h1{font-family:Georgia,serif;font-size:2.5rem;color:gold;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.turn-info{margin-top:10px;font-size:1.2rem;color:#ecf0f1}.player-bar{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.player-card{background:#2c3e50;border-radius:10px;padding:15px;min-width:150px;border:3px solid transparent;transition:all .3s}.player-card.active{background:#34495e;transform:scale(1.05);box-shadow:0 0 20px #ffd7004d}.player-name{font-weight:700;font-size:1.1rem}.player-vp{font-size:1.5rem;font-weight:700;color:gold;margin:5px 0}.player-resources{display:flex;flex-wrap:wrap;gap:5px;font-size:.8rem}.resource{background:#0000004d;padding:2px 6px;border-radius:4px}.game-area{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.board-container{background:linear-gradient(135deg,#654321,#8b4513,#654321);border-radius:15px;padding:30px;box-shadow:0 8px 32px #00000080,inset 0 2px 4px #ffffff1a}.board{display:block}.hex{cursor:pointer;transition:all .2s}.hex:hover{filter:brightness(1.2)}.action-panel{flex:1;min-width:280px;background:#2c3e50;border-radius:12px;padding:20px}.action-panel h3,.action-panel h4{color:gold;margin-bottom:15px}.dice-section{margin-bottom:20px}.dice-result{display:flex;align-items:center;justify-content:center;gap:15px}.die{width:50px;height:50px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#333;box-shadow:0 4px 8px #0000004d}.dice-sum{font-size:1.5rem;font-weight:700;color:gold}.btn{display:block;width:100%;padding:12px 20px;margin-bottom:10px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(180deg,#27ae60,#1e8449);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(180deg,#2ecc71,#27ae60);transform:translateY(-2px)}.btn-secondary{background:linear-gradient(180deg,#3498db,#2980b9);color:#fff}.btn:hover:not(:disabled){box-shadow:0 4px 12px #0000004d}.btn.active{background:linear-gradient(180deg,#f39c12,#d68910);color:#333}.build-section{margin-bottom:20px}.costs{background:#0003;border-radius:8px;padding:10px;font-size:.85rem}.costs h4{font-size:.9rem;margin-bottom:8px}.costs div{margin-bottom:4px}.game-log{background:#2c3e50;border-radius:12px;padding:15px;max-height:200px;overflow-y:auto}.game-log h4{color:gold;margin-bottom:10px}.log-entries{font-size:.9rem}.log-entry{padding:5px 0;border-bottom:1px solid #34495e}.log-turn{color:#7f8c8d;margin-right:8px}.log-player{font-weight:700;margin-right:8px}.log-action{color:#bdc3c7}@media(max-width:768px){.game-area{flex-direction:column}.header h1{font-size:1.8rem}.player-bar{justify-content:center}}
