/* ═══════════════════════════════════════════════════════════
   Influencer-Landing — Refined Design (scoped via .lvy-inf-landing)
   ═══════════════════════════════════════════════════════════ */
.lvy-inf-landing {
    --lfy-inf-brand: #b71361;
    --lfy-inf-brand-soft: #fdf0f5;
    --lfy-inf-brand-mid: #f6d4e0;
    --lfy-inf-text: #1a1a1a;
    --lfy-inf-text-l: #6b6b6b;
    --lfy-inf-text-ll: #999;
    --lfy-inf-border: #e9e9e9;
    --lfy-inf-border-l: #f0f0f0;
}

/* ── HERO ── */
.lvy-inf-landing .lvy-inf-hero {
    padding: 36px 0 28px;
    border-bottom: 1px solid var(--lfy-inf-border);
    margin-bottom: 0;
}
.lvy-inf-landing .lvy-inf-hero__topline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}
.lvy-inf-landing .lvy-inf-hero__topline .lvy-acc-hero__badge {
    margin: 0;
    font-size: 11px;
    padding: 6px 12px;
    letter-spacing: 0.12em;
}
.lvy-inf-landing .lvy-inf-hero__topline .lvy-acc-hero__breadcrumb {
    margin: 0;
    font-size: 12px;
}
.lvy-inf-landing .lvy-acc-hero__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.005em;
    margin: 0 0 16px;
    text-transform: uppercase;
}
.lvy-inf-landing .lvy-acc-hero__tag {
    font-size: 15px;
    line-height: 1.6;
    color: var(--lfy-inf-text-l);
    max-width: 640px;
    margin: 0;
}
.lvy-inf-landing .lvy-acc-hero__tag strong {
    color: var(--lfy-inf-brand);
    font-weight: 800;
}
@media (max-width: 700px) {
    .lvy-inf-landing .lvy-acc-hero__title { font-size: 24px; }
    .lvy-inf-landing .lvy-acc-hero__tag { font-size: 14px; }
    .lvy-inf-landing .lvy-inf-hero { padding: 24px 0 20px; }
}

/* ── SECTION BLOCKS ── */
.lvy-inf-landing .loveify-page-block {
    padding: 36px 0;
    border-bottom: 1px solid var(--lfy-inf-border);
    text-align: left;
}
.lvy-inf-landing .loveify-page-block:last-child {
    border-bottom: none;
    padding-bottom: 16px;
}
/* Section h2 — small caps eyebrow with accent line */
.lvy-inf-landing .loveify-page-block > h2 {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lfy-inf-brand);
    margin: 0 0 22px;
    padding: 0 0 14px;
    position: relative;
    text-align: left;
}
.lvy-inf-landing .loveify-page-block > h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--lfy-inf-brand);
}

