/* Layout CSS - Kivéve a kritikus CSS-t (loading spinner), ami inline marad */

/* Snow animation - csak téli téma esetén */
/* Snow Toggle Button */
.snow-toggle-container {
	position: absolute;
	right: -195px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	z-index: 1031;
}

.snow-toggle-btn {
	position: relative;
	width: 60px;
	height: 30px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 15px;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
	overflow: hidden;
}

.snow-toggle-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(165, 216, 255, 0.3);
}

.snow-toggle-btn.active {
	background: rgba(165, 216, 255, 0.3);
	border-color: rgba(165, 216, 255, 0.6);
}

.snow-toggle-btn.active:hover {
	background: rgba(165, 216, 255, 0.4);
	border-color: rgba(165, 216, 255, 0.8);
	box-shadow: 0 4px 16px rgba(165, 216, 255, 0.5);
}

.snow-toggle-icon {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 2;
}

.snow-toggle-btn.active .snow-toggle-icon {
	color: #a5d8ff;
	left: 8px;
	right: auto;
	transform: translateY(-50%) translateX(0);
}

.snow-toggle-btn:not(.active) .snow-toggle-icon {
	transform: translateY(-50%) translateX(0);
}

.snow-toggle-btn:hover .snow-toggle-icon {
	color: #a5d8ff;
	transform: translateY(-50%) scale(1.2);
	animation: snowflake-spin 2s linear infinite;
}

.snow-toggle-slider {
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 3;
}

.snow-toggle-btn.active .snow-toggle-slider {
	right: 4px;
	background: #a5d8ff;
	box-shadow: 0 2px 8px rgba(165, 216, 255, 0.6);
}

.snow-toggle-btn:not(.active) .snow-toggle-slider {
	right: 34px;
}

.snow-toggle-btn:hover .snow-toggle-slider {
	transform: translateY(-50%) scale(1.1);
}

@keyframes snowflake-spin {
	0% { transform: translateY(-50%) rotate(0deg); }
	100% { transform: translateY(-50%) rotate(360deg); }
}

.winter-theme .snow-toggle-btn {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3);
}

.winter-theme .snow-toggle-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 12px rgba(165, 216, 255, 0.3);
}

.winter-theme .snow-toggle-btn.active {
	background: rgba(165, 216, 255, 0.3);
	border-color: rgba(165, 216, 255, 0.6);
}

.winter-theme .snow-toggle-btn.active:hover {
	background: rgba(165, 216, 255, 0.4);
	border-color: rgba(165, 216, 255, 0.8);
	box-shadow: 0 4px 16px rgba(165, 216, 255, 0.5);
}

.snow {
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 0;
	pointer-events: none;
	display: block;
}

.navbar {
	z-index: 1030 !important;
}

.hero-logo {
	z-index: 2001 !important;
}
	 
