    /* =========================
       10) INSTALL (ADD TO HOME SCREEN) BLOCKER
       ========================== */

    .install-blocker {
      position: fixed;
      inset: 0;
      background: radial-gradient(circle at top, #02232F 0, #061720 55%, #020910 100%);
      color: #fff;
      z-index: 9998;
      display: none;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 24px;
    }

    .install-blocker-inner {
      max-width: 460px;
      padding: 20px;
    }

    .install-mascot {
      width: 220px;
      height: auto;
      margin-bottom: 20px;
      filter: drop-shadow(0 0 28px rgba(27, 167, 166, 0.6));
      animation: floaty 3s ease-in-out infinite;
    }

    .install-title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .install-text {
      font-size: 15px;
      line-height: 1.9;
      color: #D8E6EE;
    }

    .install-text strong {
      color: #ffffff;
    }

    .install-note {
      font-family: var(--font-sans-latin);
      font-size: 12px;
      opacity: .7;
      margin-top: 16px;
    }


    .install-hints {
      margin-top: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      opacity: 0.8;
    }

    .install-icon {
      height: 18px;
      width: auto;
      display: block;
    }

    .install-logo-small {
      height: 20px;
      width: auto;
      display: block;
    }

    .install-hints .eq {
      font-size: 14px;
      color: #8EA3B4;
      /* نزدیک به خاکستری برند روی بک‌گراند تیره */
      line-height: 1;
    }