@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}@keyframes correctAnswer{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes incorrectAnswer{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes glow{0%{text-shadow:0 2px 4px rgba(0,0,0,.7),0 0 12px rgba(251,191,36,.6)}to{text-shadow:0 2px 4px rgba(0,0,0,.7),0 0 20px rgba(251,191,36,.9),0 0 30px rgba(251,191,36,.6)}}@keyframes borderGlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes pulseGlow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.02)}}@keyframes correctPulse{0%,30%,60%,to{transform:scale(1);filter:drop-shadow(0 0 8px #10b981) drop-shadow(0 0 16px #10b981)}15%,45%{transform:scale(1.2);filter:drop-shadow(0 0 25px #10b981) drop-shadow(0 0 45px #10b981) drop-shadow(0 0 65px #10b981)}75%{transform:scale(1.15);filter:drop-shadow(0 0 20px #10b981) drop-shadow(0 0 35px #10b981) drop-shadow(0 0 50px #10b981)}}@keyframes correctPulseOpacity{0%,25%,50%,75%,to{opacity:1;filter:brightness(1) drop-shadow(0 0 10px #10b981)}12%,37%{opacity:.8;filter:brightness(1.4) drop-shadow(0 0 25px #10b981) drop-shadow(0 0 50px #10b981) drop-shadow(0 0 75px #10b981)}62%{opacity:.9;filter:brightness(1.3) drop-shadow(0 0 20px #10b981) drop-shadow(0 0 40px #10b981) drop-shadow(0 0 60px #10b981)}87%{opacity:.95;filter:brightness(1.2) drop-shadow(0 0 15px #10b981) drop-shadow(0 0 30px #10b981)}}@keyframes sparkleAnimation{0%{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}to{opacity:0;transform:scale(.5) rotate(360deg)}}@keyframes correctCelebration{0%,25%,50%,75%,to{transform:scale(1);filter:brightness(1) drop-shadow(0 0 10px #10b981)}12%,37%{transform:scale(1.25);filter:brightness(1.4) drop-shadow(0 0 25px #10b981) drop-shadow(0 0 50px #10b981) drop-shadow(0 0 75px #10b981)}62%{transform:scale(1.2);filter:brightness(1.3) drop-shadow(0 0 20px #10b981) drop-shadow(0 0 40px #10b981) drop-shadow(0 0 60px #10b981)}87%{transform:scale(1.1);filter:brightness(1.2) drop-shadow(0 0 15px #10b981) drop-shadow(0 0 30px #10b981)}}@keyframes correctAnswerPulse{0%,to{transform:scale(1);transform-origin:center;fill:#10b981!important;stroke:#059669!important}25%{transform:scale(1.3);transform-origin:center;fill:#10b981!important;stroke:#059669!important}50%{transform:scale(1.1);transform-origin:center;fill:#10b981!important;stroke:#059669!important}75%{transform:scale(1.2);transform-origin:center;fill:#10b981!important;stroke:#059669!important}}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-3px)}20%,40%,60%,80%{transform:translateX(3px)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(34,197,94,.7)}50%{transform:scale(1.05);box-shadow:0 0 0 10px transparent}}:root{--primary-color:#2563eb;--success-color:#059669;--error-color:#dc2626;--background-color:#f8fafc;--card-background:#ffffff;--text-color:#1e293b;--border-color:#e2e8f0}*{box-sizing:border-box;margin:0}body,html{height:100%;border:0;min-width:320px}body,footer{background-color:var(--background-color)}body{font-family:"Poppins",sans-serif;padding:0;color:var(--text-color)}.page{min-height:60vh;margin-top:60px}footer{margin-top:4rem;position:relative;z-index:1}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}@media (max-width:600px){.page{margin-top:40px;min-height:calc(100vh - 40px - 4rem)}footer{margin-top:2rem;padding-bottom:1rem}}button{padding:8px 16px;background-color:var(--primary-color);color:#fff;border:0;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}button:hover{background-color:#1d4ed8;transform:translateY(-1px)}button:disabled{background-color:#94a3b8;cursor:not-allowed;transform:none}.restart-button-modern{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:0;border-radius:50px;padding:15px 30px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;margin:0 auto;transition:all .3s ease;box-shadow:0 8px 20px rgba(59,130,246,.3);position:relative;overflow:hidden}.restart-button-modern::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.restart-button-modern:hover::before{left:100%}.restart-button-modern:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(59,130,246,.4)}.restart-button-modern:active{transform:translateY(0)}.button-icon{font-size:1.2rem}.button-text{font-weight:600}.btn,.restart-button{padding:12px 24px;border:0;font-weight:600;cursor:pointer}.restart-button{position:fixed;bottom:20px;right:20px;background-color:var(--primary-color);color:#fff;border-radius:50px;font-size:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease}.restart-button:hover{background-color:#1d4ed8;transform:translate(-50%,-50%) scale(1.05)}.btn{border-radius:8px;transition:all .2s ease}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb;transform:translateY(-1px)}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.blanket{background:#3e3e3ead;z-index:1;display:none;width:100%;height:100%;position:fixed;top:0;left:0}.blanket.full{top:0;z-index:3}.center{margin:0 auto;text-align:center}.red-text{color:red}.green-text{color:green}.black-text{color:#000}.error-input{border:2px solid red}.checkbox-wrap input:checked~.checkmark.error-input{border:inherit}.left-align,.table td.left-align{text-align:left}.flex,.flex-left{display:flex;justify-content:space-between;align-items:center}.flex-left{justify-content:left}.flex-stretch,.flex-top{display:flex;justify-content:space-between;align-items:flex-start}.flex-stretch{align-items:stretch}.section-wide-wrap{max-width:1240px;margin:0 auto}.section-wrap,.slim-section-wrap{max-width:1200px;margin:0 auto}.section-wrap{margin:56px auto 0;position:relative}.section-wrap-no-margin.section-wrap{margin-top:0}.narrow-section-wrap{max-width:900px}.section-header{font-size:24px;font-weight:600;line-height:32px}h1.section-header{font-size:26px}.section-sub-header{font-size:16px;margin-top:6px}.section-content{margin-top:32px}.section-content-small{margin-top:16px}.red{color:#cc2c00}.green{color:#0a7d79}.section-wrap,footer{content-visibility:auto}@media (max-width:768px){footer{position:relative;z-index:10;background-color:var(--background-color);width:100%;clear:both}.blanket{z-index:5}}.full-width-image{width:100%;min-height:200px}.page-content{flex:1;min-width:0}.page-content .section-wrap{margin-right:0;margin-left:0}.page-content .first-section{margin-top:0}.second-section{margin-top:40px}.section-text li{margin-bottom:10px}.left-fade::before,.right-fade::after{content:"";position:absolute;bottom:0;width:62px;opacity:0;transition:opacity .3s}.right-fade::after{top:62px;display:none}.right-fade.show-right-fade::after{right:0;background:linear-gradient(to left,#fff,transparent);opacity:1;transition:opacity .3s;display:initial}.left-fade::before{height:310px;pointer-events:none}.left-fade.show-left-fade::before{left:0;background:linear-gradient(to right,#fff,transparent);opacity:1}.nowrap{white-space:nowrap}@media (max-width:1264px){.section-wrap{margin:60px 4% 0}.section-wrap.second-section{margin-top:40px}.slim-section-wrap{margin:0 3%}}@media (max-width:1024px){.page-content .first-section{margin-top:16px}}@media (max-width:900px){.first-section{display:block;margin-top:16px}}@media (max-width:700px){.blanket{top:64px}}@media (max-width:550px){.hide{display:none}.page-content{margin-top:24px}.section-header{font-size:22px}h1.section-header{font-size:24px}.section-sub-header{font-size:15px}}.progress-container{width:100%;background-color:#e5e5e5;border-radius:10px;overflow:hidden;margin:20px 0;height:8px}.progress-bar{height:8px;background:#3b82f6;transition:width .3s ease;border-radius:10px}.progress-bar-fill{background:linear-gradient(to right,#3b82f6,#2563eb);border-radius:.5rem;transition:width .5s ease;width:var(--progress-width, 0%);height:8px}.progress-bar-fill.h-2{height:.5rem}.progress-bar-fill.h-4{height:1rem}@media (min-width:768px){.progress-bar-fill.md\\:h-4{height:1rem}}.progress-container.large,.progress-container.large .progress-bar,.progress-container.large .progress-bar-fill{height:16px}#game-container,.game-container{max-width:800px;margin:0 auto;padding:0 20px}.game-container{padding:2rem 20px;min-height:50vh}.game-header{text-align:center;margin-bottom:30px;padding:20px 0}.game-title{font-size:2.2rem;font-weight:600;margin:0 0 10px;color:#1f2937}.game-subtitle{font-size:1.1rem;margin:0;color:#6b7280;font-weight:400;line-height:1.4}.header-icon{font-size:2.5rem;margin-bottom:15px;display:block}.hero-icon{width:48px;display:inline-block;vertical-align:middle;margin-right:1rem;margin-bottom:8px}.custom-autocomplete{display:none}#game-container .custom-autocomplete.show,.custom-autocomplete.show{display:block}.region-name-display{position:absolute;left:var(--mouse-x, 0);top:var(--mouse-y, 0);z-index:10}.inline-block{display:inline-block}.vertical-align-middle{vertical-align:middle}.margin-bottom-0{margin-bottom:0}.width-0{width:0%}.games-container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{text-align:center;margin-bottom:40px;padding:20px 0}.hero-subtitle{font-size:1.1rem;color:#1e3a8a;line-height:1.5;max-width:800px;margin:0 auto}.game-categories{display:flex;flex-direction:column;gap:32px;margin-top:56px}.game-category{margin-bottom:32px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.category-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:8px;line-height:1.3;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.category-description{color:#6b7280;line-height:1.5;font-size:.9rem;margin-bottom:16px}.show-all-button{text-align:center;margin-top:24px}@media (max-width:480px){.games-container{padding:0 16px}.hero-subtitle{font-size:1rem}.category-title{font-size:1.2rem}}.show-all-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:.9rem;white-space:nowrap;transition:all .3s ease}.show-all-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px rgba(139,92,246,.4)}.show-all-link .arrow-icon{width:12px;height:12px;stroke-width:2}.features-section{background:#fff;border-radius:16px;padding:32px 24px;margin:40px 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.features-grid{display:grid;grid-template-columns:1fr;gap:24px}.feature-card{text-align:center}.feature-icon{font-size:2.5rem;margin-bottom:16px}.feature-title{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:8px}.feature-description{color:#6b7280;line-height:1.5}.cta-section{text-align:center;margin:40px 0}.cta-title{font-size:2rem;font-weight:700;color:#1e40af;margin-bottom:16px}.cta-subtitle{font-size:1.1rem;color:#1e3a8a;line-height:1.5;max-width:600px;margin:0 auto}@media (max-width:767px){.games-container{padding:0 16px}.hero-section{margin-bottom:32px;padding:16px 0}.hero-subtitle{font-size:1rem}.game-category{margin-bottom:24px;padding:20px}.category-title{font-size:1.2rem;margin-bottom:6px;padding-bottom:6px}.category-description{font-size:.85rem;margin-bottom:12px}.features-section{padding:24px 20px;margin:32px 0}.feature-icon{font-size:2rem;margin-bottom:12px}.feature-title{font-size:1.1rem;margin-bottom:6px}.feature-description{font-size:.9rem}.cta-section{margin:32px 0}.cta-title{font-size:1.8rem;margin-bottom:12px}.cta-subtitle{font-size:1rem}}@media (min-width:768px){.games-container{padding:0 32px}.hero-subtitle{font-size:1.2rem}.game-category{padding:28px}.games-grid{grid-template-columns:repeat(2,1fr);gap:20px}.features-grid{grid-template-columns:repeat(3,1fr);gap:32px}.cta-title{font-size:2.5rem}}@media (min-width:1024px){.games-container{padding:0 40px}.hero-section{margin-bottom:60px}.game-categories{gap:40px}.game-category{padding:32px}.games-grid{grid-template-columns:repeat(3,1fr);gap:24px}.features-section{padding:40px;margin:60px 0}.cta-section{margin:60px 0}}@media (min-width:1280px){.games-grid{grid-template-columns:repeat(4,1fr)}}#map,.leaflet-control-container .leaflet-pane{z-index:1}.leaflet-control-container .leaflet-control{z-index:2}.leaflet-control-container .leaflet-bottom{z-index:3}.guess-the-city-page .page{margin-top:0}.text-container{max-width:800px;margin:100px auto;background-color:var(--card-background);padding:20px;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}@media (max-width:600px){.game-header{padding:0 0 15px;margin-bottom:20px}.header-icon{font-size:2rem}.game-title{font-size:1.8rem}.game-subtitle{font-size:1rem}h1{font-size:1.5rem;margin-bottom:15px}#map{height:300px}}h1{font-size:2rem;font-weight:600;color:var(--primary-color);text-align:center}.game-stats{display:flex;justify-content:space-between;align-items:center;padding:0 10px}#guess-history h3,#guesses-left,#timer-display{font-weight:600;color:var(--primary-color);font-size:1.1rem}#map,#message,.game-stats,h1{margin-bottom:20px}#map{height:400px;border-radius:12px;border:2px solid var(--border-color)}#message{text-align:center;padding:15px;border-radius:8px;font-weight:500;font-size:1.1rem}.success{background-color:#ecfdf5;color:var(--success-color);border:1px solid #a7f3d0}.error{background-color:#fef2f2;color:var(--error-color);border:1px solid #fecaca}#guess-history{margin-top:20px;padding:12px;background-color:#f1f5f9;border-radius:8px}#guess-history h3{margin:0 0 10px;font-size:1rem}.guess-line{margin:20px 0;background-color:#f8fafc;border-radius:12px;padding:15px;display:flex;align-items:center;gap:15px}.guess-number{font-weight:600;color:var(--text-color);font-size:1.1rem;flex-shrink:0;min-width:30px}.guess-line.completed{background-color:#f8fafc}.guess-content{display:flex;align-items:center;gap:15px}.guess-line.active{background-color:#f1f5f9;padding:0}.guess-line input{width:100%;padding:12px;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;outline:0;border-color:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.1)}.guess-line input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.guess-city{font-weight:600;color:var(--primary-color)}.guess-distance{color:#64748b;font-weight:500}.input-container{display:flex;align-items:center;width:100%}.input-wrapper{position:relative;flex:1}.guess-hint{position:absolute;bottom:-20px;left:0;font-size:.75rem;color:#6b7280;font-style:italic;margin-top:4px}#game-container .custom-autocomplete{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--border-color);border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:40;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);display:none}.custom-autocomplete-item{padding:12px;cursor:pointer;border-bottom:1px solid #f1f5f9}.custom-autocomplete-item:hover{background-color:#f1f5f9}.custom-autocomplete-item.selected{background-color:#e0e7ff;color:var(--primary-color)}.success-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:40;transition:all .3s ease}.success-overlay.show{opacity:1;visibility:visible}.success-overlay,.success-overlay.hide{opacity:0;visibility:hidden}.success-content{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border-radius:20px;padding:40px;text-align:center;color:#fff;box-shadow:0 20px 40px rgba(0,0,0,.3);transform:scale(.8);transition:all .3s ease;max-width:400px;width:90%;position:relative;overflow:hidden}.success-overlay.show .success-content{transform:scale(1)}.success-content::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shimmer 2s infinite}.success-icon{font-size:4rem;margin-bottom:20px;animation:bounce 1s ease-in-out}.success-title{font-size:2rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.success-message{font-size:1.1rem;margin-bottom:30px;opacity:.9;line-height:1.5}.leaflet-control-container{z-index:5}.leaflet-control-attribution{z-index:2}.leaflet-control-layers,.leaflet-control-zoom{z-index:3}.leaflet-popup-pane{z-index:10}.leaflet-tooltip-pane{z-index:8}.leaflet-map-pane{z-index:1}.capitals-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.step{display:none}.step.active{display:block}.quiz-game-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.difficulty-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:3rem 0;padding:2rem 0}.difficulty-btn{padding:20px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center}.difficulty-btn:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.difficulty-btn.selected{border-color:#3b82f6;background-color:#eff6ff}.question-container{text-align:center;margin:30px 0;background:#f8fafc;padding:30px;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.question-text{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:20px}#question{font-size:24px;font-weight:700;color:#1a1a1a;line-height:1.5;margin:24px 0}.text-left.md\:text-center{text-align:left}@media (min-width:768px){.text-left.md\:text-center{text-align:center}}.level-label{font-weight:600;font-size:18px}#timer{color:#6b7280;font-size:14px;font-weight:500;margin-top:48px}.question-flag{width:50px;height:38px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);object-fit:cover;border:1px solid #e5e5e5;vertical-align:middle;margin-left:8px}#flags-content .question-flag{width:60px!important;height:auto!important;border-radius:8px;margin-left:16px}#answer-options{display:grid;grid-template-columns:1fr;gap:20px;margin:40px 0}.option{padding:18px 24px;border-radius:12px;background:#f5f5f5;cursor:pointer;transition:all .2s ease;font-weight:500;text-align:center;font-size:16px;color:#374151;box-shadow:none;border:0}.option:hover{background:#e5e5e5;box-shadow:none;transform:none}.option:hover:not(.bg-green-500):not(.bg-red-500){background:#e5e5e5;box-shadow:none}.option:disabled{cursor:not-allowed;opacity:1;background:#f5f5f5;color:#374151;box-shadow:none}.option:disabled[style*="background-color: #10b981"]{background:#10b981;color:#fff}.option:disabled[style*="background-color: #ef4444"]{background:#ef4444;color:#fff}.option.bg-green-500,.option.from-green-500{background:#10b981;color:#fff;border-color:#10b981}.option.bg-red-500,.option.from-red-500,button.option.bg-red-500{background-color:#ef4444;background:#ef4444;color:#fff;border-color:#ef4444}#step2{background:#f8fafc;padding:5px 0}#step2 .max-w-4xl{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:32px;margin:0 auto;border:1px solid #f0f0f0}#step2 .flex.justify-between{margin-bottom:20px}#step2 .text-base,#step2 .text-base.md\:text-xl{color:#111827;font-weight:600}#question-text{font-size:28px;font-weight:700;color:#1a1a1a;line-height:1.5;margin:0}.text-center .flex.items-center{margin-bottom:2rem}button[onclick="restartQuiz()"]:not(.bg-gradient-to-r){color:#3b82f6;text-decoration:none;background:0 0;border:0;padding:0;margin:0;box-shadow:none;transition:none;transform:none}button[onclick="restartQuiz()"]:not(.bg-gradient-to-r):hover{color:#1d4ed8;text-decoration:underline;background:0 0;border:0;box-shadow:none;transform:none}button[onclick="restartQuiz()"]:not(.bg-gradient-to-r) svg{color:#3b82f6}.w-full.bg-gray-200{height:16px;background-color:#e5e5e5;border-radius:10px}.w-full.bg-gray-200 .progress-bar-fill{height:16px;background:#3b82f6;border-radius:10px}.timer-container{text-align:center;margin:20px 0}.timer-text{font-size:1.2rem;font-weight:600;color:#3b82f6}.result-container{text-align:center;padding:30px;background:#f8fafc;border-radius:12px;margin:20px 0}.score-text{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:10px}.time-text{font-size:1.1rem;color:#6b7280;margin-bottom:20px}.option.correct{animation:correctAnswer .6s ease}.option.incorrect{animation:incorrectAnswer .6s ease}@media (max-width:1024px){#step2 .max-w-4xl{padding:24px}}@media (max-width:767px){.game-box{margin:0 1rem}.difficulty-btn{min-height:80px;font-weight:600}.level-label{font-size:20px}.difficulty-screen button{font-size:18px!important;padding:12px 16px!important}.level-selector a{font-size:14px!important;padding:8px 12px!important}#answer-options{grid-template-columns:1fr;gap:10px}.question-text{font-size:1.25rem}#step2 .max-w-4xl{background:0 0;box-shadow:none;border:0;margin:0;padding:16px}.option{padding:16px 20px;font-size:15px}.max-w-7xl{padding-top:8px;padding-bottom:8px}}@media (max-width:480px){.difficulty-btn{min-height:90px;padding:16px}.level-label{font-size:22px}.difficulty-screen button{font-size:20px!important;padding:14px 18px!important}.level-selector a{font-size:16px!important;padding:10px 14px!important}}.breadcrumb-nav.game-active{margin-top:5px}.quiz-game-seo-content .prose{max-width:none}.quiz-game-seo-content .bg-blue-50,.quiz-game-seo-content .bg-indigo-50{border-radius:8px;padding:1.25rem}.quiz-game-seo-content .bg-gradient-to-r{border-radius:8px;padding:1.5rem}.leaderboard-preview .medal-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);border:2px solid #e5e7eb}.leaderboard-preview .player-info{flex:1;min-width:0}.leaderboard-preview .player-name{font-weight:600;color:#1f2937;font-size:1rem;line-height:1.3}.leaderboard-preview .level-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:#dbeafe;color:#1e40af;flex-shrink:0}.leaderboard-preview .score-display{text-align:right}.leaderboard-preview .score-value{font-size:1.125rem;font-weight:700;color:#1f2937}.leaderboard-preview .time-display{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6b7280}.quiz-modal .modal-content{background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);border-radius:.75rem;padding:2rem;max-width:28rem;width:100%;margin:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:2px solid #bfdbfe}.quiz-modal .modal-header{text-align:center;margin-bottom:1rem}.quiz-modal .modal-icon{width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#dcfce7;margin-bottom:1rem}.quiz-modal .modal-title{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.quiz-modal .modal-body{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-bottom:1.5rem}.quiz-modal .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.quiz-modal .stat-item{text-align:center;padding:.75rem;background:#eff6ff;border-radius:.5rem}.quiz-modal .stat-label{font-size:.875rem;color:#2563eb;margin-bottom:.25rem}.quiz-modal .stat-value{font-size:1.25rem;font-weight:700;color:#1e3a8a}.quiz-modal .name-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1.125rem;margin-bottom:1rem}.quiz-modal .name-input:focus{outline:0;ring:2px;ring-color:#3b82f6;border-color:#3b82f6}.quiz-modal .checkbox-container{display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem}.quiz-modal .checkbox{width:1rem;height:1rem;color:#2563eb}.quiz-modal .checkbox:focus{ring:2px;ring-color:#3b82f6}.quiz-modal .checkbox-label{margin-left:.5rem;font-size:.875rem;color:#374151}.quiz-modal .modal-actions{display:flex;justify-content:center;gap:1rem}.quiz-modal .modal-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s}.quiz-modal .modal-button.cancel{background:#e5e7eb;color:#374151}.quiz-modal .modal-button.cancel:hover{background:#d1d5db}.quiz-modal .modal-button.save{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.quiz-modal .modal-button.save:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.maps-page .page{margin-top:0}.maps-page #question{top:82px;margin:0 auto;position:absolute;left:50%;transform:translate(-50%,-50%);background:#fff;z-index:2;padding:0 24px 10px;border:2px solid #e5e7eb;border-radius:0 0 12px 12px;box-shadow:4px 4px 8px rgba(0,0,0,.1),-4px 4px 8px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.1);border-top:none;min-width:300px}.maps-page #game-container{max-width:1200px;margin:0 auto;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:1rem;background:#fff;position:relative}.map-game .map-container,.maps-page #map{height:600px;overflow:hidden;position:relative}.maps-page #map svg{cursor:grab;touch-action:pan-x pan-y;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.maps-page #map svg:active{cursor:grabbing}@media (max-width:768px){.maps-page #map svg,.maps-page #map svg path{touch-action:manipulation}.maps-page #map svg path{min-height:44px;min-width:44px;-webkit-tap-highlight-color:transparent}}.maps-page #map .question-on-map{position:absolute!important;top:15px!important;left:50%!important;transform:translateX(-50%)!important;z-index:999999!important;background:rgba(255,255,255,.95)!important;backdrop-filter:blur(10px)!important;border:2px solid rgba(102,126,234,.3)!important;border-radius:12px!important;padding:12px 24px!important;box-shadow:0 8px 32px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05)!important;text-align:center!important;max-width:500px!important;width:90%!important;height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;pointer-events:none!important}.maps-page #map .question-on-map .question-content{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.maps-page #map .question-on-map .question-content .question-text{font-size:1.2rem;font-weight:700;color:#fff;text-align:center;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 8px rgba(255,255,255,.3);letter-spacing:.3px;line-height:1.3}.map-game .game-question-box .question-content .question-text .target-location,.maps-page #map .question-on-map .question-content .question-text .target-location{color:#fbbf24;text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:#f59e0b;text-underline-offset:3px;text-shadow:0 2px 4px rgba(0,0,0,.7),0 0 12px rgba(251,191,36,.6);display:inline}@media (max-width:768px){.maps-page #map .question-on-map{top:15px;padding:10px 20px;max-width:350px}.maps-page #map .question-on-map .question-content .question-text{font-size:1.1rem}}@media (max-width:480px){.maps-page #map .question-on-map{top:10px;padding:8px 15px;max-width:300px}.maps-page #map .question-on-map .question-content .question-text{font-size:1rem}}.map-game .map-container{width:100%;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb}.map-game .map-container svg{width:100%;height:100%;cursor:pointer}.map-game .map-container svg path,.map-game .zoom-controls .zoom-button{transition:all .2s ease;cursor:pointer}.map-game .map-container svg path:hover{fill:#ddd6fe!important;stroke:#8b5cf6!important;stroke-width:2px!important}.map-game .map-container svg path.highlighted{fill:#10b981!important;stroke:#059669!important;stroke-width:2px!important}.map-game .map-container svg path.wrong{fill:#dc2626!important;stroke:#991b1b!important;stroke-width:3px!important;opacity:1!important}.map-game .map-container svg path.correct,.map-game .map-container svg path.correct-celebration{fill:#10b981!important;stroke:#059669!important;stroke-width:2px!important}.map-game .map-container svg path.correct-celebration{filter:drop-shadow(0 0 15px #059669) drop-shadow(0 0 30px #10b981) drop-shadow(0 0 45px #34d399)!important;transform-origin:center!important;animation:correctAnswerPulse 1s ease-in-out forwards!important}.map-game .map-container svg path.multi-hover{fill:#ddd6fe!important;stroke:#8b5cf6!important;stroke-width:2px!important;opacity:.7!important;transition:all .2s ease}.map-game .zoom-controls{position:absolute;top:16px;right:16px;z-index:50}.map-game .zoom-controls .zoom-button{background:#7c3aed;color:#fff;border:0;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.map-game .zoom-controls .zoom-button:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.map-game .zoom-controls .zoom-button:active{transform:translateY(0)}.map-game .feedback-message,.map-game .region-tooltip{position:absolute;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);font-weight:600;z-index:10}.map-game .feedback-message{top:16px;left:50%;transform:translateX(-50%);padding:12px 24px}.map-game .feedback-message.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.map-game .feedback-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.map-game .feedback-message.info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.map-game .region-tooltip{padding:8px 16px;background:#fff;font-size:18px;pointer-events:none;transform:translate(-50%,-100%);white-space:nowrap}.map-game .region-tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#fff}.map-game .game-controls{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.map-game .game-controls .score-timer{display:flex;justify-content:space-between;align-items:center;width:100%}.map-game .game-controls .score-timer .score,.map-game .game-controls .score-timer .timer{font-size:20px;color:#374151}.map-game .game-controls .score-timer .score span,.map-game .game-controls .score-timer .timer span{font-weight:700;color:#7c3aed}.map-game .game-controls .question-box{background:#f3f4f6;padding:16px;border-radius:12px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.map-game .game-controls .question-box h2{font-size:20px;font-weight:700;color:#7c3aed;text-align:center;margin:0}@media (min-width:768px){.map-game .game-controls .question-box h2{font-size:24px}}.map-game .game-controls .question-box h2 .target-region{color:#581c87;text-decoration:underline;text-decoration-thickness:2px}.map-game .game-question-box{position:relative;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border:3px solid #4c1d95;border-radius:15px;padding:15px 30px;box-shadow:0 8px 20px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.3),0 0 0 1px rgba(255,255,255,.1);backdrop-filter:blur(10px);transform:perspective(1000px) rotateX(1deg);transition:all .3s ease;text-align:center;width:100%;max-width:500px;margin:0 auto}.map-game .game-question-box:hover{transform:perspective(1000px) rotateX(0deg) translateY(-2px);box-shadow:0 12px 25px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.4),0 0 0 1px rgba(255,255,255,.2)}.map-game .game-question-box .question-content{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.map-game .game-question-box .question-content .question-text{font-size:1.4rem;font-weight:700;color:#fff;text-align:center;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 8px rgba(255,255,255,.3);letter-spacing:.3px;line-height:1.3}@media (min-width:768px){.map-game .game-question-box .question-content .question-text{font-size:1.6rem}}.map-game .game-question-box .question-content .question-text .target-location{animation:glow 2s ease-in-out infinite alternate}.map-game .game-question-box .question-decoration{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#fbbf24,#f59e0b,#d97706,#b45309,#92400e,#78350f,#451a03,#78350f,#92400e,#b45309,#d97706,#f59e0b,#fbbf24);border-radius:22px;z-index:-1;animation:borderGlow 3s linear infinite;opacity:.8}.map-game .game-question-box::before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(45deg,rgba(251,191,36,.3),rgba(245,158,11,.3),rgba(217,119,6,.3),rgba(180,83,9,.3));border-radius:24px;z-index:-2;animation:pulseGlow 2s ease-in-out infinite}.map-game .welcome-screen{text-align:center}.map-game .welcome-screen .hero-subtitle{font-size:20px;color:#374151;margin-bottom:32px}.map-game .welcome-screen .start-button{padding:16px 32px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:20px;font-weight:600;border:0;border-radius:50px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-bottom:64px}.map-game .welcome-screen .start-button:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.map-game .welcome-screen .start-button.animate-pulse{animation:pulse 2s infinite}.map-game .welcome-screen .features-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:48px}@media (min-width:768px){.map-game .welcome-screen .features-grid{grid-template-columns:repeat(3,1fr)}}.map-game .welcome-screen .features-grid .feature-card{background:#f3f4f6;padding:24px;border-radius:12px}.map-game .welcome-screen .features-grid .feature-card .feature-icon{font-size:48px;margin-bottom:12px}.map-game .welcome-screen .features-grid .feature-card .feature-title{font-size:18px;font-weight:600;color:#7c3aed;margin-bottom:8px}.map-game .welcome-screen .features-grid .feature-card .feature-description{color:#6b7280;line-height:1.5}.map-game .faq-section,.map-game .seo-content-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;margin-top:4rem}.map-game .seo-content-section .seo-content-inner{padding:2rem}@media (min-width:768px){.map-game .seo-content-section .seo-content-inner{padding:2.5rem}}.map-game .seo-content-section .seo-content-inner .seo-title{font-size:1.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}@media (min-width:768px){.map-game .seo-content-section .seo-content-inner .seo-title{font-size:1.875rem}}.map-game .seo-content-section .seo-content-inner .seo-intro{font-size:1.125rem;color:#4b5563;margin-bottom:1rem;line-height:1.6}.map-game .seo-content-section .seo-content-inner .seo-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}@media (min-width:768px){.map-game .seo-content-section .seo-content-inner .seo-grid{grid-template-columns:repeat(2,1fr)}}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features{padding:1.25rem;border-radius:.5rem}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits.seo-benefits,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features.seo-benefits{background:#eff6ff}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits.seo-features,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features.seo-features{background:#eef2ff}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits h3,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits h3.benefits-title,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features h3.benefits-title{color:#1d4ed8}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits h3.features-title,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features h3.features-title{color:#4338ca}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits ul,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features ul{list-style-type:disc;padding-left:1.25rem}.map-game .seo-content-section .seo-content-inner .seo-grid .seo-benefits ul li,.map-game .seo-content-section .seo-content-inner .seo-grid .seo-features ul li{color:#4b5563;line-height:1.5;margin-bottom:.5rem}.map-game .seo-content-section .seo-content-inner .map-image-container{display:flex;justify-content:center;margin:2rem 0}.map-game .seo-content-section .seo-content-inner .map-image-container .map-image{max-width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .2s ease}.map-game .seo-content-section .seo-content-inner .map-image-container .map-image:hover{transform:scale(1.02)}.map-game .seo-content-section .seo-content-inner .seo-description{font-size:1.125rem;color:#4b5563;margin-bottom:1rem;line-height:1.6}.map-game .seo-content-section .seo-content-inner .about-game-section{background:linear-gradient(135deg,#f0fdf4,#eff6ff);padding:1.5rem;border-radius:.5rem;margin:1.5rem 0}.map-game .seo-content-section .seo-content-inner .about-game-section h3{font-size:1.25rem;font-weight:600;color:#15803d;margin-bottom:.75rem}.map-game .seo-content-section .seo-content-inner .about-game-section p{color:#374151;line-height:1.6}.map-game .faq-section .faq-content{padding:2rem}@media (min-width:768px){.map-game .faq-section .faq-content{padding:2.5rem}}.map-game .faq-section .faq-content .faq-title{font-size:1.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}@media (min-width:768px){.map-game .faq-section .faq-content .faq-title{font-size:1.875rem}}.map-game .faq-section .faq-content .faq-intro{font-size:1.125rem;color:#4b5563;margin-bottom:2rem;line-height:1.6}.map-game .faq-section .faq-content .faq-list{space-y:1.5rem}.map-game .faq-section .faq-content .faq-list .faq-item{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.map-game .faq-section .faq-content .faq-list .faq-item:last-child{border-bottom:none;padding-bottom:0}.map-game .faq-section .faq-content .faq-list .faq-item .faq-question{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:0 0;border:0;cursor:pointer;transition:color .2s ease}.map-game .faq-section .faq-content .faq-list .faq-item .faq-question:hover{color:#2563eb}.map-game .faq-section .faq-content .faq-list .faq-item .faq-question h3{font-size:1.125rem;font-weight:600;color:#1f2937;padding-right:1rem;margin:0}.map-game .faq-section .faq-content .faq-list .faq-item .faq-question .faq-icon{color:#2563eb;font-size:1.25rem;font-weight:700;transition:transform .2s ease;flex-shrink:0}.map-game .faq-section .faq-content .faq-list .faq-item .faq-answer{color:#4b5563;line-height:1.6;padding-left:0;margin-top:.5rem}.map-game .faq-section .faq-content .faq-list .faq-item .faq-answer.hidden{display:none}.map-game .faq-section .faq-content .faq-list .faq-item .faq-answer p{margin:0}.map-game .difficulty-screen,.map-game .results-screen{text-align:center}.map-game .difficulty-screen .difficulty-title{font-size:36px;font-weight:700;color:#7c3aed;margin-bottom:16px}.map-game .difficulty-screen .difficulty-subtitle{font-size:20px;color:#374151;margin-bottom:32px}.map-game .difficulty-screen .difficulty-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:1024px;margin:0 auto}@media (min-width:768px){.map-game .difficulty-screen .difficulty-grid{grid-template-columns:repeat(3,1fr)}}.map-game .difficulty-screen .difficulty-grid .difficulty-button{background:linear-gradient(135deg,var(--color-400),var(--color-600));color:#fff;padding:32px 24px;border-radius:12px;font-size:20px;font-weight:600;border:0;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.map-game .difficulty-screen .difficulty-grid .difficulty-button:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.map-game .difficulty-screen .difficulty-grid .difficulty-button .difficulty-icon{font-size:48px;margin-bottom:8px}.map-game .difficulty-screen .difficulty-grid .difficulty-button .difficulty-level{font-size:18px;margin-bottom:4px}.map-game .difficulty-screen .difficulty-grid .difficulty-button .difficulty-subtitle{font-size:14px;opacity:.9}.map-game .results-screen .results-title{font-size:36px;font-weight:700;color:#581c87;margin-bottom:24px}.map-game .results-screen .final-score{font-size:24px;margin-bottom:16px}.map-game .results-screen .final-score .score-number{font-weight:700;color:#7c3aed}.map-game .results-screen .performance-message{font-size:20px;color:#374151;margin-bottom:32px}.map-game .results-screen .new-adventure-button{padding:16px 32px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:20px;font-weight:600;border:0;border-radius:50px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.map-game .results-screen .new-adventure-button:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}@media (max-width:768px){.maps-page #question{font-size:18px;top:77px;box-shadow:2px 2px 4px rgba(0,0,0,.05),-2px 2px 4px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.05)}.maps-page #map,.maps-page .map-container{height:400px}.maps-page .welcome-screen .hero-subtitle{font-size:18px}.maps-page .welcome-screen .start-button{font-size:18px;padding:14px 28px}.maps-page .difficulty-screen .difficulty-title{font-size:28px}.maps-page .difficulty-screen .difficulty-subtitle{font-size:18px}.maps-page .results-screen .results-title{font-size:28px}.maps-page .results-screen .final-score{font-size:20px}.maps-page .results-screen .performance-message{font-size:18px}.game-question-box{padding:12px 20px;border-radius:12px;transform:perspective(800px) rotateX(1deg);max-width:90%}.game-question-box .question-content .question-text{font-size:1.2rem;letter-spacing:.25px}.game-question-box .question-content .question-text .target-location{text-decoration-thickness:2px;text-underline-offset:3px}.game-question-box .question-decoration{border-radius:14px}.game-question-box::before{border-radius:16px}}@media (max-width:480px){.game-question-box{padding:15px 20px;border-radius:14px;transform:none;max-width:95%}.game-question-box .question-content{text-align:center}.game-question-box .question-content .question-text{font-size:1.2rem;line-height:1.3}.game-question-box .question-content .question-text .target-location{display:block;margin-top:4px}}:root{--header-height:80px;--header-height-mobile:64px;--header-height-tablet:72px}header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);z-index:50;background:linear-gradient(to right,#4f46e5,#7c3aed);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}header .max-w-7xl{height:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width:640px){:root{--header-height:var(--header-height-mobile)}header{padding:.5rem 0}}@media (min-width:641px) and (max-width:1024px){:root{--header-height:var(--header-height-tablet)}}@media (min-width:1025px){:root{--header-height:80px}}.language-dropdown{position:relative;display:inline-block}.language-dropdown-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#fff;cursor:pointer;transition:all .2s;font-size:.875rem}.language-dropdown-button:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.language-dropdown-button:focus{outline:0;ring:2px;ring-color:rgba(59,130,246,.5)}.language-dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;background-color:#1e1b4b;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);overflow:hidden}.language-dropdown-menu.hidden{display:none}.language-option{display:flex;align-items:center;padding:.5rem .75rem;color:#fff;cursor:pointer;transition:background-color .2s}.language-option:hover{background-color:#3730a3}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-around;width:44px;height:44px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;padding:10px;z-index:60;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;right:1rem;top:50%;transform:translateY(-50%);backdrop-filter:blur(15px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.hamburger-menu:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);transform:translateY(-50%) scale(1.08);box-shadow:0 6px 20px rgba(0,0,0,.15)}.hamburger-menu:active{transform:translateY(-50%) scale(.95)}.hamburger-line{width:100%;height:2.5px;background:linear-gradient(90deg,#fff 0,#f1f5f9 100%);border-radius:2px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center;box-shadow:0 1px 3px rgba(0,0,0,.2);position:relative}.hamburger-line::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);border-radius:inherit;opacity:0;transition:opacity .3s ease}.hamburger-line:hover::before{opacity:1}.hamburger-menu.active{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);box-shadow:0 8px 25px rgba(0,0,0,.2);transform:translateY(-50%) scale(1.05)}.hamburger-menu.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px);background:linear-gradient(45deg,#ef4444 0,#dc2626 100%);box-shadow:0 2px 4px rgba(239,68,68,.5);height:3px;border-radius:2px;width:20px}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0) scaleY(0)}.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);background:linear-gradient(-45deg,#ef4444 0,#dc2626 100%);box-shadow:0 2px 4px rgba(239,68,68,.5);height:3px;border-radius:2px;width:20px}#mobile-menu{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease-in-out,transform .3s ease-in-out;opacity:0;transform:translateY(-10px);margin-top:0;background:linear-gradient(135deg,rgba(99,102,241,.95) 0,rgba(139,92,246,.95) 100%);backdrop-filter:blur(25px);border-radius:0;box-shadow:0 25px 50px rgba(0,0,0,.2),0 10px 20px rgba(0,0,0,.15);border:0;border-top:1px solid rgba(255,255,255,.3);padding:2rem 1.5rem;width:100%;position:absolute;top:100%;left:0;right:0;z-index:40}#mobile-menu.show{max-height:100vh;opacity:1;transform:translateY(0)}.mobile-menu-item{transform:translateX(-30px) translateY(10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,background-color .2s ease,box-shadow .2s ease;border-radius:16px;margin:.5rem 0;padding:1rem 1.25rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(15px);position:relative;overflow:hidden;font-weight:500;font-size:1rem;text-align:center}.mobile-menu-item::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .6s ease}.mobile-menu-item:hover{background:rgba(255,255,255,.2)!important;transform:translateX(0) translateY(0) scale(1.03);box-shadow:0 12px 30px rgba(0,0,0,.2);border-color:rgba(255,255,255,.3)}.mobile-menu-item:hover::before{left:100%}.mobile-menu-item:active{transform:translateX(0) translateY(0) scale(.98)}#mobile-menu.show .mobile-menu-item{transform:translateX(0) translateY(0);opacity:1}.mobile-menu-item:nth-child(1){transition-delay:.1s}.mobile-menu-item:nth-child(2){transition-delay:.15s}.mobile-menu-item:nth-child(3){transition-delay:.2s}.mobile-menu-item:nth-child(4){transition-delay:.25s}.mobile-menu-item:nth-child(5){transition-delay:.3s}.mobile-menu-item:nth-child(6){transition-delay:.35s}#mobile-language-dropdown .language-dropdown-menu{position:static!important;transform:none!important;margin-top:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;box-shadow:none;overflow:visible}#mobile-language-dropdown .language-dropdown-menu.hidden{display:none}#mobile-language-dropdown .language-option{background:rgba(255,255,255,.05);border-radius:8px;margin:.25rem 0;border:1px solid rgba(255,255,255,.1)}#mobile-language-dropdown .language-option:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.2)}@media (max-width:640px){.hamburger-menu{width:40px;height:40px;padding:8px;right:.75rem}.hamburger-line{height:2px}#mobile-menu{padding:1.5rem 1rem;width:100%}.mobile-menu-item{padding:.875rem 1rem;margin:.375rem 0;font-size:.95rem}}@media (max-width:480px){.hamburger-menu{width:36px;height:36px;padding:6px;right:.5rem}.hamburger-line{height:1.75px}#mobile-menu{padding:1.25rem .875rem;width:100%}.mobile-menu-item{padding:.75rem .875rem;margin:.25rem 0;border-radius:12px;font-size:.9rem}}.breadcrumb-nav{margin-top:var(--header-height);margin-bottom:2rem;background:linear-gradient(to bottom,#eff6ff,#e0e7ff);padding:1rem 0}@media (max-width:768px){.breadcrumb-nav{padding:.75rem 0;margin-bottom:1.5rem}}.breadcrumb-nav .max-w-7xl{padding-left:1rem;padding-right:1rem}.breadcrumb-nav ol{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.25rem;font-size:.75rem;font-weight:500;line-height:20px}@media (min-width:640px){.breadcrumb-nav ol{font-size:.875rem}}.breadcrumb-nav li{display:flex;align-items:center;margin-bottom:0}.breadcrumb-nav a{color:#000;text-decoration:none;transition:color .2s ease}.breadcrumb-nav a:hover{color:#374151;text-decoration:underline}.breadcrumb-nav .active{color:#000;font-weight:600}.breadcrumb-nav .separator{color:#6b7280;margin:0 .25rem;user-select:none}.content-after-header{margin-top:calc(-1*var(--header-height));padding-top:var(--header-height)}.breadcrumb-nav.margin-bottom-0{margin-bottom:0}.game-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}@media (min-width:768px){.game-cards-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.game-cards-container{grid-template-columns:repeat(4,1fr)}}.game-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;height:100%;display:flex;flex-direction:column;padding:8px}.game-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15);border-color:rgba(99,102,241,.2)}.game-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);opacity:0;transition:opacity .3s ease}.game-card:hover::before{opacity:1}.game-card-header{padding:1rem 1rem .5rem;text-align:center;position:relative}.game-card-header .game-icon{width:44px;height:44px;margin:0 auto 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.375rem;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:all .3s ease}.game-card-header .game-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.game-card-body{padding:0 1rem .5rem;flex-grow:1;display:flex;flex-direction:column;margin-bottom:18px}.game-card-body .game-description{color:#475569;line-height:1.1;margin-bottom:.5rem;flex-grow:1;font-size:.9rem;margin-top:12px}.game-card-footer{padding:0 1rem 1rem;margin-top:auto}.game-card-footer .play-button{width:100%;padding:.5rem .875rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:0;border-radius:6px;font-weight:600;font-size:1.2rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;box-shadow:0 2px 4px rgba(99,102,241,.3)}.game-card-footer .play-button:hover{box-shadow:0 4px 12px rgba(99,102,241,.4)}.game-card-footer .play-button .button-icon{width:10px;height:10px}.game-card.world-capitals .game-card-header .game-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.game-card.europe-capitals .game-card-header .game-icon{background:linear-gradient(135deg,#10b981,#059669)}.game-card.asia-capitals .game-card-header .game-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.game-card.world-flags .game-card-header .game-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}@media (max-width:768px){.game-cards-container{margin:2rem 0}}.game-card{animation:cardSlideIn .6s ease-out}.game-card:nth-child(1){animation-delay:.1s}.game-card:nth-child(2){animation-delay:.2s}.game-card:nth-child(3){animation-delay:.3s}.game-card:nth-child(4){animation-delay:.4s}.line-game-cards-container{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;width:fit-content}.line-game-card{display:inline-flex;align-items:center;padding:8px 12px;margin:2px 6px 2px 0;text-decoration:none;background:0 0;border:0;border-radius:6px;transition:all .2s ease}.line-game-card.coming-soon:hover,.line-game-card:hover{background-color:#f3f4f6;border-color:transparent;box-shadow:none}.line-game-card.coming-soon{opacity:.6;cursor:not-allowed}.line-game-card.coming-soon:hover{background-color:transparent}.line-game-card-icon{font-size:1rem;flex-shrink:0;margin-right:12px}.line-game-card-title{font-size:1rem;font-weight:400;color:#3b82f6;line-height:1.4;margin:0;text-decoration:none}.line-game-card-title:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.line-game-cards-container{gap:6px}.line-game-card-title{font-size:1rem}}@media (max-width:480px){.line-game-card-title{font-size:.95rem}}.animate-scale-pulse{animation:scale-pulse 2s ease-in-out infinite}.animate-pulse:hover,.animate-scale-pulse:hover{animation:none;transform:scale(1.05)}.shake{animation:shake .6s ease-in-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}