.od-page {
	position: relative;
	isolation: isolate;
	max-width: var(--content-max);
	width: 100%;
	margin: 0 auto;
	padding: 8px 0 120px;
	color: #e8f1ff;
	--od-surface: linear-gradient(180deg, rgba(8, 15, 35, 0.98) 0%, rgba(5, 11, 24, 0.98) 100%);
	--od-surface-soft: linear-gradient(180deg, rgba(16, 24, 40, 0.96) 0%, rgba(9, 15, 31, 0.98) 100%);
	--od-surface-card: linear-gradient(180deg, rgba(17, 24, 39, 0.86) 0%, rgba(8, 15, 35, 0.98) 100%);
	--od-border: rgba(148, 163, 184, 0.18);
	--od-border-strong: rgba(255, 255, 255, 0.14);
	--od-text: #f8fbff;
	--od-text-soft: rgba(226, 232, 240, 0.76);
	--od-accent: #8bd2ff;
	--od-accent-2: #4c7ff7;
	--od-accent-3: #58c9bb;
	--od-accent-4: #f3c969;
}

.od-page::before,
.od-page::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(28px);
	pointer-events: none;
	z-index: 0;
}

.od-page::before {
	width: 320px;
	height: 320px;
	top: 36px;
	left: -48px;
	background: radial-gradient(circle, rgba(76, 127, 247, 0.16) 0%, rgba(76, 127, 247, 0) 72%);
}

.od-page::after {
	width: 300px;
	height: 300px;
	right: -44px;
	top: 460px;
	background: radial-gradient(circle, rgba(88, 201, 187, 0.12) 0%, rgba(88, 201, 187, 0) 72%);
}

.od-page > * {
	position: relative;
	z-index: 1;
}

.od-page .panel.section-card {
	overflow: hidden;
	border-radius: 30px;
}

.od-hero,
.od-stage-card,
.od-side-card,
.od-vote-card,
.od-community-card {
	color: var(--od-text);
}

.od-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	padding: 30px;
	background: linear-gradient(180deg, rgba(9, 18, 32, 0.98) 0%, rgba(11, 24, 40, 0.98) 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 56px rgba(2, 6, 23, 0.22);
}

.od-hero::before,
.od-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.od-hero::before {
	width: 280px;
	height: 280px;
	top: -100px;
	left: -70px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(76, 127, 247, 0.18) 0%, rgba(76, 127, 247, 0) 74%);
	filter: blur(10px);
}

.od-hero::after {
	right: -70px;
	bottom: -90px;
	width: 260px;
	height: 260px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(88, 201, 187, 0.14) 0%, rgba(88, 201, 187, 0) 72%);
	filter: blur(14px);
}

.od-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: #fecdd3;
	font-weight: 900;
}

.od-hero-title {
	margin: 0;
	font-size: clamp(2rem, 3.8vw, 3rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
	text-shadow: 0 10px 34px rgba(2, 6, 23, 0.38);
}

.od-hero-title span {
	display: block;
	margin-top: 16px;
	font-size: clamp(1rem, 1.9vw, 1.34rem);
	line-height: 1.55;
	letter-spacing: 0.01em;
	font-weight: 700;
	color: rgba(226, 232, 240, 0.86);
}

.od-hero-copy {
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	z-index: 2;
}

.od-hero-lead {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.75;
	color: rgba(248, 250, 252, 0.88) !important;
	max-width: 34ch;
}

.od-hero-actions,
.od-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

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

.od-hero-step {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
	font-weight: 800;
	color: #f8fbff;
}

.od-hero-step b {
	width: 30px;
	height: 30px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #4c7ff7 0%, #67a2ff 100%);
	color: #ffffff;
	font-size: 0.92rem;
	flex: 0 0 auto;
}

.od-hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(2, 6, 23, 0.44);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #f8fbff;
	font-weight: 800;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.od-hero-pill strong {
	color: #ffffff;
}

.od-hero-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 16px 30px rgba(2, 6, 23, 0.18);
	transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.od-hero-link.is-primary {
	background: linear-gradient(135deg, #4c7ff7 0%, #67a2ff 100%);
	border-color: transparent;
	box-shadow: 0 18px 28px rgba(76, 127, 247, 0.24);
}

.od-hero-link:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.24);
	box-shadow: 0 20px 36px rgba(2, 6, 23, 0.26);
}

.od-hero-orbit {
	display: none;
}

.od-hero-orbit::before,
.od-hero-orbit::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.od-hero-orbit::before {
	inset: 12% 8% 18% 20%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
}

.od-hero-orbit::after {
	inset: auto 6% 14% 8%;
	height: 1px;
	background: linear-gradient(90deg, rgba(139, 210, 255, 0), rgba(139, 210, 255, 0.36), rgba(139, 210, 255, 0));
}

.od-orbit-card {
	position: relative;
	max-width: none;
	min-height: 118px;
	padding: 18px 18px 20px 22px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(18, 26, 47, 0.92), rgba(8, 15, 31, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 16px 30px rgba(2, 6, 23, 0.18);
	color: #f8fafc;
}

.od-orbit-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--od-accent), var(--od-accent-2));
}

.od-orbit-card strong {
	display: block;
	font-size: 1.08rem;
	margin-bottom: 8px;
}

.od-orbit-card small {
	color: rgba(226, 232, 240, 0.82);
	line-height: 1.68;
	display: block;
	font-size: 0.92rem;
}

.od-orbit-card.is-a {
	grid-column: 1 / -1;
	transform: none;
}

.od-orbit-card.is-b {
	transform: none;
}

.od-orbit-card.is-c {
	transform: none;
}

.od-switcher {
	display: inline-grid;
	grid-template-columns: repeat(3, max-content);
	gap: 10px;
	margin: 22px 0 18px;
	padding: 8px;
	max-width: 100%;
	background: rgba(7, 12, 24, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 20px;
	box-shadow: 0 16px 28px rgba(2, 6, 23, 0.12);
}

.od-mode-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 18px;
	flex-wrap: wrap;
}

.od-mode-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.od-mode-copy strong {
	font-size: 0.95rem;
	font-weight: 900;
	color: var(--od-text-main);
}

.od-mode-copy span {
	font-size: 0.85rem;
	color: var(--od-text-soft);
}

.od-mode-switch {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
}

