/* ═══════════════════════════════════════════════════════════════════════
   Plan Sticky + Bottom Sheet — mobile-only summary + tap-to-see-details
   for /my/create-company?step=plan (v3 partial only).

   Pattern: iOS/Material bottom sheet (Wise/Revolut/Stripe checkout).
   - Sticky bar always visible at bottom (safe-area padded).
   - Tap "› Tap to see what you'll get" → sheet slides up (260ms).
   - Backdrop fade in parallel; swipe-down / X / backdrop tap closes it.
   - Continue button is duplicated in sticky bar + sheet footer so the
     user never scrolls to reach the primary CTA.

   Desktop (>820px): entire block display:none — the right-side Your Order
   panel handles the same job on desktop.
   ═══════════════════════════════════════════════════════════════════════ */

.mz-plan-sticky,
.mz-plan-sheet,
.mz-plan-sheet-backdrop { display: none; }

.mz-plan-sheet-content { display: none; }
.mz-plan-sheet[data-mz-sheet-mode="default"] .mz-plan-sheet-content[data-mz-sheet-content="default"],
.mz-plan-sheet:not([data-mz-sheet-mode]) .mz-plan-sheet-content[data-mz-sheet-content="default"],
.mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-content[data-mz-sheet-content="compare"],
.mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-content[data-mz-sheet-content="states"] {
    display: block;
}

