.welcome-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px;color:var(--text-light);text-align:center;position:relative;z-index:1}.welcome-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(#acdeff99,#001354e6);z-index:-1}.background-image-layer{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;z-index:-2}.logo{max-width:350px;margin-bottom:20px}.welcome-container h1{font-size:4rem;font-weight:900;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.welcome-container p{font-size:1.5rem;max-width:500px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.explore-button{font-size:1.5rem;font-weight:700;padding:15px 40px;background-color:var(--text-light);color:var(--primary-green);border-radius:50px;box-shadow:0 4px 15px #0003;text-decoration:none}.explore-button-img{height:100px;width:auto;cursor:pointer}.labo-home-button{position:absolute;top:20px;left:20px;background-color:#1877f2;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1rem;z-index:10;transition:background-color .3s ease,transform .2s ease;border:1px solid rgba(255,255,255,.3)}.labo-home-button:hover{background-color:#166fe5;transform:scale(1.05)}.global-hud{position:absolute;top:20px;left:20px;right:20px;width:calc(100% - 40px);display:flex;justify-content:space-between;align-items:center;z-index:1000;pointer-events:none}.hud-left,.hud-right{display:flex;gap:15px;align-items:center;pointer-events:auto}.hud-image-button{background:none;border:none;padding:0;margin:0;cursor:pointer;line-height:0}.hud-button-img{height:50px;width:auto}.world-map-container{width:100%;height:100%;position:relative;background-color:#001f54}.map-viewport{width:100%;height:100%;overflow:hidden;cursor:grab;display:flex;justify-content:center;align-items:center}.map-viewport:active{cursor:grabbing}.map-draggable-area{width:7000px;height:3814px;position:relative;background-size:cover;background-position:center;transform-origin:center;flex-shrink:0}.map-title-img{position:absolute;top:20px;left:50%;transform:translate(-50%);height:100px;width:auto;z-index:100;pointer-events:none}.flag-link{position:absolute;display:flex;flex-direction:column;align-items:center;cursor:pointer;z-index:100;transform:translate(-50%,-50%);margin-left:-2%;margin-top:-6%}.flag-button-img{width:60px;height:40px;object-fit:cover;border:4px solid white;border-radius:10px;box-shadow:0 5px 15px #00000080;transition:transform .2s ease}.flag-link:hover .flag-button-img{transform:scale(1.15)}.country-name-label{margin-top:10px;background-color:#2a2a2acc;color:#fff;padding:5px 12px;border-radius:15px;font-size:.9rem;font-weight:700;white-space:nowrap;pointer-events:none;box-shadow:0 2px 5px #0000004d;transition:opacity .2s ease;opacity:.8}.zoom-controls{position:fixed;bottom:20px;right:20px;z-index:100;display:flex;flex-direction:column;gap:10px}.zoom-btn{width:50px;height:50px;border-radius:50%;border:3px solid white;background-color:#0009;color:#fff;font-size:2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 4px 10px #0006;transition:all .2s ease;padding:0;aspect-ratio:1 / 1;flex-shrink:0}.zoom-btn:hover{background-color:#000c;transform:scale(1.1)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px}.popup-wrapper{display:flex;flex-direction:column;align-items:center;width:auto;max-width:100%;max-height:100%}.popup-title{font-size:clamp(2rem,6vw,4rem);font-weight:900;color:#fff;text-shadow:0px 3px 6px rgba(0,0,0,.5);margin-bottom:20px;text-align:center}.popup-container{width:90vw;max-height:85vh;max-width:1400px;aspect-ratio:16 / 9;background-size:contain;background-repeat:no-repeat;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;padding:40px;container-type:size;container-name:popup-container}.popup-content-layout-wrapper{position:relative;width:100%;height:100%}.popup-content{position:absolute;top:50%;left:3%;transform:translateY(-50%);width:55%;height:90%;display:flex;align-items:center;color:#333}.popup-content p{font-size:clamp(.8rem,min(4.5cqw,7cqh),2.8rem);font-weight:700;line-height:1.5;width:100%}.popup-spill-image{position:absolute;bottom:-5%;right:-2%;height:50%;max-width:35%;width:auto;object-fit:contain;filter:drop-shadow(5px 7px 8px rgba(0,0,0,.4));z-index:5}.popup-container:not([style*=background-image]){aspect-ratio:auto;height:auto}.live-popup-content-area{width:90%;margin:30px auto 0;display:flex;justify-content:center;align-items:center}.live-popup-text{font-size:2rem;font-weight:700}.live-popup-text.error{color:#c00}.live-popup-time-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;width:100%;text-align:center}.live-popup-time-grid h3{font-size:1.8rem;color:#333}.live-popup-time-grid p.time{font-size:3rem;font-weight:900;color:var(--accent-color);margin:0}.live-popup-time-grid p.date{font-size:1.2rem;margin:0}.live-popup-time-grid p.diff{font-size:1rem;color:#666}.live-popup-weather{display:flex;flex-direction:column;align-items:center;gap:10px}.live-popup-weather .city-name{font-size:2.5rem;font-weight:700;color:#444;margin-bottom:10px}.live-popup-weather .weather-data-row{display:flex;align-items:center;gap:20px}.live-popup-weather img{width:150px;height:150px;filter:drop-shadow(3px 3px 5px rgba(0,0,0,.2))}.live-popup-weather .weather-details h2{font-size:5rem;margin:0;font-weight:900;color:var(--accent-color)}.live-popup-weather .weather-details .description{font-size:1.8rem;font-weight:700;text-transform:capitalize;margin:0}.live-popup-weather .weather-details .high-low{font-size:1.5rem;color:#555;margin-top:5px}.live-popup-content-area.is-crowded{width:98%}.live-popup-time-grid.is-crowded{grid-template-columns:repeat(6,1fr);gap:15px}.live-popup-time-grid.is-crowded h3{font-size:1.4rem}.live-popup-time-grid.is-crowded p.time{font-size:2.3rem}.live-popup-time-grid.is-crowded p.date{font-size:1rem;line-height:1.2}.live-popup-time-grid.is-crowded p.diff{font-size:.9rem}.info-card-container{position:relative;display:flex;align-items:center;gap:20px;width:fit-content}.info-card-button{width:150px;height:150px;flex-shrink:0;background:none;border:none;padding:0;cursor:pointer;transition:transform .2s ease-out;position:relative;z-index:10}.info-card-button:hover{transform:scale(1.05)}.card-icon-image{width:100%;height:100%;object-fit:contain}.info-card-content-wrapper{position:absolute;top:2px;left:0;height:146px;background-color:#fff;border:6px solid #D72424;border-radius:70px;z-index:5;display:flex;align-items:center;padding:10px 20px 10px 170px;overflow:visible;box-shadow:0 5px 15px #0003;max-width:calc(100vw - 200px);word-wrap:break-word;width:var(--container-width, auto)}.info-card-content{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:15px;container-type:size;container-name:info-card-content}.info-card-content p{color:#d72424;font-size:clamp(.9rem,min(7cqw,20cqh),2rem);font-weight:700;line-height:1.15;text-align:left;white-space:pre-wrap;margin:0;padding:4px 0;flex-basis:80%;flex-shrink:0;overflow:hidden;max-height:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-size-adjust:auto;max-width:100%;box-sizing:border-box;display:block;height:auto}.content-spill-image{height:120%;width:auto;max-width:220px;object-fit:contain;filter:drop-shadow(3px 5px 5px rgba(0,0,0,.3));position:relative;right:-2px}.expanded-image-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.expanded-image-container{position:relative;display:flex;align-items:center;justify-content:center;max-width:80vw;max-height:80vh}.expanded-image{max-width:80vw;max-height:80vh;object-fit:contain;border-radius:8px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5));transition:transform .2s ease}.expanded-image:hover{transform:scale(1.02)}.subpage-layout{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:20px;padding:20px}.info-columns-container{display:grid;grid-template-columns:10px .1fr .85fr 1fr;width:100%;height:100%;position:relative}.info-column{display:flex;flex-direction:column;gap:20px;max-width:1000px}.info-column.left{grid-column:2;justify-content:flex-start}.info-column.right{grid-column:4;justify-content:flex-start}.subpage-header{color:#fff;font-size:2.5rem;font-weight:900;text-shadow:1px 1px 3px rgba(0,0,0,.5);margin-top:10px}.quiz-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;text-align:center;gap:20px}.quiz-container h2{font-size:3rem;font-weight:900}.quiz-progress{font-size:1.2rem;color:#666;background-color:#eee;padding:5px 15px;border-radius:15px}.quiz-question{font-size:2rem;font-weight:700;min-height:120px;display:flex;align-items:center;justify-content:center;width:100%;max-width:800px;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.answer-options{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:800px}.option-btn{flex-grow:1;min-width:250px;padding:20px;font-size:1.5rem;font-weight:700;color:var(--text-dark);border:none;background-color:transparent;background-image:var(--quiz-btn-default);background-size:100% 100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.option-btn:hover:not(:disabled){background-image:var(--quiz-btn-hover);transform:translateY(-3px)}.option-btn:disabled{cursor:not-allowed;opacity:.8}.option-btn.correct{background-image:var(--quiz-btn-correct);transform:scale(1.05);color:#fff}.option-btn.incorrect{background-image:var(--quiz-btn-incorrect);color:#fff}.feedback{margin-top:20px;font-size:2rem;font-weight:700}.correct-text{color:var(--secondary-green)}.incorrect-text{color:#d32f2f}.quiz-finished{gap:30px}.final-score{font-size:3rem;font-weight:700;color:#fff}.restart-image-button{background:none;border:none;padding:0;cursor:pointer;line-height:0}.restart-button-img{height:200px;width:auto}.country-page-container{width:100%;height:100%;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;transition:background-image .4s ease-in-out}.page-top-header{position:absolute;top:0;left:0;width:100%;height:80px;padding:0 20px;display:flex;justify-content:space-between;align-items:center;z-index:1100}.header-page-banner{height:60px;width:auto;position:absolute;left:50%;transform:translate(-50%)}.main-content-area{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.subpage-content-wrapper{width:100%;height:100%;padding-top:80px}.landing-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%;padding:30px 20px 100px;box-sizing:border-box}.landing-header-group{display:flex;flex-direction:column;align-items:center;gap:20px;padding-bottom:20px}.header-top-row{display:flex;justify-content:center;align-items:center;gap:60px;padding-bottom:20px}.header-flag{width:200px;border-radius:10px;filter:drop-shadow(0 5px 15px rgba(0,0,0,.5))}.anthem-button{background-color:#ffffffe6;color:var(--accent-color);border:3px solid white;width:60px;height:60px;border-radius:50%;font-size:2rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #0006;display:flex;align-items:center;justify-content:center;line-height:1}.anthem-button:hover{transform:scale(1.1)}.header-name-img{height:200px;width:auto;max-width:400px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.5))}.subpage-nav{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.nav-image-button{background:none;border:none;padding:0;margin:0;cursor:pointer;line-height:0}.nav-button-img{height:100px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.app-container{width:100vw;height:100vh;position:relative}:root{--primary-green: #56ab2f;--secondary-green: #a8e063;--text-dark: #333;--text-light: #fff;--bg-light: #f0f2f5}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p{margin:0;padding:0}body{font-family:Poppins,sans-serif;background-color:var(--bg-light);color:var(--text-dark);overflow:hidden;height:100vh;width:100vw}button{font-family:Poppins,sans-serif;cursor:pointer;border:none;border-radius:8px;transition:all .2s ease-in-out}
