body.woonis-theme-2026 .wga-shell {
	--wga-black: #0a0a0a;
	--wga-ink: #151515;
	--wga-muted: #696969;
	--wga-line: #d8d8d2;
	--wga-paper: #f4f4ef;
	--wga-white: #ffffff;
	--wga-lime: #b8ff2c;
	width: min(1440px, calc(100% - 32px));
	margin: 80px auto;
	color: var(--wga-ink);
	font-family: inherit;
	scroll-margin-top: 90px;
}

body.woonis-theme-2026 .wga-shell[hidden],
body.woonis-theme-2026 .wga-category-shell[hidden] {
	display: none !important;
}

body.woonis-theme-2026 .wga-category-shell {
	--wga-black: #0a0a0a;
	--wga-ink: #151515;
	--wga-muted: #696969;
	--wga-line: #d8d8d2;
	--wga-paper: #f4f4ef;
	--wga-white: #fff;
	--wga-lime: #b8ff2c;
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(540px, 1.15fr);
	gap: clamp(48px, 7vw, 100px);
	align-items: center;
	width: min(1440px, calc(100% - 32px));
	min-height: 650px;
	margin: 80px auto;
	padding: clamp(44px, 6vw, 84px);
	border: 1px solid var(--wga-black);
	background: var(--wga-paper);
	color: var(--wga-ink);
	scroll-margin-top: 90px;
}

body.woonis-theme-2026 .wga-category-shell .wga-eyebrow {
	margin-bottom: 24px;
}

body.woonis-theme-2026 .wga-category-shell h2 {
	margin: 0;
	color: var(--wga-black);
	font-size: clamp(48px, 5.6vw, 84px);
	font-weight: 850;
	letter-spacing: -.06em;
	line-height: .92;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-category-shell h2 em {
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 1.5px var(--wga-black);
}

body.woonis-theme-2026 .wga-category-shell > div:first-child > p:last-child {
	max-width: 520px;
	margin: 28px 0 0;
	color: var(--wga-muted);
	font-size: 14px;
	line-height: 1.7;
}

body.woonis-theme-2026 .wga-category-grid {
	display: grid;
	gap: 18px;
}

body.woonis-theme-2026 .wga-category-grid button {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr auto;
	min-height: 190px;
	padding: 28px;
	border: 1px solid var(--wga-black);
	border-radius: 0;
	background: var(--wga-white);
	box-shadow: 10px 10px 0 var(--wga-black);
	color: var(--wga-black);
	text-align: left;
	transition: .18s ease;
}

body.woonis-theme-2026 .wga-category-grid button:hover {
	transform: translate(-2px, -2px);
	background: #f8ffe7;
	box-shadow: 14px 14px 0 var(--wga-black);
}

body.woonis-theme-2026 .wga-category-grid button span {
	grid-column: 1 / -1;
	color: #648c00;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .15em;
}

body.woonis-theme-2026 .wga-category-grid button b {
	align-self: end;
	font-size: 30px;
	font-weight: 850;
	letter-spacing: -.04em;
}

body.woonis-theme-2026 .wga-category-grid button small {
	align-self: end;
	color: var(--wga-muted);
	font-size: 10px;
}

body.woonis-theme-2026 .wga-category-grid button i {
	grid-row: 2 / 4;
	grid-column: 2;
	align-self: end;
	font-size: 30px;
	font-style: normal;
}

body.woonis-theme-2026 .wga-shell *,
body.woonis-theme-2026 .wga-shell *::before,
body.woonis-theme-2026 .wga-shell *::after {
	box-sizing: border-box;
}

body.woonis-theme-2026 .wga-shell [hidden] {
	display: none !important;
}

body.woonis-theme-2026 .wga-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
	gap: 64px;
	align-items: end;
	padding: 64px;
	background: var(--wga-black);
	color: var(--wga-white);
	border: 1px solid var(--wga-black);
}

body.woonis-theme-2026 .wga-eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 22px;
	color: inherit;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.3;
}

body.woonis-theme-2026 .wga-eyebrow i {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--wga-lime);
}

body.woonis-theme-2026 .wga-hero h2 {
	margin: 0;
	color: var(--wga-white);
	font-size: clamp(46px, 5.4vw, 84px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .92;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-hero h2 em,
body.woonis-theme-2026 .wga-results h3 em {
	color: var(--wga-lime);
	font-style: normal;
}

body.woonis-theme-2026 .wga-hero > div > p:last-child {
	max-width: 700px;
	margin: 30px 0 0;
	color: #ababab;
	font-size: 16px;
	line-height: 1.7;
}

body.woonis-theme-2026 .wga-hero ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid #383838;
	border-left: 1px solid #383838;
	list-style: none;
}

body.woonis-theme-2026 .wga-hero li {
	display: flex;
	min-height: 110px;
	padding: 22px;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
}

body.woonis-theme-2026 .wga-hero li b {
	color: var(--wga-lime);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -.04em;
}

body.woonis-theme-2026 .wga-hero li span {
	color: #a8a8a8;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-app {
	display: grid;
	grid-template-columns: 276px minmax(0, 1fr);
	min-height: 720px;
	border: 1px solid var(--wga-line);
	border-top: 0;
	background: var(--wga-white);
}

body.woonis-theme-2026 .wga-sidebar {
	display: flex;
	padding: 30px 24px;
	flex-direction: column;
	background: var(--wga-paper);
	border-right: 1px solid var(--wga-line);
}

body.woonis-theme-2026 .wga-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--wga-line);
	color: var(--wga-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
}

body.woonis-theme-2026 .wga-sidebar ol {
	display: grid;
	gap: 0;
	margin: 24px 0 40px;
	padding: 0;
	list-style: none;
}

body.woonis-theme-2026 .wga-sidebar li {
	position: relative;
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 13px;
	align-items: center;
	min-height: 66px;
	opacity: .45;
	transition: opacity .2s ease;
}