.od-mode-btn {
	border: none;
	background: transparent;
	color: var(--od-text-soft);
	padding: 10px 14px;
	border-radius: 999px;
	font-weight: 900;
	font-size: 0.9rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.od-mode-btn.is-active {
	background: linear-gradient(135deg, rgba(76, 127, 247, 0.94), rgba(103, 162, 255, 0.94));
	color: #ffffff;
}

.od-tab-btn {
	border: 1px solid transparent;
	background: transparent;
	color: rgba(226, 232, 240, 0.82);
	padding: 12px 18px;
	border-radius: 18px;
	font-weight: 900;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease, color .18s ease;
}

.od-tab-btn.is-active {
	background: linear-gradient(135deg, rgba(76, 127, 247, 0.94), rgba(103, 162, 255, 0.94));
	border-color: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	box-shadow: 0 12px 22px rgba(76, 127, 247, 0.18);
}

.od-tab-btn:hover {
	transform: translateY(-1px);
	color: #ffffff;
}

.od-tab-panel[hidden] {
	display: none !important;
}

.od-quiz-layout,
.od-vote-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
	gap: 20px;
	align-items: start;
}

.od-vote-layout {
	grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
}

.od-stage-card,
.od-side-card,
.od-vote-card,
.od-community-card {
	background: var(--od-surface) !important;
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 22px 48px rgba(2, 6, 23, 0.16);
	padding: 26px;
}

.od-side-stack {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 110px;
	align-self: start;
}

.od-vote-profile-card {
	position: sticky;
	top: 110px;
	align-self: start;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.od-vote-detail-card {
	grid-column: 1 / -1;
}

.od-section-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.od-section-kicker {
	margin: 0 0 7px;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #f9a8d4;
	font-weight: 900;
}

.od-section-title {
	margin: 0;
	font-size: 1.52rem;
	letter-spacing: -0.03em;
	line-height: 1.16;
}

.od-section-copy {
	margin: 10px 0 0;
	color: var(--od-text-soft);
	line-height: 1.82;
}

.od-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 18px;
}

.od-benefit-card {
	padding: 14px 16px;
	border-radius: 20px;
	background: var(--od-surface-soft);
	display: grid;
	gap: 4px;
}

.od-benefit-card strong {
	font-size: 0.96rem;
	font-weight: 900;
	color: var(--od-text-main);
}

.od-benefit-card span {
	font-size: 0.86rem;
	line-height: 1.65;
	color: var(--od-text-soft);
}

.od-progress {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
	padding: 14px 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.od-progress-track {
	flex: 1;
	height: 12px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.14);
	overflow: hidden;
}

.od-progress-fill {
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--od-accent), var(--od-accent-2), var(--od-accent-3));
	transition: width .24s ease;
}

.od-progress-text {
	font-size: 0.96rem;
	font-weight: 900;
	color: rgba(248, 250, 252, 0.92);
	min-width: 84px;
	text-align: right;
}

.od-step {
	display: none;
	min-height: 340px;
}

.od-step.is-active {
	display: block;
}

.od-question-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(110, 231, 249, 0.28);
	font-size: 0.92rem;
	font-weight: 900;
	color: #d8fbff;
	margin-bottom: 14px;
}

.od-question-title {
	margin: 0 0 12px;
	font-size: clamp(1.55rem, 2.6vw, 2.05rem);
	line-height: 1.14;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.od-question-copy {
	margin: 0 0 20px;
	color: var(--od-text-soft);
	line-height: 1.7;
	font-size: 0.98rem;
}

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

.od-answer-btn {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: linear-gradient(180deg, rgba(16, 24, 40, 0.92), rgba(8, 15, 35, 0.98));
	color: #f8fbff;
	border-radius: 24px;
	padding: 18px 16px;
	text-align: center;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 118px;
	box-shadow: 0 16px 32px rgba(2, 6, 23, 0.14);
}

.od-step.has-picked .od-answer-btn:not(.is-active) {
	opacity: 0.42;
	transform: scale(0.98);
	box-shadow: none;
	filter: saturate(0.72);
}

.od-answer-btn strong {
	font-size: 1.08rem;
}

.od-answer-btn span {
	color: var(--od-text-soft);
	line-height: 1.55;
	font-size: 0.9rem;
	max-width: 16ch;
}

.od-answer-btn i {
	font-size: 1.4rem;
	color: #dbeafe;
}

.od-answer-btn:hover,
.od-answer-btn.is-active {
	transform: translateY(-2px) scale(1.01);
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 24px 44px rgba(2, 6, 23, 0.26);
}

.od-answer-btn.is-active::after {
	content: "✓ 選択中";
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(2, 6, 23, 0.16);
}

.od-answer-btn.is-yes.is-active,
.od-answer-btn.is-priority.is-active {
	border-color: rgba(74, 222, 128, 0.68);
	background: linear-gradient(180deg, #0f5d35 0%, #0a4327 100%);
	box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.14), 0 24px 44px rgba(22, 163, 74, 0.28);
}

.od-answer-btn.is-yes.is-active::after,
.od-answer-btn.is-priority.is-active::after {
	background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
}

.od-answer-btn.is-normal.is-active {
	border-color: rgba(244, 114, 182, 0.66);
	background: linear-gradient(180deg, #ad2d72 0%, #8a2057 100%);
	box-shadow: 0 0 0 3px rgba(244, 114, 182, 0.14), 0 24px 44px rgba(190, 24, 93, 0.24);
}

.od-answer-btn.is-normal.is-active::after {
	background: linear-gradient(135deg, #db2777 0%, #f472b6 100%);
}

.od-answer-btn.is-no.is-active {
	border-color: rgba(251, 191, 36, 0.64);
	background: linear-gradient(180deg, #8a5714 0%, #69410d 100%);
	box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.14), 0 24px 44px rgba(180, 83, 9, 0.24);
}

.od-answer-btn.is-no.is-active::after {
	background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
}

.od-answer-btn.is-unknown.is-active,
.od-answer-btn.is-neutral.is-active {
	border-color: rgba(96, 165, 250, 0.68);
	background: linear-gradient(180deg, #184f9f 0%, #133d7c 100%);
	box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.16), 0 24px 44px rgba(37, 99, 235, 0.26);
}

.od-answer-btn.is-unknown.is-active::after,
.od-answer-btn.is-neutral.is-active::after {
	background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);
}

.od-answer-btn.is-avoid.is-active {
	border-color: rgba(251, 146, 60, 0.68);
	background: linear-gradient(180deg, #c05d12 0%, #944311 100%);
	box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.14), 0 24px 44px rgba(194, 65, 12, 0.22);
}

.od-answer-btn.is-avoid.is-active::after {
	background: linear-gradient(135deg, #ea580c 0%, #fb923c 100%);
}

.od-stage-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.od-stage-hint {
	font-size: 0.93rem;
	color: var(--od-text-soft);
	line-height: 1.7;
}

.od-vote-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.od-vote-step {
	min-height: 0;
}

.od-vote-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.od-vote-answer-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.od-vote-stage-footer {
	margin-top: 20px;
}

.od-vote-form-card,
.od-vote-detail-card {
	scroll-margin-top: 108px;
}

.od-vote-stage-footer .od-stage-nav {
	flex-wrap: wrap;
}

.od-summary-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.od-summary-chip {
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.84rem;
	color: rgba(226, 232, 240, 0.72);
}

.od-summary-chip.is-answer {
	color: #ffffff;
	border-color: rgba(110, 231, 249, 0.24);
}

.od-stage-nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.od-stage-btn {
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
	color: #f8fbff;
	border-radius: 16px;
	padding: 12px 16px;
	font-weight: 900;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.od-stage-btn.is-primary {
	background: linear-gradient(135deg, #4c7ff7 0%, #67a2ff 100%);
	border-color: transparent;
	box-shadow: 0 16px 24px rgba(76, 127, 247, 0.22);
}

.od-stage-btn[disabled] {
	opacity: 0.45;
	cursor: default;
	box-shadow: none;
}

.od-result-empty {
	padding: 22px;
	border-radius: 24px;
	border: 1px dashed rgba(255, 255, 255, 0.16);
	background: linear-gradient(180deg, rgba(16, 24, 40, 0.78), rgba(8, 15, 35, 0.92));
	color: var(--od-text-soft);
	line-height: 1.86;
}

.od-result-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.od-param-card {
	margin-bottom: 16px;
	padding: 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(18, 26, 47, 0.92), rgba(8, 15, 31, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 16px 34px rgba(2, 6, 23, 0.14);
}

.od-param-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.od-param-title {
	margin: 0;
	font-size: 1.06rem;
	letter-spacing: -0.02em;
}

.od-param-note {
	margin: 6px 0 0;
	font-size: 0.93rem;
	line-height: 1.7;
	color: var(--od-text-soft);
}

.od-type-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.od-type-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
	font-size: 0.9rem;
	font-weight: 800;
	color: #f8fbff;
}

.od-type-chip i {
	color: #93c5fd;
}

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

.od-param-item {
	padding: 12px 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.od-param-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.od-param-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 900;
}

.od-param-label i {
	color: #dbeafe;
}

.od-param-track {
	height: 9px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.16);
	overflow: hidden;
}

.od-param-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--od-accent), var(--od-accent-2), var(--od-accent-3));
}

.od-result-grid {
	display: grid;
	gap: 16px;
}

.od-result-card {
	position: relative;
	border-radius: 26px;
	padding: 20px 20px 18px;
	background: linear-gradient(180deg, rgba(18, 26, 47, 0.92), rgba(8, 15, 31, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 20px 42px rgba(2, 6, 23, 0.20);
}

.od-result-card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--od-card-accent, var(--od-accent)), rgba(255, 255, 255, 0));
}

