/*
 * FILE: sell-public/public/assets/MCM-sell-public.v1.0.2.css
 * VERSION: shop-mycarnivalmatch-sell-public-style.v1.0.2
 * ROLLBACK-ID: shop-mycarnivalmatch-sell-public-style.v1.0.1
 * CHANGE: Added iOS typography separation, pointer-safe hover states, and spring consent-sheet motion.
     */
    :root {
      --MCM-bg: #fbfaf7;
      --MCM-surface: #ffffff;
      --MCM-surface-soft: #f4f4f2;
      --MCM-text: #1c1917;
      --MCM-muted: #6b645d;
      --MCM-line: rgba(28, 25, 23, 0.11);
      --MCM-primary: #225aa7;
      --MCM-primary-dark: #173f78;
      --MCM-secondary: #9932cc;
      --MCM-dark: #14243d;
      --MCM-success: #1b7f5b;
      --MCM-warning: #f4bd42;
      --MCM-shadow: 0 24px 80px rgba(20, 36, 61, 0.13);
      --MCM-radius-large: 40px;
      --MCM-radius-medium: 28px;
      --MCM-radius-small: 16px;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
      color: var(--MCM-text);
      background: var(--MCM-bg);
      font-synthesis: none;
      text-rendering: optimizeLegibility;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      background: var(--MCM-bg);
    }

    body {
      margin: 0;
      min-height: 100dvh;
      overflow-x: hidden;
      background: var(--MCM-bg);
      color: var(--MCM-text);
      -webkit-font-smoothing: antialiased;
    }

    body.MCM-scroll-locked {
      overflow: hidden;
    }

    a,
    button {
      -webkit-tap-highlight-color: transparent;
    }

    a {
      color: inherit;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    img,
    svg {
      display: block;
      max-width: 100%;
    }

    .MCM-title,
    .MCM-section-title,
    .MCM-payout-copy h2,
    .MCM-final-card h2,
    .MCM-plan h3 {
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
    }

    .MCM-input {
      min-height: 44px;
      font-size: 17px;
    }

    .MCM-mode-btn {
      min-width: 44px;
      min-height: 44px;
    }

    .MCM-skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 1000;
      transform: translateY(-180%);
      min-height: 44px;
      padding: 12px 16px;
      border-radius: 14px;
      background: var(--MCM-surface);
      color: var(--MCM-primary-dark);
      font-weight: 800;
      box-shadow: var(--MCM-shadow);
    }

    .MCM-skip-link:focus {
      transform: translateY(0);
    }

    .MCM-shell {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }

    .MCM-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding-top: env(safe-area-inset-top);
      border-bottom: 1px solid var(--MCM-line);
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(24px) saturate(150%);
      -webkit-backdrop-filter: blur(24px) saturate(150%);
    }

    .MCM-header-row {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .MCM-brand {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }

    .MCM-brand img {
      width: auto;
      height: 38px;
    }

    .MCM-brand-copy {
      display: grid;
      gap: 1px;
    }

    .MCM-brand-name {
      font-size: 14px;
      font-weight: 900;
      line-height: 1.1;
    }

    .MCM-brand-tag {
      color: var(--MCM-muted);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .MCM-header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .MCM-buyer-link {
      display: none;
      min-height: 44px;
      align-items: center;
      padding: 0 12px;
      border-radius: 14px;
      color: var(--MCM-muted);
      font-size: 13px;
      font-weight: 750;
      text-decoration: none;
    }


    .MCM-button {
      display: inline-flex;
      min-width: 44px;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      gap: 8px;
      border: 0;
      border-radius: 16px;
      padding: 12px 20px;
      font-weight: 850;
      line-height: 1.15;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      transition:
        transform 160ms ease,
        opacity 160ms ease,
        background-color 160ms ease,
        color 160ms ease,
        box-shadow 160ms ease;
    }

    .MCM-button:active {
      transform: scale(0.98);
      opacity: 0.8;
    }

    .MCM-button:focus-visible,
    .MCM-buyer-link:focus-visible,
    .MCM-footer a:focus-visible {
      outline: 3px solid rgba(34, 90, 167, 0.36);
      outline-offset: 3px;
    }

    .MCM-button-primary {
      background: var(--MCM-primary);
      color: #ffffff;
      box-shadow: 0 12px 28px rgba(34, 90, 167, 0.25);
    }


    .MCM-button-light {
      background: #ffffff;
      color: var(--MCM-dark);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    }


    .MCM-button-secondary {
      border: 1px solid var(--MCM-line);
      background: #ffffff;
      color: var(--MCM-text);
    }

    .MCM-main {
      padding-bottom: 72px;
    }

    .MCM-hero {
      padding: 32px 0 72px;
    }

    .MCM-hero-card {
      position: relative;
      overflow: hidden;
      min-height: 610px;
      display: grid;
      align-items: center;
      border-radius: var(--MCM-radius-large);
      padding: clamp(32px, 6vw, 72px);
      color: #ffffff;
      background:
        radial-gradient(circle at 82% 82%, rgba(153, 50, 204, 0.36), transparent 32%),
        radial-gradient(circle at 8% 5%, rgba(74, 125, 206, 0.38), transparent 38%),
        linear-gradient(135deg, #12233d, #173f78 58%, #2d275e);
      box-shadow: var(--MCM-shadow);
      isolation: isolate;
    }

    .MCM-hero-card::after {
      content: "";
      position: absolute;
      right: -120px;
      bottom: -150px;
      width: 470px;
      height: 470px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 50%;
      box-shadow:
        0 0 0 58px rgba(255, 255, 255, 0.035),
        0 0 0 116px rgba(255, 255, 255, 0.025);
      z-index: -1;
    }

    .MCM-hero-content {
      max-width: 800px;
    }

    .MCM-eyebrow {
      display: inline-flex;
      min-height: 36px;
      align-items: center;
      gap: 8px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 999px;
      padding: 8px 12px;
      background: rgba(255, 255, 255, 0.1);
      color: #eef3fb;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 0.06em;
    }

    .MCM-title {
      max-width: 900px;
      margin: 24px 0 20px;
      font-size: clamp(2.6rem, 7vw, 5.75rem);
      font-weight: 950;
      letter-spacing: -0.055em;
      line-height: 0.98;
      text-wrap: balance;
    }

    .MCM-hero-copy {
      max-width: 730px;
      margin: 0;
      color: rgba(255, 255, 255, 0.84);
      font-size: clamp(17px, 2.4vw, 20px);
      font-weight: 560;
      line-height: 1.65;
    }

    .MCM-hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 32px;
    }

    .MCM-hero-note {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      font-weight: 650;
      opacity: 0.74;
    }

    .MCM-section {
      padding: 76px 0;
    }

    .MCM-section-white {
      border-top: 1px solid var(--MCM-line);
      border-bottom: 1px solid var(--MCM-line);
      background: #ffffff;
    }

    .MCM-section-header {
      max-width: 760px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .MCM-section-label {
      margin: 0 0 10px;
      color: var(--MCM-primary);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .MCM-section-title {
      margin: 0;
      font-size: clamp(2rem, 5vw, 3.75rem);
      font-weight: 930;
      letter-spacing: -0.045em;
      line-height: 1.02;
      text-wrap: balance;
    }

    .MCM-section-copy {
      margin: 16px auto 0;
      color: var(--MCM-muted);
      font-size: 17px;
      line-height: 1.65;
    }

    .MCM-feature-grid {
      display: grid;
      gap: 20px;
    }

    .MCM-feature-card {
      min-height: 100%;
      border: 1px solid var(--MCM-line);
      border-radius: var(--MCM-radius-medium);
      padding: 28px;
      background: var(--MCM-bg);
    }

    .MCM-feature-icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      margin-bottom: 22px;
      background: #eaf1fb;
      color: var(--MCM-primary);
    }

    .MCM-feature-card:nth-child(2) .MCM-feature-icon {
      background: #eaf7f1;
      color: var(--MCM-success);
    }

    .MCM-feature-card:nth-child(3) .MCM-feature-icon {
      background: #fff4dc;
      color: #9a6700;
    }

    .MCM-feature-card h3 {
      margin: 0 0 12px;
      font-size: 21px;
      font-weight: 900;
      letter-spacing: -0.025em;
    }

    .MCM-feature-card p {
      margin: 0;
      color: var(--MCM-muted);
      font-size: 16px;
      line-height: 1.65;
    }

    .MCM-pricing-grid {
      display: grid;
      gap: 20px;
      align-items: stretch;
    }

    .MCM-plan {
      position: relative;
      display: flex;
      min-height: 100%;
      flex-direction: column;
      border: 1px solid var(--MCM-line);
      border-radius: var(--MCM-radius-medium);
      padding: 28px;
      background: #ffffff;
      box-shadow: 0 16px 50px rgba(20, 36, 61, 0.06);
    }

    .MCM-plan-featured {
      border: 2px solid var(--MCM-primary);
      box-shadow: 0 22px 60px rgba(34, 90, 167, 0.16);
    }

    .MCM-plan-badge {
      position: absolute;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 999px;
      padding: 7px 14px;
      background: var(--MCM-warning);
      color: #3e2b00;
      font-size: 10px;
      font-weight: 950;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .MCM-competitor {
      margin-bottom: 22px;
      border-radius: 16px;
      padding: 12px 14px;
      background: #fff1f2;
      color: #9f1239;
      font-size: 12px;
      font-weight: 800;
    }

    .MCM-plan h3 {
      margin: 0;
      font-size: 28px;
      font-weight: 950;
      letter-spacing: -0.035em;
    }

    .MCM-plan-description {
      min-height: 48px;
      margin: 10px 0 18px;
      color: var(--MCM-muted);
      line-height: 1.5;
    }

    .MCM-price-row {
      display: flex;
      align-items: baseline;
      gap: 8px;
    }

    .MCM-price {
      font-size: 48px;
      font-weight: 950;
      letter-spacing: -0.05em;
    }

    .MCM-price-period {
      color: var(--MCM-muted);
      font-size: 13px;
      font-weight: 750;
    }

    .MCM-annual-price {
      margin: 10px 0 0;
      color: var(--MCM-primary);
      font-size: 14px;
      font-weight: 850;
    }

    .MCM-savings {
      display: inline-flex;
      align-self: flex-start;
      margin: 18px 0;
      border-radius: 999px;
      padding: 8px 11px;
      background: #eaf7f1;
      color: var(--MCM-success);
      font-size: 11px;
      font-weight: 900;
    }

    .MCM-plan ul {
      display: grid;
      gap: 12px;
      margin: 0 0 28px;
      padding: 0;
      list-style: none;
      color: #44403c;
      font-size: 14px;
      line-height: 1.45;
    }

    .MCM-plan li {
      position: relative;
      padding-left: 26px;
    }

    .MCM-plan li::before {
      content: "✓";
      position: absolute;
      left: 0;
      top: -1px;
      width: 19px;
      height: 19px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: #eaf1fb;
      color: var(--MCM-primary);
      font-size: 11px;
      font-weight: 950;
    }

    .MCM-plan .MCM-button {
      width: 100%;
      margin-top: auto;
    }

    .MCM-plan-note {
      margin: 16px 0 0;
      color: var(--MCM-muted);
      font-size: 12px;
      line-height: 1.55;
    }

    .MCM-payout-card {
      position: relative;
      overflow: hidden;
      display: grid;
      gap: 38px;
      border-radius: var(--MCM-radius-large);
      padding: clamp(30px, 6vw, 64px);
      background: #13253f;
      color: #ffffff;
      box-shadow: var(--MCM-shadow);
    }

    .MCM-payout-copy h2 {
      margin: 0;
      font-size: clamp(2.2rem, 5vw, 4rem);
      font-weight: 950;
      letter-spacing: -0.05em;
      line-height: 1;
      text-wrap: balance;
    }

    .MCM-payout-copy p {
      margin: 18px 0 0;
      color: rgba(255, 255, 255, 0.76);
      font-size: 17px;
      line-height: 1.65;
    }

    .MCM-region-list {
      display: grid;
      gap: 12px;
      margin: 24px 0 30px;
      padding: 0;
      list-style: none;
    }

    .MCM-region-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: rgba(255, 255, 255, 0.9);
      font-size: 14px;
      font-weight: 750;
      line-height: 1.5;
    }

    .MCM-region-list li::before {
      content: "✓";
      flex: 0 0 20px;
      width: 20px;
      height: 20px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: rgba(52, 211, 153, 0.16);
      color: #6ee7b7;
      font-size: 11px;
      font-weight: 950;
    }

    .MCM-payout-preview {
      align-self: center;
      border: 1px solid rgba(255, 255, 255, 0.11);
      border-radius: 28px;
      padding: 20px;
      background: rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .MCM-payout-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      border-radius: 16px;
      padding: 16px;
      background: rgba(255, 255, 255, 0.08);
    }

    .MCM-payout-item + .MCM-payout-item {
      margin-top: 12px;
    }

    .MCM-payout-item p {
      margin: 0;
    }

    .MCM-payout-title {
      font-size: 14px;
      font-weight: 850;
    }

    .MCM-payout-status {
      margin-top: 3px !important;
      color: rgba(255, 255, 255, 0.62);
      font-size: 12px;
    }

    .MCM-payout-amount {
      color: #6ee7b7;
      font-size: 18px;
      font-weight: 950;
      white-space: nowrap;
    }

    .MCM-disclosure {
      margin: 18px 0 0;
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      line-height: 1.55;
    }

    .MCM-final-cta {
      padding: 48px 0 0;
    }

    .MCM-final-card {
      border-radius: var(--MCM-radius-large);
      padding: clamp(32px, 6vw, 64px);
      text-align: center;
      background: linear-gradient(135deg, #eaf1fb, #f4e9fb);
    }

    .MCM-final-card h2 {
      margin: 0;
      font-size: clamp(2.1rem, 5vw, 3.8rem);
      font-weight: 950;
      letter-spacing: -0.05em;
      line-height: 1;
    }

    .MCM-final-card p {
      max-width: 700px;
      margin: 18px auto 28px;
      color: var(--MCM-muted);
      font-size: 17px;
      line-height: 1.65;
    }

    .MCM-footer {
      border-radius: 44px 44px 0 0;
      padding: 54px 0 calc(34px + env(safe-area-inset-bottom));
      background: #171a21;
      color: #d6d3d1;
    }

    .MCM-footer-row {
      display: grid;
      gap: 28px;
      align-items: center;
    }

    .MCM-footer-brand img {
      height: 38px;
      width: auto;
      filter: brightness(0) invert(1);
    }

    .MCM-footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 18px;
    }

    .MCM-footer a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      color: #d6d3d1;
      font-size: 14px;
      font-weight: 750;
      text-decoration: none;
    }


    .MCM-footer-copy {
      color: #8f8b86;
      font-size: 12px;
      font-weight: 650;
    }

    .MCM-consent {
      --MCM-consent-drag-y: 0px;
      position: fixed;
      right: 16px;
      bottom: calc(16px + env(safe-area-inset-bottom));
      left: 16px;
      z-index: 100;
      max-width: 720px;
      margin: 0 auto;
      border: 1px solid var(--MCM-line);
      border-radius: 24px;
      padding: 8px 18px 18px;
      background: rgba(255, 255, 255, 0.97);
      box-shadow: var(--MCM-shadow);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      transform: translate3d(0, var(--MCM-consent-drag-y), 0);
      opacity: 1;
      will-change: transform, opacity;
      transition:
        transform 500ms cubic-bezier(0.32, 0.72, 0, 1),
        opacity 400ms ease;
    }

    .MCM-consent[hidden] {
      display: none;
    }

    .MCM-consent[data-state="closed"] {
      transform: translate3d(0, calc(120% + env(safe-area-inset-bottom)), 0);
      opacity: 0;
      pointer-events: none;
    }

    .MCM-consent[data-dragging="true"] {
      transition: none;
    }

    .MCM-consent-handle {
      width: 100%;
      min-height: 44px;
      display: grid;
      place-items: center;
      border: 0;
      padding: 0;
      background: transparent;
      cursor: grab;
      touch-action: none;
    }

    .MCM-consent-handle::before {
      content: "";
      width: 36px;
      height: 5px;
      border-radius: 999px;
      background: rgba(28, 25, 23, 0.22);
    }

    .MCM-consent[data-dragging="true"] .MCM-consent-handle {
      cursor: grabbing;
    }

    .MCM-consent h2 {
      margin: 0;
      font-size: 18px;
      font-weight: 900;
    }

    .MCM-consent p {
      margin: 8px 0 0;
      color: var(--MCM-muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .MCM-consent-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }

    .MCM-consent .MCM-button {
      flex: 1 1 180px;
    }

    @media (hover: hover) and (pointer: fine) {
      .MCM-buyer-link:hover {
        background: var(--MCM-surface-soft);
        color: var(--MCM-primary);
      }

      .MCM-button-primary:hover {
        background: var(--MCM-primary-dark);
      }

      .MCM-button-light:hover {
        background: #f6f8fc;
      }

      .MCM-footer a:hover {
        color: #ffffff;
      }
    }

    @media (min-width: 720px) {
      .MCM-buyer-link {
        display: inline-flex;
      }

      .MCM-feature-grid,
      .MCM-pricing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .MCM-payout-card {
        grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
      }

      .MCM-footer-row {
        grid-template-columns: auto 1fr auto;
      }
    }

    @media (max-width: 719px) {
      .MCM-shell {
        width: min(100% - 24px, 1180px);
      }

      .MCM-header-row {
        min-height: 68px;
      }

      .MCM-brand-copy {
        display: none;
      }

      .MCM-header-actions {
        gap: 6px;
      }

      .MCM-header .MCM-button {
        min-height: 44px;
        padding: 10px 14px;
        border-radius: 14px;
        font-size: 13px;
      }

      .MCM-hero {
        padding-top: 20px;
      }

      .MCM-hero-card {
        min-height: 560px;
        border-radius: 32px;
        padding: 30px 24px;
      }

      .MCM-section {
        padding: 58px 0;
      }

      .MCM-feature-card,
      .MCM-plan {
        border-radius: 24px;
        padding: 24px;
      }

      .MCM-payout-card,
      .MCM-final-card {
        border-radius: 32px;
      }

      .MCM-footer {
        border-radius: 32px 32px 0 0;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
      }
    }

.MCM-section-label-light {
  color: #8ec5ff;
}
