.soseo-audit-tool {
	--soseo-brand: #0b2a4a;
	--soseo-ink: #172033;
	--soseo-muted: #5d6b82;
	--soseo-line: #d9e2ec;
	--soseo-soft: #f5f8fb;
	--soseo-pass: #16803c;
	--soseo-warning: #b7791f;
	--soseo-fail: #c53030;
	max-width: 1080px;
	margin: 0 auto;
	color: var(--soseo-ink);
	font-family: inherit;
}

.soseo-audit-tool * {
	box-sizing: border-box;
}

.soseo-audit-tool [hidden],
.soseo-audit-tool [data-soseo-loading]:not(.is-visible),
.soseo-audit-tool .soseo-loading[hidden],
.soseo-audit-tool .soseo-report-actions[hidden],
.soseo-audit-tool .soseo-lead-box[hidden],
.soseo-audit-tool .soseo-error[hidden],
.soseo-audit-tool .soseo-loading[aria-hidden="true"],
.soseo-audit-tool .soseo-report-actions[aria-hidden="true"],
.soseo-audit-tool .soseo-lead-box[aria-hidden="true"],
.soseo-audit-tool .soseo-error[aria-hidden="true"] {
	display: none !important;
}

.soseo-audit-header {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 4px solid var(--soseo-brand);
}

.soseo-logo {
	width: 76px;
	height: 76px;
	object-fit: contain;
	flex: 0 0 auto;
}

.soseo-audit-header h2 {
	margin: 0 0 6px;
	color: var(--soseo-brand);
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: 0;
}

.soseo-audit-header p {
	margin: 0;
	color: var(--soseo-muted);
	font-size: 16px;
}

.soseo-input-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.soseo-input-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.soseo-input-row input,
.soseo-optional-email input,
.soseo-lead-grid input {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--soseo-line);
	border-radius: 6px;
	color: var(--soseo-ink);
	background: #fff;
	font: inherit;
}

