/**
 * BettyLucky Evaluator Native Public Page 1.0.0
 * Página pública nativa. No depende de Elementor.
 */

.bettylucky-evaluator-public-page {
    --bl-eval-ink: #252a30;
    --bl-eval-ink-2: #333a42;
    --bl-eval-muted: #69727d;
    --bl-eval-yellow: #fac03d;
    --bl-eval-yellow-soft: #fff4d6;
    --bl-eval-green: #79ba48;
    --bl-eval-green-dark: #4c8d25;
    --bl-eval-red: #ff5d67;
    --bl-eval-blue: #1677ff;
    --bl-eval-bg: #f4f6f8;
    --bl-eval-card: #ffffff;
    --bl-eval-border: rgba(37, 42, 48, .10);
    --bl-eval-shadow: 0 22px 64px rgba(37, 42, 48, .09);
    --bl-eval-radius-xl: 34px;
    --bl-eval-radius-lg: 26px;
    --bl-eval-radius-md: 18px;
    width: 100%;
    color: var(--bl-eval-ink);
    background:
        radial-gradient(circle at 7% 3%, rgba(250, 192, 61, .11), transparent 24rem),
        radial-gradient(circle at 96% 22%, rgba(121, 186, 72, .09), transparent 28rem),
        var(--bl-eval-bg);
    overflow: clip;
}

.bettylucky-evaluator-public-page,
.bettylucky-evaluator-public-page * { box-sizing: border-box; }
.bettylucky-evaluator-public-page a { text-decoration: none; }

.bl-evaluator-shell {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(42px, 5vw, 76px) 0 72px;
}

.bl-evaluator-hero {
    display: grid;
    grid-template-columns: minmax(270px, .72fr) minmax(0, 1.55fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: stretch;
}

.bl-evaluator-hero-copy {
    position: relative;
    display: flex;
    min-height: 560px;
    padding: clamp(30px, 4vw, 54px);
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(37, 42, 48, .08);
    border-radius: var(--bl-eval-radius-xl);
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,255,255,.88)), var(--bl-eval-card);
    box-shadow: var(--bl-eval-shadow);
    overflow: hidden;
}

.bl-evaluator-hero-copy::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -72px;
    bottom: -88px;
    border-radius: 50%;
    background: rgba(250, 192, 61, .15);
    pointer-events: none;
}

.bl-evaluator-lottery-context {
    display: flex;
    min-height: 42px;
    margin-bottom: 28px;
    align-items: center;
    gap: 10px;
    color: var(--bl-eval-muted);
    font-size: 15px;
    font-weight: 700;
}

.bl-evaluator-hero-flag {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 7px 18px rgba(37,42,48,.13);
}

.bl-evaluator-eyebrow,
.bl-evaluator-section-heading > span,
.bl-evaluator-seo-kicker {
    display: inline-flex;
    width: fit-content;
    min-height: 27px;
    padding: 5px 10px;
    align-items: center;
    border-radius: 999px;
    background: var(--bl-eval-yellow-soft);
    color: #8b6500;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.bl-evaluator-hero-copy h1 {
    margin: 14px 0;
    color: var(--bl-eval-ink);
    font-size: clamp(38px, 5.2vw, 72px);
    line-height: .96;
    letter-spacing: -.055em;
    font-weight: 900;
}

.bl-evaluator-hero-copy > p {
    max-width: 520px;
    margin: 0;
    color: var(--bl-eval-muted);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.65;
}

.bl-evaluator-hero-meta {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 28px;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.bl-evaluator-membership {
    display: inline-flex;
    min-height: 42px;
    padding: 8px 14px;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--bl-eval-border);
    border-radius: 999px;
    background: #f1f3f5;
    color: var(--bl-eval-ink);
    font-size: 13px;
    font-weight: 900;
}

.bl-evaluator-membership--premium,
.bl-evaluator-membership--pro {
    background: var(--bl-eval-yellow);
    border-color: var(--bl-eval-yellow);
}

.bl-evaluator-hero-meta .ls-favorite-toggle--evaluator-native,
.bl-evaluator-hero-meta .ls-favorite-toggle {
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
}