.od-result-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.od-result-top {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.od-result-avatar {
	width: 66px;
	height: 66px;
	border-radius: 20px;
	object-fit: cover;
	background: rgba(15, 23, 42, 0.28);
	box-shadow: 0 12px 24px rgba(2, 6, 23, 0.18);
}

.od-result-name {
	margin: 0;
	font-size: 1.22rem;
	color: #ffffff;
}

.od-result-match {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	padding: 9px 13px;
	border-radius: 999px;
	font-weight: 900;
	background: linear-gradient(135deg, rgba(139, 210, 255, 0.96), rgba(76, 127, 247, 0.94));
	color: #07111d;
	box-shadow: 0 10px 20px rgba(76, 127, 247, 0.20);
}

.od-result-sub {
	margin-top: 6px;
	font-size: 0.93rem;
	color: var(--od-text-soft);
}

.od-result-title {
	font-size: 1.3rem;
}

.od-result-copy-wrap {
	flex: 1;
}

.od-chip-row,
.od-link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.od-result-why {
	margin-top: 14px;
	padding: 14px 15px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.od-result-why-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #93c5fd;
}

.od-result-why-copy {
	margin: 8px 0 0;
	color: #f8fbff;
	line-height: 1.74;
}

.od-link-row--spaced,
.od-notice-cta,
.od-selected-traits {
	margin-top: 12px;
}

.od-selected-name {
	margin-bottom: 6px;
}

.od-vote-param-card {
	margin-top: 18px;
}

.od-community-card--spaced {
	margin-top: 20px;
}

.od-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.84rem;
	color: #e2e8f0;
}

.od-link-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	appearance: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: #f8fafc;
	font-weight: 800;
	text-decoration: none;
	font-size: 0.96rem;
	line-height: 1.2;
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.od-link-chip:hover {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.18);
}

.od-link-chip.is-primary {
	background: linear-gradient(135deg, rgba(76, 127, 247, 0.98), rgba(103, 162, 255, 0.98));
	border-color: transparent;
	color: #ffffff;
}

.od-share-card {
	margin-top: 16px;
	padding: 18px;
	border-radius: 22px;
	background: var(--od-surface-soft);
	border: 1px solid rgba(255, 255, 255, 0.10);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.od-share-card--compact {
	margin-top: 0;
}

.od-type-hub {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}

.od-type-hub-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 12px;
}

