/* ════════════════════════════════════════════════════════════
   Lady Hawk Vocabulary Builder — front-end stylesheet
   ════════════════════════════════════════════════════════════ */

:root {
    --c-navy:       #1a1340;
    --c-navy-2:     #2a1f5c;
    --c-navy-3:     #3a3070;
    --c-purple:     #6b4ee6;
    --c-purple-2:   #8b67ed;
    --c-purple-3:   #a78bf2;
    --c-purple-pale:#f4f0fc;
    --c-purple-pale-2:#e8e0fa;
    --c-cream:      #f5e8d0;
    --c-cream-2:    #faf2e0;
    --c-gold:       #f5b842;
    --c-bg:         #f6f0fc;
    --c-bg-2:       #efe6fb;
    --c-card:       #ffffff;
    --c-border:     #ece4fa;
    --c-border-2:   #e0d6f6;
    --c-text:       #1a1340;
    --c-text-mute:  #726c8a;
    --c-success:    #22c55e;
    --c-info:       #3b82f6;
    --c-warn:       #f59e0b;
    --c-danger:     #ef4444;
    --shadow-sm:    0 1px 2px rgba(91,63,176,0.05), 0 1px 3px rgba(91,63,176,0.06);
    --shadow-md:    0 6px 18px rgba(91,63,176,0.08), 0 2px 6px rgba(91,63,176,0.05);
    --shadow-lg:    0 18px 48px rgba(91,63,176,0.14), 0 6px 16px rgba(91,63,176,0.08);
    --radius-sm:    10px;
    --radius:       14px;
    --radius-lg:    18px;
    --radius-xl:    22px;
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-body:    'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Force the WP theme out of the way when the builder is shown */
body.lhvb-page,
body:has(.lhvb-app) {
    background: var(--c-bg);
    margin: 0;
}

/* Standalone fullscreen page (custom template) */
html:has(.lhvb-app),
body.lhvb-fullscreen-body,
body.lhvb-standalone {
    margin: 0 !important;
    padding: 0 !important;
    background: var(--c-bg);
    min-height: 100%;
}
body.lhvb-standalone {
    overflow-x: hidden;
}
/* Hide any stray theme chrome that slips through on the builder page */
body.lhvb-fullscreen-body > header,
body.lhvb-fullscreen-body > footer,
body.lhvb-fullscreen-body .site-header,
body.lhvb-fullscreen-body .site-footer {
    display: none;
}

.lhvb-app * { box-sizing: border-box; }

.lhvb-app {
    position: relative;
    font-family: var(--font-body);
    color: var(--c-text);
    background: linear-gradient(180deg, #f6f0fc 0%, #efe6fb 55%, #ece2fa 100%);
    background-attachment: fixed;
    min-height: 100vh;
    padding: 0 24px 40px;
    line-height: 1.5;
    overflow-x: hidden;
}

/* ─── Close button ──────────────────────────────────────────── */
.lhvb-close {
    position: fixed;
    top: calc(26px + env(safe-area-inset-top, 0px));
    right: 26px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid rgba(26,19,64,0.16);
    background: rgba(255,255,255,0.92);
    color: var(--c-navy);
    cursor: pointer;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 14px rgba(26,19,64,0.12);
    transition: all 0.18s ease;
}
.lhvb-close:hover {
    background: var(--c-navy);
    color: #fff;
    border-color: var(--c-navy);
    transform: rotate(90deg);
}

/* ─── Header ────────────────────────────────────────────────── */
.lhvb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 70px 30px 30px;
    gap: 32px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #1a1340 0%, #2b1e5e 55%, #1a1340 100%);
    border-radius: 22px;
    margin: 16px 0 28px;
    box-shadow: 0 14px 40px rgba(26,19,64,0.18);
    position: relative;
    overflow: hidden;
}
/* Subtle radial glow inside the dark band */
.lhvb-header::before {
    content: '';
    position: absolute;
    inset: -40% -10% auto -10%;
    height: 220%;
    background: radial-gradient(ellipse at 30% 0%, rgba(255,138,160,0.10), transparent 55%);
    pointer-events: none;
}

.lhvb-brand {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    z-index: 1;
}

.lhvb-logo {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
}
.lhvb-logo svg, .lhvb-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lhvb-logo.lhvb-logo-img {
    width: auto;
    height: 110px;
    display: flex;
    align-items: center;
}
.lhvb-logo.lhvb-logo-img img {
    width: auto;
    height: 100%;
    max-width: 130px;
    filter: drop-shadow(0 8px 22px rgba(0,0,0,0.45));
}

.lhvb-title-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1;
}
.lhvb-brandmark {
    font-family: var(--font-body); /* Plus Jakarta Sans */
    font-weight: 800;
    font-size: 40px;
    line-height: 1.18;            /* room for descenders (y, g) */
    margin: 0;
    padding-bottom: 2px;          /* gradient-clipped text needs breathing room */
    letter-spacing: -0.5px;
    /* Warm-to-cool gradient: gold → coral → lavender */
    background: linear-gradient(90deg, #f5b842 0%, #ff8a9a 50%, #c4b5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    overflow-wrap: break-word;
}
.lhvb-tagline {
    color: rgba(255,255,255,0.62);
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-style: normal;
}

/* Dark-themed learner pill in the header */
.lhvb-header-right { position: relative; z-index: 1; }

.lhvb-learner {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 9px 18px 9px 9px;
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.14);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    min-width: 250px;
}
.lhvb-learner:focus-within {
    border-color: rgba(255,138,160,0.75);
    background: rgba(255,255,255,0.11);
    box-shadow: 0 0 0 4px rgba(255,138,160,0.16);
}
.lhvb-learner-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5b842 0%, #ff8a9a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255,138,160,0.35);
}
.lhvb-learner-fields {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
    flex: 1;
}
.lhvb-learner-fields label {
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.lhvb-learner-fields input {
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    outline: none;
    font-family: inherit;
    padding: 0;
    letter-spacing: 0.2px;
}
.lhvb-learner-fields input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.2px;
}

