.w40iq-cerberus-standalone {
	background: #0b0a07;
	margin: 0;
	min-height: 100vh;
}

.w40iq-cerberus-page {
	background: #0b0a07;
	color: #f7edd2;
	min-height: 100vh;
	padding: clamp(24px, 5vw, 64px) 16px;
}

.w40iq-auth-shell {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	margin: 0 auto;
	max-width: 1120px;
}

.w40iq-auth-shell-account {
	grid-template-columns: minmax(320px, 620px);
	justify-content: center;
	max-width: 660px;
}

.w40iq-auth-brand,
.w40iq-auth-panel {
	background: linear-gradient(135deg, rgba(58, 36, 18, 0.92), rgba(13, 12, 9, 0.96));
	border: 2px solid #28351b;
	border-radius: 8px;
	box-shadow: 8px 10px 0 rgba(0, 0, 0, 0.34);
	position: relative;
}

.w40iq-auth-brand {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: clamp(28px, 5vw, 56px);
}

.w40iq-auth-brand::before {
	background:
		linear-gradient(90deg, transparent 0 14px, rgba(109, 252, 0, 0.14) 14px 18px, transparent 18px 32px),
		linear-gradient(0deg, rgba(169, 15, 15, 0.28), transparent 54%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.w40iq-auth-brand > * {
	position: relative;
}

.w40iq-auth-kicker {
	color: #6dfc00;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
}

.w40iq-auth-brand h1 {
	color: #ffffff;
	font-size: clamp(2.1rem, 4vw, 4rem);
	letter-spacing: 0.02em;
	line-height: 0.95;
	margin: 0 0 18px;
	text-shadow: 3px 3px 0 #004f1b;
}

.w40iq-auth-brand p {
	font-size: 1.08rem;
	line-height: 1.55;
	max-width: 56ch;
}

.w40iq-auth-panel {
	padding: clamp(22px, 4vw, 36px);
}

.w40iq-auth-toolbar {
	align-items: center;
	border-bottom: 1px solid rgba(240, 217, 166, 0.25);
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	margin: -8px 0 18px;
	overflow: visible;
	padding: 0 0 12px;
	position: relative;
	z-index: 8;
}

.w40iq-auth-menu__trigger,
.w40iq-auth-toolbar > span,
.w40iq-auth-toolbar-form > button {
	background: rgba(15, 13, 10, 0.72);
	border: 1px solid rgba(240, 217, 166, 0.28);
	border-radius: 5px;
	color: #f0d9a6;
	box-sizing: border-box;
	display: inline-flex;
	flex: 0 0 auto;
	font: inherit;
	font-size: 0.86rem;
	line-height: 1;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
}

.w40iq-auth-menu__trigger:hover,
.w40iq-auth-menu__trigger:focus,
.w40iq-auth-toolbar-form > button:hover,
.w40iq-auth-toolbar-form > button:focus,
.w40iq-auth-menu.is-active > .w40iq-auth-menu__trigger,
.w40iq-auth-menu.is-open > .w40iq-auth-menu__trigger {
	background: rgba(109, 252, 0, 0.16);
	border-color: #6dfc00;
	color: #ffffff;
}

.w40iq-auth-toolbar > span {
	opacity: 0.55;
}

.w40iq-auth-toolbar-form {
	flex: 0 0 auto;
	margin: 0;
}

.w40iq-auth-toolbar-form button {
	cursor: pointer;
}

.w40iq-auth-menu {
	flex: 0 1 auto;
	min-width: 0;
	position: relative;
}

.w40iq-auth-menu__trigger {
	appearance: none;
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	justify-items: center;
	min-width: 0;
	white-space: nowrap;
}

.w40iq-auth-menu__trigger::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	display: block;
	height: 0;
	margin: 0;
	width: 0;
}

.w40iq-auth-menu__panel {
	background: linear-gradient(180deg, rgba(240, 217, 166, 0.08), rgba(240, 217, 166, 0)), #17130d;
	border: 2px solid #0b0a07;
	border-radius: 7px;
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.88), 0 20px 42px rgba(0, 0, 0, 0.48);
	display: none;
	gap: 5px;
	max-width: calc(100vw - 32px);
	min-width: 220px;
	opacity: 0;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 10px);
	transform: translateY(8px);
	transition: opacity 0.14s ease, transform 0.14s ease;
	z-index: 20;
}

