
@import url('https://fonts.googleapis.com/css2?family=Rye&family=Roboto:wght@300;400;500;700&family=IM+Fell+English+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;700&display=swap');

:root {
    --primary-font: 'Roboto', sans-serif;
    --title-font: 'IM Fell English SC', serif;
    --logo-font: 'Rye', serif;
    --base-color: #EAE0D5;
    --background-dark: #14100c;
    --accent-color: #F8C56B; 
    --border-color: rgba(255, 215, 179, 0.15);
    --shadow-color: rgba(0, 0, 0, 0.9);
    --text-shadow: 2px 2px 4px rgba(0,0,0,0.8);

    --hub-font: 'Chakra Petch', sans-serif;
    --hub-accent: #FF6B00; 
    --hub-bg: #121212;
    --hub-text: #FFFFFF;
    --hub-glow: 0 0 15px rgba(255, 107, 0, 0.3);
}

body, html {
    margin: 0; padding: 0; width: 100%; height: 100%;
    background-color: var(--background-dark); font-family: var(--primary-font);
    color: var(--base-color); overflow: hidden;
}

.scroll-container-js { height: 100vh; overflow-y: hidden; }
.js-section { height: 100vh; width: 100%; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.gradient-overlay { background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(20, 15, 10, 0.8)); }
.darken { background: rgba(10, 8, 5, 0.7); }
.bg-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); z-index: 0; object-fit: cover; }

#main-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: linear-gradient(to bottom, rgba(0,0,0,0.95), rgba(0,0,0,0.7)); border-bottom: 1px solid var(--border-color); padding: 0.5rem 2rem; backdrop-filter: blur(5px); height: 60px; box-sizing: border-box; display: flex; align-items: center; }
.header-content { width: 100%; max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; position: relative; }

.header-logo-container {
    width: 180px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1002;
}

.header-logo-scaler {
    width: 450px;
    height: 140px; 
    transform: scale(0.35);
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mini-logo-container { display: flex; align-items: center; gap: 10px; transform: scale(0.8); transform-origin: left center; z-index: 1002; }
.logo-frame-mini { width: 140px; height: 22px; }
.logo-frame-mini svg { width: 100%; height: 100%; }
.logo-text-horizontal { font-family: var(--logo-font); color: var(--accent-color); display: flex; flex-direction: row; align-items: baseline; gap: 8px; text-shadow: 1px 1px 2px black; line-height: 1; }
.detour-mini { font-size: 1.1rem; letter-spacing: 1px; }
.rpg-mini { font-size: 1.1rem; letter-spacing: 3px; color: var(--base-color); }

.nav-links { display: flex; gap: 0.5rem; align-items: center; }
.nav-btn { background: transparent; border: none; color: rgba(255, 255, 255, 0.7); font-family: var(--title-font); font-size: 0.9rem; padding: 0.3rem 0.8rem; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; }
.nav-btn:hover, .nav-btn.active { color: var(--accent-color); text-shadow: 0 0 8px rgba(248, 197, 107, 0.5); }
.nav-btn.shop-invert { color: var(--accent-color); opacity: 1; }
.nav-btn.shop-invert:hover { color: var(--base-color); text-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }

.hamburger-menu { display: none; color: var(--accent-color); font-size: 1.5rem; cursor: pointer; z-index: 1002; }

.music-btn-fixed { position: fixed; bottom: 20px; right: 20px; z-index: 1005; background: rgba(0, 0, 0, 0.7); border: 1px solid var(--accent-color); border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--accent-color); font-size: 1.2rem; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.music-btn-fixed:hover { background: var(--accent-color); color: var(--background-dark); box-shadow: 0 0 15px rgba(248, 197, 107, 0.6); }

.hero-section { background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 2; padding: 12rem 2rem 4rem 2rem; display: flex; flex-direction: column; justify-content: center; height: 100%; box-sizing: border-box; }

/* NOVO ESTILO PARA O LOGO DO HERO */
.hero-logo-container-new {
    width: 450px; 
    height: 140px; 
    margin: 0 auto 9rem auto; 
    transform: scale(1.6);
    transform-origin: center center; 
    max-width: 90%; 
    box-sizing: border-box; 
}
/* FIM DO NOVO ESTILO */

.main-title { font-family: var(--title-font); font-size: 3.2rem; color: var(--accent-color); margin: 0 0 0.5rem 0; text-shadow: var(--text-shadow); text-transform: uppercase; letter-spacing: 2px; }
.sub-title { font-size: 1.1rem; font-weight: 400; letter-spacing: 3px; opacity: 0.9; text-shadow: 1px 1px 2px black; }

.arrow-only-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3; color: var(--accent-color); font-size: 2rem; cursor: pointer; opacity: 0.8; transition: opacity 0.3s; display: flex; justify-content: center; width: 50px; }
.arrow-only-indicator:hover { opacity: 1; }

