/*
 * TradingWaves x TMGM account comparison page.
 * All selectors are intentionally scoped to .tw-tmgm-page.
 * NOT_READY_FOR_PUBLICATION / PENDING_TMGM_COMPLIANCE_APPROVAL
 */

.tw-tmgm-page {
	--tmgm-ink: #07111f;
	--tmgm-muted: #5d6878;
	--tmgm-line: #e2e8ec;
	--tmgm-soft: #f5f8f7;
	--tmgm-green: #01cd74;
	--tmgm-green-dark: #00a85f;
	--tmgm-green-soft: #e9f9f1;
	--tmgm-white: #fff;
	max-width: 1180px;
	margin-bottom: 80px;
	color: var(--tmgm-ink);
}

.tw-tmgm-page *,
.tw-tmgm-page *::before,
.tw-tmgm-page *::after {
	box-sizing: border-box;
}

.tw-tmgm-page section[id] {
	scroll-margin-top: 24px;
}

.tw-tmgm-page h1,
.tw-tmgm-page h2,
.tw-tmgm-page h3,
.tw-tmgm-page p,
.tw-tmgm-page dl,
.tw-tmgm-page dd {
	letter-spacing: 0;
}

.tw-tmgm-page h2 {
	color: var(--tmgm-ink);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.22;
}

.tw-tmgm-page p {
	color: var(--tmgm-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
}

.tw-tmgm-body .tw-tmgm-analytics-pixel {
	position: absolute;
	left: -9999px;
}

.tw-tmgm-page .tw-tmgm-draft-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0 0 18px;
	padding: 10px 16px;
	border: 1px solid #e8d9a9;
	border-radius: 8px;
	background: #fffaf0;
	color: #5f4a14;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-draft-label {
	display: inline-flex;
	padding: 3px 8px;
	border-radius: 999px;
	background: #775d19;
	color: var(--tmgm-white);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	overflow: hidden;
	margin-bottom: 22px;
	padding: 57px 68px 59px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background:
		radial-gradient(circle at 88% 5%, rgba(1, 205, 116, 0.2), transparent 31%),
		linear-gradient(135deg, #07111f 0%, #0b1b29 58%, #102d2a 100%);
	box-shadow: 0 22px 52px rgba(7, 17, 31, 0.16);
}

.tw-tmgm-page .tw-tmgm-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 38%;
	height: 3px;
	background: var(--tmgm-green);
	content: '';
}

.tw-tmgm-page .tw-tmgm-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-eyebrow,
.tw-tmgm-page .tw-tmgm-kicker {
	margin: 0 0 12px;
	color: var(--tmgm-green-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.7px;
	line-height: 1.4;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-eyebrow {
	color: #79e3b3;
}

.tw-tmgm-page .tw-tmgm-eyebrow span[aria-hidden="true"] {
	display: inline-block;
	margin: 0 5px;
	color: var(--tmgm-white);
	font-size: 18px;
	font-weight: 400;
	vertical-align: -1px;
}

.tw-tmgm-page .tw-tmgm-hero h1 {
	max-width: 830px;
	margin: 0 auto 20px;
	color: var(--tmgm-white);
	font-size: 45px;
	font-weight: 700;
	line-height: 1.14;
}

.tw-tmgm-page .tw-tmgm-hero-lede {
	max-width: 750px;
	margin: 0 auto 31px;
	color: #c5d0d9;
	font-size: 17px;
	line-height: 1.75;
}

.tw-tmgm-page .tw-tmgm-hero-actions,
.tw-tmgm-page .tw-tmgm-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
}

.tw-tmgm-page .tw-tmgm-hero-actions {
	justify-content: center;
}

.tw-tmgm-page .tw-tmgm-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 23px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	text-decoration: none !important;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tw-tmgm-page .tw-tmgm-button-primary {
	border-color: var(--tmgm-green);
	background: var(--tmgm-green);
	color: #042215 !important;
}

.tw-tmgm-page .tw-tmgm-button-secondary {
	border-color: #aeb8c2;
	background: var(--tmgm-white);
	color: var(--tmgm-ink) !important;
}

.tw-tmgm-page .tw-tmgm-button-on-dark {
	border-color: rgba(255, 255, 255, 0.48);
	background: transparent;
	color: var(--tmgm-white) !important;
}

.tw-tmgm-page a.tw-tmgm-button:hover,
.tw-tmgm-page button.tw-tmgm-button:not(:disabled):hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(1, 205, 116, 0.2);
}

