/* SWIFT / BIC Finder – matches IFSC visual language */
.bzt-swift { max-width: 720px; margin: 0 auto; }
.bzt-swift-header { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.bzt-swift-header__icon { font-size: 32px; line-height: 1; }
.bzt-swift-header__title { margin: 0 0 4px; font-size: 1.35rem; font-weight: 700; color: #0f172a; }
.bzt-swift-header__sub { margin: 0; color: #64748b; font-size: 14px; line-height: 1.45; }

.bzt-swift-tabs { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.bzt-swift-tab {
	border: 1px solid #e2e8f0; background: #fff; color: #475569;
	padding: 10px 16px; border-radius: 999px; font-size: 13px; font-weight: 600;
	cursor: pointer; transition: .15s ease;
}
.bzt-swift-tab.is-active { background: #1d4ed8; border-color: #1d4ed8; color: #fff; }
.bzt-swift-tab:focus-visible { outline: 2px solid #93c5fd; outline-offset: 2px; }

.bzt-swift-panel.bz-calc-card,
.bzt-swift-panel {
	background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
	padding: 20px; box-shadow: 0 8px 24px rgba(15,23,42,.04);
}
.bzt-swift-input-row { display: flex; gap: 10px; flex-wrap: wrap; }
.bzt-swift-code-input { flex: 1; min-width: 180px; font-family: ui-monospace, monospace; letter-spacing: .04em; text-transform: uppercase; }
.bzt-swift-hint { margin: 8px 0 0; font-size: 12px; color: #94a3b8; }
.bzt-swift-field .bz-label { display: block; margin-bottom: 6px; }

.bzt-swift-combobox { position: relative; }
.bzt-swift-combo-list {
	position: absolute; left: 0; right: 0; top: calc(100% + 4px);
	max-height: 260px; overflow-y: auto; margin: 0; padding: 6px; list-style: none;
	background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15,23,42,.14); z-index: 40;
}
.bzt-swift-combo-item { padding: 10px 12px; border-radius: 8px; cursor: pointer; font-size: 14px; }
.bzt-swift-combo-item:hover { background: #f0f5ff; }
.bzt-swift-combo-empty { padding: 12px; text-align: center; color: #94a3b8; font-size: 13px; }

.bzt-swift-status { margin: 14px 0; padding: 12px 14px; border-radius: 12px; font-size: 14px; }
.bzt-swift-status.is-loading { background: #eff6ff; color: #1e40af; }
.bzt-swift-status.is-error { background: #fef2f2; color: #b91c1c; }

.bzt-swift-result {
	margin-top: 16px; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
	padding: 22px; box-shadow: 0 10px 28px rgba(15,23,42,.06);
}
.bzt-swift-result__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.bzt-swift-result__label { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #94a3b8; font-weight: 700; }
.bzt-swift-result__bank { margin: 4px 0 0; font-size: 1.2rem; color: #0f172a; }
.bzt-swift-flag { font-size: 28px; line-height: 1; }

.bzt-swift-code-box {
	margin-top: 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
	background: #0f172a; color: #fff; border-radius: 12px; padding: 14px 16px;
}
.bzt-swift-code-box__label { font-size: 11px; opacity: .7; text-transform: uppercase; letter-spacing: .06em; }
.bzt-swift-code-box__value { font-size: 1.25rem; font-weight: 700; letter-spacing: .06em; font-family: ui-monospace, monospace; flex: 1; }
.bzt-swift-copy { background: #1d4ed8 !important; color: #fff !important; border: none !important; }

.bzt-swift-details { margin: 16px 0 0; display: grid; gap: 10px; }
.bzt-swift-details > div { display: grid; grid-template-columns: 110px 1fr; gap: 8px; font-size: 14px; }
.bzt-swift-details dt { margin: 0; color: #94a3b8; font-weight: 600; }
.bzt-swift-details dd { margin: 0; color: #0f172a; }

.bzt-swift-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.bzt-swift-disclaimer { margin: 14px 0 0; font-size: 12px; color: #94a3b8; line-height: 1.45; }

.bzt-swift-branch-list { margin-top: 16px; display: grid; gap: 8px; }
.bzt-swift-branch-count { margin: 0 0 4px; font-size: 13px; color: #64748b; }
.bzt-swift-branch-item {
	display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; text-align: left;
	padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff;
	cursor: pointer; transition: .15s ease;
}
.bzt-swift-branch-item:hover { border-color: #93c5fd; background: #f8fbff; }
.bzt-swift-branch-item strong { grid-column: 1; font-size: 14px; color: #0f172a; }
.bzt-swift-branch-item span { grid-column: 1; font-size: 12px; color: #64748b; }
.bzt-swift-branch-item code {
	grid-row: 1 / span 2; align-self: center; font-size: 12px; font-weight: 700;
	background: #f1f5f9; padding: 4px 8px; border-radius: 6px; color: #1e40af;
}

.bzt-swift-cta { margin-top: 20px; }
.bzt-swift-edu { margin-top: 28px; padding-top: 8px; }
.bzt-swift-edu h3 { font-size: 1.05rem; margin: 18px 0 10px; color: #0f172a; }
.bzt-swift-edu ol { padding-left: 18px; color: #475569; font-size: 14px; line-height: 1.55; }
.bzt-swift-table-wrap { overflow-x: auto; }
.bzt-swift-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.bzt-swift-table th, .bzt-swift-table td { border: 1px solid #e2e8f0; padding: 10px 12px; text-align: left; }
.bzt-swift-table th { background: #f8fafc; color: #0f172a; }
.bzt-swift-faq { border: 1px solid #e2e8f0; border-radius: 10px; padding: 10px 14px; margin-bottom: 8px; background: #fff; }
.bzt-swift-faq summary { cursor: pointer; font-weight: 600; color: #0f172a; }
.bzt-swift-faq p { margin: 8px 0 0; color: #475569; font-size: 14px; line-height: 1.5; }

@media (max-width: 560px) {
	.bzt-swift-details > div { grid-template-columns: 1fr; gap: 2px; }
	.bzt-swift-branch-item { grid-template-columns: 1fr; }
	.bzt-swift-branch-item code { grid-row: auto; justify-self: start; margin-top: 4px; }
}
@media print {
	.bzt-swift-tabs, .bzt-swift-panel, .bzt-swift-actions, .bzt-swift-cta, .bzt-swift-edu { display: none !important; }
	.bzt-swift-result { box-shadow: none; border: 1px solid #ccc; }
}
