:root {
	--snt-ink: #142033;
	--snt-muted: #5e6b7e;
	--snt-navy: #0b1f3a;
	--snt-blue: #1769e0;
	--snt-blue-dark: #0c4fb3;
	--snt-cyan: #2ab7ca;
	--snt-paper: #ffffff;
	--snt-soft: #f3f6fb;
	--snt-line: #dce3ed;
	--snt-warn: #fff7e6;
	--snt-warn-line: #efb94f;
	--snt-success: #087f5b;
	--snt-danger: #b42318;
	--snt-radius: 18px;
	--snt-shadow: 0 18px 45px rgba(11, 31, 58, 0.08);
}

.snt-managed-page .entry-header {
	display: none;
}

body {
	background: #eef2f7;
	color: var(--snt-ink);
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	color: var(--snt-blue-dark);
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--snt-blue);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(23, 105, 224, 0.28);
	outline-offset: 3px;
}

.site-header {
	border-bottom: 1px solid var(--snt-line);
	background: rgba(255, 255, 255, 0.97);
}

.site-header .inside-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-logo img,
.site-header .header-image {
	width: 116px;
	max-height: 54px;
	object-fit: contain;
}

.main-navigation {
	border-bottom: 1px solid var(--snt-line);
	background: var(--snt-paper);
	box-shadow: 0 8px 24px rgba(11, 31, 58, 0.04);
}

.main-navigation .main-nav ul li a {
	color: #26364d;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.main-navigation .main-nav ul li[class*="current-menu"] > a,
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a {
	background: transparent;
	color: var(--snt-blue);
}

.snt-menu-item a::after {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 7px;
	border-radius: 50%;
	background: var(--snt-cyan);
	content: "";
	vertical-align: 0.18em;
}

.snt-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.snt-home-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background:
		radial-gradient(circle at 85% 0%, rgba(42, 183, 202, 0.34), transparent 29rem),
		linear-gradient(135deg, #081b35 0%, #0c2d57 61%, #0c4269 100%);
	color: #fff;
}

.snt-home-hero::after {
	position: absolute;
	right: -8rem;
	bottom: -11rem;
	width: 26rem;
	height: 26rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	box-shadow:
		0 0 0 3rem rgba(255, 255, 255, 0.025),
		0 0 0 7rem rgba(255, 255, 255, 0.02);
	content: "";
}

.snt-home-hero .snt-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
	gap: 44px;
	align-items: center;
	padding-block: 46px;
}

.snt-home-copy {
	max-width: 730px;
}

.snt-eyebrow {
	margin: 0 0 14px;
	color: var(--snt-blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.snt-home-hero .snt-eyebrow {
	color: #85dce8;
}

.snt-home-hero h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(2.1rem, 4.35vw, 3.55rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.snt-home-copy > p:not(.snt-eyebrow) {
	max-width: 660px;
	color: #d8e4f1;
	font-size: 1.02rem;
	line-height: 1.75;
}

.snt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid var(--snt-blue);
	border-radius: 999px;
	background: var(--snt-blue);
	color: #fff !important;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
	transition:
		transform 160ms ease,
		background 160ms ease,
		box-shadow 160ms ease;
}

.snt-button:hover {
	background: var(--snt-blue-dark);
	box-shadow: 0 10px 25px rgba(23, 105, 224, 0.24);
	transform: translateY(-1px);
}

.snt-text-link {
	display: inline-block;
	margin-left: 16px;
	color: inherit;
	font-weight: 750;
	text-decoration-thickness: 1px;
}

.snt-home-hero .snt-text-link {
	color: #fff;
}

.snt-trust-list {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--snt-radius);
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
	list-style: none;
	backdrop-filter: blur(14px);
}

.snt-trust-list li {
	display: grid;
	grid-template-columns: 30px 1fr;
	padding: 16px;
	border-radius: 12px;
}

.snt-trust-list li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.snt-trust-list span {
	grid-row: 1 / span 2;
	display: grid;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #83dbe7;
	color: var(--snt-navy);
	font-size: 0.75rem;
	font-weight: 900;
	place-items: center;
}

.snt-trust-list strong,
.snt-trust-list small {
	display: block;
}

.snt-trust-list strong {
	color: #fff;
	font-size: 0.96rem;
}

.snt-trust-list small {
	margin-top: 3px;
	color: #c6d7e8;
	font-size: 0.78rem;
}

.site.grid-container {
	width: min(1180px, calc(100% - 40px));
}

.site-content {
	gap: 24px;
	padding-top: 34px;
	padding-bottom: 56px;
}

#right-sidebar {
	display: none;
}

