.anticiclic-demo-notice {
	box-sizing: border-box;
	position: fixed;
	inset: 0;
	width: min(680px, calc(100% - 32px));
	max-width: none;
	max-height: calc(100vh - 32px);
	max-height: calc(100dvh - 32px);
	margin: auto;
	padding: clamp(32px, 6vw, 64px);
	overflow-y: auto;
	border: 1px solid #dce7e4;
	border-top: 6px solid #087f78;
	border-radius: 24px;
	background: #fff;
	color: #12343b;
	box-shadow: 0 28px 100px #12343b40;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-align: center;
}

.anticiclic-demo-notice:not([open]) { display: none; }
.anticiclic-demo-notice::backdrop { background: #12343bb8; backdrop-filter: blur(6px); }
html.anticiclic-demo-open { overflow: hidden; }
.anticiclic-demo-notice *, .anticiclic-demo-notice *::before, .anticiclic-demo-notice *::after { box-sizing: border-box; }

.anticiclic-demo-notice .anticiclic-demo-notice__logo {
	display: block;
	width: min(250px, 85%);
	height: auto;
	margin: 0 auto 32px;
}

.anticiclic-demo-notice h2 {
	margin: 0 0 24px;
	padding: 0;
	color: #12343b;
	font-family: inherit;
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: 750;
	line-height: 1.15;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.anticiclic-demo-notice h2:focus { outline: none; }

.anticiclic-demo-notice p {
	margin: 0 auto 32px;
	padding: 0;
	max-width: 490px;
	color: #36565c;
	font-size: 1.125rem;
	line-height: 1.65;
}

.anticiclic-demo-notice button { font-family: inherit; cursor: pointer; }

.anticiclic-demo-notice .anticiclic-demo-notice__access {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	width: min(100%, 300px);
	padding: 14px 28px;
	border: 2px solid #087f78;
	border-radius: 12px;
	background: #087f78;
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 650;
	line-height: 1.4;
	transition: background .15s ease, border-color .15s ease;
}

.anticiclic-demo-notice .anticiclic-demo-notice__access:hover { background: #05635f; border-color: #05635f; }

.anticiclic-demo-notice .anticiclic-demo-notice__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #36565c;
}

.anticiclic-demo-notice .anticiclic-demo-notice__close:hover { background: #e7f5f1; }
.anticiclic-demo-notice button:focus-visible { outline: 3px solid #ef735e; outline-offset: 4px; }

@media (max-width: 480px) {
	.anticiclic-demo-notice { padding: 52px 24px 32px; border-radius: 20px; }
	.anticiclic-demo-notice .anticiclic-demo-notice__logo { margin-bottom: 24px; }
	.anticiclic-demo-notice p { font-size: 1rem; }
	.anticiclic-demo-notice .anticiclic-demo-notice__access { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.anticiclic-demo-notice .anticiclic-demo-notice__access { transition: none; }
}
