.world-map-container{width:100%;min-height:500px;background:#e0f2fe;border-radius:8px;overflow:hidden;position:relative;aspect-ratio:800 / 533}.world-map-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.debug-indicator{position:absolute;top:10px;left:10px;background:#ff0000e6;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;font-weight:600;z-index:1000;pointer-events:none}.map-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#666;font-size:1.2rem;white-space:pre-line;padding:2rem;background:#ffffffe6;border-radius:8px;border:2px dashed #ccc}.territory-overlays{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;text-rendering:optimizeLegibility;shape-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.territory-overlay{pointer-events:auto;transition:all .2s ease;stroke-width:1.5px}.territory-overlay.selectable:hover{opacity:.8!important;stroke-width:4px!important;filter:brightness(1.1)}.territory-overlay.selected{filter:drop-shadow(0 0 8px rgba(59,130,246,.6));animation:pulse 2s ease-in-out infinite}.territory-overlay.previewing-attacker{stroke:#3b82f6!important;stroke-width:3px!important;stroke-dasharray:none!important}.territory-overlay.previewing-attacker.selectable:hover{stroke:#3b82f6!important;stroke-width:4px!important}.territory-overlay.selectable.previewing-attacker{stroke:#3b82f6!important;stroke-width:3px!important}.territory-overlay.previewing-source{stroke:#3b82f6!important;stroke-width:3px!important;stroke-dasharray:none!important}.territory-overlay.previewing-source.selectable:hover{stroke:#3b82f6!important;stroke-width:4px!important}.territory-overlay.selectable.previewing-source{stroke:#3b82f6!important;stroke-width:3px!important}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.9}}.army-count-badge{pointer-events:none}.army-count-text{-webkit-user-select:none;user-select:none;pointer-events:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:always;-webkit-text-stroke:.01px transparent}@media (max-width: 768px){.world-map-container{min-height:400px}.army-count-text{font-size:14px!important;text-rendering:geometricPrecision!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.bonuses-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.bonuses-list{display:flex;flex-direction:column;gap:1rem}.bonus-item{border:2px solid #e5e7eb;border-radius:6px;padding:1rem;background-color:#f9fafb}.bonus-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.bonus-name{margin:0;color:#1a1a1a;font-size:1.125rem;font-weight:600}.bonus-value{background-color:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:4px;font-weight:600;font-size:.875rem}.bonus-territories{margin-top:.75rem}.bonus-territories-label{font-size:.875rem;color:#666;margin-bottom:.5rem;font-weight:500}.bonus-territories-list{display:flex;flex-wrap:wrap;gap:.5rem}.bonus-territory{background-color:#fff;padding:.375rem .75rem;border-radius:4px;font-size:.875rem;color:#1a1a1a;border:1px solid #e5e7eb}@media (max-width: 768px){.modal-content{max-width:100%;max-height:95vh}.modal-header,.modal-body{padding:1rem}.bonus-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.game-history-container{margin-top:1rem;border:1px solid #e5e7eb;border-radius:6px;background-color:#f9fafb;overflow:hidden}.game-history-toggle{width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#1a1a1a;transition:background-color .2s}.game-history-toggle:hover{background-color:#f3f4f6}.game-history-toggle-icon{font-size:.75rem;color:#6b7280;transition:transform .2s;width:12px;display:inline-block}.game-history-toggle-text{flex:1}.game-history-count{color:#6b7280;font-weight:400}.game-history-refresh{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1rem;padding:.25rem .5rem;border-radius:4px;transition:all .2s;margin-left:auto}.game-history-refresh:hover{background-color:#e5e7eb;color:#1a1a1a}.game-history-content{border-top:1px solid #e5e7eb;background-color:#fff;max-height:400px;overflow-y:auto}.game-history-loading,.game-history-error,.game-history-empty{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.game-history-error{color:#dc2626;display:flex;flex-direction:column;gap:.5rem;align-items:center}.game-history-retry{padding:.375rem .75rem;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s}.game-history-retry:hover{background-color:#2563eb}.game-history-list{padding:.5rem}.game-history-entry{padding:.75rem;border-bottom:1px solid #f3f4f6;transition:background-color .2s}.game-history-entry:last-child{border-bottom:none}.game-history-entry:hover{background-color:#f9fafb}.game-history-entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.game-history-player{font-weight:700;font-size:1rem}.game-history-previous-owner{font-weight:500;font-size:.875rem}.game-history-time{font-size:.75rem;color:#9ca3af}.game-history-entry-body{font-size:.875rem;color:#4b5563;line-height:1.5}.game-history-action strong{color:#1a1a1a;font-weight:600}@media (max-width: 768px){.game-history-content{max-height:300px}.game-history-entry-header{flex-direction:column;align-items:flex-start;gap:.25rem}}.attack-controls{margin:1rem 0;padding:1rem;background-color:#f9fafb;border-radius:6px;border:2px solid #e5e7eb}.attack-instruction{margin:.5rem 0;color:#1a1a1a;line-height:1.6}.attack-error{margin:.5rem 0;color:#dc2626;font-weight:600}.attack-summary{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background-color:#fff;border-radius:6px;border:1px solid #e5e7eb}.territory-info.attacker{background-color:#dbeafe;border:2px solid #3b82f6}.territory-info.defender{background-color:#fee2e2;border:2px solid #ef4444}.current-armies-note{font-size:.75rem;color:#6b7280;font-style:italic;margin-left:.5rem}.vs-divider{font-weight:700;font-size:1.25rem;color:#666;padding:0 .5rem}.dice-controls,.dice-results{margin-top:1rem}.dice-roll-display{margin-top:1rem;padding:1rem;background-color:#fff;border-radius:6px;border:1px solid #e5e7eb}.dice-container{display:flex;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.attacker-dice,.defender-dice{flex:1;min-width:150px}.attacker-dice strong,.defender-dice strong{display:block;margin-bottom:.5rem;color:#1a1a1a}.die{display:inline-block;width:40px;height:40px;line-height:40px;text-align:center;border-radius:6px;font-size:1.25rem;font-weight:700;margin-right:.5rem;margin-bottom:.5rem}.attacker-dice .die{background-color:#dbeafe;border:2px solid #3b82f6;color:#1e40af}.defender-dice .die{background-color:#fee2e2;border:2px solid #ef4444;color:#991b1b}.neutral-no-defense{display:inline-block;padding:.5rem 1rem;background-color:#f3f4f6;border:2px solid #9ca3af;border-radius:4px;color:#6b7280;font-weight:500;font-style:italic}.attack-result{padding:.75rem;background-color:#f9fafb;border-radius:4px;border:1px solid #e5e7eb}.attack-result p{margin:.5rem 0;color:#1a1a1a}.conquest-message{color:#059669;font-weight:600;margin-top:.5rem}.conquest-prompt{margin-top:1rem;padding:1rem;background-color:#fef3c7;border-radius:6px;border:2px solid #f59e0b}.conquest-prompt label{display:block;margin-bottom:.75rem;font-weight:600;color:#1a1a1a}.conquest-prompt input{display:block;width:100%;max-width:200px;margin-top:.5rem;padding:.5rem;font-size:1rem;border:2px solid #d1d5db;border-radius:4px}.attack-executed-message{text-align:center;color:#059669;font-weight:500;margin:.5rem 0}.dice-instruction{margin-bottom:.75rem;color:#1a1a1a;font-size:.875rem}.dice-display{display:flex;gap:2rem;margin-bottom:1rem;padding:1rem;background-color:#fff;border-radius:6px;border:1px solid #e5e7eb}.dice-group{flex:1}.dice-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.dice-values{display:flex;gap:.5rem;flex-wrap:wrap}.dice-value{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.5rem;font-weight:700;border:3px solid}.attacker-dice{background-color:#dbeafe;border-color:#3b82f6;color:#1e40af}.defender-dice{background-color:#fee2e2;border-color:#ef4444;color:#991b1b}.attack-actions{display:flex;gap:.75rem;flex-wrap:wrap}.roll-dice-button,.execute-attack-button,.reroll-dice-button,.roll-again-button,.clear-selection-button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.roll-dice-button{background-color:#3b82f6;color:#fff}.roll-dice-button:hover:not(:disabled){background-color:#2563eb}.roll-dice-button:disabled,.roll-again-button:disabled,.execute-attack-button:disabled,.clear-selection-button:disabled{opacity:.6;cursor:not-allowed}.execute-attack-button{background-color:#dc2626;color:#fff}.execute-attack-button:hover{background-color:#b91c1c}.reroll-dice-button,.roll-again-button{background-color:#f59e0b;color:#fff}.reroll-dice-button:hover,.roll-again-button:hover{background-color:#d97706}.attack-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin:.75rem 0}.auto-attack-button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s;background-color:#f59e0b;color:#fff}.auto-attack-button:hover:not(:disabled){background-color:#d97706}.auto-attack-button:disabled{opacity:.6;cursor:not-allowed}.auto-attack-summary{margin-bottom:1rem;padding:1rem;background-color:#fef3c7;border-radius:6px;border:2px solid #f59e0b}.auto-attack-header{margin:0 0 .75rem;color:#92400e;font-weight:600}.auto-attack-rolls{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.auto-attack-roll-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:#fff;border-radius:4px;font-size:.875rem;flex-wrap:wrap}.roll-number{font-weight:600;color:#92400e}.roll-dice{color:#1a1a1a}.roll-result{color:#6b7280;font-style:italic}.auto-attack-stopped{color:#dc2626;font-weight:500;margin-top:.5rem}@media (max-width: 768px){.attack-summary{flex-direction:column}.vs-divider{padding:.5rem 0}.dice-display{flex-direction:column;gap:1rem}.attack-actions{flex-direction:column}.roll-dice-button,.execute-attack-button,.reroll-dice-button,.clear-selection-button{width:100%}}.number-input-with-buttons{display:flex;flex-direction:column;gap:.75rem;padding:.75rem}.number-input-label{font-weight:500;font-size:14px;color:#374151}.number-input-container{display:flex;flex-direction:column;gap:.75rem}.number-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:16px;text-align:center;background:#fff}.number-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.number-input-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.number-button{padding:.75rem .875rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-height:44px}.number-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.number-button:active:not(:disabled){background:#e5e7eb;transform:scale(.98)}.number-button:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}@media (max-width: 640px){.number-input-with-buttons{padding:1rem;gap:1rem}.number-input-container{gap:1rem}.number-input{padding:.875rem}.number-input-buttons{grid-template-columns:repeat(3,1fr);gap:.625rem}.number-button{padding:.875rem .625rem;font-size:13px;min-height:48px}}.fortify-controls{margin:1rem 0;padding:1rem;background-color:#f9fafb;border-radius:6px;border:2px solid #e5e7eb}.fortify-instruction{margin:.5rem 0;color:#1a1a1a;line-height:1.6}.fortify-error{margin:.5rem 0;color:#dc2626;font-weight:600}.fortify-summary{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background-color:#fff;border-radius:6px;border:1px solid #e5e7eb}.territory-info{flex:1;padding:.75rem;border-radius:4px;font-size:.875rem;line-height:1.6}.territory-info.from{background-color:#dbeafe;border:2px solid #3b82f6}.territory-info.to{background-color:#dcfce7;border:2px solid #10b981}.arrow{font-weight:700;font-size:1.5rem;color:#666;padding:0 .5rem}.fortify-actions{display:flex;flex-direction:column;gap:1rem}.fortify-actions label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#1a1a1a}.armies-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;width:100px}.button-group{display:flex;gap:.75rem;flex-wrap:wrap}.fortify-button,.clear-selection-button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.fortify-button{background-color:#10b981;color:#fff}.fortify-button:hover:not(:disabled){background-color:#059669}.fortify-button:disabled{background-color:#9ca3af;cursor:not-allowed}.clear-selection-button{background-color:#6b7280;color:#fff}.clear-selection-button:hover{background-color:#4b5563}@media (max-width: 768px){.fortify-summary{flex-direction:column}.arrow{padding:.5rem 0;transform:rotate(90deg)}.button-group{flex-direction:column}.fortify-button,.clear-selection-button{width:100%}}.card-hand{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px}.card-hand-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-hand-header h3{margin:0;font-size:16px;font-weight:600;color:#1f2937}.card-count{font-size:14px;color:#6b7280;font-weight:500}.card-count.warning{color:#dc2626;font-weight:600}.card-hand-hidden{color:#9ca3af;font-size:14px;font-style:italic;margin:0}.no-cards{color:#6b7280;font-size:14px;margin:0;text-align:center;padding:16px 0}.card-list{display:flex;flex-wrap:wrap;gap:8px}.territory-card-item{background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:12px;min-width:80px;text-align:center;cursor:default;transition:border-color .2s}.territory-card-item:hover{border-color:#3b82f6}.card-symbol{font-size:24px;margin-bottom:4px}.card-territory-name{font-size:11px;color:#4b5563;font-weight:500;margin-top:4px;word-break:break-word}.card-wild-label{font-size:10px;color:#f59e0b;font-weight:600;margin-top:4px}.trade-in-scheme{margin-top:8px;margin-bottom:12px;padding:8px 12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;color:#1e40af;font-size:13px}.trade-in-scheme strong{font-weight:600}.card-hand-warning{margin-top:12px;padding:8px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#991b1b;font-size:13px;font-weight:500}.trade-cards{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:16px}.trade-cards-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.trade-cards-header h3{margin:0;font-size:16px;font-weight:600;color:#1f2937}.trade-in-value{display:flex;align-items:center;gap:8px}.trade-in-label{font-size:13px;color:#6b7280}.trade-in-amount{font-size:16px;font-weight:600;color:#059669}.selection-instruction{font-size:14px;color:#4b5563;margin:0 0 12px}.card-grid{display:flex;flex-wrap:wrap;gap:8px}.card-button{background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:12px;min-width:80px;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center}.card-button:hover:not(.disabled){border-color:#3b82f6;background:#eff6ff}.card-button.selected{border-color:#3b82f6;background:#dbeafe;box-shadow:0 0 0 2px #3b82f633}.card-button.disabled{opacity:.5;cursor:not-allowed}.card-button.invalid{border-color:#dc2626;background:#fee2e2}.card-button-symbol{font-size:24px;margin-bottom:4px}.card-button-territory{font-size:11px;color:#4b5563;font-weight:500;margin-top:4px;word-break:break-word}.card-button-wild{font-size:10px;color:#f59e0b;font-weight:600;margin-top:4px}.trade-confirmation{margin-top:16px;padding:12px;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.valid-set-indicator{color:#059669;font-weight:600;margin-bottom:12px;font-size:14px}.reward-breakdown{margin-top:8px;font-size:13px;font-weight:400;line-height:1.6}.reward-breakdown>div{margin:4px 0}.invalid-set-indicator{color:#dc2626;font-weight:500;font-size:14px}.territory-bonus-info{margin:12px 0;padding:10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;font-size:13px;color:#1e40af}.territory-bonus-info strong{display:block;margin-bottom:6px;color:#1e3a8a}.territory-bonus-list{margin:6px 0 0;padding-left:20px;list-style-type:disc}.territory-bonus-list li{margin:4px 0}.territory-bonus-breakdown{font-size:12px;color:#059669;font-weight:400}.trade-button{width:100%;padding:10px 16px;background:#059669;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.trade-button:hover:not(:disabled){background:#047857}.trade-button:disabled{opacity:.6;cursor:not-allowed}.trade-cards-info{color:#6b7280;font-size:14px;margin:0;text-align:center;padding:16px 0}.cards-section{margin-top:1.5rem;border-top:1px solid #e5e7eb;padding-top:1rem}.cards-toggle-button{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;color:#1f2937;transition:all .2s}.cards-toggle-button:hover{background:#f3f4f6;border-color:#d1d5db}.cards-toggle-button.needs-trade{background:#fef2f2;border-color:#fecaca;border-width:2px}.cards-toggle-button.needs-trade:hover{background:#fee2e2;border-color:#fca5a5}.trade-required-badge{margin-left:auto;padding:2px 8px;background:#dc2626;color:#fff;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap}.trade-required-notice{margin-bottom:12px;padding:12px;background:#fef2f2;border:2px solid #fecaca;border-radius:6px;color:#991b1b;font-size:14px}.trade-required-notice strong{display:block;margin-bottom:6px;font-size:15px}.trade-phase-hint{margin-top:8px;padding-top:8px;border-top:1px solid #fecaca;font-size:13px;color:#7f1d1d}.trade-required-block{padding:12px;background:#fef2f2;border:2px solid #fecaca;border-radius:6px;margin-bottom:12px}.trade-required-message{margin:0;color:#991b1b;font-size:14px;line-height:1.5}.cards-toggle-icon{font-size:12px;color:#6b7280;display:inline-block;width:16px;text-align:center}.cards-toggle-label{flex:1;text-align:left}.cards-trade-in-value{margin-left:auto;font-size:12px;color:#059669;font-weight:600;white-space:nowrap;padding-left:.75rem}.cards-content{margin-top:.75rem;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.action-in-progress-indicator{margin-top:8px;padding:8px 12px;background:#dbeafe;border:1px solid #3b82f6;border-radius:4px;color:#1e40af;font-size:13px;font-weight:500;animation:pulse 1.5s ease-in-out infinite}.resign-button{background:#dc2626!important;color:#fff!important;border:2px solid #b91c1c!important;font-weight:600;transition:all .2s}.resign-button:hover:not(:disabled){background:#b91c1c!important;border-color:#991b1b!important;transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.resign-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #dc262633}.resign-button:disabled{background:#fca5a5!important;border-color:#fecaca!important;cursor:not-allowed;opacity:.6}.settings-section{background:#fff;border-radius:8px;padding:1.5rem;border:2px solid transparent}.settings-section h2{font-size:1.25rem;margin-bottom:1rem;color:#1a1a1a}.settings-content{display:flex;flex-direction:column;gap:1.5rem}.settings-group{display:flex;flex-direction:column;gap:.5rem}.settings-label{font-weight:600;color:#1a1a1a;font-size:.875rem;margin-bottom:.25rem}.settings-input-group{display:flex;gap:.5rem;align-items:flex-start}.settings-input{flex:1;padding:.5rem .75rem;border:2px solid rgba(0,0,0,.2);border-radius:6px;font-size:.875rem;transition:border-color .2s}.settings-input:focus{outline:none;border-color:#3b82f6}.settings-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.settings-button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.settings-button:hover:not(:disabled){background-color:#2563eb}.settings-button:disabled{background-color:#9ca3af;cursor:not-allowed}.settings-button-secondary{background-color:#3b82f61a;color:#3b82f6}.settings-button-secondary:hover:not(:disabled){background-color:#3b82f633}.settings-toggle-group{display:flex;justify-content:space-between;align-items:center;gap:1rem}.settings-toggle{position:relative;width:48px;height:24px;background-color:#d1d5db;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s;padding:0;flex-shrink:0}.settings-toggle.enabled{background-color:#3b82f6}.settings-toggle:disabled{cursor:not-allowed;opacity:.6}.settings-toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.settings-toggle.enabled .settings-toggle-slider{transform:translate(24px)}.settings-help{font-size:.75rem;color:#6b7280;margin:0}.settings-message{padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.settings-error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.settings-success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.settings-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;z-index:1001;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.settings-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid rgba(0,0,0,.1)}.settings-modal-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.settings-modal-close{background:none;border:none;font-size:2rem;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.settings-modal-close:hover{background-color:#0000000d;color:#1a1a1a}.settings-modal-content{padding:1.5rem}.settings-modal-content .settings-section{background:transparent;padding:0;border:none}.settings-modal-content .settings-section h2{display:none}@media (max-width: 768px){.settings-modal{width:95%;max-height:95vh}.settings-modal-header,.settings-modal-content{padding:1rem}}.map-upload-modal-content{max-width:600px}.upload-section{margin-bottom:1.5rem}.upload-label{display:flex;flex-direction:column;gap:.5rem}.upload-label-text{font-weight:500;color:#333;font-size:.9375rem}.file-input,.text-input{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9375rem;cursor:pointer;width:100%;box-sizing:border-box}.text-input{cursor:text}.file-name{font-size:.875rem;color:#047857;font-weight:500;margin-top:.25rem}.upload-hint{font-size:.8125rem;color:#666;margin-top:.25rem;font-style:italic}.map-id-preview{font-size:.75rem;color:#047857;font-family:monospace;margin-top:.25rem;display:block}.upload-error{background-color:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.upload-actions{display:flex;gap:.75rem;margin-top:1.5rem}.cancel-button,.upload-button{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button{background-color:#f3f4f6;color:#374151}.cancel-button:hover{background-color:#e5e7eb}.upload-button{background-color:#3b82f6;color:#fff}.upload-button:hover:not(:disabled){background-color:#2563eb}.upload-button:disabled{background-color:#9ca3af;cursor:not-allowed}.map-editor{padding:1rem;width:100%;margin:0 auto}.map-editor-header{margin-bottom:1.5rem}.map-editor-header h2{margin-bottom:.5rem;color:#1a1a1a}.map-editor-header p{color:#666;margin-bottom:1rem}.map-config{margin-bottom:1rem;padding:.75rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.map-config-label{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#374151;font-weight:500}.opacity-slider{flex:1;max-width:200px}.opacity-value{min-width:40px;font-family:monospace;font-size:.875rem;color:#6b7280}.editor-actions{display:flex;gap:.75rem}.save-button,.export-button,.upload-button,.export-zip-button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s}.save-button:hover,.export-button:hover,.upload-button:hover,.export-zip-button:hover{background-color:#2563eb}.export-button{background-color:#10b981}.export-button:hover{background-color:#059669}.upload-button{background-color:#8b5cf6}.upload-button:hover{background-color:#7c3aed}.load-button{background-color:#06b6d4}.load-button:hover{background-color:#0891b2}.export-zip-button{background-color:#f59e0b}.export-zip-button:hover{background-color:#d97706}.map-editor-content{display:grid;grid-template-columns:300px 1fr;gap:1.5rem;min-height:600px;grid-template-rows:1fr;width:100%;align-items:start}.territory-list-panel{background:#fff;border-radius:8px;padding:1rem;overflow-y:auto;overflow-x:hidden;border:1px solid #e5e7eb;display:flex;flex-direction:column}.territory-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0}.territory-list-header h3{margin:0;color:#1a1a1a;font-size:1.125rem}.territories-list{flex:1;overflow-y:auto;min-height:0}.add-territory-button{width:28px;height:28px;border-radius:50%;border:none;background-color:#10b981;color:#fff;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.add-territory-button:hover{background-color:#059669}.add-territory-form{display:flex;gap:.25rem;align-items:center}.territory-name-input{flex:1;padding:.375rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.confirm-add-button,.cancel-add-button{width:24px;height:24px;border-radius:4px;border:none;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.confirm-add-button{background-color:#10b981;color:#fff}.confirm-add-button:hover{background-color:#059669}.cancel-add-button{background-color:#ef4444;color:#fff}.cancel-add-button:hover{background-color:#dc2626}.continent-group{margin-bottom:1.5rem}.continent-group h4{font-size:.875rem;font-weight:600;color:#666;text-transform:uppercase;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e5e7eb}.territory-item{padding:.5rem .75rem;margin-bottom:.25rem;border-radius:4px;transition:all .2s;border:2px solid transparent;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.territory-item-content{flex:1;cursor:pointer}.territory-item:hover{background-color:#f3f4f6}.territory-item.selected{background-color:#eff6ff;border-color:#3b82f6}.territory-item.positioned{background-color:#f0fdf4}.territory-item.positioned.selected{background-color:#dcfce7}.territory-item-name{font-weight:600;font-size:.875rem;color:#1a1a1a;margin-bottom:.25rem}.territory-item-coords{font-size:.75rem;color:#666;font-family:monospace}.territory-item-hint{font-size:.75rem;color:#3b82f6;font-style:italic;margin-top:.25rem}.territory-edit-mode-toggle{display:flex;gap:.25rem;margin-top:.5rem;margin-bottom:.25rem}.mode-toggle-button{flex:1;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:4px;background-color:#fff;color:#374151;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.mode-toggle-button:hover{background-color:#f3f4f6;border-color:#9ca3af}.mode-toggle-button.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.mode-toggle-button.active:hover{background-color:#2563eb;border-color:#2563eb}.territory-radius-control{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.territory-radius-control label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#374151;font-weight:500}.territory-radius-input{width:70px;padding:.25rem .375rem;border:1px solid #ddd;border-radius:4px;font-size:.75rem}.territory-visual-controls{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.territory-visual-controls label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#374151;font-weight:500}.territory-army-offset-control{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.territory-army-offset-control label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#374151;font-weight:500}.territory-offset-input{width:70px;padding:.25rem .375rem;border:1px solid #ddd;border-radius:4px;font-size:.75rem}.remove-territory-button{width:24px;height:24px;border-radius:4px;border:none;background-color:#ef4444;color:#fff;font-size:1.125rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;opacity:.7}.remove-territory-button:hover{background-color:#dc2626;opacity:1}.map-panel{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;min-height:0;width:100%;overflow:visible}.map-instructions{margin-bottom:1rem;padding:.75rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.instruction-active{color:#1a1a1a;font-weight:600}.instruction-active strong{color:#3b82f6}.instruction-inactive{color:#666;font-style:italic}.last-click{margin-top:.5rem;font-size:.875rem;color:#666;font-family:monospace}.radius-control{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.radius-control label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;font-weight:500}.radius-input{width:80px;padding:.375rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.territory-item-radius{color:#6b7280;font-size:.7rem}.world-map-container{flex:1;position:relative;min-height:0;background:#e0f2fe;border-radius:8px;overflow:hidden;width:100%;aspect-ratio:800 / 533}@supports not (aspect-ratio: 1){.world-map-container{padding-bottom:66.625%;height:0}}.world-map-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.world-map-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.territory-overlays{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto}.territory-marker{pointer-events:auto;cursor:grab;transition:r .1s ease}.territory-marker:active,.territory-marker.dragging{cursor:grabbing}.territory-marker.dragging{opacity:.8}.radius-handle{pointer-events:auto;transition:r .1s ease}.radius-handle:hover{r:8;fill:#2563eb}.army-position-indicator{pointer-events:auto;cursor:grab;transition:fill .1s ease,stroke .1s ease,stroke-width .1s ease}.army-position-indicator:active{cursor:grabbing}@media (max-width: 1024px){.map-editor-content{grid-template-columns:1fr;height:auto}.territory-list-panel{max-height:300px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#1a1a1a;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.lobby-modal-content{max-width:500px}.lobby-info{margin-bottom:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:6px}.lobby-info-row{display:flex;gap:.5rem;margin-bottom:.5rem;font-size:.9375rem}.lobby-info-row:last-child{margin-bottom:0}.lobby-info-row strong{color:#374151;min-width:80px}.lobby-info-row span{color:#1a1a1a}.lobby-players-section{margin-bottom:1.5rem}.lobby-players-section h3{margin-top:0;margin-bottom:.75rem;font-size:1.125rem;color:#1a1a1a}.lobby-players{display:flex;flex-direction:column;gap:.75rem}.player-config{display:flex;gap:.75rem;align-items:center;padding:.75rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px}.player-color-preview{width:24px;height:24px;border-radius:9999px;border:2px solid #e5e7eb;flex-shrink:0}.player-name{font-weight:500;color:#1a1a1a}.no-players{color:#6b7280;font-style:italic;padding:1rem;text-align:center}.lobby-actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.lobby-actions .create-game-button{flex:1;min-width:120px}.lobby-actions .create-game-button.delete-button{background-color:#ef4444;color:#fff}.lobby-actions .create-game-button.delete-button:hover{background-color:#dc2626}.lobby-actions .create-game-button.delete-button:disabled{background-color:#fca5a5;cursor:not-allowed}@media (max-width: 768px){.lobby-modal-content{max-width:100%}.lobby-actions{flex-direction:column}.lobby-actions .create-game-button{width:100%}}.create-game-modal-content{max-width:600px}.create-game-info{margin-bottom:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:6px}.create-game-info-row{display:flex;gap:.5rem;font-size:.9375rem}.create-game-info-row strong{color:#374151}.game-id-display{font-family:monospace;color:#1a1a1a;font-weight:600}.create-game-section{margin-bottom:1.5rem}.create-game-section h3{margin-top:0;margin-bottom:1rem;font-size:1.125rem;color:#1a1a1a}.create-game-section label{display:block;margin-bottom:.75rem;font-weight:500;color:#333}.create-game-section select,.create-game-section input[type=number]{width:100%;padding:.5rem;margin-top:.25rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.claim-strategy-select{width:100%;padding:.5rem;margin-top:.25rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.create-game-actions{display:flex;gap:.75rem;margin-top:1.5rem;margin-bottom:1.5rem}.create-game-actions .create-game-button{flex:1}@media (max-width: 768px){.create-game-modal-content{max-width:100%}.lobby-join-row{flex-direction:column}.lobby-join-row .create-game-button{width:100%}}.game-setup{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem}.setup-container{max-width:600px;width:100%;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.game-setup h1{margin-top:0;margin-bottom:.5rem;color:#1a1a1a}.game-id{font-size:.875rem;color:#666;margin-bottom:2rem;padding:.5rem;background-color:#f9fafb;border-radius:4px}.game-id strong{color:#1a1a1a;font-family:monospace}.setup-section{margin-bottom:2rem}.setup-section h2{font-size:1.125rem;margin-bottom:1rem;color:#1a1a1a}.setup-section label{display:block;margin-bottom:.75rem;font-weight:500;color:#333}.setup-section select,.setup-section input[type=number]{width:100%;padding:.5rem;margin-top:.25rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.time-limit-hint{margin-left:.5rem;font-size:.875rem;color:#666;font-style:italic}.player-config{display:flex;gap:.5rem;margin-bottom:.75rem;align-items:center}.player-name-input{flex:1;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.player-color-input{width:60px;height:40px;padding:0;border:1px solid #ddd;border-radius:4px;cursor:pointer}.remove-player-button{width:40px;height:40px;background-color:#ef4444;color:#fff;border:none;border-radius:4px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.remove-player-button:hover{background-color:#dc2626}.add-player-button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.add-player-button:hover{background-color:#2563eb}.setup-actions{display:flex;gap:1rem;margin-top:2rem}.create-game-section .setup-actions{margin-top:1.5rem;margin-bottom:0}.create-game-button{flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s;background-color:#10b981;color:#fff}.create-game-button:hover{background-color:#059669}.load-game-button{flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s;background-color:#8b5cf6;color:#fff}.load-game-button:hover{background-color:#7c3aed}.create-game-toggle-button{width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s;background-color:#10b981;color:#fff;margin-top:2rem}.create-game-toggle-button:hover{background-color:#059669}.create-game-section{margin-top:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.create-game-section h2{font-size:1.25rem;margin-top:0;margin-bottom:1rem;color:#1a1a1a}.saved-games-section{margin-top:0;margin-bottom:2rem;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.saved-games-section>p{color:#6b7280;font-size:.9375rem;text-align:center;padding:1.5rem;margin:0;font-style:italic}.lobby-preview-panel{margin-top:1rem;padding:1rem;background-color:#eef2ff;border:1px solid #c7d2fe;border-radius:8px}.lobby-preview-panel h3{margin-top:0;margin-bottom:.5rem}.saved-games-section h2{font-size:1.125rem;margin-bottom:1rem;color:#1a1a1a}.saved-games-list{display:flex;flex-direction:column;gap:1rem}.saved-game-item{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;gap:1rem}.saved-game-thumbnail-load-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.saved-game-thumbnail{flex-shrink:0;width:120px;height:80px;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.saved-game-thumbnail img{width:100%;height:100%;object-fit:cover}.saved-game-item:hover{border-color:#c7d2fe;box-shadow:0 4px 6px #00000014;transform:translateY(-1px)}.saved-game-info{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:0}.saved-game-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.saved-game-id{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.9375rem;font-weight:600;color:#1f2937;word-break:break-all;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;letter-spacing:-.01em}.saved-game-preview{display:flex;align-items:center;gap:.625rem;font-size:.875rem;flex-wrap:wrap;padding:.5rem .75rem;background-color:#f9fafb;border-radius:6px;border-left:3px solid #3b82f6}.preview-label{color:#6b7280;font-weight:500;font-size:.8125rem;text-transform:uppercase;letter-spacing:.025em}.preview-player{font-weight:600;text-transform:capitalize;font-size:.9375rem;padding:.125rem .5rem;border-radius:4px;background-color:#3b82f61a}.saved-game-map{font-size:.8125rem;color:#6b7280;padding:.25rem .625rem;background-color:#f3f4f6;border-radius:4px;font-weight:500}.saved-game-actions{display:flex;gap:.5rem;flex-wrap:wrap;flex-shrink:0;align-items:flex-start}.saved-game-load-action{display:flex;align-items:center}.preview-phase{color:#9ca3af;font-size:.8125rem;text-transform:capitalize;font-style:italic}.load-saved-game-button{padding:.625rem 1.25rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.load-saved-game-button:hover{background-color:#2563eb;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.load-saved-game-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.load-saved-game-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.load-saved-game-button.secondary{background-color:#6b7280}.load-saved-game-button.secondary:hover{background-color:#4b5563}.saved-game-state{padding:.25rem .625rem;color:#6b7280;font-size:.8125rem;font-weight:600;background-color:#f3f4f6;border-radius:4px;text-transform:uppercase;letter-spacing:.025em}.saved-game-state.state-lobby{background-color:#dbeafe;color:#1e40af}.saved-game-state.state-in-progress{background-color:#fef3c7;color:#92400e}.saved-game-state.state-finished,.saved-game-state.state-completed{background-color:#d1fae5;color:#065f46}.lobby-join-row{display:flex;gap:.75rem;align-items:center}.error-text{color:#dc2626;margin-top:.5rem}.status-text{color:#047857;margin-top:.5rem}.player-color-preview{width:16px;height:16px;border-radius:9999px;border:1px solid #e5e7eb}.create-game-button.secondary{background-color:#e5e7eb;color:#1f2937}.create-game-button.secondary:hover{background-color:#d1d5db}.saved-game-info .player-expand-button{margin-top:.5rem;padding:.5rem .75rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;width:100%;text-align:center}.saved-game-info .player-expand-button:hover{background-color:#e5e7eb;border-color:#d1d5db;color:#1f2937}.saved-game-info .player-reinforcements-detail{margin-top:.5rem;padding:.75rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.saved-game-info .reinforcements-header{margin-bottom:.5rem;color:#374151;font-size:.875rem}.saved-game-info .breakdown-item{display:flex;align-items:center;gap:.625rem;padding:.375rem 0}.saved-game-info .breakdown-item .breakdown-label{display:flex;align-items:center;gap:.625rem}.saved-game-info .breakdown-item .player-name{color:#1f2937;font-weight:500;font-size:.875rem}.saved-game-info .breakdown-item .player-color-preview{width:20px;height:20px;border-radius:50%;flex-shrink:0;border:2px solid rgba(0,0,0,.1);box-shadow:0 1px 2px #0000001a}.spectate-games{padding:2rem;max-width:1200px;margin:0 auto}.spectate-container{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.spectate-games h1{color:#1a1a1a;margin-bottom:.5rem;font-size:2rem}.spectate-description{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}.spectate-actions{margin-bottom:1.5rem}.spectate-error{background:#ef444433;border:1px solid rgba(239,68,68,.5);border-radius:6px;padding:1rem;margin-bottom:1.5rem}.spectate-error p{color:#fca5a5;margin:0}.spectate-games-section{margin-top:1.5rem}.spectate-games-list{display:flex;flex-direction:column;gap:1rem}.spectate-game-item{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .2s;box-shadow:0 1px 3px #0000000d}.spectate-game-item:hover{border-color:#c7d2fe;box-shadow:0 4px 6px #00000014;transform:translateY(-1px)}.spectate-game-info{display:flex;flex-direction:column;gap:.75rem}.spectate-game-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.spectate-game-id{font-weight:600;color:#1f2937;font-size:1.1rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;word-break:break-all;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;letter-spacing:-.01em}.spectate-game-state{padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;text-transform:uppercase}.spectate-game-state.state-active,.spectate-game-state.state-in-progress{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.3)}.spectate-game-map{color:#6b7280;font-size:.8125rem;padding:.25rem .625rem;background-color:#f3f4f6;border-radius:4px;font-weight:500}.spectate-game-players{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.players-label{color:#6b7280;font-size:.9rem}.player-badge{padding:.25rem .5rem;border-radius:4px;background-color:#3b82f61a;font-size:.85rem;font-weight:500}.spectate-game-preview{display:flex;align-items:center;gap:.625rem;font-size:.875rem;flex-wrap:wrap;padding:.5rem .75rem;background-color:#f9fafb;border-radius:6px;border-left:3px solid #3b82f6}.spectate-game-preview .preview-label{color:#6b7280;font-weight:500;font-size:.8125rem;text-transform:uppercase;letter-spacing:.025em}.spectate-game-preview .preview-player{font-weight:600;text-transform:capitalize;font-size:.9375rem;padding:.125rem .5rem;border-radius:4px;background-color:#3b82f61a}.spectate-game-preview .preview-phase{color:#9ca3af;font-size:.8125rem;text-transform:capitalize;font-style:italic}.spectate-game-action{margin-top:.5rem}.spectate-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.spectate-button:hover{background:#2563eb}.messages{padding:2rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 200px)}.messages-container{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 250px)}.messages-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.messages-header h1{color:#1a1a1a;margin:0;font-size:2rem}@media (max-width: 768px){.desktop-only{display:none}}@media (min-width: 769px){.mobile-only{display:none}}.messages-header-actions{display:flex;gap:.5rem}.refresh-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.refresh-button:hover:not(:disabled){background:#2563eb}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.messages-error{background:#ef444433;border:1px solid rgba(239,68,68,.5);border-radius:6px;padding:1rem;margin-bottom:1.5rem}.messages-error p{color:#dc2626;margin:0}.messages-content{display:flex;flex:1;gap:1.5rem;overflow:hidden}.messages-sidebar{width:250px;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.messages-sidebar{width:100%;border-right:none}.messages-sidebar.mobile-hidden{display:none}.messages-main{width:100%}.messages-main.mobile-hidden{display:none}}.messages-sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.messages-sidebar-header h2{color:#1a1a1a;margin:0;font-size:1.25rem}.new-conversation-button{background:#10b981;color:#fff;border:none;padding:.375rem .75rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s}.new-conversation-button:hover{background:#059669}.new-conversation-form{padding:1rem;background:#f9fafb;border-radius:6px;margin-bottom:1rem}.username-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;margin-bottom:.5rem}.new-conversation-actions{display:flex;gap:.5rem}.start-button,.cancel-button{flex:1;padding:.375rem .75rem;border-radius:6px;border:none;cursor:pointer;font-size:.85rem;transition:background .2s}.start-button{background:#3b82f6;color:#fff}.start-button:hover:not(:disabled){background:#2563eb}.start-button:disabled{opacity:.6;cursor:not-allowed}.cancel-button{background:#6b7280;color:#fff}.cancel-button:hover{background:#4b5563}.loading-text,.empty-text{color:#6b7280;text-align:center;padding:2rem;font-size:.9rem}.conversations-list{flex:1;overflow-y:auto;display:flex;flex-direction:column}.conversation-item{padding:1rem;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background .2s}.conversation-item:hover{background:#f9fafb}.conversation-item.selected{background:#eff6ff;border-left:3px solid #3b82f6}.conversation-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.conversation-username{font-weight:600;color:#1f2937;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.conversation-timestamp{color:#6b7280;font-size:.75rem}.conversation-preview{color:#6b7280;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.conversation-preview{display:none}}.messages-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.no-conversation-selected{display:flex;align-items:center;justify-content:center;flex:1;color:#6b7280;font-size:1rem}.conversation-header{padding-bottom:1rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;overflow:hidden}.conversation-header h2{color:#1a1a1a;margin:0;font-size:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-header.mobile-only{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:0}.back-button{background:transparent;border:none;color:#3b82f6;font-size:1rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .2s;flex-shrink:0}.back-button:hover{background:#f3f4f6}.conversation-header-title{color:#1a1a1a;margin:0;font-size:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.messages-list{flex:1;overflow-y:auto;padding:1rem 0;display:flex;flex-direction:column;gap:1rem}.empty-messages{color:#6b7280;text-align:center;padding:2rem;font-size:.9rem}.message-item{display:flex;margin-bottom:.5rem}.message-item.own-message{justify-content:flex-end}.message-item.other-message{justify-content:flex-start}.message-content{max-width:70%;padding:.75rem 1rem;border-radius:12px;display:flex;flex-direction:column}.own-message .message-content{background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.other-message .message-content{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.message-text{word-wrap:break-word;line-height:1.5;margin-bottom:.25rem}.message-meta{display:flex;justify-content:flex-end;align-items:center}.message-timestamp{font-size:.75rem;opacity:.7}.own-message .message-timestamp{color:#fffc}.other-message .message-timestamp{color:#6b7280}.message-input-container{padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.message-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical}.message-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.message-input-footer{display:flex;justify-content:space-between;align-items:center}.character-count{color:#6b7280;font-size:.75rem}.send-button{background:#3b82f6;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.send-button:hover:not(:disabled){background:#2563eb}.send-button:disabled{opacity:.6;cursor:not-allowed}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0003;max-width:400px;width:100%;text-align:center}.login-card h1{margin:0 0 10px;font-size:2.5em;color:#333}.login-subtitle{margin:0 0 30px;color:#666;font-size:1.1em}.login-description{margin:0 0 30px;color:#555;line-height:1.6}.login-button{width:100%;padding:14px 28px;font-size:1.1em;font-weight:600;color:#fff;background:#4285f4;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s,transform .1s}.login-button:hover:not(:disabled){background:#357ae8;transform:translateY(-1px)}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{background:#ccc;cursor:not-allowed}.login-error{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #fcc}.username-setup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.username-setup-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0003;max-width:450px;width:100%}.username-setup-card h1{margin:0 0 10px;color:#333;font-size:32px;text-align:center}.username-setup-subtitle{text-align:center;color:#666;margin:0 0 20px;font-size:16px}.username-setup-description{text-align:center;color:#888;margin:0 0 30px;font-size:14px;line-height:1.5}.username-input-group{margin-bottom:25px}.username-input-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.username-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s;box-sizing:border-box}.username-input:focus{outline:none;border-color:#667eea}.username-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.username-setup-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}.username-setup-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.username-setup-button:active:not(:disabled){transform:translateY(0)}.username-setup-button:disabled{opacity:.6;cursor:not-allowed}.username-setup-error{background-color:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;font-size:14px;text-align:center}.hamburger-button{position:fixed;top:1rem;left:1rem;z-index:1002;background:#1a1a1ae6;border:2px solid rgba(255,255,255,.3);border-radius:8px;padding:.75rem;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0003}.hamburger-button-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hamburger-button:hover{background:#1a1a1a;border-color:#ffffff80}.hamburger-icon{display:flex;flex-direction:column;gap:4px;width:24px;height:18px;position:relative}.hamburger-icon span{display:block;width:100%;height:2px;background-color:#fff;border-radius:2px;transition:all .3s ease}.hamburger-icon.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hamburger-menu{position:fixed;top:0;left:0;width:280px;height:100vh;background:#1a1a1a;z-index:1001;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 10px #0000004d;pointer-events:auto}.hamburger-menu.open{transform:translate(0)}.hamburger-menu-content{padding:4rem 0 1rem;display:flex;flex-direction:column;height:100%}.menu-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s;text-align:left;border-left:3px solid transparent;pointer-events:auto;z-index:1002;position:relative}.menu-item:hover{background:#ffffff1a;border-left-color:#3b82f6}.menu-item-popout-icon{opacity:.6;margin-left:auto;display:flex;align-items:center;transition:opacity .2s}.menu-item:hover .menu-item-popout-icon{opacity:1}.unread-mail-icon{position:absolute;top:-10px;right:-10px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;pointer-events:none;z-index:1}.unread-mail-icon svg{width:100%;height:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.menu-item-badge{margin-left:auto;margin-right:.5rem;width:8px;height:8px;display:flex;align-items:center;justify-content:center}.menu-item-badge-dot{width:8px;height:8px;background-color:#ef4444;border-radius:50%}.hamburger-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:1000;opacity:1;transition:opacity .3s ease;pointer-events:all}.featurebase-widget-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:999;background:#fff;display:none;flex-direction:column}.featurebase-widget-container.open{display:flex}.featurebase-widget-container .app-header{flex-shrink:0}.featurebase-widget-content{width:100%;flex:1;overflow:hidden;min-height:0}.featurebase-widget-content iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.hamburger-menu{width:100%}}.trade-in-info{max-width:800px;margin:0 auto;padding:2rem;color:var(--text-color, #333)}.trade-in-info-content{background:var(--background-color, #fff);border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.trade-in-info h1{margin-top:0;margin-bottom:1rem;color:var(--primary-color, #3b82f6)}.trade-in-info-intro{font-size:1.1rem;margin-bottom:2rem;color:var(--text-secondary, #666)}.trade-in-system{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.trade-in-system:last-of-type{border-bottom:none}.trade-in-system h2{margin-top:0;margin-bottom:1rem;color:var(--primary-color, #3b82f6)}.trade-in-system h3{margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-color, #333);font-size:1.1rem;font-weight:600}.trade-in-system ul{margin:1rem 0;padding-left:2rem}.trade-in-system li{margin:.5rem 0;line-height:1.6}.trade-in-note{margin-top:1rem;padding:.75rem;background:var(--info-background, #f0f9ff);border-left:3px solid var(--info-border, #3b82f6);border-radius:4px;font-size:.95rem}.trade-in-territory-bonus{margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border-color, #e5e7eb)}.trade-in-territory-bonus h2{margin-top:0;margin-bottom:1rem;color:var(--primary-color, #3b82f6)}.trade-in-territory-bonus p{margin:1rem 0;line-height:1.6}@media (max-width: 768px){.trade-in-info{padding:1rem}.trade-in-info-content{padding:1.5rem}.trade-in-info h1{font-size:1.5rem}.trade-in-system h2{font-size:1.25rem}}.mobile-reinforcement-controls{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:2px solid #e5e7eb;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f;padding:8px;height:220px;display:flex;flex-direction:column;gap:8px}.mobile-controls-toggle{position:fixed;bottom:220px;right:0;width:25%;padding:8px;background:#f9fafb;border:2px solid #e5e7eb;border-bottom:none;border-radius:6px 6px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:1001;box-shadow:0 -2px 4px -1px #0000001a}.mobile-controls-toggle:hover{background:#f3f4f6}.mobile-controls-toggle:active{background:#e5e7eb}.mobile-controls-arrow{font-size:16px;color:#6b7280;transition:transform .2s ease;display:inline-block}@media (max-width: 768px){.mobile-reinforcement-controls{height:220px}.mobile-status-bar{font-size:11px;padding:6px 10px;min-height:32px}.mobile-control-button{font-size:10px;padding:6px 3px}}.reinforce-button-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.mobile-trade-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.mobile-trade-modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.mobile-trade-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.mobile-trade-modal-header h3{margin:0;color:#1a1a1a;font-size:1.25rem}.mobile-trade-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;line-height:1}.mobile-trade-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.mobile-trade-modal-body{padding:1rem 1.5rem;overflow-y:auto;flex:1}@media (max-width: 768px){.mobile-trade-modal-content{max-width:95%;max-height:95vh}.mobile-trade-modal-header,.mobile-trade-modal-body{padding:.75rem 1rem}}.mobile-attack-controls{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:2px solid #e5e7eb;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f;padding:8px;height:220px;display:flex;flex-direction:column;gap:8px}.mobile-attack-controls .mobile-controls-toggle,.mobile-controls-toggle{position:fixed;bottom:220px;right:0;width:25%;padding:8px;background:#f9fafb;border:2px solid #e5e7eb;border-bottom:none;border-radius:6px 6px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:1001;box-shadow:0 -2px 4px -1px #0000001a}.mobile-attack-controls .mobile-controls-toggle:hover{background:#f3f4f6}.mobile-attack-controls .mobile-controls-toggle:active{background:#e5e7eb}.mobile-attack-controls .mobile-controls-arrow{font-size:16px;color:#6b7280;transition:transform .2s ease;display:inline-block}.mobile-attack-controls .mobile-status-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;font-weight:600;color:#1f2937;min-height:36px;flex-shrink:0}.mobile-attack-controls .mobile-status-left{flex:1;text-align:left}.mobile-attack-controls .mobile-status-right{flex-shrink:0;text-align:right;margin-left:12px;color:#6b7280;font-weight:500}.mobile-attack-controls .mobile-controls-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:6px;width:100%;max-width:100%;flex:1;min-height:0;transform:scale(1);transform-origin:bottom center}.mobile-attack-controls .mobile-control-button{min-height:50px;height:100%;padding:8px 4px;font-size:11px;font-weight:600;border:2px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#1f2937;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:manipulation;box-sizing:border-box}.mobile-attack-controls .mobile-control-button:active:not(:disabled){background:#e5e7eb;border-color:#9ca3af;transform:scale(.98)}.mobile-attack-controls .mobile-control-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.mobile-attack-controls .mobile-control-button:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.6}.mobile-attack-controls .mobile-control-button.primary{background:#3b82f6;color:#fff;border-color:#2563eb;font-weight:700}.mobile-attack-controls .mobile-control-button.primary:hover:not(:disabled){background:#2563eb;border-color:#1d4ed8}.mobile-attack-controls .mobile-control-button.primary:active:not(:disabled){background:#1d4ed8;border-color:#1e40af}.mobile-attack-controls .mobile-control-button.primary:disabled{background:#93c5fd;border-color:#bfdbfe;color:#dbeafe}.mobile-attack-controls .mobile-control-button-empty{min-height:50px;height:100%;border:2px solid transparent;border-radius:6px;box-sizing:border-box}.mobile-attack-controls .mobile-control-button-split{display:flex;min-height:50px;height:100%;border:2px solid #d1d5db;border-radius:6px;background:#f9fafb;overflow:hidden;box-sizing:border-box}.mobile-attack-controls .mobile-control-button-split-half{flex:1;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#1f2937;cursor:pointer;transition:all .15s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:none;background:transparent;padding:8px 4px}.mobile-attack-controls .mobile-control-button-split-half:first-child{border-right:1px solid #d1d5db}.mobile-attack-controls .mobile-control-button-split-half:last-child{border-left:1px solid #d1d5db}.mobile-attack-controls .mobile-control-button-split-half:active:not(:disabled){background:#e5e7eb}.mobile-attack-controls .mobile-control-button-split-half:hover:not(:disabled){background:#f3f4f6}.mobile-attack-controls .mobile-control-button-split-half:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6}.mobile-attack-controls .mobile-control-button.auto-attack{background:#f59e0b;color:#fff;border-color:#d97706}.mobile-attack-controls .mobile-control-button.auto-attack:hover:not(:disabled){background:#d97706;border-color:#b45309}.mobile-attack-controls .mobile-control-button.auto-attack:active:not(:disabled){background:#b45309;border-color:#92400e}@media (max-width: 768px){.mobile-attack-controls{height:220px}.mobile-attack-controls .mobile-status-bar{font-size:11px;padding:6px 10px;min-height:32px}.mobile-attack-controls .mobile-control-button{font-size:10px;padding:6px 3px}}@media (touch-enabled){.mobile-attack-controls .mobile-control-button{-webkit-tap-highlight-color:transparent}}.mobile-fortify-controls{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:2px solid #e5e7eb;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f;padding:8px;height:220px;display:flex;flex-direction:column;gap:8px}.mobile-fortify-controls .mobile-controls-toggle,.mobile-controls-toggle{position:fixed;bottom:220px;right:0;width:25%;padding:8px;background:#f9fafb;border:2px solid #e5e7eb;border-bottom:none;border-radius:6px 6px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:1001;box-shadow:0 -2px 4px -1px #0000001a}.mobile-controls-toggle-collapsed{bottom:0;border-radius:6px 6px 0 0;border-bottom:2px solid #e5e7eb}.mobile-fortify-controls .mobile-controls-toggle:hover{background:#f3f4f6}.mobile-fortify-controls .mobile-controls-toggle:active{background:#e5e7eb}.mobile-fortify-controls .mobile-controls-arrow{font-size:16px;color:#6b7280;transition:transform .2s ease;display:inline-block}.mobile-status-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;font-weight:600;color:#1f2937;min-height:36px;flex-shrink:0}.mobile-status-left{flex:1;text-align:left}.mobile-status-right{flex-shrink:0;text-align:right;margin-left:12px;color:#6b7280;font-weight:500}.mobile-controls-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:6px;width:100%;max-width:100%;flex:1;min-height:0;transform:scale(1);transform-origin:bottom center}.mobile-control-button{min-height:50px;height:100%;padding:8px 4px;font-size:11px;font-weight:600;border:2px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#1f2937;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:manipulation;box-sizing:border-box}.mobile-control-button:active:not(:disabled){background:#e5e7eb;border-color:#9ca3af;transform:scale(.98)}.mobile-control-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.mobile-control-button:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.6}.mobile-control-button.primary{background:#3b82f6;color:#fff;border-color:#2563eb;font-weight:700}.mobile-control-button.primary:hover:not(:disabled){background:#2563eb;border-color:#1d4ed8}.mobile-control-button.primary:active:not(:disabled){background:#1d4ed8;border-color:#1e40af}.mobile-control-button.primary:disabled{background:#93c5fd;border-color:#bfdbfe;color:#dbeafe}.mobile-control-button-empty{min-height:50px;height:100%;border:2px solid transparent;border-radius:6px;box-sizing:border-box}.mobile-control-button-split{display:flex;min-height:50px;height:100%;border:2px solid #d1d5db;border-radius:6px;background:#f9fafb;overflow:hidden;box-sizing:border-box}.mobile-control-button-split-half{flex:1;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#1f2937;cursor:pointer;transition:all .15s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:none;background:transparent;padding:8px 4px}.mobile-control-button-split-half:first-child{border-right:1px solid #d1d5db}.mobile-control-button-split-half:last-child{border-left:1px solid #d1d5db}.mobile-control-button-split-half:active:not(:disabled){background:#e5e7eb}.mobile-control-button-split-half:hover:not(:disabled){background:#f3f4f6}.mobile-control-button-split-half:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.mobile-fortify-controls{height:220px}.mobile-status-bar{font-size:11px;padding:6px 10px;min-height:32px}.mobile-control-button{font-size:10px;padding:6px 3px}}@media (touch-enabled){.mobile-control-button{-webkit-tap-highlight-color:transparent}}*{box-sizing:border-box}body{background-color:#f5f5f5;color:#333}.dev-spoof-bar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.75rem 1rem;background:#0f172a;color:#e5e7eb;border-bottom:1px solid #1f2937}.dev-spoof-inputs{display:flex;gap:.5rem;flex:2;min-width:260px}.dev-input{flex:1;padding:.35rem .5rem;border-radius:4px;border:1px solid #334155;background:#111827;color:#e5e7eb}.dev-spoof-actions{display:flex;gap:.5rem;flex:1;min-width:200px}.dev-button{padding:.45rem .75rem;border-radius:4px;border:1px solid #334155;background:#2563eb;color:#e5e7eb;cursor:pointer;transition:opacity .15s ease}.dev-button.secondary{background:#1f2937}.dev-button:disabled{opacity:.5;cursor:not-allowed}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#1a1a1a;color:#fff;padding:1rem 2rem}.header-top{display:flex;justify-content:center;align-items:flex-start;text-align:center;margin-bottom:1rem;position:relative}.header-top>div{flex:1;display:flex;flex-direction:column;align-items:center}.header-buttons{display:flex;gap:.5rem;align-items:center}.game-id-display{font-size:.75rem;opacity:.7;margin-top:.25rem;font-family:monospace}.game-id-display-content{display:flex;align-items:center;gap:.5rem}.game-id-display strong{opacity:1}.new-game-button{padding:.5rem 1rem;background-color:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.new-game-button:hover{background-color:#fff3;border-color:#ffffff80}.revert-game-button{padding:.5rem 1rem;background-color:#fbbf2433;color:#fcd34d;border:2px solid rgba(251,191,36,.5);border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-left:auto;margin-right:.5rem}.revert-game-button:hover{background-color:#fbbf244d;border-color:#fbbf24b3;color:#fef3c7}.delete-game-button{padding:.5rem 1rem;background-color:#ef444433;color:#fca5a5;border:2px solid rgba(239,68,68,.5);border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.delete-game-button:hover{background-color:#ef44444d;border-color:#ef4444b3;color:#fee2e2}.resign-button{padding:.5rem 1rem;background-color:#dc262633;color:#fca5a5;border:2px solid rgba(220,38,38,.5);border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-left:auto;margin-right:.5rem}.resign-button:hover:not(:disabled){background-color:#dc26264d;border-color:#dc2626b3;color:#fee2e2}.resign-button:disabled{background-color:#dc26261a;border-color:#dc26264d;color:#fca5a5;opacity:.6;cursor:not-allowed}.app-header h1{font-size:2rem;margin-bottom:.5rem}.app-title-clickable{cursor:pointer;transition:opacity .2s;-webkit-user-select:none;user-select:none}.app-title-clickable:hover,.app-header p{opacity:.8}.user-info{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;font-size:.875rem}.user-name{opacity:.8;color:#ffffffe6}.logout-button{padding:.375rem .75rem;background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.logout-button:hover{background-color:#fff3;border-color:#ffffff80}.app-tabs{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:1rem}.game-instance-controls{display:flex;gap:.5rem;margin-top:.5rem}.tab-button{padding:.5rem 1.5rem;background-color:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.tab-button:hover{background-color:#fff3;border-color:#ffffff80}.tab-button.active{background-color:#fff;color:#1a1a1a;border-color:#fff}.game-container{display:flex;flex:1;gap:1rem;padding:1rem;max-width:1400px;margin:0 auto;width:100%}@media (max-width: 768px){.game-container{padding-bottom:240px}}.game-sidebar{width:300px;display:flex;flex-direction:column;gap:1.5rem}.players-section h2,.timer-section h2{font-size:1.25rem;margin-bottom:1rem;color:#1a1a1a}.player-info-container{margin-bottom:.5rem}.player-info-container.current-player{border:2px solid #3b82f6;border-radius:8px;background-color:#eff6ff}.player-info{display:flex;flex-direction:column;padding:.75rem;background:#fff;border-radius:8px;border:2px solid transparent}.player-info-main{display:flex;align-items:center;gap:.75rem;position:relative;width:100%}.player-info-container.current-player .player-info{background-color:transparent;border:none;padding-bottom:.5rem}.player-info.current-player{border-color:#3b82f6;background-color:#eff6ff}.player-color-indicator{width:24px;height:24px;border-radius:50%;flex-shrink:0;border:2px solid rgba(0,0,0,.1)}.player-details{flex:1;min-width:0}.player-message-button{flex-shrink:0;width:28px;height:28px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;margin-left:auto}.player-message-button:hover{background:#f3f4f6;color:#3b82f6;border-color:#3b82f6}.player-message-button svg{width:16px;height:16px}.player-name{font-weight:600;margin-bottom:.25rem}.resigned-indicator{color:#6b7280;font-weight:400;font-style:italic;font-size:.9em}.player-stats{font-size:.875rem;color:#666}.current-turn-indicator{font-size:.75rem;color:#3b82f6;font-weight:600;margin-top:.25rem}.player-expand-button{width:100%;height:24px;border-radius:4px;border:none;background:transparent;color:#6b7280;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:.25rem 0;margin-top:.5rem}.player-expand-button:hover{color:#1a1a1a;background-color:#f3f4f6}.player-reinforcements-detail{padding:.75rem;background:#fff;border-top:1px solid #e5e7eb;border-radius:0 0 8px 8px;font-size:.875rem}.player-info-container.current-player .player-reinforcements-detail{background-color:#eff6ff;border-top:1px solid #93c5fd}.reinforcements-header{margin-bottom:.75rem;color:#1a1a1a;font-size:.9375rem}.reinforcements-breakdown{display:flex;flex-direction:column;gap:.5rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#f9fafb;border-radius:4px}.breakdown-item.breakdown-no-bonus{color:#6b7280}.breakdown-item.breakdown-total{background-color:#dbeafe;border:1px solid #93c5fd;font-weight:600}.breakdown-label{font-weight:500;color:#4b5563}.breakdown-value{font-family:monospace;color:#1a1a1a;font-weight:600}.owned-bonuses{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.owned-bonuses-label{font-size:.8125rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.owned-bonuses-list{display:flex;flex-wrap:wrap;gap:.5rem}.owned-bonus-badge{background-color:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8125rem;font-weight:500}.turn-timer{background:#fff;padding:1rem;border-radius:8px}.turn-timer-label{font-size:.875rem;color:#666;margin-bottom:.5rem}.turn-timer-value{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.turn-timer-value.low-time{color:#ef4444}.turn-timer-bar{height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.turn-timer-progress{height:100%;background-color:#3b82f6;transition:width 1s linear}.turn-timer-progress.low-time{background-color:#ef4444}.game-main{flex:1;display:flex;flex-direction:column;gap:1rem}.game-board{background:#fff;padding:1.5rem;border-radius:8px;flex:1;display:flex;flex-direction:column;min-height:0}.game-board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0}.game-board h2{margin:0;color:#1a1a1a}.show-bonuses-button{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s}.show-bonuses-button:hover{background-color:#2563eb}.territory-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem;max-height:500px;overflow-y:auto}.territory-card{padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;background:#fff;cursor:default;transition:all .2s}.territory-card.selectable{cursor:pointer}.territory-card.selectable:hover{border-color:#3b82f6;background-color:#f0f9ff}.territory-card.selected{border-color:#3b82f6;background-color:#eff6ff;box-shadow:0 0 0 3px #3b82f61a}.territory-name{font-weight:600;margin-bottom:.5rem}.territory-details{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.territory-owner-color{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.territory-unoccupied{color:#999;font-style:italic}.territory-armies{margin-left:auto;font-weight:600;color:#1a1a1a}.game-controls{background:#fff;padding:1.5rem;border-radius:8px}.phase-indicator h3{margin-bottom:.5rem;color:#1a1a1a}.phase-indicator p{color:#666;margin-bottom:.25rem}.claim-strategy-info{font-size:.875rem;color:#3b82f6;font-weight:500}.placement-controls,.attack-controls,.fortify-controls{margin:1rem 0;padding:1rem;background-color:#f9fafb;border-radius:6px}.setup-instruction{margin-bottom:.75rem;color:#1a1a1a;line-height:1.5}.setup-note{font-size:.875rem;color:#666;font-style:italic;margin-top:.5rem}.placement-controls label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.placement-controls input{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;width:80px}.action-buttons{display:flex;gap:.75rem;margin-top:1rem}button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}button:hover:not(:disabled){background-color:#2563eb}button:disabled{background-color:#9ca3af;cursor:not-allowed}.game-finished{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.game-finished h1{font-size:3rem;margin-bottom:1rem}.game-finished h2{font-size:2rem;opacity:.9}@media (max-width: 768px){.game-container{flex-direction:column}.game-sidebar{width:100%}.territory-list{grid-template-columns:1fr}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#fff;margin-top:20px;font-size:1.1em}*{margin:0;padding:0}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}