.tooltip .tooltip-inner{max-width:200px;padding:8px 12px;text-align:center}
.tooltip .tooltip-inner .text-white{font-weight:700;margin-bottom:4px}
.tooltip .tooltip-inner .text-danger{font-size:.9em}
body{min-height:100vh;display:flex;flex-direction:column}
.navbar-nav .nav-link.active{position:relative}
.navbar-nav .nav-link.active::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:2px;background:linear-gradient(90deg,#D2B48C,#B8860B);border-radius:1px;opacity:.8}
.navbar-nav .nav-link{transition:all .3s ease}
.navbar-brand img.header-logo{transition:opacity .5s ease,visibility .5s ease,transform .5s ease}
.navbar-brand img.header-logo:not(.homepage-logo){opacity:0;visibility:hidden;transform:scale(.8) translateY(-10px)}
.navbar-brand img.header-logo:not(.homepage-logo).visible{opacity:1;visibility:visible;transform:scale(1) translateY(0)}

@keyframes slideUp{to{opacity:0;transform:translateY(-20px)}}
.alert{will-change:opacity,transform}

.audio-controls {
	position: fixed;
	top: 110px;
	right: 20px;
	z-index: 1020;
	width: 48px;
	height: 48px;
}

.support-controls {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1020;
	width: 56px;
	height: 56px;
}

.support-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(135deg, #D2B48C, #B8860B);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #000;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	box-shadow: 0 4px 20px rgba(210, 180, 140, 0.4);
	opacity: 0.9;
	visibility: visible;
}

.support-btn:hover {
	background: linear-gradient(135deg, #B8860B, #D2B48C);
	box-shadow: 0 6px 25px rgba(210, 180, 140, 0.6);
	transform: scale(1.1);
	opacity: 1;
}

.support-btn:active {
	transform: scale(0.95);
}

.support-notification-badge {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #dc3545;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

.support-notification-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.support-notification-modal {
	background: #1a1a1a;
	border: 2px solid #d2b48c;
	border-radius: 15px;
	max-width: 600px;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.support-notification-header {
	padding: 20px;
	border-bottom: 1px solid #d2b48c;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.support-notification-header h5 {
	color: #d2b48c;
	margin: 0;
	font-weight: bold;
}

.support-notification-body {
	padding: 20px;
}

.support-notification-footer {
	padding: 20px;
	border-top: 1px solid #d2b48c;
	text-align: center;
}

.notification-item {
	border-left: 4px solid #28a745;
	padding-left: 15px;
}

.notification-item h6 {
	color: #d2b48c;
	font-weight: bold;
	margin-bottom: 10px;
}
	
.support-panel {
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 1010;
	background: linear-gradient(145deg, rgba(26, 26, 26, 0.95), rgba(10, 10, 10, 0.98));
	backdrop-filter: blur(20px);
	border: 2px solid rgba(210, 180, 140, 0.3);
	border-radius: 20px;
	padding: 0;
	max-width: 400px;
	width: 90%;
	max-height: 80vh;
	overflow: hidden;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8);
	transform: translateY(100%) scale(0.8);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity: 0;
	visibility: hidden;
}

.support-panel.show {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.support-panel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #D2B48C, #B8860B, #D2B48C);
	background-size: 200% 100%;
	animation: moveStripe 3s linear infinite;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.support-panel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px 15px 25px;
	border-bottom: 1px solid rgba(210, 180, 140, 0.2);
}

.support-panel-title {
	color: #D2B48C;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.support-panel-close {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	cursor: pointer;
	padding: 5px;
	border-radius: 50%;
	transition: all 0.3s ease;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-panel-close:hover {
	background: rgba(220, 53, 69, 0.2);
	color: #dc3545;
}

.support-panel-body {
	padding: 20px 25px;
	max-height: 60vh;
	overflow-y: auto;
}

.support-panel-footer {
	padding: 15px 25px 20px 25px;
	border-top: 1px solid rgba(210, 180, 140, 0.2);
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.support-panel .form-control,
.support-panel .form-select {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(210, 180, 140, 0.3);
	color: #fff;
	transition: all 0.3s ease;
}

.support-panel .form-control:focus,
.support-panel .form-select:focus {
	background: rgba(0, 0, 0, 0.5);
	border-color: #D2B48C;
	box-shadow: 0 0 0 0.2rem rgba(210, 180, 140, 0.25);
	color: #fff;
}

.support-panel .form-control::placeholder,
.support-panel .form-select option {
	color: rgba(255, 255, 255, 0.6);
}

.support-panel .btn-bezs {
	background: linear-gradient(135deg, #D2B48C, #B8860B);
	border: none;
	color: #000;
	font-weight: 600;
	transition: all 0.3s ease;
}

.support-panel .btn-bezs:hover {
	background: linear-gradient(135deg, #B8860B, #D2B48C);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(210, 180, 140, 0.4);
}

.support-panel .btn-secondary {
	background: rgba(108, 117, 125, 0.3);
	border: 1px solid rgba(108, 117, 125, 0.5);
	color: #fff;
	transition: all 0.3s ease;
}

.support-panel .btn-secondary:hover {
	background: rgba(108, 117, 125, 0.5);
	border-color: rgba(108, 117, 125, 0.7);
	color: #fff;
}

.support-success {
	background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(40, 167, 69, 0.05));
	border: 1px solid rgba(40, 167, 69, 0.3);
	color: #28a745;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.support-error {
	background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
	border: 1px solid rgba(220, 53, 69, 0.3);
	color: #dc3545;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.support-panel {
		bottom: 80px;
		right: 10px;
		left: 10px;
		width: auto;
		max-width: none;
	}
	
	.support-controls {
		bottom: 15px;
		right: 15px;
	}
	
	.support-btn {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
}

.play-music-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(10, 10, 10, 0.9);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	color: var(--bezs-color);
	font-size: 16px;
	cursor: pointer;
	padding: 8px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
}

.play-music-btn:hover {
	background: rgba(10, 10, 10, 0.95);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
	transform: scale(1.1);
}

.play-music-btn.hidden {
	opacity: 0;
	visibility: hidden;
}

.audio-container {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	background: rgba(10, 10, 10, 0.9);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	padding: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	width: 48px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.audio-container.visible {
	opacity: 1;
	visibility: visible;
}

.audio-container:hover {
	width: 200px;
	padding: 8px 15px;
}

.audio-toggle-btn {
	background: none;
	border: none;
	color: var(--bezs-color);
	font-size: 18px;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.audio-toggle-btn:hover {
	background: rgba(210, 180, 140, 0.1);
}

.audio-toggle-btn.muted {
	color: #dc3545;
}

.volume-controls {
	display: flex;
	align-items: center;
	gap: 10px;
	opacity: 0;
	width: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.audio-container:hover .volume-controls {
	opacity: 1;
	width: auto;
}

.volume-slider-wrapper {
	position: relative;
	width: 100px;
	height: 4px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
}

.volume-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--bezs-color);
	border-radius: 2px;
	transition: width 0.3s ease;
	width: 15%;
}

.volume-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.volume-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 12px;
	height: 12px;
	background: var(--bezs-color);
	border-radius: 50%;
	cursor: pointer;
}

.volume-slider::-moz-range-thumb {
	width: 12px;
	height: 12px;
	background: var(--bezs-color);
	border-radius: 50%;
	cursor: pointer;
	border: none;
}

.volume-text {
	color: var(--bezs-color);
	font-size: 12px;
	font-weight: 500;
	min-width: 30px;
	text-align: center;
}

.music-experience-popup {
	position: fixed;
	top: 120px;
	right: 20px;
	z-index: 1010;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(10, 10, 10, 0.98));
	backdrop-filter: blur(15px);
	border: 1px solid rgba(210, 180, 140, 0.3);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	max-width: 300px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%) scale(0.8);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	overflow: hidden;
}

.music-experience-popup.show {
	opacity: 1;
	visibility: visible;
	transform: translateX(0) scale(1);
	pointer-events: auto;
}

.music-experience-popup::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #D2B48C, #D2B48C, #D2B48C);
	background-size: 200% 100%;
	animation: shimmer 3s linear infinite;
}

.music-experience-popup:not(.animations-active)::before {
	animation-play-state: paused;
}

@keyframes shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}

.music-popup-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.music-popup-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #D2B48C, #8d7129);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	box-shadow: 0 4px 15px rgba(210, 180, 140, 0.3);
}