.lhvb-header-right {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}


/* Visually-hidden mirror selects (kept for JS compatibility) */
.lhvb-hidden-select {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.lhvb-motiv-card {
    background: var(--c-navy);
    color: #fff;
    border-radius: 16px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 360px;
    box-shadow: var(--shadow-md);
}
.lhvb-motiv-icon { display:flex; }
.lhvb-motiv-title {
    font-weight: 700;
    font-size: 16px;
}
.lhvb-motiv-sub {
    font-size: 12.5px;
    color: rgba(255,255,255,0.78);
    margin-top: 2px;
    line-height: 1.4;
}

/* ─── Body grid ────────────────────────────────────────────── */
.lhvb-body {
    display: grid;
    grid-template-columns: 220px 1fr 280px;
    gap: 24px;
    align-items: start;
}

@media (max-width: 1200px) {
    .lhvb-body { grid-template-columns: 200px 1fr 250px; gap: 18px; }
}

@media (max-width: 1100px) {
    .lhvb-body { grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }
    .lhvb-left  { order: 1; }
    .lhvb-main  { order: 2; }
    .lhvb-right { order: 3; }

    /* Language picker becomes a horizontal scroller above the content */
    .lhvb-left {
        min-height: auto;
        position: relative;
        top: 0;
        padding: 14px;
    }
    .lhvb-lang-list {
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .lhvb-lang-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .lhvb-lang-item .lhvb-lang-check { display: none; }
    .lhvb-download-report,
    .lhvb-report-card { margin-top: 12px; }
}

/* ─── Sidebars ─────────────────────────────────────────────── */
.lhvb-sidebar { display: flex; flex-direction: column; gap: 16px; align-self: start; }

/* Left dark sidebar */
.lhvb-left {
    background: linear-gradient(180deg, var(--c-navy) 0%, var(--c-navy-2) 100%);
    border-radius: var(--radius-xl);
    padding: 22px 16px;
    color: #fff;
    min-height: 600px;
    position: sticky;
    top: 16px;
}

.lhvb-sb-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--c-purple-3);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 8px;
    margin-bottom: 12px;
}

.lhvb-lang-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lhvb-lang-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 12px;
    cursor: pointer;
    color: rgba(255,255,255,0.82);
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: background 0.18s, color 0.18s, transform 0.18s;
}

.lhvb-lang-item:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
    transform: translateX(2px);
}

.lhvb-lang-item.active {
    background: linear-gradient(135deg, var(--c-purple) 0%, var(--c-purple-2) 100%);
    color: #fff;
    box-shadow: 0 6px 18px rgba(107,78,230,0.45);
}
.lhvb-lang-item.active::before {
    content: '';
    position: absolute;
    left: -16px; top: 50%;
    transform: translateY(-50%);
    width: 4px; height: 22px;
    border-radius: 0 4px 4px 0;
    background: var(--c-gold);
}

.lhvb-flag { font-size: 20px; line-height: 1; }
.lhvb-lang-name { flex: 1; }
.lhvb-lang-check { opacity: 0; transition: opacity 0.15s; display: flex; }
.lhvb-lang-item.active .lhvb-lang-check { opacity: 1; }

