: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}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100vw;height:100vh;font-family:Arial,sans-serif}.game-container{display:flex;flex-direction:column;width:100%;min-height:100vh;gap:1rem;padding:1rem;background-color:#f8fafc;align-items:center}.game-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;margin-bottom:0;width:100%;max-width:1000px}.header-content{flex-shrink:0}.header-content h1{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.header-content p{color:#64748b;margin:.25rem 0 0;font-size:.875rem;font-weight:400}.header-controls{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.header-controls button{background-color:#0f172a;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;height:36px}.header-controls button:hover{background-color:#1e293b}.header-controls button:active{background-color:#334155}.header-controls button:disabled{background-color:#cbd5e1;color:#64748b;cursor:not-allowed}.action-buttons{display:flex;gap:.75rem;align-items:center}.btn-primary{background-color:#16a34a!important;color:#fff!important;border:none!important}.btn-primary:hover:not(:disabled){background-color:#15803d!important}.btn-secondary{background-color:#dc2626!important;color:#fff!important;border:none!important}.btn-secondary:hover{background-color:#b91c1c!important}.btn-tertiary{background-color:#9ca3af!important;color:#fff!important}.btn-tertiary:hover{background-color:#6b7280!important}.btn-countries{background-color:#1e40af!important;color:#fff!important;border:none!important}.btn-countries:hover{background-color:#1d4ed8!important}.btn-countries .plus-icon{color:#fff;margin-right:.25rem}.btn-neutral{background-color:#64748b!important;color:#fff!important;border:none!important}.btn-neutral:hover{background-color:#475569!important}.btn-black{background-color:#0f172a!important;color:#fff!important;border:none!important}.btn-black:hover{background-color:#1e293b!important}.button-separator{width:1px;height:24px;background-color:#e2e8f0;margin:0 .5rem}.random-country-section{display:flex;flex-direction:column;align-items:center;gap:.25rem}.random-country-container{display:flex;align-items:center}.country-block.header-country{margin:0;cursor:grab;font-size:.75rem;padding:.25rem .5rem;border-radius:6px;font-weight:600;white-space:nowrap}.place-this-subtitle{font-size:.65rem;color:#64748b;font-weight:500;font-style:italic;text-align:center}.countries-button-section{display:flex;flex-direction:column;align-items:center;gap:.25rem}.countries-subtitle{font-size:.65rem;color:#64748b;font-weight:500;font-style:italic;text-align:center}.zoom-controls{display:flex;gap:.5rem;align-items:center;border-left:1px solid #e2e8f0;padding-left:.75rem;margin-left:.5rem}.zoom-controls button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:500;font-size:.875rem;background-color:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.zoom-controls button:hover{background-color:#e2e8f0;color:#334155}.floating-zoom-controls{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem;border-radius:12px;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 20px #0000001a;z-index:100}.floating-zoom-controls button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-weight:600;font-size:1rem;background-color:#f8fafc;color:#475569;border:1px solid #e2e8f0;transition:all .2s ease;cursor:pointer;touch-action:manipulation}.floating-zoom-controls button:hover{background-color:#e2e8f0;color:#334155;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.floating-zoom-controls .zoom-level,.zoom-level{font-weight:500;color:#475569;min-width:50px;text-align:center;font-size:.875rem}.game-world{transition:transform .1s ease-out}.world-area{box-shadow:inset 0 2px 4px #0000000f;transition:all .3s ease}.game-board{position:relative;width:1000px;height:600px;margin:0 auto;background-color:#add8e680;background-image:linear-gradient(90deg,rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(180deg,rgba(0,0,0,.1) 1px,transparent 1px);background-size:20px 20px,20px 20px;border:2px solid #457b9d;border-radius:10px;overflow:hidden;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.bottom-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;margin-top:auto;width:100%;max-width:1000px}.bottom-controls .bottom-buttons{display:flex;gap:1rem}.bottom-controls button{background-color:#0f172a;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;height:36px}.bottom-controls button:hover{background-color:#1e293b}.github-link-bottom{background-color:#0f172a;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;height:36px;text-decoration:none}.github-link-bottom:hover{background-color:#1e293b;color:#fff;text-decoration:none}.right-controls{display:flex;align-items:center}.country-block{display:inline-block;padding:.1rem .2rem;margin:.05rem;border-radius:1px;color:#fff;font-weight:700;text-shadow:none;user-select:none;min-width:40px;text-align:center;background-color:#f9fafb;border:1px solid;transition:transform .1s,box-shadow .1s;z-index:10;position:relative;font-size:.6rem;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}.country-block:hover{transform:scale(1.2);box-shadow:0 1px 2px #0003}.country-block.dragging{transform:scale(1.5);z-index:1000;box-shadow:0 2px 4px #0000004d}.country-block:not(.header-country){border-radius:6px;padding:.2rem .4rem}.countries-panel{background:#fff;padding:1rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.countries-panel h3{margin:0 0 1rem;color:#0f172a;font-size:1.125rem;font-weight:600}.countries-section{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.countries-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.countries-list{display:flex;flex-wrap:wrap;gap:.5rem}.add-country-btn{padding:.5rem .75rem;border:1px solid;border-radius:8px;font-weight:600;text-shadow:none;cursor:pointer;transition:all .2s ease;min-width:80px;font-size:.875rem;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.add-country-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000026;background-color:#f3f4f6}.add-country-btn:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.correct-position{padding:.5rem 1rem;border-radius:5px;font-weight:700;text-align:center;min-width:60px;color:#27ae60}.score-display{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;margin-top:1rem}.score-summary{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.score-header{display:flex;align-items:center;justify-content:center;gap:2rem}.score-number-horizontal{font-size:2.5rem;font-weight:700;color:#059669;line-height:1}.performance-stats-horizontal{display:flex;gap:1.5rem;justify-content:center;width:100%}.stat-item{display:flex;flex-direction:column;align-items:center;padding:1.25rem;border-radius:12px;flex:1;text-align:center;min-width:120px;max-width:140px}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.875rem;font-weight:500;opacity:.8}.stat-item.correct{background-color:#dcfce7;color:#166534}.stat-item.almost{background-color:#fef3c7;color:#92400e}.stat-item.off{background-color:#fecaca;color:#991b1b}.individual-scores h3{color:#0f172a;margin-bottom:1rem;text-align:center;font-size:1.125rem;font-weight:600}.country-score.correct{background-color:#dcfce7;border-color:#16a34a}.country-score.correct .country-name{color:#166534}.country-score.correct .country-points{color:#166534;font-weight:600}.country-score.almost{background-color:#fef3c7;border-color:#d97706}.country-score.almost .country-name{color:#92400e}.country-score.almost .country-points{color:#92400e;font-weight:600}.country-score.off{background-color:#fecaca;border-color:#dc2626}.country-score.off .country-name{color:#991b1b}.country-score.off .country-points{color:#991b1b;font-weight:600}.scores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.scores-columns{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);gap:.75rem;grid-auto-flow:column}.country-score{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease}.country-score:hover{background-color:#f1f5f9;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.country-name{font-weight:500;color:#374151;font-size:.875rem}.country-points{color:#059669;font-weight:600;font-size:.875rem}.initial-country{background-color:#fffbeb!important;border-color:#f59e0b!important}.initial-country .country-name{color:#92400e!important;font-style:italic}.initial-country .country-points{color:#d97706!important}.initial-note{text-align:center;font-size:.75rem;color:#6b7280;margin-top:1rem;font-style:italic}.score-popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.score-popup{position:relative;min-width:600px;max-width:800px;max-height:90vh;overflow-y:auto;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width: 768px){.score-popup{min-width:90vw;max-width:95vw}.scores-columns{grid-template-columns:1fr;grid-template-rows:repeat(6,1fr);grid-auto-flow:row}}.close-popup{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10}.close-popup:hover{background-color:#f1f5f9;color:#374151}.help-modal{position:relative;min-width:600px;max-width:700px;max-height:90vh;overflow-y:auto;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#fff}.help-content{padding:2rem}.help-content h2{color:#0f172a;margin:0 0 2rem;font-size:1.75rem;font-weight:700;text-align:center;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.help-section{margin-bottom:2rem}.help-section:last-child{margin-bottom:0}.help-section h3{color:#374151;margin:0 0 .75rem;font-size:1.125rem;font-weight:600}.help-section p{color:#64748b;margin:0 0 .5rem;line-height:1.5}.help-section ul{color:#64748b;margin:0;padding-left:1.25rem;line-height:1.6}.help-section li{margin-bottom:.5rem}.github-section{background-color:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.github-link{display:inline-block;color:#2563eb;text-decoration:none;font-weight:500;padding:.5rem 1rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease;font-family:Courier New,monospace;font-size:.875rem}.github-link:hover{background-color:#2563eb;color:#fff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px #2563eb33}.countries-modal{position:relative;min-width:800px;max-width:900px;max-height:90vh;overflow-y:auto;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background:#fff}.countries-modal-content{padding:2rem}.countries-modal-content h2{color:#0f172a;margin:0 0 .5rem;font-size:1.75rem;font-weight:700;text-align:center}.countries-modal-subtitle{color:#64748b;margin:0 0 2rem;text-align:center;font-size:1rem}@media (max-width: 768px){.game-container{padding:.5rem;gap:.5rem}.game-header{flex-direction:column;gap:1rem;padding:1rem}.header-content{text-align:center}.header-content h1{font-size:1.25rem}.header-content p{font-size:.8rem}.header-controls{justify-content:center;gap:.5rem}.header-controls button{font-size:.75rem;padding:.4rem .8rem;height:32px}.action-buttons{display:flex;flex-direction:column;gap:.5rem;align-items:center}.action-buttons button{width:100%;max-width:120px}.bottom-controls{flex-direction:column;gap:.75rem;padding:.75rem;align-items:stretch}.bottom-controls .bottom-buttons{justify-content:center;gap:.5rem}.bottom-controls button{font-size:.75rem;padding:.4rem .8rem;height:32px}.github-link-bottom{align-self:center;padding:.4rem .8rem;height:32px}.game-board{width:95vw;max-width:1000px;height:400px;margin:0 auto}.floating-zoom-controls{bottom:.5rem;right:.5rem;gap:.25rem}.floating-zoom-controls button{width:32px;height:32px;font-size:.875rem;touch-action:manipulation}.floating-zoom-controls .zoom-level{font-size:.75rem;min-width:40px}.score-popup-overlay,.help-modal-overlay,.countries-modal-overlay{padding:.5rem}.score-popup{min-width:95vw;max-width:95vw;max-height:85vh;margin:0}.score-header{flex-direction:column;gap:1rem;text-align:center}.performance-stats-horizontal{justify-content:center;gap:1rem}.stat-item{min-width:80px;max-width:100px;padding:1rem}.stat-number{font-size:1.5rem}.score-number-horizontal{font-size:2rem}.help-modal{min-width:95vw;max-width:95vw;max-height:85vh;margin:0}.help-content{padding:2.5rem 1rem 1rem}.help-content h2{font-size:1.25rem;margin-bottom:1rem}.help-section{margin-bottom:1.5rem}.help-section h3{font-size:1rem;margin-bottom:.5rem}.help-section p{font-size:.875rem;line-height:1.4}.help-section ul{font-size:.875rem;padding-left:1rem}.countries-modal{min-width:95vw;max-width:95vw;max-height:85vh;margin:0}.countries-modal-content{padding:2.5rem 1rem 1rem}.countries-modal-content h2{font-size:1.25rem;margin-bottom:.5rem}.countries-modal-subtitle{font-size:.875rem;margin-bottom:1.5rem}.countries-list{gap:.375rem}.add-country-btn{font-size:.75rem;padding:.4rem .6rem;min-width:70px;min-height:40px}.country-block{font-size:.5rem;padding:.08rem .15rem}.close-popup{width:40px;height:40px;font-size:1.5rem;top:.5rem;right:.5rem;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10}.close-popup:hover{background-color:#fff}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.instructions-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-in-out}.instructions-content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0000004d;text-align:center;max-width:450px;margin:0 1rem}.instructions-content h2{margin:0 0 1rem;color:#1f2937;font-size:1.5rem;font-weight:700}.instructions-content p{margin:0 0 1rem;color:#374151;font-size:1rem;line-height:1.5;font-weight:400}.instructions-content p:last-of-type{margin-bottom:1.5rem;color:#64748b}.got-it-btn{background-color:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.got-it-btn:hover{background-color:#2563eb}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