#primary {
	width: 100%;
}

body.single #primary,
body.snt-managed-page #primary {
	max-width: 920px;
	margin-inline: auto;
}

body.single .code-block-3 {
	width: 100%;
	max-width: 920px;
	margin: 46px auto 12px;
	clear: both;
}

.code-block:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
	display: none !important;
}

body.home .site-content {
	display: block;
}

.snt-home-hub {
	grid-column: 1 / -1;
	margin-bottom: 30px;
}

.snt-home-search {
	display: grid;
	grid-template-columns: auto minmax(260px, 560px);
	gap: 24px;
	align-items: center;
	margin-bottom: 46px;
	padding: 18px 22px;
	border: 1px solid var(--snt-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(11, 31, 58, 0.055);
}

.snt-home-search > label {
	color: var(--snt-ink);
	font-size: 0.9rem;
	font-weight: 800;
}

.snt-home-search > div {
	display: grid;
	grid-template-columns: 1fr auto;
}

.snt-home-search input {
	min-width: 0;
	padding: 12px 15px;
	border: 1px solid #cbd5e2;
	border-right: 0;
	border-radius: 9px 0 0 9px;
	background: #f9fbfd;
	color: var(--snt-ink);
	font: inherit;
}

.snt-home-search button {
	padding: 0 20px;
	border: 0;
	border-radius: 0 9px 9px 0;
	background: var(--snt-blue);
	color: #fff;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	cursor: pointer;
}

.snt-section-heading {
	display: flex;
	gap: 28px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 20px;
}

.snt-section-heading .snt-eyebrow,
.snt-latest-heading .snt-eyebrow {
	margin-bottom: 7px;
}

.snt-section-heading h2,
.snt-latest-heading h2 {
	margin: 0;
	color: var(--snt-ink);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.2;
}

.snt-section-heading > p,
.snt-latest-heading > p:last-child {
	max-width: 470px;
	margin: 0;
	color: var(--snt-muted);
	font-size: 0.86rem;
	line-height: 1.65;
}

.snt-feature-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.52fr) minmax(300px, 0.48fr);
	gap: 14px;
}

.snt-feature-grid article {
	overflow: hidden;
	border: 1px solid var(--snt-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(11, 31, 58, 0.055);
}

.snt-feature-lead {
	grid-row: span 3;
}

.snt-feature-media {
	display: block;
	overflow: hidden;
	background: linear-gradient(145deg, #102b50, #1769e0);
	text-decoration: none;
}

.snt-feature-lead .snt-feature-media {
	aspect-ratio: 16 / 8.2;
}

.snt-feature-brief {
	display: grid;
	grid-template-columns: 132px 1fr;
	min-height: 132px;
}

.snt-feature-brief .snt-feature-media {
	height: 100%;
}

.snt-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.snt-feature-grid article:hover .snt-feature-media img {
	transform: scale(1.025);
}

.snt-media-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 132px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	place-items: center;
}

.snt-feature-copy {
	padding: 24px 26px 27px;
}

.snt-feature-brief .snt-feature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 18px;
}

.snt-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 9px;
	color: #7a8799;
	font-size: 0.72rem;
	font-weight: 650;
}

.snt-card-meta a {
	color: var(--snt-blue-dark);
	font-weight: 800;
	text-decoration: none;
}

.snt-feature-copy h3 {
	margin: 0;
	color: var(--snt-ink);
	font-size: clamp(1.55rem, 2.6vw, 2.15rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.28;
}

.snt-feature-brief .snt-feature-copy h3 {
	display: -webkit-box;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.snt-feature-copy h3 a {
	color: inherit;
	text-decoration: none;
}

.snt-feature-excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 14px 0;
	color: var(--snt-muted);
	font-size: 0.9rem;
	line-height: 1.72;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.snt-read-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--snt-blue-dark);
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
}

.snt-read-link span {
	transition: transform 160ms ease;
}

.snt-read-link:hover span {
	transform: translateX(3px);
}