.bl-evaluator-workspace {
    position: relative;
    min-width: 0;
    padding: clamp(24px, 4vw, 42px);
    border-radius: var(--bl-eval-radius-xl);
    background: var(--bl-eval-ink);
    box-shadow: 0 30px 80px rgba(15, 20, 25, .20);
    color: #fff;
    overflow: hidden;
}

.bl-evaluator-workspace::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 12%, rgba(250,192,61,.18), transparent 18rem),
        radial-gradient(circle at 8% 100%, rgba(121,186,72,.12), transparent 22rem);
    pointer-events: none;
}

.bl-evaluator-workspace-heading,
.bl-native-evaluator-runtime { position: relative; z-index: 1; }

.bl-evaluator-workspace-heading {
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.bl-evaluator-workspace-heading > div { display: grid; gap: 4px; }
.bl-evaluator-workspace-heading > div > span { color: #fff; font-size: 17px; font-weight: 900; }
.bl-evaluator-workspace-heading > div > small { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }
.bl-evaluator-workspace-heading > strong {
    display: inline-flex;
    min-height: 32px;
    padding: 6px 11px;
    align-items: center;
    border-radius: 999px;
    background: var(--bl-eval-yellow);
    color: var(--bl-eval-ink);
    font-size: 12px;
    font-weight: 900;
}

.bl-native-evaluator-runtime,
.bl-native-evaluator-form { width: 100%; min-width: 0; }
.bl-native-evaluator-form { display: grid; gap: 16px; margin: 0; }

.bl-native-evaluator-instruction {
    display: flex;
    min-height: 46px;
    padding: 10px 13px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 700;
}
.bl-native-evaluator-instruction strong { flex: 0 0 auto; color: var(--bl-eval-yellow); font-size: 13px; font-weight: 900; }

.bl-native-evaluator-ball-section {
    min-width: 0;
    margin: 0;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.055);
}
.bl-native-evaluator-ball-section--bonus { background: rgba(250,192,61,.06); }
.bl-native-evaluator-label-row { display: flex; margin-bottom: 14px; align-items: center; justify-content: space-between; gap: 12px; }
.bl-native-evaluator-label-row .le-balls-label { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 900; letter-spacing: .02em; }
.bl-native-evaluator-label-row > span { color: rgba(255,255,255,.46); font-size: 10px; font-weight: 800; }

.bettylucky-evaluator-public-page .bl-native-evaluator-balls {
    display: flex;
    width: 100%;
    min-width: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(9px, 1.6vw, 16px);
}

.bettylucky-evaluator-public-page .le-ball-input,
.bettylucky-evaluator-public-page .le-super-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: clamp(54px, 6vw, 70px);
    height: clamp(54px, 6vw, 70px);
    min-width: clamp(54px, 6vw, 70px);
    min-height: clamp(54px, 6vw, 70px);
    flex: 0 0 clamp(54px, 6vw, 70px);
    margin: 0;
    padding: 0 5px;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.96) 0%, var(--bl-main-ball-bg, #fff) 62%, rgba(150,155,160,.50) 135%) !important;
    color: var(--bl-main-ball-text, #252a30) !important;
    box-shadow: inset 0 2px 4px rgba(255,255,255,.55), 0 12px 25px rgba(0,0,0,.22);
    text-align: center;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 900;
    line-height: 1;
    outline: none;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.bettylucky-evaluator-public-page input[type="number"]::-webkit-outer-spin-button,
.bettylucky-evaluator-public-page input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.bettylucky-evaluator-public-page .le-super-input {
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.62) 0%, var(--bl-super-ball-bg, #fac03d) 65%, rgba(0,0,0,.22) 140%) !important;
    color: var(--bl-super-ball-text, #252a30) !important;
}
.bettylucky-evaluator-public-page select.le-super-input { width: auto; min-width: 112px; max-width: 210px; padding: 0 18px; border-radius: 999px; text-align: left; font-size: 12px; }
.bettylucky-evaluator-public-page .le-ball-input:focus,
.bettylucky-evaluator-public-page .le-super-input:focus { transform: translateY(-2px) scale(1.04); box-shadow: 0 0 0 4px rgba(250,192,61,.23), 0 14px 30px rgba(0,0,0,.26); }
.bettylucky-evaluator-public-page .le-ball-input:invalid:not(:placeholder-shown),
.bettylucky-evaluator-public-page .le-super-input:invalid:not(:placeholder-shown) { box-shadow: 0 0 0 3px rgba(255,93,103,.22), 0 12px 25px rgba(0,0,0,.22); }

.bl-native-evaluator-history { display: grid; grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr); gap: 14px; align-items: stretch; }
.bl-native-evaluator-history-copy,
.bl-native-evaluator-history-options { padding: 14px; border: 1px solid rgba(255,255,255,.09); border-radius: var(--bl-eval-radius-md); background: rgba(255,255,255,.08); }
.bl-native-evaluator-history-copy { display: flex; flex-direction: column; justify-content: center; gap: 5px; }
.bl-native-evaluator-history-copy span { color: rgba(255,255,255,.57); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.bl-native-evaluator-history-copy strong { color: #fff; font-size: 13px; line-height: 1.35; }
.bl-native-evaluator-history-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.bl-native-evaluator-history-options label,
.bl-native-history-locked {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 9px 11px;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 13px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.76);
    font-size: 11px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}
.bl-native-evaluator-history-options label:has(input:checked) { background: #fff; color: var(--bl-eval-ink); }
.bl-native-evaluator-history-options input { accent-color: var(--bl-eval-blue); flex: 0 0 auto; }
.bl-native-history-locked { flex-direction: column; align-items: flex-start; justify-content: center; border: 1px dashed rgba(250,192,61,.34); background: rgba(250,192,61,.08); color: #ffe29a; }
.bl-native-history-locked span,
.bl-native-history-locked small { display: block; }
.bl-native-history-locked small { color: rgba(255,226,154,.68); font-size: 9px; }
.bl-native-history-locked:hover,
.bl-native-history-locked:focus { background: rgba(250,192,61,.15); outline: none; }

.bl-native-evaluator-actions { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; }
.bettylucky-evaluator-public-page .bl-native-evaluate-btn,
.bettylucky-evaluator-public-page .bl-native-save-evaluated {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 12px 16px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.bettylucky-evaluator-public-page .bl-native-evaluate-btn { justify-content: space-between; background: var(--bl-eval-green); color: #fff; }
.bettylucky-evaluator-public-page .bl-native-evaluate-btn:hover,
.bettylucky-evaluator-public-page .bl-native-evaluate-btn:focus { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.16); background: var(--bl-eval-green-dark); outline: none; }
.bettylucky-evaluator-public-page .bl-native-save-evaluated { background: #fff; color: var(--bl-eval-ink); }
.bettylucky-evaluator-public-page .bl-native-save-evaluated:disabled { opacity: .38; cursor: not-allowed; }
.bettylucky-evaluator-public-page .bl-native-save-evaluated:not(:disabled):hover,
.bettylucky-evaluator-public-page .bl-native-save-evaluated:not(:disabled):focus { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.16); outline: none; }
.bl-native-save-note { margin: -7px 0 0; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 700; text-align: right; }
.bl-native-save-note.is-success { color: #b5e493; }
.bl-native-save-note.is-error { color: #ffb1b6; }
.bettylucky-evaluator-public-page .le-field-message { margin: 0; padding: 11px 13px; border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; font-size: 12px; }
.bettylucky-evaluator-public-page .le-field-message p { margin: 0 !important; color: inherit !important; }

.bl-evaluator-section { padding-top: clamp(64px, 8vw, 108px); }
.bl-evaluator-section-heading { max-width: 820px; margin-bottom: 28px; }
.bl-evaluator-section-heading h2 { margin: 12px 0 10px; color: var(--bl-eval-ink); font-size: clamp(31px, 4vw, 48px); line-height: 1.04; letter-spacing: -.045em; font-weight: 900; }
.bl-evaluator-section-heading p { max-width: 720px; margin: 0; color: var(--bl-eval-muted); font-size: 16px; line-height: 1.65; }

.bl-evaluator-analysis-surface { position: relative; min-height: 210px; padding: clamp(22px, 3vw, 34px); border: 1px solid var(--bl-eval-border); border-radius: var(--bl-eval-radius-xl); background: #fff; box-shadow: var(--bl-eval-shadow); }
.bl-evaluator-analysis-empty { display: flex; min-height: 142px; align-items: center; justify-content: center; flex-direction: column; gap: 10px; border: 1px dashed rgba(37,42,48,.18); border-radius: 18px; background: #f8f9fa; color: var(--bl-eval-muted); text-align: center; }
.bl-evaluator-analysis-empty > span { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 50%; background: var(--bl-eval-yellow-soft); color: #8b6500; font-size: 26px; font-weight: 900; }
.bl-evaluator-analysis-empty > strong { max-width: 540px; font-size: 14px; }
.bl-evaluator-analysis-surface.is-loading .bl-evaluator-analysis-empty,
.bl-evaluator-analysis-surface.has-analysis .bl-evaluator-analysis-empty { display: none; }
.bl-evaluator-analysis-surface .le-evaluator-analysis-wrapper,
.bl-evaluator-analysis-surface .le-result { width: 100%; }
.bl-evaluator-analysis-surface .le-result[style*="display: block"],
.bl-evaluator-analysis-surface .le-result[style*="display:block"] { display: block !important; }

.bl-evaluator-analysis-surface .lg-generated-analysis-card { display: grid; width: 100%; gap: 20px; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: var(--bl-eval-ink); }
.bl-evaluator-analysis-surface .lg-ga-header { display: flex; margin: 0; padding-bottom: 18px; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--bl-eval-border); }
.bl-evaluator-analysis-surface .lg-ga-kicker { display: block; margin-bottom: 7px; color: #8b6500; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bl-evaluator-analysis-surface .lg-ga-header h4 { margin: 0; color: var(--bl-eval-ink); font-size: clamp(23px, 3vw, 32px); line-height: 1.1; font-weight: 900; }
.bl-evaluator-analysis-surface .lg-ga-mode { display: inline-flex; min-height: 32px; padding: 6px 11px; align-items: center; border-radius: 999px; background: var(--bl-eval-yellow-soft); color: #8b6500; font-size: 11px; font-weight: 900; white-space: nowrap; }
.bl-evaluator-analysis-surface .lg-ga-balls { display: flex; margin: 0; flex-wrap: wrap; justify-content: center; gap: 9px; }
.bl-evaluator-analysis-surface .lg-ga-ball { width: 46px; height: 46px; border-radius: 50%; box-shadow: inset 0 2px 4px rgba(255,255,255,.48), 0 8px 18px rgba(37,42,48,.12); }
.bl-evaluator-analysis-surface .lg-ga-score { display: grid; grid-template-columns: minmax(170px, .55fr) 1.45fr; gap: 18px; margin: 0; padding: 20px; align-items: center; border: 0; border-radius: 20px; background: linear-gradient(135deg, rgba(250,192,61,.16), rgba(121,186,72,.08)); }
.bl-evaluator-analysis-surface .lg-ga-score-main { display: flex; align-items: center; gap: 9px; }
.bl-evaluator-analysis-surface .lg-ga-score-main strong { font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; }
.bl-evaluator-analysis-surface .lg-ga-score p { margin: 0; color: var(--bl-eval-muted); line-height: 1.55; }
.bl-evaluator-analysis-surface .lg-ga-score-main small,
.bl-evaluator-analysis-surface .lg-ga-score-note { color: var(--bl-eval-muted); }
.bl-evaluator-analysis-surface .lg-ga-score-note { display: block; margin-top: 5px; font-size: 12px; }
.bl-evaluator-analysis-surface .lg-ga-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; }
.bl-evaluator-analysis-surface .lg-ga-metric { min-width: 0; padding: 18px; border: 1px solid var(--bl-eval-border); border-radius: 17px; background: #f8f9fa; }
.bl-evaluator-analysis-surface .lg-ga-metric strong,
.bl-evaluator-analysis-surface .lg-ga-metric span,
.bl-evaluator-analysis-surface .lg-ga-metric small { display: block; }
.bl-evaluator-analysis-surface .lg-ga-metric strong { margin-bottom: 8px; color: var(--bl-eval-muted); font-size: 11px; text-transform: uppercase; }
.bl-evaluator-analysis-surface .lg-ga-metric span { color: var(--bl-eval-ink); font-size: 22px; font-weight: 900; }
.bl-evaluator-analysis-surface .lg-ga-metric small { margin-top: 7px; color: var(--bl-eval-muted); font-size: 12px; line-height: 1.45; }
.bl-evaluator-analysis-surface .lg-ga-metric--highlight { background: var(--bl-eval-yellow-soft); border-color: rgba(250,192,61,.30); }
.bl-evaluator-analysis-surface .lg-ga-section { margin: 0; padding: 20px; border: 1px solid var(--bl-eval-border); border-radius: 18px; background: #fff; }
.bl-evaluator-analysis-surface .lg-ga-section h5 { margin: 0 0 10px; color: var(--bl-eval-ink); font-size: 17px; font-weight: 900; }
.bl-evaluator-analysis-surface .lg-ga-section p { margin: 0 0 10px; color: var(--bl-eval-muted); line-height: 1.65; }
.bl-evaluator-analysis-surface .lg-ga-section p:last-child { margin-bottom: 0; }
.bl-evaluator-analysis-surface .lg-ga-upgrade { background: var(--bl-eval-ink); color: #fff; }
.bl-evaluator-analysis-surface .lg-ga-upgrade h5,
.bl-evaluator-analysis-surface .lg-ga-upgrade p { color: #fff; }
.bl-evaluator-analysis-surface .lg-ga-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bl-evaluator-analysis-surface .lg-ga-chips > span { padding: 8px 10px; border-radius: 999px; background: #f1f3f5; color: var(--bl-eval-ink-2); font-size: 12px; }
.bl-evaluator-analysis-surface .lg-ga-frequency-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.bl-evaluator-analysis-surface .lg-ga-frequency-list li { padding: 10px 12px; border-radius: 12px; background: #f8f9fa; color: var(--bl-eval-muted); font-size: 13px; }
.bl-evaluator-analysis-surface .lg-ga-disclaimer { padding: 14px 16px; border-radius: 14px; background: #f1f3f5; color: var(--bl-eval-muted); font-size: 12px; line-height: 1.55; }
.bl-evaluator-analysis-surface .le-analysis-loading { min-height: 142px; color: var(--bl-eval-muted) !important; }
.bl-evaluator-analysis-surface .le-analysis-loading__spinner { border-color: rgba(250,192,61,.25) !important; border-top-color: var(--bl-eval-yellow) !important; }

.bl-evaluator-service-grid,
.bl-evaluator-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.bl-evaluator-service-card { position: relative; display: flex; min-height: 260px; padding: 26px; flex-direction: column; border: 1px solid var(--bl-eval-border); border-radius: var(--bl-eval-radius-lg); background: #fff; box-shadow: 0 16px 42px rgba(37,42,48,.06); overflow: hidden; }
.bl-evaluator-service-card::after { content: ""; position: absolute; width: 100px; height: 100px; top: -38px; right: -34px; border-radius: 50%; background: var(--bl-evaluator-service-tint, rgba(250,192,61,.14)); }
.bl-evaluator-service-card--generate { --bl-evaluator-service-tint: rgba(121,186,72,.15); }
.bl-evaluator-service-card--results { --bl-evaluator-service-tint: rgba(22,119,255,.12); }
.bl-evaluator-service-icon { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 15px; background: #f4f6f8; font-size: 24px; }
.bl-evaluator-service-card h3 { margin: 22px 0 8px; color: var(--bl-eval-ink); font-size: 22px; line-height: 1.15; font-weight: 900; }
.bl-evaluator-service-card p { margin: 0 0 22px; color: var(--bl-eval-muted); font-size: 14px; line-height: 1.6; }
.bl-evaluator-service-card > a { display: inline-flex; width: fit-content; margin-top: auto; align-items: center; gap: 9px; color: var(--bl-eval-ink); font-size: 14px; font-weight: 900; }
.bl-evaluator-service-card > a span { transition: transform .16s ease; }
.bl-evaluator-service-card > a:hover span { transform: translateX(4px); }

.bl-evaluator-related-card { position: relative; display: flex; min-width: 0; padding: 20px; flex-direction: column; border: 1px solid var(--bl-eval-border); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(37,42,48,.055); }
.bl-evaluator-related-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.bl-evaluator-related-country { display: flex; min-width: 0; align-items: center; gap: 8px; color: var(--bl-eval-muted); font-size: 12px; font-weight: 700; }
.bl-evaluator-related-country img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.bl-evaluator-related-card .ls-favorite-toggle--catalog { position: static; width: 38px; height: 38px; min-height: 38px; padding: 0; }
.bl-evaluator-related-card h3 { margin: 18px 0 14px; color: var(--bl-eval-ink); font-size: 22px; line-height: 1.12; font-weight: 900; }
.bl-evaluator-related-draw { margin-bottom: 16px; padding: 14px; border-radius: 15px; background: #f5f6f7; }
.bl-evaluator-related-label { display: block; color: var(--bl-eval-muted); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.bl-evaluator-related-draw > strong { display: block; margin-top: 4px; color: var(--bl-eval-ink-2); font-size: 12px; line-height: 1.4; }
.bl-evaluator-countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 10px; }
.bl-evaluator-countdown > span { display: flex; min-width: 0; padding: 7px 4px; align-items: center; justify-content: center; flex-direction: column; border-radius: 9px; background: #fff; }
.bl-evaluator-countdown b { color: var(--bl-eval-ink); font-size: 13px; }
.bl-evaluator-countdown small { margin-top: 2px; color: var(--bl-eval-muted); font-size: 8px; }
.bl-evaluator-related-action { display: inline-flex; width: 100%; min-height: 44px; margin-top: auto; padding: 10px 14px; align-items: center; justify-content: space-between; gap: 10px; border-radius: 13px; background: var(--bl-eval-ink); color: #fff !important; font-size: 13px; font-weight: 900; transition: transform .16s ease, background .16s ease; }
.bl-evaluator-related-action:hover { transform: translateY(-1px); background: #111820; }

.bl-evaluator-seo-section { margin-top: clamp(64px, 8vw, 100px); padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(37,42,48,.08); border-radius: var(--bl-eval-radius-xl); background: radial-gradient(circle at 100% 0, rgba(250,192,61,.14), transparent 28%), #fff; box-shadow: var(--bl-eval-shadow); }
.bl-evaluator-seo-kicker { margin-bottom: 18px; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo { padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo__title { max-width: 920px; margin: 0 0 12px; color: var(--bl-eval-ink); font-size: clamp(30px, 4vw, 48px); line-height: 1.06; letter-spacing: -.045em; font-weight: 900; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo__subtitle,
.bl-evaluator-seo-section .bettylucky-dynamic-seo__intro { max-width: 900px; color: var(--bl-eval-muted); line-height: 1.7; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo__options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 0; list-style: none; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo__options li { padding: 13px 15px; border: 1px solid var(--bl-eval-border); border-radius: 14px; background: #f8f9fa; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo__cta { margin-top: 22px; padding: 20px; border-radius: 18px; background: var(--bl-eval-ink); color: #fff; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo__faq { display: grid; gap: 9px; margin-top: 24px; }
.bl-evaluator-seo-section .bettylucky-dynamic-seo__faq details { border: 1px solid var(--bl-eval-border); border-radius: 14px; background: #fff; }

.bl-evaluator-template-placeholder { width: min(860px, calc(100% - 32px)); margin: 48px auto; padding: 28px; border: 1px solid #dcdcde; border-radius: 18px; background: #fff; }

.bl-evaluator-free-gate-overlay { position: fixed; inset: 0; z-index: 999999; display: none; padding: 20px; align-items: center; justify-content: center; background: rgba(15, 23, 42, .72); backdrop-filter: blur(8px); }
.bl-evaluator-free-gate-overlay.is-open { display: flex; }
.bl-evaluator-free-gate-modal { position: relative; width: min(92vw, 480px); border-radius: 24px; background: #fff; color: #0f172a; box-shadow: 0 28px 80px rgba(0,0,0,.24); overflow: hidden; text-align: center; }
.bl-evaluator-free-gate-modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; display: none; width: 36px; height: 36px; padding: 0; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #f1f3f5; color: #475569; font-size: 22px; font-weight: 900; cursor: pointer; }
.bl-evaluator-free-gate-modal__header { padding: 28px 28px 8px; }
.bl-evaluator-free-gate-modal__title { margin: 0; color: var(--bl-eval-ink); font-size: 24px; line-height: 1.15; font-weight: 900; }
.bl-evaluator-free-gate-modal__body { padding: 10px 28px 28px; }
.bl-evaluator-free-gate-modal__message { margin: 0 0 16px; color: #69727d; font-size: 14px; line-height: 1.6; }
.bl-evaluator-free-gate-modal__ad-slot { display: flex; min-height: 112px; margin: 14px 0 18px; padding: 18px; align-items: center; justify-content: center; border: 2px dashed #d9dee3; border-radius: 16px; background: #f8f9fa; color: #69727d; font-size: 13px; font-weight: 800; }
.bl-evaluator-free-gate-modal__timer { display: inline-flex; min-width: 84px; min-height: 84px; margin: 4px auto 14px; align-items: center; justify-content: center; border-radius: 50%; background: var(--bl-eval-ink); color: #fff; font-size: 28px; font-weight: 900; }
.bl-evaluator-free-gate-modal__remaining { margin: 0 0 14px; color: #69727d; font-size: 12px; font-weight: 700; }
.bl-evaluator-free-gate-modal__button { display: inline-flex; width: 100%; max-width: 260px; min-height: 46px; padding: 10px 18px; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--bl-eval-green); color: #fff; font-weight: 900; cursor: pointer; }
.bl-evaluator-free-gate-modal__button:disabled { opacity: .55; cursor: not-allowed; }

@media (max-width: 1100px) {
    .bl-evaluator-hero { grid-template-columns: 1fr; }
    .bl-evaluator-hero-copy { min-height: 0; }
    .bl-evaluator-service-grid,
    .bl-evaluator-related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .bl-evaluator-analysis-surface .lg-ga-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px) {
    .bl-evaluator-shell { width: min(100% - 24px, 1320px); padding-top: 24px; padding-bottom: 44px; }
    .bl-evaluator-hero { gap: 14px; }
    .bl-evaluator-hero-copy,
    .bl-evaluator-workspace { padding: 22px 18px; border-radius: 23px; }
    .bl-evaluator-lottery-context { margin-bottom: 20px; }
    .bl-evaluator-hero-copy h1 { font-size: clamp(36px, 12vw, 54px); }
    .bl-native-evaluator-history,
    .bl-native-evaluator-actions,
    .bl-evaluator-service-grid,
    .bl-evaluator-related-grid,
    .bl-evaluator-analysis-surface .lg-ga-grid,
    .bl-evaluator-seo-section .bettylucky-dynamic-seo__options { grid-template-columns: 1fr; }
    .bl-native-evaluator-history-options { grid-template-columns: 1fr; }
    .bl-native-evaluator-ball-section { padding: 17px 11px; }
    .bettylucky-evaluator-public-page .le-ball-input,
    .bettylucky-evaluator-public-page .le-super-input { width: clamp(44px, 14vw, 58px); height: clamp(44px, 14vw, 58px); min-width: clamp(44px, 14vw, 58px); min-height: clamp(44px, 14vw, 58px); flex-basis: clamp(44px, 14vw, 58px); font-size: 17px; }
    .bettylucky-evaluator-public-page select.le-super-input { width: 100%; max-width: 100%; min-width: 0; min-height: 48px; height: 48px; border-radius: 14px; }
    .bl-native-save-note { text-align: left; }
    .bl-evaluator-section { padding-top: 60px; }
    .bl-evaluator-analysis-surface { padding: 16px; border-radius: 22px; }
    .bl-evaluator-analysis-surface .lg-ga-header { flex-direction: column; }
    .bl-evaluator-analysis-surface .lg-ga-score { grid-template-columns: 1fr; }
    .bl-evaluator-analysis-surface .lg-ga-frequency-list { grid-template-columns: 1fr; }
    .bl-evaluator-service-card { min-height: 230px; }
    .bl-evaluator-seo-section { padding: 22px 18px; border-radius: 22px; }
}

@media (max-width: 420px) {
    .bettylucky-evaluator-public-page .le-ball-input,
    .bettylucky-evaluator-public-page .le-super-input:not(select) { width: 42px; height: 42px; min-width: 42px; min-height: 42px; flex-basis: 42px; font-size: 15px; }
    .bl-native-evaluator-balls { gap: 7px !important; }
    .bl-evaluator-countdown > span { padding-left: 2px; padding-right: 2px; }
}

@media (prefers-reduced-motion: reduce) {
    .bettylucky-evaluator-public-page *,
    .bettylucky-evaluator-public-page *::before,
    .bettylucky-evaluator-public-page *::after,
    .bl-evaluator-free-gate-overlay *,
    .bl-evaluator-free-gate-overlay *::before,
    .bl-evaluator-free-gate-overlay *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
}