.tw-tmgm-page .tw-tmgm-button-primary:hover {
	border-color: #1bdd8a;
	background: #1bdd8a;
}

.tw-tmgm-page .tw-tmgm-button-secondary:hover,
.tw-tmgm-page .tw-tmgm-button-on-dark:hover {
	border-color: var(--tmgm-green);
	background: var(--tmgm-green-soft);
	color: #063f27 !important;
}

.tw-tmgm-page .tw-tmgm-button:disabled {
	cursor: not-allowed;
	filter: grayscale(0.25);
	opacity: 0.58;
}

.tw-tmgm-page .tw-tmgm-link-status {
	display: block;
	max-width: 250px;
	margin: 7px auto 0;
	color: #7a8491;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.45;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-artwork {
	margin: 0 auto 72px;
}

.tw-tmgm-page .tw-tmgm-artwork-frame {
	overflow: hidden;
	aspect-ratio: 3.8 / 1;
	border: 1px solid #dfe5e9;
	border-radius: 14px;
	background: var(--tmgm-white);
	box-shadow: 0 14px 38px rgba(7, 17, 31, 0.09);
}

.tw-tmgm-page .tw-tmgm-artwork-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tw-tmgm-page .tw-tmgm-artwork-mobile {
	display: none;
}

.tw-tmgm-page .tw-tmgm-artwork figcaption {
	max-width: 830px;
	margin: 12px auto 0;
	color: #717c89;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.6;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-artwork figcaption span,
.tw-tmgm-page .tw-tmgm-artwork figcaption strong {
	display: block;
}

.tw-tmgm-page .tw-tmgm-artwork figcaption strong {
	margin-top: 7px;
	color: #5f4a14;
	font-size: 11px;
	font-weight: 600;
}

.tw-tmgm-page .tw-tmgm-section {
	margin-bottom: 74px;
}

.tw-tmgm-page .tw-tmgm-section-heading {
	max-width: 760px;
	margin: 0 auto 31px;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-section-heading h2 {
	margin: 0 0 13px;
}

.tw-tmgm-page .tw-tmgm-section-heading > p:last-child {
	margin: 0 auto;
}

.tw-tmgm-page .tw-tmgm-review-flag {
	display: flex;
	width: max-content;
	max-width: 100%;
	align-items: center;
	gap: 8px;
	margin: 0 auto 21px;
	padding: 8px 13px;
	border: 1px solid #dce4df;
	border-radius: 999px;
	background: var(--tmgm-soft);
	color: #526157;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-review-flag i {
	color: var(--tmgm-green-dark);
}

.tw-tmgm-page .tw-tmgm-account-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.tw-tmgm-page .tw-tmgm-account-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--tmgm-line);
	border-top: 4px solid var(--tmgm-green);
	border-radius: 14px;
	background: var(--tmgm-white);
	box-shadow: 0 12px 34px rgba(7, 17, 31, 0.07);
}

