@import '_content/Just.Core.Blazor/Just.Core.Blazor.sw4ox7zfvg.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Features/Campaigns/Create.razor.rz.scp.css */
/* ── Page rhythm ────────────────────────────────────────────── */

.campaign-create-section[b-mgywtcw4k5] {
    margin-top: 16px;
}

.section-head[b-mgywtcw4k5] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.section-head .section-title[b-mgywtcw4k5] {
    margin-bottom: 0;
}

.hint[b-mgywtcw4k5] {
    font-size: 12px;
    color: var(--text-muted);
}

/* spinner on accent background needs light strokes */
.btn-primary .spinner[b-mgywtcw4k5] {
    border-color: rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
}

/* MultiSelect dropdown must escape the card */
.campaign-create-metadata-card[b-mgywtcw4k5] {
    overflow: visible;
    position: relative;
    z-index: 2;
}

/* ── Step indicator ─────────────────────────────────────────── */

.campaign-create-steps[b-mgywtcw4k5] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.campaign-create-step[b-mgywtcw4k5] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: var(--text-muted);
    background: var(--bg);
}

.campaign-create-step-number[b-mgywtcw4k5] {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    background: #ececef;
    color: var(--text-secondary);
    flex-shrink: 0;
}

.campaign-create-step-label[b-mgywtcw4k5] {
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.2;
}

.campaign-create-step--active[b-mgywtcw4k5] {
    border-color: var(--accent);
    background: var(--accent-soft);
    color: var(--accent);
}

.campaign-create-step--active .campaign-create-step-number[b-mgywtcw4k5] {
    background: var(--accent);
    color: #fff;
}

.campaign-create-step--done[b-mgywtcw4k5] {
    border-color: var(--green);
    background: var(--green-soft);
    color: var(--green);
}

.campaign-create-step--done .campaign-create-step-number[b-mgywtcw4k5] {
    background: var(--green);
    color: #fff;
}

/* ── Add language row ───────────────────────────────────────── */

.campaign-create-addlang[b-mgywtcw4k5] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    max-width: 480px;
    margin-bottom: 16px;
}

.campaign-create-addlang .field[b-mgywtcw4k5] {
    flex: 1;
}

/* ── Language cards ─────────────────────────────────────────── */

.campaign-create-language-card[b-mgywtcw4k5] {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 14px;
}

.campaign-create-language-card-header[b-mgywtcw4k5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--border-soft);
    background: var(--bg);
}

