﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background-color: #2a1a2e;
}

body {
    background-color: #2a1a2e;
    background-image: none;
    color: #e4e4e7;
    font-family: 'Rajdhani', sans-serif;
    min-height: 100vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    position: relative;
}

/* Sfondo nitido a tutto schermo (niente blur da background-attachment) */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #2a1a2e;
    background-image: url('sfondo.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Grana di scansione analogica/digitale */
.concrete-grunge {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.12;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.container {
    width: 100%;
    max-width: 900px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TOP BAR MULTILINGUA */
.top-bar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.lang-selector {
    display: flex;
    gap: 10px;
    background: rgba(10, 10, 12, 0.95);
    border: 1px solid #ff007f;
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.2);
    padding: 5px 10px;
    border-radius: 4px;
}

.lang-btn {
    background: none;
    border: none;
    color: #71717a;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 2px 6px;
}

.lang-btn.active {
    color: #00ffff;
    text-shadow: 0 0 8px #00ffff;
}

.lang-btn:hover:not(.active) {
    color: #ffffff;
}

/* TITOLO GIGANTE "DJ REMÃŒ" STILE GRAFFITI NEON */
.header-container {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.graffiti-title {
    font-family: 'Permanent Marker', cursive;
    font-size: 6.5rem;
    color: #ffffff;
    text-transform: uppercase;
    transform: rotate(-2.5deg);
    letter-spacing: 5px;
    display: inline-block;
    line-height: 0.95;
    position: relative;
    text-shadow: 
        -4px -4px 0px rgba(0, 255, 255, 0.9),
        4px 4px 0px rgba(255, 0, 127, 0.9);
    animation: neonFlicker 1.4s infinite alternate, glitchShift 2.6s infinite steps(2, end);
    user-select: none;
}

.graffiti-title::before,
.graffiti-title::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: screen;
}

.graffiti-title::before {
    color: rgba(0, 255, 255, 0.85);
    transform: translate(-3px, 0);
    clip-path: polygon(0 4%, 100% 0, 100% 37%, 0 43%);
    animation: glitchSliceA 1.35s infinite steps(2, end);
}

.graffiti-title::after {
    color: rgba(255, 0, 127, 0.9);
    transform: translate(3px, 0);
    clip-path: polygon(0 58%, 100% 53%, 100% 100%, 0 100%);
    animation: glitchSliceB 1.05s infinite steps(2, end);
}

@media (max-width: 768px) {
    .graffiti-title {
        font-size: 4.5rem;
    }
}

@keyframes neonFlicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        text-shadow: 
            -4px -4px 0px rgba(0, 255, 255, 0.9),
            4px 4px 0px rgba(255, 0, 127, 0.9),
            0 0 10px rgba(255, 0, 127, 0.8),
            0 0 25px rgba(255, 0, 127, 0.5),
            0 0 50px rgba(0, 255, 255, 0.4),
            0 0 70px rgba(255, 0, 127, 0.3);
    }
    20%, 22%, 24%, 55% {
        text-shadow: 
            -4px -4px 0px rgba(0, 255, 255, 0.3),
            4px 4px 0px rgba(255, 0, 127, 0.3);
    }
}

@keyframes glitchShift {
    0%, 79%, 100% { transform: rotate(-2.5deg) translate(0, 0); }
    80% { transform: rotate(-2.5deg) translate(-2px, 1px); }
    81% { transform: rotate(-2.5deg) translate(2px, -1px); }
    82% { transform: rotate(-2.5deg) translate(-1px, 0); }
}

@keyframes glitchSliceA {
    0%, 78%, 100% { transform: translate(-3px, 0); opacity: 0.85; }
    79% { transform: translate(-9px, -2px); opacity: 1; }
    80% { transform: translate(4px, 2px); opacity: 0.75; }
}

@keyframes glitchSliceB {
    0%, 72%, 100% { transform: translate(3px, 0); opacity: 0.9; }
    73% { transform: translate(10px, 2px); opacity: 1; }
    74% { transform: translate(-5px, -2px); opacity: 0.7; }
}

