.mapa-header{text-align:center;background:var(--blanco);border-bottom:1px solid var(--arena);margin-top:72px;padding:2.2rem 2rem 1.5rem}.section-label{letter-spacing:.22em;text-transform:uppercase;color:var(--acento);margin-bottom:.7rem;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:400;display:block}.mapa-title{text-align:center;letter-spacing:.02em;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300}.mapa-title em{font-style:italic}.mapa-divider{background:var(--arena);width:40px;height:1px;margin:0 auto 1rem}.mapa-hint{color:var(--gris);text-align:center;font-size:.9rem}.mapa-wrap{max-width:1280px;margin:0 auto;padding:1.5rem 1.5rem .5rem}#world-map{width:100%;height:500px;min-height:320px}.leyenda{justify-content:center;align-items:center;gap:2rem;padding:.8rem 0 0;display:flex}.leyenda-item{color:var(--gris);align-items:center;gap:.5rem;font-size:.68rem;display:flex}.leyenda-dot{border-radius:2px;width:14px;height:9px}.dot-unvisited{background:#ede0cc;border:1px solid #c8ae8a}.dot-visited{background:var(--acento)}.visited-section{background:var(--blanco);border-top:1px solid var(--arena);margin-top:2rem;padding:3rem 2rem 4rem}.visited-inner{max-width:1280px;margin:0 auto}.visited-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.visited-title{margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:300;line-height:1.1}.visited-title em{font-style:italic}.visited-stats{color:var(--gris);letter-spacing:.04em;font-size:.75rem}.visited-stats strong{color:var(--acento);vertical-align:middle;margin-right:.2rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300}.progress-bar-wrap{background:var(--arena-light);height:3px;margin-bottom:2.5rem}.progress-bar-fill{background:var(--acento);width:0%;height:3px;transition:width .5s}.country-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}.country-item{background:var(--fondo);border:1px solid var(--arena);align-items:center;gap:.7rem;padding:.65rem .9rem;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.country-flag{flex-shrink:0;font-size:1.4rem;line-height:1}.country-name{color:var(--negro);font-size:.78rem;font-weight:300;line-height:1.3}.empty-state{text-align:center;color:var(--gris);padding:3rem 1rem}.empty-state-icon{opacity:.4;margin-bottom:1rem;font-size:3rem}.empty-state p{font-size:.85rem;line-height:1.7}.jvm-tooltip{background:var(--oscuro)!important;color:#fff!important;letter-spacing:.06em!important;border:1px solid #c9a96e4d!important;border-radius:0!important;padding:.35rem .8rem!important;font-family:DM Sans,sans-serif!important;font-size:.72rem!important;font-weight:300!important;box-shadow:0 4px 16px #0003!important}.jvm-zoom-btn{display:none!important}@media (width<=900px){.country-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=680px){#world-map{height:300px}.country-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=400px){.country-grid{grid-template-columns:1fr 1fr}}.user-area{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.user-avatar{background:var(--arena);border:1px solid var(--arena);width:36px;height:36px;color:var(--gris);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-avatar svg{width:20px;height:20px}.user-name{color:var(--negro);font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:400}.btn-register{letter-spacing:.14em;text-transform:uppercase;color:#fff;background:var(--acento);cursor:pointer;border:none;padding:.55rem 1.3rem;font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:500;transition:background .2s}.btn-register:hover{background:var(--acento-dark)}.modal-overlay{z-index:300;backdrop-filter:blur(3px);background:#0d1a1aa6;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.modal-overlay.active{display:flex}.modal{background:#fff;width:100%;max-width:400px;padding:2.5rem 2rem;animation:.25s modalIn;position:relative}@keyframes modalIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.modal-close{cursor:pointer;color:var(--gris);background:0 0;border:none;font-size:1.3rem;line-height:1;position:absolute;top:1rem;right:1.2rem}.modal-close:hover{color:var(--negro)}.modal-title{margin-bottom:.3rem;font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:300}.modal-title em{font-style:italic}.modal-sub{color:var(--gris);margin-bottom:1.8rem;font-size:.78rem}.auth-btn{cursor:pointer;border:1px solid var(--arena);justify-content:center;align-items:center;gap:.8rem;width:100%;margin-bottom:.7rem;padding:.8rem 1rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:400;transition:background .2s,border-color .2s;display:flex}.auth-btn svg{flex-shrink:0;width:18px;height:18px}.auth-btn-google{color:var(--negro);background:#fff}.auth-btn-google:hover{background:var(--fondo);border-color:#c0a070}.auth-btn-apple{color:#fff;background:#000;border-color:#000}.auth-btn-apple:hover{background:#222}.auth-sep{align-items:center;gap:.8rem;margin:1.2rem 0;display:flex}.auth-sep:before,.auth-sep:after{content:"";background:var(--arena);flex:1;height:1px}.auth-sep span{color:var(--gris);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem}.auth-input{border:1px solid var(--arena);background:var(--fondo);outline:none;width:100%;margin-bottom:.6rem;padding:.7rem .9rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:300;transition:border-color .2s}.auth-input:focus{border-color:var(--acento)}.auth-submit{background:var(--acento);color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border:none;width:100%;padding:.85rem;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;transition:background .2s}.auth-submit:hover{background:var(--acento-dark)}.auth-error{color:#c0392b;margin-bottom:.6rem;font-size:.72rem;display:none}.manifiesto{background:var(--blanco);border-top:1px solid var(--arena);padding:3rem 2rem}.manifiesto-inner{max-width:860px;margin:0 auto}.manifiesto-titulo{text-align:center;letter-spacing:.02em;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300}.manifiesto-titulo em{font-style:italic}.manifiesto-divider{background:var(--arena);width:40px;height:1px;margin:0 auto 1.5rem}.manifiesto-textos{flex-direction:column;gap:.7rem;display:flex}.manifiesto-textos p{color:var(--gris);text-align:center;max-width:520px;margin:0 auto;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:300;line-height:1.75}.manifiesto-textos p strong{color:var(--negro);font-weight:400}