.soseo-input-row button,
.soseo-secondary-button,
.soseo-lead-box button {
	min-height: 46px;
	padding: 10px 16px;
	border: 1px solid var(--soseo-brand);
	border-radius: 6px;
	background: var(--soseo-brand);
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.soseo-secondary-button {
	background: #fff;
	color: var(--soseo-brand);
}

.soseo-input-row button:disabled,
.soseo-secondary-button:disabled {
	opacity: 0.65;
	cursor: wait;
}

.soseo-optional-email {
	margin-top: 12px;
}

.soseo-loading,
.soseo-error,
.soseo-report-actions,
.soseo-lead-box {
	margin-top: 16px;
}

.soseo-loading {
	display: flex;
	gap: 10px;
	align-items: center;
	color: var(--soseo-brand);
	font-weight: 700;
}

.soseo-spinner {
	width: 20px;
	height: 20px;
	border: 3px solid #c7d2df;
	border-top-color: var(--soseo-brand);
	border-radius: 50%;
	animation: soseo-spin 0.8s linear infinite;
}

@keyframes soseo-spin {
	to { transform: rotate(360deg); }
}

.soseo-error {
	padding: 12px;
	border-left: 4px solid var(--soseo-fail);
	background: #fff5f5;
	color: #7f1d1d;
}

.soseo-report-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.soseo-report-actions [hidden] {
	display: none !important;
}

.soseo-lead-box {
	padding: 18px;
	border: 1px solid var(--soseo-line);
	border-radius: 8px;
	background: var(--soseo-soft);
}

.soseo-lead-box h3 {
	margin: 0 0 12px;
}

.soseo-lead-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.soseo-lead-grid span {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.soseo-report {
	margin-top: 24px;
}

.soseo-report-hero {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	margin-top: 24px;
	padding: 34px;
	border: 1px solid #d8e4f0;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(11, 42, 74, 0.05), rgba(31, 111, 181, 0.1)),
		#fff;
	box-shadow: 0 18px 45px rgba(11, 42, 74, 0.08);
}

.soseo-score-orbit {
	width: 210px;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	grid-column: 1;
	grid-row: 1;
	margin: 0 auto;
	border-radius: 50%;
	background:
		radial-gradient(#fff 0 58%, transparent 59%),
		conic-gradient(var(--score-color, var(--soseo-pass)) calc(var(--score) * 1%), #e8edf3 0);
	box-shadow: inset 0 0 0 1px #edf2f7, 0 14px 36px rgba(11, 42, 74, 0.14);
	text-align: center;
}

.soseo-average-score {
	width: 100%;
	max-width: 384px;
	margin: -10px auto 0;
	padding: 11px 14px;
	border: 1px solid #d8dde5;
	border-radius: 6px;
	background: #f8fafc;
	color: #1f2937;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	grid-column: 1;
	grid-row: 2;
}

.soseo-average-score span {
	display: inline-grid;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	place-items: center;
	border-radius: 50%;
	background: #9aa6b2;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	vertical-align: 1px;
}

.soseo-score-orbit span {
	display: block;
	color: var(--soseo-muted);
	font-size: 15px;
	font-weight: 700;
}

.soseo-score-orbit strong {
	display: block;
	margin-top: 4px;
	color: #0a1628;
	font-size: 34px;
	line-height: 1;
}

.soseo-hero-copy {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.soseo-kicker {
	margin: 0 0 8px;
	color: var(--soseo-brand);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.soseo-hero-copy h3 {
	margin: 0 0 10px;
	color: #0a1628;
	font-size: 26px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.soseo-hero-copy p {
	margin: 0 0 16px;
	color: #354258;
	font-size: 16px;
}

.soseo-progress-stack {
	display: grid;
	gap: 12px;
}

.soseo-progress-stack div {
	display: grid;
	grid-template-columns: 48px 92px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
}

.soseo-progress-stack strong {
	font-size: 20px;
}

.soseo-progress-stack span {
	color: var(--soseo-muted);
}

.soseo-mini-track {
	display: block;
	height: 14px;
	overflow: hidden;
	border-radius: 999px;
	background: #e4eaf1;
}

.soseo-mini-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
}

.soseo-mini-track .fail { background: #ef4444; }
.soseo-mini-track .warning { background: #f59e0b; }
.soseo-mini-track .pass { background: #2fbf71; }

.soseo-summary {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	border: 1px solid var(--soseo-line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.soseo-score-card {
	display: grid;
	place-items: center;
	padding: 22px;
	background: var(--soseo-soft);
	text-align: center;
}

.soseo-score-card span {
	color: var(--soseo-muted);
	font-weight: 700;
}

.soseo-score-card strong {
	color: var(--soseo-brand);
	font-size: 54px;
	line-height: 1;
}

.soseo-share-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	margin: 16px 0;
	padding: 14px;
	border: 1px solid #cfe0f2;
	border-radius: 8px;
	background: #f7fbff;
}

.soseo-share-box span,
.soseo-found-date {
	display: block;
	color: var(--soseo-muted);
	font-size: 13px;
	font-weight: 700;
}

.soseo-share-box a {
	display: block;
	margin-top: 2px;
	overflow-wrap: anywhere;
	color: var(--soseo-brand);
	font-weight: 700;
}

.soseo-cache-notice {
	display: grid;
	gap: 3px;
	margin: 14px 0;
	padding: 12px 14px;
	border: 1px solid #cfe0f2;
	border-radius: 8px;
	background: #f8fbff;
}

.soseo-cache-notice strong {
	color: var(--soseo-brand);
}

.soseo-cache-notice span {
	color: var(--soseo-muted);
	font-size: 13px;
}

.soseo-cache-fresh {
	border-left: 5px solid #2fbf71;
}

.soseo-cache-cached {
	border-left: 5px solid #f59e0b;
}

.soseo-copy-share {
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid var(--soseo-brand);
	border-radius: 6px;
	background: var(--soseo-brand);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.soseo-crawl-summary div {
	min-width: 0;
}

.soseo-crawl-summary span {
	display: block;
	color: var(--soseo-muted);
	font-size: 13px;
	font-weight: 700;
}

.soseo-crawl-summary strong {
	display: block;
	overflow-wrap: anywhere;
	color: var(--soseo-ink);
}

.soseo-counts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 14px 0;
}

.soseo-counts div {
	padding: 14px;
	border-radius: 6px;
	text-align: center;
}

.soseo-counts strong {
	display: block;
	font-size: 28px;
}

.soseo-count-fail {
	background: #fee2e2;
	color: #7f1d1d;
}

.soseo-count-warning {
	background: #fef3c7;
	color: #78350f;
}

.soseo-count-pass {
	background: #dcfce7;
	color: #14532d;
}

.soseo-report-section {
	margin-top: 22px;
	padding: 20px;
	border: 1px solid #d8e4f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(11, 42, 74, 0.05);
}

.soseo-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--soseo-line);
}

.soseo-section-heading h3,
.soseo-report-section > h3 {
	margin: 0 0 12px;
	color: var(--soseo-brand);
	font-size: 22px;
	letter-spacing: 0;
}

.soseo-section-heading h3 {
	margin: 0;
}

.soseo-section-counts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	align-items: center;
	min-width: 300px;
}

.soseo-count-chip {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 3px 9px;
	border-radius: 999px;
	background: #eef2f7;
	font-size: 12px;
	font-weight: 800;
}

.soseo-count-chip.fail { color: #b91c1c; background: #fee2e2; }
.soseo-count-chip.warning { color: #92400e; background: #fef3c7; }
.soseo-count-chip.pass { color: #166534; background: #dcfce7; }

.soseo-count-bars {
	display: grid;
	grid-template-columns: repeat(3, minmax(78px, 1fr));
	gap: 8px;
	width: 100%;
	min-width: 280px;
	margin-top: 4px;
}

.soseo-count-bars div {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 4px;
	align-items: center;
}

.soseo-count-bars span:first-child {
	color: var(--soseo-muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.soseo-count-bars .soseo-mini-track {
	grid-column: 1 / -1;
	height: 8px;
	border-radius: 999px;
}

.soseo-count-bars strong {
	color: var(--soseo-ink);
	font-size: 12px;
}

.soseo-found-date {
	margin: -8px 0 14px;
	font-weight: 500;
}

.soseo-issues {
	border: 1px solid var(--soseo-line);
	border-radius: 7px;
	background: #fff;
}

.soseo-issue-table {
	max-height: 360px;
	overflow-y: auto;
	padding: 12px;
	scrollbar-color: #9aa8b7 #eef2f7;
}

.soseo-issue-row {
	display: grid;
	grid-template-columns: 72px 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 7px 0;
	color: #2f3745;
	font-size: 14px;
	line-height: 1.45;
}

.soseo-priority-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	border: 1px solid currentColor;
	border-radius: 4px;
	background: #fff;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.soseo-issue-high .soseo-priority-pill { color: #ef4444; }
.soseo-issue-medium .soseo-priority-pill { color: #f59e0b; }
.soseo-issue-low .soseo-priority-pill { color: #2fbf71; }

.soseo-issue-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #0b84ff;
	background: #eef6ff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background 0.15s ease, transform 0.15s ease;
}

.soseo-issue-link:hover,
.soseo-issue-link:focus {
	background: #dbeafe;
	transform: translateY(-1px);
}

.soseo-issues-empty {
	display: grid;
	gap: 4px;
	padding: 16px;
	color: var(--soseo-muted);
}

.soseo-issues-empty strong {
	color: var(--soseo-ink);
}

.soseo-check {
	margin-bottom: 12px;
	padding: 18px;
	border: 1px solid var(--soseo-line);
	border-left-width: 6px;
	border-radius: 8px;
	background: linear-gradient(180deg, #fff, #fbfdff);
}

.soseo-check-pass { border-left-color: var(--soseo-pass); }
.soseo-check-warning { border-left-color: var(--soseo-warning); }
.soseo-check-fail { border-left-color: var(--soseo-fail); }
.soseo-check-info { border-left-color: #2563eb; }

.soseo-check-top {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
	align-items: center;
}

.soseo-check-top .soseo-badges {
	margin-left: auto;
}

.soseo-status-dot {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	border-radius: 50%;
	color: transparent;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.soseo-status-pass { background: var(--soseo-pass); }
.soseo-status-warning { background: var(--soseo-warning); }
.soseo-status-fail { background: var(--soseo-fail); }
.soseo-status-info { background: #64748b; }

.soseo-status-dot::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.soseo-status-pass::before { content: "\2713"; }
.soseo-status-warning::before { content: "!"; }
.soseo-status-fail::before { content: "\00d7"; }
.soseo-status-info::before { content: "i"; font-style: italic; }

.soseo-check h4 {
	margin: 0;
	font-size: 17px;
}

.soseo-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.soseo-badge,
.soseo-severity {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.soseo-badge-pass { background: var(--soseo-pass); color: #fff; }
.soseo-badge-warning { background: var(--soseo-warning); color: #fff; }
.soseo-badge-fail { background: var(--soseo-fail); color: #fff; }
.soseo-badge-info { background: #2563eb; color: #fff; }
.soseo-severity { background: #eef2f7; color: #39465a; }

.soseo-result-text {
	margin: 10px 0;
	color: var(--soseo-ink);
}

.soseo-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.soseo-check-grid div {
	padding: 12px;
	border-radius: 6px;
	background: #f7f9fc;
}

.soseo-check-grid strong {
	color: var(--soseo-brand);
}

.soseo-check-grid p {
	margin: 4px 0 0;
	color: var(--soseo-muted);
}

.soseo-serp-preview {
	margin-top: 12px;
	max-width: 620px;
	padding: 12px;
	border: 1px solid var(--soseo-line);
	border-radius: 8px;
	background: #fff;
}

.soseo-serp-title {
	color: #1a0dab;
	font-size: 18px;
}

.soseo-serp-url {
	color: #006621;
	font-size: 13px;
	overflow-wrap: anywhere;
}

.soseo-serp-desc {
	color: #4d5156;
}

.soseo-detail-list {
	margin: 10px 0 0;
	padding-left: 18px;
	color: var(--soseo-muted);
	overflow-wrap: anywhere;
}

.soseo-detail-panel {
	margin-top: 12px;
	padding: 12px 14px;
	border: 1px solid var(--soseo-line);
	border-radius: 8px;
	background: #fff;
}

.soseo-detail-panel > strong {
	display: block;
	color: var(--soseo-navy);
}

.soseo-keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.soseo-keywords span {
	padding: 4px 8px;
	border-radius: 999px;
	background: #eef2f7;
	color: #39465a;
	font-size: 13px;
}

.soseo-keyword-cloud {
	margin-top: 14px;
	padding: 16px;
	border: 3px solid #f0f2f4;
	border-radius: 5px;
	background: #fff;
	color: #858585;
	line-height: 1.8;
}

.soseo-keyword-cloud span {
	display: inline-block;
	margin: 0 7px 2px 0;
	vertical-align: baseline;
}

.soseo-keyword-cloud .weight-1 { font-size: 13px; color: #999; }
.soseo-keyword-cloud .weight-2 { font-size: 16px; color: #8a8a8a; }
.soseo-keyword-cloud .weight-3 { font-size: 20px; color: #777; }
.soseo-keyword-cloud .weight-4 { font-size: 25px; color: #686868; }
.soseo-keyword-cloud .weight-5 { font-size: 31px; color: #555; }

.soseo-metric-bar {
	position: relative;
	max-width: 720px;
	margin: 20px 0 10px;
	padding-top: 22px;
}

.soseo-metric-track {
	position: relative;
	height: 12px;
	background: #e5e9ef;
}

.soseo-metric-track span,
.soseo-metric-track i {
	position: absolute;
	top: 0;
	height: 100%;
}

.soseo-metric-track .good { left: 0; background: #18c36b; }
.soseo-metric-track .warn { background: #ffa000; }
.soseo-metric-track .bad { background: #ff4b4b; }

.soseo-metric-track i {
	top: -4px;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 7px solid #111827;
}

.soseo-metric-value {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	color: #7b7b7b;
	font-size: 12px;
	white-space: nowrap;
}

.soseo-metric-labels {
	position: relative;
	height: 18px;
	color: #777;
	font-size: 12px;
}

.soseo-metric-labels span {
	position: absolute;
	top: 3px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.soseo-lighthouse-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.soseo-lighthouse-card {
	display: grid;
	place-items: center;
	gap: 8px;
	padding: 14px 10px;
	border: 1px solid #dbe5ef;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.soseo-lighthouse-ring {
	width: 76px;
	height: 76px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background:
		radial-gradient(#fff 0 57%, transparent 58%),
		conic-gradient(var(--lh-color, #2fbf71) calc(var(--lh-score) * 1%), #e8edf3 0);
}

.soseo-lighthouse-ring strong {
	color: #0a1628;
	font-size: 20px;
	line-height: 1;
}

.soseo-lighthouse-card span {
	color: var(--soseo-muted);
	font-size: 12px;
	font-weight: 800;
}

.soseo-stat-grid,
.soseo-workload-grid,
.soseo-mode-groups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.soseo-stat-card,
.soseo-workload-card,
.soseo-mode-group {
	min-width: 0;
	padding: 15px;
	border: 1px solid #dbe5ef;
	border-top: 4px solid #64748b;
	border-radius: 7px;
	background: #fff;
}

.soseo-stat-card > div:first-child {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-end;
}

.soseo-stat-card span,
.soseo-workload-card > span {
	color: #34445a;
	font-size: 13px;
	font-weight: 800;
}

.soseo-stat-card strong,
.soseo-workload-card strong {
	color: #0a1628;
	font-size: 25px;
	line-height: 1.1;
}

.soseo-stat-card strong small {
	color: var(--soseo-muted);
	font-size: 12px;
	font-weight: 700;
}

.soseo-stat-track,
.soseo-workload-track {
	height: 8px;
	margin-top: 12px;
	overflow: hidden;
	border-radius: 999px;
	background: #e8edf3;
}

.soseo-stat-track span,
.soseo-workload-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #64748b;
}

.soseo-workload-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.soseo-workload-card {
	display: grid;
	gap: 7px;
}

.soseo-workload-card small {
	min-height: 18px;
	color: var(--soseo-muted);
	font-size: 11px;
}

.soseo-tone-pass { border-top-color: #2fbf71; }
.soseo-tone-warning { border-top-color: #f59e0b; }
.soseo-tone-fail { border-top-color: #ef4444; }
.soseo-tone-info { border-top-color: #3b82f6; }
.soseo-tone-pass .soseo-stat-track span,
.soseo-tone-pass .soseo-workload-track span { background: #2fbf71; }
.soseo-tone-warning .soseo-stat-track span,
.soseo-tone-warning .soseo-workload-track span { background: #f59e0b; }
.soseo-tone-fail .soseo-stat-track span,
.soseo-tone-fail .soseo-workload-track span { background: #ef4444; }
.soseo-tone-info .soseo-stat-track span,
.soseo-tone-info .soseo-workload-track span { background: #3b82f6; }

.soseo-mode-group h5 {
	margin: 0 0 12px;
	color: var(--soseo-brand);
	font-size: 15px;
	text-transform: uppercase;
}

.soseo-mode-group .soseo-lighthouse-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0;
}

.soseo-before-after {
	margin: 16px 0;
	border: 1px solid #cfe0f2;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.soseo-before-after-head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	padding: 14px;
	background: #f7fbff;
}

.soseo-before-after-head h3 {
	margin: 0 0 2px;
	color: var(--soseo-brand);
	font-size: 22px;
}

.soseo-before-after-head p {
	margin: 0;
	color: var(--soseo-muted);
	font-size: 13px;
}

.soseo-before-after-head button {
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid var(--soseo-brand);
	border-radius: 6px;
	background: var(--soseo-brand);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.soseo-compare-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.soseo-before-after-panel {
	display: grid;
	gap: 18px;
	padding: 20px;
	border-top: 1px solid var(--soseo-line);
}

.soseo-before-after-panel[hidden] {
	display: none !important;
}

.soseo-report-hero.soseo-compare-hero {
	position: relative;
	margin-top: 0;
	box-shadow: none;
}

.soseo-compare-kicker-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.soseo-compare-kicker-row .soseo-kicker {
	margin: 0;
}

.soseo-compare-kicker-row strong {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #fee2e2;
	color: #b91c1c;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.soseo-compare-after .soseo-compare-kicker-row strong {
	background: #dcfce7;
	color: #166534;
}

.soseo-progress-score {
	display: grid;
	gap: 3px;
	padding: 12px 14px;
	border: 1px solid #dfe7ef;
	border-left: 5px solid var(--progress-color, #2fbf71);
	border-radius: 7px;
	background: #fbfdff;
}

.soseo-progress-score span,
.soseo-progress-score small,
.soseo-compare-footer span {
	color: var(--soseo-muted);
}

.soseo-progress-score strong {
	color: var(--progress-color, #2fbf71);
	font-size: 24px;
	line-height: 1;
}

.soseo-compare-footer {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 14px;
	border: 1px solid #dfe7ef;
	border-radius: 8px;
	background: #f8fbff;
}

.soseo-compare-footer > div:last-child {
	display: grid;
	gap: 3px;
}

.soseo-compare-footer > div:last-child strong {
	color: var(--soseo-brand);
}

.soseo-crawl-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.soseo-crawl-summary div {
	padding: 12px;
	border: 1px solid var(--soseo-line);
	border-radius: 6px;
	background: #fff;
}

.soseo-disclaimer,
.soseo-muted {
	color: var(--soseo-muted);
}

.soseo-disclaimer {
	margin-top: 18px;
	padding: 12px;
	border: 1px solid #dbeafe;
	border-radius: 6px;
	background: #eff6ff;
}

@media (max-width: 760px) {
	.soseo-audit-header,
	.soseo-check-top {
		display: block;
	}

	.soseo-logo {
		margin-bottom: 10px;
	}

	.soseo-input-row,
	.soseo-report-hero,
		.soseo-summary,
		.soseo-share-box,
		.soseo-counts,
		.soseo-issues,
	.soseo-lighthouse-grid,
	.soseo-stat-grid,
	.soseo-workload-grid,
	.soseo-mode-groups,
	.soseo-compare-score-grid,
	.soseo-compare-body,
	.soseo-compare-footer,
	.soseo-check-grid,
	.soseo-crawl-summary,
	.soseo-lead-grid {
		grid-template-columns: 1fr;
	}

	.soseo-section-counts {
		justify-content: flex-start;
		min-width: 0;
		width: 100%;
	}

	.soseo-count-bars {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.soseo-score-orbit,
	.soseo-average-score,
	.soseo-hero-copy {
		grid-column: auto;
		grid-row: auto;
	}

	.soseo-input-row button {
		width: 100%;
	}

	.soseo-report-hero {
		padding: 20px;
	}

	.soseo-progress-stack div {
		grid-template-columns: 40px 82px minmax(0, 1fr);
	}

	.soseo-compare-downloads {
		justify-content: flex-start;
	}

	.soseo-section-heading,
	.soseo-check-top {
		align-items: flex-start;
	}

	.soseo-check-top {
		display: flex;
	}

	.soseo-audit-header h2 {
		font-size: 26px;
	}
}

@media print {
	.soseo-audit-form,
	.soseo-report-actions,
	.soseo-lead-box {
		display: none !important;
	}

	.soseo-audit-tool {
		max-width: none;
	}

	.soseo-check {
		break-inside: avoid;
	}
}