.subtitle {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    color: #00ffff;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-top: 15px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.6);
}


/* BOX DI BENVENUTO E LINK LAND */
.welcome-container {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.welcome-neon {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #00f0ff, 0 0 10px #00f0ff, 0 0 20px #00f0ff;
    animation: pulseNeon 2s infinite alternate;
    margin-top: 20px;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .welcome-neon {
        font-size: 1.3rem;
    }
}

@keyframes pulseNeon {
    0% { opacity: 0.8; text-shadow: 0 0 5px #00f0ff, 0 0 10px #00f0ff; }
    100% { opacity: 1; text-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff, 0 0 30px #00f0ff; }
}

.welcome-box {
    background: rgba(10, 10, 14, 0.9);
    border: 2px solid #00ffff;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.3), inset 0 0 10px rgba(0, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.welcome-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.welcome-btn {
    background: transparent;
    border: 2px solid #ff007f;
    border-radius: 6px;
    padding: 10px 25px;
    color: #ff007f;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0 0 8px rgba(255, 0, 127, 0.2);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.welcome-btn:hover {
    background: #ff007f;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(255, 0, 127, 0.8);
    transform: scale(1.03);
}

/* MENU LUCI NAVIGAZIONE */
.light-menu {
    width: 100%;
    margin: 10px 0 40px;
    position: relative;
}

.light-menu-title {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00ffff;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.5);
    margin-bottom: 14px;
}

.light-menu-stage {
    position: relative;
    width: 100%;
    min-height: 420px;
    border: 1px solid rgba(0, 255, 255, 0.25);
    border-radius: 14px;
    background: rgba(8, 8, 12, 0.55);
    box-shadow: inset 0 0 40px rgba(0, 255, 255, 0.05), 0 0 20px rgba(255, 0, 127, 0.08);
    overflow: hidden;
}

.light-menu-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.light-menu-lines line {
    stroke: rgba(0, 255, 255, 0.22);
    stroke-width: 1.5;
    transition: stroke 0.25s ease, stroke-width 0.25s ease, filter 0.25s ease;
}

.light-menu-stage:has(.light-node:hover) .light-menu-lines line,
.light-menu-stage:has(.light-node.active) .light-menu-lines line {
    stroke: rgba(0, 255, 255, 0.35);
}

.light-menu-lines line.lit {
    stroke: #ff007f;
    stroke-width: 2.5;
    filter: drop-shadow(0 0 6px #ff007f);
}

.light-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #00ffff;
    background: radial-gradient(circle at 35% 30%, rgba(0, 255, 255, 0.25), rgba(10, 10, 14, 0.95) 70%);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), inset 0 0 18px rgba(0, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    animation: corePulse 2.2s ease-in-out infinite;
}

@keyframes corePulse {
    0%, 100% { box-shadow: 0 0 16px rgba(0, 255, 255, 0.3), inset 0 0 14px rgba(0, 255, 255, 0.1); }
    50% { box-shadow: 0 0 28px rgba(255, 0, 127, 0.45), 0 0 18px rgba(0, 255, 255, 0.4), inset 0 0 18px rgba(255, 0, 127, 0.12); }
}

.light-node {
    position: absolute;
    z-index: 3;
    min-width: 140px;
    max-width: 170px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 255, 0.35);
    background: rgba(12, 12, 18, 0.88);
    color: #fff;
    cursor: pointer;
    text-align: left;
    font-family: 'Orbitron', sans-serif;
    transition: all 0.25s ease;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.08);
}

.light-node::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00ffff;
    box-shadow: 0 0 8px #00ffff;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.55;
    transition: all 0.25s ease;
}

.light-node strong {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    color: #00ffff;
}

.light-node span {
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    color: #d4d4d8;
    font-weight: 600;
    line-height: 1.2;
}

.light-node:hover,
.light-node.active {
    border-color: #ff007f;
    transform: scale(1.05);
    box-shadow: 0 0 18px rgba(255, 0, 127, 0.45), 0 0 10px rgba(0, 255, 255, 0.25);
    background: rgba(20, 10, 18, 0.95);
}