.lhvb-report-card {
    margin-top: auto;
    background: linear-gradient(135deg, var(--c-purple) 0%, var(--c-purple-2) 100%);
    border: 0;
    color: #fff;
    border-radius: var(--radius);
    padding: 16px;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-shadow: 0 4px 14px rgba(107,78,230,0.3);
    transition: transform 0.18s;
}
.lhvb-report-card:hover { transform: translateY(-2px); }

.lhvb-report-icon {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.18);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lhvb-report-title { font-weight: 700; font-size: 14px; }
.lhvb-report-sub { font-size: 11.5px; opacity: 0.85; margin-top: 3px; line-height: 1.35; }

/* Right sidebar */
.lhvb-right { padding-top: 0; }

.lhvb-sb-card {
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-lg);
    padding: 18px 20px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.lhvb-sb-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-1px);
}

.lhvb-sb-title-sm {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--c-text-mute);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lhvb-sb-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.lhvb-sb-label { color: var(--c-text-mute); font-weight: 500; }
.lhvb-sb-val { font-weight: 700; color: var(--c-navy); font-size: 14px; }

.lhvb-mini-bar {
    height: 6px;
    background: var(--c-purple-pale-2);
    border-radius: 99px;
    overflow: hidden;
    margin-top: 10px;
}
.lhvb-mini-fill {
    height: 100%;
    background: var(--c-purple);
    border-radius: 99px;
    transition: width 0.5s ease;
}

.lhvb-stat-list, .lhvb-legend {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lhvb-stat-list li, .lhvb-legend li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
}
.lhvb-stat-ico {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--c-purple-pale);
    color: var(--c-purple);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}
.lhvb-stat-key { flex: 1; color: var(--c-text-mute); }
.lhvb-stat-num { font-weight: 700; color: var(--c-navy); font-variant-numeric: tabular-nums; }

.lhvb-leg-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.lhvb-legend li > span:nth-child(2) { flex: 1; }
.lhvb-leg-range { color: var(--c-text-mute); font-size: 12.5px; font-weight: 500; }

.lhvb-sb-overview-lbl {
    font-size: 12.5px;
    color: var(--c-text-mute);
    margin-bottom: 10px;
}

.lhvb-set-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
    gap: 8px;
}

.lhvb-overview-card { display: flex; flex-direction: column; }
.lhvb-legend-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--c-border);
    font-size: 11.5px;
    color: var(--c-text-mute);
    font-weight: 600;
}
.lhvb-legend-mini > span { display: inline-flex; align-items: center; gap: 6px; }

.lhvb-set-cell {
    aspect-ratio: 1;
    border: 1px solid var(--c-border);
    background: #fff;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--c-text-mute);
    cursor: pointer;
    transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s, color 0.14s, background 0.14s;
}

.lhvb-set-cell:hover:not(.locked) {
    border-color: var(--c-purple);
    color: var(--c-purple);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(107,78,230,0.18);
}

.lhvb-set-cell.active {
    background: linear-gradient(135deg, var(--c-purple) 0%, var(--c-purple-2) 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(107,78,230,0.4);
}

.lhvb-set-cell.completed {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    border-color: transparent;
}

.lhvb-set-cell.locked {
    background: #efeaf8;
    color: #b9b1d4;
    cursor: not-allowed;
}
.lhvb-set-cell.locked::after { content: "🔒"; font-size: 10px; }
.lhvb-set-cell.locked > span { display: none; }

.lhvb-set-ellipsis {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--c-text-mute);
    font-weight: 700;
    padding: 4px 0;
}

/* ─── Main content ─────────────────────────────────────────── */
.lhvb-main { display: flex; flex-direction: column; gap: 18px; }

/* Selectors */
.lhvb-selectors {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}
.lhvb-selectors-single {
    grid-template-columns: minmax(220px, 320px);
    justify-content: start;
}
@media (max-width: 760px) {
    .lhvb-selectors { grid-template-columns: 1fr; }
    .lhvb-selectors-single { grid-template-columns: 1fr; }
}