body.woonis-theme-2026 .wga-sidebar li::after {
	position: absolute;
	top: 47px;
	left: 16px;
	width: 1px;
	height: 38px;
	background: var(--wga-line);
	content: "";
}

body.woonis-theme-2026 .wga-sidebar li:last-child::after {
	display: none;
}

body.woonis-theme-2026 .wga-sidebar li.is-active,
body.woonis-theme-2026 .wga-sidebar li.is-done {
	opacity: 1;
}

body.woonis-theme-2026 .wga-sidebar li i {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid #bcbcb5;
	background: var(--wga-white);
	border-radius: 50%;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
}

body.woonis-theme-2026 .wga-sidebar li.is-active i,
body.woonis-theme-2026 .wga-sidebar li.is-done i {
	border-color: var(--wga-black);
	background: var(--wga-black);
	color: var(--wga-lime);
}

body.woonis-theme-2026 .wga-sidebar li b,
body.woonis-theme-2026 .wga-sidebar li small {
	display: block;
}

body.woonis-theme-2026 .wga-sidebar li b {
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .09em;
}

body.woonis-theme-2026 .wga-sidebar li small {
	margin-top: 4px;
	color: var(--wga-muted);
	font-size: 11px;
}

body.woonis-theme-2026 .wga-sidebar > p {
	margin: auto 0 0;
	color: #8c8c86;
	font-size: 10px;
	line-height: 1.7;
}

body.woonis-theme-2026 .wga-sidebar > p button {
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wga-black);
	font-size: 10px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.woonis-theme-2026 .wga-stage {
	display: flex;
	min-width: 0;
	padding: 34px clamp(28px, 5vw, 72px) 42px;
	flex-direction: column;
}

body.woonis-theme-2026 .wga-progress {
	display: flex;
	gap: 24px;
	align-items: center;
	color: var(--wga-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

body.woonis-theme-2026 .wga-progress > div {
	overflow: hidden;
	height: 3px;
	flex: 1;
	background: #e8e8e3;
}

body.woonis-theme-2026 .wga-progress > div i {
	display: block;
	width: 16.666%;
	height: 100%;
	background: var(--wga-black);
	transition: width .25s ease;
}

body.woonis-theme-2026 .wga-questions {
	display: flex;
	flex: 1;
	flex-direction: column;
}

body.woonis-theme-2026 .wga-question {
	margin: auto 0;
	padding: 48px 0;
	animation: wga-enter .28s ease both;
}

@keyframes wga-enter {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

body.woonis-theme-2026 .wga-question > p {
	margin: 0 0 13px;
	color: #7b7b75;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .16em;
}

body.woonis-theme-2026 .wga-question > h3 {
	max-width: 800px;
	margin: 0;
	color: var(--wga-ink);
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.02;
}

body.woonis-theme-2026 .wga-question > span {
	display: block;
	max-width: 680px;
	margin-top: 15px;
	color: var(--wga-muted);
	font-size: 14px;
	line-height: 1.65;
}

body.woonis-theme-2026 .wga-options {
	display: grid;
	gap: 10px;
	margin-top: 34px;
}

body.woonis-theme-2026 .wga-options--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woonis-theme-2026 .wga-options--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.woonis-theme-2026 .wga-options > button {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr 18px;
	gap: 12px;
	align-items: center;
	min-height: 86px;
	padding: 16px;
	border: 1px solid var(--wga-line);
	background: var(--wga-white);
	border-radius: 0;
	color: var(--wga-ink);
	text-align: left;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

body.woonis-theme-2026 .wga-options > button:hover {
	border-color: var(--wga-black);
	transform: translateY(-2px);
}

body.woonis-theme-2026 .wga-options > button.is-selected {
	border-color: var(--wga-black);
	background: var(--wga-black);
	color: var(--wga-white);
	box-shadow: inset 0 -3px 0 var(--wga-lime);
}

body.woonis-theme-2026 .wga-options > button > i {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid #cacac4;
	border-radius: 50%;
	font-size: 11px;
	font-style: normal;
	font-weight: 850;
}

body.woonis-theme-2026 .wga-options > button.is-selected > i {
	border-color: #454545;
	color: var(--wga-lime);
}

body.woonis-theme-2026 .wga-options > button b,
body.woonis-theme-2026 .wga-options > button small {
	display: block;
}

body.woonis-theme-2026 .wga-options > button b {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: -.01em;
}

body.woonis-theme-2026 .wga-options > button small {
	margin-top: 5px;
	color: var(--wga-muted);
	font-size: 10px;
	line-height: 1.35;
}

body.woonis-theme-2026 .wga-options > button.is-selected small {
	color: #a9a9a9;
}

body.woonis-theme-2026 .wga-options > button > em {
	position: relative;
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #aaa;
	border-radius: 50%;
}

body.woonis-theme-2026 .wga-options > button.is-selected > em {
	border: 5px solid var(--wga-lime);
	background: var(--wga-black);
}

body.woonis-theme-2026 .wga-measure {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	padding: 17px 20px;
	border: 1px solid var(--wga-line);
	background: var(--wga-paper);
}

body.woonis-theme-2026 .wga-measure > span:first-child b,
body.woonis-theme-2026 .wga-measure > span:first-child small {
	display: block;
}

body.woonis-theme-2026 .wga-measure > span:first-child b {
	font-size: 12px;
}

body.woonis-theme-2026 .wga-measure > span:first-child small {
	margin-top: 4px;
	color: var(--wga-muted);
	font-size: 10px;
}

body.woonis-theme-2026 .wga-measure > span:last-child {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--wga-black);
}

body.woonis-theme-2026 .wga-measure input {
	width: 70px;
	height: 34px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--wga-black);
	font: inherit;
	font-size: 18px;
	font-weight: 800;
	text-align: right;
}

body.woonis-theme-2026 .wga-measure > span:last-child i {
	margin-left: 6px;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
}

body.woonis-theme-2026 .wga-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 22px;
	border-top: 1px solid var(--wga-line);
}

body.woonis-theme-2026 .wga-actions button {
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid var(--wga-black);
	border-radius: 0;
	background: var(--wga-white);
	color: var(--wga-black);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
}

body.woonis-theme-2026 .wga-actions button:last-child {
	min-width: 180px;
	background: var(--wga-black);
	color: var(--wga-white);
}

body.woonis-theme-2026 .wga-actions button:last-child span {
	margin-left: 22px;
	color: var(--wga-lime);
}

body.woonis-theme-2026 .wga-actions button:disabled {
	border-color: #d6d6d1;
	color: #ababab;
	cursor: not-allowed;
}

body.woonis-theme-2026 .wga-results {
	padding: 42px 0 0;
	animation: wga-enter .3s ease both;
}

body.woonis-theme-2026 .wga-results > header {
	display: flex;
	gap: 30px;
	align-items: flex-end;
	justify-content: space-between;
}

body.woonis-theme-2026 .wga-results .wga-eyebrow {
	margin-bottom: 12px;
	color: var(--wga-muted);
}

body.woonis-theme-2026 .wga-results h3 {
	margin: 0;
	color: var(--wga-black);
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 850;
	letter-spacing: -.055em;
	line-height: .98;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-results > header > div > p:last-child {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--wga-muted);
	font-size: 13px;
	line-height: 1.6;
}

body.woonis-theme-2026 .wga-result-actions {
	display: grid;
	flex: 0 0 auto;
	gap: 7px;
}

body.woonis-theme-2026 .wga-result-actions button {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--wga-black);
	background: var(--wga-white);
	color: var(--wga-black);
	font-size: 10px;
	font-weight: 800;
}