.light-node:hover strong,
.light-node.active strong {
    color: #ff007f;
    text-shadow: 0 0 8px rgba(255, 0, 127, 0.6);
}

.light-node:hover::before,
.light-node.active::before {
    background: #ff007f;
    box-shadow: 0 0 12px #ff007f, 0 0 20px #ff007f;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.light-node[data-pos="events"] { left: 6%; top: 12%; }
.light-node[data-pos="gallery"] { right: 6%; top: 12%; }
.light-node[data-pos="radio"] { left: 4%; top: 42%; }
.light-node[data-pos="wall"] { right: 4%; top: 42%; }
.light-node[data-pos="booking"] { left: 14%; bottom: 10%; }
.light-node[data-pos="contacts"] { right: 14%; bottom: 10%; }

.section-lit {
    animation: sectionLitFlash 1.4s ease;
}

@keyframes sectionLitFlash {
    0% { box-shadow: 0 0 0 rgba(0, 255, 255, 0); }
    30% { box-shadow: 0 0 35px rgba(0, 255, 255, 0.55), 0 0 20px rgba(255, 0, 127, 0.35); }
    100% { box-shadow: 0 0 15px rgba(0, 255, 255, 0.2); }
}

@media (max-width: 768px) {
    .light-menu-stage {
        min-height: auto;
        padding: 16px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .light-menu-lines,
    .light-core {
        display: none;
    }

    .light-node {
        position: static;
        max-width: none;
        min-width: 0;
    }

    .light-node::before {
        left: 8px;
        top: 14px;
        transform: none;
    }

    .light-node {
        padding-left: 24px;
    }
}

/* SEZIONI CARD */
.section-card {
    background: rgba(12, 12, 16, 0.94);
    border: 2px solid #3f3f46;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.7);
    transition: border-color 0.3s;
}

.section-card.neon-cyan {
    border-color: #00ffff;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2), inset 0 0 10px rgba(0, 255, 255, 0.02);
}

.section-card.neon-pink {
    border-color: #ff007f;
    box-shadow: 0 0 15px rgba(255, 0, 127, 0.2), inset 0 0 10px rgba(255, 0, 127, 0.02);
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}

.section-card.neon-cyan .section-title {
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.section-card.neon-pink .section-title {
    text-shadow: 0 0 8px rgba(255, 0, 127, 0.6);
}

/* PLAYER AUDIO */
.player-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.player-info {
    display: flex;
    flex-direction: column;
}

.player-status {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    color: #ff007f;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4px;
    animation: pulse 1.5s infinite;
}

.player-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.play-btn {
    background: transparent;
    border: 2px solid #00ffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00ffff;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
    transition: all 0.2s ease;
}

.play-btn:hover {
    background: rgba(0, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.7);
    transform: scale(1.05);
}

.play-btn svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.volume-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.volume-slider {
    -webkit-appearance: none;
    width: 90px;
    height: 4px;
    background: #27272a;
    border-radius: 2px;
    outline: none;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00ffff;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
}

/* GALLERIA FOTO */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    width: 100%;
}

.admin-panel {
    background: rgba(8, 8, 12, 0.8);
    border: 1px solid #27272a;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 14px;
}

.admin-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a1a1aa;
    margin-bottom: 10px;
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.admin-input {
    background: rgba(25, 25, 30, 0.75);
    border: 1px solid #3f3f46;
    border-radius: 6px;
    padding: 10px 12px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    outline: none;
}

.admin-input:focus {
    border-color: #00ffff;
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.2);
}

.admin-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mini-btn {
    border: 1px solid #00ffff;
    background: transparent;
    color: #00ffff;
    border-radius: 6px;
    padding: 8px 12px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mini-btn:hover {
    background: rgba(0, 255, 255, 0.15);
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.35);
}

.gallery-item {
    position: relative;
    aspect-ratio: 4/3;
    background: #18181b;
    border: 2px solid #ff007f;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.05) rotate(0deg);
    border-color: #00ffff;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.55), 0 0 45px rgba(255, 0, 127, 0.25);
}

.gallery-zoom-hint {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #00ffff;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.25s ease, background 0.25s ease;
    pointer-events: none;
    text-shadow: 0 0 10px #00ffff;
}

.gallery-item:hover .gallery-zoom-hint {
    opacity: 1;
    background: rgba(0, 0, 0, 0.55);
}

.gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #121216 0%, #1e1e24 100%);
    color: #52525b;
    padding: 15px;
    text-align: center;
}