.lhvb-select-card {
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-lg);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.18s, box-shadow 0.18s;
}
.lhvb-select-card:focus-within {
    border-color: var(--c-purple);
    box-shadow: 0 0 0 3px rgba(107,78,230,0.12);
}
.lhvb-select-icon {
    width: 42px; height: 42px;
    background: linear-gradient(135deg, var(--c-purple-pale), var(--c-purple-pale-2));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.lhvb-select-body { flex: 1; min-width: 0; }
.lhvb-select-label {
    font-size: 11px;
    color: var(--c-text-mute);
    letter-spacing: 0.6px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.lhvb-select-control {
    position: relative;
    display: flex;
    align-items: center;
}
.lhvb-select {
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    color: var(--c-navy);
    outline: none;
    width: 100%;
    cursor: pointer;
    padding: 0 26px 0 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none; /* single custom chevron via .lhvb-select-chev */
}
.lhvb-select::-ms-expand { display: none; }
.lhvb-select-chev {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--c-purple);
    pointer-events: none;
}

/* ─── Difficulty segmented control ─────────────────────────── */
.lhvb-level-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.lhvb-level-bar-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--c-text-mute);
}
.lhvb-level-seg {
    display: inline-flex;
    background: #fff;
    border: 1.5px solid var(--c-border);
    border-radius: 14px;
    padding: 4px;
    gap: 4px;
    box-shadow: var(--shadow-sm);
}
.lhvb-level-opt {
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--c-text-mute);
    padding: 9px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.16s ease;
    white-space: nowrap;
}
.lhvb-level-opt:hover:not(.is-active) { color: var(--c-purple); background: var(--c-purple-pale); }
.lhvb-level-opt.is-active {
    background: linear-gradient(135deg, var(--c-purple) 0%, var(--c-purple-2) 100%);
    color: #fff;
    box-shadow: 0 3px 10px rgba(107,78,230,0.32);
}
@media (max-width: 600px) {
    .lhvb-level-seg { width: 100%; }
    .lhvb-level-opt { flex: 1; padding: 10px 8px; font-size: 13px; }
}

/* ─── Score status (compact, beside donut) ─────────────────── */
.lhvb-score-status {
    font-size: 13.5px;
    margin-top: 5px;
    font-weight: 700;
    color: var(--c-purple);
}

/* ─── Feedback panel (below score, with improvement tips) ──── */
.lhvb-feedback {
    border-radius: var(--radius);
    padding: 18px 20px;
    border: 1px solid var(--c-border);
    background: var(--c-purple-pale);
    animation: lhvb-fb-in 0.3s ease;
}
@keyframes lhvb-fb-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.lhvb-feedback.lhvb-fb-good { background: rgba(34,197,94,0.10);  border-color: rgba(34,197,94,0.35); }
.lhvb-feedback.lhvb-fb-mid  { background: rgba(59,130,246,0.10); border-color: rgba(59,130,246,0.32); }
.lhvb-feedback.lhvb-fb-low  { background: rgba(245,158,11,0.10); border-color: rgba(245,158,11,0.35); }
.lhvb-feedback.lhvb-fb-bad  { background: rgba(239,68,68,0.08);  border-color: rgba(239,68,68,0.32); }
.lhvb-feedback-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}
.lhvb-feedback-emoji { font-size: 24px; line-height: 1.1; flex-shrink: 0; }
.lhvb-feedback-headline {
    font-size: 15.5px;
    font-weight: 700;
    color: var(--c-navy);
    line-height: 1.4;
}
.lhvb-feedback-tips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.lhvb-feedback-tips li {
    display: flex;
    gap: 8px;
    font-size: 13.5px;
    color: var(--c-text);
    line-height: 1.45;
}
.lhvb-tip-bullet { color: var(--c-purple); font-weight: 800; flex-shrink: 0; }

/* Main word card */
.lhvb-card-main {
    background: var(--c-card);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-xl);
    padding: 26px 28px;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* Even, breathing spacing between the learning sections
   (word/tip → practice → score → feedback → nav) */
#lhvb-learn-view {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Word progress bar */
.lhvb-word-progress {
    display: flex;
    align-items: center;
    gap: 14px;
}
.lhvb-arrow {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--c-border);
    background: #fff;
    color: var(--c-navy);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.15s;
}
.lhvb-arrow-next {
    background: var(--c-purple);
    color: #fff;
    border-color: var(--c-purple);
}
.lhvb-arrow:hover:not(:disabled) { background: var(--c-purple-2); color: #fff; border-color: var(--c-purple-2); }
.lhvb-arrow:disabled { opacity: 0.4; cursor: not-allowed; }

.lhvb-progress-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    color: var(--c-text-mute);
    font-weight: 500;
}
.lhvb-progress-info > span:first-child { font-weight: 600; color: var(--c-navy); white-space: nowrap; }
.lhvb-progress-info > span:last-child { white-space: nowrap; }

.lhvb-progress-track {
    flex: 1;
    height: 8px;
    background: var(--c-purple-pale-2);
    border-radius: 99px;
    overflow: hidden;
}
.lhvb-progress-fill {
    height: 100%;
    background: var(--c-purple);
    border-radius: 99px;
    transition: width 0.4s ease;
}

/* Word display row */
.lhvb-word-row {
    display: block;
}