.snt-topic-section {
	margin-top: 58px;
}

.snt-topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.snt-topic-card {
	display: flex;
	flex-direction: column;
	min-height: 340px;
	padding: 24px;
	border: 1px solid var(--snt-line);
	border-radius: 16px;
	background: linear-gradient(155deg, #fff 45%, #f4f8fd);
	box-shadow: 0 10px 28px rgba(11, 31, 58, 0.045);
}

.snt-topic-card-head {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 14px;
	align-items: start;
}

.snt-topic-card-head > span {
	display: grid;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--snt-navy);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	place-items: center;
}

.snt-topic-card h3 {
	margin: 0 0 6px;
	color: var(--snt-ink);
	font-size: 1.22rem;
	font-weight: 850;
	letter-spacing: -0.035em;
}

.snt-topic-card h3 a {
	color: inherit;
	text-decoration: none;
}

.snt-topic-card-head p {
	margin: 0;
	color: var(--snt-muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

.snt-topic-card ul {
	display: grid;
	gap: 0;
	margin: 22px 0;
	padding: 0;
	border-top: 1px solid var(--snt-line);
	list-style: none;
}

.snt-topic-card li {
	padding: 12px 0;
	border-bottom: 1px solid var(--snt-line);
}

.snt-topic-card li a {
	display: -webkit-box;
	overflow: hidden;
	color: #2a394e;
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.snt-topic-card > .snt-read-link {
	margin-top: auto;
}

.snt-latest-heading {
	margin: 64px 0 20px;
}

body.home:not(.paged) .site-main > article:nth-of-type(-n + 4) {
	display: none;
}

body.home .site-main {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.home .site-main > article {
	margin-bottom: 0;
}

body.home .site-main > article .inside-article {
	height: 100%;
	padding: 28px;
}

body.home .site-main .post-image {
	margin: -28px -28px 22px;
}

body.home .site-main .post-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

body.home .site-main .entry-title {
	font-size: clamp(1.22rem, 2.2vw, 1.55rem);
}

body.home .site-main .entry-summary {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 14px;
	font-size: 0.9rem;
	line-height: 1.72;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

body.home .site-main footer.entry-meta {
	display: none;
}

body.home .site-main .paging-navigation {
	grid-column: 1 / -1;
}

.inside-article,
.widget {
	border: 1px solid rgba(220, 227, 237, 0.88);
	border-radius: 16px;
	background: var(--snt-paper);
	box-shadow: 0 10px 30px rgba(11, 31, 58, 0.055);
}

.inside-article {
	overflow: hidden;
}

.entry-title {
	color: var(--snt-ink);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.24;
}

.entry-summary,
.entry-content {
	color: #2b3749;
	font-size: 1rem;
	line-height: 1.82;
}

.entry-meta {
	color: #738096;
	font-size: 0.82rem;
}

.entry-content h2,
.entry-content h3 {
	scroll-margin-top: 110px;
	color: var(--snt-ink);
	font-weight: 800;
	letter-spacing: -0.035em;
}

.entry-content h2 {
	margin-top: 2.4em;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.entry-content h3 {
	margin-top: 2em;
	font-size: 1.3rem;
}

.entry-content img {
	border-radius: 12px;
}

.widget-title {
	color: var(--snt-ink);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.snt-article-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0 0 30px;
	padding: 13px 16px;
	border: 1px solid #d7e5f6;
	border-radius: 12px;
	background: #f6f9fd;
	color: #506078;
	font-size: 0.8rem;
	line-height: 1.5;
}

.snt-article-trust strong {
	margin-right: 4px;
	color: var(--snt-ink);
}

.snt-source-box,
.snt-author-box,
.snt-investment-note {
	margin-top: 36px;
}

.snt-source-box {
	padding: clamp(22px, 4vw, 32px);
	border: 1px solid #d6e3f3;
	border-radius: var(--snt-radius);
	background: #f7faff;
}

.snt-source-box h2,
.snt-author-box h2 {
	margin: 0 0 16px;
	font-size: 1.35rem;
}

.snt-source-box ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.snt-source-box li {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: baseline;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--snt-line);
}

.snt-source-box li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.snt-source-box a {
	font-weight: 700;
}

.snt-source-box small {
	color: var(--snt-muted);
	font-size: 0.72rem;
}

.snt-source-help {
	margin: 16px 0 0;
	color: var(--snt-muted);
	font-size: 0.78rem;
}

.snt-author-box {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 18px;
	padding: clamp(22px, 4vw, 32px);
	border-top: 3px solid var(--snt-blue);
	border-radius: 0 0 var(--snt-radius) var(--snt-radius);
	background: var(--snt-soft);
}

.snt-author-box p {
	margin-bottom: 8px;
}

.snt-author-box h2 small,
.snt-operator-card h3 small {
	color: var(--snt-muted);
	font-size: 0.75em;
	font-weight: 600;
}

.snt-avatar {
	display: grid;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: linear-gradient(145deg, var(--snt-navy), var(--snt-blue));
	box-shadow: 0 10px 25px rgba(11, 31, 58, 0.18);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 850;
	place-items: center;
}

.snt-investment-note {
	position: relative;
	padding: 20px 22px 20px 58px;
	border: 1px solid #f0cf83;
	border-radius: 14px;
	background: var(--snt-warn);
	font-size: 0.88rem;
	line-height: 1.65;
}

.snt-investment-note::before {
	position: absolute;
	top: 20px;
	left: 22px;
	display: grid;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f2b84b;
	color: #4a3200;
	content: "!";
	font-weight: 900;
	place-items: center;
}

.snt-investment-note p {
	margin: 2px 0 5px;
}

.snt-policy-page {
	max-width: 860px;
	margin-inline: auto;
	color: #27354a;
	font-size: 1rem;
	line-height: 1.82;
}

.snt-policy-page .snt-policy-hero {
	position: relative;
	overflow: hidden;
	margin: -40px -40px 42px;
	padding: clamp(38px, 7vw, 68px) clamp(28px, 7vw, 64px);
	border-radius: 16px 16px 0 0;
	background:
		radial-gradient(circle at 100% 0%, rgba(42, 183, 202, 0.22), transparent 20rem),
		var(--snt-navy);
	color: #fff;
}

.snt-policy-hero h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(2.1rem, 5vw, 3.6rem);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 1.15;
}

.snt-policy-hero .snt-lead {
	max-width: 700px;
	margin: 0;
	color: #d8e5f1;
	font-size: clamp(1rem, 2vw, 1.18rem);
	line-height: 1.75;
}

.snt-policy-date {
	margin: 22px 0 0;
	color: #9fb5ca;
	font-size: 0.78rem;
}

.snt-policy-page section {
	margin-top: 48px;
	scroll-margin-top: 110px;
}

.snt-policy-page section h2 {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--snt-line);
	color: var(--snt-ink);
	font-size: clamp(1.45rem, 3vw, 1.9rem);
	font-weight: 850;
	letter-spacing: -0.04em;
}

.snt-policy-page section h3 {
	color: var(--snt-ink);
	font-size: 1.08rem;
	font-weight: 800;
}

.snt-policy-page li + li {
	margin-top: 7px;
}

.snt-toc {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--snt-line);
	border-radius: 14px;
	background: var(--snt-soft);
	font-size: 0.82rem;
}

.snt-toc strong {
	margin-right: 5px;
	color: var(--snt-ink);
}

.snt-toc a {
	padding: 5px 9px;
	border-radius: 999px;
	background: #fff;
	text-decoration: none;
}

.snt-callout,
.snt-warning-panel {
	padding: 22px 24px;
	border-radius: 14px;
}

.snt-callout {
	border-left: 4px solid var(--snt-blue);
	background: #edf5ff;
}

.snt-callout > :first-child {
	margin-top: 0;
}

.snt-callout > :last-child {
	margin-bottom: 0;
}

.snt-warning-panel {
	border: 1px solid var(--snt-warn-line);
	background: var(--snt-warn);
}

.snt-warning-panel strong {
	color: #563d05;
	font-size: 1.08rem;
}

.snt-warning-panel p {
	margin-bottom: 0;
}

.snt-principle-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.snt-principle-grid article {
	padding: 22px;
	border: 1px solid var(--snt-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(11, 31, 58, 0.04);
}

.snt-principle-grid h3 {
	margin: 8px 0;
}

.snt-principle-grid p {
	margin: 0;
	color: var(--snt-muted);
	font-size: 0.88rem;
	line-height: 1.7;
}

.snt-number {
	color: var(--snt-blue);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.snt-operator-card {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 22px;
	padding: clamp(22px, 5vw, 34px);
	border: 1px solid var(--snt-line);
	border-radius: var(--snt-radius);
	background: linear-gradient(135deg, #fff, #f5f9ff);
	box-shadow: var(--snt-shadow);
}

.snt-operator-card h3 {
	margin: 0 0 9px;
	color: var(--snt-ink);
	font-size: 1.35rem;
}

.snt-definition-list {
	display: grid;
	gap: 0;
	margin: 20px 0 0;
	border-top: 1px solid var(--snt-line);
}

.snt-definition-list div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid var(--snt-line);
}

.snt-definition-list dt {
	color: var(--snt-muted);
	font-size: 0.8rem;
	font-weight: 750;
}

.snt-definition-list dd {
	margin: 0;
	color: var(--snt-ink);
	font-size: 0.9rem;
}

.snt-process-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--snt-line);
	list-style: none;
	counter-reset: snt-process;
}

.snt-process-list li {
	display: grid;
	grid-template-columns: minmax(130px, 0.35fr) 1fr;
	gap: 20px;
	margin: 0;
	padding: 16px 0;
	border-bottom: 1px solid var(--snt-line);
	counter-increment: snt-process;
}

.snt-process-list strong::before {
	margin-right: 10px;
	color: var(--snt-blue);
	content: counter(snt-process, decimal-leading-zero);
	font-size: 0.72rem;
}

.snt-process-list span {
	color: var(--snt-muted);
}

.snt-table-wrap {
	overflow-x: auto;
	margin-block: 20px;
	border: 1px solid var(--snt-line);
	border-radius: 14px;
}

.snt-policy-page table {
	width: 100%;
	min-width: 660px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 0.84rem;
	line-height: 1.65;
}

.snt-policy-page th,
.snt-policy-page td {
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid var(--snt-line);
	text-align: left;
	vertical-align: top;
}

.snt-policy-page tr:last-child td {
	border-bottom: 0;
}

.snt-policy-page th {
	background: var(--snt-soft);
	color: var(--snt-ink);
	font-weight: 800;
}

.snt-contact-layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
	gap: 34px;
	align-items: start;
}

.snt-contact-layout > aside {
	padding: 24px;
	border-radius: 14px;
	background: var(--snt-soft);
}

.snt-contact-layout > aside h2 {
	margin-top: 0;
	font-size: 1.2rem;
}

.snt-contact-layout > aside ul {
	margin-left: 1.1em;
	padding: 0;
	font-size: 0.84rem;
}

.snt-mini-warning {
	margin-block: 20px;
	padding: 14px;
	border-left: 3px solid var(--snt-warn-line);
	background: var(--snt-warn);
	font-size: 0.78rem;
	line-height: 1.55;
}

.snt-contact-form {
	display: grid;
	gap: 18px;
}

.snt-contact-form label {
	display: grid;
	gap: 7px;
	color: var(--snt-ink);
	font-size: 0.86rem;
	font-weight: 750;
}

.snt-contact-form label em {
	color: var(--snt-blue);
	font-size: 0.72rem;
	font-style: normal;
}

.snt-contact-form input,
.snt-contact-form select,
.snt-contact-form textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #cbd5e2;
	border-radius: 9px;
	background: #fff;
	color: var(--snt-ink);
	font: inherit;
	font-weight: 500;
}