.gallery-placeholder svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
    margin-bottom: 10px;
}

.gallery-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
    filter: saturate(1.1);
}

.gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 8, 0.82) 65%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-item .delete-media-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #ff007f;
    background: rgba(0, 0, 0, 0.55);
    color: #ff007f;
    border-radius: 4px;
    font-size: 0.7rem;
    font-family: 'Orbitron', sans-serif;
    padding: 4px 6px;
    cursor: pointer;
    z-index: 2;
}

.gallery-item .delete-media-btn:hover {
    background: #ff007f;
    color: #fff;
}

.section-card.reveal {
    opacity: 0;
    transform: translateY(55px) scale(0.92);
    filter: blur(6px);
    transition:
        opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.9s ease,
        box-shadow 0.9s ease;
}

.section-card.reveal.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    animation: revealGlow 1.2s ease 0.2s 1;
}

@keyframes revealGlow {
    0% { box-shadow: 0 10px 35px rgba(0,0,0,0.7); }
    50% { box-shadow: 0 0 28px rgba(0, 255, 255, 0.35), 0 0 18px rgba(255, 0, 127, 0.25); }
    100% { box-shadow: 0 10px 35px rgba(0,0,0,0.7); }
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.lightbox.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox-frame {
    position: relative;
    transform: scale(0.75);
    opacity: 0;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.lightbox.open .lightbox-frame {
    transform: scale(1);
    opacity: 1;
}

.lightbox img {
    display: block;
    max-width: min(92vw, 1100px);
    max-height: 78vh;
    border: 3px solid #00ffff;
    border-radius: 12px;
    box-shadow:
        0 0 25px rgba(0, 255, 255, 0.45),
        0 0 45px rgba(255, 0, 127, 0.25);
    animation: lightboxPulse 2.2s ease-in-out infinite;
}

@keyframes lightboxPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 255, 255, 0.35), 0 0 35px rgba(255, 0, 127, 0.2); }
    50% { box-shadow: 0 0 35px rgba(0, 255, 255, 0.65), 0 0 55px rgba(255, 0, 127, 0.35); }
}

.lightbox-caption {
    margin-top: 14px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff007f;
    text-shadow: 0 0 8px rgba(255, 0, 127, 0.6);
}

.lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ff007f;
    color: #ff007f;
    background: rgba(0, 0, 0, 0.65);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(255, 0, 127, 0.4);
    z-index: 2;
}

body.lightbox-open {
    overflow: hidden;
}

/* MURO DEI GRAFFITI */
.graffiti-wall-form {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.wall-input {
    background: rgba(30, 30, 35, 0.6);
    border: 1px solid #3f3f46;
    border-radius: 6px;
    padding: 12px 16px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 600;
    outline: none;
    transition: all 0.2s;
}

.wall-input:focus {
    border-color: #ff007f;
    box-shadow: 0 0 8px rgba(255, 0, 127, 0.3);
}

.wall-name {
    flex: 1;
    min-width: 180px;
}

.wall-msg {
    flex: 2;
    min-width: 250px;
}

.wall-btn {
    background: #ff007f;
    border: none;
    border-radius: 6px;
    padding: 0 25px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(255,0,127,0.3);
    transition: all 0.2s;
    height: 48px;
}

.wall-btn:hover {
    background: #ff3399;
    box-shadow: 0 0 15px rgba(255,0,127,0.6);
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    background: rgba(10, 10, 14, 0.85);
    border: 1px solid #00ffff;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
    border-radius: 8px;
}

/* Scroller custom cyberpunk */
.chat-messages::-webkit-scrollbar {
    width: 6px;
}
.chat-messages::-webkit-scrollbar-track {
    background: rgba(10, 10, 14, 0.5);
}
.chat-messages::-webkit-scrollbar-thumb {
    background: #ff007f;
    border-radius: 3px;
}

.comment-item {
    background: rgba(20, 20, 25, 0.7);
    border-left: 3px solid #ff007f;
    border-radius: 4px;
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    transition: all 0.3s;
}

.comment-item:hover {
    background: rgba(25, 25, 32, 0.85);
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.15);
}

