/* 谷哥大叔外链分析：Flatsome 兼容的浅蓝灰数据工作台 */
body.ssa-backlinks-page {
	--ssa-bl-title: #263f52;
	--ssa-bl-ink: #3b5668;
	--ssa-bl-muted: #718694;
	--ssa-bl-brand: #347f9f;
	--ssa-bl-brand-dark: #285f79;
	--ssa-bl-sky: #88cce8;
	--ssa-bl-green: #70ad69;
	--ssa-bl-warm: #d79a32;
	--ssa-bl-red: #d85d57;
	--ssa-bl-soft: #edf6f9;
	--ssa-bl-line: #d5e5ec;
}

body.ssa-backlinks-page #main {
	min-height: 78vh;
	background:
		radial-gradient(circle at 5% 3%, rgba(133, 203, 232, .22), transparent 24%),
		radial-gradient(circle at 96% 6%, rgba(249, 232, 204, .66), transparent 22%),
		#edf5f8;
}

body.ssa-backlinks-page .page-title,
body.ssa-backlinks-page .entry-header { display: none; }

body.ssa-backlinks-page .page-wrapper,
body.ssa-backlinks-page .content-area,
body.ssa-backlinks-page .entry-content { padding-top: 0; padding-bottom: 0; }

.ssa-bl,
.ssa-bl * { box-sizing: border-box; }

.ssa-bl [hidden] { display: none !important; }

.ssa-bl {
	width: min(1280px, calc(100% - 36px));
	margin: 0 auto;
	padding: 46px 0 72px;
	color: var(--ssa-bl-ink, #3b5668);
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.ssa-bl button,
.ssa-bl input,
.ssa-bl select { font: inherit; text-transform: none; }

.ssa-bl button { letter-spacing: normal; }

.ssa-bl-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 50px;
	align-items: center;
	margin-bottom: 30px;
}

.ssa-bl-hero-copy { max-width: 790px; }

.ssa-bl-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
	color: var(--ssa-bl-brand, #347f9f);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .15em;
}

.ssa-bl-kicker i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ssa-bl-green, #70ad69);
	box-shadow: 0 0 0 5px rgba(112, 173, 105, .14);
}