@keyframes pulse {
	0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(210, 180, 140, 0.7); }
	50% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(210, 180, 140, 0); }
}

.music-popup-title {
	color: #D2B48C;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.music-popup-message {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.music-popup-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.music-popup-btn {
	background: linear-gradient(135deg, rgba(210, 180, 140, 0.2), rgba(184, 134, 11, 0.2));
	border: 1px solid rgba(210, 180, 140, 0.3);
	color: #D2B48C;
	padding: 8px 16px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.music-popup-btn:hover {
	background: linear-gradient(135deg, rgba(210, 180, 140, 0.3), rgba(184, 134, 11, 0.3));
	border-color: rgba(210, 180, 140, 0.5);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(210, 180, 140, 0.2);
}

.music-popup-btn.primary {
	background: linear-gradient(135deg, #D2B48C, #D2B48C);
	color: #000;
	font-weight: 600;
}

.music-popup-btn.primary:hover {
	background: linear-gradient(135deg, #D2B48C, #D2B48C);
	box-shadow: 0 4px 12px rgba(210, 180, 140, 0.4);
}


.music-notes {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

.music-note {
	position: absolute;
	color: rgba(210, 180, 140, 0.4);
	font-size: 20px;
	animation: floatUp 4s ease-in-out infinite;
}

.music-experience-popup:not(.animations-active) .music-note {
	animation-play-state: paused;
}

.music-note:nth-child(1) { left: 10%; animation-delay: 0s; }
.music-note:nth-child(2) { left: 30%; animation-delay: 1s; }
.music-note:nth-child(3) { left: 50%; animation-delay: 2s; }
.music-note:nth-child(4) { left: 70%; animation-delay: 3s; }
.music-note:nth-child(5) { left: 90%; animation-delay: 0.5s; }

@keyframes floatUp {
	0% { 
		opacity: 0; 
		transform: translateY(100px) rotate(0deg); 
	}
	20% { 
		opacity: 1; 
	}
	80% { 
		opacity: 1; 
	}
	100% { 
		opacity: 0; 
		transform: translateY(-50px) rotate(360deg); 
	}
}

@media (max-width: 768px) {
	.audio-controls {
		top: 100px;
		right: 10px;
	}
	
	.audio-container:hover {
		width: 160px;
	}
	
	.volume-slider-wrapper {
		width: 80px;
	}
	
	.music-experience-popup {
		top: 110px;
		right: 10px;
		max-width: 280px;
		padding: 15px;
	}
}

.star-rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.star-rating input[type="radio"] {
	display: none;
}

.star-rating label {
	font-size: 2rem;
	color: #6c757d;
	cursor: pointer;
	transition: color 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
	color: #D2B48C;
}

.star-rating input[type="radio"]:checked ~ label {
	animation: starGlow 0.3s ease;
}

@keyframes starGlow {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

.feedback-success {
	background: linear-gradient(135deg, rgba(40, 167, 69, 0.1), rgba(40, 167, 69, 0.05));
	border: 1px solid rgba(40, 167, 69, 0.3);
	color: #28a745;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.feedback-error {
	background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
	border: 1px solid rgba(220, 53, 69, 0.3);
	color: #dc3545;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.cookie-consent-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(5px);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.cookie-consent-overlay.show {
	opacity: 1;
	visibility: visible;
}

.cookie-consent-popup {
	background: linear-gradient(145deg, rgba(26, 26, 26, 0.95), rgba(10, 10, 10, 0.98));
	backdrop-filter: blur(20px);
	border: 2px solid rgba(210, 180, 140, 0.3);
	border-radius: 20px;
	padding: 2rem;
	max-width: 500px;
	width: 90%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.8);
	transform: scale(0.8) translateY(50px);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cookie-consent-overlay.show .cookie-consent-popup {
	transform: scale(1) translateY(0);
}

.cookie-consent-popup::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #D2B48C, #B8860B, #D2B48C);
	background-size: 200% 100%;
	animation: moveStripe 3s linear infinite;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.cookie-consent-header {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

.cookie-consent-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #D2B48C, #B8860B);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	box-shadow: 0 4px 15px rgba(210, 180, 140, 0.3);
}

.cookie-consent-icon i {
	font-size: 1.5rem;
	color: white;
}

.cookie-consent-title {
	color: #D2B48C;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.cookie-consent-text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.cookie-consent-link {
	color: #D2B48C;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
}

.cookie-consent-link:hover {
	color: #B8860B;
	border-bottom-color: #B8860B;
	text-decoration: none;
}

.cookie-consent-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.cookie-consent-btn {
	padding: 0.75rem 1.5rem;
	border-radius: 12px;
	font-weight: 600;
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	position: relative;
	overflow: hidden;
	min-width: 120px;
}

.cookie-consent-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.cookie-consent-btn:hover::before {
	left: 100%;
}

.cookie-consent-btn.accept {
	background: linear-gradient(135deg, #D2B48C, #B8860B);
	color: #000;
	box-shadow: 0 4px 15px rgba(210, 180, 140, 0.3);
}

.cookie-consent-btn.accept:hover {
	background: linear-gradient(135deg, #B8860B, #D2B48C);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(210, 180, 140, 0.4);
}

.cookie-consent-btn.decline {
	background: linear-gradient(135deg, rgba(220, 53, 69, 0.2), rgba(184, 28, 28, 0.2));
	border: 1px solid rgba(220, 53, 69, 0.3);
	color: #dc3545;
	backdrop-filter: blur(5px);
}

.cookie-consent-btn.decline:hover {
	background: linear-gradient(135deg, rgba(220, 53, 69, 0.3), rgba(184, 28, 28, 0.3));
	border-color: rgba(220, 53, 69, 0.5);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
}


.towtruck-animation {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0.5rem 0;
	overflow: hidden;
}

.towtruck-animation::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -100px;
	width: 80px;
	height: 40px;
	background-image: url('/static/img/towtruck.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	animation: towtruckMove 8s linear infinite;
	transform: translateY(-50%);
	z-index: 1;
}

@keyframes towtruckMove {
	0% {
		left: -100px;
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		left: calc(100% + 100px);
		opacity: 0;
	}
}

@media (max-width: 768px) {
	.cookie-consent-popup {
		margin: 1rem;
		padding: 1.5rem;
		max-width: calc(100% - 2rem);
	}
	
	.cookie-consent-title {
		font-size: 1.25rem;
	}
	
	.cookie-consent-text {
		font-size: 0.9rem;
	}
	
	.cookie-consent-buttons {
		flex-direction: column;
		gap: 0.75rem;
	}
	
	.cookie-consent-btn {
		width: 100%;
		min-width: auto;
	}
	
	.towtruck-animation {
		height: 25px;
		margin: 0.25rem 0;
	}
	
	.towtruck-animation::before {
		width: 60px;
		height: 30px;
	}
}

.notification-message {
	line-height: 1.6;
}

.notification-message strong {
	color: #fff;
	font-weight: 700;
}

.notification-message em {
	font-style: italic;
	color: #d1ecf1;
}

.notification-message u {
	text-decoration: underline;
	text-decoration-color: #D2B48C;
}

.notification-message s {
	text-decoration: line-through;
	opacity: 0.7;
}

.notification-message code {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 2px 6px;
	border-radius: 4px;
	font-family: 'Courier New', monospace;
	font-size: 0.9em;
	color: #D2B48C;
}

.notification-message ul {
	margin: 8px 0;
	padding-left: 20px;
	list-style-type: disc;
}

.notification-message li {
	margin: 3px 0;
	color: #fff;
}

.notification-message p {
	margin: 5px 0;
}

.feedback-sidebar-wrapper {
	position: absolute;
	left: 0;
	top: 120px;
	width: 420px;
	height: auto;
	max-height: calc(100vh - 140px);
	bottom: 20px;
	z-index: 999;
	padding: 20px 15px;
	overflow: hidden;
	pointer-events: none;
}

.feedback-sidebar {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.feedback-sidebar-wrapper * {
	pointer-events: auto;
}

.feedback-sidebar {
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%);
	border: 2px solid rgba(210, 180, 140, 0.3);
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 20px rgba(210, 180, 140, 0.1);
	backdrop-filter: blur(10px);
	overflow: hidden;
	justify-content: space-between;
}

.feedback-sidebar-header {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(210, 180, 140, 0.2);
	flex-shrink: 0;
}

.feedback-sidebar-title {
	color: #D2B48C;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	position: relative;
}

.title-content {
	display: flex;
	align-items: center;
}

.feedback-average-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rating-star-icon {
	color: #FFD700;
	font-size: 1rem;
}

.rating-value {
	color: #FFD700;
	font-size: 1.1rem;
	font-weight: 600;
}

.feedback-scroll-container {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	user-select: none;
	padding: 5px;
	margin: -5px;
}

.feedback-scroll-container::-webkit-scrollbar {
	display: none;
}

.feedback-scroll-container {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.feedback-items-wrapper {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	will-change: transform;
}

.feedback-scroll-container:hover .feedback-items-wrapper.auto-scroll {
	animation-play-state: paused;
}

.feedback-item {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(210, 180, 140, 0.2);
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
	position: relative;
}

.feedback-item:hover {
	border-color: rgba(210, 180, 140, 0.6);
	box-shadow: 0 6px 20px rgba(210, 180, 140, 0.3), 0 0 0 2px rgba(210, 180, 140, 0.1);
	transform: translateY(-2px);
	background: rgba(0, 0, 0, 0.5);
}

@keyframes scrollUp {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-25%);
	}
}

.feedback-items-wrapper.auto-scroll {
	animation: scrollUp 60s linear infinite;
}

.feedback-items-wrapper.auto-scroll:hover {
	animation-play-state: paused;
}

.feedback-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.feedback-name {
	color: #D2B48C;
	font-weight: 600;
	font-size: 0.95rem;
}

.feedback-stars {
	color: #ffc107;
	font-size: 0.9rem;
	letter-spacing: 2px;
}

.feedback-text {
	color: #e0e0e0;
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 0;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.feedback-date {
	color: #999;
	font-size: 0.75rem;
	margin-top: 8px;
	text-align: right;
}

.feedback-admin-notes {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(210, 180, 140, 0.2);
}

.feedback-admin-header {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.feedback-admin-icon {
	background: rgba(13, 202, 240, 0.25);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	min-width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.feedback-admin-icon i {
	color: #0dcaf0;
	font-size: 12px;
}

.feedback-admin-content {
	flex-grow: 1;
	min-width: 0;
}

.feedback-admin-title-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 4px;
}

.feedback-admin-label {
	color: #0dcaf0;
	font-weight: 700;
	font-size: 0.75rem;
}

.feedback-admin-date {
	color: #999;
	font-size: 0.7rem;
}

.feedback-admin-text {
	color: #e0e0e0;
	font-size: 0.8rem;
	margin: 0;
	line-height: 1.4;
	word-wrap: break-word;
}

.feedback-button-container {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 2px solid rgba(210, 180, 140, 0.2);
	flex-shrink: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.feedback-submit-btn {
	width: 100%;
	background: linear-gradient(135deg, #D2B48C 0%, #B8860B 100%);
	border: none;
	color: #000;
	font-weight: 700;
	padding: 12px 20px;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1rem;
	box-shadow: 0 4px 12px rgba(210, 180, 140, 0.3);
}

.feedback-submit-btn:hover {
	background: linear-gradient(135deg, #B8860B 0%, #D2B48C 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(210, 180, 140, 0.5);
}

.feedback-submit-btn:active {
	transform: translateY(0);
}

@media (max-width: 1200px) {
	.feedback-sidebar-wrapper {
		display: none;
	}
}

/* AJAX Loading Spinner Animation */
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Hinta tábla - Tagfelvétel információ */
.recruitment-sign-wrapper {
	position: fixed;
	top: 100px;
	right: 350px;
	z-index: 1025 !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
	visibility: visible !important;
	opacity: 1 !important;
	padding-top: 0;
}

/* Engedélyezzük a pointer-events-t a táblán és a gombon */
.recruitment-sign {
	pointer-events: auto;
}

.recruitment-sign-content {
	pointer-events: auto;
}

/* Container ami a táblát és madzagokat tartalmazza - ez mozog együtt */
.recruitment-sign-container {
	position: relative;
	transform-origin: 50% -65px;
	animation: swingSignBox 3s ease-in-out infinite;
}

/* Rögzítési pont - ne mozogjon, fix fent */
.recruitment-sign-strings {
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: -2px;
	pointer-events: none;
	transform: none !important;
	animation: none !important;
}

.recruitment-sign-string {
	position: absolute;
	top: 0;
	width: 2px;
	background: linear-gradient(180deg, #8b7355 0%, #5a4a3a 100%);
	border-radius: 1px;
	transform-origin: top center;
}

.string-left {
	left: 50%;
	transform: translateX(-50%) rotate(-20deg);
	height: 65px;
	top: 0;
	transform-origin: top center;
}

.string-right {
	right: 50%;
	transform: translateX(50%) rotate(20deg);
	height: 65px;
	top: 0;
	transform-origin: top center;
}

/* Háromszög rögzítési pont fent - FIX, nem mozog */
.recruitment-sign-strings::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background: linear-gradient(135deg, #4a5c7a 0%, #2c3e50 100%);
	border-radius: 50% 50% 50% 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	z-index: 11;
	transform: translateX(-50%) rotate(45deg) !important;
	animation: none !important;
}

.recruitment-sign {
	background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
	border: 2px solid #444;
	border-radius: 12px;
	padding: 16px 24px;
	min-width: 200px;
	max-width: 220px;
	box-shadow: 
		0 4px 20px rgba(0, 0, 0, 0.6),
		0 2px 8px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 0;
	position: relative;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.recruitment-sign-winter-image {
	position: absolute;
	top: -18px;
	left: 40%;
	transform: translateX(-50%);
	width: 150px;
	height: auto;
	object-fit: fill;
	z-index: 10;
	pointer-events: none;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.recruitment-sign-winter-image-bottom {
	position: absolute;
	bottom: -95px;
	left: 55%;
	transform: translateX(-50%);
	width: 150px;
	height: auto;
	object-fit: fill;
	z-index: 10;
	pointer-events: none;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

/* Madzagok - nincs külön animáció, a container mozgatja őket */
.string-left,
.string-right {
	animation: none;
}

/* Tábla és madzagok együtt lengenek a felső rögzítési pont körül */
@keyframes swingSignBox {
	0%, 100% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
}

/* Régi swingSign animáció (ha valahol még használják) */
@keyframes swingSign {
	0%, 100% {
		transform: rotate(-2deg);
	}
	50% {
		transform: rotate(2deg);
	}
}

.recruitment-sign-content {
	text-align: center;
	color: #fff;
}

.recruitment-sign-line1 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
}

.recruitment-sign-line2 {
	font-size: 0.95rem;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.2;
	word-wrap: break-word;
	max-width: 100%;
}

.recruitment-status-open {
	color: #4a9eff;
	text-shadow: 0 0 10px rgba(74, 158, 255, 0.6), 0 0 20px rgba(74, 158, 255, 0.4);
}

.recruitment-status-closed {
	color: #ccc;
}

.recruitment-status-text {
	margin-top: 6px;
	font-size: 0.85rem;
}

.status-open-badge,
.status-closed-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.5px;
}

.recruitment-sign-button {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.5px;
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	color: #fff !important;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
	transition: all 0.2s ease;
	cursor: pointer;
	pointer-events: auto;
	position: relative;
	z-index: 10;
}

.recruitment-sign-button:hover {
	background: linear-gradient(135deg, #218838 0%, #1fa085 100%);
	box-shadow: 0 3px 10px rgba(40, 167, 69, 0.5);
	color: #fff !important;
	text-decoration: none;
	transform: scale(1.05);
}

.recruitment-sign-button:active {
	transform: scale(0.98);
}

.status-open-badge {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	color: #fff;
	box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
	transition: all 0.2s ease;
	cursor: pointer;
}

a.status-open-badge:hover {
	background: linear-gradient(135deg, #218838 0%, #1fa085 100%);
	box-shadow: 0 3px 10px rgba(40, 167, 69, 0.5);
	transform: scale(1.05);
	text-decoration: none;
	color: #fff;
}

a.status-open-badge:active {
	transform: scale(0.98);
}

.status-closed-badge {
	background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
	color: #fff;
	box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3);
}

/* Responsive design */
@media (max-width: 1200px) {
	.recruitment-sign-wrapper {
		right: 280px;
		top: 90px;
	}
	
	.recruitment-sign {
		min-width: 180px;
		padding: 14px 20px;
	}
	
	.recruitment-sign-winter-image {
		width: 130px;
		height: auto;
		top: -15px;
	}
	
	.recruitment-sign-winter-image-bottom {
		width: 130px;
		height: auto;
		bottom: -90px;
	}
}

@media (max-width: 768px) {
	.recruitment-sign-wrapper {
		right: 220px;
		top: 80px;
	}
	
	.recruitment-sign {
		min-width: 160px;
		padding: 12px 16px;
	}
	
	.recruitment-sign-winter-image {
		width: 110px;
		height: auto;
		top: -13px;
	}
	
	.recruitment-sign-winter-image-bottom {
		width: 110px;
		height: auto;
		bottom: -85px;
	}
	
	.recruitment-sign-line1 {
		font-size: 1rem;
	}
	
	.recruitment-sign-line2 {
		font-size: 0.9rem;
	}
	
	.recruitment-status-text {
		font-size: 0.75rem;
	}
}

@media (max-width: 576px) {
	.recruitment-sign-wrapper {
		display: none;
	}
}

/* Téli téma - layout.css színek felülírása */
.winter-theme .navbar-nav .nav-link.active::after {
	background: linear-gradient(90deg, #a5d8ff, #79c0ff);
}

.winter-theme .support-btn {
	background: linear-gradient(135deg, #a5d8ff, #79c0ff);
	color: #0d1117;
	box-shadow: 0 4px 20px rgba(165, 216, 255, 0.4);
}

.winter-theme .support-btn:hover {
	background: linear-gradient(135deg, #79c0ff, #a5d8ff);
	box-shadow: 0 6px 25px rgba(165, 216, 255, 0.6);
}

.winter-theme .support-notification-badge {
	background: #f85149;
}

.winter-theme .support-notification-modal {
	background: #161b22;
	border: 2px solid #a5d8ff;
}

.winter-theme .support-notification-header {
	border-bottom: 1px solid #a5d8ff;
}

.winter-theme .support-notification-header h5 {
	color: #a5d8ff;
}

.winter-theme .support-notification-footer {
	border-top: 1px solid #a5d8ff;
}

.winter-theme .notification-item {
	border-left: 4px solid #3fb950;
}

.winter-theme .notification-item h6 {
	color: #a5d8ff;
}

.winter-theme .support-panel {
	background: linear-gradient(145deg, rgba(22, 27, 34, 0.95), rgba(13, 17, 23, 0.98));
	border: 2px solid rgba(165, 216, 255, 0.3);
}

.winter-theme .support-panel::before {
	background: linear-gradient(90deg, #a5d8ff, #79c0ff, #a5d8ff);
}

.winter-theme .support-panel-title {
	color: #a5d8ff;
}

.winter-theme .support-panel-close:hover {
	background: rgba(248, 81, 73, 0.2);
	color: #f85149;
}

.winter-theme .support-panel .form-control:focus,
.winter-theme .support-panel .form-select:focus {
	border-color: #a5d8ff;
	box-shadow: 0 0 0 0.2rem rgba(165, 216, 255, 0.25);
}

.winter-theme .support-panel .btn-bezs {
	background: linear-gradient(135deg, #a5d8ff, #79c0ff);
	color: #0d1117;
}

.winter-theme .support-panel .btn-bezs:hover {
	background: linear-gradient(135deg, #79c0ff, #a5d8ff);
	box-shadow: 0 4px 12px rgba(165, 216, 255, 0.4);
}

.winter-theme .support-success {
	background: linear-gradient(135deg, rgba(63, 185, 80, 0.1), rgba(63, 185, 80, 0.05));
	border: 1px solid rgba(63, 185, 80, 0.3);
	color: #3fb950;
}

.winter-theme .support-error {
	background: linear-gradient(135deg, rgba(248, 81, 73, 0.1), rgba(248, 81, 73, 0.05));
	border: 1px solid rgba(248, 81, 73, 0.3);
	color: #f85149;
}

.winter-theme .play-music-btn {
	color: var(--accent-color);
}

.winter-theme .audio-toggle-btn {
	color: var(--accent-color);
}

.winter-theme .audio-toggle-btn:hover {
	background: rgba(165, 216, 255, 0.1);
}

.winter-theme .audio-toggle-btn.muted {
	color: #f85149;
}

.winter-theme .volume-fill {
	background: var(--accent-color);
}

.winter-theme .volume-slider::-webkit-slider-thumb {
	background: var(--accent-color);
}

.winter-theme .volume-slider::-moz-range-thumb {
	background: var(--accent-color);
}

.winter-theme .volume-text {
	color: var(--accent-color);
}

.winter-theme .music-experience-popup {
	background: linear-gradient(135deg, rgba(22, 27, 34, 0.95), rgba(13, 17, 23, 0.98));
	border: 1px solid rgba(165, 216, 255, 0.3);
}

.winter-theme .music-experience-popup::before {
	background: linear-gradient(90deg, #a5d8ff, #a5d8ff, #a5d8ff);
}

.winter-theme .music-popup-icon {
	background: linear-gradient(135deg, #a5d8ff, #58a6ff);
	box-shadow: 0 4px 15px rgba(165, 216, 255, 0.3);
}

.winter-theme .music-popup-title {
	color: #a5d8ff;
}

.winter-theme .music-popup-btn {
	background: linear-gradient(135deg, rgba(165, 216, 255, 0.2), rgba(121, 192, 255, 0.2));
	border: 1px solid rgba(165, 216, 255, 0.3);
	color: #a5d8ff;
}

.winter-theme .music-popup-btn:hover {
	background: linear-gradient(135deg, rgba(165, 216, 255, 0.3), rgba(121, 192, 255, 0.3));
	border-color: rgba(165, 216, 255, 0.5);
	box-shadow: 0 4px 12px rgba(165, 216, 255, 0.2);
}

.winter-theme .music-popup-btn.primary {
	background: linear-gradient(135deg, #a5d8ff, #a5d8ff);
	color: #0d1117;
}

.winter-theme .music-popup-btn.primary:hover {
	background: linear-gradient(135deg, #a5d8ff, #a5d8ff);
	box-shadow: 0 4px 12px rgba(165, 216, 255, 0.4);
}

.winter-theme .music-note {
	color: rgba(165, 216, 255, 0.4);
}

.winter-theme .star-rating label:hover,
.winter-theme .star-rating label:hover ~ label,
.winter-theme .star-rating input[type="radio"]:checked ~ label {
	color: #a5d8ff;
}

.winter-theme .feedback-success {
	background: linear-gradient(135deg, rgba(63, 185, 80, 0.1), rgba(63, 185, 80, 0.05));
	border: 1px solid rgba(63, 185, 80, 0.3);
	color: #3fb950;
}

.winter-theme .feedback-error {
	background: linear-gradient(135deg, rgba(248, 81, 73, 0.1), rgba(248, 81, 73, 0.05));
	border: 1px solid rgba(248, 81, 73, 0.3);
	color: #f85149;
}

.winter-theme .cookie-consent-popup {
	background: linear-gradient(145deg, rgba(22, 27, 34, 0.95), rgba(13, 17, 23, 0.98));
	border: 2px solid rgba(165, 216, 255, 0.3);
}

.winter-theme .cookie-consent-popup::before {
	background: linear-gradient(90deg, #a5d8ff, #79c0ff, #a5d8ff);
}

.winter-theme .cookie-consent-icon {
	background: linear-gradient(135deg, #a5d8ff, #79c0ff);
	box-shadow: 0 4px 15px rgba(165, 216, 255, 0.3);
}

.winter-theme .cookie-consent-title {
	color: #a5d8ff;
}

.winter-theme .cookie-consent-link {
	color: #a5d8ff;
}

.winter-theme .cookie-consent-link:hover {
	color: #79c0ff;
	border-bottom-color: #79c0ff;
}

.winter-theme .cookie-consent-btn.accept {
	background: linear-gradient(135deg, #a5d8ff, #79c0ff);
	color: #0d1117;
	box-shadow: 0 4px 15px rgba(165, 216, 255, 0.3);
}

.winter-theme .cookie-consent-btn.accept:hover {
	background: linear-gradient(135deg, #79c0ff, #a5d8ff);
	box-shadow: 0 6px 20px rgba(165, 216, 255, 0.4);
}

.winter-theme .cookie-consent-btn.decline {
	background: linear-gradient(135deg, rgba(248, 81, 73, 0.2), rgba(218, 54, 51, 0.2));
	border: 1px solid rgba(248, 81, 73, 0.3);
	color: #f85149;
}

.winter-theme .cookie-consent-btn.decline:hover {
	background: linear-gradient(135deg, rgba(248, 81, 73, 0.3), rgba(218, 54, 51, 0.3));
	border-color: rgba(248, 81, 73, 0.5);
	box-shadow: 0 4px 12px rgba(248, 81, 73, 0.2);
}

.winter-theme .feedback-sidebar {
	background: linear-gradient(135deg, rgba(22, 27, 34, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%);
	border: 2px solid rgba(165, 216, 255, 0.3);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 20px rgba(165, 216, 255, 0.1);
}

.winter-theme .feedback-sidebar-header {
	border-bottom: 2px solid rgba(165, 216, 255, 0.2);
}

.winter-theme .feedback-sidebar-title {
	color: #a5d8ff;
}

.winter-theme .feedback-item {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(165, 216, 255, 0.2);
}

.winter-theme .feedback-item:hover {
	border-color: rgba(165, 216, 255, 0.6);
	box-shadow: 0 6px 20px rgba(165, 216, 255, 0.3), 0 0 0 2px rgba(165, 216, 255, 0.1);
	background: rgba(0, 0, 0, 0.5);
}

.winter-theme .feedback-name {
	color: #a5d8ff;
}

.winter-theme .feedback-button-container {
	border-top: 2px solid rgba(165, 216, 255, 0.2);
}

.winter-theme .feedback-submit-btn {
	background: linear-gradient(135deg, #a5d8ff 0%, #79c0ff 100%);
	color: #0d1117;
	box-shadow: 0 4px 12px rgba(165, 216, 255, 0.3);
}

.winter-theme .feedback-submit-btn:hover {
	background: linear-gradient(135deg, #79c0ff 0%, #a5d8ff 100%);
	box-shadow: 0 6px 16px rgba(165, 216, 255, 0.5);
}

.winter-theme .recruitment-sign {
	background: linear-gradient(135deg, #1c2128 0%, #161b22 100%);
	border: 2px solid #30363d;
}

.winter-theme .recruitment-sign-string {
	background: linear-gradient(180deg, #58a6ff 0%, #388bfd 100%);
}

.winter-theme .recruitment-sign-strings::before {
	background: linear-gradient(135deg, #388bfd 0%, #2563eb 100%);
}

.winter-theme .recruitment-status-open {
	color: #58a6ff;
	text-shadow: 0 0 10px rgba(88, 166, 255, 0.6), 0 0 20px rgba(88, 166, 255, 0.4);
}

.winter-theme .recruitment-sign-button {
	background: linear-gradient(135deg, #3fb950 0%, #2ea043 100%);
	box-shadow: 0 2px 8px rgba(63, 185, 80, 0.4);
}

.winter-theme .recruitment-sign-button:hover {
	background: linear-gradient(135deg, #2ea043 0%, #238636 100%);
	box-shadow: 0 3px 10px rgba(63, 185, 80, 0.5);
}

.winter-theme .status-open-badge {
	background: linear-gradient(135deg, #3fb950 0%, #2ea043 100%);
	box-shadow: 0 2px 8px rgba(63, 185, 80, 0.4);
}

.winter-theme a.status-open-badge:hover {
	background: linear-gradient(135deg, #2ea043 0%, #238636 100%);
	box-shadow: 0 3px 10px rgba(63, 185, 80, 0.5);
}

