.lgpd-discreto-wrap {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9998;
    width: 248px;
    max-width: calc(100vw - 280px);
    pointer-events: none;
}

.lgpd-discreto-card {
    pointer-events: auto;
    background: rgba(15, 23, 42, 0.96);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 14px;
    font-size: 13px;
    line-height: 1.4;
}

.lgpd-discreto-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.lgpd-discreto-eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #94a3b8;
}

.lgpd-discreto-card h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 15px;
    line-height: 1.2;
}

.lgpd-discreto-message {
    margin: 0 0 14px;
    color: #cbd5e1;
}

.lgpd-discreto-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lgpd-discreto-button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    font: inherit;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease, background-color 0.15s ease;
    width: 100%;
}

.lgpd-discreto-button:hover {
    transform: translateY(-1px);
}

.lgpd-discreto-button:focus-visible {
    outline: 2px solid #cbd5e1;
    outline-offset: 2px;
}

.lgpd-discreto-button--primary {
    background: #e2e8f0;
    color: #0f172a;
    font-weight: 700;
}

.lgpd-discreto-button--ghost {
    background: rgba(148, 163, 184, 0.14);
    color: #f8fafc;
}

.lgpd-discreto-button--link {
    background: transparent;
    color: #93c5fd;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    align-self: center;
}

.lgpd-discreto-panel {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.lgpd-discreto-panel__intro {
    margin: 0 0 12px;
    color: #cbd5e1;
}

.lgpd-discreto-switches {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.lgpd-discreto-switch {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    background: rgba(30, 41, 59, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 14px;
    padding: 12px;
}

.lgpd-discreto-switch__text {
    display: grid;
    gap: 2px;
}

.lgpd-discreto-switch__text strong {
    color: #f8fafc;
    font-size: 13px;
}

.lgpd-discreto-switch__text small {
    color: #94a3b8;
}

.lgpd-discreto-switch input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.lgpd-discreto-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 13px;
}

.lgpd-discreto-links a {
    color: #93c5fd;
    text-decoration: none;
}

.lgpd-discreto-links a:hover {
    text-decoration: underline;
}

.lgpd-discreto-status {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #0f172a;
    font-size: 13px;
}

.lgpd-discreto-status--empty {
    background: #f1f5f9;
    color: #334155;
}

.lgpd-discreto-rights {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    color: #0f172a;
}

.lgpd-discreto-rights h2,
.lgpd-discreto-rights h3 {
    margin-top: 0;
}

.lgpd-discreto-rights ul {
    margin: 0 0 16px 20px;
}

.lgpd-discreto-rights__contact {
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px;
}

@media (max-width: 640px) {
    .lgpd-discreto-wrap {
        left: 12px;
        bottom: 12px;
        width: auto;
        max-width: none;
    }

    .lgpd-discreto-card {
        padding: 14px;
    }

    .lgpd-discreto-actions {
        flex-direction: column;
    }

    .lgpd-discreto-button {
        width: 100%;
        justify-content: center;
    }
}
