    html[data-auth-shell="landing"] body {
      padding-bottom: 0;
      background:
        radial-gradient(circle at 12% 14%, rgba(245, 158, 11, 0.16), transparent 26%),
        radial-gradient(circle at 84% 10%, rgba(57, 120, 255, 0.2), transparent 32%),
        linear-gradient(180deg, #07122b 0%, #081630 48%, #091a3a 100%);
    }

    .landing-experience {
      display: none;
      min-height: 100vh;
      position: relative;
      overflow: hidden;
      color: #f8fbff;
      font-family: 'Sora', 'Inter', system-ui, sans-serif;
    }

    html[data-auth-shell="landing"] .landing-experience {
      display: block;
    }

    html[data-auth-shell="landing"] .authenticated-only {
      display: none !important;
    }

    html[data-auth-shell="landing"] .zo2y-desktop-rail {
      display: none !important;
    }

    html[data-auth-shell="landing"] body.zo2y-desktop-rail-layout {
      padding-left: 0 !important;
    }

    html[data-auth-shell="landing"] .zo2y-shared-header,
    html[data-auth-shell="landing"] .zo2y-mobile-drawer,
    html[data-auth-shell="landing"] .zo2y-mobile-drawer-backdrop {
      display: none !important;
    }

    html[data-auth-shell="pending"] .landing-experience,
    html[data-auth-shell="pending"] .authenticated-only,
    html[data-auth-shell="pending"] .zo2y-shared-header,
    html[data-auth-shell="pending"] .zo2y-desktop-rail,
    html[data-auth-shell="pending"] .zo2y-mobile-drawer,
    html[data-auth-shell="pending"] .zo2y-mobile-drawer-backdrop {
      display: none !important;
    }

    html[data-auth-shell="pending"] body {
      background:
        radial-gradient(circle at 18% -8%, rgba(245, 158, 11, 0.16), transparent 35%),
        radial-gradient(circle at 85% -12%, rgba(88, 130, 255, 0.22), transparent 42%),
        #0b1633;
    }

    .landing-header {
      width: min(1240px, calc(100% - 32px));
      margin: 0 auto;
      padding: 22px 0 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      position: sticky;
      top: 0;
      z-index: 40;
      backdrop-filter: blur(16px);
      background: linear-gradient(180deg, rgba(7, 18, 43, 0.88), rgba(7, 18, 43, 0.58));
    }

    .landing-brand {
      display: inline-flex;
      align-items: center;
      gap: 0;
    }

    .landing-brand img {
      width: 52px;
      height: 52px;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26);
    }

    .landing-header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .landing-header-link,
    .landing-header-btn,
    .landing-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 0 18px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.05);
      color: #f8fbff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.01em;
      transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    }

    .landing-header-link {
      min-height: 40px;
      padding: 0 12px;
      font-size: 13px;
      font-weight: 600;
      background: transparent;
    }

    .landing-header-btn-primary,
    .landing-cta-primary {
      background: linear-gradient(135deg, #ffbc42 0%, #ff8d3a 100%);
      color: #091630;
      border-color: transparent;
      box-shadow: 0 18px 30px rgba(245, 158, 11, 0.24);
    }

    .landing-header-link:hover,
    .landing-header-btn:hover,
    .landing-cta:hover {
      transform: translateY(-1px);
      border-color: rgba(255,255,255,0.28);
    }

    .landing-main {
      width: min(1240px, calc(100% - 32px));
      margin: 0 auto;
      padding: 28px 0 64px;
      display: grid;
      gap: 28px;
    }

    .landing-hero,
    .landing-section {
      position: relative;
      border: 1px solid rgba(255,255,255,0.11);
      border-radius: 22px;
      background:
        linear-gradient(145deg, rgba(12, 28, 67, 0.92), rgba(7, 18, 43, 0.95)),
        radial-gradient(circle at top right, rgba(255, 188, 66, 0.16), transparent 34%);
      box-shadow: 0 28px 62px rgba(0,0,0,0.24);
      overflow: hidden;
    }

    .landing-hero {
      min-height: 680px;
      padding: 54px;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 34px;
      align-items: center;
    }

    .landing-mascot {
      position: absolute;
      top: 22px;
      right: 24px;
      width: clamp(96px, 10vw, 132px);
      z-index: 1;
      pointer-events: none;
    }

    .landing-mascot-shell {
      transform:
        translate3d(var(--landing-mascot-x, 0px), var(--landing-mascot-y, 0px), 0)
        rotate(var(--landing-mascot-tilt, 0deg));
      transform-origin: center;
      transition: transform 180ms ease-out;
      animation: landingMascotFloat 7.2s ease-in-out infinite;
      filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.26));
    }

    .landing-mascot img {
      display: block;
      width: 100%;
      height: auto;
      user-select: none;
      transform-origin: center;
      transition: transform 110ms ease;
    }

    .landing-mascot.is-blinking img {
      transform: scaleY(0.08);
    }

    .landing-hero::before,
    .landing-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 82% 18%, rgba(255, 188, 66, 0.16), transparent 26%),
        radial-gradient(circle at 8% 88%, rgba(78, 152, 255, 0.12), transparent 26%);
      pointer-events: none;
    }

    @keyframes landingMascotFloat {
      0%, 100% { transform: translate3d(var(--landing-mascot-x, 0px), calc(var(--landing-mascot-y, 0px) - 2px), 0) rotate(var(--landing-mascot-tilt, 0deg)); }
      50% { transform: translate3d(var(--landing-mascot-x, 0px), calc(var(--landing-mascot-y, 0px) + 6px), 0) rotate(calc(var(--landing-mascot-tilt, 0deg) + 1.25deg)); }
    }

    .landing-hero-copy,
    .landing-section > * {
      position: relative;
      z-index: 1;
    }

    .landing-kicker,
    .landing-section-kicker,
    .landing-stage-label,
    .landing-mobile-card-kicker {
      color: #ffbc42;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      font-size: 12px;
      font-weight: 800;
    }

    .landing-title {
      margin-top: 16px;
      font-family: 'Outfit', 'Sora', sans-serif;
      font-size: clamp(46px, 6vw, 74px);
      line-height: 0.95;
      letter-spacing: -0.04em;
      max-width: 10ch;
    }

    .landing-summary {
      margin-top: 18px;
      max-width: 620px;
      color: rgba(232, 240, 255, 0.84);
      font-size: 17px;
      line-height: 1.75;
    }

    .landing-auth-notice {
      margin-top: 18px;
      padding: 14px 16px;
      border-radius: 12px;
      border: 1px solid rgba(255, 188, 66, 0.32);
      background: rgba(255, 188, 66, 0.12);
      color: #fff0cb;
      font-weight: 600;
      max-width: 560px;
    }

    .landing-hero-actions,
    .landing-close-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 24px;
    }

    .landing-proof-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
      max-width: 760px;
    }

    .landing-proof-chip {
      padding: 16px 18px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.05);
      color: rgba(235, 243, 255, 0.84);
      font-size: 13px;
      line-height: 1.5;
      min-height: 96px;
    }

    .landing-proof-chip span {
      display: block;
      color: #ffbc42;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.22em;
      margin-bottom: 8px;
    }

    .landing-stage {
      position: relative;
      min-height: 540px;
      display: grid;
      place-items: center;
    }

    .landing-stage-orb {
      position: absolute;
      border-radius: 999px;
      filter: blur(6px);
      opacity: 0.7;
      animation: landingFloat 9s ease-in-out infinite;
    }

    .landing-stage-orb-a {
      width: 220px;
      height: 220px;
      background: rgba(255, 188, 66, 0.18);
      top: 14%;
      right: 8%;
    }

    .landing-stage-orb-b {
      width: 240px;
      height: 240px;
      background: rgba(78, 152, 255, 0.16);
      bottom: 8%;
      left: 2%;
      animation-delay: -3s;
    }

    .landing-stage-card {
      position: absolute;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(9, 22, 52, 0.88);
      box-shadow: 0 24px 44px rgba(0,0,0,0.28);
      backdrop-filter: blur(14px);
      color: #fff;
    }

    .landing-stage-card-primary {
      width: min(420px, 100%);
      border-radius: 28px;
      padding: 28px;
      top: 14%;
      left: 4%;
      transform: rotate(-3deg);
      animation: landingCardDrift 10s ease-in-out infinite;
    }

    .landing-stage-card-primary h3 {
      margin-top: 14px;
      font-size: 32px;
      line-height: 1.05;
      font-family: 'Outfit', 'Sora', sans-serif;
    }

    .landing-stage-card-primary p {
      margin-top: 12px;
      color: rgba(231, 239, 255, 0.78);
      line-height: 1.7;
    }

    .landing-stage-card-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
    }

    .landing-stage-pill {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 12px;
      border-radius: 8px;
      background: rgba(255,255,255,0.08);
      color: #d7e4ff;
      font-size: 12px;
      font-weight: 700;
    }

    .landing-stage-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }

    .landing-stage-tags span {
      padding: 9px 12px;
      border-radius: 8px;
      background: rgba(255,255,255,0.07);
      font-size: 12px;
      color: #dbe7ff;
    }

    .landing-stage-card-secondary {
      width: 270px;
      right: 10%;
      top: 12%;
      border-radius: 24px;
      padding: 22px;
      animation: landingCardDrift 11s ease-in-out infinite reverse;
    }

    .landing-stage-card-tertiary {
      width: 300px;
      right: 2%;
      bottom: 14%;
      border-radius: 24px;
      padding: 22px;
      animation: landingCardDrift 12s ease-in-out infinite;
      animation-delay: -2.5s;
    }

    .landing-stage-mini-label {
      color: rgba(216, 228, 255, 0.7);
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 11px;
      font-weight: 700;
    }

    .landing-stage-list {
      display: grid;
      gap: 12px;
      margin-top: 14px;
    }

    .landing-stage-list div {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      border-radius: 16px;
      background: rgba(255,255,255,0.05);
      color: rgba(239, 244, 255, 0.86);
    }

    .landing-mobile-stack {
      display: none;
      gap: 12px;
    }

    .landing-mobile-card {
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.05);
      padding: 18px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
      display: grid;
      gap: 10px;
    }

    .landing-mobile-card strong {
      font-size: 22px;
      line-height: 1.1;
      font-family: 'Outfit', 'Sora', sans-serif;
    }

    .landing-mobile-card span {
      color: rgba(230, 239, 255, 0.78);
      line-height: 1.6;
      font-size: 14px;
    }

    .landing-mobile-card-accent {
      background:
        linear-gradient(155deg, rgba(255, 188, 66, 0.18), rgba(78, 152, 255, 0.12)),
        rgba(255,255,255,0.05);
    }

    .landing-section {
      padding: 38px;
    }

    .landing-section-head h2,
    .landing-close-copy h2 {
      margin-top: 12px;
      font-family: 'Outfit', 'Sora', sans-serif;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.02;
      letter-spacing: -0.04em;
      max-width: 11ch;
    }

    .landing-feature-grid,
    .landing-why-grid,
    .landing-trust-grid {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .landing-trust-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .landing-feature-card,
    .landing-why-card,
    .landing-mobile-flow-item,
    .landing-trust-card {
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.12);
      background: rgba(255,255,255,0.05);
      padding: 24px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    }

    .landing-feature-card i {
      font-size: 22px;
      color: #ffbc42;
    }

    .landing-feature-card h3,
    .landing-why-card h3 {
      margin-top: 16px;
      font-size: 24px;
      line-height: 1.1;
      font-family: 'Outfit', 'Sora', sans-serif;
    }

    .landing-trust-card h3 {
      margin: 0 0 12px;
      font-size: 22px;
      line-height: 1.15;
      font-family: 'Outfit', 'Sora', sans-serif;
    }

    .landing-feature-card p,
    .landing-why-card p,
    .landing-close-copy p {
      margin-top: 12px;
      color: rgba(230, 239, 255, 0.78);
      line-height: 1.72;
      font-size: 15px;
    }

    .landing-trust-card p {
      margin: 0;
      color: rgba(230, 239, 255, 0.82);
      line-height: 1.72;
      font-size: 15px;
    }

    .landing-trust-links {
      margin-top: 18px;
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .landing-trust-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 16px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.05);
      color: #f8fbff;
      font-size: 14px;
      font-weight: 700;
    }

    .landing-demo-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
      gap: 24px;
      margin-top: 26px;
      align-items: stretch;
    }

    .landing-demo-track {
      display: grid;
      gap: 16px;
    }

    .landing-demo-step {
      display: grid;
      grid-template-columns: 64px minmax(0, 1fr);
      gap: 16px;
      align-items: start;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.11);
      background: rgba(255,255,255,0.04);
      padding: 20px;
    }

    .landing-demo-step span,
    .landing-mobile-flow-item span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: rgba(255, 188, 66, 0.16);
      color: #ffbc42;
      font-weight: 800;
    }

    .landing-demo-step h3 {
      font-size: 22px;
      line-height: 1.1;
      font-family: 'Outfit', 'Sora', sans-serif;
    }

    .landing-demo-step p {
      margin-top: 10px;
      color: rgba(230, 239, 255, 0.76);
      line-height: 1.65;
    }

    .landing-demo-board {
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.12);
      background:
        linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
        linear-gradient(135deg, rgba(78, 152, 255, 0.12), rgba(255, 188, 66, 0.12));
      padding: 18px;
    }

    .landing-demo-window {
      height: 100%;
      min-height: 360px;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(5, 16, 39, 0.96), rgba(8, 22, 54, 0.96));
      border: 1px solid rgba(255,255,255,0.08);
      padding: 22px;
      display: grid;
      gap: 18px;
    }

    .landing-demo-window-bar {
      height: 8px;
      width: 120px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(255, 188, 66, 0.92), rgba(78, 152, 255, 0.92));
    }

    .landing-demo-columns {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      height: 100%;
    }

    .landing-demo-column {
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(255,255,255,0.04);
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: 12px;
    }

    .landing-demo-column p {
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 11px;
      color: rgba(230, 239, 255, 0.54);
      font-weight: 700;
    }

    .landing-demo-column strong {
      font-size: 24px;
      line-height: 1.05;
      font-family: 'Outfit', 'Sora', sans-serif;
    }

    .landing-demo-column span {
      color: rgba(230, 239, 255, 0.74);
      line-height: 1.65;
    }

    .landing-mobile-flow {
      display: none;
    }

    .landing-mobile-flow-item strong {
      display: block;
      margin-top: 14px;
      font-size: 21px;
      line-height: 1.15;
      font-family: 'Outfit', 'Sora', sans-serif;
    }

    .landing-close-band {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 20px;
      align-items: center;
    }

    .landing-legal-strip {
      width: min(1240px, calc(100% - 32px));
      margin: 0 auto;
      padding: 0 0 34px;
      display: flex;
      justify-content: center;
      gap: 18px;
      color: rgba(219, 229, 255, 0.66);
      font-size: 13px;
    }

    [data-landing-reveal] {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.5s ease, transform 0.5s ease;
    }

    [data-landing-reveal].is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .landing-desktop-only {
      display: block;
    }

    .landing-mobile-only {
      display: none;
    }


    @media (max-width: 1024px) {
      .landing-header,
      .landing-main,
      .landing-legal-strip {
        width: min(100%, calc(100% - 24px));
      }

      .landing-header {
        padding: 16px 0 10px;
      }

      .landing-main {
        padding: 18px 0 40px;
        gap: 20px;
      }

      .landing-hero {
        min-height: 0;
        padding: 30px 24px;
        grid-template-columns: 1fr;
        gap: 22px;
      }

      .landing-mascot {
        top: 18px;
        right: 18px;
        width: 92px;
      }

      .landing-title,
      .landing-section-head h2,
      .landing-close-copy h2 {
        max-width: none;
      }

      .landing-summary,
      .landing-close-copy p,
      .landing-feature-card p,
      .landing-why-card p {
        font-size: 15px;
        line-height: 1.65;
      }

      .landing-proof-strip,
      .landing-feature-grid,
      .landing-why-grid,
      .landing-trust-grid,
      .landing-demo-layout,
      .landing-close-band,
      .landing-demo-columns {
        grid-template-columns: 1fr;
      }

      .landing-section {
        padding: 28px 22px;
      }
    }

    @media (max-width: 760px) {
      .landing-header,
      .landing-main,
      .landing-legal-strip {
        width: min(100%, calc(100% - 20px));
      }

      .landing-header {
        position: static;
        padding: 14px 0 8px;
        align-items: flex-start;
      }

      .landing-header-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .landing-header-actions > * {
        width: 100%;
      }

      .landing-header-link,
      .landing-header-btn,
      .landing-cta {
        min-height: 44px;
        padding: 0 14px;
      }

      .landing-hero {
        padding: 22px 18px;
        border-radius: 18px;
      }

      .landing-mascot {
        position: relative;
        top: auto;
        right: auto;
        width: 86px;
        margin: 0 0 2px auto;
      }

      .landing-title {
        font-size: clamp(34px, 11vw, 48px);
      }

      .landing-summary {
        font-size: 14px;
      }

      .landing-hero-actions,
      .landing-close-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .landing-proof-strip {
        gap: 10px;
      }

      .landing-proof-chip,
      .landing-feature-card,
      .landing-why-card,
      .landing-trust-card,
      .landing-mobile-flow-item,
      .landing-demo-step,
      .landing-mobile-card {
        padding: 16px;
      }

      .landing-demo-step {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
      }

      .landing-demo-window {
        min-height: 0;
        padding: 16px;
      }

      .landing-demo-column {
        padding: 16px;
      }

      .landing-desktop-only {
        display: none !important;
      }

      .landing-mobile-only,
      .landing-mobile-stack,
      .landing-mobile-flow {
        display: grid !important;
      }

      .landing-mobile-stack,
      .landing-mobile-flow {
        margin-top: 18px;
      }

      .landing-legal-strip {
        padding-bottom: 24px;
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
      }

      .landing-trust-links {
        flex-direction: column;
      }

      .landing-trust-link {
        width: 100%;
      }
    }

    @keyframes landingFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-18px); }
    }

    @keyframes landingCardDrift {
      0%, 100% { transform: translateY(0) rotate(-3deg); }
      50% { transform: translateY(-16px) rotate(-1deg); }
    }

    a { color: inherit; text-decoration: none; }

    .container {
      width: min(1240px, calc(100% - 28px));
      margin: 0 auto;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 100;
      backdrop-filter: blur(10px) saturate(180%);
      background: var(--surface);
      border-bottom: 1px solid var(--border);
    }

    .header-inner {
      min-height: 72px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 12px 0;
      flex-wrap: wrap;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 22px;
      font-weight: 800;
      letter-spacing: 0.2px;
    }

    .brand img {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      object-fit: cover;
    }

    .search-wrap {
      flex: 1;
      min-width: 210px;
      max-width: 420px;
      position: relative;
      margin-left: 8px;
    }

    .search-wrap i {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--muted);
      font-size: 13px;
    }

    .search {
      width: 100%;
      height: 42px;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: var(--card);
      color: var(--white);
      padding: 0 14px 0 34px;
      outline: none;
    }

    .search:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.14);
    }

    .header-actions {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .top-nav {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      opacity: 0.92;
    }

    .nav-pill {
      border: 1px solid transparent;
      color: #e2ecff;
      background: transparent;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 600;
      padding: 8px 10px;
      transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
    }

    .nav-pill:hover {
      border-color: var(--border);
      color: var(--accent);
      background: rgba(255,255,255,0.04);
    }

    .auth-actions {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn {
      border: 1px solid var(--border);
      background: var(--card);
      color: var(--white);
      height: 40px;
      padding: 0 14px;
      border-radius: 12px;
      font-size: 13px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      transition: border-color 0.2s ease, transform 0.2s ease;
    }

    .btn:hover {
      border-color: var(--accent);
      transform: translateY(-1px);
    }

    .btn-primary {
      background: var(--gradient);
      color: #0b1633;
      border: 0;
    }
.landing-referral-banner {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 184, 77, 0.2);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(255, 184, 77, 0.08));
  color: #fff5df;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.landing-referral-banner i {
  color: #ffb84d;
}
