/* CSS para o site da Nômades */
body, html {
    margin: 0; padding: 0; height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url('../imgs/background.png') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
}

.overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.container {
    position: relative; z-index: 1;
    display: flex; flex-direction: column; align-items: center;
    padding-top: 40px;
}

.emblema { 
    width: 450px;       /* Ajustado para maior destaque */
    max-width: 90%;     
    height: auto;
    margin-bottom: 20px;
}

h1 { 
    margin: 0; font-size: 3.5rem; letter-spacing: 8px; font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.subtitle { 
    margin-top: 5px; color: #cccccc; letter-spacing: 4px; font-size: 1.1rem;
}

.maintenance { margin: 25px 0; text-align: center; }

.login-box {
    background: rgba(0, 0, 0, 0.85);
    padding: 30px; border: 1px solid #333;
    display: flex; flex-direction: column; width: 350px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.login-box h3 { margin-top: 0; margin-bottom: 20px; text-align: center; }

.login-box input {
    margin: 10px 0; padding: 12px;
    background: #111; border: 1px solid #444; color: white;
}

.login-box button {
    background: #a00; color: white; border: none;
    padding: 12px; cursor: pointer; font-weight: bold; font-size: 1rem;
    margin-top: 10px; transition: background 0.3s;
}

.login-box button:hover { background: #d00; }

.footer-links { margin-top: 35px; display: flex; gap: 15px; }

.btn-link {
    padding: 12px 24px; text-decoration: none; color: white;
    font-size: 0.9rem; border: 1px solid #444;
    transition: background 0.3s; text-transform: uppercase;
}
.discord { background: #5865F2; }
.discord:hover { background: #4752c4; }

.rsi { background: #111; }
.rsi:hover { background: #222; }