/* =============================================================================
   Lumika Cookie Notice — Frontend Banner
   ============================================================================= */

.lumika-cn-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #161b22;
	border-top: 1px solid #30363d;
	box-shadow: 0 -2px 20px rgba(0, 0, 0, .5);
	z-index: 999999;
	box-sizing: border-box;
}

.lumika-cn-bar__inner {
	width: 100%;
	padding: 16px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	box-sizing: border-box;
}

.lumika-cn-bar__text {
	color: #c9d1d9;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	flex: 1;
}

.lumika-cn-bar__link {
	color: #58a6ff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lumika-cn-bar__link:hover {
	color: #79c0ff;
}

.lumika-cn-bar__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.lumika-cn-btn {
	border: none;
	border-radius: 6px;
	padding: 9px 22px;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s ease, color 0.15s ease;
	line-height: 1;
}

.lumika-cn-btn--accept {
	background: #58a6ff;
	color: #0d1117;
	font-weight: 600;
}

.lumika-cn-btn--accept:hover {
	background: #79c0ff;
}

.lumika-cn-btn--close {
	background: #21262d;
	color: #c9d1d9;
	border: 1px solid #30363d;
}

.lumika-cn-btn--close:hover {
	background: #262d36;
}

/* --------------------------------------------------------------------------
   Мобильная версия
   -------------------------------------------------------------------------- */
@media (max-width: 600px) {
	.lumika-cn-bar__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 14px 20px;
		gap: 14px;
	}

	.lumika-cn-bar__actions {
		width: 100%;
	}

	.lumika-cn-btn {
		flex: 1;
		text-align: center;
		padding: 11px 16px;
	}
}