.text-section { background: url('bg-about.jpg') no-repeat center center/cover; position: relative; }
.text-section::before { content: ''; position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(15, 12, 10, 0.85); z-index: 0; }
.content-wrapper { position: relative; z-index: 2; max-width: 900px; padding: 3rem; background: rgba(30, 25, 20, 0.4); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.section-title { font-family: var(--title-font); font-size: 2.8rem; margin-bottom: 2rem; text-shadow: var(--text-shadow); }
.accent-color { color: var(--accent-color); }
.text-block p { font-size: 1.15rem; line-height: 1.8; margin-bottom: 1.5rem; color: rgba(255,255,255,0.9); }
.text-block strong { color: var(--accent-color); font-weight: 500; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--accent-color), transparent); margin: 2rem 0; opacity: 0.4; }
.cta-text { font-family: var(--title-font); font-size: 1.1rem; letter-spacing: 1px; color: var(--accent-color); }

.feature-section { padding: 0 5%; box-sizing: border-box; }
.feature-content { position: relative; z-index: 2; max-width: 90%; width: 550px; padding: 2.5rem; background: linear-gradient(135deg, rgba(30, 25, 20, 0.8), rgba(10, 8, 5, 0.9)); border-left: 3px solid var(--accent-color); box-shadow: 0 5px 25px rgba(0,0,0,0.7); backdrop-filter: blur(5px); }
.layout-left { justify-content: flex-start; }
.layout-right { justify-content: flex-end; padding-right: 8%; }
.layout-right .feature-content { border-left: none; border-right: 3px solid var(--accent-color); text-align: right; }
.feature-title { font-family: var(--title-font); font-size: 2.5rem; color: var(--accent-color); margin-top: 0; margin-bottom: 1rem; text-shadow: var(--text-shadow); }
.feature-content p { font-size: 1.15rem; line-height: 1.7; color: rgba(255,255,255,0.95); text-shadow: 1px 1px 2px black; }