.ssa-bl-hero h1 {
	margin: 0;
	color: var(--ssa-bl-title, #263f52);
	font-size: clamp(36px, 4.6vw, 56px);
	font-weight: 850;
	letter-spacing: -.05em;
	line-height: 1.08;
}

.ssa-bl-hero-copy > p {
	max-width: 720px;
	margin: 17px 0 20px;
	color: var(--ssa-bl-muted, #718694);
	font-size: 16px;
	line-height: 1.75;
}

.ssa-bl-trust { display: flex; flex-wrap: wrap; gap: 10px 20px; color: #607987; font-size: 12px; font-weight: 750; }

.ssa-bl-account {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 21px;
	border: 1px solid rgba(196, 220, 229, .92);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(237, 248, 251, .95));
	box-shadow: 0 22px 50px rgba(43, 74, 92, .12);
}

.ssa-bl-account-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	overflow: hidden;
	border-radius: 16px;
	background: linear-gradient(145deg, #b7e6f7, #7cc5e3);
}

.ssa-bl-account-icon img { width: 46px; height: 46px; object-fit: contain; }
.ssa-bl-account div { display: grid; gap: 2px; min-width: 0; }
.ssa-bl-account small { color: #8194a0; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.ssa-bl-account strong { overflow: hidden; color: var(--ssa-bl-title); font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.ssa-bl-account span { color: #7b909d; font-size: 11px; }
.ssa-bl-account > a {
	padding: 9px 13px;
	border-radius: 10px;
	background: #e5f3f8;
	color: var(--ssa-bl-brand-dark);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.ssa-bl-query,
.ssa-bl-results {
	border: 1px solid rgba(202, 223, 231, .94);
	border-radius: 24px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 22px 54px rgba(43, 74, 92, .10);
}

.ssa-bl-query { padding: 28px 30px 30px; }

.ssa-bl-section-head,
.ssa-bl-result-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.ssa-bl-section-head > div,
.ssa-bl-result-head > div { display: flex; align-items: center; gap: 14px; }

.ssa-bl-section-head > div > span,
.ssa-bl-result-head > div > span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--ssa-bl-brand);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
}

.ssa-bl-section-head h2,
.ssa-bl-result-head h2 { margin: 0; color: var(--ssa-bl-title); font-size: 21px; font-weight: 850; line-height: 1.25; }
.ssa-bl-section-head p,
.ssa-bl-result-head p { margin: 4px 0 0; color: #647c8b; font-size: 12.5px; line-height: 1.6; }
.ssa-bl-result-head h2 { overflow-wrap: anywhere; }
.ssa-bl-section-head > b { padding: 7px 12px; border-radius: 99px; background: #eaf5f9; color: var(--ssa-bl-brand-dark); font-size: 11px; }

.ssa-bl-form-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 16px; }
.ssa-bl-form-grid label { display: grid; gap: 8px; margin: 0; }
.ssa-bl-form-grid label > span { color: var(--ssa-bl-title); font-size: 13px; font-weight: 800; }
.ssa-bl-form-grid small { color: #8195a2; font-size: 11px; line-height: 1.5; }
.ssa-bl-target > div { position: relative; }
.ssa-bl-target i { position: absolute; z-index: 1; top: 50%; left: 17px; color: var(--ssa-bl-brand); font-style: normal; transform: translateY(-50%); }
.ssa-bl input[type="text"],
.ssa-bl input[type="search"],
.ssa-bl select {
	width: 100%;
	height: 52px;
	margin: 0;
	border: 1px solid #c9dee7;
	border-radius: 13px;
	background: #fafdfe;
	box-shadow: none;
	color: var(--ssa-bl-title);
	font-size: 14px;
}
.ssa-bl-target input { padding: 0 16px 0 45px; }
.ssa-bl select { padding: 0 36px 0 14px; }
.ssa-bl input:focus,
.ssa-bl select:focus { border-color: var(--ssa-bl-brand); box-shadow: 0 0 0 3px rgba(52, 127, 159, .11); outline: none; }

.ssa-bl-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 18px 0 22px;
}

.ssa-bl-options label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid #deeaef;
	border-radius: 13px;
	background: #f8fbfc;
	cursor: pointer;
}
.ssa-bl-options label.is-disabled { cursor: not-allowed; opacity: .52; }

.ssa-bl-options input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--ssa-bl-brand); }
.ssa-bl-options span { display: grid; gap: 2px; }
.ssa-bl-options b { color: #405c6e; font-size: 12px; }
.ssa-bl-options small { color: #8295a1; font-size: 10px; line-height: 1.45; }

.ssa-bl-submit-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 21px;
	border-top: 1px solid #e2edf1;
}
.ssa-bl-submit-row > div { display: grid; gap: 3px; }
.ssa-bl-submit-row strong { color: #456173; font-size: 13px; }
.ssa-bl-submit-row small { color: #8396a2; font-size: 11px; }
.ssa-bl-submit-row button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	min-width: 220px;
	height: 52px;
	margin: 0;
	padding: 0 19px;
	border: 0;
	border-radius: 13px;
	background: linear-gradient(135deg, #3b8cad, #2e7595);
	box-shadow: 0 12px 26px rgba(46, 117, 149, .22);
	color: #fff;
	font-size: 14px;
	font-weight: 850;
}
.ssa-bl-submit-row button:hover { background: linear-gradient(135deg, #347f9f, #285f79); transform: translateY(-1px); }
.ssa-bl-submit-row button:disabled { cursor: wait; opacity: .72; transform: none; }
.ssa-bl-submit-row button.is-loading b { animation: ssa-bl-arrow 1s ease-in-out infinite; }
@keyframes ssa-bl-arrow { 50% { transform: translateX(6px); } }

.ssa-bl-feedback { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 11px 13px; border-radius: 11px; background: #eef7fa; }
.ssa-bl-feedback p { flex: 1; margin: 0; color: #547084; font-size: 12px; line-height: 1.55; }
.ssa-bl-feedback p.is-error { color: #b44740; }
.ssa-bl-feedback p.is-success { color: #3f8450; }
.ssa-bl-feedback a { padding: 7px 11px; border-radius: 8px; background: #fff1ee; color: #b64238; font-size: 11px; font-weight: 800; text-decoration: none; }

.ssa-bl-results { overflow: hidden; margin-top: 28px; }
.ssa-bl-result-head { margin: 0; padding: 25px 28px; background: linear-gradient(100deg, #e9f6fa, #fff8ed); }
.ssa-bl-new-query { margin: 0; padding: 9px 14px; border: 1px solid #c6dde7; border-radius: 10px; background: #fff; color: var(--ssa-bl-brand-dark); font-size: 12px; font-weight: 800; }

.ssa-bl-tabs {
	display: flex;
	gap: 4px;
	overflow-x: auto;
	padding: 12px 16px 0;
	border-bottom: 1px solid var(--ssa-bl-line);
	background: #fbfdfe;
	scrollbar-width: thin;
}
.ssa-bl-tabs button {
	flex: 0 0 auto;
	margin: 0;
	padding: 12px 15px 13px;
	border: 0;
	border-bottom: 3px solid transparent;
	background: transparent;
	color: #6c8290;
	font-size: 12px;
	font-weight: 800;
}
.ssa-bl-tabs button.is-active { border-bottom-color: var(--ssa-bl-brand); color: var(--ssa-bl-brand-dark); }

.ssa-bl-panel { padding: 26px; }
.ssa-bl-metrics { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.ssa-bl-metric { position: relative; overflow: hidden; min-height: 142px; padding: 18px; border: 1px solid #dce9ee; border-radius: 17px; background: linear-gradient(145deg, #fff, #f7fbfc); }
.ssa-bl-metric::after { position: absolute; right: -35px; bottom: -48px; width: 110px; height: 110px; border-radius: 50%; background: rgba(122, 194, 224, .11); content: ""; }
.ssa-bl-metric.is-positive::after,
.ssa-bl-metric.is-green::after { background: rgba(112, 173, 105, .13); }
.ssa-bl-metric.is-danger::after { background: rgba(216, 93, 87, .13); }
.ssa-bl-metric.is-warm::after { background: rgba(215, 154, 50, .14); }
.ssa-bl-metric-top { display: flex; align-items: center; gap: 8px; color: #566f7e; font-size: 12px; font-weight: 820; }
.ssa-bl-metric-top i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; background: #e5f3f8; color: var(--ssa-bl-brand); font-size: 10px; font-style: normal; }
.ssa-bl-metric > strong { display: block; margin: 15px 0 3px; color: var(--ssa-bl-title); font-size: clamp(25px, 3vw, 34px); letter-spacing: -.04em; line-height: 1; }
.ssa-bl-metric > small { color: #657c89; font-size: 11.5px; font-weight: 560; line-height: 1.55; }

.ssa-bl-overview-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr); gap: 16px; margin-top: 16px; }
.ssa-bl-card { min-width: 0; padding: 20px; border: 1px solid #dce9ee; border-radius: 18px; background: #fff; }
.ssa-bl-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.ssa-bl-card-head h3 { margin: 0; color: #263f52; font-size: 17px; font-weight: 850; }
.ssa-bl-card-head p { margin: 5px 0 0; color: #607988; font-size: 12px; font-weight: 550; line-height: 1.55; }
.ssa-bl-card-head > span { padding: 6px 9px; border-radius: 7px; background: #e8f3f7; color: #527384; font-size: 9px; font-weight: 850; letter-spacing: .1em; }

.ssa-bl-chart { min-height: 250px; }
.ssa-bl-chart-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 24px;
	margin: 2px 0 14px;
	padding: 0 2px 13px;
	border-bottom: 1px solid #e4edf1;
}
.ssa-bl-chart-controls label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	cursor: pointer;
	color: #8798a2;
	font-size: 12.5px;
	font-weight: 760;
	user-select: none;
}
.ssa-bl-chart-controls label.is-active { color: #425f71; }
.ssa-bl-chart-controls input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.ssa-bl-chart-controls i {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border: 2px solid #c9d2d7;
	border-radius: 4px;
	background: #fff;
	color: transparent;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}
.ssa-bl-chart-controls input:checked + i { border-color: var(--series-color); background: var(--series-color); color: #fff; }
.ssa-bl-chart-controls label:focus-within i { outline: 3px solid rgba(52, 127, 159, .18); outline-offset: 2px; }
.ssa-bl-chart svg { display: block; width: 100%; height: auto; overflow: visible; }
.ssa-bl-grid-line { stroke: #e4edf1; stroke-width: 1; }
.ssa-bl-series-line { filter: drop-shadow(0 2px 2px rgba(45, 90, 112, .1)); }
.ssa-bl-chart-dot { cursor: help; stroke: #fff; stroke-width: 2.5; }
.ssa-bl-axis-text { fill: #607987; font-size: 11px; font-weight: 650; }
.ssa-bl-chart-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; margin-top: 6px; color: #496777; font-size: 11.5px; font-weight: 760; }
.ssa-bl-chart-legend span { display: inline-flex; align-items: center; gap: 6px; }
.ssa-bl-chart-legend i { width: 10px; height: 10px; border-radius: 3px; }
.ssa-bl-chart-legend small { flex-basis: 100%; color: #687f8c; font-size: 10.5px; font-weight: 550; line-height: 1.55; }
.ssa-bl-chart-empty { display: grid; place-items: center; min-height: 230px; border-radius: 12px; background: #f6fafb; color: #8a9da8; font-size: 12px; }

.ssa-bl-actions-list { display: grid; gap: 10px; }
.ssa-bl-actions-list article { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 14px; border: 1px solid #dbe8ed; border-radius: 12px; background: #f9fbfc; }
.ssa-bl-actions-list article > i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #e8f3f7; color: var(--ssa-bl-brand); font-size: 9px; font-style: normal; font-weight: 850; }
.ssa-bl-actions-list article.is-risk > i { background: #ffebe8; color: #c84f48; }
.ssa-bl-actions-list article.is-watch > i { background: #fff3dd; color: #b4791d; }
.ssa-bl-actions-list article.is-good > i,
.ssa-bl-actions-list article.is-opportunity > i { background: #e9f6eb; color: #4d9458; }
.ssa-bl-actions-list h4 { margin: 0 0 5px; color: #2f5064; font-size: 13.5px; font-weight: 850; }
.ssa-bl-actions-list p { margin: 0; color: #5f7785; font-size: 12px; line-height: 1.65; }

.ssa-bl-health { margin-top: 16px; }
.ssa-bl-quick-stats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.ssa-bl-quick-stats article { display: grid; gap: 5px; padding: 13px; border: 1px solid #dce9ee; border-radius: 13px; background: #f9fcfd; }
.ssa-bl-quick-stats span { color: #5f7785; font-size: 11px; font-weight: 650; }
.ssa-bl-quick-stats strong { color: var(--ssa-bl-title); font-size: 18px; }
.ssa-bl-breakdowns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 13px; }
.ssa-bl-breakdown { padding: 15px; border: 1px solid #dce9ee; border-radius: 14px; background: #fff; }
.ssa-bl-breakdown h4 { margin: 0 0 13px; color: var(--ssa-bl-title); font-size: 13.5px; font-weight: 850; }
.ssa-bl-breakdown-row { margin: 8px 0; }
.ssa-bl-breakdown-row > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 5px; color: #5b7482; font-size: 11px; }
.ssa-bl-breakdown-row b { color: #38596c; font-size: 11px; }
.ssa-bl-breakdown-row > i { display: block; overflow: hidden; height: 5px; border-radius: 5px; background: #edf3f5; }
.ssa-bl-breakdown-row em { display: block; height: 100%; border-radius: inherit; }
.ssa-bl-empty-text { color: #8ca0ab; font-size: 10px; }

.ssa-bl-dataset-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.ssa-bl-dataset-toolbar h3 { margin: 0; color: var(--ssa-bl-title); font-size: 18px; font-weight: 850; }
.ssa-bl-dataset-toolbar p { margin: 5px 0 0; color: #708591; font-size: 12px; line-height: 1.55; }
.ssa-bl-tools { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.ssa-bl-tools label { margin: 0; }
.ssa-bl-tools input,
.ssa-bl-tools select { width: auto; min-width: 145px; height: 40px; border: 1px solid #c9dce4; border-radius: 9px; background-color: #fff; color: #405e70; font-size: 12px; }
.ssa-bl-tools input { width: 180px; padding: 0 11px; }
.ssa-bl-tools button { height: 40px; margin: 0; padding: 0 13px; border: 1px solid #c9dfe7; border-radius: 9px; background: #edf7fa; color: var(--ssa-bl-brand-dark); font-size: 11px; font-weight: 800; }
.ssa-bl-sort { display: inline-flex; align-items: center; gap: 7px; color: #5e7786; font-size: 11px; font-weight: 800; white-space: nowrap; }
.ssa-bl-change-filter { display: inline-flex; overflow: hidden; flex: 0 0 auto; border: 1px solid #c9dce4; border-radius: 9px; background: #fff; }
.ssa-bl-tools .ssa-bl-change-filter button { height: 38px; padding: 0 11px; border: 0; border-right: 1px solid #d6e5eb; border-radius: 0; background: #fff; color: #647d8b; box-shadow: none; }
.ssa-bl-tools .ssa-bl-change-filter button:last-child { border-right: 0; }
.ssa-bl-tools .ssa-bl-change-filter button.is-active { background: #347f9f; color: #fff; }
.ssa-bl-page-size { display: inline-flex; align-items: center; gap: 7px; margin: 0 3px 0 0; color: #587281; font-size: 11px; font-weight: 800; white-space: nowrap; }
.ssa-bl-page-size select { width: auto; min-width: 86px; height: 38px; margin: 0; padding: 0 30px 0 10px; border: 1px solid #c0d8e2; border-radius: 9px; background-color: #fff; color: #36586b; font-size: 11px; }

.ssa-bl-table-state { display: grid; place-items: center; min-height: 250px; padding: 30px; border: 1px dashed #c9dfe7; border-radius: 16px; background: #f8fbfc; text-align: center; }
.ssa-bl-table-state b { margin: 10px 0 3px; color: #4f6b7b; font-size: 14px; }
.ssa-bl-table-state small { color: #8a9ca6; font-size: 10px; }
.ssa-bl-table-state.is-error { border-color: #f0c7c3; background: #fff8f7; }
.ssa-bl-table-state.is-error b { color: #b74b45; }
.ssa-bl-spinner { width: 28px; height: 28px; border: 3px solid #d8e9ef; border-top-color: var(--ssa-bl-brand); border-radius: 50%; }
.ssa-bl-table-state.is-loading .ssa-bl-spinner { animation: ssa-bl-spin .75s linear infinite; }
@keyframes ssa-bl-spin { to { transform: rotate(360deg); } }

.ssa-bl-table-wrap { max-width: 100%; overflow-x: auto; padding: 8px 10px 11px; border: 1px solid #c8dce5; border-radius: 14px; background: #f3f8fa; box-shadow: 0 8px 22px rgba(44, 76, 94, .07); scrollbar-color: #91b4c3 #e7f0f3; scrollbar-width: thin; scroll-padding-inline: 10px; }
.ssa-bl-table-wrap table { width: 100%; min-width: 1300px; margin: 0; overflow: hidden; border: 1px solid #d5e4ea; border-radius: 10px; border-collapse: separate; border-spacing: 0; table-layout: auto; }
.ssa-bl-table-wrap th { position: sticky; z-index: 4; top: 0; padding: 18px 22px; border: 0; border-bottom: 2px solid #bfd7e1; background: #e4f0f5; color: #284b60; font-size: 12.5px; font-weight: 850; letter-spacing: .01em; line-height: 1.45; text-align: left; white-space: nowrap; }
.ssa-bl-table-wrap th + th { border-left: 1px solid rgba(190, 215, 225, .65); }
.ssa-bl-table-wrap th button { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; margin: -5px -7px; padding: 5px 7px; border: 0; border-radius: 7px; background: transparent; box-shadow: none; color: inherit; font: inherit; letter-spacing: inherit; line-height: inherit; text-transform: none; }
.ssa-bl-table-wrap th button:hover,
.ssa-bl-table-wrap th button.is-active { background: rgba(52, 127, 159, .10); color: #176a8d; }
.ssa-bl-table-wrap th button i { color: #7593a2; font-size: 12px; font-style: normal; }
.ssa-bl-table-wrap th button.is-active i { color: #176a8d; }
.ssa-bl-table-wrap td { max-width: 360px; padding: 19px 22px; border: 0; border-bottom: 1px solid #d5e5eb; background: #fff; color: #345669; font-size: 13px; line-height: 1.7; vertical-align: middle; }
.ssa-bl-table-wrap th:first-child,
.ssa-bl-table-wrap td:first-child { padding-left: 27px; }
.ssa-bl-table-wrap th:last-child,
.ssa-bl-table-wrap td:last-child { padding-right: 27px; }
.ssa-bl-table-wrap tbody tr:nth-child(even) td { background: #f6fafc; }
.ssa-bl-table-wrap tbody tr:last-child td { border-bottom: 0; }
.ssa-bl-table-wrap tbody tr:hover td { background: #eaf5f9; }
.ssa-bl-url-cell { min-width: 250px; }
.ssa-bl-url-cell a { display: -webkit-box; overflow: hidden; color: #176f96; font-weight: 760; line-height: 1.55; text-decoration: none; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ssa-bl-url-cell a:hover { color: #0d5272; text-decoration: underline; text-underline-offset: 3px; }
.ssa-bl-url-cell small,
.ssa-bl-domain-name small { display: block; margin-top: 5px; color: #7f929d; font-size: 11px; }
.ssa-bl-domain-name strong { color: #284b60; font-size: 13px; }
.ssa-bl-number-cell { color: #284b60 !important; font-size: 13.5px !important; font-weight: 820; font-variant-numeric: tabular-nums; text-align: right; }
.ssa-bl-score-cell { text-align: center; }
.ssa-bl-score { display: inline-flex; min-width: 52px; justify-content: center; padding: 7px 10px; border-radius: 99px; background: #eef2f4; color: #667d8a; font-size: 11px; font-weight: 850; }
.ssa-bl-score.is-good { background: #e5f5e8; color: #39834a; }
.ssa-bl-score.is-watch { background: #fff2da; color: #a66d14; }
.ssa-bl-score.is-risk { background: #ffebe9; color: #bd4741; }
.ssa-bl-score.is-low { background: #eaf4f8; color: #3b7f9c; }
.ssa-bl-anchor-cell { min-width: 160px; color: #304f62 !important; font-weight: 720; overflow-wrap: anywhere; }
.ssa-bl-anchor-cell.is-empty { color: #99a8af !important; font-style: italic; font-weight: 500; }
.ssa-bl-flags { min-width: 130px; }
.ssa-bl-flags span { display: inline-flex; margin: 2px 4px 2px 0; padding: 5px 8px; border-radius: 7px; background: #edf2f4; color: #657d89; font-size: 10px; font-weight: 850; }
.ssa-bl-flags .is-follow { background: #e5f5e8; color: #39834a; }
.ssa-bl-flags .is-nofollow { background: #edf1f4; color: #71838d; }
.ssa-bl-flags .is-new { background: #e6f3fa; color: #347f9f; }
.ssa-bl-flags .is-lost,
.ssa-bl-flags .is-broken { background: #ffebe9; color: #bd4741; }
.ssa-bl-flags small { display: block; margin-top: 5px; color: #81949f; font-size: 11px; }
.ssa-bl-date-cell { min-width: 132px; color: #597482 !important; font-variant-numeric: tabular-nums; white-space: pre-line; }
.ssa-bl-table-empty { max-width: none !important; padding: 50px 20px !important; color: #879aa5 !important; text-align: center; }

.ssa-bl-details { position: relative; }
.ssa-bl-details summary { display: inline-flex; cursor: pointer; list-style: none; padding: 7px 10px; border: 1px solid #bdd7e2; border-radius: 8px; background: #edf7fa; color: #246d8b; font-size: 11px; font-weight: 800; white-space: nowrap; }
.ssa-bl-details summary::-webkit-details-marker { display: none; }
.ssa-bl-details[open] summary { background: var(--ssa-bl-brand); color: #fff; }
.ssa-bl-details-panel { position: absolute; z-index: 30; top: calc(100% + 7px); right: 0; width: min(520px, 78vw); max-height: 420px; overflow: auto; padding: 12px; border: 1px solid #cbdfe7; border-radius: 13px; background: #fff; box-shadow: 0 18px 45px rgba(38, 63, 82, .2); }
.ssa-bl-field { display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: 12px; padding: 8px 6px; border-bottom: 1px solid #e8f0f3; }
.ssa-bl-field:last-child { border-bottom: 0; }
.ssa-bl-field span { color: #718792; font-size: 11px; }
.ssa-bl-field strong { overflow-wrap: anywhere; color: #345367; font-size: 11px; font-weight: 650; line-height: 1.55; white-space: pre-line; }
.ssa-bl-field a { color: #2c7898; }

.ssa-bl-pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 2px 0; }
.ssa-bl-page-summary { display: grid; gap: 3px; }
.ssa-bl-page-summary strong { color: #425f70; font-size: 12px; }
.ssa-bl-page-summary small { color: #82949e; font-size: 10px; }
.ssa-bl-page-controls { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.ssa-bl-page-controls > button { min-width: 100px; }
.ssa-bl-page-controls [data-ssa-bl-page-numbers] { display: inline-flex; align-items: center; gap: 5px; }
.ssa-bl-page-controls [data-ssa-bl-page-numbers] button { min-width: 38px; height: 38px; padding: 0 8px; }
.ssa-bl-page-controls [data-ssa-bl-page-numbers] button.is-current { border-color: var(--ssa-bl-brand); background: var(--ssa-bl-brand); color: #fff; box-shadow: 0 5px 12px rgba(52, 127, 159, .2); }
.ssa-bl-page-controls [data-ssa-bl-page-numbers] i { min-width: 16px; color: #91a1aa; font-style: normal; text-align: center; }
.ssa-bl-pagination button { margin: 0; padding: 9px 13px; border: 1px solid #c0d8e2; border-radius: 9px; background: #edf7fa; color: #286d89; font-size: 11px; font-weight: 850; }
.ssa-bl-pagination button:disabled { background: #f4f6f7; color: #a3afb5; cursor: not-allowed; opacity: .75; }

.ssa-bl-trend-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.ssa-bl-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.ssa-bl-guide article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px; border: 1px solid rgba(202, 223, 231, .94); border-radius: 15px; background: rgba(255, 255, 255, .76); }
.ssa-bl-guide i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #dff1f7; color: var(--ssa-bl-brand); font-style: normal; font-weight: 850; }
.ssa-bl-guide h3 { margin: 1px 0 4px; color: var(--ssa-bl-title); font-size: 12px; font-weight: 850; }
.ssa-bl-guide p { margin: 0; color: #7c909b; font-size: 10px; line-height: 1.6; }

@media (max-width: 1050px) {
	.ssa-bl-hero { grid-template-columns: 1fr 320px; gap: 28px; }
	.ssa-bl-metrics { grid-template-columns: repeat(3, 1fr); }
	.ssa-bl-overview-grid { grid-template-columns: 1fr; }
	.ssa-bl-quick-stats { grid-template-columns: repeat(3, 1fr); }
	.ssa-bl-breakdowns { grid-template-columns: repeat(2, 1fr); }
	.ssa-bl-dataset-toolbar { align-items: flex-start; flex-direction: column; }
	.ssa-bl-tools { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 760px) {
	.ssa-bl { width: min(100% - 22px, 1280px); padding: 28px 0 50px; }
	.ssa-bl-hero { grid-template-columns: 1fr; gap: 20px; }
	.ssa-bl-hero h1 { font-size: 36px; }
	.ssa-bl-hero-copy > p { font-size: 14px; }
	.ssa-bl-account { grid-template-columns: 48px minmax(0, 1fr) auto; padding: 16px; }
	.ssa-bl-account-icon { width: 48px; height: 48px; }
	.ssa-bl-query { padding: 20px 16px; border-radius: 18px; }
	.ssa-bl-section-head,
	.ssa-bl-result-head { align-items: flex-start; }
	.ssa-bl-section-head > b { display: none; }
	.ssa-bl-form-grid,
	.ssa-bl-options { grid-template-columns: 1fr; }
	.ssa-bl-options { gap: 8px; }
	.ssa-bl-submit-row { align-items: stretch; flex-direction: column; }
	.ssa-bl-submit-row button { width: 100%; }
	.ssa-bl-result-head { padding: 20px 16px; }
	.ssa-bl-new-query { display: none; }
	.ssa-bl-tabs { padding-left: 9px; padding-right: 9px; }
	.ssa-bl-panel { padding: 16px 10px 20px; }
	.ssa-bl-metrics { grid-template-columns: repeat(2, 1fr); gap: 9px; }
	.ssa-bl-metric { min-height: 126px; padding: 14px; }
	.ssa-bl-metric:last-child { grid-column: 1 / -1; }
	.ssa-bl-metric > strong { font-size: 25px; }
	.ssa-bl-card { padding: 15px 11px; }
	.ssa-bl-chart { min-height: 205px; overflow: hidden; }
	.ssa-bl-chart-controls { gap: 9px 15px; }
	.ssa-bl-chart-controls label { font-size: 11px; }
	.ssa-bl-quick-stats { grid-template-columns: repeat(2, 1fr); }
	.ssa-bl-breakdowns,
	.ssa-bl-trend-grid { grid-template-columns: 1fr; }
	.ssa-bl-tools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ssa-bl-change-filter { grid-column: 1 / -1; width: 100%; }
	.ssa-bl-tools .ssa-bl-change-filter button { flex: 1; }
	.ssa-bl-tools label,
	.ssa-bl-tools input,
	.ssa-bl-tools select,
	.ssa-bl-tools button { width: 100%; min-width: 0; }
	.ssa-bl-local-search { grid-column: 1 / -1; }
	.ssa-bl-table-wrap { border-radius: 11px; }
	.ssa-bl-pagination { align-items: stretch; flex-direction: column; gap: 12px; }
	.ssa-bl-page-summary { text-align: center; }
	.ssa-bl-page-controls { flex-wrap: wrap; justify-content: center; width: 100%; }
	.ssa-bl-page-size { flex-basis: 100%; justify-content: center; margin: 0 0 3px; }
	.ssa-bl-table-wrap { padding: 7px 8px 10px; }
	.ssa-bl-table-wrap table { min-width: 1200px; }
	.ssa-bl-table-wrap th { padding: 15px 17px; font-size: 12px; }
	.ssa-bl-table-wrap td { padding: 16px 17px; font-size: 12.5px; }
	.ssa-bl-details-panel { position: fixed; z-index: 99999; top: 12vh; right: 5vw; left: 5vw; width: 90vw; max-height: 72vh; }
	.ssa-bl-guide { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
	.ssa-bl-hero h1 { font-size: 32px; }
	.ssa-bl-trust { gap: 8px 12px; }
	.ssa-bl-account { grid-template-columns: 44px 1fr; }
	.ssa-bl-account > a { grid-column: 1 / -1; text-align: center; }
	.ssa-bl-metrics { grid-template-columns: 1fr 1fr; }
	.ssa-bl-metric { min-height: 116px; }
	.ssa-bl-metric-top span { font-size: 9px; }
	.ssa-bl-tools { grid-template-columns: 1fr; }
	.ssa-bl-change-filter { grid-column: auto; }
	.ssa-bl-local-search { grid-column: auto; }
	.ssa-bl-field { grid-template-columns: 105px minmax(0, 1fr); }
}
