body {
    background: linear-gradient(135deg, rgb(15, 23, 42), rgb(30, 41, 59));
    color: #f8fafc;
    font-family: 'Segoe UI', sans-serif;
}

.card-custom {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
}

.section-title {
    font-weight: 600;
    letter-spacing: 1px;
}

.badge-proibido {
    background-color: rgb(220, 53, 69);
}

.badge-permitido {
    background-color: rgb(25, 135, 84);
}

input {
    background: rgba(255,255,255,0.1) !important;
    color: rgb(255, 255, 255) !important;
    border: none !important;
}

input::placeholder {
    color: rgb(203, 213, 225) !important;
}

.row, .accordion-body {
    color: rgb(203, 213, 225);
}

mark {
    background-color: #facc15;
    padding: 2px 6px;
    border-radius: 5px;
}

footer {
    font-size: 0.85rem;
    opacity: 0.7;
}