.lhvb-word-info { min-width: 0; }
.lhvb-word-head { display: flex; align-items: center; gap: 14px; }
.lhvb-word {
    font-family: var(--font-display);
    font-size: 56px;
    color: var(--c-navy);
    font-weight: 600;
    margin: 0;
    letter-spacing: -1.2px;
    line-height: 1;
}
.lhvb-word-play {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 0;
    background: var(--c-purple-pale);
    color: var(--c-purple);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.18s;
}
.lhvb-word-play:hover { background: var(--c-purple); color: #fff; transform: scale(1.05); }

.lhvb-pos {
    color: var(--c-text-mute);
    font-size: 16px;
    margin: 6px 0 18px;
    font-style: italic;
}

.lhvb-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
    margin-bottom: 14px;
}
@media (max-width: 600px) {
    .lhvb-detail-grid { grid-template-columns: 1fr; }
}

.lhvb-detail {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.lhvb-detail-wide { grid-column: 1 / -1; }
.lhvb-detail-ico {
    width: 32px; height: 32px;
    background: var(--c-purple-pale);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.lhvb-detail-label {
    font-size: 12px;
    color: var(--c-text-mute);
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.lhvb-detail-val {
    color: var(--c-navy);
    font-size: 14.5px;
    line-height: 1.45;
    margin-top: 2px;
    font-weight: 500;
}

.lhvb-tip-card {
    background: var(--c-cream-2);
    border: 1px solid #efddb9;
    border-radius: var(--radius);
    padding: 12px 14px;
    display: flex;
    gap: 12px;
    margin-top: 6px;
}
.lhvb-tip-ico {
    width: 28px; height: 28px;
    background: rgba(245,184,66,0.18);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.lhvb-tip-title { font-weight: 700; font-size: 13.5px; color: var(--c-navy); }
.lhvb-tip-text { font-size: 13px; color: var(--c-text); margin-top: 2px; line-height: 1.4; }

/* Practice section */
.lhvb-practice {
    background: linear-gradient(160deg, #f7f3fe 0%, #f1ebfc 100%);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-lg);
    padding: 24px 22px 20px;
}
.lhvb-practice-title {
    text-align: center;
    color: var(--c-purple);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.lhvb-practice-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
}
@media (max-width: 780px) {
    .lhvb-practice-grid { grid-template-columns: 1fr; gap: 18px; }
}

.lhvb-practice-col-label {
    font-size: 13px;
    color: var(--c-navy);
    font-weight: 600;
    margin-bottom: 8px;
}
.lhvb-wave-row {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: var(--radius);
    padding: 6px 10px 6px 6px;
}
.lhvb-wave-play {
    width: 34px; height: 34px;
    border-radius: 50%;
    border: 0;
    background: var(--c-purple);
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
}
.lhvb-wave-play:hover:not(:disabled) { background: var(--c-purple-2); }
.lhvb-wave-play:disabled { opacity: 0.4; cursor: not-allowed; }
.lhvb-wave {
    flex: 1;
    min-width: 0;
    height: 36px;
    overflow: hidden;
}
.lhvb-wave-time {
    font-size: 11.5px;
    color: var(--c-text-mute);
    text-align: right;
    margin-top: 6px;
    font-variant-numeric: tabular-nums;
}

.lhvb-practice-record { text-align: center; }

.lhvb-mic {
    position: relative;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 0;
    background: var(--c-purple);
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto;
    box-shadow: 0 6px 22px rgba(107,78,230,0.4);
    transition: transform 0.15s;
}
.lhvb-mic:hover { transform: scale(1.04); }
.lhvb-mic.recording {
    background: var(--c-danger);
    box-shadow: 0 6px 22px rgba(239,68,68,0.45);
}
.lhvb-mic-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--c-danger);
    opacity: 0;
    pointer-events: none;
}
.lhvb-mic.recording .lhvb-mic-pulse {
    animation: lhvb-pulse 1.4s ease-out infinite;
}
@keyframes lhvb-pulse {
    0%   { transform: scale(1);   opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
}

.lhvb-mic-label {
    font-size: 13px;
    color: var(--c-text-mute);
    margin-top: 8px;
    font-weight: 500;
}
.lhvb-mic-timer {
    font-size: 12px;
    color: var(--c-purple);
    font-variant-numeric: tabular-nums;
    margin-top: 2px;
    font-weight: 700;
}

/* Score row */
.lhvb-score-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding-top: 6px;
}
@media (max-width: 900px) {
    .lhvb-score-row { grid-template-columns: 1fr; text-align: center; gap: 14px; }
}

.lhvb-score-title { font-weight: 700; color: var(--c-navy); font-size: 15px; }
.lhvb-score-msg { font-size: 13.5px; margin-top: 5px; font-weight: 500; line-height: 1.45; color: var(--c-text); }
.lhvb-score-label { color: var(--c-purple); font-weight: 800; }
.lhvb-score-prompt { color: var(--c-text-mute); }

.lhvb-score-donut {
    position: relative;
    width: 84px;
    height: 84px;
}
.lhvb-donut-num {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 19px;
    color: var(--c-navy);
}

.lhvb-score-bar-wrap { min-width: 220px; }
.lhvb-score-bar {
    position: relative;
    height: 12px;
    border-radius: 99px;
    background: linear-gradient(90deg,
        #ef4444 0%,
        #f59e0b 25%,
        #facc15 50%,
        #84cc16 75%,
        #22c55e 100%);
    margin-bottom: 6px;
}
.lhvb-score-marker {
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(26,19,64,0.25);
    transform: translateX(-50%);
    transition: left 0.45s ease;
    border: 2px solid var(--c-success);
}
.lhvb-score-bar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--c-text-mute);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Meaning Test (replaces learning view) */
.lhvb-quiz {
    background: linear-gradient(180deg, #fffdf8 0%, var(--c-cream-2) 100%);
    border: 1px solid #efddb9;
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    animation: lhvb-quiz-in 0.4s ease;
}
@keyframes lhvb-quiz-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.lhvb-quiz-head { text-align: center; margin-bottom: 22px; }
.lhvb-quiz-badge {
    display: inline-block;
    background: var(--c-gold);
    color: var(--c-navy);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
    padding: 5px 12px;
    border-radius: 99px;
    margin-bottom: 10px;
}
.lhvb-quiz-title {
    font-family: var(--font-display);
    font-size: 30px;
    color: var(--c-navy);
    font-weight: 700;
    line-height: 1.1;
}
.lhvb-quiz-sub { color: var(--c-text-mute); font-size: 13.5px; margin-top: 6px; max-width: 460px; margin-left: auto; margin-right: auto; }

.lhvb-quiz-wordcard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 22px 18px;
    margin: 0 auto 22px;
    max-width: 420px;
    box-shadow: var(--shadow-sm);
    position: relative;
}
.lhvb-quiz-play {
    position: absolute;
    top: 14px; right: 14px;
    width: 40px; height: 40px;
}
.lhvb-quiz-word {
    font-family: var(--font-display);
    font-size: 42px;
    color: var(--c-navy);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    word-break: break-word;
}
.lhvb-quiz-ipa {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--c-purple);
    font-style: italic;
    font-weight: 500;
}
.lhvb-quiz-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .lhvb-quiz-options { grid-template-columns: 1fr; }
}
.lhvb-quiz-opt {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1.5px solid var(--c-border);
    border-radius: var(--radius);
    padding: 15px 16px;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    color: var(--c-navy);
    font-weight: 600;
    transition: all 0.15s;
    line-height: 1.4;
}
.lhvb-quiz-opt-key {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 8px;
    background: var(--c-purple-pale);
    color: var(--c-purple);
    font-weight: 800;
    font-size: 14px;
    display: flex; align-items: center; justify-content: center;
}
.lhvb-quiz-opt-text { flex: 1; }
.lhvb-quiz-opt:hover:not(.is-disabled) {
    border-color: var(--c-purple);
    background: var(--c-purple-pale);
    transform: translateY(-1px);
}
.lhvb-quiz-opt.correct {
    border-color: var(--c-success);
    background: rgba(34,197,94,0.12);
    color: #14532d;
}
.lhvb-quiz-opt.correct .lhvb-quiz-opt-key { background: var(--c-success); color: #fff; }
.lhvb-quiz-opt.wrong {
    border-color: var(--c-danger);
    background: rgba(239,68,68,0.10);
    color: #7f1d1d;
}
.lhvb-quiz-opt.wrong .lhvb-quiz-opt-key { background: var(--c-danger); color: #fff; }
.lhvb-quiz-opt.is-disabled { cursor: default; }
.lhvb-quiz-foot {
    text-align: center;
    margin-top: 18px;
    min-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: var(--c-text-mute);
}
.lhvb-quiz-correct { color: var(--c-success); font-weight: 800; }
.lhvb-quiz-wrong   { color: var(--c-danger); font-weight: 700; }

/* Footer nav */
.lhvb-footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.lhvb-footer-nav #lhvb-btn-next { margin-left: auto; }
@media (max-width: 600px) {
    .lhvb-footer-nav { flex-wrap: wrap; }
}

.lhvb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.lhvb-btn:active { transform: translateY(1px); }
.lhvb-btn-primary {
    background: linear-gradient(135deg, var(--c-purple) 0%, var(--c-purple-2) 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(107,78,230,0.32);
}
.lhvb-btn-primary:hover {
    box-shadow: 0 10px 24px rgba(107,78,230,0.42);
    transform: translateY(-2px);
}

/* Glow cue: pronunciation reached optimal level → advance */
.lhvb-btn-glow {
    background: var(--c-success);
    border-color: var(--c-success);
    animation: lhvb-glow 1.4s ease-in-out infinite;
}
.lhvb-btn-glow:hover { background: #1ca64e; border-color: #1ca64e; }
@keyframes lhvb-glow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.55); }
    50%      { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
}
@media (prefers-reduced-motion: reduce) {
    .lhvb-btn-glow { animation: none; }
}

.lhvb-btn-outline {
    background: #fff;
    color: var(--c-navy);
    border-color: var(--c-border);
}
.lhvb-btn-outline:hover { border-color: var(--c-purple); color: var(--c-purple); }

.lhvb-btn-ghost {
    background: transparent;
    color: var(--c-purple);
    border-color: var(--c-purple-pale-2);
}
.lhvb-btn-ghost:hover { background: var(--c-purple-pale); }

.lhvb-btn.is-active {
    background: var(--c-gold);
    color: var(--c-navy);
    border-color: var(--c-gold);
}

/* Footer */
.lhvb-footer {
    margin-top: 30px;
    padding: 20px 16px;
    background: var(--c-navy);
    color: #fff;
    text-align: center;
    border-radius: var(--radius);
    font-size: 13px;
    opacity: 0.92;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -40px;
    border-radius: 0;
}

/* Modal */
.lhvb-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 20px;
}
.lhvb-modal[hidden] { display: none !important; }
.lhvb-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26,19,64,0.55);
    backdrop-filter: blur(4px);
}
.lhvb-modal-content {
    position: relative;
    background: #fff;
    border-radius: var(--radius-xl);
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 34px;
    box-shadow: var(--shadow-lg);
}
.lhvb-modal-x {
    position: absolute;
    top: 14px; right: 16px;
    width: 36px; height: 36px;
    background: transparent;
    border: 0;
    font-size: 26px;
    color: var(--c-text-mute);
    cursor: pointer;
    line-height: 1;
    border-radius: 50%;
}
.lhvb-modal-x:hover { background: var(--c-purple-pale); color: var(--c-navy); }
.lhvb-modal-title {
    font-family: var(--font-display);
    font-size: 36px;
    color: var(--c-navy);
    margin: 0 0 18px;
    font-weight: 700;
}
.lhvb-modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Report content (inside modal) */
.lhvb-report-table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
    font-size: 13px;
}
.lhvb-report-table th,
.lhvb-report-table td {
    padding: 9px 12px;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
}
.lhvb-report-table th {
    background: var(--c-purple-pale);
    color: var(--c-navy);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.lhvb-report-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 18px 0;
}
@media (max-width: 600px) {
    .lhvb-report-summary { grid-template-columns: repeat(2, 1fr); }
}
.lhvb-report-stat {
    background: var(--c-cream-2);
    border-radius: var(--radius-sm);
    padding: 12px;
    text-align: center;
}
.lhvb-report-stat-num {
    font-size: 22px;
    font-weight: 700;
    color: var(--c-navy);
    line-height: 1;
}
.lhvb-report-stat-lbl {
    font-size: 11px;
    color: var(--c-text-mute);
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 0.3px;
}