.od-type-hub-card {
	padding: 18px;
	border-radius: 22px;
	background: var(--od-surface-soft);
	border: 1px solid rgba(255, 255, 255, 0.10);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.od-type-hub-title {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.4;
	letter-spacing: -0.02em;
}

.od-type-hub-copy {
	margin: 0;
	color: var(--od-text-soft);
	line-height: 1.72;
}

.od-type-popular-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.od-type-popular-row {
	display: grid;
	grid-template-columns: 34px 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	text-decoration: none;
	color: #f8fafc;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.od-type-popular-row:hover {
	transform: translateY(-1px);
	border-color: rgba(110, 231, 249, 0.18);
}

.od-type-popular-rank {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(96, 165, 250, 0.18);
	color: #dbeafe;
	font-weight: 900;
}

.od-type-popular-thumb {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	object-fit: cover;
	background: rgba(15, 23, 42, 0.28);
}

.od-type-popular-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.od-type-popular-name {
	font-weight: 900;
	color: #ffffff;
	line-height: 1.35;
}

.od-type-popular-sub,
.od-type-popular-value {
	font-size: 0.86rem;
	color: var(--od-text-soft);
	line-height: 1.5;
}

.od-type-popular-value {
	font-weight: 800;
	text-align: right;
}

.od-share-title {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.od-share-copy {
	margin: 6px 0 0;
	color: var(--od-text-soft);
	line-height: 1.72;
}

.od-share-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.od-share-feedback {
	min-height: 1.2em;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--od-text-soft);
}

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

.od-pick-card {
	padding: 15px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-decoration: none;
	color: #f8fafc;
	display: flex;
	flex-direction: column;
	gap: 9px;
	min-height: 148px;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.od-pick-card:hover {
	transform: translateY(-2px);
	border-color: rgba(110, 231, 249, 0.22);
}

.od-pick-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #93c5fd;
	font-weight: 900;
}

.od-pick-title {
	font-size: 0.97rem;
	font-weight: 800;
	line-height: 1.58;
}

.od-pick-meta,
.od-note {
	font-size: 0.87rem;
	color: var(--od-text-soft);
	line-height: 1.72;
}

@media (max-width: 980px) {
	.od-type-hub-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.od-type-popular-row {
		grid-template-columns: 30px 42px minmax(0, 1fr);
		align-items: start;
	}

	.od-type-popular-rank {
		width: 30px;
		height: 30px;
	}

	.od-type-popular-thumb {
		width: 42px;
		height: 42px;
	}

	.od-type-popular-value {
		grid-column: 2 / 4;
		text-align: left;
		padding-left: 2px;
	}
}

.od-selected-member {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 18px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 18px;
}

.od-selected-avatar {
	width: 88px;
	height: 88px;
	border-radius: 24px;
	object-fit: cover;
	background: rgba(15, 23, 42, 0.28);
	box-shadow: 0 12px 24px rgba(2, 6, 23, 0.18);
}

.od-member-select-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-bottom: 14px;
}

.od-vote-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.od-vote-side-note {
	padding: 14px 15px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--od-text-soft);
	line-height: 1.72;
}

.od-member-prompt {
	margin: 0 0 6px;
	font-size: clamp(1.45rem, 2.8vw, 1.95rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.od-member-sub {
	margin: 0;
	color: var(--od-text-soft);
	line-height: 1.65;
}

.od-next-step-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.od-next-step-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, #fb7185 0%, #ff8f52 100%);
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 18px 30px rgba(251, 113, 133, 0.22);
}

.od-next-step-cta:hover {
	transform: translateY(-1px);
}

.od-next-step-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.od-notice-copy {
	margin: 12px 0 0;
}

.od-member-select {
	width: 100%;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(8, 15, 31, 0.92);
	color: #f8fbff;
	padding: 13px 14px;
	font-size: 0.98rem;
}

.od-member-quick {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.od-member-quick a {
	text-decoration: none;
}

.od-member-quick .history-ranking-link {
	padding-right: 12px;
}

.od-vote-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.od-trait-card {
	padding: 16px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(16, 24, 40, 0.82), rgba(8, 15, 35, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 16px 30px rgba(2, 6, 23, 0.14);
}

.od-trait-head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.od-trait-icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, rgba(110, 231, 249, 0.18), rgba(96, 165, 250, 0.18));
	color: var(--od-accent);
	flex: 0 0 auto;
}

.od-trait-name {
	margin: 0;
	font-size: 1.06rem;
	color: #ffffff;
}

.od-trait-copy {
	margin: 6px 0 0;
	font-size: 0.9rem;
	color: var(--od-text-soft);
	line-height: 1.68;
}

.od-trait-meter {
	margin: 12px 0 10px;
	height: 12px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.16);
	overflow: hidden;
}

.od-trait-meter-fill {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(110, 231, 249, 0.96), rgba(96, 165, 250, 0.92), rgba(251, 113, 133, 0.88));
}

.od-trait-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 0.86rem;
	color: var(--od-text-soft);
}

.od-vote-buttons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.od-vote-btn {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.04);
	color: #f8fbff;
	border-radius: 16px;
	padding: 12px 10px;
	font-size: 0.9rem;
	font-weight: 900;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.od-vote-btn:hover {
	transform: translateY(-1px);
}

.od-vote-btn.is-active {
	border-color: rgba(34, 197, 94, 0.42);
	background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(34, 197, 94, 0.22);
	transform: translateY(-1px);
}