.snt-contact-form textarea {
	min-height: 190px;
	resize: vertical;
}

.snt-field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.snt-contact-form .snt-consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.6;
}

.snt-contact-form .snt-consent input {
	width: 18px;
	height: 18px;
	margin-top: 3px;
}

.snt-contact-form .snt-button {
	width: fit-content;
	border: 0;
	cursor: pointer;
}

.snt-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.snt-form-notice {
	margin-bottom: 28px;
	padding: 16px 18px;
	border-radius: 12px;
}

.snt-form-notice.is-success {
	border: 1px solid #97d8bf;
	background: #edfbf5;
	color: var(--snt-success);
}

.snt-form-notice.is-error {
	border: 1px solid #efb4ae;
	background: #fff1ef;
	color: var(--snt-danger);
}

.snt-trust-footer {
	background: #07182e;
	color: #d4dfeb;
}

.snt-trust-footer .snt-shell {
	display: grid;
	grid-template-columns: 1.1fr 1.4fr 0.8fr;
	gap: 44px;
	align-items: start;
	padding-block: 46px;
}

.snt-footer-brand > strong {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.snt-footer-brand p {
	margin: 8px 0;
	color: #e7eef6;
	font-weight: 650;
}

.snt-footer-brand small {
	color: #8fa3b8;
}

.snt-trust-footer nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 11px 18px;
}