.lhvb-report-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    margin: 10px 0 14px;
    font-size: 13px;
}
.lhvb-report-meta dt { color: var(--c-text-mute); font-weight: 500; }
.lhvb-report-meta dd { margin: 0; color: var(--c-navy); font-weight: 600; }

/* Toast */
.lhvb-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--c-navy);
    color: #fff;
    padding: 13px 22px;
    border-radius: 14px;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    max-width: min(92vw, 440px);
    z-index: 1000;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transition: all 0.3s;
}
.lhvb-toast.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Word flash animation */
.lhvb-word.flash {
    animation: lhvb-word-flash 0.42s ease-out;
}
@keyframes lhvb-word-flash {
    0%   { transform: scale(0.94); opacity: 0; }
    60%  { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1);    opacity: 1; }
}

/* Tablets and small laptops (601–1100px) */
@media (max-width: 1100px) and (min-width: 601px) {
    .lhvb-brandmark { font-size: 36px; }
    .lhvb-logo { width: 96px; height: 96px; }
    .lhvb-logo.lhvb-logo-img { height: 96px; }
}

/* Mobile (≤600px) */
@media (max-width: 600px) {
    .lhvb-app { padding: 0 14px 30px; }
    .lhvb-brandmark { font-size: 26px; line-height: 1.2; letter-spacing: -0.3px; }
    .lhvb-tagline { font-size: 12.5px; margin-top: 2px; }
    .lhvb-title-block { gap: 2px; }
    .lhvb-brand { gap: 14px; align-items: center; }
    .lhvb-logo { width: 64px; height: 64px; }
    .lhvb-logo.lhvb-logo-img { height: 64px; }
    .lhvb-logo.lhvb-logo-img img { max-width: 72px; }
    .lhvb-word { font-size: 36px; }
    .lhvb-header {
        padding: 18px 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin: 10px 0 18px;
        border-radius: 16px;
    }
    .lhvb-header-right { width: 100%; }
    .lhvb-learner { width: 100%; min-width: 0; padding: 8px 14px 8px 8px; }
    .lhvb-learner-avatar { width: 36px; height: 36px; }
    .lhvb-close { top: calc(12px + env(safe-area-inset-top, 0px)); right: 12px; width: 38px; height: 38px; }
    .lhvb-left { min-height: auto; position: relative; }
    .lhvb-footer { font-size: 11.5px; padding: 14px 12px; }
    .lhvb-card-main { padding: 18px 14px; }
    .lhvb-detail-grid { grid-template-columns: 1fr; }
    .lhvb-btn { min-height: 44px; padding: 12px 16px; }
    .lhvb-mic { width: 92px; height: 92px; }
    .lhvb-footer-nav { flex-wrap: wrap; gap: 10px; }
    .lhvb-footer-nav .lhvb-btn { flex: 1 1 calc(50% - 5px); justify-content: center; }
    .lhvb-quiz { padding: 22px 16px; }
    .lhvb-quiz-word { font-size: 34px; }
    .lhvb-modal-content { width: 94vw; max-height: 88vh; padding: 20px 16px; }
    .lhvb-modal-actions { flex-direction: column; }
    .lhvb-modal-actions .lhvb-btn { width: 100%; justify-content: center; }
    .lhvb-report-table { font-size: 12px; }
    .lhvb-report-table th, .lhvb-report-table td { padding: 6px 8px; }
    /* Set grid — keep all 50 readable on phones */
    .lhvb-set-grid { gap: 6px; }
    .lhvb-set-cell { font-size: 11.5px; border-radius: 7px; }
    .lhvb-set-cell.locked::after { font-size: 8.5px; }
    /* Difficulty pills compact */
    .lhvb-level-bar { gap: 10px; }
    .lhvb-level-bar-label { display: none; }
    .lhvb-level-seg { width: 100%; }
    .lhvb-level-opt { flex: 1; padding: 9px 6px; font-size: 12.5px; }
    /* Word progress row stacks readably */
    .lhvb-word-progress { flex-wrap: wrap; gap: 10px; }
    .lhvb-progress-track { order: 3; flex: 1 1 100%; }
}

