/* API WB Chairman Scientific Committee Notice — popup styles */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500&display=swap');

.acsn-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8, 23, 51, 0.62);
	backdrop-filter: blur(3px);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	opacity: 0;
	transition: opacity 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.acsn-popup-overlay * {
	box-sizing: border-box;
}

.acsn-popup-overlay.acsn-visible {
	display: flex;
	opacity: 1;
}

.acsn-popup-box {
	position: relative;
	background: #fff;
	width: 100%;
	max-width: 560px;
	max-height: 88vh;
	border-radius: 22px;
	box-shadow: 0 40px 90px rgba(8, 23, 51, 0.45);
	transform: translateY(18px) scale(0.97);
	transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
	opacity: 0;
	overflow: hidden;
}

.acsn-popup-overlay.acsn-visible .acsn-popup-box {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.acsn-popup-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #081733, #DDA23A 45%, #F3D9A6 60%, #081733);
	z-index: 3;
}

.acsn-popup-scroll {
	max-height: 88vh;
	overflow-y: auto;
	padding: 40px 34px 30px;
	text-align: center;
}

@media (max-width: 480px) {
	.acsn-popup-scroll {
		padding: 34px 22px 24px;
	}
}

.acsn-popup-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 34px;
	height: 34px;
	background: rgba(16, 37, 76, 0.06);
	border: none;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	color: #10254C;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	z-index: 4;
}

.acsn-popup-close:hover {
	background: rgba(193, 68, 14, 0.12);
	color: #C1440E;
	transform: rotate(90deg);
}

.acsn-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #10254C;
	color: #F3D9A6;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 8px 18px;
	border-radius: 100px;
	margin-bottom: 20px;
	animation: acsn-badge-blink 1.4s ease-in-out infinite;
}

@keyframes acsn-badge-blink {
	0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(221, 162, 58, 0.5); }
	50% { opacity: 0.75; box-shadow: 0 0 0 8px rgba(221, 162, 58, 0); }
}

.acsn-badge-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F3D9A6;
}

@media (prefers-reduced-motion: reduce) {
	.acsn-badge { animation: none; }
}

.acsn-popup-logo {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	object-fit: cover;
	background: #fff;
	margin: 0 auto 16px;
	box-shadow: 0 10px 26px rgba(16, 37, 76, 0.2), 0 0 0 4px #fff, 0 0 0 5px #F3D9A6;
}

.acsn-popup-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 21px;
	font-weight: 700;
	color: #10254C;
	line-height: 1.35;
	margin: 0 0 6px;
}

.acsn-popup-subtitle {
	font-size: 12.5px;
	color: #5C6478;
	margin: 0 0 18px;
}

.acsn-popup-divider {
	width: 48px;
	height: 3px;
	background: #DDA23A;
	border-radius: 2px;
	margin: 0 auto 18px;
}

.acsn-popup-intro {
	font-size: 13.5px;
	color: #1B2233;
	line-height: 1.75;
	text-align: left;
	margin: 0 0 22px;
}

.acsn-popup-dates {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 22px;
	text-align: left;
}

@media (max-width: 420px) {
	.acsn-popup-dates {
		grid-template-columns: 1fr;
	}
}

.acsn-date-card {
	background: #EEF4FC;
	border-radius: 12px;
	padding: 12px 14px;
}

.acsn-date-card.acsn-urgent {
	background: #FCEFE7;
	border: 1px solid rgba(193, 68, 14, 0.25);
}

.acsn-dl {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 9.5px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #5C6478;
	margin-bottom: 3px;
}

.acsn-dv {
	font-size: 13px;
	font-weight: 700;
	color: #10254C;
	line-height: 1.4;
}

.acsn-date-card.acsn-urgent .acsn-dv {
	color: #C1440E;
}

.acsn-section-title {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10.5px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #5F6B7C;
	text-align: left;
	margin: 0 0 12px;
}

.acsn-section-title span {
	color: #B5842A;
	text-transform: none;
	letter-spacing: 0;
	font-style: italic;
}

.acsn-criteria-list {
	text-align: left;
	margin: 0 0 6px;
	padding-left: 20px;
}

.acsn-criteria-list li {
	font-size: 12.8px;
	color: #1B2233;
	line-height: 1.7;
	margin-bottom: 9px;
}

.acsn-criteria-list li:last-child {
	margin-bottom: 0;
}

.acsn-popup-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	padding: 12px 26px;
	background: linear-gradient(135deg, #DDA23A, #C1440E);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 13.5px;
	border-radius: 30px;
	box-shadow: 0 10px 22px rgba(193, 68, 14, 0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.acsn-popup-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(193, 68, 14, 0.4);
	color: #fff;
}

.acsn-signoff {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid #E7EAF0;
	display: flex;
	justify-content: space-between;
	gap: 14px;
	text-align: left;
	flex-wrap: wrap;
}

.acsn-signee-name {
	font-size: 12.5px;
	font-weight: 700;
	color: #10254C;
}

.acsn-signee-role {
	font-size: 11px;
	color: #5C6478;
	margin-top: 2px;
	line-height: 1.5;
}

@media (max-width: 420px) {
	.acsn-signoff {
		flex-direction: column;
		gap: 14px;
	}
}
