.game-header{background:var(--bg-color);padding:1.75rem 2rem;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-section{flex-shrink:0}.logo-section h1{font-size:1.5rem;font-weight:500;color:var(--text-color);letter-spacing:-.03em;margin:0;line-height:1.2}.subtitle{font-size:.8rem;color:var(--text-color);font-weight:400;letter-spacing:.01em;margin-top:.35rem;display:block}.stats-section{display:flex;gap:3rem;flex:1;justify-content:flex-end}.stat-box{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:80px}.stat-label{font-size:.7rem;color:var(--text-color);font-weight:500;letter-spacing:.05em;text-transform:uppercase}.stat-value{font-size:1.5rem;font-weight:500;font-variant-numeric:tabular-nums;color:var(--text-color);line-height:1}.stat-value.warning{color:#d32f2f;font-weight:600}.controls-section{flex-shrink:0;display:flex;align-items:center}.btn-give-up{color:var(--text-color);font-size:.875rem;padding:.6rem 1.25rem;border:2px solid var(--text-color);border-radius:0;transition:all .2s ease;background:transparent;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.btn-give-up:hover{background:var(--text-color);color:var(--bg-color);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.input-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem 1rem;min-height:120px;position:sticky;top:0;background:var(--bg-color);z-index:99;border-bottom:1px solid var(--glass-border);margin-top:0}.btn-start{font-size:.65rem;font-weight:400;color:var(--text-color);background:transparent;border:1px solid var(--text-color);padding:.3rem .75rem;border-radius:0;transition:all .2s}.btn-start:hover{background:var(--text-color);color:var(--bg-color)}.input-wrapper{position:relative;width:100%;max-width:600px}.game-input{width:100%;font-size:1.5rem;text-align:center;color:var(--text-color);padding:.75rem;font-weight:400;scroll-margin-top:0}.game-input::placeholder{color:#bbb}.input-underline{position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--glass-border)}.game-input:focus+.input-underline{background:var(--text-color)}.message{margin-top:1rem;font-size:.875rem;font-weight:400}.message.success{color:var(--text-color)}.message.error{color:#333}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.game-container{min-height:100vh;display:flex;flex-direction:column}.game-main{flex:1;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;width:100%;padding:0 2rem 4rem}.world-map-container{width:100%;margin:3rem 0;padding:4rem 2rem;display:flex;justify-content:center;align-items:center}.world-map-container>div{display:flex;justify-content:center;align-items:center;width:100%}.world-map-container svg{width:100%;max-width:1600px;height:auto;max-height:1000px;margin:0 auto;display:block}.world-map-container [data-tooltip]:empty{display:none}.world-map-container path{outline:none}.country-grid-container{padding:0;margin-top:2rem}.continent-section{margin-bottom:3rem}.continent-header{font-size:1.5rem;font-weight:400;color:var(--text-color);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--glass-border)}.country-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.country-card{background:transparent;border:2px solid var(--glass-border);border-radius:0;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;height:60px}.country-card.revealed{background:var(--glass-bg);border:2px solid var(--text-color)}.country-card.hidden{opacity:.3;border:2px solid var(--glass-border)}.country-card.unguessed{background:#ff00001a;border:2px solid #ff0000}.country-flag{width:40px;height:30px;object-fit:cover;border-radius:4px;box-shadow:0 2px 4px #0003}.country-name{font-weight:400;font-size:.875rem;line-height:1.4}.country-placeholder{width:100%;height:100%;background:transparent}@keyframes reveal{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.congratulations-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.congratulations-modal{background:var(--bg-color);border:2px solid var(--text-color);padding:3rem 4rem;text-align:center;max-width:700px;margin:2rem;animation:slideUp .5s ease;max-height:90vh;overflow-y:auto}.congratulations-title{font-size:3rem;font-weight:400;color:var(--text-color);margin:0 0 1.5rem;letter-spacing:-.02em}.congratulations-message{font-size:1.25rem;font-weight:400;color:var(--text-color);margin:0 0 1rem;line-height:1.6}.congratulations-score{font-size:1rem;color:#333;margin:1rem 0 2rem;font-weight:400}.congratulations-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.gallery-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:1;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.gallery-image{width:100%;height:100%;object-fit:cover;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.game-main{padding:0 1rem 2rem}.game-header{padding:1rem}.header-content{flex-direction:row;gap:1rem;align-items:center;justify-content:space-between}.logo-section{flex:1}.logo-section h1{font-size:1.1rem}.subtitle{font-size:.7rem;margin-top:.2rem}.stats-section{gap:1.5rem;flex:0}.stat-box{min-width:60px;gap:.15rem}.stat-label{font-size:.6rem}.stat-value{font-size:1.1rem}.controls-section{flex:0}.btn-give-up{font-size:.75rem;padding:.5rem .75rem}.input-area{padding:1.5rem 1rem 1rem;min-height:100px;position:sticky;top:0;background:var(--bg-color);z-index:99;border-bottom:1px solid var(--glass-border)}.input-wrapper{max-width:100%}.game-input{font-size:1.25rem;padding:.6rem}.btn-start{font-size:.7rem;padding:.4rem 1rem}.world-map-container{margin:1.5rem 0;padding:1rem .5rem}.world-map-container svg{max-height:50vh;min-height:300px}.country-grid-container{margin-top:1.5rem}.continent-section{margin-bottom:2rem}.continent-header{font-size:1.25rem;margin-bottom:1rem;padding-bottom:.4rem}.country-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.country-card{padding:.5rem;gap:.5rem;height:50px}.country-flag{width:32px;height:24px}.country-name{font-size:.75rem}.congratulations-overlay{padding:1rem}.congratulations-modal{padding:2rem 1.5rem;margin:1rem;max-width:calc(100% - 2rem)}.congratulations-title{font-size:2rem;margin-bottom:1rem}.congratulations-message{font-size:1rem;margin-bottom:.75rem}.congratulations-score{font-size:.9rem}.congratulations-gallery{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;margin-top:1.5rem;padding-top:1.5rem}}@media(max-width:480px){.game-header{padding:.75rem}.logo-section h1{font-size:1rem}.subtitle{font-size:.65rem}.stats-section{gap:1rem}.stat-label{font-size:.55rem}.stat-value{font-size:1rem}.stat-box{min-width:50px}.btn-give-up{font-size:.7rem;padding:.4rem .6rem}.game-input{font-size:1.1rem}.world-map-container svg{max-height:40vh;min-height:250px}.country-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.country-card{height:45px;padding:.4rem}.country-flag{width:28px;height:20px}.country-name{font-size:.7rem}.continent-header{font-size:1.1rem}.congratulations-title{font-size:1.75rem}.congratulations-gallery{grid-template-columns:1fr;gap:.5rem}}.home-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--bg-color)}.home-header{text-align:center;margin-bottom:4rem}.home-title{font-size:3.5rem;font-weight:600;letter-spacing:-.04em;margin:0 0 .75rem;color:var(--text-color)}.home-subtitle{font-size:1.125rem;font-weight:400;color:#666;margin:0;letter-spacing:.02em}.home-search-container{position:relative;width:100%;max-width:600px;margin-bottom:3rem}.home-search-input{width:100%;padding:.875rem 2.5rem .875rem 1.25rem;font-size:1rem;font-family:inherit;border:1px solid rgba(0,0,0,.2);border-radius:8px;background:var(--bg-color);color:var(--text-color);outline:none;transition:all .2s ease}.home-search-input:focus{border-color:var(--text-color);box-shadow:0 0 0 3px #0000001a}.home-search-input::placeholder{color:#999}.home-search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.home-search-clear:hover{color:var(--text-color)}.home-no-results{text-align:center;padding:3rem 2rem;color:#666;font-size:1.125rem}.game-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;width:100%}.game-card{background:var(--bg-color);border:2px solid var(--text-color);padding:2.5rem 2rem;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;flex-direction:column;gap:1rem}.game-card:hover{transform:translateY(-4px);box-shadow:8px 8px 0 var(--text-color)}.game-card:active{transform:translateY(-2px);box-shadow:4px 4px 0 var(--text-color)}.game-card-icon{font-size:3rem;line-height:1}.game-card-title{font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.02em;color:var(--text-color)}.game-card-description{font-size:.95rem;color:#666;margin:0;line-height:1.5}.game-card-action{font-size:.875rem;font-weight:600;color:var(--text-color);text-transform:uppercase;letter-spacing:.05em;margin-top:auto;padding-top:.5rem}.game-wrapper{position:relative}.btn-home{position:fixed;top:1rem;left:1rem;z-index:200;font-size:.75rem;font-weight:500;color:var(--text-color);background:var(--bg-color);border:2px solid var(--text-color);padding:.5rem .75rem;cursor:pointer;transition:all .2s ease}.btn-home:hover{background:var(--text-color);color:var(--bg-color)}@media(max-width:1024px){.game-cards{grid-template-columns:repeat(2,1fr);max-width:800px}}@media(max-width:768px){.home-container{padding:4rem 1.5rem 1.5rem;justify-content:flex-start}.home-header{margin-bottom:2rem}.home-title{font-size:2.5rem}.home-subtitle{font-size:1rem}.home-search-container{margin-bottom:2rem;max-width:100%}.home-search-input{font-size:.9375rem;padding:.75rem 2.25rem .75rem 1rem}.game-cards{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.game-card{padding:2rem 1.5rem}.game-card-icon{font-size:2.5rem}.game-card-title{font-size:1.35rem}.btn-home{top:.5rem;left:.5rem;font-size:.7rem;padding:.4rem .6rem}}@media(max-width:480px){.home-title{font-size:2rem}.home-subtitle{font-size:.9rem}.game-card{padding:1.5rem 1.25rem}.game-card-icon{font-size:2rem}.game-card-title{font-size:1.2rem}.game-card-description{font-size:.875rem}}.geoguesser-container{height:100vh;display:flex;flex-direction:column;background:var(--bg-color);overflow:hidden}.geoguesser-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--glass-border);background:var(--bg-color);flex-shrink:0;height:70px}.btn-back{font-size:.875rem;font-weight:500;color:var(--text-color);background:transparent;border:2px solid var(--text-color);padding:.5rem 1rem;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:var(--text-color);color:var(--bg-color)}.geoguesser-title-section{display:flex;align-items:baseline;gap:.75rem}.geoguesser-title-section h1{font-size:1.5rem;font-weight:500;margin:0;letter-spacing:-.02em}.geoguesser-subtitle{font-size:.75rem;font-weight:400;color:#666;text-transform:uppercase;letter-spacing:.1em}.geoguesser-stats{display:flex;gap:2rem}.geo-stat{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.geo-stat-label{font-size:.65rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.05em}.geo-stat-value{font-size:1.25rem;font-weight:500;font-variant-numeric:tabular-nums}.geoguesser-main{flex:1;overflow:hidden;position:relative}.geoguesser-game{width:100%;height:100%;position:relative}.geoguesser-loading{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:var(--bg-color)}.loading-spinner{width:50px;height:50px;border:4px solid var(--glass-border);border-top-color:var(--text-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.geoguesser-loading p{font-size:1rem;color:#666;margin:0}.streetview-container{width:100%;height:100%;position:relative}.streetview-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.streetview-iframe{width:100%!important;height:100%!important;border:none}.streetview-panorama{width:100%;height:100%}.streetview-overlay{position:absolute;top:1rem;left:50%;transform:translate(-50%);pointer-events:none;z-index:1001}.streetview-hint{background:#000c;color:#fff;padding:.75rem 1.25rem;font-size:.8rem;letter-spacing:.02em;white-space:nowrap}.streetview-panorama .gm-style-cc,.streetview-panorama .gmnoprint{display:none!important}.guess-panel{position:absolute;bottom:1rem;right:1rem;width:300px;height:280px;background:var(--bg-color);border:2px solid var(--text-color);display:flex;flex-direction:column;z-index:1000;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.guess-map-wrapper{flex:1;min-height:0}.guess-map{width:100%;height:100%}.guess-panel-actions{display:flex;gap:.5rem;flex-shrink:0}.btn-skip{padding:.75rem 1rem;font-size:.8rem;font-weight:500;color:var(--text-color);background:transparent;border:2px solid var(--glass-border);cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;flex:0 0 auto}.btn-skip:hover:not(:disabled){border-color:var(--text-color);background:var(--text-color);color:var(--bg-color)}.btn-skip:disabled{opacity:.5;cursor:not-allowed}.btn-submit-guess{padding:.75rem;font-size:.8rem;font-weight:600;color:var(--bg-color);background:var(--text-color);border:none;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;flex:1}.custom-marker{background:transparent}.marker-pin{width:20px;height:20px;background:var(--text-color);border:3px solid var(--bg-color);border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 2px 5px #0000004d}.marker-pin.actual{background:#22c55e}.marker-pin.guess{background:#ef4444}.geo-results{height:100%;display:flex;flex-direction:column;padding:2rem;max-width:900px;margin:0 auto;width:100%;overflow-y:auto}.result-city{font-weight:500;color:var(--text-color)}.results-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;padding:1.5rem;background:#f9f9f9;border:1px solid var(--glass-border);flex-shrink:0}.results-actions{display:flex;justify-content:center;gap:1rem;flex-shrink:0}@media(max-width:768px){.geoguesser-header{padding:.75rem 1rem;height:60px;flex-wrap:wrap;gap:.5rem}.btn-back{font-size:.75rem;padding:.4rem .75rem}.geoguesser-title-section h1{font-size:1.25rem}.geoguesser-stats{gap:1.25rem}.geo-stat-value{font-size:1rem}.guess-panel{left:1rem;right:1rem;width:auto;bottom:.5rem;height:250px}.guess-panel.expanded{width:auto;height:50vh}.geo-results{padding:1rem}.result-rating{font-size:2rem}.results-stats{gap:1.5rem;padding:1rem}.result-stat-value{font-size:1.25rem}.results-actions{flex-direction:column}.btn-next-round,.btn-reset{width:100%}}@media(max-width:480px){.geoguesser-header{padding:.5rem .75rem;height:55px}.geoguesser-title-section{flex-direction:column;align-items:flex-start;gap:.1rem}.geoguesser-title-section h1{font-size:1rem}.guess-panel{position:fixed;bottom:0;left:0;right:0;border-radius:0;border-left:none;border-right:none;border-bottom:none;height:220px}.guess-panel.expanded{height:60vh}.streetview-overlay{top:auto;bottom:240px}}.flag-container{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-color)}.flag-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:2px solid var(--text-color);background:var(--bg-color)}.flag-title-section{display:flex;flex-direction:column;align-items:center;gap:.25rem}.flag-title-section h1{font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.02em}.flag-subtitle{font-size:.875rem;color:#666;font-weight:500}.flag-stats{display:flex;align-items:center;gap:1rem}.flag-skips{font-size:.875rem;color:#666;font-weight:500}.flag-lives{display:flex;gap:.5rem;font-size:1.5rem}.flag-heart{transition:transform .3s ease}.flag-heart.dead{opacity:.4;transform:scale(.9)}.flag-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.flag-card{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:2rem}.flag-image-wrapper{width:100%;aspect-ratio:3 / 2;border:3px solid var(--text-color);overflow:hidden;background:#f5f5f5;transition:all .3s ease;box-shadow:8px 8px 0 var(--text-color)}.flag-image-wrapper.correct{border-color:#22c55e;box-shadow:8px 8px #22c55e}.flag-image-wrapper.wrong{border-color:#ef4444;box-shadow:8px 8px #ef4444;animation:shake .5s ease}.flag-image{width:100%;height:100%;object-fit:cover}.flag-answer-reveal{font-size:1.125rem;color:#ef4444;font-weight:500;padding:.75rem 1.5rem;background:#fef2f2;border:2px solid #ef4444;animation:fadeIn .3s ease}.flag-form{display:flex;gap:1rem;width:100%}.flag-input{flex:1;padding:1rem 1.25rem;font-size:1.125rem;font-family:inherit;border:2px solid var(--text-color);background:var(--bg-color);color:var(--text-color);outline:none;transition:all .2s ease}.flag-input:focus{box-shadow:4px 4px 0 var(--text-color)}.flag-input.correct{border-color:#22c55e;background:#f0fdf4}.flag-input.wrong{border-color:#ef4444;background:#fef2f2}.flag-input:disabled{opacity:.7;cursor:not-allowed}.flag-submit{padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;background:var(--text-color);color:var(--bg-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease}.flag-submit:hover:not(:disabled){background:var(--bg-color);color:var(--text-color)}.flag-submit:disabled{opacity:.5;cursor:not-allowed}.flag-skip{padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;background:var(--bg-color);color:var(--text-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease}.flag-skip:hover:not(:disabled){background:var(--text-color);color:var(--bg-color)}.flag-skip:disabled{opacity:.5;cursor:not-allowed}.flag-progress{width:100%;height:8px;background:#e5e5e5;border:2px solid var(--text-color);overflow:hidden}.flag-progress-bar{height:100%;background:var(--text-color);transition:width .5s ease}.flag-gameover,.flag-victory{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;gap:1.5rem;min-height:100vh}.flag-gameover-icon,.flag-victory-icon{font-size:5rem;line-height:1;animation:bounce .6s ease}.flag-gameover h2,.flag-victory h2{font-size:2.5rem;font-weight:600;margin:0;letter-spacing:-.02em}.flag-gameover-stats,.flag-victory-message,.flag-victory-stats{font-size:1.25rem;color:#666;margin:0}.flag-stat-highlight{font-weight:700;color:var(--text-color)}.flag-gameover-last{font-size:1.125rem;color:#666;margin:0}.flag-gameover-last strong{color:var(--text-color)}.flag-gameover-flag{width:200px;height:auto;border:3px solid var(--text-color);box-shadow:6px 6px 0 var(--text-color)}.flag-gameover-actions{display:flex;gap:1rem;margin-top:1rem}.btn-play-again{padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;background:var(--text-color);color:var(--bg-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease}.btn-play-again:hover{background:var(--bg-color);color:var(--text-color)}.btn-back-home{padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;background:var(--bg-color);color:var(--text-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease}.btn-back-home:hover{background:var(--text-color);color:var(--bg-color)}@media(max-width:768px){.flag-header{padding:.75rem 1rem}.flag-title-section h1{font-size:1.25rem}.flag-subtitle{font-size:.75rem}.flag-lives{font-size:1.25rem;gap:.25rem}.flag-main{padding:1rem}.flag-card{gap:1.5rem}.flag-image-wrapper{box-shadow:4px 4px 0 var(--text-color)}.flag-form{flex-direction:column}.flag-input{font-size:1rem;padding:.875rem 1rem}.flag-submit,.flag-skip{padding:.875rem 1.5rem}.flag-gameover,.flag-victory{padding:2rem 1.5rem}.flag-gameover-icon,.flag-victory-icon{font-size:4rem}.flag-gameover h2,.flag-victory h2{font-size:2rem}.flag-gameover-stats,.flag-victory-message,.flag-victory-stats{font-size:1.125rem}.flag-gameover-flag{width:160px}.flag-gameover-actions{flex-direction:column;width:100%}.btn-play-again,.btn-back-home{width:100%}}@media(max-width:480px){.flag-title-section h1{font-size:1.1rem}.flag-lives{font-size:1rem}.flag-gameover h2,.flag-victory h2{font-size:1.75rem}.flag-gameover-stats,.flag-victory-message{font-size:1rem}}.capitals-container{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-color)}.capitals-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:2px solid var(--text-color);background:var(--bg-color)}.capitals-title-section{display:flex;flex-direction:column;align-items:center;gap:.25rem}.capitals-title-section h1{font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.02em}.capitals-subtitle{font-size:.875rem;color:#666;font-weight:500}.capitals-stats{display:flex;align-items:center;gap:1rem}.capitals-skips{font-size:.875rem;color:#666;font-weight:500}.capitals-lives{display:flex;gap:.5rem;font-size:1.5rem}.capitals-heart{transition:transform .3s ease}.capitals-heart.dead{opacity:.4;transform:scale(.9)}.capitals-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.capitals-card{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:2rem}.capitals-country-wrapper{width:100%;padding:3rem 2rem;border:3px solid var(--text-color);background:var(--bg-color);transition:all .3s ease;box-shadow:8px 8px 0 var(--text-color);text-align:center}.capitals-country-wrapper.correct{border-color:#22c55e;box-shadow:8px 8px #22c55e;background:#f0fdf4}.capitals-country-wrapper.wrong{border-color:#ef4444;box-shadow:8px 8px #ef4444;background:#fef2f2;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}}.capitals-country-name{font-size:2.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem;letter-spacing:-.02em}.capitals-prompt{font-size:1.25rem;color:#666;font-weight:500}.capitals-answer-reveal{font-size:1.125rem;color:#ef4444;font-weight:500;padding:.75rem 1.5rem;background:#fef2f2;border:2px solid #ef4444;animation:fadeIn .3s ease}.capitals-form{display:flex;gap:1rem;width:100%}.capitals-input{flex:1;padding:1rem 1.25rem;font-size:1.125rem;font-family:inherit;border:2px solid var(--text-color);background:var(--bg-color);color:var(--text-color);outline:none;transition:all .2s ease}.capitals-input:focus{box-shadow:4px 4px 0 var(--text-color)}.capitals-input.correct{border-color:#22c55e;background:#f0fdf4}.capitals-input.wrong{border-color:#ef4444;background:#fef2f2}.capitals-input:disabled{opacity:.7;cursor:not-allowed}.capitals-submit{padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;background:var(--text-color);color:var(--bg-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease}.capitals-submit:hover:not(:disabled){background:var(--bg-color);color:var(--text-color)}.capitals-submit:disabled{opacity:.5;cursor:not-allowed}.capitals-skip{padding:1rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;background:var(--bg-color);color:var(--text-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease}.capitals-skip:hover:not(:disabled){background:var(--text-color);color:var(--bg-color)}.capitals-skip:disabled{opacity:.5;cursor:not-allowed}.capitals-progress{width:100%;height:8px;background:#e5e5e5;border:2px solid var(--text-color);overflow:hidden}.capitals-progress-bar{height:100%;background:var(--text-color);transition:width .5s ease}.capitals-gameover,.capitals-victory{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;gap:1.5rem;min-height:100vh}.capitals-gameover-icon,.capitals-victory-icon{font-size:5rem;line-height:1;animation:bounce .6s ease}.capitals-gameover h2,.capitals-victory h2{font-size:2.5rem;font-weight:600;margin:0;letter-spacing:-.02em}.capitals-gameover-stats,.capitals-victory-message,.capitals-victory-stats{font-size:1.25rem;color:#666;margin:0}.capitals-stat-highlight{font-weight:700;color:var(--text-color)}.capitals-gameover-last{font-size:1.125rem;color:#666;margin:0}.capitals-gameover-last strong{color:var(--text-color)}.capitals-gameover-actions{display:flex;gap:1rem;margin-top:1rem}@media(max-width:768px){.capitals-header{padding:.75rem 1rem}.capitals-title-section h1{font-size:1.25rem}.capitals-subtitle{font-size:.75rem}.capitals-lives{font-size:1.25rem;gap:.25rem}.capitals-main{padding:1rem}.capitals-card{gap:1.5rem}.capitals-country-wrapper{padding:2rem 1.5rem;box-shadow:4px 4px 0 var(--text-color)}.capitals-country-name{font-size:2rem}.capitals-prompt{font-size:1.125rem}.capitals-form{flex-direction:column}.capitals-input{font-size:1rem;padding:.875rem 1rem}.capitals-submit,.capitals-skip{padding:.875rem 1.5rem}.capitals-gameover,.capitals-victory{padding:2rem 1.5rem}.capitals-gameover-icon,.capitals-victory-icon{font-size:4rem}.capitals-gameover h2,.capitals-victory h2{font-size:2rem}.capitals-gameover-stats,.capitals-victory-message,.capitals-victory-stats{font-size:1.125rem}.capitals-gameover-actions{flex-direction:column;width:100%}.btn-play-again,.btn-back-home{width:100%}}@media(max-width:480px){.capitals-title-section h1{font-size:1.1rem}.capitals-lives{font-size:1rem}.capitals-country-name{font-size:1.75rem}.capitals-prompt{font-size:1rem}.capitals-gameover h2,.capitals-victory h2{font-size:1.75rem}.capitals-gameover-stats,.capitals-victory-message{font-size:1rem}}:root{--bg-color: #ffffff;--text-color: #000000;--primary-color: #000000;--secondary-color: #ffffff;--accent-color: #000000;--glass-bg: rgba(0, 0, 0, .03);--glass-border: rgba(0, 0, 0, .15);--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--success-color: #000000;--error-color: #666666}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);line-height:1.6;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}html{scroll-behavior:smooth}.btn-start{font-size:1.5rem;font-weight:700;color:#000;background:#fff;border:1px solid #000;padding:1rem 3rem;border-radius:0;box-shadow:0 2px 5px #0003;transition:transform .2s,box-shadow .2s}#root{min-height:100vh;display:flex;flex-direction:column}.theme-picker-wrapper{position:fixed;bottom:1rem;right:1rem;z-index:1000}@media(max-width:768px){.theme-picker-wrapper{bottom:.5rem;right:.5rem}}button{cursor:pointer;border:none;background:none;font-family:inherit}input{font-family:inherit;border:none;outline:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(max-width:768px){*{-webkit-tap-highlight-color:transparent}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}input{font-size:16px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ethnoguesser-container{height:100vh;display:flex;flex-direction:column;background:var(--bg-color);overflow:hidden}.ethnoguesser-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--glass-border);background:var(--bg-color);flex-shrink:0;height:70px}.ethnoguesser-title-section{display:flex;align-items:baseline;gap:.75rem}.ethnoguesser-title-section h1{font-size:1.5rem;font-weight:500;margin:0;letter-spacing:-.02em}.ethnoguesser-subtitle{font-size:.75rem;font-weight:400;color:#666;text-transform:uppercase;letter-spacing:.1em}.ethnoguesser-stats{display:flex;gap:2rem}.ethno-stat{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.ethno-stat-label{font-size:.65rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.05em}.ethno-stat-value{font-size:1.25rem;font-weight:500;font-variant-numeric:tabular-nums}.ethno-stat-value.time-warning{color:#ef4444;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ethnoguesser-main{flex:1;overflow:hidden;position:relative}.ethnoguesser-game{width:100%;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.ethnoguesser-game.map-expanded{flex-direction:column-reverse}.ethnic-group-display{flex:1;display:flex;flex-direction:column;padding:2rem;overflow-y:auto;background:var(--bg-color);position:relative;z-index:1}.ethnic-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.estimated-score{text-align:center;padding:.75rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:4px;margin:1rem 0;font-size:.9rem;color:var(--text-color)}.estimated-score strong{font-size:1.1rem;color:#22c55e}.ethnic-group-name,.ethnic-group-name-hidden{font-size:2rem;font-weight:600;margin:0;letter-spacing:-.02em;color:var(--text-color)}.btn-toggle-description{padding:.5rem 1rem;font-size:.75rem;font-weight:500;color:var(--text-color);background:transparent;border:2px solid var(--glass-border);cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.btn-toggle-description:hover{border-color:var(--text-color);background:var(--text-color);color:var(--bg-color)}.ethnic-group-info{background:var(--glass-bg);border:1px solid var(--glass-border);padding:1.5rem;margin-bottom:2rem;border-radius:4px}.ethnic-group-description{font-size:1rem;line-height:1.6;color:var(--text-color);margin:0 0 1rem}.ethnic-group-meta{display:flex;gap:.5rem;margin-top:.75rem;font-size:.9rem}.meta-label{font-weight:600;color:var(--text-color)}.meta-value{color:#666}.ethnic-group-images{display:flex;gap:2rem;justify-content:center;align-items:flex-start;margin:2rem 0;flex-wrap:wrap}.facial-composite-container{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1;min-width:250px;max-width:400px}.composite-label{font-size:.9rem;font-weight:600;color:var(--text-color);text-transform:uppercase;letter-spacing:.05em}.facial-composite{width:100%;max-width:350px;height:auto;border:2px solid var(--glass-border);border-radius:8px;background:var(--glass-bg);object-fit:contain;box-shadow:0 2px 8px #0000001a}.composite-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:350px;min-height:400px;background:var(--glass-bg);border:2px dashed var(--glass-border);border-radius:8px;padding:2rem;text-align:center}.fallback-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.composite-fallback p{color:#666;font-size:.9rem;margin:.25rem 0}.fallback-hint{font-size:.75rem;color:#999;margin-top:.5rem}.composite-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:350px;min-height:400px;background:var(--glass-bg);border:2px dashed var(--glass-border);border-radius:8px;padding:2rem;text-align:center}.loading-spinner-small{width:40px;height:40px;border:3px solid var(--glass-border);border-top-color:var(--text-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.composite-loading p{color:#666;font-size:.9rem;margin:0}.image-source-hint{text-align:center;font-size:.85rem;color:#666;font-style:italic;margin-top:1rem;margin-bottom:2rem}.ethnic-group-hint{font-size:1rem;line-height:1.6;color:var(--text-color);margin:0;font-style:italic}.guess-panel{position:absolute;bottom:1rem;right:1rem;width:300px;height:280px;background:var(--bg-color);border:2px solid var(--text-color);display:flex;flex-direction:column;z-index:1000;transition:all .3s ease;box-shadow:0 4px 20px #00000026;pointer-events:auto}.guess-panel.expanded{width:500px;height:450px}.map-toggle{width:100%;padding:.5rem;font-size:.7rem;font-weight:500;color:#666;background:#f5f5f5;border:none;border-bottom:1px solid var(--glass-border);cursor:pointer;transition:background .2s;flex-shrink:0}.map-toggle:hover{background:#eee}.guess-map-wrapper{flex:1;min-height:0;position:relative;overflow:hidden}.guess-map{width:100%;height:100%;position:relative}.guess-panel-actions{display:flex;gap:.5rem;flex-shrink:0;padding:.75rem}.btn-submit-guess{padding:.75rem;font-size:.8rem;font-weight:600;color:var(--bg-color);background:var(--text-color);border:none;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;flex:1;width:100%}.btn-submit-guess:hover:not(:disabled){opacity:.9}.btn-submit-guess:disabled{background:#ccc;color:#666;cursor:not-allowed}.ethno-results{height:100%;display:flex;flex-direction:column;padding:2rem;max-width:900px;margin:0 auto;width:100%;overflow-y:auto}.results-header{text-align:center;margin-bottom:2rem;flex-shrink:0}.result-rating{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.result-location{font-size:1.25rem;color:#666}.result-ethnic-group{font-weight:500;color:var(--text-color)}.results-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;padding:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);flex-shrink:0}.result-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.result-stat.highlight .result-stat-value{color:#22c55e;font-weight:700}.result-stat-value{font-size:1.75rem;font-weight:600;font-variant-numeric:tabular-nums}.result-stat-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.results-map-container{flex:1;min-height:250px;border:2px solid var(--text-color);margin-bottom:2rem}.results-map{width:100%;height:100%}.ethnic-group-details{background:var(--glass-bg);border:1px solid var(--glass-border);padding:1.5rem;margin-bottom:2rem;border-radius:4px}.ethnic-group-details h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:var(--text-color)}.ethnic-group-details p{font-size:1rem;line-height:1.6;color:var(--text-color);margin:0 0 1rem}.ethnic-details-meta{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.detail-meta-item{display:flex;gap:.5rem;font-size:.9rem}.detail-label{font-weight:600;color:var(--text-color)}.detail-value{color:#666}.results-actions{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.game-complete-message{text-align:center;padding:1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:4px;margin-bottom:1rem}.game-complete-message h2{font-size:1.75rem;font-weight:600;margin:0 0 .5rem;color:var(--text-color)}.game-complete-message p{font-size:1.1rem;margin:0;color:var(--text-color)}.btn-next-round{padding:1rem 2rem;font-size:1rem;font-weight:600;color:var(--bg-color);background:var(--text-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.btn-next-round:hover{opacity:.9}.btn-reset{padding:1rem 2rem;font-size:1rem;font-weight:500;color:var(--text-color);background:transparent;border:2px solid var(--glass-border);cursor:pointer;transition:all .2s}.btn-reset:hover{border-color:var(--text-color)}@media(max-width:768px){.ethnoguesser-header{padding:.75rem 1rem;height:60px;flex-wrap:wrap;gap:.5rem}.ethnoguesser-title-section h1{font-size:1.25rem}.ethnoguesser-stats{gap:1.25rem}.ethno-stat-value{font-size:1rem}.ethnic-group-display{padding:1rem}.ethnic-group-name,.ethnic-group-name-hidden{font-size:1.5rem}.ethnic-group-images{flex-direction:column;gap:1.5rem}.facial-composite-container,.facial-composite{max-width:100%}.guess-panel{left:1rem;right:1rem;width:auto;bottom:.5rem;height:250px}.guess-panel.expanded{width:auto;height:50vh}.ethno-results{padding:1rem}.result-rating{font-size:2rem}.results-stats{gap:1.5rem;padding:1rem}.result-stat-value{font-size:1.25rem}}@media(max-width:480px){.ethnoguesser-header{padding:.5rem .75rem;height:55px}.ethnoguesser-title-section{flex-direction:column;align-items:flex-start;gap:.1rem}.ethnoguesser-title-section h1{font-size:1rem}.ethnic-group-header{flex-direction:column;align-items:flex-start}.guess-panel{position:fixed;bottom:0;left:0;right:0;border-radius:0;border-left:none;border-right:none;border-bottom:none;height:220px}.guess-panel.expanded{height:60vh}}.gk-container{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-color)}.gk-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:2px solid var(--text-color);background:var(--bg-color);gap:1rem}.gk-title-section{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}.gk-title-section h1{font-size:1.5rem;font-weight:600;margin:0;letter-spacing:-.02em}.gk-subtitle{font-size:.875rem;color:#666;font-weight:500}.gk-quiz-info{font-size:.75rem;color:#666;font-weight:500}.gk-progress-info{font-size:.875rem;color:#666;font-weight:600;white-space:nowrap}.gk-setup{flex:1;padding:2rem;max-width:900px;margin:0 auto;width:100%}.gk-setup-section{margin-bottom:3rem}.gk-section-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em}.gk-section-description{font-size:1rem;color:#666;margin-bottom:1.5rem}.gk-topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.gk-topic-chip{padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;font-family:inherit;background:var(--bg-color);color:var(--text-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:relative}.gk-topic-chip:hover{background:var(--text-color);color:var(--bg-color);transform:translateY(-2px);box-shadow:4px 4px 0 var(--text-color)}.gk-topic-chip.selected{background:var(--text-color);color:var(--bg-color);box-shadow:4px 4px 0 var(--text-color)}.gk-check{font-size:1.125rem;font-weight:700}.gk-difficulty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.gk-difficulty-card{padding:1.5rem 2rem;font-size:1rem;font-weight:500;font-family:inherit;background:var(--bg-color);color:var(--text-color);border:1px solid rgba(0,0,0,.2);cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px}.gk-difficulty-card:hover{background:#0000000d;border-color:#0000004d}.gk-difficulty-card.selected{background:var(--text-color);color:var(--bg-color);border-color:var(--text-color)}.gk-difficulty-label{font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em}.gk-start-button{width:100%;padding:1.25rem 2rem;font-size:1.25rem;font-weight:700;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;background:var(--text-color);color:var(--bg-color);border:3px solid var(--text-color);cursor:pointer;transition:all .2s ease;box-shadow:8px 8px 0 var(--text-color);margin-top:2rem}.gk-start-button:hover:not(:disabled){transform:translateY(-4px);box-shadow:12px 12px 0 var(--text-color)}.gk-start-button:disabled{opacity:.5;cursor:not-allowed}.gk-error{padding:1rem 1.5rem;background:#fef2f2;border:2px solid #ef4444;color:#ef4444;border-radius:0;margin-bottom:1rem;font-weight:500}.gk-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;gap:1.5rem}.gk-loading-icon{font-size:5rem;line-height:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.gk-loading h2{font-size:2rem;font-weight:600;margin:0;letter-spacing:-.02em}.gk-loading p{font-size:1.125rem;color:#666;margin:0}.gk-progress-container{width:100%;max-width:400px;height:12px;background:#e5e5e5;border:2px solid var(--text-color);overflow:hidden;margin-top:1rem}.gk-progress-bar{height:100%;background:var(--text-color);transition:width .3s ease}.gk-loading-text{font-size:1.5rem;font-weight:700;color:var(--text-color)}.gk-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem}.gk-question-card{width:100%;max-width:800px;padding:3rem;border:3px solid var(--text-color);background:var(--bg-color);box-shadow:12px 12px 0 var(--text-color);display:flex;flex-direction:column;gap:2rem}.gk-question-number{font-size:.875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.1em}.gk-question-text{font-size:1.75rem;font-weight:600;line-height:1.4;margin:0;letter-spacing:-.02em}.gk-options{display:flex;flex-direction:column;gap:1rem}.gk-option{padding:1rem 1.25rem;font-size:1.125rem;font-family:inherit;text-align:left;background:var(--bg-color);color:var(--text-color);border:1px solid rgba(0,0,0,.15);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:1rem;position:relative;border-radius:8px}.gk-option:hover:not(:disabled){background:#0000000d;border-color:#0000004d}.gk-option.selected{background:var(--text-color);color:var(--bg-color);border-color:var(--text-color);border-width:2px;font-weight:500}.gk-option.correct{background:#f0fdf4;border-color:#22c55e;color:#166534}.gk-option.incorrect{background:#fef2f2;border-color:#ef4444;color:#991b1b}.gk-option:disabled{cursor:default}.gk-option-letter{font-weight:600;font-size:.875rem;min-width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.2);border-radius:4px;background:#00000008;transition:all .2s ease}.gk-option.selected .gk-option-letter{background:var(--bg-color);border-color:var(--bg-color);color:var(--text-color)}.gk-option-text{flex:1}.gk-option-selected-indicator{font-size:1.25rem;font-weight:700;color:var(--bg-color);margin-left:auto}.gk-option-check,.gk-option-cross{font-size:1.5rem;font-weight:700;margin-left:auto}.gk-explanation{padding:1.5rem;border:2px solid;background:#f0fdf4;animation:fadeIn .3s ease}.gk-explanation.correct{border-color:#22c55e;background:#f0fdf4;color:#166534}.gk-explanation.incorrect{border-color:#ef4444;background:#fef2f2;color:#991b1b}.gk-explanation strong{display:block;margin-bottom:.5rem;font-size:1.125rem}.gk-explanation p{margin:0;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gk-question-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem}.gk-nav-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background:var(--bg-color);color:var(--text-color);border:2px solid var(--text-color);cursor:pointer;transition:all .2s ease;white-space:nowrap}.gk-nav-button:hover:not(:disabled){background:var(--text-color);color:var(--bg-color);box-shadow:4px 4px 0 var(--text-color)}.gk-nav-button:disabled{opacity:.5;cursor:not-allowed}.gk-question-dots{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;flex:1}.gk-dot{width:12px;height:12px;border:2px solid var(--text-color);background:var(--bg-color);cursor:pointer;transition:all .2s ease;border-radius:50%}.gk-dot:hover{transform:scale(1.2)}.gk-dot.current{background:var(--text-color);transform:scale(1.3)}.gk-dot.answered{background:var(--text-color)}.gk-progress-bar-container{width:100%;max-width:800px;height:8px;background:#e5e5e5;border:2px solid var(--text-color);overflow:hidden}.gk-progress-bar-fill{height:100%;background:var(--text-color);transition:width .3s ease}.gk-results{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;gap:1.5rem}.gk-results-icon{font-size:6rem;line-height:1;animation:bounce .6s ease}.gk-results-icon.perfect{animation:bounce .6s ease,spin 1s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gk-results-title{font-size:2.5rem;font-weight:600;margin:0;letter-spacing:-.02em}.gk-results-score{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin:1rem 0}.gk-score-number{font-size:4rem;font-weight:700;line-height:1}.gk-score-total{font-size:2rem;font-weight:600;color:#666}.gk-results-message{font-size:1.25rem;color:#666;margin:0;max-width:600px}.gk-results-breakdown{margin-top:2rem;width:100%;max-width:800px}.gk-results-breakdown h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:-.02em}.gk-breakdown-list{display:flex;flex-direction:column;gap:1rem}.gk-breakdown-question{padding:1.25rem;border:1px solid rgba(0,0,0,.1);border-radius:6px;background:var(--bg-color);transition:all .2s ease}.gk-breakdown-question.correct{border-left:2px solid #22c55e;background:#22c55e08}.gk-breakdown-question.incorrect{border-left:2px solid #ef4444;background:#ef444408}.gk-breakdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.gk-breakdown-number{font-size:.8125rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.gk-breakdown-status{font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:4px}.gk-breakdown-status.correct{background:#22c55e;color:#fff}.gk-breakdown-status.incorrect{background:#ef4444;color:#fff}.gk-breakdown-question-text{font-size:.9375rem;font-weight:500;margin-bottom:.875rem;line-height:1.5;color:var(--text-color)}.gk-breakdown-answers{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.gk-breakdown-answer{padding:.625rem .875rem;border-radius:4px;display:flex;flex-direction:column;gap:.125rem}.gk-breakdown-answer.correct{background:#22c55e14;border:1px solid rgba(34,197,94,.2)}.gk-breakdown-answer.incorrect{background:#ef444414;border:1px solid rgba(239,68,68,.2)}.gk-breakdown-answer-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666}.gk-breakdown-answer-text{font-size:.875rem;font-weight:500;color:var(--text-color)}.gk-breakdown-explanation{margin-top:.625rem;padding:.625rem .875rem;background:#00000005;border-radius:4px;font-size:.8125rem;line-height:1.5;color:#666;border-left:2px solid rgba(0,0,0,.08)}.gk-results-actions{display:flex;gap:1rem;margin-top:2rem}@media(max-width:768px){.gk-header{padding:.75rem 1rem;flex-wrap:wrap}.gk-title-section h1{font-size:1.25rem}.gk-subtitle,.gk-quiz-info,.gk-progress-info{font-size:.75rem}.gk-setup{padding:1.5rem 1rem}.gk-topics-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.gk-topic-chip{padding:.625rem 1rem;font-size:.875rem}.gk-difficulty-grid{grid-template-columns:1fr}.gk-difficulty-card{padding:1.5rem}.gk-main{padding:1rem}.gk-question-card{padding:2rem 1.5rem;box-shadow:8px 8px 0 var(--text-color)}.gk-question-text{font-size:1.5rem}.gk-option{padding:1rem 1.25rem;font-size:1rem}.gk-question-nav{flex-wrap:wrap}.gk-nav-button{padding:.625rem 1.25rem;font-size:.875rem}.gk-results{padding:2rem 1.5rem}.gk-results-icon{font-size:4rem}.gk-results-title{font-size:2rem}.gk-score-number{font-size:3rem}.gk-score-total{font-size:1.5rem}.gk-results-message{font-size:1.125rem}.gk-breakdown-grid{grid-template-columns:repeat(5,1fr);gap:.5rem}.gk-results-actions{flex-direction:column;width:100%}.btn-play-again,.btn-back-home{width:100%}}@media(max-width:480px){.gk-question-text{font-size:1.25rem}.gk-option{padding:.875rem 1rem;font-size:.9375rem}.gk-results-title{font-size:1.75rem}.gk-score-number{font-size:2.5rem}}.theme-picker-container{position:relative;z-index:1000}.theme-picker-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--bg-color);border:2px solid var(--text-color);color:var(--text-color);font-size:1.25rem;cursor:pointer;transition:all .2s ease;font-family:inherit;border-radius:4px}.theme-picker-button:hover{background:var(--text-color);color:var(--bg-color);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.theme-picker-icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1}@media(max-width:768px){.theme-picker-button{width:36px;height:36px;font-size:1.1rem}.theme-picker-icon{font-size:1.1rem}}
