*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;padding:1rem;background:#0000004d}.header h1{font-size:2rem;margin-bottom:.25rem}.header p{color:#888;font-size:.9rem}.game-container{flex:1;padding:1rem}.board-wrapper{max-width:1400px;margin:0 auto}.board-layout{display:grid;grid-template-columns:250px 1fr 280px;gap:1rem;align-items:start}.left-panel,.right-panel{background:#ffffff0d;border-radius:12px;padding:1rem}.board{position:relative;display:flex;flex-direction:column;background:#2d5a27;border-radius:12px;padding:4px;box-shadow:0 8px 32px #0000004d}.board-row{display:flex}.board-empty,.board-center{width:70px;height:70px}.board-center-info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:#000000b3;padding:1.5rem;border-radius:12px;min-width:200px}.board-center-info h2{font-size:1.5rem;margin-bottom:1rem}.current-turn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.9rem}.player-indicator{width:12px;height:12px;border-radius:50%}.welfare-fund{margin-top:.5rem;font-size:.85rem;color:gold}.square{width:70px;height:70px;background:beige;border:2px solid #333;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.65rem;color:#333;position:relative;overflow:hidden}.square.corner{width:70px;height:70px}.square.start{background:linear-gradient(135deg,gold,#ffec8b)}.square.desertIsland{background:linear-gradient(135deg,#87ceeb,#b0e0e6)}.square.spaceTravel{background:linear-gradient(135deg,#9370db,#ba55d3)}.square.chance{background:linear-gradient(135deg,#ff6b6b,#ee5a5a)}.square.goldenKey{background:linear-gradient(135deg,gold,orange)}.square.socialWelfare{background:linear-gradient(135deg,#98fb98,#90ee90)}.square.tax{background:linear-gradient(135deg,plum,orchid)}.square.city{border-width:3px}.owner-bar{position:absolute;top:0;left:0;right:0;height:6px}.square-icon{font-size:1.2rem}.square-name{font-weight:700;text-align:center;line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis}.square-price{font-size:.6rem;color:#666}.players-on-square{position:absolute;bottom:2px;left:2px;display:flex;gap:2px}.player-token{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#fff;border:1px solid rgba(0,0,0,.3)}.dice-container{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem}.dice-container.doubles{animation:pulse .5s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.dice{font-size:2rem}.dice.empty{opacity:.5}.dice-total{font-size:1rem;font-weight:700}.doubles-badge{display:inline-block;background:gold;color:#333;padding:.1rem .4rem;border-radius:4px;font-size:.7rem;margin-left:.5rem}.player-panel h3{margin-bottom:1rem;font-size:1rem}.player-card{background:#ffffff1a;border-radius:8px;padding:.75rem;margin-bottom:.75rem;border-left:4px solid;transition:all .2s}.player-card.active{background:#fff3;box-shadow:0 0 10px #fff3}.player-card.bankrupt{opacity:.5}.player-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.player-color{width:12px;height:12px;border-radius:50%}.player-name{font-weight:700;font-size:.9rem}.player-money{font-size:1rem;font-weight:700;color:#4ade80}.player-jail,.player-cards{font-size:.8rem;margin-top:.25rem;color:#fbbf24}.player-properties{margin-top:.5rem;font-size:.75rem}.properties-header{margin-bottom:.25rem}.properties-list{display:flex;flex-wrap:wrap;gap:.25rem}.property-tag{background:#fff3;padding:.1rem .3rem;border-radius:4px;font-size:.65rem}.property-more{color:#888}.action-panel h3{margin-bottom:1rem;font-size:1rem}.action-group{margin-bottom:1rem}.action-group p{margin-bottom:.75rem;font-size:.9rem;color:#ccc}.pending-info{background:#0000004d;padding:1rem;border-radius:8px;margin-bottom:1rem}.pending-info h4{margin-bottom:.5rem}.pending-info p{margin-bottom:.25rem}.pending-info .price{color:#fbbf24;font-weight:700}.pending-info .balance{color:#4ade80}.pending-info.bankrupt{background:#ef44444d}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-large{padding:1rem 2rem;font-size:1.2rem}.btn-small{padding:.4rem .8rem;font-size:.8rem;width:auto}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background:#d97706}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-group{display:flex;gap:.5rem}.btn-group.vertical{flex-direction:column}.destination-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.game-over{text-align:center;padding:2rem}.game-over h3{font-size:1.5rem;margin-bottom:1rem}.winner-indicator{display:inline-block;width:16px;height:16px;border-radius:50%;margin-right:.5rem;vertical-align:middle}.doubles-notice{color:gold!important;font-weight:700}@media(max-width:1200px){.board-layout{grid-template-columns:1fr}.left-panel,.right-panel{order:1}.board-wrapper{overflow-x:auto}}