.mz-sheet-states-intro {
    font-size: 13.5px;
    color: #0F172A;
    margin: 0 0 12px;
    line-height: 1.5;
    font-weight: 500;
    opacity: 1;
}
.mz-sheet-states-footnote {
    font-size: 12.5px;
    color: #0F172A;
    margin: 12px 0 0;
    line-height: 1.5;
    font-weight: 500;
    opacity: 1;
}
.mz-sheet-states-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mz-sheet-state-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    background: #FFFFFF;
}
.mz-sheet-state-rank {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.mz-sheet-state-rank--fav {
    background: linear-gradient(135deg, #FCD34D 0%, #F59E0B 100%);
    color: #0F172A;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.4);
}
.mz-sheet-state-rank--empty {
    visibility: hidden;
}
.mz-sheet-state-row.is-favorite {
    border-color: #FCD34D;
    background: #FFFBEB;
}
.mz-sheet-states-fav-label,
.mz-sheet-states-all-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748B;
    margin: 4px 0 8px;
}
.mz-sheet-states-all-label { margin-top: 4px; }
.mz-sheet-states-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #CBD5E1 20%, #CBD5E1 80%, transparent 100%);
    margin: 18px 0 12px;
}
.mz-sheet-states-list--fav { margin-bottom: 4px; }
.mz-sheet-state-body { flex: 1; min-width: 0; }
.mz-sheet-state-name {
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.mz-sheet-state-code {
    font-size: 11px;
    font-weight: 600;
    color: #64748B;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.mz-sheet-state-fees {
    display: flex;
    gap: 16px;
    margin-top: 6px;
    flex-wrap: wrap;
}
.mz-sheet-state-fee {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}
.mz-sheet-state-fee-label {
    font-size: 11px;
    color: #64748B;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 600;
}
.mz-sheet-state-fee-amt {
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -0.01em;
}

.mz-sheet-compare-header {
    display: grid;
    grid-template-columns: 1fr 54px 54px 54px;
    gap: 6px;
    padding: 10px 8px;
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 4px;
}
.mz-sheet-compare-h-pkg {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0F172A;
    text-transform: none;
    line-height: 1.2;
}
.mz-sheet-compare-h-pkg.mz-cmp-pro     { color: #0F766E; }
.mz-sheet-compare-h-pkg.mz-cmp-premium { color: #7C3AED; }
.mz-sheet-compare-group { margin-top: 10px; }
.mz-sheet-compare-grp-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748B;
    padding: 8px 8px 6px;
    background: #F8FAFC;
    border-radius: 6px;
    margin-bottom: 2px;
}
.mz-sheet-compare-row {
    display: grid;
    grid-template-columns: 1fr 54px 54px 54px;
    gap: 6px;
    padding: 10px 8px;
    border-bottom: 1px solid #F1F5F9;
    align-items: center;
}
.mz-sheet-compare-row:last-child { border-bottom: none; }
.mz-sheet-compare-feat { min-width: 0; }
.mz-sheet-compare-feat-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.3;
}
.mz-sheet-compare-feat-desc {
    font-size: 11.5px;
    color: #64748B;
    line-height: 1.4;
    margin-top: 2px;
}
.mz-sheet-compare-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.mz-sheet-compare-cell svg {
    width: 18px;
    height: 18px;
    color: #16a34a;
}
.mz-sheet-compare-dash {
    color: #CBD5E1;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 820px) {

    /* ── Sticky bottom bar ──────────────────────────────────────────── */
    /* Rendered inside .mz-planv3, fixed to viewport bottom. Two rows:
         Row 1 = title + fiyat + tap-caption
         Row 2 = full-width Continue button */
    .mz-plan-sticky {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 900;
        background: #FFFFFF;
        border-top: 1px solid #E2E8F0;
        box-shadow: 0 -4px 16px rgba(15, 23, 42, 0.06);
        padding: 4px 14px calc(10px + env(safe-area-inset-bottom, 0)) 14px;
        transform: translateY(0);
        transition: transform 0.24s ease;
    }

    .mz-plan-sticky-grab {
        display: block;
        width: 100%;
        padding: 6px 0 4px;
        margin: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .mz-plan-sticky-grab > span {
        display: block;
        width: 40px;
        height: 4px;
        margin: 0 auto;
        border-radius: 999px;
        background: #94A3B8;
        opacity: 0.55;
        animation: mz-sticky-grab-pulse 2400ms ease-in-out infinite;
    }
    @keyframes mz-sticky-grab-pulse {
        0%, 100% { opacity: 0.4;  transform: scaleX(0.85); background: #94A3B8; }
        50%      { opacity: 0.95; transform: scaleX(1.15); background: #16a34a; }
    }
    @media (prefers-reduced-motion: reduce) {
        .mz-plan-sticky-grab > span { animation: none; opacity: 0.6; }
    }
    /* Enter animation on first paint: slide-up from below viewport. */
    .mz-plan-sticky[data-mz-sticky-hidden="1"] {
        transform: translateY(100%);
    }

    .mz-plan-sticky-inner {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mz-plan-sticky-info {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 6px 8px;
        margin: 0;
        border: none;
        background: transparent;
        text-align: left;
        cursor: pointer;
        border-radius: 8px;
        transition: background 0.12s;
    }
    .mz-plan-sticky-info:hover,
    .mz-plan-sticky-info:active { background: #F1F5F9; }

    .mz-plan-sticky-title {
        font-size: 15px;
        font-weight: 800;
        color: #0F172A;
        letter-spacing: -0.01em;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mz-plan-sticky-caption {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 11.5px;
        font-weight: 600;
        color: #0EA5E9;
        line-height: 1.2;
    }
    .mz-plan-sticky-caption svg {
        width: 12px;
        height: 12px;
        transform: translateY(1px);
    }
    /* "· N add-ons" chip appended to the caption when the user has toggled
       any storefront add-on on the page. Hidden when zero. */
    .mz-plan-sticky-addon-count {
        color: #0F172A;
        font-weight: 700;
    }
    .mz-plan-sticky-addon-count[hidden] { display: none; }

    .mz-plan-sticky-continue {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 12px 18px;
        border: none;
        border-radius: 10px;
        background: #0F172A;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.01em;
        cursor: pointer;
        transition: background 0.12s, transform 0.08s;
    }
    .mz-plan-sticky-continue:hover { background: #1E293B; }
    .mz-plan-sticky-continue:active { transform: scale(0.98); }
    .mz-plan-sticky-continue svg {
        width: 14px;
        height: 14px;
    }

    /* Give the page enough bottom padding so the last content isn't
       hidden behind the sticky bar. */
    body.mz-wizard-shell .mz-planv3 {
        padding-bottom: 128px; /* ~sticky bar height + comfortable gap */
    }

    /* ── Backdrop ────────────────────────────────────────────────────── */
    .mz-plan-sheet-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 950;
        background: rgba(15, 23, 42, 0.4);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }
    .mz-plan-sheet-backdrop[data-mz-sheet-open="1"] {
        opacity: 1;
        pointer-events: auto;
    }

    /* ── Bottom sheet ────────────────────────────────────────────────── */
    .mz-plan-sheet {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 960;
        max-height: 82vh;
        background: #FFFFFF;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.18);
        transform: translateY(100%);
        transition: transform 0.26s cubic-bezier(0.2, 0.9, 0.3, 1);
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .mz-plan-sheet[data-mz-sheet-open="1"] {
        transform: translateY(0);
    }

    /* Grab handle — visual affordance for swipe-down close. */
    .mz-plan-sheet-grab {
        width: 40px;
        height: 4px;
        margin: 8px auto 0;
        border-radius: 999px;
        background: #CBD5E1;
        flex-shrink: 0;
    }

    .mz-plan-sheet-header {
        position: relative;
        padding: 12px 20px 16px;
        border-bottom: 1px solid #E2E8F0;
        flex-shrink: 0;
    }
    .mz-plan-sheet-title {
        font-size: 20px;
        font-weight: 800;
        color: #0F172A;
        letter-spacing: -0.02em;
        line-height: 1.15;
        margin: 0 30px 4px 0; /* 30px = X button clearance */
    }
    .mz-plan-sheet-price {
        font-size: 14px;
        font-weight: 700;
        color: #0EA5E9;
        line-height: 1.2;
    }
    .mz-plan-sheet-close {
        position: absolute;
        top: 8px;
        right: 12px;
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: none;
        border-radius: 8px;
        background: transparent;
        color: #64748B;
        cursor: pointer;
        transition: background 0.12s, color 0.12s;
    }
    .mz-plan-sheet-close:hover {
        background: #F1F5F9;
        color: #0F172A;
    }
    .mz-plan-sheet-close svg { width: 18px; height: 18px; }

    .mz-plan-sheet-body {
        flex: 1 1 auto;
        min-height: 0;
        max-height: calc(82vh - 140px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 16px 20px 8px;
    }
    /* Feature list within sheet — per-package block toggled via data-pkg. */
    .mz-plan-sheet-pkg[hidden] { display: none !important; }

    /* Solo warning — single-line amber pill above the feature list. */
    .mz-plan-sheet-warn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        margin: 0 0 14px;
        background: #FEF3C7;
        border: 1px solid #FCD34D;
        border-radius: 10px;
        font-size: 12.5px;
        color: #92400E;
        font-weight: 500;
        line-height: 1.35;
    }
    .mz-plan-sheet-warn svg {
        width: 16px;
        height: 16px;
        color: #D97706;
        flex-shrink: 0;
    }
    .mz-plan-sheet-warn strong {
        color: #78350F;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .mz-plan-sheet-features {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .mz-plan-sheet-features li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    /* Add-ons subsection — sits below the package feature list with a
       thin divider + tier-neutral label. */
    .mz-plan-sheet-addons {
        margin-top: 18px;
        padding-top: 14px;
        border-top: 1px dashed #CBD5E1;
    }
    .mz-plan-sheet-addons[hidden] { display: none; }
    .mz-plan-sheet-section-label {
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: #0F172A;
        margin: 0 0 10px;
    }
    .mz-plan-sheet-features li svg {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        color: #16A34A;
        margin-top: 3px;
    }
    .mz-plan-sheet-feat-name {
        font-size: 14px;
        font-weight: 600;
        color: #0F172A;
        line-height: 1.35;
    }
    .mz-plan-sheet-feat-cap {
        display: block;
        font-size: 12px;
        font-weight: 500;
        color: #475569;
        line-height: 1.4;
        margin-top: 2px;
    }

    .mz-plan-sheet-footer {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0));
        border-top: 1px solid #E2E8F0;
        background: #FFFFFF;
        flex-shrink: 0;
    }
    .mz-plan-sheet-btn-close,
    .mz-plan-sheet-btn-continue {
        flex: 0 0 auto;
        padding: 13px 28px;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: -0.01em;
        cursor: pointer;
        transition: background 0.12s;
    }
    .mz-plan-sheet-btn-close {
        background: #F1F5F9;
        color: #334155;
    }
    .mz-plan-sheet-btn-close:hover { background: #E2E8F0; }
    .mz-plan-sheet-btn-continue {
        background: #0F172A;
        color: #FFFFFF;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }
    .mz-plan-sheet-btn-continue:hover { background: #1E293B; }
    .mz-plan-sheet-btn-continue svg { width: 14px; height: 14px; }

    /* Reduced motion — snap open/close instead of animating. */
    @media (prefers-reduced-motion: reduce) {
        .mz-plan-sticky,
        .mz-plan-sheet,
        .mz-plan-sheet-backdrop { transition-duration: 0.01s; }
    }

    .mz-plan-sticky-check {
        display: none;
        flex: 0 0 auto;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #16a34a;
        color: #fff;
        align-items: center;
        justify-content: center;
        align-self: center;
        margin-inline-end: 6px;
        box-shadow: 0 2px 6px rgba(22, 163, 74, 0.35);
    }
    .mz-plan-sticky-check svg { width: 14px; height: 14px; }
    .mz-plan-sticky[data-mz-selected="1"] .mz-plan-sticky-check {
        display: inline-flex;
    }

    .mz-plan-sticky-info-text {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

    .mz-plan-sticky-label {
        display: none;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #16a34a;
        line-height: 1.1;
    }
    .mz-plan-sticky[data-mz-selected="1"] .mz-plan-sticky-label {
        display: block;
    }

    .mz-plan-sticky-price {
        font-size: 12.5px;
        font-weight: 600;
        color: #475569;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mz-plan-sticky[data-mz-selected="1"] .mz-plan-sticky-caption {
        display: none;
    }

    .mz-plan-sticky-continue {
        font-weight: 700;
        letter-spacing: 0.01em;
    }

    .mz-plan-sticky.is-pulse-selected {
        animation: mz-sticky-pulse-green 700ms cubic-bezier(0.2, 0.9, 0.3, 1);
    }
    @keyframes mz-sticky-pulse-green {
        0%   { background: #FFFFFF; }
        35%  { background: #dcfce7; }
        100% { background: #FFFFFF; }
    }

    .mz-plan-toast {
        position: fixed;
        left: 50%;
        bottom: calc(96px + env(safe-area-inset-bottom, 0));
        transform: translate(-50%, 16px);
        opacity: 0;
        z-index: 950;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        background: #16a34a;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.01em;
        border-radius: 999px;
        box-shadow: 0 10px 30px -6px rgba(22, 163, 74, 0.5);
        pointer-events: none;
        transition: opacity 200ms ease, transform 200ms ease;
        max-width: calc(100vw - 32px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mz-plan-toast svg { width: 16px; height: 16px; flex: 0 0 auto; }
    .mz-plan-toast[data-mz-plan-toast-open="1"] {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@media (min-width: 821px) {
    .mz-plan-sheet[data-mz-sheet-mode="compare"],
    .mz-plan-sheet[data-mz-sheet-mode="states"] {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, calc(-50% + 12px));
        opacity: 0;
        pointer-events: none;
        width: min(720px, calc(100vw - 40px));
        max-height: 82vh;
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        border-radius: 20px;
        box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
        z-index: 1000;
        transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.9, 0.3, 1);
        padding: 0;
        overflow: hidden;
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"][data-mz-sheet-open="1"],
    .mz-plan-sheet[data-mz-sheet-mode="states"][data-mz-sheet-open="1"] {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%);
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-grab,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-grab { display: none; }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-header,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 22px;
        border-bottom: 1px solid #E2E8F0;
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-title,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-title {
        font-size: 18px;
        font-weight: 800;
        color: #0F172A;
        letter-spacing: -0.02em;
        margin: 0;
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-close,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 6px;
        border-radius: 8px;
        color: #64748B;
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-close:hover,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-close:hover { background: #F1F5F9; color: #0F172A; }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-close svg,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-close svg { width: 18px; height: 18px; }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-body,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-body {
        padding: 18px 22px;
        overflow-y: auto;
        flex: 1;
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-footer,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-footer {
        display: flex;
        justify-content: flex-end;
        padding: 14px 22px;
        border-top: 1px solid #E2E8F0;
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-btn-continue,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-btn-continue { display: none; }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-btn-close,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-btn-close {
        padding: 10px 22px;
        background: #0F172A;
        color: #FFFFFF;
        border: 0;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
    }
    .mz-plan-sheet[data-mz-sheet-mode="compare"] .mz-plan-sheet-btn-close:hover,
    .mz-plan-sheet[data-mz-sheet-mode="states"]  .mz-plan-sheet-btn-close:hover { background: #1E293B; }
    .mz-plan-sheet-backdrop[data-mz-sheet-mode="compare"],
    .mz-plan-sheet-backdrop[data-mz-sheet-mode="states"] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.55);
        opacity: 0;
        pointer-events: none;
        z-index: 999;
        transition: opacity 0.22s ease;
    }
    .mz-plan-sheet-backdrop[data-mz-sheet-open="1"] {
        opacity: 1;
        pointer-events: auto;
    }

    .mz-plan-toast {
        position: fixed;
        left: 50%;
        bottom: 32px;
        transform: translate(-50%, 16px);
        opacity: 0;
        z-index: 950;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        background: #16a34a;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.01em;
        border-radius: 999px;
        box-shadow: 0 10px 30px -6px rgba(22, 163, 74, 0.5);
        pointer-events: none;
        transition: opacity 200ms ease, transform 200ms ease;
        max-width: calc(100vw - 32px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mz-plan-toast svg { width: 16px; height: 16px; flex: 0 0 auto; }
    .mz-plan-toast[data-mz-plan-toast-open="1"] {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
}
