* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-y: auto;
    padding: 60px 0;
    position: relative;
    background: #0a0a0a;
}

.bg-fundo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    z-index: -2;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

#particles-js canvas {
    z-index: -1 !important;
    background: transparent !important;
}

.overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 80px 40px;
    animation: fadeIn 1.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.logo img {
    width: 100px !important;
    max-width: 25% !important;
    height: auto !important;
}

.logo-img {
    width: 900px !important;
    max-width: 80%;
    height: auto;
    display: block;
    margin: 80px auto 40px auto;
    filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.5));
    transition: all 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 0 30px rgba(168, 85, 247, 0.8));
}

.logo-text {
    display: none;
    font-size: 48px;
    font-weight: bold;
    color: #a855f7;
    text-shadow: 0 0 20px rgba(168, 85, 247, 0.8);
    margin-bottom: 40px;
}

.sub {
    font-size: 1.3rem;
    color: #ccc;
    margin-bottom: 80px;
}

#evento-titulo {
    font-size: 2.2rem;
    color: #a855f7;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 80px 0;
}

.box {
    background: rgba(168,85,247,0.1);
    border: 2px solid #a855f7;
    border-radius: 12px;
    padding: 25px 30px;
    min-width: 120px;
    backdrop-filter: blur(5px);
}

.box span {
    display: block;
    font-size: 3.5rem;
    font-weight: bold;
    color: #e9d5ff;
    line-height: 1;
}

.box p {
    font-size: 1rem;
    color: #ccc;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.botoes {
    margin-top: 90px;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 18px 40px;
    border: 2px solid #a855f7;
    background: transparent;
    color: #e9d5ff;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
    cursor: pointer;
}

.btn:hover {
    background: #a855f7;
    color: #000;
    box-shadow: 0 0 25px #a855f7;
    transform: translateY(-3px);
}

.btn-destaque {
    background: #a855f7;
    color: #000;
}

.info {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    font-size: 1.2rem;
}

.info span { 
    color: #e9d5ff; 
    font-weight: bold; 
}

.em-breve {
    font-size: 2.8rem;
    color: #a855f7;
    font-weight: bold;
    margin: 60px 0;
    text-shadow: 0 0 15px #7c3aed;
}

@media(max-width: 768px){
    body { padding: 40px 0; }
    .container { padding: 50px 20px; }
    .logo-img { max-width: 320px; margin-bottom: 35px; }
    .logo-text { font-size: 2.8rem; }
    .sub { font-size: 1.1rem; margin-bottom: 50px; }
    #evento-titulo { font-size: 1.8rem; margin-bottom: 35px; }
    .countdown { gap: 15px; margin: 50px 0; }
    .box { min-width: 80px; padding: 20px 15px; }
    .box span { font-size: 2.5rem; }
    .box p { font-size: 0.8rem; }
    .botoes { margin-top: 60px; flex-direction: column; align-items: center; gap: 20px; }
    .btn { width: 85%; padding: 15px 30px; }
    .info { margin-top: 50px; gap: 30px; font-size: 1rem; }
}

.btn-forum {
    background: transparent;
    border-color: #a855f7;
    color: #e9d5ff;
    width: 65px;
    height: 65px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.btn-forum:hover {
    background: #a855f7;
    border-color: #a855f7;
    color: #000;
    box-shadow: 0 0 25px #a855f7;
    transform: translateY(-3px);
}

.btn-forum svg {
    width: 30px;
    height: 30px;
}

.btn-home {
    background: transparent;
    border-color: #22c55e;
    color: #86efac;
    width: 65px;
    height: 65px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.btn-home:hover {
    background: #22c55e;
    border-color: #22c55e;
    color: #000;
    box-shadow: 0 0 25px #22c55e;
    transform: translateY(-3px);
}

.btn-home svg {
    width: 30px;
    height: 30px;
}

.music-control {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 999;
}

.btn-mute {
    width: 50px;
    height: 50px;
    background: rgba(168, 85, 247, 0.2);
    border: 2px solid #a855f7;
    border-radius: 50%;
    color: #a855f7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-mute:hover {
    background: #a855f7;
    color: #000;
    box-shadow: 0 0 20px #a855f7;
    transform: scale(1.1);
}

.btn-mute.tocando {
    animation: pulse 2s infinite;
}

.volume-bar {
    width: 0;
    opacity: 0;
    transition: all 0.3s ease;
    height: 6px;
    background: rgba(168, 85, 247, 0.3);
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.music-control:hover .volume-bar {
    width: 100px;
    opacity: 1;
}

.volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: #a855f7;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px #a855f7;
}

.volume-bar::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #a855f7;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 10px #a855f7;
}

@keyframes pulse {
    0%, 100% { box-shadow: 0 0 rgba(168, 85, 247, 0.7); }
    50% { box-shadow: 0 0 0 10px rgba(168, 85, 247, 0); }
}


.evento-horarios {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
    margin-top: 10px;
}
.horario-tag {
    background: #141414;
    border: 1px solid #333;
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #ccc;
}
.horario-tag.online {
    border-color: #2ecc71;
    background: rgba(46,204,113,0.1);
    color: #fff;
}
.horario-tag.breve {
    border-color: #f39c12;
    background: rgba(243,156,18,0.1);
    color: #fff;
}
.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.status-offline { background: #555; }
.status-breve {
    background: #f39c12;
    box-shadow: 0 0 8px rgba(243,156,18,0.6);
}
.status-online {
    background: #2ecc71;
    box-shadow: 0 0 8px rgba(46,204,113,0.6);
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.footer-copyright {
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(212,175,55,0.2);
    color: #888;
    font-size: 13px;
    line-height: 1.6;
}
.footer-copyright a {
    color: #d4af37;
    text-decoration: none;
    transition: 0.3s;
}
.footer-copyright a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-links {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}