/* Small phones (≤380px) */
@media (max-width: 380px) {
    .lhvb-app { padding: 0 10px 24px; }
    .lhvb-brandmark { font-size: 22px; }
    .lhvb-tagline { font-size: 11.5px; }
    .lhvb-logo { width: 52px; height: 52px; }
    .lhvb-logo.lhvb-logo-img { height: 52px; }
    .lhvb-logo.lhvb-logo-img img { max-width: 58px; }
    .lhvb-brand { gap: 12px; }
    .lhvb-word { font-size: 28px; }
    .lhvb-set-grid { gap: 5px; }
    .lhvb-set-cell { font-size: 10.5px; }
    .lhvb-level-opt { padding: 9px 4px; font-size: 12px; letter-spacing: 0; }
    .lhvb-header { padding: 14px 12px; border-radius: 14px; }
    .lhvb-card-main { padding: 14px 12px; }
    .lhvb-footer-nav .lhvb-btn { flex: 1 1 100%; }
    .lhvb-learner-fields label { font-size: 9px; }
    .lhvb-learner-fields input { font-size: 14px; }
}

/* ─── Added: pills, hero stat, modal-open body lock, bookmark active ─── */
.lhvb-pill {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #999;
    min-width: 50px;
    text-align: center;
}
.lhvb-pill-good { background: #22c55e; }
.lhvb-pill-mid  { background: #f59e0b; }
.lhvb-pill-low  { background: #ef4444; }

.lhvb-report-stat-num small {
    font-size: 11px;
    color: var(--c-text-mute, #888);
    font-weight: 500;
    margin-left: 2px;
}
.lhvb-report-stat-hero {
    background: linear-gradient(135deg, #6b4ee6, #4a31b3);
    color: #fff;
}
.lhvb-report-stat-hero .lhvb-report-stat-num,
.lhvb-report-stat-hero .lhvb-report-stat-lbl { color: #fff; }
.lhvb-report-stat-hero .lhvb-report-stat-num { font-size: 28px; }

body.lhvb-modal-open { overflow: hidden; }

.lhvb-btn-bookmark.is-active,
.lhvb-btn.is-active {
    background: #f5b842 !important;
    border-color: #d99826 !important;
    color: #1a1340 !important;
}