.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.comment-author-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 255, 255, 0.1);
    border: 1px solid #00ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #00ffff;
    text-shadow: 0 0 5px #00ffff;
}

.comment-author {
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.comment-date {
    font-size: 0.8rem;
    color: #71717a;
}

.comment-msg {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.15rem;
    color: #e4e4e7;
    padding-left: 42px;
    word-break: break-all;
}

.comment-actions {
    display: flex;
    justify-content: flex-end;
    padding-left: 42px;
}

.reply-btn {
    background: transparent;
    border: 1px solid #ff007f;
    color: #ff007f;
    border-radius: 4px;
    padding: 2px 8px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.reply-btn:hover {
    background: #ff007f;
    color: #ffffff;
    box-shadow: 0 0 8px rgba(255, 0, 127, 0.5);
}

/* Risposta di DJ Remi */
.comment-reply {
    margin-top: 5px;
    margin-left: 42px;
    background: rgba(0, 255, 255, 0.05);
    border-left: 2px solid #00ffff;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reply-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reply-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 0, 127, 0.1);
    border: 1px solid #ff007f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #ff007f;
    text-shadow: 0 0 5px #ff007f;
}

.reply-author {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
}

.reply-msg {
    font-size: 1rem;
    color: #d4d4d8;
}

/* Form di risposta inline */
.reply-input-box {
    margin-top: 10px;
    margin-left: 42px;
    display: flex;
    gap: 10px;
}

.reply-input-box input {
    flex-grow: 1;
    background: rgba(20, 20, 25, 0.8);
    border: 1px solid #3f3f46;
    border-radius: 4px;
    padding: 6px 12px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    color: #ffffff;
    outline: none;
}

.reply-input-box input:focus {
    border-color: #00ffff;
}

.reply-submit-btn {
    background: #00ffff;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 0 15px;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
}

.reply-submit-btn:hover {
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.6);
}

/* BOX CONTATTI */
.contacts-counter-box {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 40px auto;
}

@media (max-width: 768px) {
    .contacts-counter-box {
        flex-direction: column;
        margin: 20px 0 40px 0;
    }
}

.contact-card, .counter-card {
    flex: 1;
    background: rgba(18, 18, 18, 0.75);
    border: 1px solid #ff007f;
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.3);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    border-color: #ff3399;
    box-shadow: 0 0 15px rgba(255, 0, 127, 0.5);
    transform: translateY(-2px);
}

.counter-card {
    border-color: #ff007f;
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.3);
}

.counter-card:hover {
    border-color: #ff3399;
    box-shadow: 0 0 15px rgba(255, 0, 127, 0.5);
    transform: translateY(-2px);
}

.contact-card h3, .counter-card h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #00f0ff;
    text-shadow: 0 0 5px #00f0ff;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-card p, .counter-card p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.contact-card p i {
    color: #ff007f;
    filter: drop-shadow(0 0 3px #ff007f);
}

.counter-card p i {
    color: #00ffff;
    filter: drop-shadow(0 0 3px #00ffff);
}

.counter-card #visitor-number {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    color: #00ffff;
    text-shadow: 0 0 8px #00ffff;
}

/* CALENDARIO LINE-UP STILE POSTER CLUB */
.lineup-poster {
    background: linear-gradient(180deg, rgba(20, 20, 28, 0.9) 0%, rgba(10, 10, 15, 0.95) 100%);
    border: 3px double #00ffff;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    position: relative;
}