.snt-trust-footer a {
	color: #d8e5f1;
	font-size: 0.83rem;
}

.snt-footer-operator {
	display: grid;
	gap: 5px;
	justify-items: start;
	color: #9fb1c4;
	font-size: 0.8rem;
}

.snt-footer-operator strong {
	color: #fff;
}

.site-info {
	background: #061327;
	color: #7e91a7;
	font-size: 0.75rem;
}

@media (max-width: 960px) {
	.snt-home-hero .snt-shell {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-block: 48px;
	}

	.snt-trust-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.snt-trust-list li + li {
		border-top: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
	}

	.snt-principle-grid,
	.snt-trust-footer .snt-shell {
		grid-template-columns: 1fr;
	}

	.snt-contact-layout {
		grid-template-columns: 1fr;
	}

	.snt-feature-grid {
		grid-template-columns: 1fr;
	}

	.snt-feature-lead {
		grid-row: auto;
	}

	.snt-feature-brief {
		grid-template-columns: 180px 1fr;
	}

	.snt-topic-grid {
		grid-template-columns: 1fr;
	}

	.snt-topic-card {
		min-height: 0;
	}
}

@media (max-width: 700px) {
	.snt-shell,
	.site.grid-container {
		width: min(100% - 24px, 1180px);
	}

	.site-header .inside-header {
		padding: 12px;
	}

	.site-logo img,
	.site-header .header-image {
		width: 100px;
		max-height: 46px;
	}

	.snt-home-hero .snt-shell {
		padding-block: 32px;
	}

	.snt-home-hero h1 {
		font-size: clamp(1.9rem, 9.2vw, 2.65rem);
	}

	.snt-trust-list {
		grid-template-columns: 1fr;
	}

	.snt-trust-list li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0;
	}

	.snt-text-link {
		margin: 14px 0 0 4px;
	}

	.snt-policy-page .snt-policy-hero {
		margin: -30px -30px 34px;
		padding: 38px 25px;
	}

	.snt-principle-grid,
	.snt-field-grid {
		grid-template-columns: 1fr;
	}

	.snt-operator-card,
	.snt-author-box {
		grid-template-columns: 1fr;
	}

	.snt-definition-list div,
	.snt-process-list li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.snt-source-box li {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.snt-investment-note {
		padding-left: 22px;
		padding-top: 58px;
	}

	.snt-trust-footer nav {
		grid-template-columns: 1fr;
	}

	.site-content {
		padding-top: 22px;
	}

	.snt-home-search {
		grid-template-columns: 1fr;
		gap: 9px;
		margin-bottom: 38px;
		padding: 15px;
	}

	.snt-home-search input {
		font-size: 16px;
	}

	.snt-section-heading {
		display: block;
	}

	.snt-section-heading > p {
		margin-top: 9px;
	}

	.snt-feature-lead .snt-feature-media {
		aspect-ratio: 16 / 9;
	}

	.snt-feature-copy {
		padding: 20px;
	}

	.snt-feature-copy h3 {
		font-size: 1.45rem;
	}

	.snt-feature-brief {
		grid-template-columns: 112px 1fr;
		min-height: 116px;
	}

	.snt-feature-brief .snt-feature-copy {
		padding: 13px;
	}

	.snt-feature-brief .snt-feature-copy h3 {
		font-size: 0.9rem;
		-webkit-line-clamp: 3;
	}

	.snt-feature-brief .snt-card-meta {
		margin-bottom: 5px;
	}

	.snt-topic-section {
		margin-top: 46px;
	}

	.snt-topic-card {
		padding: 20px;
	}

	.snt-latest-heading {
		margin-top: 48px;
	}

	body.home .site-main {
		grid-template-columns: 1fr;
	}

	body.home .site-main > article .inside-article {
		padding: 22px;
	}

	body.home .site-main .post-image {
		margin: -22px -22px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