.w40iq-auth-menu-tools .w40iq-auth-menu__panel,
.w40iq-auth-menu-account .w40iq-auth-menu__panel {
	left: 0;
}

.w40iq-auth-menu-legal .w40iq-auth-menu__panel {
	right: 0;
}

.w40iq-auth-menu.is-open .w40iq-auth-menu__panel {
	display: grid;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.w40iq-auth-menu__panel a {
	background: rgba(240, 217, 166, 0.05);
	border: 1px solid rgba(240, 217, 166, 0.18);
	border-radius: 4px;
	color: #f0d9a6;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 9px 10px;
	text-decoration: none;
	overflow-wrap: anywhere;
	white-space: normal;
}

.w40iq-auth-menu__panel .w40iq-auth-toolbar-form {
	margin: 0;
	width: 100%;
}

.w40iq-auth-menu__panel .w40iq-auth-toolbar-form > button {
	background: rgba(240, 217, 166, 0.05);
	border: 1px solid rgba(240, 217, 166, 0.18);
	border-radius: 4px;
	color: #f0d9a6;
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 9px 10px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.w40iq-auth-menu__panel a:hover,
.w40iq-auth-menu__panel a:focus,
.w40iq-auth-menu__panel a.is-active,
.w40iq-auth-menu__panel .w40iq-auth-toolbar-form > button:hover,
.w40iq-auth-menu__panel .w40iq-auth-toolbar-form > button:focus {
	background: rgba(109, 252, 0, 0.14);
	border-color: rgba(109, 252, 0, 0.72);
	color: #ffffff;
	outline: 0;
}

.w40iq-cerberus-gtranslate-engine {
	border: 0 !important;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px !important;
	left: 0;
	max-height: 1px !important;
	max-width: 1px !important;
	overflow: hidden !important;
	pointer-events: none;
	position: absolute !important;
	top: 0;
	white-space: nowrap;
	width: 1px !important;
}

.w40iq-cerberus-gtranslate-engine * {
	max-height: 1px !important;
	max-width: 1px !important;
}

.w40iq-cerberus-lang {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	margin-left: 2px;
	margin-right: 6px;
	max-width: 24px;
	position: relative;
	z-index: 4;
}

.w40iq-cerberus-lang-missing {
	margin-left: auto;
}

.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger {
	-webkit-tap-highlight-color: transparent;
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	filter: none !important;
	gap: 0;
	height: 28px;
	justify-content: center;
	line-height: 1;
	min-height: 28px;
	min-width: 24px;
	outline: 0 !important;
	overflow: visible;
	padding: 5px 0 !important;
	text-decoration: none;
	text-shadow: none !important;
	transition: none;
	width: 24px;
}

.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger:hover,
.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger:focus,
.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger:focus-visible,
.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger:active {
	background: transparent !important;
	border: 0 !important;
	border-color: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	outline: 0 !important;
	transform: none !important;
}

.w40iq-cerberus-lang__flag,
.w40iq-cerberus-lang__option-flag {
	background: transparent !important;
	border: 1px solid rgba(240, 217, 166, 0.36);
	border-radius: 2px;
	box-shadow: none !important;
	display: block;
	height: 18px;
	max-height: 18px;
	max-width: 24px;
	object-fit: cover;
	outline: 0 !important;
	transition: none !important;
	width: 24px;
}

.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger:hover .w40iq-cerberus-lang__flag,
.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger:focus .w40iq-cerberus-lang__flag,
.w40iq-auth-toolbar .w40iq-cerberus-lang__trigger:active .w40iq-cerberus-lang__flag {
	background: transparent !important;
	box-shadow: none !important;
	filter: none !important;
	outline: 0 !important;
	transform: none !important;
}

.w40iq-cerberus-lang__caret {
	display: none !important;
}

.w40iq-cerberus-lang__panel {
	background: linear-gradient(180deg, rgba(240, 217, 166, 0.08), rgba(240, 217, 166, 0)), #17130d;
	border: 2px solid #0b0a07;
	border-radius: 7px;
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.88), 0 20px 42px rgba(0, 0, 0, 0.48);
	display: none;
	gap: 5px;
	max-height: min(430px, calc(100vh - 130px));
	opacity: 0;
	overflow: auto;
	padding: 8px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	transform: translateY(8px);
	transition: opacity 0.14s ease, transform 0.14s ease;
	width: min(260px, calc(100vw - 32px));
}

.w40iq-cerberus-lang.is-open .w40iq-cerberus-lang__panel {
	display: grid;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.w40iq-auth-toolbar .w40iq-cerberus-lang__option {
	align-items: center;
	background: rgba(240, 217, 166, 0.05);
	border: 1px solid rgba(240, 217, 166, 0.18);
	border-radius: 4px;
	color: #f0d9a6;
	cursor: pointer;
	display: grid;
	font: inherit;
	font-size: 0.86rem;
	gap: 9px;
	grid-template-columns: 32px 1fr;
	line-height: 1.15;
	min-height: 36px;
	padding: 5px 7px;
	text-align: left;
	width: 100%;
}

.w40iq-auth-toolbar .w40iq-cerberus-lang__option:hover,
.w40iq-auth-toolbar .w40iq-cerberus-lang__option:focus {
	background: rgba(240, 217, 166, 0.1);
	border-color: rgba(240, 217, 166, 0.5);
	color: #ffffff;
	outline: 0;
}

.w40iq-auth-toolbar .w40iq-cerberus-lang__option.is-active {
	background: rgba(240, 217, 166, 0.12);
	border-color: rgba(240, 217, 166, 0.7);
	color: #ffffff;
}

.w40iq-cerberus-lang__name {
	overflow-wrap: anywhere;
}

.w40iq-auth-toolbar > .w40iq-cerberus-lang,
.w40iq-auth-toolbar > .w40iq-cerberus-lang:hover,
.w40iq-auth-toolbar > .w40iq-cerberus-lang:focus,
.w40iq-auth-toolbar > .w40iq-cerberus-lang:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.w40iq-auth-panel h2 {
	color: #f0d9a6;
	font-size: 1.6rem;
	margin: 0 0 18px;
}

.w40iq-auth-form {
	display: grid;
	gap: 16px;
}

.w40iq-auth-form label {
	display: grid;
	gap: 7px;
}

.w40iq-auth-form label span,
.w40iq-account-grid strong {
	color: #f0d9a6;
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.w40iq-auth-form input[type="text"],
.w40iq-auth-form input[type="email"],
.w40iq-auth-form input[type="password"] {
	background: #16130f;
	border: 1px solid #5b7040;
	border-radius: 5px;
	box-sizing: border-box;
	caret-color: #6dfc00;
	color: #f7edd2 !important;
	color-scheme: dark;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	-webkit-text-fill-color: #f7edd2;
	width: 100%;
}

.w40iq-auth-password {
	color: inherit;
	display: grid;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
}

.w40iq-auth-password input[type="password"],
.w40iq-auth-password input[type="text"] {
	padding-right: 52px;
}

.w40iq-auth-password-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	height: 36px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
}

.w40iq-auth-password-toggle::before {
	border: 2px solid #f0d9a6;
	border-radius: 999px 55%;
	content: "";
	height: 14px;
	transform: rotate(-18deg);
	width: 24px;
}

.w40iq-auth-password-toggle::after {
	background: #6dfc00;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
}

.w40iq-auth-password-toggle:hover::before,
.w40iq-auth-password-toggle:focus::before,
.w40iq-auth-password-toggle[aria-pressed="true"]::before {
	border-color: #ffffff;
}

.w40iq-auth-password-toggle:focus {
	box-shadow: 0 0 0 3px rgba(109, 252, 0, 0.18);
	outline: none;
}

.w40iq-auth-confirm-row-hidden {
	display: none !important;
}

.w40iq-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.w40iq-auth-form input[type="text"]::placeholder,
.w40iq-auth-form input[type="email"]::placeholder,
.w40iq-auth-form input[type="password"]::placeholder {
	color: #b9aa87;
	opacity: 1;
	-webkit-text-fill-color: #b9aa87;
}

.w40iq-auth-form input[type="text"]:hover,
.w40iq-auth-form input[type="email"]:hover,
.w40iq-auth-form input[type="password"]:hover {
	border-color: #7f9b56;
}

.w40iq-auth-form input[type="text"]:focus,
.w40iq-auth-form input[type="email"]:focus,
.w40iq-auth-form input[type="password"]:focus {
	background: #0f0d0a;
	border-color: #6dfc00;
	box-shadow: 0 0 0 3px rgba(109, 252, 0, 0.18);
	color: #ffffff !important;
	outline: none;
	-webkit-text-fill-color: #ffffff;
}

.w40iq-auth-form input[type="text"]:-webkit-autofill,
.w40iq-auth-form input[type="email"]:-webkit-autofill,
.w40iq-auth-form input[type="password"]:-webkit-autofill,
.w40iq-auth-form input[type="text"]:-webkit-autofill:hover,
.w40iq-auth-form input[type="email"]:-webkit-autofill:hover,
.w40iq-auth-form input[type="password"]:-webkit-autofill:hover,
.w40iq-auth-form input[type="text"]:-webkit-autofill:focus,
.w40iq-auth-form input[type="email"]:-webkit-autofill:focus,
.w40iq-auth-form input[type="password"]:-webkit-autofill:focus {
	border-color: #6dfc00;
	box-shadow: 0 0 0 1000px #0f0d0a inset, 0 0 0 3px rgba(109, 252, 0, 0.18);
	caret-color: #6dfc00;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 9999s ease-in-out 0s;
}

.w40iq-auth-check {
	align-items: center;
	display: flex !important;
	gap: 10px;
}

.w40iq-auth-check input {
	accent-color: #6dfc00;
}

.w40iq-auth-compliance {
	background: rgba(15, 13, 10, 0.72);
	border: 1px solid rgba(240, 217, 166, 0.3);
	border-left: 5px solid #6dfc00;
	border-radius: 5px;
	display: grid;
	gap: 10px;
	padding: 12px;
}

.w40iq-auth-compliance .w40iq-auth-check {
	align-items: flex-start;
	margin: 0;
}

.w40iq-auth-compliance a {
	color: #6dfc00;
}

.w40iq-auth-compliance a:focus,
.w40iq-auth-compliance a:hover {
	color: #f0d9a6;
}

.w40iq-auth-hp {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.w40iq-auth-button {
	background: linear-gradient(180deg, #6dfc00 0%, #004f1b 99%);
	border: 1px solid #004f1b;
	border-radius: 5px;
	box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.03em;
	min-height: 48px;
	padding: 12px 18px;
	text-decoration: none;
}

.w40iq-auth-button:hover,
.w40iq-auth-button:focus {
	filter: brightness(1.08);
}

.w40iq-auth-button-secondary {
	background: linear-gradient(180deg, #4c4f48 0%, #171814 100%);
	border-color: #6f7568;
}

.w40iq-auth-button-danger {
	background: linear-gradient(180deg, #c9221f 0%, #650d0b 100%);
	border-color: #f05a28;
}

.w40iq-auth-panel a,
.w40iq-auth-link-form button {
	color: #6dfc00;
}

.w40iq-auth-link-form {
	margin: 0;
}

.w40iq-auth-link-form button {
	background: transparent;
	border: 0;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-decoration: underline;
}

.w40iq-auth-link-form button:hover,
.w40iq-auth-link-form button:focus {
	color: #ffffff;
}

.w40iq-auth-login-helper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 0;
}

.w40iq-auth-login-helper span {
	color: rgba(240, 217, 166, 0.45);
}

.w40iq-auth-notice {
	background: rgba(109, 252, 0, 0.1);
	border-left: 4px solid #6dfc00;
	color: #f7edd2;
	margin: 0 0 18px;
	padding: 12px 14px;
}

.w40iq-auth-notice-error {
	background: rgba(169, 15, 15, 0.14);
	border-left-color: #d63638;
}

.w40iq-account-header {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 18px;
}

.w40iq-account-header .w40iq-auth-kicker {
	margin-bottom: 5px;
}

.w40iq-account-header h2 {
	margin-bottom: 0;
}

.w40iq-account-grid {
	display: grid;
	gap: 10px;
	margin: 0;
}

.w40iq-account-grid div {
	background: rgba(11, 10, 7, 0.45);
	border: 1px solid #3d4b2a;
	border-radius: 6px;
	display: grid;
	gap: 5px;
	padding: 12px;
}

.w40iq-account-grid span {
	color: #f7edd2;
	overflow-wrap: anywhere;
}

.w40iq-auth-logout {
	margin: 0;
}

.w40iq-auth-logout .w40iq-auth-button {
	min-height: 42px;
	white-space: nowrap;
}

.w40iq-account-actions {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.w40iq-account-pending-box {
	background: rgba(109, 252, 0, 0.1);
	border: 1px solid rgba(109, 252, 0, 0.35);
	border-left: 5px solid #6dfc00;
	border-radius: 6px;
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
	padding: 14px;
}

.w40iq-account-pending-box h2 {
	margin: 0;
}

.w40iq-account-pending-box p {
	line-height: 1.5;
	margin: 0;
}

.w40iq-account-security-zone {
	background: rgba(15, 13, 10, 0.62);
	border: 1px solid rgba(109, 252, 0, 0.3);
	border-left: 5px solid #6dfc00;
	border-radius: 6px;
	display: grid;
	gap: 12px;
	padding: 14px;
	position: relative;
}

.w40iq-account-security-zone p {
	line-height: 1.5;
	margin: 0;
}

.w40iq-account-password-form {
	margin-top: 4px;
}

.w40iq-cerberus-shell {
	box-sizing: border-box;
	color: inherit;
	display: grid;
	gap: 16px;
	max-width: none !important;
	width: 100%;
}

.w40iq-cerberus-shell--website,
.w40iq-website-toolbox {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.w40iq-cerberus-content {
	box-sizing: border-box;
	min-width: 0;
	overflow: visible;
	width: 100%;
}

.w40iq-account-danger-zone {
	background: rgba(71, 11, 9, 0.24);
	border: 1px solid rgba(240, 90, 40, 0.54);
	border-left: 5px solid #c9221f;
	border-radius: 6px;
	display: grid;
	gap: 12px;
	padding: 14px;
	position: relative;
}

.w40iq-account-security-zone summary,
.w40iq-account-danger-zone summary {
	cursor: pointer;
	display: grid;
	gap: 5px;
	grid-template-columns: minmax(0, 1fr);
	list-style: none;
}

.w40iq-account-security-zone summary::-webkit-details-marker,
.w40iq-account-danger-zone summary::-webkit-details-marker {
	display: none;
}

.w40iq-account-security-zone summary::after,
.w40iq-account-danger-zone summary::after {
	border: 1px solid currentColor;
	border-radius: 999px;
	content: "+";
	font-weight: 700;
	height: 24px;
	line-height: 22px;
	position: absolute;
	right: 14px;
	text-align: center;
	top: 14px;
	width: 24px;
}

.w40iq-account-security-zone[open] summary::after,
.w40iq-account-danger-zone[open] summary::after {
	content: "-";
}

.w40iq-account-security-zone summary span,
.w40iq-account-danger-zone summary span {
	color: #f0d9a6;
	font-size: 1.05rem;
	font-weight: 700;
	padding-right: 34px;
}

.w40iq-account-security-zone summary small,
.w40iq-account-danger-zone summary small {
	color: #cdbb91;
	line-height: 1.35;
	padding-right: 34px;
}

.w40iq-account-danger-zone p {
	line-height: 1.5;
	margin: 0;
}

.w40iq-account-delete-form {
	margin-top: 2px;
}

.w40iq-auth-resend {
	margin-top: 16px;
}

.w40iq-legal-jumpbar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.w40iq-legal-jumpbar a {
	background: rgba(109, 252, 0, 0.12);
	border: 1px solid rgba(109, 252, 0, 0.45);
	border-radius: 5px;
	color: #6dfc00;
	padding: 7px 10px;
	text-decoration: none;
}

.w40iq-legal-jumpbar a:hover,
.w40iq-legal-jumpbar a:focus,
.w40iq-legal-jumpbar a.is-active {
	background: rgba(109, 252, 0, 0.2);
	color: #ffffff;
}

.w40iq-legal-panel {
	background: rgba(15, 13, 10, 0.72);
	border: 1px solid rgba(240, 217, 166, 0.28);
	border-left: 5px solid #6dfc00;
	border-radius: 6px;
	display: grid;
	gap: 18px;
	line-height: 1.55;
	max-height: min(64vh, 720px);
	overflow: auto;
	padding: 14px;
	scroll-behavior: smooth;
}

.w40iq-legal-section {
	scroll-margin-top: 12px;
}

.w40iq-legal-section h3,
.w40iq-legal-section h4 {
	color: #f0d9a6;
	margin: 0 0 10px;
}

.w40iq-legal-section h4 {
	font-size: 1rem;
	margin-top: 16px;
}

.w40iq-legal-section p {
	margin: 0 0 10px;
}

.w40iq-toolbox-home {
	background:
		linear-gradient(135deg, rgba(109, 252, 0, 0.14), transparent 42%),
		var(--w40iq-toolbox-panel, rgba(17, 14, 10, 0.82));
	border: 1px solid rgba(240, 217, 166, 0.24);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	display: grid;
	gap: 24px;
	margin: 18px auto 0;
	max-width: 920px;
	padding: clamp(20px, 4vw, 36px);
}

.w40iq-toolbox-home__brand {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 240px minmax(0, 1fr);
}

.w40iq-toolbox-home__brand img {
	background: transparent;
	border: 0;
	height: auto;
	max-width: 100%;
	padding: 0;
	width: min(240px, 100%);
}

.w40iq-toolbox-home__eyebrow {
	color: #6dfc00;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.w40iq-toolbox-home h1 {
	color: #f0d9a6;
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 0.95;
	margin: 0 0 12px;
}

.w40iq-toolbox-home p {
	color: rgba(255, 247, 222, 0.82);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
	max-width: 640px;
}

.w40iq-toolbox-home__tools {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.w40iq-toolbox-home__tool {
	background: rgba(240, 217, 166, 0.1);
	border: 1px solid rgba(240, 217, 166, 0.22);
	border-left: 5px solid #6dfc00;
	border-radius: 6px;
	color: #fff7de;
	display: flex;
	font-weight: 800;
	min-height: 58px;
	padding: 14px 16px;
	text-decoration: none;
	transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.w40iq-toolbox-home__tool:hover,
.w40iq-toolbox-home__tool:focus {
	background: rgba(109, 252, 0, 0.16);
	border-color: rgba(109, 252, 0, 0.54);
	color: #ffffff;
	transform: translateY(-1px);
}

.w40iq-toolbox-home__tool span {
	align-self: center;
	overflow-wrap: anywhere;
}

.w40iq-toolbox-home__tool.is-active {
	background: rgba(109, 252, 0, 0.22);
	border-color: rgba(109, 252, 0, 0.72);
}

.w40iq-website-toolbox {
	background:
		linear-gradient(135deg, rgba(109, 252, 0, 0.1), transparent 38%),
		rgba(17, 14, 10, 0.9);
	border: 1px solid rgba(240, 217, 166, 0.22);
	border-radius: 8px;
	color: #fff7de;
	display: grid;
	gap: 22px;
	margin: 24px auto;
	max-width: 980px;
	padding: clamp(18px, 4vw, 34px);
}

.w40iq-website-toolbox__brand {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 96px minmax(0, 1fr);
}

.w40iq-website-toolbox__brand img {
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(240, 217, 166, 0.22);
	border-radius: 8px;
	height: auto;
	max-width: 100%;
	padding: 6px;
}

.w40iq-website-toolbox h2 {
	color: #f0d9a6;
	font-size: clamp(1.9rem, 3vw, 3rem);
	line-height: 1;
	margin: 0 0 8px;
}

.w40iq-website-toolbox p {
	color: rgba(255, 247, 222, 0.82);
	margin: 0;
}

.w40iq-website-toolbox__content {
	border-top: 1px solid rgba(240, 217, 166, 0.2);
	padding-top: 18px;
}

@media (min-width: 1025px) {
	.w40iq-website-toolbox {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		gap: 14px;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}

	.w40iq-website-toolbox__brand {
		display: none;
	}

	.w40iq-website-toolbox__content {
		border-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 1024px) {
	.w40iq-cerberus-page {
		padding: clamp(18px, 5vw, 32px) 14px;
	}

	.w40iq-auth-toolbar {
		flex-wrap: nowrap;
		padding-top: 10px;
		padding-top: min(15px, max(10px, env(safe-area-inset-top, 10px)));
	}

	.w40iq-auth-shell {
		gap: 0;
		grid-template-columns: 1fr;
		justify-content: center;
		max-width: 620px;
	}

	.w40iq-auth-brand {
		display: none;
	}

	.w40iq-toolbox-home__brand {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.w40iq-website-toolbox__brand {
		grid-template-columns: 82px minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	.w40iq-auth-toolbar {
		align-items: center;
		display: flex;
		gap: 6px;
	}

	.w40iq-auth-menu {
		flex: 1 1 0;
	}

	.w40iq-auth-menu__trigger,
	.w40iq-auth-toolbar-form,
	.w40iq-auth-toolbar-form > button {
		width: 100%;
	}

	.w40iq-auth-menu__trigger {
		font-size: 0.78rem;
		padding-left: 6px;
		padding-right: 6px;
	}

	.w40iq-auth-menu__trigger::after {
		border-left-width: 3px;
		border-right-width: 3px;
		border-top-width: 4px;
	}

	.w40iq-auth-toolbar > .w40iq-cerberus-lang {
		flex: 0 0 24px;
		margin-left: 0;
		margin-right: 0;
	}

	.w40iq-auth-menu__panel {
		left: max(12px, env(safe-area-inset-left, 12px)) !important;
		max-height: calc(100dvh - 96px);
		min-width: 0;
		overflow: auto;
		position: fixed;
		right: max(12px, env(safe-area-inset-right, 12px)) !important;
		top: calc(max(12px, env(safe-area-inset-top, 12px)) + 58px);
		width: auto;
		z-index: 9998;
	}

	.w40iq-cerberus-lang__panel {
		left: max(12px, env(safe-area-inset-left, 12px));
		max-height: calc(100dvh - 92px);
		position: fixed;
		right: max(12px, env(safe-area-inset-right, 12px));
		top: calc(max(12px, env(safe-area-inset-top, 12px)) + 54px);
		width: auto;
		z-index: 9999;
	}

	.w40iq-account-header {
		grid-template-columns: 1fr;
	}

	.w40iq-auth-logout .w40iq-auth-button {
		width: 100%;
	}

	.w40iq-toolbox-home {
		margin-top: 12px;
		padding: 18px;
	}

	.w40iq-toolbox-home__brand {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.w40iq-toolbox-home__brand img {
		justify-self: center;
		max-width: 210px;
	}

	.w40iq-toolbox-home p {
		margin-left: auto;
		margin-right: auto;
	}

	.w40iq-website-toolbox__brand {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.w40iq-website-toolbox__brand img {
		justify-self: center;
	}
}