.poster-header {
    text-align: center;
    border-bottom: 2px dashed #00ffff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.poster-subtitle {
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    color: #ff007f;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
}


.poster-events {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-slot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #27272a;
    padding-bottom: 15px;
    gap: 15px;
}

.event-slot:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.event-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ff007f;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    border-radius: 6px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    box-shadow: 0 0 10px rgba(255,0,127,0.3);
}

.badge-day {
    font-size: 1.6rem;
    line-height: 1;
}

.badge-month {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-details {
    flex-grow: 1;
}


.event-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.event-location {
    color: #00ffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-time {
    font-size: 0.9rem;
    color: #a1a1aa;
}

/* MODULO BOOKING LAND */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a1a1aa;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    background: rgba(25, 25, 30, 0.7);
    border: 1px solid #3f3f46;
    border-radius: 6px;
    padding: 12px 16px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 600;
    outline: none;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #00ffff;
    box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
    background: rgba(30, 30, 35, 0.9);
}

.form-control::placeholder {
    color: #52525b;
    font-weight: 500;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

/* TASTO COPIA */
.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #ff007f 0%, #b30059 100%);
    border: none;
    border-radius: 6px;
    padding: 16px;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 127, 0.4);
    transition: all 0.3s ease;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #ff3399 0%, #cc0066 100%);
    box-shadow: 0 0 25px rgba(255, 0, 127, 0.8);
    transform: translateY(-2px);
}

.submit-btn:active {
    transform: translateY(1px);
}

.submit-btn.copied {
    background: linear-gradient(135deg, #00ffcc 0%, #009977 100%);
    box-shadow: 0 0 25px rgba(0, 255, 204, 0.8);
}

.footer {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: #52525b;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    user-select: none;
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* === MULTI-PAGE === */
a.light-node { text-decoration: none; display: block; color: inherit; }
body.page-home .container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 12vh;
  padding-bottom: 28px;
}
body.page-home .top-bar {
  position: fixed;
  top: 18px;
  right: 24px;
  width: auto;
  margin: 0;
  z-index: 30;
  justify-content: flex-end;
}
body.page-home .header-container {
  position: fixed;
  left: clamp(100px, 28vw, 360px);
  top: 72px;
  z-index: 25;
  margin: 0;
  text-align: left;
  align-self: auto;
  width: auto;
  max-width: min(90vw, 700px);
  padding-left: 0;
}
body.page-home .header-container .subtitle {
  text-align: left;
}
body.page-home .light-menu {
  margin-top: 0;
  margin-bottom: 0;
  flex: 0 0 auto;
}
body.page-home .light-menu-stage {
  background: rgba(8, 8, 12, 0.04);
  border-color: rgba(0, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.page-home .concrete-grunge {
  opacity: 0;
}
body.page-home .light-node {
  background: rgba(12, 12, 18, 0.32);
  border-color: rgba(0, 255, 255, 0.22);
  box-shadow: none;
  backdrop-filter: none;
}
body.page-home .light-node:hover,
body.page-home .light-node.active {
  background: rgba(20, 10, 18, 0.58);
}
body.page-home .light-core {
  background: radial-gradient(circle at 35% 30%, rgba(0, 255, 255, 0.1), rgba(10, 10, 14, 0.35) 70%);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.15), inset 0 0 10px rgba(0, 255, 255, 0.06);
}
body.page-home .footer { margin-top: 18px; }

.page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.back-home {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00ffff;
  text-decoration: none;
  border: 1px solid rgba(0,255,255,0.4);
  padding: 8px 14px;
  transition: all 0.2s ease;
}
.back-home:hover {
  color: #ff007f;
  border-color: #ff007f;
  box-shadow: 0 0 12px rgba(255,0,127,0.35);
}
.page-brand {
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: #fff;
  text-shadow: 0 0 10px #ff007f, 0 0 20px rgba(0,255,255,0.4);
  text-decoration: none;
}
.page-brand:hover { color: #00ffff; }
body.page-inner .header-container { margin-bottom: 20px; }
body.page-inner .graffiti-title { font-size: clamp(2.2rem, 8vw, 4rem); }
