:root {
    --i3-azul: #0b2c3f;
    --i3-amarelo: #f6a21d;
    --i3-cinza: #f4f4f4;
}

body { font-family: "Merriweather", serif; background: #fff; }

.i3-hero {
    background: linear-gradient(120deg, #0b2c3f, #1c4f6b);
    color: #fff;
}

.i3-logo { font-weight: 700; font-size: 1.5rem; }

nav a {
    color: #fff;
    margin-left: 16px;
    text-decoration: none;
}

.i3-player {
    background: rgba(255,255,255,0.1);
    padding: 12px 16px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.i3-card-site {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.i3-noticia { border-bottom: 1px solid #eee; padding: 12px 0; }

.i3-footer-site {
    background: var(--i3-azul);
    color: #fff;
    padding: 20px 0;
}