/* ── SO FUNKTIONIERT'S — 3 Step Cards ── */
.lvy-inf-landing .loveify-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    text-align: left;
}
.lvy-inf-landing .loveify-info-item {
    background: #fff;
    border: 1px solid var(--lfy-inf-border);
    padding: 24px 22px 22px;
    position: relative;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
    text-align: left;
    border-radius: 0;
    border-left-width: 3px;
    border-left-color: var(--lfy-inf-border);
}
.lvy-inf-landing .loveify-info-item:first-child { border-left-color: var(--lfy-inf-brand); }
.lvy-inf-landing .loveify-info-item:hover {
    border-color: var(--lfy-inf-brand);
    border-left-color: var(--lfy-inf-brand);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(183, 19, 97, 0.08);
}
.lvy-inf-landing .loveify-info-item-icon {
    width: 40px;
    height: 40px;
    background: var(--lfy-inf-brand-soft);
    color: var(--lfy-inf-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.lvy-inf-landing .loveify-info-item-icon svg {
    width: 19px;
    height: 19px;
}
.lvy-inf-landing .loveify-info-item-label {
    display: block;
    font-size: 14.5px;
    font-weight: 800;
    color: var(--lfy-inf-text);
    margin-bottom: 6px;
    text-transform: none;
    letter-spacing: 0;
}
.lvy-inf-landing .loveify-info-item-value {
    display: block;
    font-size: 13.5px;
    color: var(--lfy-inf-text-l);
    line-height: 1.55;
}
@media (max-width: 760px) {
    .lvy-inf-landing .loveify-info-grid { grid-template-columns: 1fr; }
}

/* ── ECKDATEN / TEILNAHMEBED. — Card refinement ── */
.lvy-inf-landing .loveify-page-card {
    border: 1px solid var(--lfy-inf-border);
    text-align: left;
    margin-top: 0;
    background: #fff;
}
.lvy-inf-landing .loveify-page-card-top {
    background: #fafafa;
    padding: 14px 22px;
    border-bottom: 1px solid var(--lfy-inf-border);
    text-align: left;
}
.lvy-inf-landing .loveify-page-card-top strong {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--lfy-inf-text);
    text-transform: uppercase;
}
.lvy-inf-landing .loveify-page-card-body {
    padding: 4px 22px;
    text-align: left;
    background: #fff;
}

/* Eckdaten table */
.lvy-inf-landing .loveify-page-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.lvy-inf-landing .loveify-page-table td {
    padding: 14px 4px;
    border-bottom: 1px solid var(--lfy-inf-border-l);
    color: var(--lfy-inf-text-l);
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
}
.lvy-inf-landing .loveify-page-table tr:last-child td {
    border-bottom: none;
}
.lvy-inf-landing .loveify-page-table td:first-child {
    width: 30%;
    font-weight: 700;
    color: var(--lfy-inf-text);
    white-space: nowrap;
}
.lvy-inf-landing .loveify-page-table td:first-child strong {
    color: var(--lfy-inf-text);
    font-weight: 700;
}
@media (max-width: 640px) {
    .lvy-inf-landing .loveify-page-table,
    .lvy-inf-landing .loveify-page-table tbody,
    .lvy-inf-landing .loveify-page-table tr,
    .lvy-inf-landing .loveify-page-table td {
        display: block;
        width: 100% !important;
    }
    .lvy-inf-landing .loveify-page-table td:first-child {
        padding: 14px 0 2px;
        white-space: normal;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: var(--lfy-inf-brand);
        font-weight: 800;
        border-bottom: none;
    }
    .lvy-inf-landing .loveify-page-table td:first-child strong {
        color: var(--lfy-inf-brand);
        font-weight: 800;
    }
    .lvy-inf-landing .loveify-page-table td:last-child {
        padding: 0 0 14px;
    }
    .lvy-inf-landing .loveify-page-table tr {
        border-bottom: 1px solid var(--lfy-inf-border-l);
    }
    .lvy-inf-landing .loveify-page-table tr:last-child {
        border-bottom: none;
    }
}

/* ── TEILNAHMEBEDINGUNGEN — checkmark list ── */
.lvy-inf-landing .loveify-page-card-body ul {
    list-style: none;
    padding: 14px 0;
    margin: 0;
    text-align: left;
}
.lvy-inf-landing .loveify-page-card-body li {
    position: relative;
    padding: 6px 0 6px 30px;
    font-size: 14px;
    color: var(--lfy-inf-text-l);
    line-height: 1.55;
    margin: 0 0 4px;
    text-align: left;
}
.lvy-inf-landing .loveify-page-card-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 18px;
    height: 18px;
    background: var(--lfy-inf-brand-soft);
    display: block;
}
.lvy-inf-landing .loveify-page-card-body li::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 13px;
    width: 10px;
    height: 6px;
    border-left: 2px solid var(--lfy-inf-brand);
    border-bottom: 2px solid var(--lfy-inf-brand);
    transform: rotate(-45deg);
}