.tw-tmgm-page .tw-tmgm-account-header {
	min-height: 202px;
	padding: 31px 32px 26px;
	border-bottom: 1px solid var(--tmgm-line);
	background: linear-gradient(180deg, #fff 0%, #fafcfb 100%);
}

.tw-tmgm-page .tw-tmgm-account-type {
	margin: 0 0 7px;
	color: var(--tmgm-green-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.5;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-account-header h3 {
	margin: 0 0 11px;
	color: var(--tmgm-ink);
	font-size: 31px;
	font-weight: 700;
	line-height: 1.2;
}

.tw-tmgm-page .tw-tmgm-account-header p:last-child {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
}

.tw-tmgm-page .tw-tmgm-facts {
	margin: 0;
	padding: 7px 32px 5px;
}

.tw-tmgm-page .tw-tmgm-facts > div {
	display: grid;
	grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
	gap: 18px;
	align-items: start;
	padding: 14px 0;
	border-bottom: 1px solid #edf0f2;
}

.tw-tmgm-page .tw-tmgm-facts dt {
	color: #657180;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.tw-tmgm-page .tw-tmgm-facts dd {
	margin: 0;
	color: var(--tmgm-ink);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	text-align: right;
}

.tw-tmgm-page .tw-tmgm-account-fit {
	margin: 20px 32px 25px;
	padding: 18px 19px;
	border-left: 3px solid var(--tmgm-green);
	background: var(--tmgm-green-soft);
}

.tw-tmgm-page .tw-tmgm-account-fit strong {
	display: block;
	margin-bottom: 6px;
	color: #17452f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-account-fit p {
	margin: 0;
	color: #345846;
	font-size: 12px;
	line-height: 1.65;
}

.tw-tmgm-page .tw-tmgm-account-action {
	margin-top: auto;
	padding: 0 32px 31px;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-account-action .tw-tmgm-button {
	width: 100%;
}

.tw-tmgm-page .tw-tmgm-facts-note,
.tw-tmgm-page .tw-tmgm-disclosure-pointer {
	max-width: 900px;
	margin: 17px auto 0;
	color: #747f8c;
	font-size: 11px;
	line-height: 1.65;
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-disclosure-pointer {
	margin-top: 9px;
	font-weight: 500;
}

.tw-tmgm-page .tw-tmgm-disclosure-pointer a {
	color: #087346;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tw-tmgm-page .tw-tmgm-comparison-has-promotion {
	margin-bottom: 30px;
}

.tw-tmgm-page .tw-tmgm-edge-promotion {
	position: relative;
	overflow: hidden;
	margin-bottom: 74px;
	padding: 45px 46px;
	border: 1px solid rgba(1, 205, 116, 0.32);
	border-radius: 16px;
	background:
		radial-gradient(circle at 94% 4%, rgba(1, 205, 116, 0.24), transparent 29%),
		linear-gradient(135deg, #07111f 0%, #0b1b29 62%, #102d2a 100%);
	box-shadow: 0 18px 44px rgba(7, 17, 31, 0.14);
}

.tw-tmgm-page .tw-tmgm-edge-promotion::before {
	position: absolute;
	top: 0;
	left: 46px;
	width: 92px;
	height: 4px;
	background: var(--tmgm-green);
	content: '';
}

.tw-tmgm-page .tw-tmgm-edge-promotion-intro {
	max-width: 850px;
}

.tw-tmgm-page .tw-tmgm-promotion-label {
	margin: 0 0 9px;
	color: #79e3b3;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.25px;
	line-height: 1.5;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-edge-promotion h2 {
	margin: 0 0 13px;
	color: var(--tmgm-white);
	font-size: 31px;
}

.tw-tmgm-page .tw-tmgm-edge-promotion-intro > p:last-child {
	margin: 0;
	color: #d2dbe3;
	font-size: 15px;
}

.tw-tmgm-page .tw-tmgm-edge-promotion-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 29px 0 20px;
}

.tw-tmgm-page .tw-tmgm-edge-promotion-facts > div {
	min-width: 0;
	padding: 18px 19px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
}

.tw-tmgm-page .tw-tmgm-edge-promotion-facts span,
.tw-tmgm-page .tw-tmgm-edge-promotion-facts strong,
.tw-tmgm-page .tw-tmgm-edge-promotion-facts small {
	display: block;
}

.tw-tmgm-page .tw-tmgm-edge-promotion-facts span {
	margin-bottom: 7px;
	color: #9fb0bd;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-edge-promotion-facts strong {
	color: var(--tmgm-white);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.tw-tmgm-page .tw-tmgm-edge-promotion-facts small {
	margin-top: 5px;
	color: #bdc9d2;
	font-size: 11px;
	line-height: 1.5;
}

.tw-tmgm-page .tw-tmgm-promotion-regions {
	margin: 0;
	padding: 17px 19px;
	border-left: 3px solid var(--tmgm-green);
	background: rgba(255, 255, 255, 0.07);
	color: #d3dce3;
	font-size: 12px;
	line-height: 1.7;
}

.tw-tmgm-page .tw-tmgm-promotion-regions strong {
	color: var(--tmgm-white);
}

.tw-tmgm-page .tw-tmgm-promotion-action {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 23px;
}

.tw-tmgm-page .tw-tmgm-promotion-disclosure {
	color: #d3dce3;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tw-tmgm-page .tw-tmgm-promotion-disclosure:hover,
.tw-tmgm-page .tw-tmgm-promotion-disclosure:focus {
	color: var(--tmgm-white);
}

.tw-tmgm-page .tw-tmgm-cost-context {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 54px;
	align-items: center;
	margin-bottom: 74px;
	padding: 42px 46px;
	border: 1px solid var(--tmgm-line);
	border-radius: 14px;
	background: var(--tmgm-soft);
}

.tw-tmgm-page .tw-tmgm-cost-copy h2 {
	margin: 0 0 13px;
	font-size: 27px;
}

.tw-tmgm-page .tw-tmgm-cost-copy p:last-child {
	margin: 0;
}

.tw-tmgm-page .tw-tmgm-cost-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tw-tmgm-page .tw-tmgm-cost-list li {
	position: relative;
	padding: 11px 12px 11px 32px;
	border: 1px solid #e1e7e4;
	border-radius: 7px;
	background: var(--tmgm-white);
	color: #334053;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.tw-tmgm-page .tw-tmgm-cost-list li::before {
	position: absolute;
	top: 50%;
	left: 13px;
	width: 7px;
	height: 7px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--tmgm-green);
	content: '';
}

.tw-tmgm-page .tw-tmgm-principle {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 30px;
	align-items: center;
	margin-bottom: 76px;
	padding: 42px 48px;
	border-left: 4px solid var(--tmgm-green);
	border-radius: 0 14px 14px 0;
	background: var(--tmgm-ink);
	box-shadow: 0 15px 36px rgba(7, 17, 31, 0.12);
}

.tw-tmgm-page .tw-tmgm-principle-mark {
	display: flex;
	width: 68px;
	height: 68px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(1, 205, 116, 0.5);
	border-radius: 50%;
	color: var(--tmgm-green);
	font-size: 19px;
	font-weight: 700;
}

.tw-tmgm-page .tw-tmgm-principle h2 {
	margin: 0 0 10px;
	color: var(--tmgm-white);
}

.tw-tmgm-page .tw-tmgm-principle p:last-child {
	max-width: 880px;
	margin: 0;
	color: #c3cdd6;
}

.tw-tmgm-page .tw-tmgm-selector {
	padding: 52px 55px;
	border: 1px solid var(--tmgm-line);
	border-radius: 16px;
	background: #fbfcfc;
	box-shadow: 0 16px 42px rgba(7, 17, 31, 0.06);
}

.tw-tmgm-page .tw-tmgm-selector-form {
	max-width: 980px;
	margin: 0 auto;
}

.tw-tmgm-page .tw-tmgm-question {
	min-width: 0;
	margin: 0;
	padding: 25px 0 27px;
	border: 0;
	border-top: 1px solid var(--tmgm-line);
}

.tw-tmgm-page .tw-tmgm-question legend {
	display: flex;
	width: auto;
	align-items: center;
	gap: 11px;
	margin: 0 0 15px;
	padding: 0;
	color: var(--tmgm-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.tw-tmgm-page .tw-tmgm-question legend span {
	display: inline-flex;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tmgm-green-soft);
	color: #087346;
	font-size: 12px;
	font-weight: 700;
}

.tw-tmgm-page .tw-tmgm-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.tw-tmgm-page .tw-tmgm-option {
	position: relative;
	min-width: 0;
}

.tw-tmgm-page .tw-tmgm-option input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.tw-tmgm-page .tw-tmgm-option label {
	position: relative;
	display: flex;
	min-height: 62px;
	align-items: center;
	margin: 0;
	padding: 13px 38px 13px 15px;
	border: 1px solid #d9e0e5;
	border-radius: 8px;
	background: var(--tmgm-white);
	color: #344153;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.tw-tmgm-page .tw-tmgm-option label::before {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 17px;
	height: 17px;
	transform: translateY(-50%);
	border: 1px solid #aeb8c2;
	border-radius: 50%;
	background: var(--tmgm-white);
	content: '';
}

.tw-tmgm-page .tw-tmgm-option input:checked + label {
	border-color: var(--tmgm-green-dark);
	background: var(--tmgm-green-soft);
	box-shadow: inset 0 0 0 1px var(--tmgm-green-dark);
	color: #123e29;
	font-weight: 600;
}

.tw-tmgm-page .tw-tmgm-option input:checked + label::before {
	border: 5px solid var(--tmgm-green-dark);
}

.tw-tmgm-page .tw-tmgm-option input:checked + label::after {
	position: absolute;
	top: 6px;
	right: 7px;
	color: #087346;
	content: '✓';
	font-size: 10px;
	font-weight: 700;
}

.tw-tmgm-page .tw-tmgm-option input:focus-visible + label,
.tw-tmgm-page a:focus-visible,
.tw-tmgm-page button:focus-visible,
.tw-tmgm-page summary:focus-visible,
.tw-tmgm-page [tabindex="-1"]:focus-visible {
	outline: 3px solid rgba(0, 118, 214, 0.65);
	outline-offset: 3px;
}

.tw-tmgm-page .tw-tmgm-selector-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding-top: 8px;
}

.tw-tmgm-page .tw-tmgm-reset {
	min-height: 44px;
	padding: 8px 2px;
	border: 0;
	border-bottom: 1px solid #778392;
	background: transparent;
	color: #596575;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.tw-tmgm-page .tw-tmgm-reset:hover {
	border-color: var(--tmgm-green-dark);
	color: #087346;
}

.tw-tmgm-page .tw-tmgm-result[hidden],
.tw-tmgm-page .tw-tmgm-result-panel[hidden] {
	display: none !important;
}

.tw-tmgm-page .tw-tmgm-result {
	max-width: 900px;
	margin: 32px auto 0;
	padding: 31px 34px;
	border: 1px solid #addfc8;
	border-left: 5px solid var(--tmgm-green);
	border-radius: 10px;
	background: var(--tmgm-green-soft);
}

.tw-tmgm-page .tw-tmgm-result-label {
	margin: 0 0 6px;
	color: #087346;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-result h3 {
	margin: 0 0 10px;
	color: #103b28;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.tw-tmgm-page .tw-tmgm-result-panel > p:not(.tw-tmgm-result-label) {
	max-width: 760px;
	margin: 0 0 20px;
	color: #345846;
	font-size: 13px;
	line-height: 1.7;
}

.tw-tmgm-page .tw-tmgm-result-actions > div {
	text-align: center;
}

.tw-tmgm-page .tw-tmgm-method {
	max-width: 900px;
	margin: 25px auto 0;
	border-top: 1px solid var(--tmgm-line);
}

.tw-tmgm-page .tw-tmgm-method summary {
	padding: 17px 2px 4px;
	color: #314052;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
}

.tw-tmgm-page .tw-tmgm-method-content {
	padding: 15px 0 0;
}

.tw-tmgm-page .tw-tmgm-method-content > p {
	font-size: 12px;
	line-height: 1.65;
}

.tw-tmgm-page .tw-tmgm-score-table-wrap {
	overflow-x: auto;
	margin: 14px 0;
	-webkit-overflow-scrolling: touch;
}

.tw-tmgm-page .tw-tmgm-score-table {
	width: 100%;
	min-width: 690px;
	border-collapse: collapse;
	background: var(--tmgm-white);
	font-size: 11px;
}

.tw-tmgm-page .tw-tmgm-score-table th,
.tw-tmgm-page .tw-tmgm-score-table td {
	padding: 11px 12px;
	border: 1px solid var(--tmgm-line);
	color: #405063;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

.tw-tmgm-page .tw-tmgm-score-table thead th,
.tw-tmgm-page .tw-tmgm-score-table tbody th {
	background: #f1f5f3;
	color: var(--tmgm-ink);
	font-weight: 600;
}

.tw-tmgm-page .tw-tmgm-method-note {
	color: #6b7683;
	font-style: italic;
}

.tw-tmgm-page .tw-tmgm-final {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 42px;
	align-items: center;
	margin-bottom: 25px;
	padding: 46px 49px;
	border-radius: 15px;
	background: linear-gradient(135deg, #eef8f3 0%, #f9fcfa 100%);
	box-shadow: inset 0 0 0 1px #d9e9e1;
}

.tw-tmgm-page .tw-tmgm-final h2 {
	max-width: 650px;
	margin: 0 0 11px;
	font-size: 28px;
}

.tw-tmgm-page .tw-tmgm-final-copy > p:last-child {
	max-width: 680px;
	margin: 0;
}

.tw-tmgm-page .tw-tmgm-final-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(190px, 1fr));
	gap: 12px;
}

.tw-tmgm-page .tw-tmgm-final-actions .tw-tmgm-button {
	width: 100%;
}

.tw-tmgm-page .tw-tmgm-partnership-disclosure {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 19px;
	align-items: start;
	margin-bottom: 22px;
	padding: 26px 29px;
	border: 1px solid #d8e1e7;
	border-radius: 11px;
	background: var(--tmgm-white);
}

.tw-tmgm-page .tw-tmgm-disclosure-icon {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tmgm-green-soft);
	color: var(--tmgm-green-dark);
	font-size: 16px;
}

.tw-tmgm-page .tw-tmgm-partnership-disclosure h2,
.tw-tmgm-page .tw-tmgm-risk-warning h2 {
	margin: 0 0 7px;
	font-size: 17px;
	font-weight: 700;
}

.tw-tmgm-page .tw-tmgm-partnership-disclosure p {
	margin: 0 0 8px;
	color: #4d5968;
	font-size: 12px;
	line-height: 1.65;
}

.tw-tmgm-page .tw-tmgm-partnership-disclosure span,
.tw-tmgm-page .tw-tmgm-risk-warning strong {
	color: #74601e;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-risk-warning {
	padding: 29px;
	border: 2px solid #273647;
	border-radius: 11px;
	background: #f7f9fa;
}

.tw-tmgm-page .tw-tmgm-risk-status {
	margin: 0 0 7px;
	color: #8a6915;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.4;
	text-transform: uppercase;
}

.tw-tmgm-page .tw-tmgm-risk-warning p:not(.tw-tmgm-risk-status) {
	margin: 0 0 8px;
	color: #38485a;
	font-size: 13px;
	line-height: 1.65;
}

@media (max-width: 991px) {
	.tw-tmgm-page {
		margin-bottom: 66px;
	}

	.tw-tmgm-page .tw-tmgm-hero {
		padding: 51px 48px 53px;
	}

	.tw-tmgm-page .tw-tmgm-hero h1 {
		font-size: 39px;
	}

	.tw-tmgm-page .tw-tmgm-account-grid {
		gap: 18px;
	}

	.tw-tmgm-page .tw-tmgm-account-header,
	.tw-tmgm-page .tw-tmgm-facts,
	.tw-tmgm-page .tw-tmgm-account-action {
		padding-right: 24px;
		padding-left: 24px;
	}

	.tw-tmgm-page .tw-tmgm-account-fit {
		margin-right: 24px;
		margin-left: 24px;
	}

	.tw-tmgm-page .tw-tmgm-facts > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.tw-tmgm-page .tw-tmgm-facts dd {
		text-align: left;
	}

	.tw-tmgm-page .tw-tmgm-cost-context {
		grid-template-columns: 1fr;
		gap: 27px;
	}

	.tw-tmgm-page .tw-tmgm-selector {
		padding: 46px 38px;
	}

	.tw-tmgm-page .tw-tmgm-options {
		grid-template-columns: 1fr;
	}

	.tw-tmgm-page .tw-tmgm-option label {
		min-height: 52px;
	}

	.tw-tmgm-page .tw-tmgm-final {
		grid-template-columns: 1fr;
		gap: 27px;
	}
}

@media (max-width: 767px) {
	.tw-tmgm-page {
		padding-top: 31px;
		margin-bottom: 55px;
	}

	.tw-tmgm-page .tw-tmgm-draft-notice {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
		text-align: left;
	}

	.tw-tmgm-page .tw-tmgm-hero {
		margin-bottom: 17px;
		padding: 45px 27px;
		border-radius: 14px;
	}

	.tw-tmgm-page .tw-tmgm-artwork {
		margin-bottom: 58px;
	}

	.tw-tmgm-page .tw-tmgm-artwork-frame {
		display: none;
	}

	.tw-tmgm-page .tw-tmgm-artwork-mobile {
		display: flex;
		min-height: 178px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 31px 24px;
		border: 1px solid rgba(255, 255, 255, 0.09);
		border-radius: 13px;
		background:
			radial-gradient(circle at 92% 0%, rgba(1, 205, 116, 0.2), transparent 37%),
			linear-gradient(135deg, #081421 0%, #0b2526 100%);
		box-shadow: 0 13px 30px rgba(7, 17, 31, 0.11);
		text-align: center;
	}

	.tw-tmgm-page .tw-tmgm-artwork-mobile > span {
		margin-bottom: 9px;
		color: #79e3b3;
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}

	.tw-tmgm-page .tw-tmgm-artwork-mobile strong {
		color: var(--tmgm-white);
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3;
	}

	.tw-tmgm-page .tw-tmgm-artwork-mobile strong b {
		display: inline-block;
		margin: 0 6px;
		color: var(--tmgm-green);
		font-weight: 400;
	}

	.tw-tmgm-page .tw-tmgm-artwork-mobile small {
		margin-top: 9px;
		color: #bdc9d2;
		font-size: 11px;
		line-height: 1.5;
	}

	.tw-tmgm-page .tw-tmgm-hero h1 {
		font-size: 33px;
	}

	.tw-tmgm-page .tw-tmgm-hero-lede {
		font-size: 15px;
	}

	.tw-tmgm-page h2 {
		font-size: 27px;
	}

	.tw-tmgm-page .tw-tmgm-account-grid {
		grid-template-columns: 1fr;
	}

	.tw-tmgm-page .tw-tmgm-account-header {
		min-height: 0;
	}

	.tw-tmgm-page .tw-tmgm-cost-context,
	.tw-tmgm-page .tw-tmgm-selector,
	.tw-tmgm-page .tw-tmgm-principle,
	.tw-tmgm-page .tw-tmgm-final {
		padding: 35px 27px;
	}

	.tw-tmgm-page .tw-tmgm-edge-promotion {
		padding: 35px 27px;
	}

	.tw-tmgm-page .tw-tmgm-edge-promotion::before {
		left: 27px;
	}

	.tw-tmgm-page .tw-tmgm-edge-promotion-facts {
		grid-template-columns: 1fr;
	}

	.tw-tmgm-page .tw-tmgm-promotion-action {
		align-items: stretch;
		flex-direction: column;
	}

	.tw-tmgm-page .tw-tmgm-promotion-action .tw-tmgm-button {
		width: 100%;
	}

	.tw-tmgm-page .tw-tmgm-principle {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tw-tmgm-page .tw-tmgm-principle-mark {
		width: 50px;
		height: 50px;
	}

	.tw-tmgm-page .tw-tmgm-final-actions {
		grid-template-columns: 1fr;
	}

	.tw-tmgm-page .tw-tmgm-final-actions > div,
	.tw-tmgm-page .tw-tmgm-final-actions .tw-tmgm-button {
		width: 100%;
	}

	.tw-tmgm-page .tw-tmgm-score-table-wrap {
		overflow: visible;
	}

	.tw-tmgm-page .tw-tmgm-score-table,
	.tw-tmgm-page .tw-tmgm-score-table tbody,
	.tw-tmgm-page .tw-tmgm-score-table tr,
	.tw-tmgm-page .tw-tmgm-score-table th,
	.tw-tmgm-page .tw-tmgm-score-table td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.tw-tmgm-page .tw-tmgm-score-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.tw-tmgm-page .tw-tmgm-score-table tbody tr {
		margin-bottom: 12px;
		border: 1px solid var(--tmgm-line);
		border-radius: 7px;
	}

	.tw-tmgm-page .tw-tmgm-score-table tbody th,
	.tw-tmgm-page .tw-tmgm-score-table tbody td {
		border: 0;
		border-bottom: 1px solid var(--tmgm-line);
	}

	.tw-tmgm-page .tw-tmgm-score-table tbody td:last-child {
		border-bottom: 0;
	}

	.tw-tmgm-page .tw-tmgm-score-table tbody td::before {
		display: block;
		margin-bottom: 2px;
		color: #087346;
		font-size: 9px;
		font-weight: 700;
		letter-spacing: 0.7px;
		text-transform: uppercase;
	}

	.tw-tmgm-page .tw-tmgm-score-table tbody td:nth-child(2)::before {
		content: 'Classic+-leaning';
	}

	.tw-tmgm-page .tw-tmgm-score-table tbody td:nth-child(3)::before {
		content: 'Balanced';
	}

	.tw-tmgm-page .tw-tmgm-score-table tbody td:nth-child(4)::before {
		content: 'Edge-leaning';
	}

	.tw-tmgm-page .tw-tmgm-partnership-disclosure {
		padding: 24px;
	}
}

@media (max-width: 480px) {
	.tw-tmgm-body .tw-site-brand {
		font-size: 18px;
	}

	.tw-tmgm-page .tw-tmgm-hero {
		padding: 39px 21px;
	}

	.tw-tmgm-page .tw-tmgm-hero h1 {
		font-size: 29px;
	}

	.tw-tmgm-page .tw-tmgm-hero-actions,
	.tw-tmgm-page .tw-tmgm-hero-actions .tw-tmgm-button,
	.tw-tmgm-page .tw-tmgm-selector-actions,
	.tw-tmgm-page .tw-tmgm-selector-actions .tw-tmgm-button,
	.tw-tmgm-page .tw-tmgm-result-actions,
	.tw-tmgm-page .tw-tmgm-result-actions > div,
	.tw-tmgm-page .tw-tmgm-result-actions .tw-tmgm-button {
		width: 100%;
	}

	.tw-tmgm-page .tw-tmgm-account-header,
	.tw-tmgm-page .tw-tmgm-facts,
	.tw-tmgm-page .tw-tmgm-account-action {
		padding-right: 20px;
		padding-left: 20px;
	}

	.tw-tmgm-page .tw-tmgm-account-fit {
		margin-right: 20px;
		margin-left: 20px;
	}

	.tw-tmgm-page .tw-tmgm-cost-context,
	.tw-tmgm-page .tw-tmgm-selector,
	.tw-tmgm-page .tw-tmgm-principle,
	.tw-tmgm-page .tw-tmgm-edge-promotion,
	.tw-tmgm-page .tw-tmgm-final {
		padding: 31px 21px;
	}

	.tw-tmgm-page .tw-tmgm-edge-promotion::before {
		left: 21px;
	}

	.tw-tmgm-page .tw-tmgm-edge-promotion h2 {
		font-size: 26px;
	}

	.tw-tmgm-page .tw-tmgm-cost-list {
		grid-template-columns: 1fr;
	}

	.tw-tmgm-page .tw-tmgm-selector-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.tw-tmgm-page .tw-tmgm-result {
		padding: 27px 22px;
	}

	.tw-tmgm-page .tw-tmgm-partnership-disclosure {
		grid-template-columns: 1fr;
	}
}

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