.lhpp-portal,
.lhpp-login-shell {
    --lhpp-accent: #ff441f;
    --lhpp-bg: #07101f;
    --lhpp-card: rgba(16, 27, 47, .88);
    --lhpp-border: rgba(255, 255, 255, .09);
    --lhpp-text: #f5f8ff;
    --lhpp-muted: #91a0b8;
    box-sizing: border-box;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.lhpp-portal *,
.lhpp-login-shell * { box-sizing: border-box; }

.lhpp-portal {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: 760px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 28px;
    color: var(--lhpp-text);
    background:
        radial-gradient(circle at 12% 5%, color-mix(in srgb, var(--lhpp-accent) 28%, transparent), transparent 30%),
        linear-gradient(145deg, #0a1629 0%, #050a12 58%, #080e1a 100%);
    box-shadow: 0 35px 90px rgba(0,0,0,.3);
}

.lhpp-ambient-glow { position:absolute;z-index:-1;border-radius:999px;filter:blur(65px);opacity:.22;pointer-events:none; }
.lhpp-glow-one { width:320px;height:320px;background:var(--lhpp-accent);top:-130px;left:-100px; }
.lhpp-glow-two { width:260px;height:260px;background:#5b4cff;right:-120px;bottom:-110px; }

.lhpp-header,
.lhpp-toolbar,
.lhpp-credit-panel,
.lhpp-folder-card,
.lhpp-audio-card {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.lhpp-header {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    min-height:92px;
    padding:18px 22px;
    border:1px solid var(--lhpp-border);
    border-radius:20px;
    background:rgba(255,255,255,.045);
}

.lhpp-client-brand { display:flex;align-items:center;gap:16px;min-width:0; }
.lhpp-client-brand img { width:150px;max-width:30vw;height:58px;object-fit:contain;object-position:left center; }
.lhpp-client-brand div:last-child { display:flex;flex-direction:column;min-width:0; }
.lhpp-client-brand span,.lhpp-eyebrow { font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--lhpp-accent); }
.lhpp-client-brand strong { margin-top:4px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.lhpp-client-initials { display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:linear-gradient(145deg,var(--lhpp-accent),#6846ff);font-size:20px;font-weight:900;box-shadow:0 12px 35px color-mix(in srgb,var(--lhpp-accent) 30%,transparent); }

.lhpp-producer-brand { margin-left:auto;display:flex;align-items:center;justify-content:flex-end;text-align:right; }
.lhpp-producer-brand img { max-width:210px;max-height:62px;object-fit:contain;object-position:right center; }
.lhpp-producer-brand strong { font-size:16px;line-height:1.05;letter-spacing:.04em; }
.lhpp-producer-brand small { font-size:10px;letter-spacing:.18em;color:var(--lhpp-muted); }

.lhpp-toolbar { display:flex;align-items:end;justify-content:space-between;gap:20px;padding:40px 2px 22px; }
.lhpp-toolbar h1 { margin:7px 0 0;color:var(--lhpp-text);font-size:clamp(28px,5vw,48px);line-height:1;letter-spacing:-.04em; }
.lhpp-logout { display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--lhpp-border);border-radius:999px;color:var(--lhpp-text)!important;background:rgba(255,255,255,.04);font-size:12px;font-weight:800;letter-spacing:.08em;text-decoration:none!important;transition:.2s ease; }
.lhpp-logout:hover { transform:translateY(-2px);border-color:color-mix(in srgb,var(--lhpp-accent) 60%,transparent);background:color-mix(in srgb,var(--lhpp-accent) 15%,transparent); }

.lhpp-credit-panel { display:grid;grid-template-columns:minmax(210px,.7fr) minmax(260px,1.3fr);align-items:center;gap:34px;margin-bottom:28px;padding:22px 24px;border:1px solid color-mix(in srgb,var(--lhpp-accent) 25%,var(--lhpp-border));border-radius:20px;background:linear-gradient(110deg,color-mix(in srgb,var(--lhpp-accent) 13%,transparent),rgba(255,255,255,.035)); }
.lhpp-credit-copy { display:flex;flex-direction:column; }
.lhpp-credit-copy span { font-size:10px;letter-spacing:.17em;font-weight:800;color:var(--lhpp-muted); }
.lhpp-credit-copy strong { margin-top:4px;font-size:28px;letter-spacing:-.03em; }
.lhpp-credit-copy small,.lhpp-progress-wrap small { margin-top:5px;color:var(--lhpp-muted);font-size:12px; }
.lhpp-progress-wrap { display:flex;flex-direction:column;align-items:flex-end; }
.lhpp-progress { width:100%;height:9px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.08); }
.lhpp-progress span { display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lhpp-accent),#6b5cff);box-shadow:0 0 24px color-mix(in srgb,var(--lhpp-accent) 60%,transparent); }

.lhpp-breadcrumbs { display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:2px 0 24px;color:var(--lhpp-muted);font-size:11px;font-weight:800;letter-spacing:.06em; }
.lhpp-breadcrumbs a { color:var(--lhpp-muted)!important;text-decoration:none!important; }
.lhpp-breadcrumbs a:hover { color:var(--lhpp-text)!important; }

.lhpp-section { margin-top:28px; }
.lhpp-section-heading { display:flex;align-items:center;gap:10px;margin-bottom:14px; }
.lhpp-section-heading h2 { margin:0;color:var(--lhpp-text);font-size:13px;letter-spacing:.15em; }
.lhpp-section-heading span { display:grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:99px;background:rgba(255,255,255,.08);color:var(--lhpp-muted);font-size:11px;font-weight:800; }

.lhpp-folder-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px; }
.lhpp-folder-card { display:grid;grid-template-columns:48px minmax(0,1fr) 20px;align-items:center;gap:14px;min-height:94px;padding:17px;border:1px solid var(--lhpp-border);border-radius:18px;background:var(--lhpp-card);color:var(--lhpp-text)!important;text-decoration:none!important;transition:transform .22s ease,border-color .22s ease,background .22s ease; }
.lhpp-folder-card:hover { transform:translateY(-4px);border-color:color-mix(in srgb,var(--lhpp-accent) 60%,transparent);background:color-mix(in srgb,var(--lhpp-accent) 10%,var(--lhpp-card)); }
.lhpp-folder-icon { display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:color-mix(in srgb,var(--lhpp-accent) 14%,transparent);color:var(--lhpp-accent); }
.lhpp-folder-icon svg { width:27px;height:27px; }
.lhpp-folder-info { min-width:0;display:flex;flex-direction:column; }
.lhpp-folder-info strong { overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px; }
.lhpp-folder-info small { margin-top:4px;color:var(--lhpp-muted);font-size:11px; }
.lhpp-arrow { color:var(--lhpp-muted);font-size:25px;line-height:1; }

.lhpp-audio-list { display:flex;flex-direction:column;gap:12px; }
.lhpp-audio-card { padding:18px;border:1px solid var(--lhpp-border);border-radius:18px;background:var(--lhpp-card);transition:border-color .2s ease,transform .2s ease; }
.lhpp-audio-card:hover { border-color:rgba(255,255,255,.16);transform:translateY(-1px); }
.lhpp-audio-meta { display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:13px;margin-bottom:15px; }
.lhpp-wave-icon { display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:color-mix(in srgb,var(--lhpp-accent) 14%,transparent);color:var(--lhpp-accent); }
.lhpp-wave-icon svg { width:25px;height:25px; }
.lhpp-audio-meta h3 { margin:0;color:var(--lhpp-text);font-size:15px;line-height:1.3; }
.lhpp-audio-meta small { display:block;margin-top:4px;color:var(--lhpp-muted);font-size:10px;letter-spacing:.06em; }
.lhpp-credit-badge { display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid color-mix(in srgb,var(--lhpp-accent) 30%,transparent);border-radius:999px;background:color-mix(in srgb,var(--lhpp-accent) 10%,transparent);color:var(--lhpp-accent);font-size:9px;font-weight:900;letter-spacing:.08em;white-space:nowrap; }
.lhpp-player-row { display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px; }
.lhpp-player-row audio { width:100%;height:43px;filter:invert(93%) hue-rotate(175deg) saturate(.6);opacity:.92; }
.lhpp-download-button,.lhpp-primary-button { display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px;padding:0 17px;border-radius:12px;background:linear-gradient(135deg,var(--lhpp-accent),#5e4fff);box-shadow:0 10px 26px color-mix(in srgb,var(--lhpp-accent) 25%,transparent);color:#fff!important;font-size:11px;font-weight:900;letter-spacing:.07em;text-decoration:none!important;transition:.2s ease; }
.lhpp-download-button:hover,.lhpp-primary-button:hover { transform:translateY(-2px);filter:brightness(1.1); }
.lhpp-download-button svg { width:17px;height:17px; }

.lhpp-empty-state { display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:270px;margin-top:24px;padding:40px;text-align:center;border:1px dashed rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.025); }
.lhpp-empty-state span { display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:color-mix(in srgb,var(--lhpp-accent) 12%,transparent);color:var(--lhpp-accent);font-size:28px; }
.lhpp-empty-state h2 { margin:18px 0 5px;color:var(--lhpp-text);font-size:15px;letter-spacing:.08em; }
.lhpp-empty-state p { margin:0;color:var(--lhpp-muted);font-size:13px; }
.lhpp-footer { padding:38px 0 4px;text-align:center;color:#617089;font-size:9px;font-weight:800;letter-spacing:.16em; }

.lhpp-login-shell { display:grid;place-items:center;min-height:620px;padding:28px;border-radius:28px;background:radial-gradient(circle at top,var(--lhpp-accent),transparent 42%),linear-gradient(145deg,#081425,#050911);color:var(--lhpp-text); }
.lhpp-login-card { width:min(100%,430px);padding:38px;border:1px solid var(--lhpp-border);border-radius:24px;background:rgba(10,20,36,.88);box-shadow:0 30px 80px rgba(0,0,0,.35);backdrop-filter:blur(20px); }
.lhpp-login-logo { display:block;max-width:230px;max-height:80px;margin:0 auto 26px;object-fit:contain; }
.lhpp-login-card h2 { margin:8px 0 5px;color:var(--lhpp-text);font-size:30px;letter-spacing:-.04em; }
.lhpp-login-card>p { margin:0 0 25px;color:var(--lhpp-muted); }
.lhpp-login-card label { display:block;margin-bottom:7px;color:var(--lhpp-muted);font-size:10px;font-weight:800;letter-spacing:.1em; }
.lhpp-login-card input[type=text],.lhpp-login-card input[type=password] { width:100%;min-height:50px;margin-bottom:15px;padding:0 15px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.045);color:var(--lhpp-text);outline:none; }
.lhpp-login-card input:focus { border-color:var(--lhpp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lhpp-accent) 15%,transparent); }
.lhpp-login-card .login-remember label { display:flex;align-items:center;gap:8px; }
.lhpp-login-card .login-submit { margin:20px 0 12px; }
.lhpp-login-card .button-primary { width:100%;min-height:50px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--lhpp-accent),#5e4fff);color:#fff;font-weight:900;letter-spacing:.08em;cursor:pointer; }
.lhpp-lost-password { display:block;text-align:center;color:var(--lhpp-muted)!important;font-size:10px;font-weight:800;letter-spacing:.08em;text-decoration:none!important; }

@media (max-width: 900px) {
    .lhpp-folder-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .lhpp-credit-panel { grid-template-columns:1fr;gap:18px; }
    .lhpp-progress-wrap { align-items:flex-start; }
}

@media (max-width: 640px) {
    .lhpp-portal { padding:14px;border-radius:20px; }
    .lhpp-header { align-items:flex-start;padding:15px; }
    .lhpp-client-brand img { width:105px;height:47px;max-width:36vw; }
    .lhpp-client-brand div:last-child { display:none; }
    .lhpp-producer-brand img { max-width:135px;max-height:48px; }
    .lhpp-toolbar { padding:30px 2px 18px;align-items:center; }
    .lhpp-toolbar h1 { font-size:29px; }
    .lhpp-logout { min-height:38px;padding:0 14px; }
    .lhpp-credit-panel { padding:18px; }
    .lhpp-credit-copy strong { font-size:24px; }
    .lhpp-folder-grid { grid-template-columns:1fr; }
    .lhpp-audio-meta { grid-template-columns:42px minmax(0,1fr); }
    .lhpp-credit-badge { grid-column:2;justify-self:start; }
    .lhpp-player-row { grid-template-columns:1fr; }
    .lhpp-download-button { width:100%; }
    .lhpp-login-shell { min-height:560px;padding:14px; }
    .lhpp-login-card { padding:28px 22px; }
}

.lhpp-login-error {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 107, 107, .35);
    border-radius: 12px;
    background: rgba(255, 75, 75, .09);
    color: #ffd4d4;
    font-size: 12px;
    line-height: 1.45;
}

.lhpp-login-form p { margin: 0; }
.lhpp-login-form .login-remember { margin-top: 2px; }

/* ===== Player premium inspirado no player principal da marca (v1.1.0) ===== */
.lhpp-audio-card {
    --lhpp-player-accent: #ff441f;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    background: #0a0a0a;
    box-shadow: 0 22px 50px rgba(0,0,0,.28);
}

.lhpp-audio-card:hover {
    border-color: rgba(255,68,31,.44);
    transform: translateY(-2px);
}

.lhpp-premium-wave {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 5px;
    width: 100%;
    height: 142px;
    padding: 20px 18px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    background:
        radial-gradient(circle at 22% 38%, rgba(255,68,31,.23), transparent 32%),
        linear-gradient(145deg, #2a0d07 0%, #160a08 42%, #070707 100%);
}

.lhpp-premium-wave span {
    flex: 1 1 0;
    min-width: 3px;
    max-width: 8px;
    height: var(--lhpp-wave-height);
    border-radius: 999px;
    background: rgba(221,214,212,.35);
    box-shadow: 0 0 0 transparent;
    transition: height .2s ease, background .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.lhpp-premium-wave span:nth-child(-n+5),
.lhpp-premium-wave span.is-active {
    background: var(--lhpp-player-accent);
    box-shadow: 0 0 14px rgba(255,68,31,.26);
}

.lhpp-audio-card.is-playing .lhpp-premium-wave span.is-active {
    animation: lhpp-wave-pulse .75s ease-in-out infinite alternate;
}

.lhpp-audio-card.is-playing .lhpp-premium-wave span.is-active:nth-child(3n) { animation-delay: -.2s; }
.lhpp-audio-card.is-playing .lhpp-premium-wave span.is-active:nth-child(4n) { animation-delay: -.4s; }

@keyframes lhpp-wave-pulse {
    from { opacity: .72; transform: scaleY(.9); }
    to { opacity: 1; transform: scaleY(1.04); }
}

.lhpp-audio-content { padding: 17px; }

.lhpp-audio-meta {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: start;
    gap: 14px;
    margin-bottom: 13px;
}

.lhpp-audio-title { min-width: 0; }

.lhpp-player-status {
    display: block;
    margin-bottom: 4px;
    color: var(--lhpp-player-accent);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .11em;
}

.lhpp-audio-meta h3 {
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lhpp-audio-meta small {
    display: block;
    margin-top: 4px;
    color: #858585;
    font-size: 9px;
    letter-spacing: .06em;
}

.lhpp-custom-player {
    display: grid;
    grid-template-columns: 48px minmax(120px,1fr) 42px auto;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 17px;
    background: linear-gradient(145deg, #111 0%, #080808 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.lhpp-play-button,
.lhpp-volume-button {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 0;
    cursor: pointer;
    transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.lhpp-play-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lhpp-player-accent);
    color: #fff;
    box-shadow: 0 9px 22px rgba(255,68,31,.28);
}

.lhpp-play-button:hover,
.lhpp-volume-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.lhpp-play-button:focus-visible,
.lhpp-volume-button:focus-visible,
.lhpp-progress-range:focus-visible,
.lhpp-download-button:focus-visible,
.lhpp-folder-download-main:focus-visible,
.lhpp-folder-quick-download:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.lhpp-play-button svg { width: 23px; height: 23px; }
.lhpp-icon-pause { display: none; }
.lhpp-audio-card.is-playing .lhpp-icon-play { display: none; }
.lhpp-audio-card.is-playing .lhpp-icon-pause { display: block; }

.lhpp-timeline { min-width: 0; }

.lhpp-progress-range {
    --lhpp-progress: 0%;
    display: block;
    width: 100%;
    height: 18px;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
}

.lhpp-progress-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(to right, var(--lhpp-player-accent) 0 var(--lhpp-progress), #3b3b3b var(--lhpp-progress) 100%);
}

.lhpp-progress-range::-webkit-slider-thumb {
    width: 13px;
    height: 13px;
    margin-top: -4px;
    border: 2px solid #fff;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: var(--lhpp-player-accent);
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.lhpp-progress-range::-moz-range-track {
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: #3b3b3b;
}

.lhpp-progress-range::-moz-range-progress {
    height: 5px;
    border-radius: 999px;
    background: var(--lhpp-player-accent);
}

.lhpp-progress-range::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--lhpp-player-accent);
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.lhpp-time-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -1px;
    color: #b9b9b9;
    font-size: 9px;
    font-variant-numeric: tabular-nums;
}

.lhpp-volume-button {
    width: 39px;
    height: 39px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    background: #202326;
    color: #e6ebee;
}

.lhpp-volume-button svg { width: 21px; height: 21px; }
.lhpp-icon-muted { display: none; }
.lhpp-audio-card.is-muted .lhpp-icon-volume { display: none; }
.lhpp-audio-card.is-muted .lhpp-icon-muted { display: block; }

.lhpp-download-button {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255,68,31,.42);
    border-radius: 12px;
    background: var(--lhpp-player-accent);
    box-shadow: 0 10px 24px rgba(255,68,31,.2);
    color: #fff !important;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
}

.lhpp-download-button:hover { filter: brightness(1.08); }
.lhpp-native-audio { display: none !important; }

/* ===== Download de pasta completa ===== */
.lhpp-folder-download-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 22px;
    padding: 16px 18px;
    border: 1px solid rgba(255,68,31,.28);
    border-radius: 17px;
    background: linear-gradient(110deg, rgba(255,68,31,.13), rgba(255,255,255,.025));
}

.lhpp-folder-download-bar > div { display: flex; flex-direction: column; min-width: 0; }
.lhpp-folder-download-bar span { color: #ff441f; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.lhpp-folder-download-bar strong { overflow: hidden; margin-top: 3px; color: #fff; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }

.lhpp-folder-download-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    background: #ff441f;
    box-shadow: 0 10px 24px rgba(255,68,31,.22);
    color: #fff !important;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .07em;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .18s ease, filter .18s ease;
}

.lhpp-folder-download-main:hover { transform: translateY(-2px); filter: brightness(1.08); }
.lhpp-folder-download-main svg { width: 18px; height: 18px; }

.lhpp-folder-card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 94px;
    padding: 0;
    overflow: hidden;
}

.lhpp-folder-open {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) 20px;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1 1 auto;
    padding: 17px 58px 17px 17px;
    color: var(--lhpp-text) !important;
    text-decoration: none !important;
}

.lhpp-folder-quick-download {
    position: absolute;
    top: 50%;
    right: 13px;
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    border: 1px solid rgba(255,68,31,.28);
    border-radius: 11px;
    background: rgba(255,68,31,.1);
    color: #ff441f !important;
    text-decoration: none !important;
    transform: translateY(-50%);
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.lhpp-folder-quick-download:hover {
    background: #ff441f;
    color: #fff !important;
    transform: translateY(-50%) scale(1.05);
}

.lhpp-folder-quick-download svg { width: 19px; height: 19px; }

@media (max-width: 640px) {
    .lhpp-premium-wave { height: 105px; gap: 3px; padding: 15px 11px; }
    .lhpp-premium-wave span { min-width: 2px; }
    .lhpp-audio-content { padding: 13px; }
    .lhpp-audio-meta { grid-template-columns: minmax(0,1fr); }
    .lhpp-credit-badge { grid-column: auto; justify-self: start; }
    .lhpp-custom-player { grid-template-columns: 45px minmax(0,1fr) 40px; gap: 8px; padding: 9px; }
    .lhpp-download-button { grid-column: 1 / -1; width: 100%; margin-top: 2px; }
    .lhpp-folder-download-bar { align-items: stretch; flex-direction: column; }
    .lhpp-folder-download-main { width: 100%; }
    .lhpp-folder-open { padding-right: 56px; }
}

@media (prefers-reduced-motion: reduce) {
    .lhpp-audio-card.is-playing .lhpp-premium-wave span.is-active { animation: none; }
}

/* ===== Tela branca premium (v1.1.1) ===== */
.lhpp-portal,
.lhpp-login-shell {
    --lhpp-bg: #ffffff;
    --lhpp-card: #ffffff;
    --lhpp-border: #e8e8e8;
    --lhpp-text: #171717;
    --lhpp-muted: #6f7278;
}

.lhpp-portal {
    color: var(--lhpp-text);
    border-color: #ededed;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(20, 20, 20, .07);
}

.lhpp-ambient-glow { display: none; }

.lhpp-header {
    border-color: #ececec;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(20,20,20,.045);
}

.lhpp-client-brand strong,
.lhpp-producer-brand strong,
.lhpp-toolbar h1,
.lhpp-credit-copy strong,
.lhpp-section-heading h2,
.lhpp-folder-info strong,
.lhpp-empty-state h2 {
    color: #171717;
}

.lhpp-producer-brand small,
.lhpp-credit-copy span,
.lhpp-credit-copy small,
.lhpp-progress-wrap small,
.lhpp-folder-info small,
.lhpp-empty-state p,
.lhpp-breadcrumbs,
.lhpp-breadcrumbs a,
.lhpp-footer {
    color: #74777d !important;
}

.lhpp-toolbar { background: transparent; }

.lhpp-logout {
    border-color: #dedede;
    color: #171717 !important;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(20,20,20,.045);
}

.lhpp-logout:hover {
    border-color: rgba(255,68,31,.45);
    color: #ff441f !important;
    background: #fff8f6;
}

.lhpp-credit-panel {
    border-color: rgba(255,68,31,.22);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(20,20,20,.04);
}

.lhpp-progress { background: #eeeeee; }
.lhpp-progress span { background: #ff441f; box-shadow: 0 0 18px rgba(255,68,31,.22); }

.lhpp-breadcrumbs a:hover { color: #ff441f !important; }

.lhpp-section-heading span {
    background: #f2f2f2;
    color: #6e7075;
}

.lhpp-folder-card {
    border-color: #e8e8e8;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(20,20,20,.045);
}

.lhpp-folder-card:hover {
    border-color: rgba(255,68,31,.42);
    background: #fffaf8;
    box-shadow: 0 14px 34px rgba(255,68,31,.08);
}

.lhpp-folder-open { color: #171717 !important; }
.lhpp-folder-icon { background: #fff1ed; color: #ff441f; }
.lhpp-arrow { color: #929292; }

.lhpp-empty-state {
    border-color: #dfdfdf;
    background: #ffffff;
}

.lhpp-folder-download-bar {
    border-color: rgba(255,68,31,.25);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(20,20,20,.04);
}

.lhpp-folder-download-bar strong { color: #171717; }
.lhpp-folder-quick-download { background: #fff2ee; }

.lhpp-login-shell {
    color: #171717;
    background: #ffffff;
}

.lhpp-login-card {
    border-color: #e7e7e7;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(20,20,20,.09);
}

.lhpp-login-card h2 { color: #171717; }
.lhpp-login-card > p,
.lhpp-login-card label,
.lhpp-lost-password { color: #6f7278 !important; }

.lhpp-login-card input[type=text],
.lhpp-login-card input[type=password] {
    border-color: #dddddd;
    background: #ffffff;
    color: #171717;
}

.lhpp-login-error {
    border-color: rgba(185, 28, 28, .2);
    background: #fff5f5;
    color: #991b1b;
}

@media (max-width: 640px) {
    .lhpp-portal,
    .lhpp-login-shell {
        box-shadow: none;
    }
}


/* ===== Player premium branco (v1.1.2) ===== */
.lhpp-audio-card {
    border-color: #e5e5e5;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(20,20,20,.08);
}

.lhpp-audio-card:hover {
    border-color: rgba(255,68,31,.42);
    box-shadow: 0 20px 48px rgba(255,68,31,.10);
}

.lhpp-premium-wave {
    border-bottom-color: #ededed;
    background:
        radial-gradient(circle at 22% 38%, rgba(255,68,31,.14), transparent 34%),
        linear-gradient(145deg, #ffffff 0%, #fff7f4 52%, #ffffff 100%);
}

.lhpp-premium-wave span {
    background: #d8d8d8;
    box-shadow: none;
}

.lhpp-premium-wave span:nth-child(-n+5),
.lhpp-premium-wave span.is-active {
    background: var(--lhpp-player-accent);
    box-shadow: 0 0 12px rgba(255,68,31,.20);
}

.lhpp-player-status { color: var(--lhpp-player-accent); }
.lhpp-audio-meta h3 { color: #171717; }
.lhpp-audio-meta small { color: #7a7d82; }

.lhpp-custom-player {
    border-color: #e6e6e6;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 8px 24px rgba(20,20,20,.045);
}

.lhpp-progress-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, var(--lhpp-player-accent) 0 var(--lhpp-progress), #dedede var(--lhpp-progress) 100%);
}

.lhpp-progress-range::-moz-range-track { background: #dedede; }

.lhpp-progress-range::-webkit-slider-thumb,
.lhpp-progress-range::-moz-range-thumb {
    border-color: #ffffff;
    box-shadow: 0 2px 8px rgba(20,20,20,.22);
}

.lhpp-time-row { color: #6f7278; }

.lhpp-volume-button {
    border-color: #e2e2e2;
    background: #f7f7f7;
    color: #36393d;
}

.lhpp-volume-button:hover {
    border-color: rgba(255,68,31,.36);
    background: #fff4f0;
    color: #ff441f;
}

.lhpp-play-button:focus-visible,
.lhpp-volume-button:focus-visible,
.lhpp-progress-range:focus-visible,
.lhpp-download-button:focus-visible,
.lhpp-folder-download-main:focus-visible,
.lhpp-folder-quick-download:focus-visible {
    outline-color: #ff441f;
}


/* ===== Identidade da tela de login (v1.2.0) ===== */
.lhpp-login-card .lhpp-eyebrow {
    color: var(--lhpp-accent) !important;
}

.lhpp-login-card .button-primary {
    border: 0 !important;
    background: linear-gradient(135deg, var(--lhpp-accent), #e53816) !important;
    box-shadow: 0 12px 28px rgba(255, 68, 31, .24) !important;
    color: #ffffff !important;
}

.lhpp-login-card .button-primary:hover,
.lhpp-login-card .button-primary:focus {
    background: linear-gradient(135deg, #ff5938, #d93413) !important;
    filter: none;
}

.lhpp-login-card input:focus {
    border-color: var(--lhpp-accent) !important;
    box-shadow: 0 0 0 3px rgba(255, 68, 31, .14) !important;
}

.lhpp-login-card input[type=checkbox] {
    accent-color: var(--lhpp-accent);
}

/* ===== Troca de senha no primeiro acesso (v1.4.0) ===== */
.lhpp-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lhpp-password-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 68, 31, .28);
    border-radius: 12px;
    background: #fff7f4;
    color: var(--lhpp-accent) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none !important;
    transition: .2s ease;
}

.lhpp-password-link:hover {
    border-color: var(--lhpp-accent);
    background: #fff0eb;
    transform: translateY(-1px);
}

.lhpp-password-shell {
    min-height: 680px;
}

.lhpp-password-card {
    width: min(100%, 510px);
}

.lhpp-password-card > p strong {
    color: #171717;
}

.lhpp-password-note {
    display: grid;
    gap: 4px;
    margin: 0 0 22px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 68, 31, .18);
    border-radius: 13px;
    background: #fff7f4;
}

.lhpp-password-note strong {
    color: var(--lhpp-accent);
    font-size: 10px;
    letter-spacing: .09em;
}

.lhpp-password-note span {
    color: #686b70;
    font-size: 12px;
    line-height: 1.5;
}

.lhpp-password-requirements {
    margin: 0 0 18px;
    padding: 0 0 0 18px;
    color: #74777d;
    font-size: 12px;
    line-height: 1.65;
}

.lhpp-password-back,
.lhpp-password-logout {
    display: block;
    margin-top: 11px;
    text-align: center;
    color: #6f7278 !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none !important;
}

.lhpp-password-back {
    color: var(--lhpp-accent) !important;
}

.lhpp-password-success {
    margin: 0 0 20px;
    padding: 14px 17px;
    border: 1px solid #b7e4c1;
    border-radius: 13px;
    background: #f2fff5;
    color: #176b2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .025em;
}

@media (max-width: 640px) {
    .lhpp-toolbar-actions {
        width: 100%;
    }

    .lhpp-password-link,
    .lhpp-logout {
        flex: 1;
    }

    .lhpp-password-shell {
        min-height: 100vh;
    }
}

/* ===== Grade de áudios em 4 colunas (v1.5.1) ===== */
.lhpp-audio-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.lhpp-audio-card {
    height: 100%;
}

.lhpp-premium-wave {
    height: 116px;
    gap: 4px;
    padding: 16px 14px;
}

.lhpp-premium-wave span {
    min-width: 2px;
    max-width: 6px;
}

.lhpp-audio-content {
    padding: 14px;
}

.lhpp-audio-meta {
    grid-template-columns: minmax(0,1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.lhpp-credit-badge {
    justify-self: start;
}

.lhpp-audio-meta h3 {
    font-size: 13px;
    line-height: 1.4;
}

.lhpp-custom-player {
    grid-template-columns: 44px minmax(0,1fr) 38px;
    gap: 8px;
    padding: 9px;
}

.lhpp-play-button {
    width: 42px;
    height: 42px;
}

.lhpp-volume-button {
    width: 36px;
    height: 36px;
}

.lhpp-volume-button svg {
    width: 19px;
    height: 19px;
}

.lhpp-download-button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 2px;
    min-height: 40px;
}

@media (max-width: 1320px) {
    .lhpp-audio-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .lhpp-audio-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .lhpp-audio-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* ===== Alternância de fundo branco ou preto (v1.6.0) ===== */
.lhpp-portal.lhpp-theme-white,
.lhpp-login-shell.lhpp-theme-white {
    color-scheme: light;
}

.lhpp-portal.lhpp-theme-black,
.lhpp-login-shell.lhpp-theme-black {
    --lhpp-bg: #070707;
    --lhpp-card: #101010;
    --lhpp-border: #292929;
    --lhpp-text: #f7f7f7;
    --lhpp-muted: #a3a3a3;
    color-scheme: dark;
}

.lhpp-portal.lhpp-theme-black {
    color: var(--lhpp-text);
    border-color: #242424;
    background:
        radial-gradient(circle at 10% 0%, rgba(255,68,31,.18), transparent 25%),
        linear-gradient(145deg, #15100f 0%, #090909 36%, #050505 100%);
    box-shadow: 0 28px 80px rgba(0,0,0,.38);
}

.lhpp-portal.lhpp-theme-black .lhpp-header,
.lhpp-portal.lhpp-theme-black .lhpp-credit-panel,
.lhpp-portal.lhpp-theme-black .lhpp-folder-card,
.lhpp-portal.lhpp-theme-black .lhpp-folder-download-bar {
    border-color: #292929;
    background: rgba(17,17,17,.94);
    box-shadow: 0 14px 38px rgba(0,0,0,.25);
}

.lhpp-portal.lhpp-theme-black .lhpp-client-brand strong,
.lhpp-portal.lhpp-theme-black .lhpp-producer-brand strong,
.lhpp-portal.lhpp-theme-black .lhpp-toolbar h1,
.lhpp-portal.lhpp-theme-black .lhpp-credit-copy strong,
.lhpp-portal.lhpp-theme-black .lhpp-section-heading h2,
.lhpp-portal.lhpp-theme-black .lhpp-folder-info strong,
.lhpp-portal.lhpp-theme-black .lhpp-folder-download-bar strong,
.lhpp-portal.lhpp-theme-black .lhpp-empty-state h2 {
    color: #f7f7f7;
}

.lhpp-portal.lhpp-theme-black .lhpp-producer-brand small,
.lhpp-portal.lhpp-theme-black .lhpp-credit-copy span,
.lhpp-portal.lhpp-theme-black .lhpp-credit-copy small,
.lhpp-portal.lhpp-theme-black .lhpp-progress-wrap small,
.lhpp-portal.lhpp-theme-black .lhpp-folder-info small,
.lhpp-portal.lhpp-theme-black .lhpp-empty-state p,
.lhpp-portal.lhpp-theme-black .lhpp-breadcrumbs,
.lhpp-portal.lhpp-theme-black .lhpp-breadcrumbs a,
.lhpp-portal.lhpp-theme-black .lhpp-footer {
    color: #a3a3a3 !important;
}

.lhpp-portal.lhpp-theme-black .lhpp-logout {
    border-color: #343434;
    color: #f7f7f7 !important;
    background: #121212;
    box-shadow: none;
}

.lhpp-portal.lhpp-theme-black .lhpp-logout:hover,
.lhpp-portal.lhpp-theme-black .lhpp-password-link:hover {
    border-color: rgba(255,68,31,.55);
    color: #ff694b !important;
    background: #24100b;
}

.lhpp-portal.lhpp-theme-black .lhpp-password-link {
    border-color: rgba(255,68,31,.34);
    background: #1d0d09;
    color: #ff694b !important;
}

.lhpp-portal.lhpp-theme-black .lhpp-progress,
.lhpp-portal.lhpp-theme-black .lhpp-section-heading span {
    background: #252525;
}

.lhpp-portal.lhpp-theme-black .lhpp-folder-card:hover {
    border-color: rgba(255,68,31,.55);
    background: #18100e;
    box-shadow: 0 16px 38px rgba(0,0,0,.3);
}

.lhpp-portal.lhpp-theme-black .lhpp-folder-open { color: #f7f7f7 !important; }
.lhpp-portal.lhpp-theme-black .lhpp-folder-icon,
.lhpp-portal.lhpp-theme-black .lhpp-folder-quick-download {
    background: #24100b;
    color: #ff694b;
}

.lhpp-portal.lhpp-theme-black .lhpp-arrow { color: #787878; }

.lhpp-portal.lhpp-theme-black .lhpp-empty-state {
    border-color: #343434;
    background: rgba(17,17,17,.82);
}

.lhpp-portal.lhpp-theme-black .lhpp-audio-card {
    border-color: #2b2b2b;
    background: #0d0d0d;
    box-shadow: 0 18px 46px rgba(0,0,0,.32);
}

.lhpp-portal.lhpp-theme-black .lhpp-audio-card:hover {
    border-color: rgba(255,68,31,.55);
    box-shadow: 0 20px 50px rgba(0,0,0,.38);
}

.lhpp-portal.lhpp-theme-black .lhpp-premium-wave {
    border-bottom-color: #242424;
    background:
        radial-gradient(circle at 22% 38%, rgba(255,68,31,.24), transparent 34%),
        linear-gradient(145deg, #2a0d07 0%, #160a08 42%, #080808 100%);
}

.lhpp-portal.lhpp-theme-black .lhpp-premium-wave span { background: #4d4847; }
.lhpp-portal.lhpp-theme-black .lhpp-audio-meta h3 { color: #f7f7f7; }
.lhpp-portal.lhpp-theme-black .lhpp-audio-meta small { color: #969696; }

.lhpp-portal.lhpp-theme-black .lhpp-custom-player {
    border-color: #303030;
    background: #121212;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.lhpp-portal.lhpp-theme-black .lhpp-progress-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, var(--lhpp-player-accent) 0 var(--lhpp-progress), #3b3b3b var(--lhpp-progress) 100%);
}
.lhpp-portal.lhpp-theme-black .lhpp-progress-range::-moz-range-track { background: #3b3b3b; }
.lhpp-portal.lhpp-theme-black .lhpp-time-row { color: #b9b9b9; }
.lhpp-portal.lhpp-theme-black .lhpp-volume-button {
    border-color: #343434;
    background: #202020;
    color: #ededed;
}

.lhpp-login-shell.lhpp-theme-black {
    color: #f7f7f7;
    background:
        radial-gradient(circle at top, rgba(255,68,31,.22), transparent 38%),
        linear-gradient(145deg, #15100f, #070707 58%, #030303);
}

.lhpp-login-shell.lhpp-theme-black .lhpp-login-card {
    border-color: #2b2b2b;
    background: rgba(13,13,13,.96);
    box-shadow: 0 30px 85px rgba(0,0,0,.46);
}

.lhpp-login-shell.lhpp-theme-black .lhpp-login-card h2,
.lhpp-login-shell.lhpp-theme-black .lhpp-password-card > p strong {
    color: #f7f7f7;
}

.lhpp-login-shell.lhpp-theme-black .lhpp-login-card > p,
.lhpp-login-shell.lhpp-theme-black .lhpp-login-card label,
.lhpp-login-shell.lhpp-theme-black .lhpp-lost-password,
.lhpp-login-shell.lhpp-theme-black .lhpp-password-requirements,
.lhpp-login-shell.lhpp-theme-black .lhpp-password-back,
.lhpp-login-shell.lhpp-theme-black .lhpp-password-logout {
    color: #a3a3a3 !important;
}

.lhpp-login-shell.lhpp-theme-black .lhpp-login-card input[type=text],
.lhpp-login-shell.lhpp-theme-black .lhpp-login-card input[type=password] {
    border-color: #343434;
    background: #151515;
    color: #f7f7f7;
}

.lhpp-login-shell.lhpp-theme-black .lhpp-password-note {
    border-color: rgba(255,68,31,.3);
    background: #1d0d09;
}

.lhpp-login-shell.lhpp-theme-black .lhpp-password-note span { color: #b8b8b8; }

/* ===== Ajuste fino do tema preto/branco total (v1.7.1) ===== */
body:has(.lhpp-portal.lhpp-theme-black),
body:has(.lhpp-login-shell.lhpp-theme-black) {
    background: #050505 !important;
}

body:has(.lhpp-portal.lhpp-theme-white),
body:has(.lhpp-login-shell.lhpp-theme-white) {
    background: #ffffff !important;
}

.lhpp-portal.lhpp-theme-black {
    border-color: #121212;
    background: #050505;
    box-shadow: 0 28px 80px rgba(0,0,0,.42);
}

.lhpp-portal.lhpp-theme-black .lhpp-header,
.lhpp-portal.lhpp-theme-black .lhpp-credit-panel,
.lhpp-portal.lhpp-theme-black .lhpp-folder-card,
.lhpp-portal.lhpp-theme-black .lhpp-folder-download-bar,
.lhpp-portal.lhpp-theme-black .lhpp-empty-state {
    border-color: #202020;
    background: #0b0b0b;
}

.lhpp-portal.lhpp-theme-black .lhpp-section-heading span,
.lhpp-portal.lhpp-theme-black .lhpp-progress,
.lhpp-portal.lhpp-theme-black .lhpp-logout,
.lhpp-portal.lhpp-theme-black .lhpp-password-link {
    border-color: #2a2a2a;
}

.lhpp-portal.lhpp-theme-black .lhpp-folder-card:hover,
.lhpp-portal.lhpp-theme-black .lhpp-logout:hover,
.lhpp-portal.lhpp-theme-black .lhpp-password-link:hover {
    box-shadow: none;
}

.lhpp-portal.lhpp-theme-black .lhpp-audio-card {
    border-color: #202020;
    background: #0a0a0a;
    box-shadow: 0 16px 38px rgba(0,0,0,.34);
}

.lhpp-portal.lhpp-theme-black .lhpp-premium-wave {
    border-bottom-color: #1b1b1b;
    background:
        radial-gradient(circle at 22% 38%, rgba(255,68,31,.18), transparent 34%),
        linear-gradient(145deg, #160c09 0%, #0b0b0b 48%, #050505 100%);
}

.lhpp-portal.lhpp-theme-black .lhpp-custom-player {
    border-color: #252525;
    background: #101010;
}

.lhpp-portal.lhpp-theme-black .lhpp-volume-button {
    border-color: #2c2c2c;
    background: #191919;
}

.lhpp-login-shell.lhpp-theme-black {
    background: #050505;
}

.lhpp-login-shell.lhpp-theme-black .lhpp-login-card {
    border-color: #1f1f1f;
    background: #0c0c0c;
}

.lhpp-portal.lhpp-theme-white,
.lhpp-login-shell.lhpp-theme-white {
    background: #ffffff;
}

.lhpp-portal.lhpp-theme-white {
    border-color: #eeeeee;
    box-shadow: 0 24px 70px rgba(20,20,20,.06);
}

.lhpp-portal.lhpp-theme-white .lhpp-header,
.lhpp-portal.lhpp-theme-white .lhpp-credit-panel,
.lhpp-portal.lhpp-theme-white .lhpp-folder-card,
.lhpp-portal.lhpp-theme-white .lhpp-folder-download-bar,
.lhpp-portal.lhpp-theme-white .lhpp-empty-state,
.lhpp-portal.lhpp-theme-white .lhpp-audio-card,
.lhpp-login-shell.lhpp-theme-white .lhpp-login-card {
    border-color: #ececec;
    background: #ffffff;
}

.lhpp-portal.lhpp-theme-white .lhpp-custom-player {
    border-color: #e8e8e8;
    background: #ffffff;
}

.lhpp-portal.lhpp-theme-white .lhpp-volume-button,
.lhpp-portal.lhpp-theme-white .lhpp-logout,
.lhpp-portal.lhpp-theme-white .lhpp-password-link {
    border-color: #e4e4e4;
    background: #ffffff;
}


/* ===== Pastas em destaque configuráveis (v1.8.0) ===== */
.lhpp-featured-section {
    margin-top: 26px;
}

.lhpp-featured-folder-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.lhpp-featured-folder-card {
    position: relative;
    min-height: 176px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--lhpp-feature-color) 72%, #ffffff 28%);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(0,0,0,.08), rgba(0,0,0,.34)),
        var(--lhpp-feature-color);
    box-shadow: 0 18px 42px color-mix(in srgb, var(--lhpp-feature-color) 25%, transparent);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.lhpp-featured-folder-card::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    right: -55px;
    top: -60px;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    pointer-events: none;
}

.lhpp-featured-folder-card:hover {
    transform: translateY(-5px);
    filter: saturate(1.06);
    box-shadow: 0 24px 54px color-mix(in srgb, var(--lhpp-feature-color) 34%, transparent);
}

.lhpp-featured-folder-open {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    grid-template-rows: auto 1fr auto;
    gap: 8px 15px;
    min-height: 176px;
    padding: 20px 64px 20px 20px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.lhpp-featured-label {
    grid-column: 1 / -1;
    width: max-content;
    padding: 5px 9px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 999px;
    background: rgba(0,0,0,.15);
    color: #ffffff;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .12em;
}

.lhpp-featured-folder-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    align-self: center;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 17px;
    background: rgba(255,255,255,.15);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.lhpp-featured-folder-icon svg {
    width: 31px;
    height: 31px;
}

.lhpp-featured-folder-info {
    min-width: 0;
    align-self: center;
}

.lhpp-featured-folder-info strong {
    display: block;
    overflow: hidden;
    color: #ffffff !important;
    font-size: 19px;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lhpp-featured-folder-info small {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.82) !important;
    font-size: 11px;
}

.lhpp-featured-arrow {
    grid-column: 1 / -1;
    align-self: end;
    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .09em;
}

.lhpp-featured-folder-download {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    gap: 2px;
    width: 42px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 13px;
    background: rgba(0,0,0,.20);
    color: #ffffff !important;
    font-size: 8px;
    font-weight: 950;
    text-decoration: none !important;
    backdrop-filter: blur(10px);
}

.lhpp-featured-folder-download:hover {
    background: rgba(0,0,0,.34);
    transform: translateY(-2px);
}

.lhpp-featured-folder-download svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 1050px) {
    .lhpp-featured-folder-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .lhpp-featured-folder-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .lhpp-featured-folder-card,
    .lhpp-featured-folder-open {
        min-height: 158px;
    }

    .lhpp-featured-folder-info strong {
        font-size: 17px;
    }
}

/* ===== Visualizar como cliente sem acessar a senha (v1.8.2) ===== */
.lhpp-admin-preview-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 18px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 68, 31, .28);
    border-radius: 15px;
    background: #fff5f1;
    box-shadow: 0 10px 26px rgba(255, 68, 31, .07);
}

.lhpp-admin-preview-banner > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.lhpp-admin-preview-banner span {
    color: var(--lhpp-accent);
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .13em;
}

.lhpp-admin-preview-banner strong {
    overflow: hidden;
    margin-top: 3px;
    color: #171717;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lhpp-admin-preview-banner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    background: var(--lhpp-accent);
    color: #fff !important;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .07em;
    text-decoration: none !important;
    white-space: nowrap;
}

.lhpp-portal.lhpp-theme-black .lhpp-admin-preview-banner {
    border-color: rgba(255, 68, 31, .38);
    background: #1d0d09;
    box-shadow: none;
}

.lhpp-portal.lhpp-theme-black .lhpp-admin-preview-banner strong {
    color: #f7f7f7;
}

@media (max-width: 640px) {
    .lhpp-admin-preview-banner {
        align-items: stretch;
        flex-direction: column;
    }

    .lhpp-admin-preview-banner a {
        width: 100%;
    }
}