body.woonis-theme-2026 .wga-profile {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 26px 0;
}

body.woonis-theme-2026 .wga-profile span {
	padding: 8px 12px;
	border: 1px solid var(--wga-line);
	background: var(--wga-paper);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-result-list {
	display: grid;
	gap: 14px;
}

body.woonis-theme-2026 .wga-card {
	display: grid;
	grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
	border: 1px solid var(--wga-line);
	background: var(--wga-white);
}

body.woonis-theme-2026 .wga-card.is-best {
	border-color: var(--wga-black);
	box-shadow: inset 4px 0 0 var(--wga-lime);
}

body.woonis-theme-2026 .wga-card__visual {
	position: relative;
	display: grid;
	min-height: 330px;
	place-items: center;
	overflow: hidden;
	background: var(--wga-paper);
}

body.woonis-theme-2026 .wga-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body.woonis-theme-2026 .wga-card__visual > span {
	max-width: 190px;
	color: #d0d0ca;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -.06em;
	line-height: .9;
	text-align: center;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-card__visual > small {
	position: absolute;
	top: 16px;
	left: 18px;
	color: var(--wga-muted);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .1em;
}

body.woonis-theme-2026 .wga-card__body {
	padding: 28px;
}

body.woonis-theme-2026 .wga-card__rank {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.woonis-theme-2026 .wga-card__rank span {
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .11em;
}

body.woonis-theme-2026 .wga-card__rank strong {
	font-size: 22px;
	letter-spacing: -.04em;
	white-space: nowrap;
}

body.woonis-theme-2026 .wga-card.is-best .wga-card__rank span {
	padding: 7px 9px;
	background: var(--wga-lime);
	color: var(--wga-black);
}

body.woonis-theme-2026 .wga-card h4 {
	margin: 18px 0 0;
	color: var(--wga-black);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-card__title {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	justify-content: space-between;
}

body.woonis-theme-2026 .wga-data-badge {
	flex: 0 0 auto;
	margin-top: 18px;
	padding: 6px 8px;
	border: 1px solid #668d00;
	background: #efffd0;
	color: #405c00;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .1em;
}

body.woonis-theme-2026 .wga-card__price {
	margin: 10px 0 18px;
	color: var(--wga-muted);
	font-size: 12px;
	font-weight: 700;
}

body.woonis-theme-2026 .wga-scores {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 18px;
	border-top: 1px solid var(--wga-line);
	border-left: 1px solid var(--wga-line);
}

body.woonis-theme-2026 .wga-scores.is-headset {
	grid-template-columns: repeat(4, 1fr);
}

body.woonis-theme-2026 .wga-scores span {
	display: flex;
	min-height: 62px;
	padding: 9px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--wga-line);
	border-bottom: 1px solid var(--wga-line);
	color: var(--wga-muted);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
}

body.woonis-theme-2026 .wga-scores b {
	margin-bottom: 2px;
	color: var(--wga-black);
	font-size: 18px;
	letter-spacing: -.03em;
}

body.woonis-theme-2026 .wga-reasons {
	display: grid;
	gap: 10px;
}

body.woonis-theme-2026 .wga-reason {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 10px;
}

body.woonis-theme-2026 .wga-reason > i {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	background: var(--wga-paper);
	border-radius: 50%;
	font-size: 11px;
	font-style: normal;
}

body.woonis-theme-2026 .wga-reason p {
	margin: 0;
}

body.woonis-theme-2026 .wga-reason b,
body.woonis-theme-2026 .wga-reason span {
	display: block;
}

body.woonis-theme-2026 .wga-partial-note {
	margin: 17px 0 0;
	padding: 10px 12px;
	border-left: 3px solid #d79a00;
	background: #fff9e9;
	color: #726648;
	font-size: 9px;
	line-height: 1.5;
}

body.woonis-theme-2026 .wga-partial-note.is-approved {
	border-left-color: #6c9700;
	background: #f5ffe0;
	color: #536627;
}

body.woonis-theme-2026 .wga-reason b {
	font-size: 10px;
}

body.woonis-theme-2026 .wga-reason span {
	margin-top: 2px;
	color: var(--wga-muted);
	font-size: 10px;
	line-height: 1.45;
}

body.woonis-theme-2026 .wga-card__body > a {
	display: flex;
	min-height: 48px;
	margin-top: 22px;
	padding: 0 16px;
	align-items: center;
	justify-content: space-between;
	background: var(--wga-black);
	color: var(--wga-white);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-card__body > a:hover {
	background: #262626;
	color: var(--wga-white);
}

body.woonis-theme-2026 .wga-card__body > a span {
	color: var(--wga-lime);
	font-size: 16px;
}

body.woonis-theme-2026 .wga-result-foot {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--wga-line);
}

body.woonis-theme-2026 .wga-result-foot p {
	margin: 0;
	color: var(--wga-muted);
	font-size: 10px;
}

body.woonis-theme-2026 .wga-result-foot a {
	color: var(--wga-black);
	font-size: 10px;
	font-weight: 850;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wga-empty,
body.woonis-theme-2026 .wga-noscript {
	margin: 0;
	padding: 28px;
	border: 1px solid var(--wga-line);
	background: var(--wga-paper);
	font-size: 13px;
	line-height: 1.6;
}

body.woonis-theme-2026 .wga-empty strong {
	display: inline-block;
	margin-bottom: 6px;
	color: var(--wga-black);
	font-size: 15px;
}

body.woonis-theme-2026 .wga-shell button:focus-visible,
body.woonis-theme-2026 .wga-shell a:focus-visible,
body.woonis-theme-2026 .wga-shell input:focus-visible {
	outline: 3px solid var(--wga-lime);
	outline-offset: 3px;
}

@media (max-width: 1080px) {
	body.woonis-theme-2026 .wga-category-shell {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .wga-category-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.woonis-theme-2026 .wga-hero {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .wga-hero ul {
		max-width: 720px;
	}

	body.woonis-theme-2026 .wga-options--3 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	body.woonis-theme-2026 .wga-category-shell {
		width: min(100% - 20px, 720px);
		min-height: 0;
		margin: 54px auto;
		padding: 42px 26px;
	}

	body.woonis-theme-2026 .wga-shell {
		width: min(100% - 20px, 720px);
		margin: 54px auto;
	}

	body.woonis-theme-2026 .wga-hero {
		gap: 38px;
		padding: 42px 26px;
	}

	body.woonis-theme-2026 .wga-app {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.woonis-theme-2026 .wga-sidebar {
		padding: 18px 20px;
		border-right: 0;
		border-bottom: 1px solid var(--wga-line);
	}

	body.woonis-theme-2026 .wga-sidebar__head,
	body.woonis-theme-2026 .wga-sidebar > p,
	body.woonis-theme-2026 .wga-sidebar li span {
		display: none;
	}

	body.woonis-theme-2026 .wga-sidebar ol {
		display: flex;
		margin: 0;
		justify-content: space-between;
	}

	body.woonis-theme-2026 .wga-sidebar li {
		display: block;
		min-height: 34px;
	}

	body.woonis-theme-2026 .wga-sidebar li::after {
		top: 16px;
		left: 34px;
		width: calc((100vw - 80px) / 6 - 34px);
		height: 1px;
	}

	body.woonis-theme-2026 .wga-stage {
		padding: 25px 22px 30px;
	}

	body.woonis-theme-2026 .wga-question {
		padding: 40px 0;
	}

	body.woonis-theme-2026 .wga-card {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .wga-card__visual {
		min-height: 260px;
	}
}

@media (max-width: 560px) {
	body.woonis-theme-2026 .wga-scores.is-headset {
		grid-template-columns: repeat(2, 1fr);
	}

	body.woonis-theme-2026 .wga-category-shell {
		padding: 36px 20px;
	}

	body.woonis-theme-2026 .wga-category-shell h2 {
		font-size: 42px;
	}

	body.woonis-theme-2026 .wga-category-grid {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .wga-category-grid button {
		min-height: 150px;
		box-shadow: 7px 7px 0 var(--wga-black);
	}

	body.woonis-theme-2026 .wga-hero {
		padding: 36px 20px;
	}

	body.woonis-theme-2026 .wga-hero h2 {
		font-size: 42px;
	}

	body.woonis-theme-2026 .wga-hero ul {
		grid-template-columns: 1fr 1fr;
	}

	body.woonis-theme-2026 .wga-hero li {
		min-height: 88px;
		padding: 16px;
	}

	body.woonis-theme-2026 .wga-progress {
		gap: 12px;
	}

	body.woonis-theme-2026 .wga-question > h3 {
		font-size: 34px;
	}

	body.woonis-theme-2026 .wga-options--2,
	body.woonis-theme-2026 .wga-options--3 {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .wga-options > button {
		min-height: 78px;
	}

	body.woonis-theme-2026 .wga-measure {
		align-items: flex-start;
		flex-direction: column;
	}

	body.woonis-theme-2026 .wga-measure > span:last-child {
		align-self: stretch;
		justify-content: flex-end;
	}

	body.woonis-theme-2026 .wga-actions button {
		padding: 0 15px;
	}

	body.woonis-theme-2026 .wga-actions button:last-child {
		min-width: 150px;
	}

	body.woonis-theme-2026 .wga-results > header,
	body.woonis-theme-2026 .wga-result-foot {
		align-items: flex-start;
		flex-direction: column;
	}

	body.woonis-theme-2026 .wga-results h3 {
		font-size: 42px;
	}

	body.woonis-theme-2026 .wga-card__body {
		padding: 22px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woonis-theme-2026 .wga-shell *,
	body.woonis-theme-2026 .wga-shell *::before,
	body.woonis-theme-2026 .wga-shell *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
}

body.woonis-theme-2026 .wga-keyboard-panel[hidden] {
	display: none !important;
}

body.woonis-theme-2026 .wga-keyboard-panel {
	width: min(1440px, 100%);
	margin: 80px auto;
	scroll-margin-top: 90px;
}

body.woonis-theme-2026 .wga-keyboard-panel__nav {
	display: flex;
	justify-content: flex-start;
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto 14px;
}

body.woonis-theme-2026 .wga-keyboard-panel__nav button {
	padding: 11px 16px;
	border: 1px solid #151515;
	border-radius: 0;
	background: #fff;
	color: #151515;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

body.woonis-theme-2026 .wga-keyboard-panel__nav button:hover,
body.woonis-theme-2026 .wga-keyboard-panel__nav button:focus-visible {
	background: #b8ff2c;
	outline: none;
}

body.woonis-theme-2026 .wga-keyboard-panel woonis-keyboard-advisor {
	display: block;
	min-height: 240px;
}

body.woonis-theme-2026 .wga-keyboard-loading {
	display: grid;
	min-height: 240px;
	margin: 0;
	place-items: center;
	color: #696969;
	font-size: 13px;
}

@media (max-width: 820px) {
	body.woonis-theme-2026 .wga-keyboard-panel {
		margin: 36px auto;
	}

	body.woonis-theme-2026 .wga-keyboard-panel__nav {
		width: min(100% - 24px, 680px);
	}
}

/* Apple-inspired category chooser */
body.woonis-theme-2026 .wga-category-shell {
	--wga-apple-ink: #1d1d1f;
	--wga-apple-muted: #6e6e73;
	box-sizing: border-box;
	grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
	gap: clamp(54px, 7vw, 112px);
	min-height: 700px;
	margin: 64px auto;
	padding: clamp(48px, 6.5vw, 92px);
	border: 0;
	border-radius: 38px;
	background:
		radial-gradient(circle at 90% 4%, rgba(184, 255, 44, .14), transparent 29%),
		radial-gradient(circle at 8% 96%, rgba(0, 113, 227, .07), transparent 25%),
		linear-gradient(145deg, #fbfbfd 0%, #f5f5f7 58%, #ececf0 100%);
	box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, .045),
		0 32px 90px rgba(0, 0, 0, .09);
	color: var(--wga-apple-ink);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
	overflow: hidden;
}

body.woonis-theme-2026 .wga-category-shell *,
body.woonis-theme-2026 .wga-category-shell *::before,
body.woonis-theme-2026 .wga-category-shell *::after {
	box-sizing: border-box;
}

body.woonis-theme-2026 .wga-category-shell .wga-eyebrow {
	gap: 10px;
	margin: 0 0 28px;
	color: var(--wga-apple-muted);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .11em;
}

body.woonis-theme-2026 .wga-category-shell .wga-eyebrow i {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #72a600;
	box-shadow: 0 0 0 5px rgba(114, 166, 0, .10);
}

body.woonis-theme-2026 .wga-category-shell h2 {
	max-width: 640px;
	margin: 0;
	color: var(--wga-apple-ink);
	font-size: clamp(54px, 5.7vw, 86px);
	font-weight: 700;
	letter-spacing: -.065em;
	line-height: .94;
	text-transform: none;
}

body.woonis-theme-2026 .wga-category-shell h2 em {
	display: inline;
	color: #86868b;
	font-style: normal;
	font-weight: 650;
	-webkit-text-stroke: 0;
}

body.woonis-theme-2026 .wga-category-shell > div:first-child > p:last-child {
	max-width: 460px;
	margin: 30px 0 0;
	color: var(--wga-apple-muted);
	font-size: 16px;
	line-height: 1.55;
}

body.woonis-theme-2026 .wga-category-grid {
	display: grid;
	gap: 14px;
}

body.woonis-theme-2026 .wga-category-grid button {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	grid-template-rows: auto 1fr auto;
	min-height: 174px;
	padding: 25px 26px 24px;
	border: 1px solid rgba(0, 0, 0, .065);
	border-radius: 25px;
	background: rgba(255, 255, 255, .78);
	box-shadow:
		0 1px 2px rgba(0, 0, 0, .025),
		0 12px 32px rgba(0, 0, 0, .065);
	color: var(--wga-apple-ink);
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	-webkit-appearance: none;
	appearance: none;
	-webkit-backdrop-filter: blur(18px) saturate(135%);
	backdrop-filter: blur(18px) saturate(135%);
	transition: transform .32s cubic-bezier(.2, .8, .2, 1), border-color .32s ease, box-shadow .32s ease, background-color .32s ease;
}

body.woonis-theme-2026 .wga-category-grid button::before {
	position: absolute;
	top: -90px;
	right: -70px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: rgba(0, 113, 227, .065);
	content: "";
	pointer-events: none;
}

body.woonis-theme-2026 .wga-category-grid button:nth-child(2)::before {
	background: rgba(175, 82, 222, .065);
}

body.woonis-theme-2026 .wga-category-grid button:nth-child(3)::before {
	background: rgba(114, 166, 0, .10);
}

body.woonis-theme-2026 .wga-category-grid button:nth-child(4)::before {
	background: rgba(255, 149, 0, .09);
}

body.woonis-theme-2026 .wga-category-grid button:hover {
	transform: translateY(-4px) scale(1.006);
	border-color: rgba(0, 0, 0, .10);
	background: rgba(255, 255, 255, .96);
	box-shadow:
		0 2px 5px rgba(0, 0, 0, .035),
		0 22px 52px rgba(0, 0, 0, .11);
}

body.woonis-theme-2026 .wga-category-grid button:focus-visible {
	border-color: rgba(0, 0, 0, .24);
	outline: 4px solid rgba(0, 113, 227, .20);
	outline-offset: 3px;
}

body.woonis-theme-2026 .wga-category-grid button span {
	position: relative;
	grid-column: 1 / -1;
	color: var(--wga-apple-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .105em;
}

body.woonis-theme-2026 .wga-category-grid button b {
	position: relative;
	align-self: end;
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 650;
	letter-spacing: -.045em;
	line-height: 1.05;
}

body.woonis-theme-2026 .wga-category-grid button small {
	position: relative;
	align-self: end;
	margin-top: 8px;
	color: var(--wga-apple-muted);
	font-size: 11px;
	font-weight: 450;
	line-height: 1.35;
}

body.woonis-theme-2026 .wga-category-grid button i {
	position: relative;
	grid-row: 2 / 4;
	grid-column: 2;
	align-self: end;
	justify-self: end;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--wga-apple-ink);
	color: #fff;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	transition: transform .32s cubic-bezier(.2, .8, .2, 1), background-color .32s ease;
}

body.woonis-theme-2026 .wga-category-grid button:hover i {
	transform: translateX(3px);
	background: #000;
}

@media (max-width: 1080px) {
	body.woonis-theme-2026 .wga-category-shell {
		grid-template-columns: 1fr;
		gap: 46px;
		min-height: 0;
	}

	body.woonis-theme-2026 .wga-category-shell h2 {
		max-width: 760px;
	}

	body.woonis-theme-2026 .wga-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.woonis-theme-2026 .wga-category-grid button {
		min-height: 205px;
	}
}

@media (max-width: 820px) {
	body.woonis-theme-2026 .wga-category-shell {
		width: min(100% - 24px, 720px);
		margin: 34px auto;
		padding: 42px 26px 28px;
		border-radius: 30px;
	}

	body.woonis-theme-2026 .wga-category-shell h2 {
		font-size: clamp(48px, 12vw, 68px);
	}

	body.woonis-theme-2026 .wga-category-grid {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .wga-category-grid button {
		min-height: 152px;
		border-radius: 22px;
	}
}

/* WOONIS Gear Compare V1 */
body.woonis-theme-2026 .wga-category-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woonis-theme-2026 .wgc-shell {
	--wgc-ink: #1d1d1f;
	--wgc-muted: #6e6e73;
	--wgc-line: #d2d2d7;
	--wgc-paper: #f5f5f7;
	--wgc-white: #fff;
	--wgc-green: #637a00;
	--wgc-lime: #b8ff2c;
	box-sizing: border-box;
	width: min(1440px, calc(100% - 32px));
	margin: 64px auto;
	color: var(--wgc-ink);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
	scroll-margin-top: 90px;
}

body.woonis-theme-2026 .wgc-shell[hidden] {
	display: none !important;
}

body.woonis-theme-2026 .wgc-shell *,
body.woonis-theme-2026 .wgc-shell *::before,
body.woonis-theme-2026 .wgc-shell *::after {
	box-sizing: border-box;
}

body.woonis-theme-2026 .wgc-shell [hidden] {
	display: none !important;
}

body.woonis-theme-2026 .wgc-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: end;
	padding: clamp(42px, 6vw, 82px);
	border-radius: 38px 38px 0 0;
	background:
		radial-gradient(circle at 92% 10%, rgba(184, 255, 44, .18), transparent 27%),
		linear-gradient(135deg, #10110d 0%, #1d2114 100%);
	color: #fff;
}

body.woonis-theme-2026 .wgc-hero h2 {
	max-width: 930px;
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 6vw, 88px);
	font-weight: 700;
	letter-spacing: -.066em;
	line-height: .93;
}

body.woonis-theme-2026 .wgc-hero h2 em {
	color: var(--wgc-lime);
	font-style: normal;
}

body.woonis-theme-2026 .wgc-hero > div > p:last-child {
	max-width: 710px;
	margin: 28px 0 0;
	color: #b8b8b2;
	font-size: 16px;
	line-height: 1.6;
}

body.woonis-theme-2026 .wgc-hero > button,
body.woonis-theme-2026 .wgc-section-head > button {
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 12px;
	font-weight: 650;
	cursor: pointer;
}

body.woonis-theme-2026 .wgc-hero > button:hover,
body.woonis-theme-2026 .wgc-hero > button:focus-visible {
	border-color: var(--wgc-lime);
	background: var(--wgc-lime);
	color: var(--wgc-ink);
	outline: none;
}

body.woonis-theme-2026 .wgc-workspace {
	padding: clamp(22px, 4vw, 56px);
	border: 1px solid rgba(0, 0, 0, .06);
	border-top: 0;
	border-radius: 0 0 38px 38px;
	background: var(--wgc-paper);
	box-shadow: 0 32px 90px rgba(0, 0, 0, .09);
}

body.woonis-theme-2026 .wgc-kinds {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 42px;
}

body.woonis-theme-2026 .wgc-kinds button {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px 14px;
	align-items: center;
	min-height: 92px;
	padding: 18px 20px;
	border: 1px solid rgba(0, 0, 0, .09);
	border-radius: 20px;
	background: rgba(255, 255, 255, .72);
	color: var(--wgc-ink);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

body.woonis-theme-2026 .wgc-kinds button:hover,
body.woonis-theme-2026 .wgc-kinds button:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(99, 122, 0, .55);
	outline: none;
}

body.woonis-theme-2026 .wgc-kinds button.is-active {
	border-color: var(--wgc-ink);
	background: var(--wgc-ink);
	color: #fff;
}

body.woonis-theme-2026 .wgc-kinds span {
	grid-row: 1 / 3;
	color: var(--wgc-green);
	font-size: 11px;
	font-weight: 800;
}

body.woonis-theme-2026 .wgc-kinds .is-active span {
	color: var(--wgc-lime);
}

body.woonis-theme-2026 .wgc-kinds b {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.025em;
}

body.woonis-theme-2026 .wgc-kinds small {
	color: var(--wgc-muted);
	font-size: 11px;
}

body.woonis-theme-2026 .wgc-kinds .is-active small {
	color: #aeadac;
}

body.woonis-theme-2026 .wgc-picker,
body.woonis-theme-2026 .wgc-results {
	padding: clamp(24px, 4vw, 50px);
	border-radius: 28px;
	background: var(--wgc-white);
}

body.woonis-theme-2026 .wgc-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

body.woonis-theme-2026 .wgc-section-head p {
	margin: 0 0 7px;
	color: var(--wgc-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
}

body.woonis-theme-2026 .wgc-section-head h3 {
	margin: 0;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1;
}

body.woonis-theme-2026 .wgc-section-head > span {
	color: var(--wgc-muted);
	font-size: 12px;
	font-weight: 650;
}

body.woonis-theme-2026 .wgc-section-head > button {
	border-color: var(--wgc-line);
	color: var(--wgc-ink);
}

body.woonis-theme-2026 .wgc-slots {
	display: flex;
	align-items: stretch;
	gap: 14px;
}

body.woonis-theme-2026 .wgc-slot {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--wgc-line);
	border-radius: 20px;
	background: #fbfbfd;
}

body.woonis-theme-2026 .wgc-slot label {
	display: block;
	margin-bottom: 10px;
	color: var(--wgc-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

body.woonis-theme-2026 .wgc-slot select {
	width: 100%;
	height: 46px;
	padding: 0 38px 0 13px;
	border: 1px solid #b9b9be;
	border-radius: 12px;
	background: #fff;
	color: var(--wgc-ink);
	font: inherit;
	font-size: 14px;
	text-overflow: ellipsis;
}

body.woonis-theme-2026 .wgc-slot select:focus {
	border-color: var(--wgc-green);
	box-shadow: 0 0 0 4px rgba(99, 122, 0, .12);
	outline: none;
}

body.woonis-theme-2026 .wgc-vs {
	display: grid;
	flex: 0 0 38px;
	place-items: center;
	color: var(--wgc-muted);
	font-size: 10px;
	font-weight: 800;
}

body.woonis-theme-2026 .wgc-slot-empty,
body.woonis-theme-2026 .wgc-slot-preview {
	min-height: 220px;
	margin-top: 16px;
}

body.woonis-theme-2026 .wgc-slot-empty {
	display: grid;
	place-content: center;
	place-items: center;
	border: 1px dashed var(--wgc-line);
	border-radius: 15px;
	color: #9a9aa0;
}

body.woonis-theme-2026 .wgc-slot-empty b {
	font-size: 36px;
	font-weight: 300;
}

body.woonis-theme-2026 .wgc-slot-empty span {
	font-size: 12px;
}

body.woonis-theme-2026 .wgc-slot-preview {
	display: grid;
	grid-template-rows: 140px auto;
	gap: 14px;
}

body.woonis-theme-2026 .wgc-slot-image,
body.woonis-theme-2026 .wgc-product-image {
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 14px;
	background: #f0f0f2;
}

body.woonis-theme-2026 .wgc-slot-image img,
body.woonis-theme-2026 .wgc-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

body.woonis-theme-2026 .wgc-initials {
	color: #99999f;
	font-size: 28px;
	font-weight: 750;
	letter-spacing: -.05em;
}

body.woonis-theme-2026 .wgc-slot-preview > div:last-child > span,
body.woonis-theme-2026 .wgc-slot-preview > div:last-child > b,
body.woonis-theme-2026 .wgc-slot-preview > div:last-child > small {
	display: block;
}

body.woonis-theme-2026 .wgc-slot-preview > div:last-child > span {
	color: var(--wgc-green);
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wgc-slot-preview > div:last-child > b {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.2;
}

body.woonis-theme-2026 .wgc-slot-preview > div:last-child > small {
	margin-top: 7px;
	color: var(--wgc-muted);
	font-size: 11px;
	line-height: 1.4;
}

body.woonis-theme-2026 .wgc-remove {
	margin-top: 12px;
	padding: 7px 0;
	border: 0;
	background: transparent;
	color: var(--wgc-muted);
	font: inherit;
	font-size: 11px;
	cursor: pointer;
}

body.woonis-theme-2026 .wgc-picker-actions {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-top: 24px;
}

body.woonis-theme-2026 .wgc-picker-actions button {
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid var(--wgc-ink);
	border-radius: 999px;
	background: #fff;
	color: var(--wgc-ink);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

body.woonis-theme-2026 .wgc-picker-actions [data-wgc-run] {
	margin-left: auto;
	background: var(--wgc-ink);
	color: #fff;
}

body.woonis-theme-2026 .wgc-picker-actions [data-wgc-run]:hover:not(:disabled),
body.woonis-theme-2026 .wgc-picker-actions [data-wgc-run]:focus-visible:not(:disabled) {
	border-color: var(--wgc-green);
	background: var(--wgc-green);
	outline: none;
}

body.woonis-theme-2026 .wgc-picker-actions button:disabled {
	cursor: not-allowed;
	opacity: .38;
}

body.woonis-theme-2026 .wgc-picker-note,
body.woonis-theme-2026 .wgc-disclaimer {
	margin: 14px 0 0;
	color: var(--wgc-muted);
	font-size: 11px;
	line-height: 1.5;
}

body.woonis-theme-2026 .wgc-verdict {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

body.woonis-theme-2026 .wgc-verdict article {
	padding: 20px;
	border: 1px solid var(--wgc-line);
	border-radius: 17px;
	background: #fbfbfd;
}

body.woonis-theme-2026 .wgc-verdict article.is-leading {
	border-color: var(--wgc-green);
	background: #f5fbdc;
}

body.woonis-theme-2026 .wgc-verdict span,
body.woonis-theme-2026 .wgc-verdict strong,
body.woonis-theme-2026 .wgc-verdict p {
	display: block;
}

body.woonis-theme-2026 .wgc-verdict span {
	color: var(--wgc-muted);
	font-size: 10px;
	font-weight: 750;
}

body.woonis-theme-2026 .wgc-verdict strong {
	margin-top: 7px;
	font-size: 24px;
	letter-spacing: -.04em;
}

body.woonis-theme-2026 .wgc-verdict p {
	margin: 8px 0 0;
	color: var(--wgc-muted);
	font-size: 11px;
	line-height: 1.5;
}

body.woonis-theme-2026 .wgc-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--wgc-line);
	border-radius: 18px;
	-webkit-overflow-scrolling: touch;
}

body.woonis-theme-2026 .wgc-table {
	width: 100%;
	min-width: 760px;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

body.woonis-theme-2026 .wgc-table th,
body.woonis-theme-2026 .wgc-table td {
	padding: 16px;
	border-right: 1px solid #e5e5e8;
	border-bottom: 1px solid #e5e5e8;
	background: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	overflow-wrap: anywhere;
}

body.woonis-theme-2026 .wgc-table tr:last-child > * {
	border-bottom: 0;
}

body.woonis-theme-2026 .wgc-table tr > *:last-child {
	border-right: 0;
}

body.woonis-theme-2026 .wgc-table thead th {
	background: #f5f5f7;
}

body.woonis-theme-2026 .wgc-table thead th:first-child,
body.woonis-theme-2026 .wgc-table tbody th {
	width: 170px;
	color: var(--wgc-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.woonis-theme-2026 .wgc-table td.is-best {
	background: #f1f8d0;
	color: #405000;
	font-weight: 700;
}

body.woonis-theme-2026 .wgc-product-head {
	position: relative;
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 3px 12px;
	min-height: 90px;
}

body.woonis-theme-2026 .wgc-product-letter {
	position: absolute;
	top: -9px;
	right: -9px;
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 999px;
	background: var(--wgc-ink);
	color: #fff;
	font-size: 10px;
}

body.woonis-theme-2026 .wgc-product-image {
	grid-row: 1 / 5;
	width: 64px;
	height: 64px;
}

body.woonis-theme-2026 .wgc-product-image .wgc-initials {
	font-size: 18px;
}

body.woonis-theme-2026 .wgc-product-head b {
	padding-right: 20px;
	color: var(--wgc-ink);
	font-size: 14px;
	letter-spacing: -.015em;
	line-height: 1.25;
}

body.woonis-theme-2026 .wgc-product-head small {
	color: var(--wgc-green);
	font-size: 10px;
	font-weight: 700;
	text-transform: none;
}

body.woonis-theme-2026 .wgc-product-head a {
	color: var(--wgc-ink);
	font-size: 10px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-transform: none;
}

@media (max-width: 1080px) {
	body.woonis-theme-2026 .wga-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woonis-theme-2026 .wgc-slots {
		flex-wrap: wrap;
	}

	body.woonis-theme-2026 .wgc-slot {
		flex-basis: calc(50% - 30px);
	}

	body.woonis-theme-2026 .wgc-slot:nth-of-type(3) {
		flex-basis: 100%;
	}
}

@media (max-width: 760px) {
	body.woonis-theme-2026 .wga-category-grid {
		grid-template-columns: 1fr;
	}

	body.woonis-theme-2026 .wgc-shell {
		width: min(100% - 24px, 680px);
		margin: 36px auto;
	}

	body.woonis-theme-2026 .wgc-hero {
		grid-template-columns: 1fr;
		padding: 38px 22px;
		border-radius: 26px 26px 0 0;
	}

	body.woonis-theme-2026 .wgc-hero h2 {
		font-size: 44px;
	}

	body.woonis-theme-2026 .wgc-hero > button {
		justify-self: start;
	}

	body.woonis-theme-2026 .wgc-workspace {
		border-radius: 0 0 26px 26px;
	}

	body.woonis-theme-2026 .wgc-kinds {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 24px;
	}

	body.woonis-theme-2026 .wgc-kinds button {
		min-height: 74px;
	}

	body.woonis-theme-2026 .wgc-picker,
	body.woonis-theme-2026 .wgc-results {
		padding: 24px 16px;
		border-radius: 20px;
	}

	body.woonis-theme-2026 .wgc-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	body.woonis-theme-2026 .wgc-slots {
		flex-direction: column;
	}

	body.woonis-theme-2026 .wgc-slot,
	body.woonis-theme-2026 .wgc-slot:nth-of-type(3) {
		flex-basis: auto;
	}

	body.woonis-theme-2026 .wgc-vs {
		min-height: 28px;
	}

	body.woonis-theme-2026 .wgc-slot-empty,
	body.woonis-theme-2026 .wgc-slot-preview {
		min-height: 160px;
	}

	body.woonis-theme-2026 .wgc-picker-actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.woonis-theme-2026 .wgc-picker-actions [data-wgc-run] {
		margin-left: 0;
	}

	body.woonis-theme-2026 .wgc-verdict {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	body.woonis-theme-2026 .wga-category-shell {
		gap: 36px;
		padding: 34px 18px 20px;
		border-radius: 26px;
	}

	body.woonis-theme-2026 .wga-category-shell .wga-eyebrow {
		font-size: 9px;
	}

	body.woonis-theme-2026 .wga-category-shell h2 {
		font-size: 46px;
	}

	body.woonis-theme-2026 .wga-category-shell > div:first-child > p:last-child {
		margin-top: 22px;
		font-size: 14px;
	}

	body.woonis-theme-2026 .wga-category-grid button {
		min-height: 144px;
		padding: 22px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, .065);
	}

	body.woonis-theme-2026 .wga-category-grid button b {
		font-size: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woonis-theme-2026 .wga-category-grid button,
	body.woonis-theme-2026 .wga-category-grid button i {
		transition: none;
	}
}
