.aiwox-cc-locked,
.aiwox-cc-locked body {
	overflow: hidden !important;
}
.aiwox-cc-overlay {
	--aiwox-cc-accent: #d8f35a;
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(4, 9, 9, .70);
	backdrop-filter: blur(14px);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.aiwox-cc-overlay.is-visible {
	display: flex;
	animation: aiwox-cc-fade .22s ease both;
}
.aiwox-cc-modal {
	position: relative;
	width: min(560px, 100%);
	background:
		radial-gradient(circle at 0 0, rgba(216, 243, 90, .10), transparent 34%),
		linear-gradient(150deg, #14201f, #091211 78%);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 28px;
	box-shadow: 0 30px 100px rgba(0, 0, 0, .5);
	padding: 30px 31px 24px;
	color: #f2f3ed;
	animation: aiwox-cc-rise .28s cubic-bezier(.21,.9,.27,1) both;
}
.aiwox-cc-top {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 29px;
}
.aiwox-cc-top img {
	display: block;
	width: auto;
	max-width: 120px;
	height: 27px;
	object-fit: contain;
}
.aiwox-cc-wordmark {
	font-size: 19px;
	letter-spacing: .2em;
	font-weight: 750;
	color: #fff;
}
.aiwox-cc-badge {
	padding: 6px 9px;
	border: 1px solid rgba(216, 243, 90, .24);
	border-radius: 30px;
	color: var(--aiwox-cc-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
}
.aiwox-cc-screen {
	display: none;
}
.aiwox-cc-screen.is-visible {
	display: block;
}
.aiwox-cc-modal h2 {
	color: #f4f4ef;
	margin: 0 0 14px;
	font-weight: 600;
	font-size: clamp(27px, 5vw, 35px);
	line-height: 1.08;
	letter-spacing: -.045em;
}
.aiwox-cc-description {
	color: #a9b4b0;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 28px;
}
.aiwox-cc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.aiwox-cc-button {
	appearance: none;
	cursor: pointer;
	font: inherit;
	border: 1px solid transparent;
	border-radius: 13px;
	padding: 14px 19px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
	transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}
.aiwox-cc-button:hover {
	transform: translateY(-1px);
}
.aiwox-cc-button:focus-visible {
	outline: 2px solid var(--aiwox-cc-accent);
	outline-offset: 2px;
}
.aiwox-cc-button.is-primary {
	flex: 1 1 185px;
	background: var(--aiwox-cc-accent);
	color: #0e1512;
}
.aiwox-cc-button.is-secondary {
	flex: 1 1 185px;
	background: rgba(255, 255, 255, .055);
	border-color: rgba(255, 255, 255, .16);
	color: #ecf0eb;
}
.aiwox-cc-button.is-link {
	flex: 1 1 100%;
	background: transparent;
	color: #b5c0ba;
	padding-top: 13px;
	padding-bottom: 8px;
}
.aiwox-cc-categories {
	margin: 21px 0 23px;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 16px;
	overflow: hidden;
}
.aiwox-cc-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 15px 14px 15px 16px;
	background: rgba(255, 255, 255, .022);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.aiwox-cc-category:last-child {
	border-bottom: 0;
}
.aiwox-cc-category-copy strong {
	display: block;
	color: #eff1ec;
	font-size: 14px;
	margin-bottom: 5px;
}
.aiwox-cc-category-copy small {
	display: block;
	color: #91a09a;
	font-size: 12px;
	line-height: 1.45;
}
.aiwox-cc-toggle {
	position: relative;
	flex: 0 0 auto;
	width: 44px;
	height: 25px;
}
.aiwox-cc-toggle input {
	position: absolute;
	opacity: 0;
}
.aiwox-cc-toggle i {
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: #34423f;
	transition: background .18s;
}
.aiwox-cc-toggle i:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 50%;
	transition: transform .18s;
}
.aiwox-cc-toggle input:checked + i {
	background: var(--aiwox-cc-accent);
}
.aiwox-cc-toggle input:checked + i:after {
	transform: translateX(19px);
	background: #0e1512;
}
.aiwox-cc-toggle input:disabled + i {
	opacity: .8;
}
.aiwox-cc-policy {
	display: block;
	margin-top: 21px;
	text-align: center;
	font-size: 12px;
	color: #899691;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.aiwox-cc-reopen {
	position: fixed;
	z-index: 999998;
	left: 18px;
	bottom: 18px;
	flex: none !important;
	padding: 11px 14px !important;
	border: 1px solid rgba(255,255,255,.14) !important;
	border-radius: 30px !important;
	background: #0e1716 !important;
	color: #d9e0dc !important;
	box-shadow: 0 7px 28px rgba(0,0,0,.2);
	font-size: 12px !important;
}
@keyframes aiwox-cc-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes aiwox-cc-rise {
	from { opacity: 0; transform: translateY(12px) scale(.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 560px) {
	.aiwox-cc-overlay { padding: 12px; align-items: center; }
	.aiwox-cc-modal { padding: 23px 19px 18px; border-radius: 23px; max-height: calc(100vh - 24px); overflow: auto; }
	.aiwox-cc-top { margin-bottom: 22px; }
	.aiwox-cc-actions { display: block; }
	.aiwox-cc-button { display: block; width: 100%; margin-bottom: 8px; }
	.aiwox-cc-reopen {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		max-width: calc(100vw - 24px);
		left: 12px;
		bottom: calc(91px + env(safe-area-inset-bottom));
		margin: 0 !important;
		padding: 9px 13px !important;
		font-size: 11px !important;
		line-height: 1 !important;
		white-space: nowrap;
	}
}
