body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Inter', sans-serif;
    background-color: #000;
}

body {
    background-image: url('magali_2.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container {
    text-align: center;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.main-logo {
    width: 200px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.content { color: white; margin-bottom: 20px; }

.gold-text {
    color: #d4af37;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}

.styled-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #d4af37;
    background: rgba(0,0,0,0.8);
    color: white;
    text-align: center;
    box-sizing: border-box;
}

.gold-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(145deg, #1a1a1a, #000);
    border: 2px solid #d4af37;
    border-radius: 50px;
    padding: 15px;
}

.gold-button img { width: 30px; margin-right: 10px; }

.gold-button span {
    color: #d4af37;
    font-weight: bold;
    font-size: 18px;
}

.footer-info { margin-top: 30px; color: #ccc; font-size: 14px; }
.small { font-size: 11px; margin-top: 20px; opacity: 0.7; }