.uv-index-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.uv-index-container{max-width:1100px;margin:0 auto;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.15)}.uv-index-title{font-size:2.2rem;font-weight:700;color:#1a1a2e;margin:0 0 16px;line-height:1.2;text-align:center}.uv-index-intro{font-size:1.1rem;color:#444;line-height:1.6;margin-bottom:24px;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.uv-index-cta{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 24px;background:#f8f9fa;border-radius:12px;margin-bottom:40px}.uv-index-cta p{margin:0;font-size:.95rem;color:#555}.uv-cta-button{display:inline-block;padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease}.uv-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.uv-region-section{margin-bottom:32px}.uv-region-title{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #667eea}.uv-countries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.uv-country-card{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fa;border-radius:8px;text-decoration:none;transition:background .2s ease,transform .2s ease}.uv-country-card:hover{background:#e9ecef;transform:translateY(-2px)}.uv-country-name{font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uv-country-count{font-size:.8rem;color:#666;white-space:nowrap;margin-left:8px}.uv-index-footer{margin-top:40px;padding-top:32px;border-top:1px solid #eee}.uv-index-footer h2{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 12px}.uv-index-footer p{font-size:.95rem;color:#555;line-height:1.6;margin:0 0 12px}.uv-footer-link{display:inline-block;margin-top:8px;color:#667eea;text-decoration:none;font-weight:500}.uv-footer-link:hover{text-decoration:underline}@media (max-width:768px){.uv-index-container{padding:20px}.uv-index-title{font-size:1.8rem}.uv-index-intro{font-size:1rem}.uv-index-cta{flex-direction:column;gap:12px;text-align:center}.uv-countries-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:480px){.uv-countries-grid{grid-template-columns:1fr}}