.od-vote-btn[data-answer-value="no"].is-active {
	border-color: rgba(239, 68, 68, 0.38);
	background: linear-gradient(135deg, #dc2626 0%, #f87171 100%);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(239, 68, 68, 0.18);
}

.od-vote-btn[data-answer-value="unknown"].is-active {
	border-color: rgba(59, 130, 246, 0.38);
	background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(59, 130, 246, 0.18);
}

.od-vote-btn.is-active::before {
	content: "✓";
	font-size: 0.92rem;
	font-weight: 900;
}

.od-vote-submit {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	align-items: center;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.od-alert,
.od-notice {
	margin: 0 0 16px;
	padding: 13px 15px;
	border-radius: 18px;
}

.od-alert {
	background: rgba(127, 29, 29, 0.20);
	border: 1px solid rgba(248, 113, 113, 0.26);
	color: #fecaca;
}

.od-notice {
	background: rgba(21, 128, 61, 0.18);
	border: 1px solid rgba(74, 222, 128, 0.26);
	color: #dcfce7;
}

.od-board-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.od-board-card {
	padding: 16px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(16, 24, 40, 0.82), rgba(8, 15, 35, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.od-board-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.od-board-head i {
	color: var(--od-accent);
}

.od-board-list {
	display: grid;
	gap: 10px;
}

.od-board-row {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 10px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	text-decoration: none;
	color: #f8fbff;
}

.od-board-thumb {
	width: 34px;
	height: 34px;
	border-radius: 12px;
	object-fit: cover;
	background: rgba(15, 23, 42, 0.26);
}

.od-board-name {
	font-weight: 800;
}

.od-board-val {
	color: var(--od-text-soft);
	font-size: 0.84rem;
	font-weight: 800;
}

.od-help-list {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.od-help-item {
	padding: 15px 16px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.od-help-item strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	color: #ffffff;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-page,
html[data-theme="light"] body.oshi-discovery-page .od-page {
	color: #0c161a;
	--od-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 252, 0.98) 100%);
	--od-surface-soft: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(238, 244, 250, 0.98) 100%);
	--od-surface-card: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 246, 251, 0.98) 100%);
	--od-border: rgba(125, 149, 166, 0.24);
	--od-border-strong: rgba(12, 22, 26, 0.10);
	--od-text: #0c161a;
	--od-text-soft: #4a6170;
	--od-accent: #1f6feb;
	--od-accent-2: #4c7ff7;
	--od-accent-3: #0ea5a5;
	--od-accent-4: #c3870a;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-page::before,
html[data-theme="light"] body.oshi-discovery-page .od-page::before {
	background: radial-gradient(circle, rgba(31, 111, 235, 0.10) 0%, rgba(31, 111, 235, 0) 72%);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-page::after,
html[data-theme="light"] body.oshi-discovery-page .od-page::after {
	background: radial-gradient(circle, rgba(14, 165, 165, 0.08) 0%, rgba(14, 165, 165, 0) 72%);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero,
html[data-theme="light"] body.oshi-discovery-page .od-hero {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 246, 251, 0.98) 100%) !important;
	border-color: rgba(125, 149, 166, 0.22);
	box-shadow: 0 20px 48px rgba(12, 22, 26, 0.10);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero::before,
html[data-theme="light"] body.oshi-discovery-page .od-hero::before {
	background: radial-gradient(circle, rgba(31, 111, 235, 0.10) 0%, rgba(31, 111, 235, 0) 74%);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero::after,
html[data-theme="light"] body.oshi-discovery-page .od-hero::after {
	background: radial-gradient(circle, rgba(14, 165, 165, 0.08) 0%, rgba(14, 165, 165, 0) 72%);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero,
html[data-theme="light"] body.oshi-discovery-page .od-hero,
html[data-theme="light_apple"] body.oshi-discovery-page .od-stage-card,
html[data-theme="light"] body.oshi-discovery-page .od-stage-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-side-card,
html[data-theme="light"] body.oshi-discovery-page .od-side-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-vote-card,
html[data-theme="light"] body.oshi-discovery-page .od-vote-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-community-card,
html[data-theme="light"] body.oshi-discovery-page .od-community-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-type-hub-card,
html[data-theme="light"] body.oshi-discovery-page .od-type-hub-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-result-card,
html[data-theme="light"] body.oshi-discovery-page .od-result-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-orbit-card,
html[data-theme="light"] body.oshi-discovery-page .od-orbit-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-trait-card,
html[data-theme="light"] body.oshi-discovery-page .od-trait-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-board-card,
html[data-theme="light"] body.oshi-discovery-page .od-board-card,
html[data-theme="light_apple"] body.oshi-discovery-page .od-result-empty,
html[data-theme="light"] body.oshi-discovery-page .od-result-empty,
html[data-theme="light_apple"] body.oshi-discovery-page .od-selected-member,
html[data-theme="light"] body.oshi-discovery-page .od-selected-member,
html[data-theme="light_apple"] body.oshi-discovery-page .od-help-item,
html[data-theme="light"] body.oshi-discovery-page .od-help-item,
html[data-theme="light_apple"] body.oshi-discovery-page .od-vote-side-note,
html[data-theme="light"] body.oshi-discovery-page .od-vote-side-note,
html[data-theme="light_apple"] body.oshi-discovery-page .od-board-row,
html[data-theme="light"] body.oshi-discovery-page .od-board-row,
html[data-theme="light_apple"] body.oshi-discovery-page .od-pick-card,
html[data-theme="light"] body.oshi-discovery-page .od-pick-card {
	background: rgba(255, 255, 255, 0.84);
	border-color: rgba(125, 149, 166, 0.22);
	box-shadow: 0 14px 32px rgba(12, 22, 26, 0.08);
	color: #0c161a;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-param-card,
html[data-theme="light"] body.oshi-discovery-page .od-param-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 247, 252, 0.98) 100%);
	border-color: rgba(125, 149, 166, 0.22);
	box-shadow: 0 14px 32px rgba(12, 22, 26, 0.08);
	color: #13202b;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-type-chip,
html[data-theme="light"] body.oshi-discovery-page .od-type-chip {
	background: rgba(245, 249, 253, 0.98);
	border-color: rgba(125, 149, 166, 0.18);
	color: #13202b;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-type-chip i,
html[data-theme="light"] body.oshi-discovery-page .od-type-chip i {
	color: #1f6feb;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-param-item,
html[data-theme="light"] body.oshi-discovery-page .od-param-item {
	background: rgba(245, 249, 253, 0.98);
	border-color: rgba(125, 149, 166, 0.18);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-param-title,
html[data-theme="light"] body.oshi-discovery-page .od-param-title,
html[data-theme="light_apple"] body.oshi-discovery-page .od-param-label,
html[data-theme="light"] body.oshi-discovery-page .od-param-label {
	color: #13202b;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-param-label i,
html[data-theme="light"] body.oshi-discovery-page .od-param-label i {
	color: #1f6feb;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-param-track,
html[data-theme="light"] body.oshi-discovery-page .od-param-track {
	background: rgba(187, 202, 215, 0.58);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-switcher,
html[data-theme="light"] body.oshi-discovery-page .od-switcher,
html[data-theme="light_apple"] body.oshi-discovery-page .od-progress,
html[data-theme="light"] body.oshi-discovery-page .od-progress,
html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn,
html[data-theme="light_apple"] body.oshi-discovery-page .od-member-select,
html[data-theme="light"] body.oshi-discovery-page .od-member-select,
html[data-theme="light_apple"] body.oshi-discovery-page .od-vote-btn,
html[data-theme="light"] body.oshi-discovery-page .od-vote-btn,
html[data-theme="light_apple"] body.oshi-discovery-page .od-chip,
html[data-theme="light"] body.oshi-discovery-page .od-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-link-chip,
html[data-theme="light"] body.oshi-discovery-page .od-link-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-pill,
html[data-theme="light"] body.oshi-discovery-page .od-hero-pill,
html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-step,
html[data-theme="light"] body.oshi-discovery-page .od-hero-step,
html[data-theme="light_apple"] body.oshi-discovery-page .od-summary-chip,
html[data-theme="light"] body.oshi-discovery-page .od-summary-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-question-badge,
html[data-theme="light"] body.oshi-discovery-page .od-question-badge {
	background: rgba(237, 242, 246, 0.94);
	border-color: rgba(141, 164, 179, 0.30);
	color: #17303d;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-title,
html[data-theme="light"] body.oshi-discovery-page .od-hero-title,
html[data-theme="light_apple"] body.oshi-discovery-page .od-member-prompt,
html[data-theme="light"] body.oshi-discovery-page .od-member-prompt,
html[data-theme="light_apple"] body.oshi-discovery-page .od-section-title,
html[data-theme="light"] body.oshi-discovery-page .od-section-title,
html[data-theme="light_apple"] body.oshi-discovery-page .od-question-title,
html[data-theme="light"] body.oshi-discovery-page .od-question-title,
html[data-theme="light_apple"] body.oshi-discovery-page .od-result-name,
html[data-theme="light"] body.oshi-discovery-page .od-result-name,
html[data-theme="light_apple"] body.oshi-discovery-page .od-result-why-copy,
html[data-theme="light"] body.oshi-discovery-page .od-result-why-copy,
html[data-theme="light_apple"] body.oshi-discovery-page .od-type-hub-title,
html[data-theme="light"] body.oshi-discovery-page .od-type-hub-title,
html[data-theme="light_apple"] body.oshi-discovery-page .od-type-popular-name,
html[data-theme="light"] body.oshi-discovery-page .od-type-popular-name,
html[data-theme="light_apple"] body.oshi-discovery-page .od-trait-name,
html[data-theme="light"] body.oshi-discovery-page .od-trait-name,
html[data-theme="light_apple"] body.oshi-discovery-page .od-help-item strong,
html[data-theme="light"] body.oshi-discovery-page .od-help-item strong {
	color: #0c161a;
	text-shadow: none;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-title span,
html[data-theme="light"] body.oshi-discovery-page .od-hero-title span,
html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-lead,
html[data-theme="light"] body.oshi-discovery-page .od-hero-lead,
html[data-theme="light_apple"] body.oshi-discovery-page .od-result-sub,
html[data-theme="light"] body.oshi-discovery-page .od-result-sub,
html[data-theme="light_apple"] body.oshi-discovery-page .od-type-hub-copy,
html[data-theme="light"] body.oshi-discovery-page .od-type-hub-copy,
html[data-theme="light_apple"] body.oshi-discovery-page .od-type-popular-sub,
html[data-theme="light"] body.oshi-discovery-page .od-type-popular-sub,
html[data-theme="light_apple"] body.oshi-discovery-page .od-type-popular-value,
html[data-theme="light"] body.oshi-discovery-page .od-type-popular-value,
html[data-theme="light_apple"] body.oshi-discovery-page .od-question-copy,
html[data-theme="light"] body.oshi-discovery-page .od-question-copy,
html[data-theme="light_apple"] body.oshi-discovery-page .od-trait-copy,
html[data-theme="light"] body.oshi-discovery-page .od-trait-copy,
html[data-theme="light_apple"] body.oshi-discovery-page .od-pick-meta,
html[data-theme="light"] body.oshi-discovery-page .od-pick-meta,
html[data-theme="light_apple"] body.oshi-discovery-page .od-note,
html[data-theme="light"] body.oshi-discovery-page .od-note,
html[data-theme="light_apple"] body.oshi-discovery-page .od-vote-side-note,
html[data-theme="light"] body.oshi-discovery-page .od-vote-side-note,
html[data-theme="light_apple"] body.oshi-discovery-page .od-board-val,
html[data-theme="light"] body.oshi-discovery-page .od-board-val,
html[data-theme="light_apple"] body.oshi-discovery-page .od-progress-text,
html[data-theme="light"] body.oshi-discovery-page .od-progress-text,
html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn span,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn span {
	color: #4a6170 !important;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-type-popular-row,
html[data-theme="light"] body.oshi-discovery-page .od-type-popular-row {
	background: rgba(245, 249, 253, 0.96);
	border-color: rgba(125, 149, 166, 0.18);
	box-shadow: none;
	color: #102433;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-type-popular-rank,
html[data-theme="light"] body.oshi-discovery-page .od-type-popular-rank {
	background: rgba(31, 111, 235, 0.12);
	color: #1f6feb;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-result-why,
html[data-theme="light"] body.oshi-discovery-page .od-result-why {
	background: rgba(245, 249, 253, 0.96);
	border-color: rgba(125, 149, 166, 0.18);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-eyebrow,
html[data-theme="light"] body.oshi-discovery-page .od-eyebrow,
html[data-theme="light_apple"] body.oshi-discovery-page .od-section-kicker,
html[data-theme="light"] body.oshi-discovery-page .od-section-kicker,
html[data-theme="light_apple"] body.oshi-discovery-page .od-result-why-title,
html[data-theme="light"] body.oshi-discovery-page .od-result-why-title,
html[data-theme="light_apple"] body.oshi-discovery-page .od-pick-label,
html[data-theme="light"] body.oshi-discovery-page .od-pick-label {
	color: #1f6feb;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn {
	color: #0c161a;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-link,
html[data-theme="light"] body.oshi-discovery-page .od-hero-link,
html[data-theme="light_apple"] body.oshi-discovery-page .od-stage-btn,
html[data-theme="light"] body.oshi-discovery-page .od-stage-btn {
	background: rgba(237, 242, 246, 0.96);
	border-color: rgba(141, 164, 179, 0.34);
	color: #17303d;
	box-shadow: 0 12px 24px rgba(12, 22, 26, 0.08);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-link.is-primary,
html[data-theme="light"] body.oshi-discovery-page .od-hero-link.is-primary,
html[data-theme="light_apple"] body.oshi-discovery-page .od-stage-btn.is-primary,
html[data-theme="light"] body.oshi-discovery-page .od-stage-btn.is-primary {
	background: linear-gradient(135deg, #1f6feb 0%, #4c7ff7 100%);
	border-color: transparent;
	color: #ffffff;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-link-chip.is-primary,
html[data-theme="light"] body.oshi-discovery-page .od-link-chip.is-primary {
	background: linear-gradient(135deg, #1f6feb 0%, #4c7ff7 100%);
	border-color: transparent;
	color: #ffffff !important;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-pill strong,
html[data-theme="light"] body.oshi-discovery-page .od-hero-pill strong {
	color: #0c161a;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn i,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn i {
	color: #1f6feb;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-tab-btn,
html[data-theme="light"] body.oshi-discovery-page .od-tab-btn {
	color: #435864;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-title,
html[data-theme="light"] body.oshi-discovery-page .od-hero-title {
	color: #13202b;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-title span,
html[data-theme="light"] body.oshi-discovery-page .od-hero-title span,
html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-lead,
html[data-theme="light"] body.oshi-discovery-page .od-hero-lead,
html[data-theme="light_apple"] body.oshi-discovery-page .od-member-sub,
html[data-theme="light"] body.oshi-discovery-page .od-member-sub,
html[data-theme="light_apple"] body.oshi-discovery-page .od-section-copy,
html[data-theme="light"] body.oshi-discovery-page .od-section-copy,
html[data-theme="light_apple"] body.oshi-discovery-page .od-orbit-card small,
html[data-theme="light"] body.oshi-discovery-page .od-orbit-card small,
html[data-theme="light_apple"] body.oshi-discovery-page .od-result-empty,
html[data-theme="light"] body.oshi-discovery-page .od-result-empty,
html[data-theme="light_apple"] body.oshi-discovery-page .od-summary-chip,
html[data-theme="light"] body.oshi-discovery-page .od-summary-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-vote-btn,
html[data-theme="light"] body.oshi-discovery-page .od-vote-btn,
html[data-theme="light_apple"] body.oshi-discovery-page .od-chip,
html[data-theme="light"] body.oshi-discovery-page .od-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-link-chip,
html[data-theme="light"] body.oshi-discovery-page .od-link-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-board-row,
html[data-theme="light"] body.oshi-discovery-page .od-board-row,
html[data-theme="light_apple"] body.oshi-discovery-page .od-member-select,
html[data-theme="light"] body.oshi-discovery-page .od-member-select {
	color: #425868 !important;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-orbit-card strong,
html[data-theme="light"] body.oshi-discovery-page .od-orbit-card strong,
html[data-theme="light_apple"] body.oshi-discovery-page .od-pick-title,
html[data-theme="light"] body.oshi-discovery-page .od-pick-title,
html[data-theme="light_apple"] body.oshi-discovery-page .od-board-name,
html[data-theme="light"] body.oshi-discovery-page .od-board-name,
html[data-theme="light_apple"] body.oshi-discovery-page .od-link-chip,
html[data-theme="light"] body.oshi-discovery-page .od-link-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-chip,
html[data-theme="light"] body.oshi-discovery-page .od-chip,
html[data-theme="light_apple"] body.oshi-discovery-page .od-question-badge,
html[data-theme="light"] body.oshi-discovery-page .od-question-badge,
html[data-theme="light_apple"] body.oshi-discovery-page .od-progress-text,
html[data-theme="light"] body.oshi-discovery-page .od-progress-text,
html[data-theme="light_apple"] body.oshi-discovery-page .od-vote-btn,
html[data-theme="light"] body.oshi-discovery-page .od-vote-btn,
html[data-theme="light_apple"] body.oshi-discovery-page .od-member-select,
html[data-theme="light"] body.oshi-discovery-page .od-member-select {
	color: #13202b !important;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-orbit::before,
html[data-theme="light"] body.oshi-discovery-page .od-hero-orbit::before {
	border-color: rgba(125, 149, 166, 0.28);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-hero-orbit::after,
html[data-theme="light"] body.oshi-discovery-page .od-hero-orbit::after {
	background: linear-gradient(90deg, rgba(31, 111, 235, 0), rgba(31, 111, 235, 0.30), rgba(31, 111, 235, 0));
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-result-card::after,
html[data-theme="light"] body.oshi-discovery-page .od-result-card::after {
	border-color: rgba(125, 149, 166, 0.12);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-progress-track,
html[data-theme="light"] body.oshi-discovery-page .od-progress-track,
html[data-theme="light_apple"] body.oshi-discovery-page .od-trait-meter,
html[data-theme="light"] body.oshi-discovery-page .od-trait-meter {
	background: rgba(187, 202, 215, 0.58);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-yes.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-yes.is-active,
html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-priority.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-priority.is-active {
	background: linear-gradient(180deg, #0f8c4b 0%, #0b6a38 100%);
	border-color: rgba(22, 163, 74, 0.72);
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14), 0 20px 32px rgba(22, 163, 74, 0.20);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-normal.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-normal.is-active {
	background: linear-gradient(180deg, #e65f9a 0%, #cf3f7f 100%);
	border-color: rgba(219, 39, 119, 0.66);
	box-shadow: 0 0 0 3px rgba(244, 114, 182, 0.12), 0 20px 32px rgba(219, 39, 119, 0.16);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-no.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-no.is-active {
	background: linear-gradient(180deg, #f2a93b 0%, #d88914 100%);
	border-color: rgba(217, 119, 6, 0.64);
	box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12), 0 20px 32px rgba(217, 119, 6, 0.18);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-unknown.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-unknown.is-active,
html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-neutral.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-neutral.is-active {
	background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
	border-color: rgba(37, 99, 235, 0.66);
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12), 0 20px 32px rgba(37, 99, 235, 0.18);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-avoid.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-avoid.is-active {
	background: linear-gradient(180deg, #f08a36 0%, #dc6511 100%);
	border-color: rgba(234, 88, 12, 0.64);
	box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.12), 0 20px 32px rgba(234, 88, 12, 0.16);
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-active strong,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-active strong,
html[data-theme="light_apple"] body.oshi-discovery-page .od-answer-btn.is-active span,
html[data-theme="light"] body.oshi-discovery-page .od-answer-btn.is-active span {
	color: #ffffff !important;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-vote-btn.is-active,
html[data-theme="light"] body.oshi-discovery-page .od-vote-btn.is-active {
	color: #ffffff !important;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-alert,
html[data-theme="light"] body.oshi-discovery-page .od-alert {
	background: #fff1f2;
	border-color: #fda4af;
	color: #b42318;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-notice,
html[data-theme="light"] body.oshi-discovery-page .od-notice {
	background: #ecfdf3;
	border-color: #86efac;
	color: #166534;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-tab-btn:hover,
html[data-theme="light"] body.oshi-discovery-page .od-tab-btn:hover {
	color: #13202b;
}

html[data-theme="light_apple"] body.oshi-discovery-page .od-stage-hint,
html[data-theme="light"] body.oshi-discovery-page .od-stage-hint {
	color: #425868;
}

@media (max-width: 1080px) {
	.od-hero,
	.od-quiz-layout,
	.od-vote-layout {
		grid-template-columns: 1fr;
	}

	.od-side-stack {
		position: static;
	}

	.od-vote-profile-card {
		position: static;
	}

	.od-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.od-page {
		max-width: none;
		padding-bottom: 122px;
	}

	.od-page .panel.section-card {
		border-radius: 24px;
	}

	.od-hero,
	.od-stage-card,
	.od-side-card,
	.od-vote-card,
	.od-community-card {
		padding: 22px 18px;
	}

	.od-hero-title {
		font-size: clamp(1.9rem, 9.2vw, 2.6rem);
	}

	.od-hero-title span {
		font-size: 0.98rem;
	}

	.od-hero-steps {
		grid-template-columns: 1fr;
	}

	.od-hero-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.od-hero-pill {
		justify-content: center;
	}

	.od-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.od-hero-link {
		width: 100%;
	}

	.od-next-step-cta {
		width: 100%;
	}

	.od-hero-orbit {
		grid-template-columns: 1fr;
		padding-left: 0;
	}

	.od-hero-orbit::before,
	.od-hero-orbit::after {
		display: none;
	}

	.od-orbit-card,
	.od-orbit-card.is-a,
	.od-orbit-card.is-b,
	.od-orbit-card.is-c {
		grid-column: auto;
		transform: none;
		min-height: 0;
	}

	.od-switcher {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.od-tab-btn {
		padding: 12px 10px;
		font-size: 0.9rem;
	}

	.od-answer-grid,
	.od-benefit-grid,
	.od-board-grid,
	.od-pick-grid {
		grid-template-columns: 1fr;
	}

	.od-vote-answer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.od-member-select-row {
		grid-template-columns: 1fr;
	}

	.od-share-actions {
		flex-direction: column;
	}

	.od-mode-row,
	.od-mode-switch {
		width: 100%;
	}

	.od-mode-switch {
		justify-content: stretch;
	}

	.od-mode-btn {
		flex: 1 1 0;
	}

	.od-share-actions .od-link-chip {
		width: 100%;
		justify-content: center;
	}

	.od-vote-profile-links,
	.od-vote-stage-footer .od-stage-nav {
		flex-direction: column;
	}

	.od-stage-footer,
	.od-vote-submit {
		flex-direction: column;
		align-items: stretch;
	}

	.od-progress {
		flex-direction: column;
		align-items: stretch;
	}

	.od-progress-text {
		min-width: 0;
		text-align: right;
	}

	.od-result-top {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.od-result-match {
		margin-left: 0;
	}

	.od-param-head {
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.od-hero-stats {
		grid-template-columns: 1fr;
	}

	.od-selected-member {
		grid-template-columns: 1fr;
	}

	.od-selected-avatar {
		width: 80px;
		height: 80px;
	}
}
.od-page {
	--od-page-panel-pad: var(--page-panel-pad-lg);
}
.od-page :is(
	.panel.section-card,
	.od-hero-step,
	.od-hero-pill,
	.od-hero-link,
	.od-orbit-card,
	.od-switcher,
	.od-mode-switch,
	.od-tab-btn,
	.od-mode-btn,
	.od-progress,
	.od-question-badge,
	.od-answer-btn,
	.od-summary-chip,
	.od-member-search,
	.od-member-option,
	.od-selected-member,
	.od-vote-pill,
	.od-link-chip,
	.od-result-chip,
	.od-type-chip,
	.od-param-chip
) {
	border: none !important;
	box-shadow: none !important;
}
.od-page .history-ranking-link,
.od-page .od-vote-profile-links a {
	border: none !important;
	box-shadow: none !important;
}
.od-hero,
.od-stage-card,
.od-side-card,
.od-vote-card,
.od-community-card {
	padding: var(--od-page-panel-pad);
}
.od-hero-title {
	font-size: var(--page-hero-title-size);
	line-height: 1.08;
}
.od-hero-title span {
	font-size: var(--page-hero-subtitle-size);
	line-height: 1.66;
}
.od-hero-lead,
.od-section-copy,
.od-question-copy {
	font-size: var(--page-body-size);
	line-height: 1.72;
}
.od-section-kicker,
.od-eyebrow {
	font-size: var(--page-body-size-sm);
}
.od-section-title {
	font-size: var(--page-section-title-size);
	line-height: 1.24;
}
.od-question-title {
	font-size: clamp(1.42rem, 2.3vw, 1.88rem);
	line-height: 1.16;
}
.od-answer-btn strong {
	font-size: 1.02rem;
}
.od-answer-btn span {
	font-size: var(--page-body-size-sm);
	line-height: 1.5;
}
.od-progress-text {
	font-size: var(--page-body-size);
}
.od-question-badge,
.od-hero-pill,
.od-summary-chip,
.od-link-chip,
.od-vote-pill {
	font-size: var(--page-body-size-sm);
}
html[data-theme="light_apple"] .od-page,
html[data-theme="light"] .od-page {
	color: #102433;
	--od-text: #102433;
	--od-text-soft: #3a5566;
	--od-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 251, 0.98) 100%);
	--od-surface-soft: linear-gradient(180deg, rgba(245, 249, 253, 0.98) 0%, rgba(239, 245, 251, 0.98) 100%);
	--od-surface-card: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 251, 0.98) 100%);
}
html[data-theme="light_apple"] .od-page :is(
	.od-hero,
	.od-stage-card,
	.od-side-card,
	.od-vote-card,
	.od-community-card,
	.od-progress,
	.od-switcher,
	.od-hero-step,
	.od-hero-pill
),
html[data-theme="light"] .od-page :is(
	.od-hero,
	.od-stage-card,
	.od-side-card,
	.od-vote-card,
	.od-community-card,
	.od-progress,
	.od-switcher,
	.od-hero-step,
	.od-hero-pill
) {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 251, 0.98) 100%) !important;
}
html[data-theme="light_apple"] .od-page .od-answer-btn:not(.is-active),
html[data-theme="light"] .od-page .od-answer-btn:not(.is-active) {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(243, 247, 251, 0.98) 100%) !important;
}
html[data-theme="light_apple"] .od-page :is(
	.od-hero-title,
	.od-section-title,
	.od-question-title,
	.od-progress-text
),
html[data-theme="light"] .od-page :is(
	.od-hero-title,
	.od-section-title,
	.od-question-title,
	.od-progress-text
) {
	color: #102433 !important;
	text-shadow: none !important;
}
html[data-theme="light_apple"] .od-page .od-answer-btn:not(.is-active) strong,
html[data-theme="light"] .od-page .od-answer-btn:not(.is-active) strong {
	color: #102433 !important;
	text-shadow: none !important;
}
html[data-theme="light_apple"] .od-page :is(
	.od-hero-title span,
	.od-hero-lead,
	.od-section-copy,
	.od-question-copy,
	.od-summary-chip,
	.od-link-chip
),
html[data-theme="light"] .od-page :is(
	.od-hero-title span,
	.od-hero-lead,
	.od-section-copy,
	.od-question-copy,
	.od-summary-chip,
	.od-link-chip
) {
	color: #3a5566 !important;
}
html[data-theme="light_apple"] .od-page .od-answer-btn:not(.is-active) span,
html[data-theme="light"] .od-page .od-answer-btn:not(.is-active) span {
	color: #3a5566 !important;
}
@media (max-width: 980px) {
	.od-page {
		--od-page-panel-pad: var(--page-panel-pad-md);
	}
}
