.index-module__NV_5cW__container{background:linear-gradient(to bottom right,#faf5ff,var(--primary-400));min-height:100vh;padding:2rem 1rem;position:relative;overflow-x:hidden}.index-module__NV_5cW__header{text-align:center;margin-bottom:3rem;padding:2rem 1rem 1rem;position:relative}.index-module__NV_5cW__floatingElements{pointer-events:none;opacity:.3;position:absolute;inset:0;overflow:hidden}.index-module__NV_5cW__floatingElement{background:linear-gradient(135deg,#3b82f60d,#9333ea0d);border-radius:50%;width:120px;height:120px;animation:30s linear infinite index-module__NV_5cW__float;position:absolute}.index-module__NV_5cW__floatingElement:first-child{animation-delay:0s;top:10%;left:10%}.index-module__NV_5cW__floatingElement:nth-child(2){animation-delay:-7s;top:60%;right:10%}.index-module__NV_5cW__floatingElement:nth-child(3){animation-delay:-14s;bottom:20%;left:50%}@keyframes index-module__NV_5cW__float{0%{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(120deg)}66%{transform:translateY(10px)rotate(240deg)}to{transform:translateY(0)rotate(360deg)}}.index-module__NV_5cW__titleSection{color:#333;z-index:2;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.index-module__NV_5cW__titleIconWrapper{justify-content:center;align-items:center;display:flex;position:relative}.index-module__NV_5cW__titleIcon{color:#60a5fa;filter:drop-shadow(0 0 20px #60a5fa80);width:4rem;height:4rem;animation:2s infinite index-module__NV_5cW__pulse}.index-module__NV_5cW__sparkleIcon{color:#fbbf24;width:1.5rem;height:1.5rem;animation:1.5s infinite index-module__NV_5cW__sparkle;position:absolute;top:-10px;right:-10px}@keyframes index-module__NV_5cW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes index-module__NV_5cW__sparkle{0%,to{opacity:1;transform:rotate(0)scale(1)}50%{opacity:.7;transform:rotate(180deg)scale(1.2)}}.index-module__NV_5cW__titleContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.index-module__NV_5cW__title{background:#333;-webkit-text-fill-color:transparent;letter-spacing:-.02em;white-space:nowrap;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.8rem;font-weight:700}.index-module__NV_5cW__titleBadge{color:#fff;letter-spacing:.05em;white-space:nowrap;background:#60a5fa;border-radius:1.5rem;padding:.4rem 1rem;font-size:1rem;font-weight:600;box-shadow:0 2px 10px #3b82f64d}@media (max-width:768px){.index-module__NV_5cW__titleContainer{text-align:center;flex-direction:column;gap:.5rem}.index-module__NV_5cW__title{font-size:2.5rem}.index-module__NV_5cW__titleBadge{padding:.4rem 1.2rem;font-size:1rem}}.index-module__NV_5cW__subtitle{color:#666;text-align:center;align-items:center;gap:.5rem;max-width:500px;font-size:1.1rem;font-weight:400;display:flex}.index-module__NV_5cW__statsBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1.5rem;align-items:center;gap:1.5rem;width:fit-content;max-width:90%;margin-top:.75rem;padding:.75rem 1.5rem;display:flex}.index-module__NV_5cW__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.index-module__NV_5cW__statNumber{color:#60a5fa;font-size:1.5rem;font-weight:700}.index-module__NV_5cW__statLabel{color:#333;font-size:.875rem;font-weight:500}.index-module__NV_5cW__statDivider{background:#fff3;width:1px;height:2rem}.index-module__NV_5cW__content{max-width:1200px;margin:0 auto;padding:0 1rem}.index-module__NV_5cW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.index-module__NV_5cW__loadingText{color:#666;margin-top:.5rem;font-size:1rem}.index-module__NV_5cW__emptyState{text-align:center;background:#fffc;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;margin:2rem 0;padding:3rem 2rem;display:flex}.index-module__NV_5cW__emptyState svg{color:#cbd5e1;margin-bottom:1rem}.index-module__NV_5cW__emptyState h3{color:#334155;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.index-module__NV_5cW__emptyState p{color:#64748b;margin:0;font-size:.9rem}.index-module__NV_5cW__citiesSection{margin-bottom:3rem}.index-module__NV_5cW__sectionTitle{color:#333;text-align:center;justify-content:center;align-items:center;gap:.75rem;width:100%;margin:0;font-size:1.5rem;font-weight:600;display:flex}@media (max-width:768px){.index-module__NV_5cW__sectionTitle{text-align:left;flex:1;justify-content:flex-start;gap:.5rem;font-size:1.3rem}}.index-module__NV_5cW__citiesGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:0;display:grid}.index-module__NV_5cW__cityCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;opacity:0;background:#ffffffe6;border:1px solid #ffffff4d;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;animation:.4s ease-out forwards index-module__NV_5cW__slideUp;display:flex;position:relative;overflow:hidden;transform:translateY(20px);box-shadow:0 4px 16px #00000014}@keyframes index-module__NV_5cW__slideUp{to{opacity:1;transform:translateY(0)}}.index-module__NV_5cW__cardGlow{opacity:0;background:linear-gradient(45deg,#0000,#3b82f61a,#0000);width:200%;height:200%;transition:all .6s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.index-module__NV_5cW__cityCard:hover{border-color:#3b82f64d;transform:translateY(-4px)scale(1.01);box-shadow:0 8px 24px #0000001f}.index-module__NV_5cW__cityCard:hover .index-module__NV_5cW__cardGlow{opacity:1;animation:1.5s ease-in-out index-module__NV_5cW__shimmer}@keyframes index-module__NV_5cW__shimmer{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(100%)translateY(100%)rotate(45deg)}}.index-module__NV_5cW__cityLogo{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.index-module__NV_5cW__cityCard:hover .index-module__NV_5cW__cityLogo{transform:scale(1.05);box-shadow:0 6px 18px #00000026}.index-module__NV_5cW__standardLogo{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#ec4899 100%);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.index-module__NV_5cW__logoPattern{width:60%;height:60%;position:relative}.index-module__NV_5cW__logoLines{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.index-module__NV_5cW__line{background:#fff;border-radius:2px;position:absolute}.index-module__NV_5cW__line:first-child{width:80%;height:3px;top:20%;left:10%}.index-module__NV_5cW__line:nth-child(2){width:60%;height:3px;top:50%;left:20%}.index-module__NV_5cW__line:nth-child(3){width:40%;height:3px;top:80%;left:30%}.index-module__NV_5cW__logoCircle{background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.index-module__NV_5cW__specialLogo{background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 50%,#8b5cf6 100%)}.index-module__NV_5cW__specialLogoContent{flex-direction:column;align-items:center;gap:.25rem;display:flex}.index-module__NV_5cW__logoBase{color:#fff}.index-module__NV_5cW__mascot{filter:drop-shadow(0 1px 2px #0000004d);font-size:1.2rem}.index-module__NV_5cW__cityInfo{flex-direction:column;align-items:center;gap:.5rem;display:flex}.index-module__NV_5cW__cityIntro{color:#666;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.8em;margin-top:8px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.index-module__NV_5cW__cityName{color:#1e293b;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.index-module__NV_5cW__cityStatus{color:#10b981;background:#10b9811a;border-radius:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.index-module__NV_5cW__cardOverlay{color:#fff;opacity:0;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;transform:scale(.8)}.index-module__NV_5cW__cityCard:hover .index-module__NV_5cW__cardOverlay{opacity:1;transform:scale(1)}.index-module__NV_5cW__locationIcon{color:#6b7280}.index-module__NV_5cW__internationalIcon{color:#10b981}.index-module__NV_5cW__actionSection{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:1.5rem;margin:0;padding:2.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000014}.index-module__NV_5cW__actionBackground{z-index:1;background:linear-gradient(135deg,#3b82f60d 0%,#9333ea0d 100%);position:absolute;inset:0}.index-module__NV_5cW__actionContent{z-index:2;max-width:600px;margin:0 auto;position:relative}.index-module__NV_5cW__actionIcon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1.5rem;display:flex;box-shadow:0 4px 12px #3b82f633}.index-module__NV_5cW__actionTitle{background:linear-gradient(135deg,#1e293b 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.index-module__NV_5cW__actionDescription{color:#64748b;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.5}.index-module__NV_5cW__actionFeatures{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.index-module__NV_5cW__feature{color:#3b82f6;background:#3b82f614;border:1px solid #3b82f626;border-radius:1.5rem;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:flex}.index-module__NV_5cW__createButton{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:1.5rem;align-items:center;gap:.5rem;height:auto;margin:0 auto;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #3b82f64d}.index-module__NV_5cW__createButton:hover{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 18px #3b82f666}@media (max-width:768px){.index-module__NV_5cW__container{padding:1rem}.index-module__NV_5cW__header{margin-bottom:2rem;padding:1.5rem 1rem}.index-module__NV_5cW__title{font-size:2.2rem}.index-module__NV_5cW__statsBar{flex-wrap:nowrap;justify-content:space-between;gap:.8rem;width:100%;max-width:100%;padding:.8rem 1.2rem}.index-module__NV_5cW__stat{text-align:center;flex:1;min-width:60px}.index-module__NV_5cW__statNumber{font-size:1.1rem}.index-module__NV_5cW__statLabel{white-space:nowrap;font-size:.7rem}.index-module__NV_5cW__statDivider{width:1px;height:1.2rem}.index-module__NV_5cW__citiesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;padding:0}.index-module__NV_5cW__cityCard{padding:1.25rem}.index-module__NV_5cW__cityLogo{width:70px;height:70px}.index-module__NV_5cW__actionSection{border-radius:1rem;margin:0;padding:2rem 1.5rem}.index-module__NV_5cW__actionTitle{font-size:1.6rem}.index-module__NV_5cW__actionFeatures{flex-direction:column;align-items:center;gap:1rem}.index-module__NV_5cW__createButton{padding:.65rem 1.5rem;font-size:.95rem}.index-module__NV_5cW__sectionHeader{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.index-module__NV_5cW__addCommunity{flex-shrink:0;position:static;transform:none}.index-module__NV_5cW__addCommunityButton{gap:4px;width:auto;min-width:auto;padding:6px 10px;font-size:12px}}@media (max-width:480px){.index-module__NV_5cW__citiesGrid{grid-template-columns:1fr}.index-module__NV_5cW__title{font-size:1.8rem}.index-module__NV_5cW__actionSection{padding:1.5rem 1rem}.index-module__NV_5cW__statsBar{gap:.6rem;padding:.6rem .8rem}.index-module__NV_5cW__statNumber{font-size:1rem}.index-module__NV_5cW__statLabel{font-size:.65rem}.index-module__NV_5cW__sectionHeader{gap:.5rem;margin-bottom:1.2rem}.index-module__NV_5cW__sectionTitle{gap:.4rem;font-size:1.2rem}.index-module__NV_5cW__addCommunityButton{border-radius:5px;min-width:auto;padding:5px 8px;font-size:11px}}.index-module__NV_5cW__sectionHeader{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}.index-module__NV_5cW__addCommunity{flex-shrink:0;position:absolute;top:50%;right:0;transform:translateY(-50%)}.index-module__NV_5cW__addCommunityButton{cursor:pointer;border-radius:8px;align-items:center;gap:6px;height:auto;padding:8px 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #3b82f640;color:#fff!important;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%)!important;border:none!important}.index-module__NV_5cW__addCommunityButton:hover{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #3b82f659!important}.index-module__NV_5cW__addCommunityButton:active{transform:translateY(0)!important}.index-module__NV_5cW__cardActions{z-index:10;gap:4px;display:flex;position:absolute;top:8px;left:8px}.index-module__NV_5cW__editBtn,.index-module__NV_5cW__deleteBtn{background:#ffffffe6;border:1px solid #e8e8e8;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.index-module__NV_5cW__editBtn:hover{color:#fff;background:#1890ff;border-color:#1890ff}.index-module__NV_5cW__deleteBtn:hover{color:#fff;background:#ff4d4f;border-color:#ff4d4f}.index-module__NV_5cW__cityCard{position:relative}
