body { margin: 0; padding: 0; background-color: #050505; color: #eeeeee; font-family: 'Montserrat', sans-serif; overflow-x: hidden; }
.hidden { display: none !important; }
a { color: #00f2ff; text-decoration: none; }

/* --- SAROK-FELVARRÁS (KIZÁRÓLAG EZ A BLOKK LETT HOZZÁADVA) --- */
.artwork-card, .artwork-image-container, .artwork-description-panel, 
.modal-content, .login-cyber-box, #vip-password-input, #verify-code-btn,
.vip-module, .chat-container, .chat-input-area, #chat-input, #chat-send-btn,
.patron-name, .patron-wall, .vip-teaser-banner,
#enter-btn, .sound-toggle-btn, #lang-btn, #lang-btn-main, .info-btn, .inquiry-btn,
.lang-dropdown, .admin-stats-box, video, .zoomable-img {
    border-radius: 15px !important;
}

/* Splash Screen */
#splash-screen { height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
.splash-content { text-align: center; }
h1 { font-size: 4rem; color: #fff; text-shadow: 0 0 20px #00f2ff, 0 0 40px #ff00ff; letter-spacing: 10px; margin: 0; }
.subtitle { font-size: 1.2rem; color: #888; letter-spacing: 5px; margin-bottom: 40px; }
#enter-btn { padding: 15px 30px; background: transparent; border: 1px solid #00f2ff; color: #00f2ff; font-size: 1.2rem; letter-spacing: 3px; cursor: pointer; transition: all 0.3s; box-shadow: 0 0 10px rgba(0, 242, 255, 0.3); }
#enter-btn:hover { background: #00f2ff; color: #000; box-shadow: 0 0 20px #00f2ff, 0 0 40px #00f2ff; }

/* Header & Nav */
header { padding: 20px 40px; display: flex; flex-direction: column; align-items: center; border-bottom: 1px solid #222; }
.header-controls { width: 100%; display: flex; justify-content: space-between; margin-bottom: 20px; }

/* IZZÓ HANG ÉS NYELV GOMBOK */
.sound-toggle-btn, #lang-btn, #lang-btn-main { background: transparent; border: 1px solid #00f2ff; color: #00f2ff; padding: 5px 15px; cursor: pointer; text-shadow: 0 0 5px #00f2ff; box-shadow: 0 0 5px rgba(0, 242, 255, 0.3); transition: all 0.3s; }
.sound-toggle-btn:hover, #lang-btn:hover, #lang-btn-main:hover { background: #00f2ff; color: #000; box-shadow: 0 0 15px #00f2ff; text-shadow: none; }

nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 40px; }
nav a { color: #fff; letter-spacing: 3px; font-weight: 300; transition: color 0.3s; text-shadow: 0 0 2px rgba(255,255,255,0.2); }
nav a:hover { color: #00f2ff; text-shadow: 0 0 10px #00f2ff; }

/* Layout & Grid */
main { padding: 40px; max-width: 1500px; margin: 0 auto; }
.section-title, .gallery-header h2 { text-align: center; font-size: 2.5rem; letter-spacing: 8px; margin-bottom: 10px; text-shadow: 0 0 10px rgba(255,255,255,0.1); }
.section-subtitle { text-align: center; color: #888; margin-bottom: 40px; letter-spacing: 2px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 40px; margin-bottom: 60px; }

/* KÉPMÉRETEZÉS */
.artwork-card { background: #111; border: 1px solid #222; display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; }
.artwork-card:hover { border-color: #333; box-shadow: 0 0 20px rgba(0,0,0,0.8); }
.artwork-image-container { width: 100%; aspect-ratio: 4 / 3; position: relative; overflow: hidden; background: #050505; cursor: pointer; }
.artwork-image { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.5s ease, transform 0.5s ease; }
.uv-effect-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease; }
.artwork-image-container:hover .uv-effect-overlay { opacity: 1; }
.artwork-image-container:hover .day-img { transform: scale(1.05); }
.artwork-image-container:hover .uv-img { transform: scale(1.05); }
.vip-zoom-icon { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,0.7); color: #ffd700; padding: 5px 10px; font-size: 0.8rem; letter-spacing: 2px; border: 1px solid #ffd700; text-shadow: 0 0 5px #ffd700; pointer-events: none; }
.artwork-bottom-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px; border-top: 1px solid #222; }
.bar-center h3 { margin: 0; font-size: 1.1rem; text-align: center; font-weight: 400; letter-spacing: 1px; color: #fff; }

button { font-family: 'Montserrat', sans-serif; }

/* IZZÓ GOMBOK */
.info-btn { background: transparent; border: 1px solid #00f2ff; color: #00f2ff; padding: 5px 10px; cursor: pointer; font-size: 0.8rem; letter-spacing: 1px; transition: all 0.3s; box-shadow: 0 0 5px rgba(0, 242, 255, 0.4); }
.info-btn:hover { background: #00f2ff; color: #000; box-shadow: 0 0 15px #00f2ff; }
.inquiry-btn { border: 1px solid #ffd700; color: #ffd700; padding: 5px 10px; background: transparent; cursor: pointer; transition: all 0.3s; box-shadow: 0 0 5px rgba(255, 215, 0, 0.3); }
.inquiry-btn:hover { background: #ffd700; color: #000; box-shadow: 0 0 15px #ffd700; }

/* SZÍVECSKE (LIKE) GOMB */
.like-btn { background: transparent; border: none; color: #555; font-size: 1.2rem; cursor: pointer; transition: color 0.3s; display: flex; align-items: center; gap: 5px; padding: 0; margin-top: 5px; justify-content: center; width: 100%;}
.like-btn:hover, .like-btn.liked { color: #ff0055; text-shadow: 0 0 10px #ff0055; }
.like-count { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; color: #888; text-shadow: none; }

/* Info Panel */
.artwork-description-panel { padding: 20px; background: #1a1a1a; border-top: 1px solid #333; font-size: 0.9rem; color: #aaa; line-height: 1.6; }
.panel-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.panel-header h4 { margin: 0; color: #00f2ff; letter-spacing: 2px; }
.close-btn { background: transparent; border: none; color: #888; font-size: 1.5rem; cursor: pointer; }
.close-btn:hover { color: #fff; }
.playlist-box { margin-top: 15px; padding-top: 15px; border-top: 1px dashed #444; }
.playlist-title { color: #ff00ff; font-weight: 600; display: block; margin-bottom: 10px; text-shadow: 0 0 5px rgba(255,0,255,0.5); }
.track-list { margin: 0; padding-left: 20px; color: #ccc; font-style: italic; }

/* VIP Teaser Banner */
.vip-teaser-banner { border: 1px solid #ff00ff; padding: 50px 30px; text-align: center; margin-top: 60px; background: rgba(255, 0, 255, 0.05); box-shadow: inset 0 0 50px rgba(255,0,255,0.05); }
.vip-teaser-banner h3 { color: #ff00ff; letter-spacing: 4px; margin-top: 0; font-size: 1.5rem; text-shadow: 0 0 10px #ff00ff; }
.teaser-features { list-style: none; padding: 0; margin: 30px auto; text-align: left; display: table; }
.teaser-features li { color: #ccc; margin-bottom: 15px; font-size: 1.1rem; }

/* --- MECÉNÁSOK FALA --- */
.patron-wall { border-top: 1px solid #222; margin-top: 60px; padding-top: 60px; text-align: center; overflow: hidden; }
.patron-wall h3 { color: #ffd700; letter-spacing: 4px; margin-bottom: 15px; font-size: 1.8rem; text-shadow: 0 0 10px rgba(255, 215, 0, 0.3); }
.patron-wall p { color: #888; font-size: 1rem; margin-bottom: 40px; letter-spacing: 1px; }

.patron-scroll-container { width: 100%; overflow: hidden; position: relative; background: rgba(255, 215, 0, 0.02); padding: 20px 0; border-top: 1px dashed #333; border-bottom: 1px dashed #333; display: flex; white-space: nowrap; }
.patron-track { display: flex; align-items: center; width: max-content; animation: scrollMarquee 40s linear infinite; }
.patron-scroll-container:hover .patron-track { animation-play-state: paused; }
@keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* LUMINA GLOW A MECÉNÁSOKNAK (ÚJ!) */
.patron-name { 
    background: rgba(10, 10, 10, 0.8); 
    border: 1px solid #ff00ff; 
    padding: 10px 25px; 
    margin: 0 15px; 
    color: #fff; 
    font-size: 1.1rem; 
    letter-spacing: 3px; 
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 8px #ff00ff, 0 0 15px #00f2ff; 
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.4), inset 0 0 10px rgba(0, 242, 255, 0.2);
    transition: all 0.3s; 
    display: inline-block; 
    cursor: default; 
}
.patron-name:hover { 
    color: #ffd700; 
    border-color: #ffd700; 
    text-shadow: 0 0 10px #ffd700, 0 0 20px #ff8c00;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6), inset 0 0 15px rgba(255, 215, 0, 0.3);
    transform: scale(1.1); 
}

/* KIBER-KÉK AZ ANONIMOKNAK */
.patron-anonymous { 
    color: #00f2ff; 
    font-style: italic; 
    border-color: #00f2ff; 
    text-shadow: 0 0 8px #00f2ff, 0 0 15px #00f2ff;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.4), inset 0 0 10px rgba(0, 242, 255, 0.2);
}
.patron-anonymous:hover { 
    border-color: #fff; 
    color: #fff; 
    text-shadow: 0 0 15px #fff, 0 0 25px #00f2ff;
    box-shadow: 0 0 25px rgba(0, 242, 255, 0.8), inset 0 0 20px rgba(0, 242, 255, 0.5);
}

/* --- MANIFESTO FUTÓSZÖVEG --- */
.manifesto-marquee-container { width: 100%; overflow: hidden; background: #000; border-top: 1px solid #222; border-bottom: 1px solid #222; padding: 20px 0; margin: 60px 0; position: relative; }
.manifesto-track { display: flex; width: max-content; animation: scrollManifesto 120s linear infinite; }
.manifesto-marquee-container:hover .manifesto-track { animation-play-state: paused; }
.manifesto-text { color: #00f2ff; font-family: 'Montserrat', sans-serif; font-size: 1.2rem; letter-spacing: 3px; text-transform: uppercase; margin-right: 400px; text-shadow: 0 0 8px rgba(0, 242, 255, 0.5); }
@keyframes scrollManifesto { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* AZ ELMÉM SZEKCIÓ */
.mind-section { padding: 40px 0 80px 0; border-bottom: 1px solid #222; }
.mind-content-box { max-width: 800px; margin: 0 auto; text-align: center; }
.mind-content-box h3 { color: #00f2ff; letter-spacing: 3px; margin-bottom: 20px; text-shadow: 0 0 5px rgba(0, 242, 255, 0.5); }
.mind-content-box p { color: #ccc; line-height: 1.8; font-size: 1.1rem; }
.signature { margin-top: 30px; font-style: italic; color: #ff00ff; letter-spacing: 2px; font-size: 1.2rem; text-shadow: 0 0 8px rgba(255, 0, 255, 0.6); }

/* BELSŐ KÖR SZEKCIÓ */
.vip-section { padding: 80px 0; text-align: center; }
.vip-container { max-width: 600px; margin: 0 auto; }
.vip-actions { display: flex; gap: 20px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }

/* ANIMÁCIÓK GOMBOKRA */
@keyframes neon-pulse { 0% { box-shadow: 0 0 5px #ff00ff, inset 0 0 5px #ff00ff; transform: scale(1); } 50% { box-shadow: 0 0 20px #ff00ff, 0 0 40px #ff00ff, inset 0 0 10px #ff00ff; transform: scale(1.02); border-color: #fff; color: #fff; } 100% { box-shadow: 0 0 5px #ff00ff, inset 0 0 5px #ff00ff; transform: scale(1); } }
@keyframes gold-pulse { 0% { box-shadow: 0 0 5px #ffd700; text-shadow: 0 0 5px #ffd700; } 50% { box-shadow: 0 0 20px #ffd700, 0 0 30px #ff8c00; text-shadow: 0 0 10px #ffd700, 0 0 20px #ff8c00; border-color: #fff; color: #fff; } 100% { box-shadow: 0 0 5px #ffd700; text-shadow: 0 0 5px #ffd700; } }
@keyframes red-pulse { 0% { box-shadow: 0 0 5px #ff0000; text-shadow: 0 0 5px #ff0000; } 50% { box-shadow: 0 0 20px #ff2400, 0 0 30px #ff0000; text-shadow: 0 0 10px #ff2400, 0 0 20px #ff0000; border-color: #fff; color: #fff; } 100% { box-shadow: 0 0 5px #ff0000; text-shadow: 0 0 5px #ff0000; } }

.vip-submit-btn, .teaser-btn { padding: 15px 30px; font-size: 1.1rem; cursor: pointer; letter-spacing: 2px; font-weight: 600; border: 1px solid #ff00ff; background: rgba(255, 0, 255, 0.05); color: #ff00ff; transition: all 0.3s; animation: neon-pulse 2.5s infinite; }
.vip-submit-btn:hover, .teaser-btn:hover { background: #ff00ff; color: #000; animation: none; box-shadow: 0 0 30px #ff00ff; transform: scale(1.05); }

#open-login-btn { padding: 15px 30px; font-size: 1rem; cursor: pointer; letter-spacing: 2px; font-weight: 600; border: 1px solid #ffd700; background: rgba(255, 215, 0, 0.05); color: #ffd700; transition: all 0.3s; animation: gold-pulse 2.5s infinite !important; }
#open-login-btn:hover { background: #ffd700; color: #000; animation: none !important; box-shadow: 0 0 30px #ffd700; transform: scale(1.05); }

#exit-vip-btn { position: absolute; top: 20px; right: 30px; background: transparent; border: 1px solid #ff0000; color: #ff0000; padding: 5px 15px; cursor: pointer; transition: all 0.3s; animation: red-pulse 2.5s infinite !important; }
#exit-vip-btn:hover { background: #ff0000; color: #000; animation: none !important; box-shadow: 0 0 30px #ff0000; transform: scale(1.05); }

/* Modals & Lightbox */
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 1000; justify-content: center; align-items: center; }
.modal.active { display: flex; }
.modal-content { background: #111; border: 1px solid #333; padding: 40px; max-width: 500px; width: 90%; position: relative; box-shadow: 0 0 30px rgba(0,0,0,0.8); }
.close-modal { position: absolute; top: 10px; right: 20px; background: transparent; border: none; color: #888; font-size: 2rem; cursor: pointer; }
.close-modal:hover { color: #fff; }
.kodex-text p { color: #aaa; margin-bottom: 15px; line-height: 1.5; }
.kodex-text strong { color: #fff; }
.modal-actions { margin-top: 30px; display: flex; flex-direction: column; gap: 20px; align-items: center; }
#vip-access-btn { width: 100%; padding: 15px; background: #ffd700; color: #000; border: none; font-weight: bold; letter-spacing: 2px; cursor: pointer; transition: background 0.3s; box-shadow: 0 0 10px rgba(255,215,0,0.5); }
#vip-access-btn:hover { box-shadow: 0 0 20px #ffd700; }
#vip-access-btn:disabled { background: #333; color: #555; cursor: not-allowed; box-shadow: none; }
#lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 2000; }
.lightbox-controls { position: absolute; top: 20px; right: 30px; z-index: 2001; display: flex; gap: 20px; align-items: center; }
#lightbox-uv-btn { background: transparent; border: 1px solid #ff00ff; color: #ff00ff; padding: 10px 20px; cursor: pointer; letter-spacing: 2px; text-shadow: 0 0 5px #ff00ff; box-shadow: 0 0 5px rgba(255,0,255,0.3); }
#lightbox-uv-btn.uv-active { background: #ff00ff; color: #000; box-shadow: 0 0 20px #ff00ff; text-shadow: none; }
#lightbox-close { background: transparent; border: none; color: #fff; font-size: 3rem; cursor: pointer; line-height: 1; text-shadow: 0 0 10px #fff; }
.zoomable-img { position: absolute; max-width: 90vw; max-height: 90vh; object-fit: contain; transition: opacity 0.3s ease; }

/* CYBER LUMINA LOGIN BOX */
.login-cyber-box { text-align: center; max-width: 400px; background: linear-gradient(135deg, #050505 0%, #111 100%); border: 1px solid #00f2ff; box-shadow: 0 0 30px rgba(0, 242, 255, 0.15), inset 0 0 15px rgba(0, 242, 255, 0.05); }
.neon-text-blue { color: #00f2ff; letter-spacing: 4px; text-shadow: 0 0 10px rgba(0,242,255,0.6); margin-bottom: 10px; }
.cyber-desc { color: #888; margin-bottom: 25px; letter-spacing: 1px; }
.password-wrapper { position: relative; width: 100%; margin-bottom: 25px; }
#vip-password-input { width: 100%; padding: 15px; background: #000; border: 1px solid #333; color: #00f2ff; text-align: center; font-size: 1.2rem; letter-spacing: 5px; outline: none; box-sizing: border-box; font-family: 'Montserrat', sans-serif; transition: all 0.3s; }
#vip-password-input:focus { border-color: #00f2ff; box-shadow: 0 0 15px rgba(0,242,255,0.3), inset 0 0 10px rgba(0,242,255,0.2); }
#toggle-pwd-btn { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); cursor: pointer; font-size: 1.2rem; user-select: none; opacity: 0.7; transition: opacity 0.3s; }
#toggle-pwd-btn:hover { opacity: 1; }
#verify-code-btn { width: 100%; padding: 15px; background: transparent; border: 1px solid #ff00ff; color: #ff00ff; font-size: 1.1rem; letter-spacing: 3px; font-weight: bold; cursor: pointer; transition: all 0.3s; box-shadow: 0 0 10px rgba(255,0,255,0.2); }
#verify-code-btn:hover { background: #ff00ff; color: #000; box-shadow: 0 0 25px #ff00ff; }
#login-error-msg { color: #ff0055; margin-top: 15px; text-shadow: 0 0 5px #ff0055; letter-spacing: 1px; font-weight: bold; }

/* VIP Dashboard */
.vip-dashboard { padding: 40px; max-width: 1400px; margin: 0 auto; }
.vip-top-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.vip-module { background: #0a0a0a; border: 1px solid #333; padding: 20px; margin-bottom: 20px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8); }
.vip-module h3 { margin-top: 0; color: #ff00ff; letter-spacing: 2px; border-bottom: 1px solid #333; padding-bottom: 10px; text-shadow: 0 0 5px rgba(255,0,255,0.4); }
.admin-stats-box { border: 1px dashed #ffd700; background: rgba(255, 215, 0, 0.05); max-width: 100%; overflow-x: auto; }
.admin-stats-box h3 { color: #ffd700; border-bottom: 1px dashed #ffd700; margin-top: 15px; text-shadow: 0 0 5px rgba(255,215,0,0.5);}
.admin-stats-box p { margin: 5px 0; font-size: 0.9rem; color: #ccc; }
.chat-container { display: flex; flex-direction: column; height: 100%; min-height: 400px; background: #050505; border: 1px solid #333; }
.chat-messages { flex-grow: 1; padding: 20px; overflow-y: auto; display: flex; flex-direction: column; gap: 15px; }
.message { font-size: 0.9rem; line-height: 1.4; }
.message .sender { font-weight: bold; color: #00f2ff; margin-right: 10px; font-size: 0.8rem; letter-spacing: 1px; text-shadow: 0 0 3px rgba(0,242,255,0.5); }
.chat-input-area { display: flex; border-top: 1px solid #333; padding: 10px; background: #111; }
#chat-input { flex-grow: 1; background: transparent; border: none; color: #fff; padding: 10px; font-family: 'Montserrat'; outline: none; }
#chat-send-btn { background: transparent; border: 1px solid #00f2ff; color: #00f2ff; padding: 0 20px; cursor: pointer; letter-spacing: 1px; transition: all 0.3s; }
#chat-send-btn:hover { background: #00f2ff; color: #000; box-shadow: 0 0 10px #00f2ff; }
.lang-selector-splash, .lang-selector-main { position: relative; display: inline-block; }
.lang-selector-splash { position: absolute; top: 20px; right: 30px; }
.lang-dropdown { display: none; position: absolute; top: 100%; right: 0; background: #111; border: 1px solid #333; z-index: 10; min-width: 60px; text-align: center; }
.lang-selector-splash:hover .lang-dropdown, .lang-selector-main:hover .lang-dropdown { display: block; }
.lang-opt { display: block; padding: 10px; color: #888; text-decoration: none; border-bottom: 1px solid #222; }
.lang-opt:hover { color: #00f2ff; background: #222; }
@media (max-width: 768px) { .vip-top-grid { grid-template-columns: 1fr; } h1 { font-size: 2.5rem; } nav ul { gap: 20px; flex-wrap: wrap; justify-content: center; } }
/* ALÁÍRÁS BOX A BELÉPŐKÉPERNYŐN */
.signature-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 30px auto; /* Távolság a felül lévő névtől és az alul lévő szövegtől */
    max-width: 350px; /* Itt tudod állítani, hogy milyen széles legyen a kép */
    background: transparent; /* Teljesen átlátszó/láthatatlan háttér */
    border: none; /* Nincs keret */
}

.signature-box img {
    width: 100%;
    height: auto;
    border-radius: 5px; /* Pici kerekítés a kép sarkainak, hogy szépen simuljon a dizájnba (opcionális) */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); /* Enyhe árnyék, hogy kiemelkedjen a térből */
}
/* --- CHAT ABLAK FIXÁLÁSA ÉS GÖRGETŐSÁV --- */
.chat-messages {
    height: 350px; /* Fix magasság, nem fog megnyúlni */
    overflow-y: auto; /* Görgetősáv bekapcsolása */
    padding: 15px;
    background: #050505; /* Nagyon sötét háttér */
}

/* Egyedi, sötét görgetősáv design (hogy passzoljon a Mátrixhoz) */
.chat-messages::-webkit-scrollbar {
    width: 8px;
}
.chat-messages::-webkit-scrollbar-track {
    background: #0a0a0a; 
}
.chat-messages::-webkit-scrollbar-thumb {
    background: #00f2ff; /* Kék neon színű csúszka */
    border-radius: 4px;
}
.chat-messages::-webkit-scrollbar-thumb:hover {
    background: #ff00ff; /* Pinkre vált, ha ráhúzzák az egeret */
}