/* ── WARUM — 2x2 grid as cards ── */
.lvy-inf-landing .loveify-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    text-align: left;
}
.lvy-inf-landing .loveify-two-cols > div {
    background: #fff;
    border: 1px solid var(--lfy-inf-border);
    border-left: 3px solid var(--lfy-inf-brand);
    padding: 22px 22px 20px;
    transition: transform .18s ease, box-shadow .18s ease;
}
.lvy-inf-landing .loveify-two-cols > div:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(183, 19, 97, 0.08);
}
.lvy-inf-landing .loveify-two-cols h4 {
    font-size: 14px;
    font-weight: 800;
    color: var(--lfy-inf-text);
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.lvy-inf-landing .loveify-two-cols p {
    margin: 0;
    font-size: 13.5px;
    color: var(--lfy-inf-text-l);
    line-height: 1.6;
}
@media (max-width: 760px) {
    .lvy-inf-landing .loveify-two-cols { grid-template-columns: 1fr; }
}

/* ── CTA Row & Final CTA ── */
.lvy-inf-landing .lvy-inf-landing__cta-row {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.lvy-inf-landing .lvy-inf-landing__final-cta {
    background: linear-gradient(135deg, #fdf0f5 0%, #fce3ec 100%);
    border: 1px solid var(--lfy-inf-brand-mid);
    padding: 40px 28px;
    text-align: center;
    border-radius: 0;
}
.lvy-inf-landing .lvy-inf-landing__final-cta h2 {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--lfy-inf-text);
    margin: 0 0 10px !important;
    padding: 0;
}
.lvy-inf-landing .lvy-inf-landing__final-cta h2::after { display: none; }
.lvy-inf-landing .lvy-inf-landing__final-cta p {
    color: var(--lfy-inf-text-l);
    font-size: 14px;
    margin: 0 0 22px !important;
}
@media (max-width: 640px) {
    .lvy-inf-landing .lvy-inf-landing__final-cta { padding: 28px 20px; }
    .lvy-inf-landing .lvy-inf-landing__final-cta h2 { font-size: 18px; }
}

/* ═══════════════════════════════════════════════════════════
   Influencer-spezifische Erweiterungen — Bewerbungs-Formular
   ═══════════════════════════════════════════════════════════ */

.lvy-inf-landing .lvy-inf-form-body {
    padding: 22px 22px 26px;
}
.lvy-inf-landing .lvy-inf-form-intro {
    background: var(--lfy-inf-brand-soft);
    padding: 12px 16px;
    margin: 0 0 22px;
    font-size: 13.5px;
    color: var(--lfy-inf-text-l);
    border-left: 3px solid var(--lfy-inf-brand);
}

.lvy-inf-landing .lvy-inf-form {
    background: transparent;
    border: 0;
    padding: 0;
}
.lvy-inf-landing .lvy-inf-fieldset {
    border: 1px solid var(--lfy-inf-border);
    padding: 22px 22px 18px;
    margin: 0 0 18px;
    background: #fff;
    border-radius: 0;
}
.lvy-inf-landing .lvy-inf-fieldset:last-of-type {
    margin-bottom: 22px;
}
.lvy-inf-landing .lvy-inf-fieldset legend {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--lfy-inf-brand);
    text-transform: uppercase;
    padding: 0 8px;
    margin: 0 0 4px;
}
.lvy-inf-landing .lvy-inf-field-intro {
    color: var(--lfy-inf-text-l);
    font-size: 13px;
    margin: 0 0 16px;
    padding: 10px 14px;
    background: var(--lfy-inf-brand-soft);
    border-left: 3px solid var(--lfy-inf-brand);
}

.lvy-inf-landing .lvy-inf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
.lvy-inf-landing .lvy-inf-grid--3 {
    grid-template-columns: 2fr 1fr 1fr;
}
@media (max-width: 600px) {
    .lvy-inf-landing .lvy-inf-grid,
    .lvy-inf-landing .lvy-inf-grid--3 {
        grid-template-columns: 1fr;
    }
}

.lvy-inf-landing .lvy-inf-field {
    display: flex;
    flex-direction: column;
}
.lvy-inf-landing .lvy-inf-field label {
    font-weight: 700;
    font-size: 12.5px;
    margin-bottom: 6px;
    color: var(--lfy-inf-text);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lvy-inf-landing .lvy-inf-field small {
    color: var(--lfy-inf-text-ll);
    font-size: 11.5px;
    margin-top: 4px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
.lvy-inf-landing .lvy-inf-field input[type="text"],
.lvy-inf-landing .lvy-inf-field input[type="email"],
.lvy-inf-landing .lvy-inf-field input[type="tel"],
.lvy-inf-landing .lvy-inf-field input[type="url"],
.lvy-inf-landing .lvy-inf-field input[type="number"],
.lvy-inf-landing .lvy-inf-field input[type="date"],
.lvy-inf-landing .lvy-inf-field select,
.lvy-inf-landing .lvy-inf-field textarea {
    border: 1px solid var(--lfy-inf-border);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 14.5px;
    font-family: inherit;
    background: #fff;
    width: 100%;
    color: var(--lfy-inf-text);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.lvy-inf-landing .lvy-inf-field input:focus,
.lvy-inf-landing .lvy-inf-field select:focus,
.lvy-inf-landing .lvy-inf-field textarea:focus {
    outline: none;
    border-color: var(--lfy-inf-brand);
    box-shadow: 0 0 0 3px rgba(183, 19, 97, 0.10);
}
.lvy-inf-landing .lvy-inf-field textarea {
    resize: vertical;
    min-height: 80px;
}

.lvy-inf-landing .lvy-inf-field--err input,
.lvy-inf-landing .lvy-inf-field--err select,
.lvy-inf-landing .lvy-inf-field--err textarea {
    border-color: #d63638;
    background: #fff8f8;
}
.lvy-inf-landing .lvy-inf-req {
    color: var(--lfy-inf-brand);
    font-weight: 800;
}

.lvy-inf-landing .lvy-inf-field--checkbox {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 12px;
}
.lvy-inf-landing .lvy-inf-field--checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 13.5px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--lfy-inf-text-l);
}
.lvy-inf-landing .lvy-inf-field--checkbox input[type="checkbox"] {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: var(--lfy-inf-brand);
}

/* Plattform-Block */
.lvy-inf-landing .lvy-inf-platform {
    background: #fafafa;
    border: 1px solid var(--lfy-inf-border);
    padding: 14px 16px 4px;
    margin-bottom: 10px;
    border-radius: 0;
}
.lvy-inf-landing .lvy-inf-platform__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--lfy-inf-text);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lvy-inf-landing .lvy-inf-platform__icon {
    width: 28px;
    height: 28px;
    background: var(--lfy-inf-brand-soft);
    color: var(--lfy-inf-brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lvy-inf-landing .lvy-inf-platform__icon svg {
    width: 14px !important;
    height: 14px !important;
    stroke: var(--lfy-inf-brand);
}
.lvy-inf-landing .lvy-inf-platform__icon svg[fill="currentColor"] {
    fill: var(--lfy-inf-brand);
    stroke: none;
}
.lvy-inf-landing .lvy-inf-platform .lvy-inf-grid {
    margin-bottom: 0;
}
.lvy-inf-landing .lvy-inf-platform .lvy-inf-field input {
    background: #fff;
}

/* Consent-Fieldset */
.lvy-inf-landing .lvy-inf-fieldset--consent {
    background: var(--lfy-inf-brand-soft);
    border-color: var(--lfy-inf-brand-mid);
}

/* Submit */
.lvy-inf-landing .lvy-inf-submit {
    padding: 22px 0 4px;
    text-align: center;
}
.lvy-inf-landing .lvy-inf-submit-note {
    color: var(--lfy-inf-text-ll);
    font-size: 12.5px;
    margin: 12px 0 0;
}

/* Alerts */
.lvy-inf-landing .lvy-inf-alert {
    padding: 12px 16px;
    margin: 0 0 18px;
    font-size: 13.5px;
}
.lvy-inf-landing .lvy-inf-alert--error {
    background: #fff5f5;
    border-left: 3px solid #d63638;
    color: #a02828;
}

/* ═══════════════════════════════════════════════════════════
   Influencer Account-Tab — eigene Plattform-Listen
   ═══════════════════════════════════════════════════════════ */

.lvy-inf-account.lvy-inf-landing {
    /* erbt --vars vom .lvy-inf-landing */
}
.lvy-inf-account .lvy-inf-account-platforms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px 0;
}
@media (max-width: 700px) {
    .lvy-inf-account .lvy-inf-account-platforms { grid-template-columns: 1fr; }
}
.lvy-inf-account .lvy-inf-account-platform {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fafafa;
    border: 1px solid var(--lfy-inf-border);
    border-left: 3px solid var(--lfy-inf-brand);
    padding: 12px 14px;
    border-radius: 0;
}
.lvy-inf-account .lvy-inf-account-platform__icon {
    width: 32px;
    height: 32px;
    background: var(--lfy-inf-brand-soft);
    color: var(--lfy-inf-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lvy-inf-account .lvy-inf-account-platform__icon svg {
    width: 16px !important;
    height: 16px !important;
    stroke: var(--lfy-inf-brand);
}
.lvy-inf-account .lvy-inf-account-platform__icon svg[fill="currentColor"] {
    fill: var(--lfy-inf-brand);
    stroke: none;
}
.lvy-inf-account .lvy-inf-account-platform__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13.5px;
    min-width: 0;
}
.lvy-inf-account .lvy-inf-account-platform__body strong {
    font-size: 12px;
    font-weight: 700;
    color: var(--lfy-inf-text);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lvy-inf-account .lvy-inf-account-platform__body a {
    color: var(--lfy-inf-brand);
    text-decoration: none;
    word-break: break-all;
}
.lvy-inf-account .lvy-inf-account-platform__body a:hover {
    text-decoration: underline;
}
.lvy-inf-account .lvy-inf-account-platform__meta {
    color: var(--lfy-inf-text-ll);
    font-size: 12px;
    margin-top: 2px;
}

/* ═══════════════════════════════════════════════════════════
   ICON-SIZE GUARDS — verhindert dass SVGs sich aufblähen
   wenn das Theme oder ein anderes Plugin svg { width: 100% }
   o.Ä. setzt. Hart-fixiert auf die designed-Größen.
   ═══════════════════════════════════════════════════════════ */

/* Step-Icons (Timeline) — Container 56px, SVG 24px */
.lvy-inf-landing .loveify-timeline--steps .loveify-timeline-icon {
    width: 56px !important;
    height: 56px !important;
    flex-shrink: 0 !important;
}
.lvy-inf-landing .loveify-timeline--steps .loveify-timeline-icon svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    flex-shrink: 0 !important;
}

@media (max-width: 600px) {
    .lvy-inf-landing .loveify-timeline--steps .loveify-timeline-icon {
        width: 40px !important;
        height: 40px !important;
    }
    .lvy-inf-landing .loveify-timeline--steps .loveify-timeline-icon svg {
        width: 18px !important;
        height: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
    }
}

/* Buttons — Arrow-SVG immer 13-16px */
.lvy-inf-landing .lvy-acc-btn svg,
.lvy-inf-landing a.lvy-acc-btn svg,
.lvy-inf-landing button.lvy-acc-btn svg {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    flex-shrink: 0 !important;
}

/* Benefit-Icons (DAS BEKOMMST DU) — Hard-Override für SVG-Größe
   Falls loveify-pages.css aus irgendeinem Grund nicht greift,
   verhindert das hier dass die Icons als grau-grosse Vector-Bilder
   die ganze Mobile-Breite einnehmen. */
.lvy-inf-landing .lvy-aff-benefit__icon {
    flex-shrink: 0 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #B61261, #d6357d) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(182,18,97,.25) !important;
}
.lvy-inf-landing .lvy-aff-benefit__icon svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    stroke: #fff !important;
    color: #fff !important;
    flex-shrink: 0 !important;
}
.lvy-inf-landing .lvy-aff-benefit__icon svg[fill="currentColor"] {
    fill: #fff !important;
    stroke: none !important;
}

/* ============================================================
   INFLUENCER ACCOUNT TABS - Phase 1-4
   ============================================================ */

/* Sub-Navigation */
.lvy-inf-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding: 0;
}
.lvy-inf-subnav a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all .2s;
    white-space: nowrap;
}
.lvy-inf-subnav a svg {
    width: 16px;
    height: 16px;
}
.lvy-inf-subnav a:hover {
    color: var(--lfy-inf-brand, #b71361);
    border-bottom-color: rgba(183,19,97,.3);
}
.lvy-inf-subnav a.active {
    color: var(--lfy-inf-brand, #b71361);
    border-bottom-color: var(--lfy-inf-brand, #b71361);
    font-weight: 600;
}

/* Stats Grid */
.lvy-inf-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.lvy-inf-stat-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    transition: box-shadow .2s;
}
.lvy-inf-stat-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.lvy-inf-stat-card__icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    color: var(--lfy-inf-brand, #b71361);
    opacity: .8;
}
.lvy-inf-stat-card__icon svg {
    width: 100%;
    height: 100%;
}
.lvy-inf-stat-card__value {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}
.lvy-inf-stat-card__label {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Tracking Link Copy */
.lvy-inf-link-copy {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 20px;
}
.lvy-inf-link-copy input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 13px;
    font-family: monospace;
    color: #333;
    outline: none;
}
.lvy-inf-copy-btn {
    background: var(--lfy-inf-brand, #b71361);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 12px;
    transition: opacity .2s;
    display: flex;
    align-items: center;
    gap: 4px;
}
.lvy-inf-copy-btn:hover {
    opacity: .85;
}
.lvy-inf-copy-btn svg {
    width: 14px;
    height: 14px;
}

/* Status Badges */
.lvy-inf-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}
.lvy-inf-badge--pending   { color: #996800; background: #fcf8e3; }
.lvy-inf-badge--approved  { color: #1f6e2e; background: #e2f4e6; }
.lvy-inf-badge--shipped   { color: #0a5799; background: #e0f0ff; }
.lvy-inf-badge--completed { color: #555;    background: #eee; }
.lvy-inf-badge--rejected  { color: #a02828; background: #f9e4e4; }
.lvy-inf-badge--submitted { color: #996800; background: #fcf8e3; }
.lvy-inf-badge--review    { color: #0a5799; background: #e0f0ff; }
.lvy-inf-badge--revision  { color: #8a5700; background: #fff3cd; }

/* Tables in Account */
.lvy-inf-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 13px;
}
.lvy-inf-table th {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 2px solid #eee;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #888;
}
.lvy-inf-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}
.lvy-inf-table tr:hover td {
    background: #fafafa;
}
.lvy-inf-table a {
    color: var(--lfy-inf-brand, #b71361);
}

/* Product Search */
.lvy-inf-search-wrap {
    position: relative;
    margin-bottom: 16px;
}
.lvy-inf-search-wrap input[type="text"] {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
}
.lvy-inf-search-wrap input[type="text"]:focus {
    border-color: var(--lfy-inf-brand, #b71361);
}
.lvy-inf-search-wrap .lvy-inf-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #aaa;
}
#lvy-inf-search-results {
    border: 1px solid #eee;
    border-radius: 8px;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 16px;
}
#lvy-inf-search-results:empty {
    display: none;
}
.lvy-inf-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid #f0f0f0;
}
.lvy-inf-search-item:last-child {
    border-bottom: none;
}
.lvy-inf-search-item div {
    flex: 1;
}
.lvy-inf-search-item button {
    background: var(--lfy-inf-brand, #b71361);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}

/* Selected Products */
#lvy-inf-selected-products {
    margin-bottom: 16px;
}
.lvy-inf-selected-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 6px;
    margin-bottom: 6px;
    font-size: 13px;
}
.lvy-inf-remove-product {
    background: none;
    border: none;
    color: #a02828;
    cursor: pointer;
    font-size: 18px;
    padding: 0 4px;
}

/* Content Form */
.lvy-inf-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
.lvy-inf-form-grid label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
}
.lvy-inf-form-grid select,
.lvy-inf-form-grid input[type="url"],
.lvy-inf-form-grid textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
}
.lvy-inf-form-grid .lvy-inf-form-full {
    grid-column: 1 / -1;
}

/* Performance Chart */
.lvy-inf-chart-wrap {
    margin-bottom: 24px;
}
.lvy-inf-chart {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 120px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.lvy-inf-chart-bar {
    flex: 1;
    background: var(--lfy-inf-brand, #b71361);
    opacity: .7;
    border-radius: 3px 3px 0 0;
    min-height: 2px;
    transition: opacity .2s;
    position: relative;
}
.lvy-inf-chart-bar:hover {
    opacity: 1;
}
.lvy-inf-chart-bar:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 4px;
}
.lvy-inf-chart-labels {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #999;
    margin-top: 4px;
}

/* Alerts */
.lvy-inf-alert {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
}
.lvy-inf-alert--info {
    background: #e8f4fd;
    color: #0a5799;
    border: 1px solid #bee5f7;
}
.lvy-inf-alert--warning {
    background: #fff3cd;
    color: #8a5700;
    border: 1px solid #ffe08a;
}
.lvy-inf-alert--success {
    background: #e2f4e6;
    color: #1f6e2e;
    border: 1px solid #c3e6cb;
}

/* Payout Form */
.lvy-inf-payout-form {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.lvy-inf-payout-form label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
}
.lvy-inf-payout-form input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 12px;
}

/* Section headings */
.lvy-inf-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

/* Card in account */
.lvy-inf-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Button primary */
.lvy-inf-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s;
    text-decoration: none;
}
.lvy-inf-btn:hover {
    opacity: .85;
}
.lvy-inf-btn--primary {
    background: var(--lfy-inf-brand, #b71361);
    color: #fff;
}
.lvy-inf-btn--secondary {
    background: #f0f0f0;
    color: #333;
}
.lvy-inf-btn svg {
    width: 16px;
    height: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .lvy-inf-subnav {
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .lvy-inf-subnav::-webkit-scrollbar { display: none; }
    .lvy-inf-subnav a {
        padding: 10px 14px;
        font-size: 12px;
    }
    .lvy-inf-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .lvy-inf-stat-card { padding: 14px 10px; }
    .lvy-inf-stat-card__value { font-size: 22px; }
    .lvy-inf-form-grid {
        grid-template-columns: 1fr;
    }
    .lvy-inf-table {
        font-size: 12px;
    }
    .lvy-inf-table th,
    .lvy-inf-table td {
        padding: 8px 6px;
    }
}