.join-section { background-size: cover; background-position: center; }
.footer-overlay-layout { display: grid; grid-template-rows: 1fr auto; height: 100%; width: 100%; padding-top: 60px; box-sizing: border-box; }
.join-content { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2rem; }
.join-text { font-size: 1.4rem; max-width: 700px; margin: 0 auto 2rem auto; }
.big-btn { font-size: 1.3rem; padding: 1rem 2.5rem; background: var(--accent-color); color: #14100c; border: none; font-family: var(--title-font); box-shadow: 0 0 20px rgba(248, 197, 107, 0.3); cursor: pointer; transition: all 0.3s ease; }
.big-btn:hover { background: #ffbd4a; transform: translateY(-2px); box-shadow: 0 0 30px rgba(248, 197, 107, 0.6); }
.footer-container { width: 100%; display: flex; flex-direction: column; align-items: center; padding-bottom: 20px; padding-top: 20px; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); flex-shrink: 0; }
.back-to-top-btn { background: transparent; border: 1px solid var(--accent-color); color: var(--accent-color); padding: 0.5rem 1.5rem; font-family: var(--title-font); font-size: 0.9rem; cursor: pointer; margin-bottom: 1.5rem; transition: all 0.3s ease; display: flex; align-items: center; gap: 8px; }
.back-to-top-btn:hover { background: var(--accent-color); color: #14100c; }
footer { text-align: center; font-size: 0.8rem; opacity: 0.7; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; width: 80%; }
.footer-disclaimer { font-size: 0.7rem; margin-top: 0.5rem; }

.modal-container { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.85); align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.modal-content { background: linear-gradient(135deg, #1a140e, #0f0c09); border: 1px solid var(--border-color); padding: 2rem; width: 90%; max-width: 800px; max-height: 85vh; overflow-y: auto; position: relative; box-shadow: 0 10px 40px black; border-radius: 4px; }
.close-modal { position: absolute; top: 10px; right: 20px; color: var(--accent-color); font-size: 2rem; cursor: pointer; transition: color 0.3s; }
.close-modal:hover { color: #fff; }
.modal-title { font-family: var(--title-font); color: var(--accent-color); text-align: center; font-size: 2rem; margin-top: 0; border-bottom: 1px solid var(--border-color); padding-bottom: 1rem; }
.rules-scroll-box { margin-top: 1.5rem; }
.rule-item { margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.rule-item h3 { font-family: var(--title-font); color: var(--accent-color); margin: 0 0 0.5rem 0; }
.rule-item p { margin: 0.3rem 0; font-size: 0.95rem; }
.punishment { color: #e74c3c; font-weight: 500; }
.center-text { text-align: center; }
.animate-bounce { animation: bounce 2s infinite; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } }
.animate-fade-up { animation: fadeUp 1s ease-out forwards; opacity: 0; transform: translateY(30px); }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(248, 197, 107, 0.5); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent-color); }
* { scrollbar-width: thin; scrollbar-color: var(--accent-color) transparent; }

/* --- ESTILOS DA LOJA --- */
body.store-page, html.store-page { overflow: hidden; height: 100%; background: var(--background-dark); }
.store-container { position: fixed; top: 60px; bottom: 80px; left: 0; right: 0; display: flex; flex-direction: column; }
.store-categories-nav { flex-shrink: 0; background: linear-gradient(to bottom, rgba(20, 16, 12, 0.98), rgba(10, 8, 5, 0.95)); padding: 0.8rem 2rem; border-bottom: 1px solid var(--border-color); display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; backdrop-filter: blur(5px); z-index: 10; }
.cat-link { color: var(--base-color); text-decoration: none; font-family: var(--title-font); font-size: 1.1rem; transition: color 0.3s; text-transform: uppercase; letter-spacing: 1px; }
.cat-link:hover, .cat-link.active-cat { color: var(--accent-color); text-shadow: 0 0 5px rgba(248, 197, 107, 0.3); }
.store-scroll-wrapper { flex-grow: 1; overflow-y: auto; padding-bottom: 2rem; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 400px)); gap: 2rem; padding: 2rem 5%; max-width: 1200px; margin: 0 auto; justify-content: center; }
.product-card { background: linear-gradient(135deg, rgba(30, 25, 20, 0.8), rgba(10, 8, 5, 0.9)); border: 1px solid var(--border-color); border-radius: 8px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(248, 197, 107, 0.2); border-color: var(--accent-color); }
.product-image-placeholder { height: 200px; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-family: var(--title-font); border-bottom: 1px solid var(--border-color); }
.product-info { padding: 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }
.product-title { font-family: var(--title-font); color: var(--accent-color); margin: 0 0 0.5rem 0; font-size: 1.3rem; }
.product-desc { font-size: 0.9rem; color: rgba(255,255,255,0.8); flex-grow: 1; }
.product-price { font-family: var(--title-font); font-size: 1.5rem; color: var(--accent-color); margin: 1rem 0; text-align: right; }
.add-cart-btn { width: 100%; padding: 0.8rem; background: transparent; border: 1px solid var(--accent-color); color: var(--accent-color); font-family: var(--title-font); cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 1rem; }
.add-cart-btn:hover { background: var(--accent-color); color: var(--background-dark); }
.store-footer-actions { position: fixed; bottom: 0; left: 0; width: 100%; height: 80px; background: linear-gradient(to top, rgba(10, 8, 5, 1), rgba(20, 16, 12, 0.95)); padding: 0 2rem; border-top: 1px solid var(--border-color); display: flex; justify-content: center; gap: 2rem; align-items: center; z-index: 1000; backdrop-filter: blur(10px); box-sizing: border-box; }
.store-action-btn { padding: 0.8rem 2rem; font-family: var(--title-font); font-size: 1.1rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; gap: 10px; border-radius: 4px; }
.btn-login { background: transparent; border: 2px solid var(--accent-color); color: var(--accent-color); }
.btn-login:hover { background: var(--accent-color); color: var(--background-dark); box-shadow: 0 0 15px rgba(248, 197, 107, 0.3); }
.btn-cart { background: var(--accent-color); border: none; color: var(--background-dark); }
.btn-cart:hover { background: #ffbd4a; transform: translateY(-2px); box-shadow: 0 0 20px rgba(248, 197, 107, 0.5); }

/* --- CSS DA LOGO ORIGINAL (RPG) --- */
.logo { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.logo-frame { position: absolute; width: 450px; height: 50px; }
.logo-frame svg { width: 100%; height: 100%; overflow: visible; }
.arrow-path-base { stroke: rgba(234, 224, 213, 0.4); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.arrow-path-animated { stroke: var(--accent-color); stroke-width: 4.5; stroke-linecap: round; stroke-linejoin: round; fill: none; stroke-dasharray: 800; stroke-dashoffset: 800; animation: pulse-out-in 25s infinite; animation-delay: 0.5s; }

#frame-top, .frame-top { top: 0; }
#frame-bottom, .frame-bottom { bottom: 0; }
.frame-bottom svg, #frame-bottom svg { transform: scaleX(-1) scaleY(-1); }

.logo-text { font-family: var(--logo-font); color: var(--accent-color); font-size: 38px; position: relative; white-space: nowrap; text-align: center; text-shadow: 2px 2px 5px var(--shadow-color); display: flex; flex-direction: column; align-items: center; }
.detour-wrapper { display: inline-block; }
.logo-text .char { display: inline-block; opacity: 0; transform: translateY(20px); animation: reveal-letter 0.5s forwards cubic-bezier(0.2, 0.8, 0.2, 1); }
.char:nth-child(1) { animation-delay: 0.5s; } .char:nth-child(2) { animation-delay: 0.55s; } .char:nth-child(3) { animation-delay: 0.6s; } .char:nth-child(4) { animation-delay: 0.65s; } .char:nth-child(5) { animation-delay: 0.7s; } .char:nth-child(6) { animation-delay: 0.75s; }
.logo-text > span { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 17px; color: var(--base-color); text-transform: uppercase; letter-spacing: 4px; width: 100%; position: relative; display: flex; align-items: center; justify-content: center; opacity: 0; animation: text-glow 2s ease-in-out forwards; animation-delay: 1.2s; }
.logo-text > span::before, .logo-text > span::after { content: ''; flex-grow: 1; height: 2px; background-color: var(--base-color); opacity: 0.7; margin: 0 15px; }
@keyframes text-glow { from { opacity: 0; } to { opacity: 1; } }
@keyframes reveal-letter { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse-out-in { 0%, 80% { stroke-dashoffset: 0; } 90% { stroke-dashoffset: 800; } 100% { stroke-dashoffset: 0; } }

/* ==========================================================================
   ESTILOS DO NOVO HUB (INDEX.HTML) - TEMA TECH/GAMER
   ========================================================================== */

.hub-body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--hub-font);
    background-color: var(--hub-bg);
    color: var(--hub-text);
    background: url('bg-hub-placeholder.jpg') no-repeat center center/cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.hub-overlay {
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.95));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0; z-index: 1;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
}

.hub-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    animation: fadeUp 1s ease-out;
}

/* --- LOGO NETWORK (TECH) --- */
.logo-network-container {
    display: flex;
    flex-direction: column;
    width: min-content;
    align-items: flex-start;
    margin-bottom: 2rem;
    transform: scale(0.8);
}

.rede-label {
    font-size: 2rem;
    color: var(--hub-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 0.5;
    margin: 0; margin-bottom: -6px; 
    z-index: 2;
    text-shadow: var(--hub-glow);
    white-space: nowrap;
    transform: translateX(8px);
}

.detour-flex {
    display: flex; gap: 15px; margin: 0; padding: 0;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.8));
    position: relative; z-index: 10;
}

.letter {
    font-size: 10rem;
    color: var(--hub-text);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9;
}

.arrow-shape {
    width: 115%; 
    height: 40px;
    background-color: var(--hub-accent);
    margin-top: -15px; margin-left: -14px; 
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--hub-glow);
    clip-path: polygon(3% 20%, 88% 20%, 88% 0%, 93% 50%, 88% 100%, 88% 80%, 3% 80%);
}

