*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}body{display:flex;flex-direction:column;background:#f0f4f8}.welcome-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease}.welcome-modal.hidden{opacity:0;visibility:hidden;pointer-events:none}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#003366f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;background:#fff;border-radius:20px;max-width:900px;width:90%;max-height:85vh;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:modalSlideUp .6s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;border:none;background:#00000080;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-close:hover{background:#009edb;transform:rotate(90deg) scale(1.1)}.modal-body{display:flex;gap:30px;padding:50px 40px 30px}.modal-text{flex:1;display:flex;flex-direction:column;gap:20px}.modal-icon{width:70px;height:70px;background:linear-gradient(135deg,#009edb,#06c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;box-shadow:0 4px 16px #009edb66;animation:pulseIcon 2s ease-in-out infinite}@keyframes pulseIcon{0%,to{transform:scale(1);box-shadow:0 4px 16px #009edb66}50%{transform:scale(1.1);box-shadow:0 8px 24px #009edb99}}.modal-text h2{font-size:28px;font-weight:700;color:#036;line-height:1.3;margin:0}.modal-text p{font-size:16px;line-height:1.7;color:#555;margin:0}.modal-actions{display:flex;flex-direction:column;gap:12px;margin-top:10px}.btn-explore{padding:16px 32px;background:linear-gradient(135deg,#009edb,#06c);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;box-shadow:0 4px 16px #009edb4d}.btn-explore:hover{transform:translateY(-2px);box-shadow:0 8px 24px #009edb80;background:linear-gradient(135deg,#06c,#004999)}.modal-video{flex:1;min-width:300px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f0f4f8,#e0e7f0);position:relative}.modal-video video{width:100%;height:100%;object-fit:cover}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#009edb;padding:40px;min-height:300px}.video-placeholder i{font-size:64px;opacity:.6;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.video-placeholder p{font-size:16px;font-weight:600;color:#666;text-align:center;margin:0}.modal-progress{height:4px;background:#e0e7f0;position:relative;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#009edb,#06c);width:0%;transition:width .1s linear;box-shadow:0 0 10px #009edb80}.top-bar{padding:16px 24px;background:linear-gradient(135deg,#009edb 100%,#004999 0%);border-bottom:3px solid #003366;flex-shrink:0;z-index:100;box-shadow:0 4px 16px #00000026;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo-section{display:flex;align-items:center;gap:12px;color:#fff;justify-content:flex-start}.logo-section img{height:40px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));animation:logoEntrance .8s ease-out forwards}@keyframes logoEntrance{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.logo-section i{font-size:28px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.logo-section h1{font-size:20px;font-weight:700;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.video-container{margin:25px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.video-container iframe{display:block;border-radius:8px}.language-selector{display:flex;gap:8px;margin-right:-10px}.language-selector button{padding:10px 24px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;cursor:pointer;font-size:13px;font-weight:600;border-radius:8px;transition:all .3s cubic-bezier(.34,1.56,.64,1);text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:6px}.language-selector button i{font-size:14px}.language-selector button .lang-short{display:none}.language-selector button .lang-full{display:inline}.language-selector button:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.language-selector button.active{background:#fff;color:#06c;border-color:#fff;box-shadow:0 6px 16px #00000040;transform:scale(1.05)}.main-content{display:flex;flex:1;overflow:hidden;position:relative}.sidebar{width:320px;background:#fff;border-right:1px solid #e0e7f0;display:flex;flex-direction:column;box-shadow:2px 0 12px #00000014;transition:transform .3s ease;z-index:50}.sidebar-header{padding:20px;background:linear-gradient(135deg,#f0f4f8,#e8eef5);border-bottom:2px solid #e0e7f0}.sidebar-header h2{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sidebar-header h2 i{color:#06c;flex-shrink:0}.sidebar-header h2 span{color:#1a1a1a}.search-box{position:relative;display:flex;align-items:center}.search-box input{width:100%;padding:10px 12px 10px 36px;border:2px solid #e0e7f0;border-radius:8px;font-size:14px;transition:all .3s ease}.search-box input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.search-box i{position:absolute;left:12px;color:#999;pointer-events:none}.countries-list{flex:1;overflow-y:auto;padding:0;animation:fadeSmooth .4s ease-in-out}.countries-list.fade-smooth{animation:fadeSmooth .4s ease-in-out}@keyframes fadeSmooth{0%{opacity:0}to{opacity:1}}.country-item{padding:14px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;align-items:center;gap:12px}.country-item:hover{background:#f8fbff;border-left:4px solid #0066CC;padding-left:12px}.country-item.active{background:linear-gradient(135deg,#0066cc1a,#0066cc0d);border-left:4px solid #0066CC;padding-left:12px}.flag-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#06c,#004999);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;box-shadow:0 2px 6px #0066cc40;border:2px solid white;overflow:hidden}.country-info{flex:1;min-width:0}.country-name{font-weight:600;color:#1a1a1a;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-year{font-size:12px;color:#888;margin-top:2px}.map-wrapper{flex:1;position:relative;overflow:hidden}#map-container{width:100%;height:100%}.sidebar-toggle{display:none;position:fixed;top:80px;left:16px;z-index:999;background:#fff;border:none;width:44px;height:44px;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .3s ease;color:#06c;font-size:20px;align-items:center;justify-content:center}.sidebar-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.countries-count{display:inline-block;background:#009edb;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;margin-left:4px;flex-shrink:0}.no-results{padding:30px 20px;text-align:center;color:#999}.no-results i{font-size:40px;margin-bottom:12px;opacity:.5}.no-results p{font-size:14px}.leaflet-popup-content-wrapper{max-width:700px!important;min-width:700px!important;max-height:80vh!important;padding:0!important;border-radius:16px!important;box-shadow:0 20px 60px #06c3,0 8px 24px #0000001f!important;margin-top:20px!important;position:relative!important}.leaflet-popup-tip{display:none!important}.leaflet-popup-close-button{display:block!important;position:absolute!important;top:12px!important;right:12px!important;opacity:1!important;width:40px!important;height:40px!important;background:#fff!important;border-radius:50%!important;z-index:99999!important;box-shadow:0 2px 8px #0000004d!important;border:2px solid #009EDB!important;padding:0!important;margin:0!important;color:#009edb!important;font-size:24px!important;font-weight:300!important;line-height:1!important;text-decoration:none!important}.leaflet-popup-close-button:hover{background:#009edb!important;color:#fff!important;transform:scale(1.1)!important;transition:all .3s ease!important}.leaflet-popup-content{overflow:auto!important;max-height:80vh!important;min-width:700px!important;scrollbar-width:none;margin:0!important;width:700px!important}.leaflet-popup-content::-webkit-scrollbar{width:0px;display:none}.leaflet-popup-content::-webkit-scrollbar-thumb{background:transparent}.leaflet-popup-content::-webkit-scrollbar-track{background:transparent}.info-window-modern{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-width:100%;min-width:700px!important;width:700px!important;min-height:500px!important;background:linear-gradient(135deg,#fff,#f8fbff);border-radius:16px;animation:bounceInScale .6s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;display:flex;flex-direction:column}@keyframes bounceInScale{0%{opacity:0;transform:scale(.6) translateY(20px)}60%{opacity:1;transform:scale(1.1) translateY(-5px)}to{transform:scale(1) translateY(0)}}.scroll-indicator-popup{position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:1000;pointer-events:none;opacity:1;transition:opacity .3s ease}.scroll-indicator-popup i{color:#009edb;font-size:32px;filter:drop-shadow(0 2px 8px rgba(0,102,204,.5));animation:bounceArrowDown 2s ease-in-out infinite}@keyframes bounceArrowDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}@keyframes fadeInOut{0%,to{opacity:0}20%,80%{opacity:1}}.info-header{background:linear-gradient(135deg,#009edb 100%,#004d73 0%);padding:28px 24px;display:flex;align-items:center;gap:18px;border-bottom:none;overflow:hidden}.info-header:before{content:"";position:absolute;top:0;right:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.country-flag-large{width:80px;height:80px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:38px;color:#fff;border:3px solid rgba(255,255,255,.3);position:relative;z-index:1;flex-shrink:0;overflow:hidden;animation:pulseFlag 2s ease-in-out infinite}@keyframes pulseFlag{0%,to{transform:scale(1);box-shadow:0 0 #09c6}50%{transform:scale(1.08);box-shadow:0 0 15px 5px #0099cc4d}}.info-header h2{margin:0;color:#fff;font-size:26px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.2);display:flex;align-items:center;gap:10px;letter-spacing:-.5px;position:relative;z-index:1}.info-section{padding:22px 24px;border-bottom:1px solid rgba(0,102,204,.08);transition:all .2s ease;position:relative;opacity:0;transform:translateY(20px);animation:fadeStagger .6s ease forwards}.info-section:nth-child(1){animation-delay:.2s}.info-section:nth-child(2){animation-delay:.4s}.info-section:nth-child(3){animation-delay:.6s}.info-section:nth-child(4){animation-delay:.8s}@keyframes fadeStagger{to{opacity:1;transform:translateY(0)}}.info-section:last-of-type{border-bottom:none}.info-section:hover{background:#0066cc0a;transform:translate(6px);border-left:4px solid #009EDB;background:#0066cc0d;transition:all .3s ease}.section-content h3{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:13px;font-weight:700;color:#004999;text-transform:uppercase;letter-spacing:1px}.section-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:linear-gradient(135deg,#009edb 100%,#0052a3 0%);border-radius:8px;font-size:16px;color:#fff}.info-section:hover .section-icon{transform:scale(1.15);transition:transform .3s ease}.section-content p{margin:0;font-size:15px;line-height:1.8;color:#2a2929}.year-section,.agencies-section,.staff-section{background:linear-gradient(135deg,rgba(0,102,204,.03) 0%,transparent 100%)}.work-section{background:linear-gradient(135deg,rgba(0,102,204,.04) 0%,transparent 100%)}.message-section{background:linear-gradient(135deg,#ffb65d14,#ff98000a);border-bottom:2px dashed rgba(255,152,0,.2)!important}.message-text{font-style:italic;color:#555;border-left:3px solid #009EDB;padding-left:12px;margin-top:8px}.anniversary-badge{display:inline-block;background:linear-gradient(135deg,#009edb,#0077b6);color:#fff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;margin-top:10px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #ff98004d}.info-footer{padding:20px 24px;background:linear-gradient(to bottom,#0066cc0a,#0066cc05);border-top:1px solid rgba(0,102,204,.1)}.visit-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;background:linear-gradient(135deg,#009edb,#06c);color:#fff;text-decoration:none;border:none;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 12px #0066cc4d;text-transform:uppercase;letter-spacing:.5px;width:100%;position:relative;animation:pulseButton 2.5s infinite ease-in-out}.visit-link span{color:#fff!important}.visit-link:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.4),transparent);transform:skew(-20deg);transition:left .5s ease}.visit-link:hover:before{left:125%}@keyframes pulseButton{0%,to{transform:scale(1);box-shadow:0 0 #09c0}50%{transform:scale(1.05);box-shadow:0 0 20px #0099cc80}}.visit-link:hover{background:linear-gradient(135deg,#004999,#036);color:#fff;transform:translateY(-3px);box-shadow:0 10px 28px #06c6}.visit-link:active{transform:scale(.96);box-shadow:0 8px 20px #06c6}.flag-img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.flag-img-large{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.info-section,.country-flag-large,.visit-link{will-change:transform,opacity}.disclaimer-alert{position:fixed;bottom:0;left:0;right:0;background:#404040f2;color:#fff;padding:16px 60px 16px 20px;box-shadow:0 -2px 10px #0003;z-index:1000;font-size:13px;line-height:1.5;animation:slideUp .3s ease-out}.disclaimer-alert p{max-width:1200px;margin:0 auto}.close-disclaimer{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer;padding:8px;width:36px;height:36px;border-radius:4px;transition:background-color .2s,opacity .2s;display:flex;align-items:center;justify-content:center}.close-disclaimer:hover{background:#ffffff1a}.close-disclaimer:active{opacity:.7}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.custom-marker{background:transparent;border:none;cursor:pointer;z-index:1000!important;pointer-events:auto;position:relative}.custom-marker.hover{z-index:1000!important}.marker-pin{width:20px;height:20px;background:#06c;border:2px solid #FFFFFF;border-radius:50%;box-shadow:0 2px 4px #0000004d;cursor:pointer;pointer-events:auto;position:relative;z-index:1001;transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.custom-marker.hover .marker-pin{width:24px;height:24px;background:#09f;z-index:1001;transform:scale(1.2)}.leaflet-marker-icon,.leaflet-marker-icon:hover{z-index:1000!important}.custom-popup .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 20px #00000026}.custom-popup .leaflet-popup-content{margin:0;padding:0}.custom-popup .leaflet-popup-tip{background:#fff}.custom-close-button{position:fixed;top:32px;right:10px;width:40px;height:40px;background:#fff;border:2px solid #009EDB;border-radius:50%;color:#009edb;font-size:18px;cursor:pointer;z-index:100000;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;transition:all .3s ease}.custom-close-button:hover{background:#009edb;color:#fff;transform:scale(1.1)}.custom-close-button i{font-size:16px}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:73px;height:calc(100% - 73px);width:320px;transform:translate(-100%);z-index:999;transition:transform .3s ease}.sidebar.active{transform:translate(0)}.sidebar-toggle{display:flex}.map-wrapper{width:100%}.language-selector{margin-right:0}.language-selector button{padding:8px 16px;font-size:12px;min-width:60px}.top-bar{padding:12px;gap:12px}.logo-section h1{font-size:16px}.logo-section img{height:32px}.leaflet-popup-content-wrapper{max-width:calc(100vw - 30px)!important;min-width:calc(100vw - 30px)!important}.leaflet-popup-content{min-width:100%!important;width:100%!important}.info-window-modern{min-width:100%!important;width:100%!important;min-height:400px!important}.info-header{padding:20px 16px}.country-flag-large{width:60px;height:60px;font-size:30px}.info-header h2{font-size:20px}.info-section{padding:16px}.disclaimer-alert{padding:12px 50px 12px 16px;font-size:12px}.close-disclaimer{right:12px;width:32px;height:32px;font-size:18px}.custom-marker{touch-action:manipulation}.marker-pin{min-width:24px;min-height:24px;width:24px;height:24px;touch-action:manipulation}.custom-marker.hover .marker-pin{width:28px;height:28px}.modal-content{max-width:95%;width:95%;min-height:auto;max-height:90vh}.modal-body{flex-direction:column;padding:30px 16px 16px;gap:16px}.modal-video{min-width:100%;height:auto;aspect-ratio:16/9;max-height:35vh;order:-1}.modal-video video{width:100%;height:100%;object-fit:contain;background:linear-gradient(135deg,#f0f4f8,#e0e7f0)}.video-placeholder{min-height:150px;padding:20px}.video-placeholder i{font-size:48px}.video-placeholder p{font-size:14px}.modal-text h2{font-size:22px}.modal-text p{font-size:14px}.language-selector button .lang-full{display:none}.language-selector button .lang-short{display:inline}.leaflet-popup-content-wrapper{margin-bottom:20px!important}}@media (max-width: 480px){.disclaimer-alert{padding:10px 45px 10px 12px;font-size:11px;line-height:1.4}.close-disclaimer{right:8px;width:28px;height:28px;font-size:16px}.modal-video{min-height:auto;max-height:30vh;height:auto;aspect-ratio:16/9}.modal-video video{object-fit:contain}.video-placeholder{min-height:120px;padding:15px}.video-placeholder i{font-size:36px}.video-placeholder p{font-size:12px}.modal-body{padding:25px 12px 12px;gap:12px}.modal-text h2{font-size:18px}.modal-text p{font-size:13px;line-height:1.5}.modal-icon{width:50px;height:50px;font-size:24px}.btn-explore{padding:12px 20px;font-size:14px}.leaflet-popup-content-wrapper{margin-bottom:30px!important}}@media (max-width: 420px){.top-bar{padding:10px 8px;gap:6px}.logo-section{flex:1;min-width:0}.logo-section img{height:28px}.logo-section h1{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.language-selector{gap:4px;flex-shrink:0}.language-selector button{padding:6px 10px;font-size:11px;min-width:auto}.language-selector button i{font-size:12px}.language-selector button .lang-short{display:inline}.language-selector button .lang-full{display:none}}@media (max-width: 360px){.top-bar{padding:10px 8px;gap:8px}.logo-section img{height:28px}.language-selector{gap:4px}.language-selector button{padding:6px 12px;font-size:11px;min-width:50px}.language-selector button i{font-size:12px}}