.campaign-create-language-card-title[b-mgywtcw4k5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.campaign-create-language-card-body[b-mgywtcw4k5] {
    padding: 14px;
}

.campaign-create-language-card-body .form-grid[b-mgywtcw4k5] {
    margin-bottom: 0;
}

/* ── Live preview ───────────────────────────────────────────── */

.campaign-create-preview[b-mgywtcw4k5] {
    margin-top: 16px;
}

.campaign-create-preview-head[b-mgywtcw4k5] {
    margin-bottom: 8px;
}

.campaign-create-preview-title[b-mgywtcw4k5] {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.campaign-create-preview-sub[b-mgywtcw4k5] {
    margin: 0;
    font-size: 12.5px;
    color: var(--text-muted);
}

.campaign-create-preview-frame-wrap[b-mgywtcw4k5] {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    height: min(60vh, 34rem);
    background: var(--surface);
}

.campaign-create-preview-frame[b-mgywtcw4k5] {
    width: 100%;
    height: 100%;
    border: none;
}

/* ── Variables table ────────────────────────────────────────── */

.campaign-create-col-key[b-mgywtcw4k5] {
    width: 30%;
}

.campaign-create-col-action[b-mgywtcw4k5] {
    width: 7.5rem;
}

/* ── Status alert ───────────────────────────────────────────── */

.campaign-create-status[b-mgywtcw4k5] {
    margin-top: 16px;
    margin-bottom: 0;
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 980px) {
    .campaign-create-steps[b-mgywtcw4k5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .campaign-create-steps[b-mgywtcw4k5] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Campaigns/Details.razor.rz.scp.css */
/* ── Page rhythm ────────────────────────────────────────────── */

.campaign-details-page[b-lazegm2p7t] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-head[b-lazegm2p7t] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.section-head .section-title[b-lazegm2p7t] {
    margin-bottom: 0;
}

.hint[b-lazegm2p7t] {
    font-size: 12px;
    color: var(--text-muted);
}

/* ── Hero ───────────────────────────────────────────────────── */

.campaign-hero[b-lazegm2p7t] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.campaign-avatar[b-lazegm2p7t] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.01em;
    user-select: none;
    flex-shrink: 0;
    background: var(--accent);
}

/* color variants keyed by name hash (class names come from @code) */
.campaign-avatar.detail-avatar--blue[b-lazegm2p7t] { background: linear-gradient(135deg, #3b82f6, #1d4ed8); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--violet[b-lazegm2p7t] { background: linear-gradient(135deg, #8b5cf6, #6d28d9); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--teal[b-lazegm2p7t] { background: linear-gradient(135deg, #14b8a6, #0f766e); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--amber[b-lazegm2p7t] { background: linear-gradient(135deg, #f59e0b, #d97706); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--rose[b-lazegm2p7t] { background: linear-gradient(135deg, #f43f5e, #be123c); border: none; box-shadow: none; }

.campaign-hero-identity[b-lazegm2p7t] {
    flex: 1;
    min-width: 0;
}

.campaign-hero-name[b-lazegm2p7t] {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campaign-hero-sub[b-lazegm2p7t] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--text-secondary);
}

.campaign-hero-sub i[b-lazegm2p7t] {
    font-size: 12px;
    color: var(--text-muted);
}

.campaign-hero-sub .sep[b-lazegm2p7t] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border);
    flex-shrink: 0;
}

.campaign-hero-tags[b-lazegm2p7t] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.campaign-hero-tags:empty[b-lazegm2p7t] {
    display: none;
}

/* ── Main column ────────────────────────────────────────────── */

.campaign-main[b-lazegm2p7t] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.campaign-upload[b-lazegm2p7t] {
    padding: 14px 16px;
    border-top: 1px solid var(--border-soft);
}

.campaign-alert-pad[b-lazegm2p7t] {
    padding: 0 16px 14px;
}

.campaign-alert-pad .alert[b-lazegm2p7t] {
    margin-bottom: 0;
}

.campaign-status-alert[b-lazegm2p7t] {
    margin: 12px 0 0;
}

/* ── Failure table ──────────────────────────────────────────── */

.campaign-errors[b-lazegm2p7t] {
    border-color: #f0d2d3;
}

.campaign-error-message[b-lazegm2p7t] {
    max-width: 36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-table-note[b-lazegm2p7t] {
    padding: 10px 14px;
    font-size: 12px;
    color: var(--text-muted);
    border-top: 1px solid var(--border-soft);
}

/* ── Job rows ───────────────────────────────────────────────── */

.campaign-job-row[b-lazegm2p7t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-soft);
    flex-wrap: wrap;
}

.campaign-job-row:last-of-type[b-lazegm2p7t] {
    border-bottom: 0;
}

.campaign-job-main[b-lazegm2p7t] {
    min-width: 0;
    flex: 1;
}

.campaign-job-name[b-lazegm2p7t] {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.campaign-job-meta[b-lazegm2p7t] {
    margin: 2px 0 0;
    font-size: 12.5px;
    color: var(--text-muted);
}

.campaign-job-right[b-lazegm2p7t] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* ── Aside cards ────────────────────────────────────────────── */

.campaign-aside-title[b-lazegm2p7t] {
    padding: 12px 16px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.campaign-aside-body[b-lazegm2p7t] {
    padding: 12px 16px 14px;
}

.campaign-aside-note[b-lazegm2p7t] {
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
}
/* /Features/Campaigns/Index.razor.rz.scp.css */
/* ── Section head (title + count) ───────────────────────────── */

.section-head[b-8ny6vr9yoy] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.section-head .section-title[b-8ny6vr9yoy] {
    margin-bottom: 0;
}

/* ── Grid shell ─────────────────────────────────────────────── */

.campaign-grid-shell[b-8ny6vr9yoy]  table {
    min-width: 50rem;
}

.campaign-grid-shell[b-8ny6vr9yoy]  td {
    vertical-align: middle;
}

/* ── Campaign cell ──────────────────────────────────────────── */

.campaign-grid-main[b-8ny6vr9yoy] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.campaign-grid-main-content[b-8ny6vr9yoy] {
    min-width: 0;
}

.campaign-icon[b-8ny6vr9yoy] {
    width: 32px;
    height: 32px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    color: #fff;
    background: var(--accent);
}

/* color variants keyed by name hash (class names come from @code) */
.campaign-icon.detail-avatar--blue[b-8ny6vr9yoy] { background: linear-gradient(135deg, #3b82f6, #1d4ed8); box-shadow: none; }
.campaign-icon.detail-avatar--violet[b-8ny6vr9yoy] { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: none; }
.campaign-icon.detail-avatar--teal[b-8ny6vr9yoy] { background: linear-gradient(135deg, #14b8a6, #0f766e); box-shadow: none; }
.campaign-icon.detail-avatar--amber[b-8ny6vr9yoy] { background: linear-gradient(135deg, #f59e0b, #d97706); box-shadow: none; }
.campaign-icon.detail-avatar--rose[b-8ny6vr9yoy] { background: linear-gradient(135deg, #f43f5e, #be123c); box-shadow: none; }

.campaign-grid-link[b-8ny6vr9yoy] {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
}

.campaign-grid-link:hover[b-8ny6vr9yoy] {
    color: var(--accent);
}

/* ── Meta strip (TitleName + genre badges) ──────────────────── */

.campaign-meta-strip[b-8ny6vr9yoy] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.campaign-meta-strip:empty[b-8ny6vr9yoy] {
    display: none;
}

.campaign-meta-title[b-8ny6vr9yoy] {
    font-size: 12px;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Separator between TitleName and genre badges */
.campaign-meta-title:not(:last-child)[b-8ny6vr9yoy]::after {
    content: "·";
    margin-left: 6px;
    color: var(--text-muted);
}

/* ── Actions ────────────────────────────────────────────────── */

.campaign-index-actions[b-8ny6vr9yoy] {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 760px) {
    .campaign-grid-shell[b-8ny6vr9yoy]  table {
        min-width: 42rem;
    }
}

@media (max-width: 480px) {
    .campaign-grid-shell[b-8ny6vr9yoy]  table {
        min-width: 36rem;
    }

    .campaign-index-actions[b-8ny6vr9yoy] {
        min-width: 10.5rem;
    }
}
/* /Features/Campaigns/SendJob.razor.rz.scp.css */
/* ── Page rhythm ────────────────────────────────────────────── */

.sendjob-page[b-or13gyh8v4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hint[b-or13gyh8v4] {
    font-size: 12px;
    color: var(--text-muted);
}

/* spinner on accent background needs light strokes */
.btn-primary .spinner[b-or13gyh8v4] {
    border-color: rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
}

/* ── Hero ───────────────────────────────────────────────────── */

.campaign-hero[b-or13gyh8v4] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.campaign-avatar[b-or13gyh8v4] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.01em;
    user-select: none;
    flex-shrink: 0;
    background: var(--accent);
}

/* color variants keyed by name hash (class names come from @code) */
.campaign-avatar.detail-avatar--blue[b-or13gyh8v4] { background: linear-gradient(135deg, #3b82f6, #1d4ed8); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--violet[b-or13gyh8v4] { background: linear-gradient(135deg, #8b5cf6, #6d28d9); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--teal[b-or13gyh8v4] { background: linear-gradient(135deg, #14b8a6, #0f766e); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--amber[b-or13gyh8v4] { background: linear-gradient(135deg, #f59e0b, #d97706); border: none; box-shadow: none; }
.campaign-avatar.detail-avatar--rose[b-or13gyh8v4] { background: linear-gradient(135deg, #f43f5e, #be123c); border: none; box-shadow: none; }

.campaign-hero-identity[b-or13gyh8v4] {
    flex: 1;
    min-width: 0;
}

.campaign-hero-name[b-or13gyh8v4] {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campaign-hero-sub[b-or13gyh8v4] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--text-secondary);
}

.campaign-hero-sub i[b-or13gyh8v4] {
    font-size: 12px;
    color: var(--text-muted);
}

.campaign-hero-sub .sep[b-or13gyh8v4] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border);
    flex-shrink: 0;
}

.campaign-hero-tags[b-or13gyh8v4] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.campaign-hero-actions[b-or13gyh8v4] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* relevance pill — variant class names come from @code */
.relevance-pill[b-or13gyh8v4] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 21px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 550;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    border: none;
}

.relevance-pill.relevance-pill--high[b-or13gyh8v4] { background: var(--accent-soft); color: var(--accent); border: none; }
.relevance-pill.relevance-pill--medium[b-or13gyh8v4] { background: var(--amber-soft); color: var(--amber); border: none; }
.relevance-pill.relevance-pill--low[b-or13gyh8v4] { background: #ececef; color: var(--text-muted); border: none; }

/* ── Builder ────────────────────────────────────────────────── */

.sendjob-main[b-or13gyh8v4] {
    min-width: 0;
}

.sendjob-builder[b-or13gyh8v4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sendjob-config-grid[b-or13gyh8v4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sendjob-config-card[b-or13gyh8v4] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sendjob-config-card--filters[b-or13gyh8v4] {
    background: linear-gradient(180deg, var(--accent-soft) 0%, var(--surface) 70%);
}

.sendjob-config-card-header[b-or13gyh8v4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.sendjob-config-card-eyebrow[b-or13gyh8v4] {
    margin: 0 0 3px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.sendjob-config-card-title[b-or13gyh8v4] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.sendjob-config-card-copy[b-or13gyh8v4] {
    margin: -6px 0 0;
    font-size: 13px;
    color: var(--text-secondary);
}

.sendjob-config-card-icon[b-or13gyh8v4] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    border: 1px solid var(--border-soft);
    color: var(--text-secondary);
    flex-shrink: 0;
}

.sendjob-form-grid[b-or13gyh8v4] {
    margin-bottom: 0;
}

.sendjob-filter-preview[b-or13gyh8v4] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 14px;
    border-radius: var(--radius);
    background: var(--accent-soft);
    border: 1px solid var(--border-soft);
}

.sendjob-filter-preview-label[b-or13gyh8v4] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--accent);
}

.sendjob-filter-preview-value[b-or13gyh8v4] {
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
}

/* ── Action bar ─────────────────────────────────────────────── */

.sendjob-action-bar[b-or13gyh8v4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: var(--bg);
}

.sendjob-action-metrics[b-or13gyh8v4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    flex: 1;
}

.sendjob-action-metric[b-or13gyh8v4] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sendjob-action-metric-label[b-or13gyh8v4] {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
}

.sendjob-action-metric-value[b-or13gyh8v4] {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.sendjob-create-button[b-or13gyh8v4] {
    flex-shrink: 0;
    min-width: 12rem;
}

.sendjob-status-alert[b-or13gyh8v4] {
    margin: 16px 0 0;
}

/* ── Summary aside ──────────────────────────────────────────── */

.sendjob-aside-title[b-or13gyh8v4] {
    padding: 12px 16px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.sendjob-summary-group-title[b-or13gyh8v4] {
    margin: 0;
    padding: 12px 16px 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-secondary);
}

.sendjob-summary-group .kv[b-or13gyh8v4] {
    padding-top: 6px;
}

.sendjob-summary-divider[b-or13gyh8v4] {
    height: 1px;
    background: var(--border-soft);
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 1100px) {
    .sendjob-config-grid[b-or13gyh8v4] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .sendjob-action-bar[b-or13gyh8v4] {
        flex-direction: column;
        align-items: stretch;
    }

    .sendjob-action-metrics[b-or13gyh8v4] {
        grid-template-columns: 1fr;
    }

    .sendjob-create-button[b-or13gyh8v4] {
        min-width: 0;
        width: 100%;
    }
}
/* /Features/Creators/Components/Address.razor.rz.scp.css */
.panel-head[b-6xscukrv63] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    min-height: 27px;
}

.panel-head .section-title[b-6xscukrv63] {
    margin-bottom: 0;
}

.address-lines[b-6xscukrv63] {
    font-size: 13px;
    line-height: 1.6;
}

/* Kompakteres Formularraster in der schmalen Seitenleiste */
.address-grid[b-6xscukrv63] {
    gap: 10px 12px;
    margin-bottom: 14px;
}
/* /Features/Creators/Components/Basics.razor.rz.scp.css */
/* MultiSelect-Dropdown darf über die Karte hinausragen */
.creator-basics-panel[b-bne5acc562] {
    overflow: visible;
    position: relative;
    z-index: 2;
}

/* Bearbeitungsmodus: Akzent-Rahmen im Just.UI-Stil */
.creator-basics-panel--editing[b-bne5acc562] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}

.panel-head[b-bne5acc562] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    min-height: 27px;
}

.panel-head .section-title[b-bne5acc562] {
    margin-bottom: 0;
}

/* dl.kv bringt eigenes Padding mit — hier liegt es in card-pad */
dl.basics-kv[b-bne5acc562] {
    padding: 0;
}

.basics-genres[b-bne5acc562] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
/* /Features/Creators/Components/Info.razor.rz.scp.css */
.aside-head[b-665ft4pn47] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--border-soft);
    font-size: 13px;
    font-weight: 600;
}

.aside-body[b-665ft4pn47] {
    padding: 12px 16px;
    font-size: 13px;
}

.aside-foot[b-665ft4pn47] {
    padding: 8px 10px;
    border-top: 1px solid var(--border-soft);
}

.aside-foot .btn[b-665ft4pn47] {
    width: 100%;
    justify-content: center;
}
/* /Features/Creators/Components/Outreach.razor.rz.scp.css */
.outreach-compose[b-vqtd1itthl] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.outreach-compose[b-vqtd1itthl]  .input {
    flex: 1;
}

.outreach-entry-head[b-vqtd1itthl] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.outreach-entry-text[b-vqtd1itthl] {
    margin: 2px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

.outreach-more[b-vqtd1itthl] {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
}
/* /Features/Creators/Pages/ContentTimeline.razor.rz.scp.css */
.timeline-item-text[b-1xb6joyji1] {
    min-width: 0;
}

.timeline-creator[b-1xb6joyji1] {
    font-size: 12px;
    color: var(--text-muted);
}

.timeline-link-icon[b-1xb6joyji1] {
    margin-left: 0.3rem;
    font-size: 0.64rem;
    color: var(--text-muted);
}
/* /Features/Creators/Pages/Details.razor.rz.scp.css */
/* Scoped to the creator detail page */

/* Hero as a Just.UI card: overrides the legacy full-bleed band
   (.detail-hero in the legacy app.css uses negative margins). */
.detail-hero[b-ix7fl29ga5] {
    margin: 0;
    padding: 18px 20px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.detail-hero-name[b-ix7fl29ga5] {
    font-weight: 650;
    color: var(--text);
    letter-spacing: -0.01em;
}

.detail-hero-sub[b-ix7fl29ga5] {
    color: var(--text-secondary);
}

.detail-hero-sub a[b-ix7fl29ga5] {
    color: var(--text-secondary);
}

.detail-hero-sub a:hover[b-ix7fl29ga5] {
    color: var(--accent);
}
/* /Features/Creators/Pages/EmailReview.razor.rz.scp.css */
.review-list[b-3h4apdv78m] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.review-card-header[b-3h4apdv78m] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-soft);
}

.review-identity[b-3h4apdv78m] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.review-meta[b-3h4apdv78m] {
    font-size: 12.5px;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.review-meta--space[b-3h4apdv78m] {
    margin-bottom: 12px;
}

.review-profiles[b-3h4apdv78m] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

a.badge:hover[b-3h4apdv78m] {
    text-decoration: none;
    background: #e2e2e6;
}

.review-links-title[b-3h4apdv78m] {
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 6px;
}

.review-links[b-3h4apdv78m] {
    font-size: 12.5px;
    margin: 0 0 12px;
    padding-left: 18px;
}

.review-evidence[b-3h4apdv78m] {
    font-size: 12.5px;
    color: var(--text-secondary);
}

.review-actions-cell[b-3h4apdv78m] {
    text-align: right;
}
/* /Features/Creators/Pages/Index.razor.rz.scp.css */
/* ── Page layout ───────────────────────────────────────────── */

.creators-index-page[b-96w7a19rs7] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── Filter toolbar ────────────────────────────────────────── */

.creators-list-toolbar[b-96w7a19rs7] {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.creators-filter-search[b-96w7a19rs7] {
    position: relative;
    max-width: 560px;
}

.creators-search-input-shell[b-96w7a19rs7] {
    position: relative;
    height: 32px;
    padding: 0;
}

.creators-search-input-shell:focus-within[b-96w7a19rs7] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(94, 106, 210, 0.15);
}

.creators-search-highlight[b-96w7a19rs7],
.creators-search-input[b-96w7a19rs7] {
    font: inherit;
    letter-spacing: 0;
}

.creators-search-highlight[b-96w7a19rs7] {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 10px;
    color: var(--text);
    pointer-events: none;
    white-space: pre;
}

.creators-search-input-shell[b-96w7a19rs7]  .creators-search-highlight-token {
    border-radius: 3px;
    background: var(--accent-soft);
    color: var(--accent);
}

.creators-search-input[b-96w7a19rs7] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
    caret-color: var(--text);
    -webkit-text-fill-color: transparent;
}

.creators-search-input:focus[b-96w7a19rs7] {
    background: transparent;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.creators-search-input[b-96w7a19rs7]::placeholder {
    color: var(--text-muted);
    opacity: 1;
    -webkit-text-fill-color: var(--text-muted);
}

.creators-search-autocomplete[b-96w7a19rs7] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1000;
    width: min(100%, 32rem);
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.creators-search-autocomplete-title[b-96w7a19rs7] {
    padding: 7px 10px;
    border-bottom: 1px solid var(--border-soft);
    color: var(--text-muted);
    font-size: 11.5px;
    font-weight: 600;
}

.creators-search-suggestion[b-96w7a19rs7] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    border: 0;
    border-bottom: 1px solid var(--border-soft);
    background: var(--surface);
    color: var(--text);
    text-align: left;
    cursor: pointer;
    font: 400 13px var(--font);
}

.creators-search-suggestion:last-child[b-96w7a19rs7] {
    border-bottom: 0;
}

.creators-search-suggestion:hover[b-96w7a19rs7],
.creators-search-suggestion:focus-visible[b-96w7a19rs7],
.creators-search-suggestion--active[b-96w7a19rs7] {
    background: #f4f4f6;
}

.creators-search-suggestion--active .creators-search-suggestion-label[b-96w7a19rs7] {
    color: var(--accent);
}

.creators-search-suggestion-label[b-96w7a19rs7] {
    font-weight: 600;
}

.creators-search-suggestion-description[b-96w7a19rs7] {
    overflow: hidden;
    color: var(--text-muted);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Grid shell ─────────────────────────────────────────────── */

.creators-grid-shell[b-96w7a19rs7]  td {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

/* Identity column: allow flexible height for two-line content */
.creators-grid-shell[b-96w7a19rs7]  td:first-child {
    overflow: hidden;
    white-space: normal;
}

/* Genres column: allow wrapping tags */
.creators-grid-shell[b-96w7a19rs7]  td:nth-child(2) {
    overflow: visible;
    white-space: normal;
}

/* Status column: badges need visible overflow */
.creators-grid-shell[b-96w7a19rs7]  td:nth-child(4) {
    overflow: visible;
    white-space: normal;
}

/* ── Grid footer ────────────────────────────────────────────── */

.creators-grid-footer[b-96w7a19rs7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 14px 12px;
    border-top: 1px solid var(--border-soft);
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 640px) {
    .creators-grid-footer[b-96w7a19rs7] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Features/Creators/SocialProfiles/AddProfileModal.razor.rz.scp.css */
.option-grid[b-xylyimdg4v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 700px) {
    .option-grid[b-xylyimdg4v] {
        grid-template-columns: 1fr;
    }
}

.option-tile[b-xylyimdg4v] {
    display: block;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 18px 16px;
    background: var(--surface);
    text-align: left;
    cursor: pointer;
    font-family: var(--font);
    transition: border-color 0.12s, box-shadow 0.12s;
}

.option-tile:hover[b-xylyimdg4v],
.option-tile:focus-visible[b-xylyimdg4v] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(94, 106, 210, 0.15);
}

.option-title[b-xylyimdg4v] {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.option-sub[b-xylyimdg4v] {
    color: var(--text-secondary);
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.5;
}

.modal-error[b-xylyimdg4v] {
    margin: 12px 0 0;
}

.modal-form-grid[b-xylyimdg4v] {
    margin-bottom: 0;
}
/* /Features/Creators/SocialProfiles/ProfilesList.razor.rz.scp.css */
/* Zeilen-Hover darf die abgerundeten Ecken nicht überdecken */
.profiles-panel[b-6i874brikc] {
    overflow: hidden;
}

.list-head[b-6i874brikc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-soft);
}

.list-head-left[b-6i874brikc] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.list-head-title[b-6i874brikc] {
    font-size: 14px;
    font-weight: 600;
}

.unavailable-badge[b-6i874brikc] {
    margin-left: 6px;
}

.updated-note[b-6i874brikc] {
    padding: 8px 20px;
    font-size: 12px;
    color: var(--text-muted);
    border-top: 1px solid var(--border-soft);
}
/* /Features/Games/Create.razor.rz.scp.css */
.games-create-page[b-oi8satqcje] {
    display: flex;
    flex-direction: column;
}

.games-create-page .section[b-oi8satqcje] {
    margin-top: 0;
    margin-bottom: 24px;
}

.games-create-page .form-grid[b-oi8satqcje] {
    margin-bottom: 0;
}

.games-create-panel-meta[b-oi8satqcje] {
    font-size: 12.5px;
    color: var(--text-muted);
    margin: -6px 0 10px;
}

.games-form-hint[b-oi8satqcje] {
    font-size: 12px;
    color: var(--text-muted);
}

.games-create-provider-checks[b-oi8satqcje] {
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    padding-bottom: 5px;
}

.games-create-search-action[b-oi8satqcje] {
    justify-content: flex-end;
}

.games-create-col-toggle[b-oi8satqcje] {
    width: 8.75rem;
}

.games-create-col-select[b-oi8satqcje] {
    width: 6.25rem;
}

.games-create-matches[b-oi8satqcje] {
    margin-top: 14px;
}

.games-create-actions[b-oi8satqcje] {
    margin-top: 4px;
}
/* /Features/Games/Details.razor.rz.scp.css */
.games-details-stats[b-85uvujriec] {
    margin: -6px 0 4px;
}

.games-details-main .section:first-child[b-85uvujriec] {
    margin-top: 20px;
}

.games-details-main .card.card-pad > .form-grid[b-85uvujriec] {
    margin-bottom: 0;
}

.games-details-section-head[b-85uvujriec] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.games-details-section-head .section-title[b-85uvujriec] {
    margin-bottom: 0;
}

.games-details-col-toggle[b-85uvujriec] {
    width: 8.75rem;
}

.games-details-col-action[b-85uvujriec] {
    width: 7rem;
}

.games-details-col-select[b-85uvujriec] {
    width: 6.25rem;
}

.games-details-add-matches[b-85uvujriec] {
    margin-top: 14px;
}

.games-details-add-matches > .btn[b-85uvujriec] {
    margin-top: 12px;
}

.games-form-hint[b-85uvujriec] {
    font-size: 12px;
    color: var(--text-muted);
}

.games-details-subtitle[b-85uvujriec] {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.games-details-search-action[b-85uvujriec] {
    justify-content: flex-end;
}

.games-details-provider-checks[b-85uvujriec] {
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    padding-bottom: 5px;
}

.games-details-matches[b-85uvujriec] {
    margin-top: 14px;
}

.games-details-muted[b-85uvujriec] {
    font-size: 13px;
    color: var(--text-muted);
    margin: 12px 0 0;
}

.games-details-aside-title[b-85uvujriec] {
    margin: 0 0 10px;
}

.detail-aside .games-details-muted[b-85uvujriec] {
    margin: 0 0 12px;
}

@media (max-width: 760px) {
    .games-details-section-head[b-85uvujriec] {
        flex-wrap: wrap;
    }
}
/* /Features/Games/Index.razor.rz.scp.css */
.games-grid-shell[b-eiwn4z5479]  td {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}

/* Status + Min. Follower columns need visible overflow for badges */
.games-grid-shell[b-eiwn4z5479]  td:nth-child(3),
.games-grid-shell[b-eiwn4z5479]  td:nth-child(4) {
    overflow: visible;
    white-space: normal;
}

.games-index-footer[b-eiwn4z5479] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 14px 12px;
    border-top: 1px solid var(--border-soft);
}

@media (max-width: 900px) {
    .games-index-footer[b-eiwn4z5479] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Features/MailBuilder/MailBuilder.razor.rz.scp.css */
.mb-topbar[b-06ic1lk81h] {
    margin-bottom: 14px;
}

.mb-topbar .pill[b-06ic1lk81h] {
    gap: 6px;
}

.mb-topbar-ctx[b-06ic1lk81h] {
    font-size: 12.5px;
    color: var(--text-muted);
}

.mb-wysiwyg[b-06ic1lk81h] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 344px;
    gap: 20px;
    align-items: start;
}

/* Canvas — resembles the email background */
.mb-canvas[b-06ic1lk81h] {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    min-height: 480px;
}

.mb-card[b-06ic1lk81h] {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--radius);
    padding: 16px 0;
}

/* Selectable element */
.mb-el[b-06ic1lk81h] {
    position: relative;
    padding: 8px 25px;
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: -2px;
    border-radius: 2px;
}

.mb-el:hover[b-06ic1lk81h] {
    outline-color: rgba(94, 106, 210, 0.3);
}

.mb-el.is-selected[b-06ic1lk81h] {
    outline-color: var(--accent);
}

/* Floating per-element toolbar */
.mb-el-bar[b-06ic1lk81h] {
    position: absolute;
    top: -14px;
    right: 8px;
    display: flex;
    gap: 1px;
    background: var(--text);
    border-radius: var(--radius);
    padding: 2px;
    z-index: 3;
}

.mb-el-bar button[b-06ic1lk81h] {
    border: none;
    background: transparent;
    color: #fff;
    padding: 3px 6px;
    font-size: 0.75rem;
    border-radius: 5px;
    cursor: pointer;
}

.mb-el-bar button:hover:not(:disabled)[b-06ic1lk81h] {
    background: rgba(255, 255, 255, 0.18);
}

.mb-el-bar button:disabled[b-06ic1lk81h] {
    opacity: 0.35;
    cursor: default;
}

/* Insert-between affordance */
.mb-insert[b-06ic1lk81h] {
    position: relative;
}

.mb-insert-line[b-06ic1lk81h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.mb-insert-line[b-06ic1lk81h]::before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    height: 2px;
    border-radius: 2px;
    background: transparent;
}

.mb-insert-line:hover[b-06ic1lk81h]::before {
    background: rgba(94, 106, 210, 0.4);
}

.mb-insert-line.is-open[b-06ic1lk81h]::before {
    background: rgba(94, 106, 210, 0.6);
}

.mb-insert-plus[b-06ic1lk81h] {
    position: relative;
    z-index: 2;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    font-size: 0.6rem;
    opacity: 0;
}

.mb-insert-line:hover .mb-insert-plus[b-06ic1lk81h],
.mb-insert-line.is-open .mb-insert-plus[b-06ic1lk81h] {
    opacity: 1;
}

/* Floating insert popover (overlays — does not push the blocks) */
.mb-insert-pop[b-06ic1lk81h] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: max-content;
    max-width: 320px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 10px;
}

.mb-insert-pop-head[b-06ic1lk81h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.mb-insert-pop-title[b-06ic1lk81h] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

.mb-insert-pop-close[b-06ic1lk81h] {
    border: none;
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0 4px;
}

.mb-insert-pop-close:hover[b-06ic1lk81h] {
    color: var(--text);
}

.mb-insert-pop-grid[b-06ic1lk81h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.mb-insert-pop-grid button[b-06ic1lk81h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-secondary);
    font: 500 11.5px var(--font);
    padding: 9px 6px;
    border-radius: var(--radius);
    cursor: pointer;
}

.mb-insert-pop-grid button:hover[b-06ic1lk81h] {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-soft);
}

.mb-insert-pop-grid button i[b-06ic1lk81h] {
    font-size: 0.95rem;
}

.mb-empty[b-06ic1lk81h] {
    color: var(--text-muted);
    text-align: center;
    padding: 24px 25px;
}

/* Contextual config side-card (flyout) */
.mb-config[b-06ic1lk81h] {
    position: sticky;
    top: 16px;
}

.mb-side-title[b-06ic1lk81h] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin: 0 0 6px;
}

.mb-flyout[b-06ic1lk81h] {
    overflow: hidden;
}

.mb-flyout-head[b-06ic1lk81h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border-bottom: 1px solid var(--border-soft);
    background: var(--bg);
}

.mb-flyout-title[b-06ic1lk81h] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 13px;
    color: var(--text);
}

.mb-flyout-ico[b-06ic1lk81h] {
    width: 26px;
    height: 26px;
    border-radius: var(--radius);
    background: var(--accent-soft);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.mb-flyout-close[b-06ic1lk81h] {
    border: none;
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    padding: 2px 6px;
    border-radius: var(--radius);
}

.mb-flyout-close:hover[b-06ic1lk81h] {
    background: var(--border-soft);
    color: var(--text);
}

.mb-flyout-body[b-06ic1lk81h] {
    padding: 14px;
}

.mb-flyout-body .label[b-06ic1lk81h] {
    display: block;
    margin: 12px 0 4px;
}

.mb-flyout-body .label:first-child[b-06ic1lk81h] {
    margin-top: 0;
}

.mb-format[b-06ic1lk81h] {
    display: inline-flex;
    gap: 1px;
    margin: 4px 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.mb-format button[b-06ic1lk81h] {
    border: none;
    background: var(--surface);
    color: var(--text-secondary);
    padding: 5px 9px;
    cursor: pointer;
    font-size: 0.8rem;
}

.mb-format button + button[b-06ic1lk81h] {
    border-left: 1px solid var(--border);
}

.mb-format button:hover[b-06ic1lk81h] {
    background: var(--accent-soft);
    color: var(--accent);
}

.mb-format-hint[b-06ic1lk81h] {
    font-size: 11.5px;
    color: var(--text-muted);
    margin: 4px 0 0;
}

.mb-flyout-align[b-06ic1lk81h] {
    margin-top: 14px;
}

.mb-align-seg[b-06ic1lk81h] {
    display: inline-flex;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 4px;
}

.mb-align-seg button[b-06ic1lk81h] {
    border: none;
    background: var(--surface);
    color: var(--text-secondary);
    padding: 6px 11px;
    cursor: pointer;
    font-size: 0.85rem;
}

.mb-align-seg button + button[b-06ic1lk81h] {
    border-left: 1px solid var(--border);
}

.mb-align-seg button.is-active[b-06ic1lk81h] {
    background: var(--accent);
    color: #fff;
}

.mb-flyout-vars[b-06ic1lk81h] {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--border-soft);
}

.mb-var-chips[b-06ic1lk81h] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mb-chip[b-06ic1lk81h] {
    font-family: var(--mono);
    font-size: 12px;
    padding: 3px 8px;
    border: 1px solid var(--border);
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: var(--radius);
    cursor: pointer;
}

.mb-chip:hover[b-06ic1lk81h] {
    background: #e2e5f8;
}

.mb-frame[b-06ic1lk81h] {
    width: 100%;
    height: 620px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
}

@media (max-width: 992px) {
    .mb-wysiwyg[b-06ic1lk81h] {
        grid-template-columns: 1fr;
    }

    .mb-config[b-06ic1lk81h] {
        position: static;
    }
}
/* /Features/MailBuilder/Preview.razor.rz.scp.css */
.pv-title[b-faj0ivbvbz] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin: 0 0 8px;
}

.pv-frame[b-faj0ivbvbz] {
    width: 100%;
    height: 640px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
}

.pv-merge-list[b-faj0ivbvbz] {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
}

.pv-merge-list li + li[b-faj0ivbvbz] {
    margin-top: 2px;
}

.pv-status[b-faj0ivbvbz] {
    margin: 10px 0 0;
    font-size: 12.5px;
    color: var(--text-secondary);
}
/* /Features/Samples/Details.razor.rz.scp.css */
.sample-preview-card[b-plhh0u0lcf] {
    overflow: hidden;
}

.sample-preview-card img[b-plhh0u0lcf] {
    display: block;
    width: 100%;
    height: auto;
}
/* /Features/Samples/ImportUsers.razor.rz.scp.css */
.import-users-summary[b-ejon2clij3] {
    gap: 2px;
    min-width: 0;
}

.import-progress-track[b-ejon2clij3] {
    margin-top: 8px;
    height: 8px;
    border-radius: var(--radius);
    background: var(--border-soft);
    overflow: hidden;
}

.import-progress-fill[b-ejon2clij3] {
    height: 100%;
    border-radius: var(--radius);
    background: var(--accent);
    transition: width 0.2s ease;
}
/* /Features/Samples/Index.razor.rz.scp.css */
.samples-grid-shell[b-ws2f8sq28y]  td {
    vertical-align: middle;
}

.samples-index-actions[b-ws2f8sq28y] {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.samples-index-footer[b-ws2f8sq28y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 14px 12px;
    border-top: 1px solid var(--border-soft);
}

@media (max-width: 900px) {
    .samples-index-footer[b-ws2f8sq28y] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* rows navigate to the detail page */
[b-ws2f8sq28y] .samples-grid-shell tbody tr { cursor: pointer; }
/* /Features/Users/Index.razor.rz.scp.css */
.users-grid-shell[b-n9so8ml3pt]  td {
    vertical-align: middle;
    white-space: nowrap;
}

.users-index-row-actions[b-n9so8ml3pt] {
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.users-index-footer[b-n9so8ml3pt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 14px 12px;
    border-top: 1px solid var(--border-soft);
}

@media (max-width: 900px) {
    .users-index-footer[b-n9so8ml3pt] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Admin/Auth/Login.razor.rz.scp.css */
/* Two-column auth layout (dark brand panel + form card), Just.UI tokens. */

.auth-shell[b-d3oo90ulws] {
    min-height: calc(100vh - 3.5rem);
    display: grid;
    place-items: center;
    padding: clamp(20px, 3vw, 44px) 16px;
}

.auth-grid[b-d3oo90ulws] {
    width: min(1020px, 100%);
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.auth-panel[b-d3oo90ulws] {
    background: linear-gradient(145deg, #16171c 0%, #24262e 100%);
    color: #f7f7f9;
    padding: clamp(24px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.auth-brand[b-d3oo90ulws] {
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: rgba(247, 247, 249, 0.85);
}

.auth-brand img[b-d3oo90ulws] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.92);
    padding: 7px;
}

.auth-panel h1[b-d3oo90ulws] {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(21px, 3vw, 30px);
    letter-spacing: -0.02em;
    max-width: 14ch;
}

.auth-panel p[b-d3oo90ulws] {
    margin: 0;
    color: rgba(247, 247, 249, 0.65);
    font-size: 14px;
    max-width: 38ch;
}

.auth-panel-stat[b-d3oo90ulws] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
}

.auth-panel-stat .dot[b-d3oo90ulws] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    animation: auth-pulse-b-d3oo90ulws 2.2s ease-out infinite;
}

@keyframes auth-pulse-b-d3oo90ulws {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55); }
    70% { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.auth-card[b-d3oo90ulws] {
    padding: clamp(24px, 3.5vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-card h2[b-d3oo90ulws] {
    margin: 0 0 2px;
    font-size: 18px;
}

.auth-switch[b-d3oo90ulws] {
    border: 0;
    background: none;
    color: var(--accent);
    font: 600 13px var(--font);
    padding: 0;
    cursor: pointer;
}

.auth-switch:hover[b-d3oo90ulws] {
    color: var(--accent-hover);
    text-decoration: underline;
}

@media (max-width: 820px) {
    .auth-grid[b-d3oo90ulws] {
        grid-template-columns: 1fr;
    }

    .auth-panel[b-d3oo90ulws] {
        gap: 16px;
        padding-bottom: 20px;
    }

    .auth-panel h1[b-d3oo90ulws] {
        max-width: none;
    }
}
/* /Pages/Admin/Newsletters/NewsletterDetails.razor.rz.scp.css */
[b-2kx3hk9e8i] .html-sandbox-viewer {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(19, 36, 65, 0.16);
    overflow: hidden;
    height: 100%;
}
/* /Pages/Sample.razor.rz.scp.css */
/* ─────────────────────────────────────────────────────────
   Sample / Leseprobe — World-class conversion landing page
   ───────────────────────────────────────────────────────── */

/* ── Page grid ──────────────────────────────────────────── */
/* Row 1: hero text spans full width
   Row 2: preview image (left) + conversion card (right) */
.lp[b-muyo9pd6v7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem) clamp(2rem, 4vw, 3.5rem);
    align-items: stretch;
    width: min(1340px, 100%);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 0;
    animation: lpFadeUp-b-muyo9pd6v7 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ── Hero content (spans full width, row 1) ─────────────── */
.lp-hero-content[b-muyo9pd6v7] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 680px;
}

/* Badge — pulsing dot + label */
.lp-badge[b-muyo9pd6v7] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    padding: 0.4rem 1.1rem 0.4rem 0.85rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--accent-700);
    background: linear-gradient(135deg, rgba(43, 109, 247, 0.08) 0%, rgba(43, 109, 247, 0.03) 100%);
    border: 1px solid rgba(43, 109, 247, 0.15);
    border-radius: 999px;
    animation: lpFadeUp-b-muyo9pd6v7 0.6s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-badge-dot[b-muyo9pd6v7] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--accent-500);
    box-shadow: 0 0 0 0 rgba(43, 109, 247, 0.5);
    animation: lpPulseDot-b-muyo9pd6v7 2.4s ease-out infinite;
}

/* Title */
.lp-title[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--ink-950);
    margin: 0;
    max-width: 20ch;
    animation: lpFadeUp-b-muyo9pd6v7 0.7s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Lead text */
.lp-lead[b-muyo9pd6v7] {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.7;
    color: var(--ink-600);
    max-width: 48ch;
    margin: 0;
    animation: lpFadeUp-b-muyo9pd6v7 0.7s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ── Social proof ───────────────────────────────────────── */
.lp-social-proof[b-muyo9pd6v7] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.25rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(43, 109, 247, 0.08);
    border-radius: 1rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: fit-content;
    animation: lpFadeUp-b-muyo9pd6v7 0.7s 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lp-social-proof:hover[b-muyo9pd6v7] {
    border-color: rgba(43, 109, 247, 0.16);
    box-shadow: 0 4px 20px -6px rgba(43, 109, 247, 0.1);
}

.lp-social-proof-avatars[b-muyo9pd6v7] {
    display: flex;
    flex-shrink: 0;
}

.lp-avatar[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.9);
    margin-left: -0.45rem;
}

.lp-avatar:first-child[b-muyo9pd6v7] {
    margin-left: 0;
}

.lp-avatar--1[b-muyo9pd6v7] { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.lp-avatar--2[b-muyo9pd6v7] { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.lp-avatar--3[b-muyo9pd6v7] { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.lp-avatar--4[b-muyo9pd6v7] {
    background: linear-gradient(135deg, rgba(43, 109, 247, 0.12), rgba(43, 109, 247, 0.06));
    color: var(--accent-600);
    font-size: 0.78rem;
}

.lp-social-proof-text[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.lp-social-proof-text strong[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.82rem;
    font-weight: 750;
    color: var(--ink-900);
    letter-spacing: -0.01em;
}

.lp-social-proof-text span[b-muyo9pd6v7] {
    font-size: 0.74rem;
    color: var(--ink-500);
}

/* ── Preview image (row 2, col 1) ──────────────────────── */
.lp-preview[b-muyo9pd6v7] {
    margin: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 100%;
}

.lp-preview-glow[b-muyo9pd6v7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 109, 247, 0.1) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.lp-preview-frame[b-muyo9pd6v7] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 251, 255, 0.95) 100%);
    border: 1px solid rgba(43, 109, 247, 0.08);
    max-width: none;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.03),
        0 4px 12px -2px rgba(15, 23, 42, 0.04),
        0 16px 40px -8px rgba(15, 23, 42, 0.06),
        0 48px 80px -24px rgba(15, 23, 42, 0.08);
}

.lp-preview-frame img[b-muyo9pd6v7] {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

.lp-preview-badge[b-muyo9pd6v7] {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.95rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    letter-spacing: 0.02em;
}

.lp-preview-badge i[b-muyo9pd6v7] {
    font-size: 0.72rem;
    opacity: 0.85;
}

/* ── Card (conversion sidebar) ──────────────────────────── */
.lp-card[b-muyo9pd6v7] {
    position: sticky;
    top: 2rem;
    align-self: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: clamp(1.75rem, 3vw, 2.5rem);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.97) 0%, rgba(250, 252, 255, 0.95) 100%);
    border: 1px solid rgba(43, 109, 247, 0.1);
    border-radius: 1.75rem;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.02),
        0 8px 24px -8px rgba(15, 23, 42, 0.06),
        0 32px 64px -16px rgba(15, 23, 42, 0.06),
        0 64px 96px -32px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    z-index: 1;
    animation: lpSlideIn-b-muyo9pd6v7 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Glow behind card */
.lp-card-glow[b-muyo9pd6v7] {
    position: absolute;
    top: -50%;
    right: -40%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 109, 247, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* Shine stripe across card */
.lp-card-shine[b-muyo9pd6v7] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 0;
    animation: lpShine-b-muyo9pd6v7 4s 1.5s ease-in-out 1 forwards;
}

/* Card header */
.lp-card-head[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
}

.lp-card-icon-ring[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, var(--accent-600) 0%, var(--accent-500) 100%);
    color: #ffffff;
    font-size: 1.2rem;
    box-shadow:
        0 4px 12px -2px rgba(43, 109, 247, 0.4),
        0 12px 28px -6px rgba(43, 109, 247, 0.25);
    margin-bottom: 0.25rem;
}

.lp-card-title[b-muyo9pd6v7] {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: var(--ink-950);
}

.lp-card-subtitle[b-muyo9pd6v7] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--ink-500);
}

/* ── Steps (horizontal) ────────────────────────────────── */
.lp-steps-wrap[b-muyo9pd6v7] {
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
    z-index: 1;
    padding: 0.75rem 0;
}

.lp-step[b-muyo9pd6v7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.lp-step-icon[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, rgba(43, 109, 247, 0.1) 0%, rgba(43, 109, 247, 0.04) 100%);
    border: 1.5px solid rgba(43, 109, 247, 0.15);
    color: var(--accent-600);
    font-size: 0.95rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.lp-step:hover .lp-step-icon[b-muyo9pd6v7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px -4px rgba(43, 109, 247, 0.2);
}

.lp-step-content[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.lp-step-content strong[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.76rem;
    font-weight: 750;
    color: var(--ink-800);
    letter-spacing: -0.01em;
}

.lp-step-content span[b-muyo9pd6v7] {
    font-size: 0.68rem;
    color: var(--ink-400);
    line-height: 1.35;
}

.lp-step-connector[b-muyo9pd6v7] {
    display: flex;
    align-items: center;
    padding-top: 0.7rem;
    color: var(--ink-300);
    font-size: 0.55rem;
    flex-shrink: 0;
}

/* ── Divider ────────────────────────────────────────────── */
.lp-card-divider[b-muyo9pd6v7] {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(43, 109, 247, 0.1) 50%, transparent 100%);
    position: relative;
    z-index: 1;
}

/* ── Form ───────────────────────────────────────────────── */
.lp-form[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.lp-field[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 100%;
    margin-bottom: 1rem;
}

.lp-label[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-600);
}

.lp-input-wrap[b-muyo9pd6v7] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.lp-input-icon[b-muyo9pd6v7] {
    position: absolute;
    left: 1rem;
    font-size: 0.95rem;
    color: var(--ink-400);
    pointer-events: none;
    transition: color 0.3s ease;
    z-index: 2;
}

.lp-input-wrap[b-muyo9pd6v7]  .lp-input {
    display: block;
    flex: 1 1 auto;
    width: 100% !important;
    min-width: 0;
    min-height: 3.2rem;
    padding: 0.88rem 1rem 0.88rem 2.85rem !important;
    font-family: "Rubik", "Segoe UI", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: var(--ink-900) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1.5px solid rgba(43, 109, 247, 0.14) !important;
    border-radius: 0.95rem !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.lp-input-wrap[b-muyo9pd6v7]  .lp-input::placeholder {
    color: var(--ink-400) !important;
    text-align: left !important;
}

.lp-input-wrap[b-muyo9pd6v7]  .lp-input:focus {
    border-color: rgba(43, 109, 247, 0.45) !important;
    box-shadow: 0 0 0 4px rgba(43, 109, 247, 0.08) !important;
    background: #ffffff !important;
}

.lp-input-wrap:focus-within .lp-input-icon[b-muyo9pd6v7] {
    color: var(--accent-600);
}

[b-muyo9pd6v7] .lp-validation {
    font-size: 0.78rem;
    color: #dc2626;
    padding-left: 0.15rem;
}

/* ── Submit button ──────────────────────────────────────── */
.lp-submit[b-muyo9pd6v7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.92rem 1.5rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 750;
    letter-spacing: 0.01em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--accent-600) 0%, var(--accent-500) 100%);
    border: none;
    border-radius: 0.95rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(43, 109, 247, 0.12),
        0 6px 16px -4px rgba(43, 109, 247, 0.3),
        0 16px 36px -8px rgba(43, 109, 247, 0.2);
    transition:
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.lp-submit[b-muyo9pd6v7]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 50%);
    pointer-events: none;
}

.lp-submit:hover:not(:disabled)[b-muyo9pd6v7] {
    transform: translateY(-2px);
    box-shadow:
        0 2px 4px rgba(43, 109, 247, 0.12),
        0 8px 24px -4px rgba(43, 109, 247, 0.35),
        0 20px 48px -8px rgba(43, 109, 247, 0.25);
}

.lp-submit:active:not(:disabled)[b-muyo9pd6v7] {
    transform: translateY(0.5px);
    box-shadow:
        0 1px 2px rgba(43, 109, 247, 0.12),
        0 3px 8px -2px rgba(43, 109, 247, 0.25);
}

.lp-submit:disabled[b-muyo9pd6v7] {
    opacity: 0.7;
    cursor: not-allowed;
}

.lp-submit i[b-muyo9pd6v7] {
    font-size: 0.85rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-submit:hover:not(:disabled) i[b-muyo9pd6v7] {
    transform: translateX(4px);
}

/* Spinner */
.lp-submit-spinner[b-muyo9pd6v7] {
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: lpSpin-b-muyo9pd6v7 0.6s linear infinite;
}

/* ── Feedback (success / error) ─────────────────────────── */
.lp-feedback[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 1.75rem 1.5rem;
    border-radius: 1.15rem;
    position: relative;
    z-index: 1;
    animation: lpFadeUp-b-muyo9pd6v7 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-feedback--ok[b-muyo9pd6v7] {
    background: linear-gradient(145deg, rgba(22, 163, 74, 0.05) 0%, rgba(22, 163, 74, 0.02) 100%);
    border: 1px solid rgba(22, 163, 74, 0.15);
}

.lp-feedback--err[b-muyo9pd6v7] {
    flex-direction: row;
    text-align: left;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    background: rgba(220, 38, 38, 0.04);
    border: 1px solid rgba(220, 38, 38, 0.12);
    font-size: 0.85rem;
    color: #b91c1c;
    border-radius: 0.85rem;
}

.lp-feedback--err i[b-muyo9pd6v7] {
    font-size: 1rem;
    flex-shrink: 0;
}

.lp-feedback-icon-wrap[b-muyo9pd6v7] {
    margin-bottom: 0.25rem;
}

.lp-feedback-check[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #16a34a 0%, #22c55e 100%);
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow:
        0 4px 12px -2px rgba(22, 163, 74, 0.35),
        0 8px 24px -4px rgba(22, 163, 74, 0.2);
    animation: lpScaleIn-b-muyo9pd6v7 0.5s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-feedback-title[b-muyo9pd6v7] {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ink-900);
    letter-spacing: -0.02em;
}

.lp-feedback-body[b-muyo9pd6v7] {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--ink-600);
}

.lp-feedback-hint[b-muyo9pd6v7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.74rem;
    font-weight: 500;
    color: var(--ink-500);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(43, 109, 247, 0.06);
    border-radius: 999px;
}

.lp-feedback-hint i[b-muyo9pd6v7] {
    font-size: 0.72rem;
    color: var(--ink-400);
}

/* ── Card footer & trust pills ─────────────────────────── */
.lp-card-footer[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.lp-trust-row[b-muyo9pd6v7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
}

.lp-trust-pill[b-muyo9pd6v7] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--ink-500);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(43, 109, 247, 0.06);
    border-radius: 999px;
    transition: border-color 0.25s ease;
}

.lp-trust-pill:hover[b-muyo9pd6v7] {
    border-color: rgba(43, 109, 247, 0.14);
}

.lp-trust-pill i[b-muyo9pd6v7] {
    font-size: 0.62rem;
    color: var(--accent-500);
}

.lp-fine-print[b-muyo9pd6v7] {
    margin: 0;
    font-size: 0.68rem;
    color: var(--ink-400);
    text-align: center;
    line-height: 1.5;
    max-width: 34ch;
}

/* ── Animations ─────────────────────────────────────────── */
@keyframes lpFadeUp-b-muyo9pd6v7 {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lpSlideIn-b-muyo9pd6v7 {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lpScaleIn-b-muyo9pd6v7 {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lpSpin-b-muyo9pd6v7 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes lpPulseDot-b-muyo9pd6v7 {
    0% { box-shadow: 0 0 0 0 rgba(43, 109, 247, 0.5); }
    70% { box-shadow: 0 0 0 8px rgba(43, 109, 247, 0); }
    100% { box-shadow: 0 0 0 0 rgba(43, 109, 247, 0); }
}

@keyframes lpShine-b-muyo9pd6v7 {
    0% { left: -100%; }
    100% { left: 150%; }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991px) {
    .lp[b-muyo9pd6v7] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: clamp(1.5rem, 4vw, 2.5rem) 0;
    }

    .lp-preview[b-muyo9pd6v7],
    .lp-preview-frame[b-muyo9pd6v7],
    .lp-card[b-muyo9pd6v7] {
        height: auto;
    }

    .lp-card[b-muyo9pd6v7] {
        position: static;
    }

    .lp-title[b-muyo9pd6v7] {
        max-width: none;
    }

    .lp-hero[b-muyo9pd6v7] {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .lp-card[b-muyo9pd6v7] {
        border-radius: 1.25rem;
        padding: 1.5rem;
    }

    .lp-preview-frame[b-muyo9pd6v7] {
        border-radius: 1.15rem;
    }

    .lp-steps-wrap[b-muyo9pd6v7] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .lp-step[b-muyo9pd6v7] {
        flex-direction: row;
        text-align: left;
        gap: 0.65rem;
    }

    .lp-step-icon[b-muyo9pd6v7] {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 0.85rem;
    }

    .lp-step-connector[b-muyo9pd6v7] {
        display: none;
    }

    .lp-social-proof[b-muyo9pd6v7] {
        width: 100%;
    }

    .lp-preview-badge[b-muyo9pd6v7] {
        bottom: 0.65rem;
        left: 0.65rem;
    }

    .lp-trust-row[b-muyo9pd6v7] {
        gap: 0.3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp[b-muyo9pd6v7],
    .lp-card[b-muyo9pd6v7],
    .lp-feedback[b-muyo9pd6v7],
    .lp-badge[b-muyo9pd6v7],
    .lp-title[b-muyo9pd6v7],
    .lp-lead[b-muyo9pd6v7],
    .lp-social-proof[b-muyo9pd6v7],
    .lp-preview[b-muyo9pd6v7],
    .lp-feedback-check[b-muyo9pd6v7] {
        animation: none !important;
    }

    .lp-badge-dot[b-muyo9pd6v7] {
        animation: none !important;
    }

    .lp-card-shine[b-muyo9pd6v7] {
        animation: none !important;
        display: none;
    }

    .lp-submit i[b-muyo9pd6v7],
    .lp-step-icon[b-muyo9pd6v7] {
        transition: none !important;
    }
}