.arrow-text {
    color: var(--hub-text);
    font-size: 1.2rem;
    letter-spacing: 6px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    padding-right: 8%; 
}

/* --- CARD DO SERVIDOR --- */
.server-grid { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; }

.server-card {
    width: 320px;
    height: 450px;
    background-color: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    position: relative;
    display: flex; flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}

.server-card:hover {
    transform: translateY(-8px);
    border-color: var(--hub-accent);
    box-shadow: 0 0 30px rgba(255, 107, 0, 0.15);
}

.server-bg {
    height: 50%;
    width: 100%;
    background-image: url('bg-card-placeholder.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: filter 0.4s;
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.server-card:hover .server-bg { filter: brightness(1.1); }

/* REDM BADGE (LINK BOTÃO) */
.redm-img-badge {
    position: absolute;
    top: 15px; left: 15px;
    width: 45px; height: 45px;
    z-index: 20;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
    background: #000;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.redm-img-badge:hover {
    transform: scale(1.1);
    border-color: #ff4d4d;
}

.redm-img-badge img { width: 100%; height: 100%; object-fit: cover; }

.server-info {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex; flex-direction: column;
    justify-content: space-between; align-items: center;
    text-align: center;
    position: relative; z-index: 5;
    margin-top: -40px;
    font-family: var(--hub-font);
}

/* CONTAINER PARA SCALAR O LOGO GRANDE DENTRO DO CARD */
.card-logo-container {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.card-logo-scaler {
    width: 450px;
    height: 140px;
    transform: scale(0.6);
    transform-origin: center top; 
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.server-desc { font-size: 0.9rem; color: rgba(255,255,255,0.6); margin-top: 5px; }

.server-status {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.9rem;
    color: #2ecc71;
    background: rgba(46, 204, 113, 0.1);
    padding: 6px 15px; border-radius: 20px;
    border: 1px solid rgba(46, 204, 113, 0.2);
    margin-top: 15px;
}

/* Status OFFLINE */
.status-offline {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.1);
    border-color: rgba(231, 76, 60, 0.2);
}
.dot-status { width: 8px; height: 8px; background-color: #2ecc71; border-radius: 50%; box-shadow: 0 0 8px #2ecc71; }
.status-offline .dot-status { background-color: #e74c3c; box-shadow: 0 0 8px #e74c3c; }

.enter-btn {
    width: 100%; padding: 1rem; margin-top: 1.5rem;
    background: transparent;
    border: 1px solid var(--hub-accent);
    color: var(--hub-accent);
    font-family: var(--hub-font);
    font-size: 1.1rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    cursor: pointer; transition: all 0.3s;
    position: relative; overflow: hidden;
}

.enter-btn::before {
    content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%;
    background: var(--hub-accent);
    transition: width 0.3s ease; z-index: 0;
}
.enter-btn:hover::before { width: 100%; }
.enter-btn span { position: relative; z-index: 1; transition: color 0.3s; }
.enter-btn:hover span { color: var(--hub-bg); }

/* Mídia Query - Ajustes de Responsividade */
@media (max-width: 1024px) {
    .hero-logo-container-new { 
        margin: 0 auto 6rem auto;
        transform: scale(1.3); 
    }
}

@media (max-width: 768px) {
    .header-content { padding: 0.5rem 1rem; }
    .mini-logo-container { transform: scale(0.7); }
    .hamburger-menu { display: block; }
    .nav-links { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: linear-gradient(to bottom, rgba(20, 16, 12, 0.98), rgba(10, 8, 5, 0.95)); flex-direction: column; justify-content: center; align-items: center; gap: 2rem; z-index: 1001; transform: translateY(-100%); transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1); backdrop-filter: blur(10px); }
    .nav-links.nav-active { transform: translateY(0); }
    .nav-btn { font-size: 1.5rem; padding: 1rem 2rem; }
    .hero-content { padding-top: 6rem; padding-bottom: 2rem; }
    
    .hero-logo-container-new { 
        transform: scale(0.75); /* Novo escala para mobile (sem bugs) */
        margin-bottom: 2rem; 
        margin-top: -2rem; 
        max-width: 100%;
    }
    
    .main-title { font-size: 2rem; }
    .sub-title { font-size: 0.9rem; letter-spacing: 1px; }
    .content-wrapper, .feature-content { padding: 1.5rem; max-width: 90%; width: auto; }
    .section-title, .feature-title { font-size: 1.8rem; }
    .layout-left, .layout-right { justify-content: center; padding-right: 5%; padding-left: 5%; }
    .layout-right .feature-content { text-align: center; border-right: none; border-left: 3px solid var(--accent-color); }
    .join-text { font-size: 1.1rem; }
    .footer-overlay-layout { padding-top: 60px; }
    .modal-content { width: 95%; padding: 1rem; }
    .store-categories-nav { padding: 0.8rem 1rem; font-size: 0.9rem; gap: 1rem; }
    .store-footer-actions { height: auto; padding: 1rem; flex-direction: column; gap: 1rem; }
    .store-container { bottom: 130px; }
    .products-grid { padding: 1rem 5%; grid-template-columns: 1fr; }
    .store-action-btn { width: 100%; justify-content: center; }
    
    .logo-network-container {
        transform: scale(0.45);
        margin-bottom: 0;
    }
    .rede-label {
        line-height: 0.8;
        margin-bottom: -10px;
    }
}