.map-module__PGB0-a__container{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem}.map-module__PGB0-a__header{text-align:center;margin-bottom:2rem}.map-module__PGB0-a__header h1{color:#1e293b;margin-bottom:.5rem;font-size:2.5rem}.map-module__PGB0-a__lastUpdated{color:#64748b;font-size:.875rem}.map-module__PGB0-a__controls{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.map-module__PGB0-a__controls button{color:#004990;cursor:pointer;background:#fff;border:2px solid #004990;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.map-module__PGB0-a__controls button:hover{color:#fff;background:#004990;transform:translateY(-2px);box-shadow:0 4px 12px #0049904d}.map-module__PGB0-a__controls button.map-module__PGB0-a__active{color:#fff;background:#004990;box-shadow:0 4px 12px #00499066}.map-module__PGB0-a__legend{background:#fff;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.map-module__PGB0-a__legend h3{color:#1e293b;margin:0 0 1rem;font-size:1.25rem}.map-module__PGB0-a__legendItems{flex-wrap:wrap;gap:1.5rem;display:flex}.map-module__PGB0-a__legendItem{color:#1e293b;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.map-module__PGB0-a__colorBox{border:1px solid #0000001a;border-radius:4px;width:20px;height:20px}.map-module__PGB0-a__countryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.map-module__PGB0-a__countryCard{cursor:pointer;background:#fff;border-left:5px solid;border-radius:.75rem;padding:1.5rem;transition:all .3s;position:relative;box-shadow:0 2px 8px #0000001a}.map-module__PGB0-a__countryCard:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.map-module__PGB0-a__countryCard.map-module__PGB0-a__selected{border-left-width:8px;box-shadow:0 8px 24px #0049904d}.map-module__PGB0-a__colorIndicator{border-radius:0 .75rem;width:40px;height:40px;position:absolute;top:0;right:0}.map-module__PGB0-a__countryCard h3{color:#1e293b;margin:0 0 .5rem;font-size:1.25rem}.map-module__PGB0-a__joinDate{color:#64748b;margin-bottom:1rem;font-size:.875rem}.map-module__PGB0-a__stats{flex-direction:column;gap:.75rem;display:flex}.map-module__PGB0-a__statItem{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.map-module__PGB0-a__statItem:last-child{border-bottom:none}.map-module__PGB0-a__label{color:#64748b;font-size:.875rem}.map-module__PGB0-a__value{color:#1e293b;font-size:.875rem;font-weight:600}.map-module__PGB0-a__detailPanel{z-index:1000;background:#fff;border-radius:1rem;width:90%;max-width:600px;max-height:80vh;padding:2rem;animation:.3s map-module__PGB0-a__slideIn;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes map-module__PGB0-a__slideIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.map-module__PGB0-a__closeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.map-module__PGB0-a__closeBtn:hover{background:#dc2626;transform:scale(1.1)}.map-module__PGB0-a__detailPanel h2{color:#1e293b;margin:0 0 .5rem;font-size:2rem}.map-module__PGB0-a__memberSince{color:#64748b;margin-bottom:2rem;font-style:italic}.map-module__PGB0-a__detailSections{flex-direction:column;gap:2rem;display:flex}.map-module__PGB0-a__detailSection h3{color:#004990;border-bottom:2px solid #004990;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.25rem}.map-module__PGB0-a__detailStats{flex-direction:column;gap:.75rem;display:flex}.map-module__PGB0-a__detailStats div{background:#f8fafc;border-radius:.5rem;justify-content:space-between;padding:.75rem;display:flex}.map-module__PGB0-a__detailStats strong{color:#475569}.map-module__PGB0-a__summaryStats{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 16px #0000001a}.map-module__PGB0-a__summaryStats h2{text-align:center;color:#1e293b;margin:0 0 2rem;font-size:2rem}.map-module__PGB0-a__statBoxes{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.map-module__PGB0-a__statBox{text-align:center;color:#fff;background:linear-gradient(135deg,#004990 0%,#118acb 100%);border-radius:.75rem;padding:2rem;box-shadow:0 4px 12px #0049904d}.map-module__PGB0-a__statNumber{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.map-module__PGB0-a__statLabel{opacity:.9;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}@media (max-width:768px){.map-module__PGB0-a__container{padding:1rem}.map-module__PGB0-a__header h1{font-size:1.75rem}.map-module__PGB0-a__controls{gap:.5rem}.map-module__PGB0-a__controls button{padding:.5rem 1rem;font-size:.875rem}.map-module__PGB0-a__countryGrid{grid-template-columns:1fr}.map-module__PGB0-a__legendItems{flex-direction:column;gap:.75rem}.map-module__PGB0-a__statBoxes{grid-template-columns:1fr 1fr;gap:.75rem}.map-module__PGB0-a__statNumber{font-size:1.75rem}.map-module__PGB0-a__statBox{padding:1.25rem .75rem}.map-module__PGB0-a__detailPanel{width:95%;padding:1.5rem}.map-module__PGB0-a__detailPanel h2{font-size:1.5rem}}
