.country-index .card{transition:transform 0.2s ease,box-shadow 0.2s ease;border:1px solid #e0e0e0;background:#fff}.country-index .card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.country-index .card-title{color:#333}.country-index .flag-icon{width:40px;height:auto;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.country-index .search-box{margin-bottom:1rem}.country-index .input-group-text{background:#fff;border-color:#ced4da}.country-index .form-control{border-color:#ced4da}.country-index .no-results{background:#f8f9fa;border-radius:8px}.country-index .no-results-icon{width:48px;height:48px}.country-index .useful-links-card .card-header{display:flex;align-items:center}[data-theme="dark"] .country-index h1{color:var(--v2-text-primary,#f1f5f9)}[data-theme="dark"] .country-index .text-muted{color:var(--v2-text-muted,#94a3b8) !important}[data-theme="dark"] .country-index .card{background:var(--v2-bg-card,#1e293b);border-color:var(--v2-border,#334155)}[data-theme="dark"] .country-index .card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.3)}[data-theme="dark"] .country-index .card-title{color:var(--v2-text-primary,#f1f5f9)}[data-theme="dark"] .country-index .card-body{background:var(--v2-bg-card,#1e293b)}[data-theme="dark"] .country-index .input-group-text{background:var(--v2-bg-secondary,#334155);border-color:var(--v2-border,#475569);color:var(--v2-text-muted,#94a3b8)}[data-theme="dark"] .country-index .form-control{background:var(--v2-bg-card,#1e293b);border-color:var(--v2-border,#475569);color:var(--v2-text-primary,#f1f5f9)}[data-theme="dark"] .country-index .form-control::placeholder{color:var(--v2-text-muted,#64748b)}[data-theme="dark"] .country-index .form-control:focus{background:var(--v2-bg-card,#1e293b);border-color:var(--v2-primary,#3b82f6);color:var(--v2-text-primary,#f1f5f9);box-shadow:0 0 0 0.2rem rgba(59,130,246,0.25)}[data-theme="dark"] .country-index .no-results{background:var(--v2-bg-secondary,#334155)}[data-theme="dark"] .country-index .no-results .h5{color:var(--v2-text-primary,#f1f5f9)}[data-theme="dark"] .country-index .useful-links-card{background:var(--v2-bg-card,#1e293b);border-color:var(--v2-border,#334155)}[data-theme="dark"] .country-index .useful-links-card .card-header{background:var(--v2-bg-secondary,#334155);border-bottom-color:var(--v2-border,#475569);color:var(--v2-text-primary,#f1f5f9)}[data-theme="dark"] .country-index .list-group-item{background:var(--v2-bg-card,#1e293b);border-color:var(--v2-border,#334155)}[data-theme="dark"] .country-index .list-group-item a{color:var(--v2-text-primary,#f1f5f9)}[data-theme="dark"] .country-index .list-group-item a:hover{color:var(--v2-primary,#3b82f6)}[data-theme="dark"] .country-index .breadcrumb{background:transparent}[data-theme="dark"] .country-index .breadcrumb-item a{color:var(--v2-text-muted,#94a3b8)}[data-theme="dark"] .country-index .breadcrumb-item.active{color:var(--v2-text-primary,#f1f5f9)}