    /* Paket 1: Header, sekmeler ve filtre hiyerarsisi */
    #app-header {
      border-bottom-color: rgba(255, 255, 255, 0.1);
      background:
        linear-gradient(180deg, rgba(8, 18, 33, 0.97) 0%, rgba(12, 27, 46, 0.94) 70%, rgba(8, 18, 33, 0.9) 100%);
      box-shadow: 0 18px 44px rgba(2, 8, 23, 0.28);
    }

    #app-header .header-top {
      gap: 1rem;
      margin-bottom: 0.55rem;
    }

    .header-title {
      gap: 0.75rem;
      min-width: 0;
    }

    .header-title-icon {
      width: 2.25rem;
      height: 2.25rem;
      padding: 0.34rem;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow:
        0 10px 24px rgba(2, 8, 23, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    .header-title-text,
    .header-title-short {
      letter-spacing: -0.02em;
    }

    .slogan {
      max-width: 40rem;
      margin-bottom: 0;
      color: #9fb2c8;
      line-height: 1.45;
      display: none;
    }

    .header-actions {
      margin-left: auto;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 0.45rem;
      padding: 0.35rem;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 1.15rem;
      background: rgba(255, 255, 255, 0.035);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .header-action-wrap:empty {
      display: none;
    }

    .header-action-btn.uyarilarim-btn,
    .header-settings-btn {
      min-height: 2.65rem;
      padding: 0 0.9rem;
      border-radius: 0.9rem;
      font-size: 0.88rem;
      font-weight: 600;
    }

    .header-action-btn.uyarilarim-btn {
      border-color: rgba(96, 165, 250, 0.28);
      background: linear-gradient(135deg, rgba(29, 78, 216, 0.2), rgba(14, 116, 144, 0.14));
      color: #e6f0ff;
      box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
    }

    .header-action-btn.uyarilarim-btn:hover {
      border-color: rgba(147, 197, 253, 0.42);
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.28), rgba(14, 116, 144, 0.2));
      transform: translateY(-1px);
    }

    .uyarilarim-badge {
      top: -0.35rem;
      right: -0.2rem;
      min-width: 1.05rem;
      height: 1.05rem;
      border-radius: 999px;
      box-shadow: 0 0 0 2px rgba(8, 18, 33, 0.94);
    }

    .header-quick-settings {
      gap: 0.25rem;
      padding: 0.25rem;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 0.9rem;
      background: rgba(2, 6, 23, 0.24);
    }

    .header-quick-btn {
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 0.8rem;
      background: transparent;
    }

    .header-settings-btn {
      background: rgba(255, 255, 255, 0.045);
    }

    .header-settings-btn:hover {
      background: rgba(255, 255, 255, 0.11);
    }

    .admin-badge {
      padding: 0.45rem 0.72rem;
      border-radius: 999px;
      font-weight: 600;
    }

    .tabs {
      gap: 0.4rem;
      padding: 0.4rem;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 1.35rem;
      background: rgba(8, 18, 33, 0.58);
      box-shadow:
        0 14px 36px rgba(2, 8, 23, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .tabs::-webkit-scrollbar {
      display: none;
    }

    .tabs .tab,
    .tabs>a.tab {
      flex: 0 0 auto;
      min-height: 2.82rem;
      padding: 0.68rem 0.98rem;
      border: 1px solid transparent;
      border-radius: 1rem;
      background: transparent;
      color: #aebdd0;
      box-shadow: none;
      white-space: nowrap;
      line-height: 1.2;
    }

    .tabs .tab:hover,
    .tabs>a.tab:hover {
      border-color: rgba(148, 163, 184, 0.18);
      background: rgba(255, 255, 255, 0.06);
      color: #f8fbff;
      box-shadow: 0 8px 18px rgba(2, 8, 23, 0.14);
    }

    .tabs .tab.active,
    .tabs>a.tab.active {
      border-color: rgba(147, 197, 253, 0.22);
      background: linear-gradient(135deg, rgba(30, 58, 95, 0.95), rgba(37, 99, 235, 0.95));
      color: #fff;
      box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
    }

    .genel-compare-bar {
      gap: 0.65rem;
      padding: 0.85rem 1rem;
      border-radius: 1.25rem;
      border-color: rgba(96, 165, 250, 0.24);
      background:
        linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(14, 35, 58, 0.94));
      box-shadow: 0 18px 40px rgba(2, 8, 23, 0.28);
      z-index: 99980;
    }

    .genel-compare-count {
      margin-right: 0.1rem;
      font-weight: 600;
      color: #d7e5f6;
    }

    .genel-compare-btn,
    .genel-compare-clear-btn {
      min-height: 2.25rem;
      padding: 0.5rem 0.8rem;
      border-radius: 0.85rem;
      font-weight: 600;
    }

    #app-root .filter-bar,
    #app-root .hizli-filter-bar {
      gap: 0.85rem;
      margin-bottom: 1.25rem;
      padding: 0.9rem;
      border-radius: 1.5rem;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
        rgba(8, 18, 33, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow:
        0 16px 38px rgba(2, 8, 23, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    #app-root .filter-row,
    #app-root .hizli-filter-row-primary {
      gap: 0.75rem;
    }

    #app-root .filter-row-search-simple .genel-search {
      min-height: 3.6rem;
      padding-inline: 1.15rem;
      border-radius: 1.1rem;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 1px 2px rgba(2, 8, 23, 0.08);
    }

    #app-root .filter-row-primary .custom-select-trigger,
    #app-root .filter-row-primary .genel-filter-control,
    #app-root .hizli-filter-row-primary .custom-select-trigger,
    #app-root .hizli-filter-row-primary .genel-filter-control {
      min-height: 3.15rem;
      border-radius: 1rem;
      background: rgba(15, 23, 42, 0.6) !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      color: #e8f4ff !important;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #app-root .filter-row-primary .custom-select-trigger:focus,
    #app-root .filter-row-primary .custom-select-trigger:hover,
    #app-root .filter-row-primary .genel-filter-control:focus,
    #app-root .filter-row-primary .genel-filter-control:hover,
    #app-root .hizli-filter-row-primary .custom-select-trigger:focus,
    #app-root .hizli-filter-row-primary .custom-select-trigger:hover,
    #app-root .hizli-filter-row-primary .genel-filter-control:focus,
    #app-root .hizli-filter-row-primary .genel-filter-control:hover {
      border-color: rgba(93, 168, 232, 0.45) !important;
      box-shadow: 0 0 12px rgba(93, 168, 232, 0.12) !important;
    }

    #app-root .filter-bar-actions {
      gap: 0.75rem;
      grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    }

    #app-root .filter-open-btn {
      min-height: 3.15rem;
      border-radius: 1rem;
      border: 1px solid rgba(93, 168, 232, 0.38) !important;
      background: linear-gradient(135deg, rgba(93, 168, 232, 0.06), rgba(93, 168, 232, 0.16)) !important;
      color: #e8f4ff !important;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    #app-root .filter-open-btn:hover {
      border-color: rgba(93, 168, 232, 0.65) !important;
      background: linear-gradient(135deg, rgba(93, 168, 232, 0.12), rgba(93, 168, 232, 0.22)) !important;
      box-shadow: 0 0 14px rgba(93, 168, 232, 0.2) !important;
    }

    #app-root .filter-open-btn .filter-open-count {
      min-width: 20px;
      height: 20px;
      padding: 0 5px;
      background: #3b82f6 !important;
      color: #ffffff !important;
      font-weight: 800;
      box-shadow: 0 0 8px rgba(59, 130, 246, 0.4);
    }

    #app-root .filter-clear-all-quick {
      min-height: 3.15rem;
      border-radius: 1rem;
      border: 1px solid rgba(239, 68, 68, 0.38) !important;
      background: linear-gradient(135deg, rgba(239, 68, 68, 0.08), rgba(239, 68, 68, 0.16)) !important;
      color: #fecdd3 !important;
    }

    #app-root .filter-clear-all-quick:hover {
      border-color: rgba(239, 68, 68, 0.65) !important;
      background: linear-gradient(135deg, rgba(239, 68, 68, 0.14), rgba(239, 68, 68, 0.24)) !important;
      box-shadow: 0 0 14px rgba(239, 68, 68, 0.18) !important;
      color: #ffffff !important;
    }

    .genel-listing-row {
      align-items: center;
      margin-bottom: 0.85rem;
    }

    .listing-count {
      margin-bottom: 0;
      padding: 0;
      color: #9aaec5;
      font-size: 0.76rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .genel-view-toggle {
      padding: 0.22rem;
      border: 1px solid var(--theme-border);
      border-radius: 0.8rem;
      background: rgba(255, 255, 255, 0.04);
    }

    #genel-durum-content {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: 1rem;
      align-content: start;
      align-items: start;
    }

    #genel-durum-content > .stats-cards,
    #genel-durum-content > .admin-announcement-banner,
    #genel-durum-content > .sistem-durum-panel,
    #genel-durum-content > .excel-import-panel,
    #genel-durum-content > .uyelik-panel,
    #genel-durum-content > .admin-tools-grid {
      grid-column: 1 / -1;
    }

     .chat-message-row {
       display: flex;
       width: 100%;
     }
     .chat-message-row.has-avatar {
       display: flex;
       align-items: flex-start;
       gap: 8px;
     }
     .chat-message-row.has-avatar .chat-msg-avatar {
       width: 32px;
       height: 32px;
       font-size: 10px;
       border-radius: 50%;
       background: linear-gradient(135deg, #1d6fe5, #2563eb);
       color: #ffffff;
       display: flex;
       align-items: center;
       justify-content: center;
       font-weight: 700;
       flex-shrink: 0;
       margin-top: 2px;
     }
     .chat-message-row.own {
       justify-content: flex-end;
     }
     .chat-message-row.incoming {
       justify-content: flex-start;
     }

    #genel-durum-content > .admin-announcement-banner,
    #genel-durum-content > .excel-import-panel,
    #genel-durum-content > .admin-tools-grid {
      margin: 0;
      width: 100%;
      min-width: 0;
      padding: 1rem;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.42), rgba(15, 23, 42, 0.32));
      border: 1px solid rgba(148, 163, 184, 0.12);
      box-sizing: border-box;
    }

    #genel-durum-content > .uyelik-panel {
      margin: 0.15rem 0 0;
      width: 100%;
      min-width: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      box-sizing: border-box;
    }

    /* Admin araçları: Model Yönetimi + Esnaf Hesabı (yan yana iki kart) */
    #genel-durum-content > .admin-tools-grid {
      padding: 0.85rem;
    }

    #genel-durum-content .admin-tools-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
      gap: 0.85rem;
      align-items: stretch;
      grid-auto-rows: 1fr;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel,
    #genel-durum-content .admin-tools-grid > .esnaf-create-panel {
      margin: 0;
      width: 100%;
      min-width: 0;
      padding: 0.95rem;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.42), rgba(15, 23, 42, 0.32));
      border: 1px solid rgba(148, 163, 184, 0.12);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 0.75rem;
      height: 100%;
      overflow: visible;
    }

    #genel-durum-content .admin-tools-grid > .esnaf-create-panel {
      position: relative;
      overflow: hidden;
      border-color: rgba(96, 165, 250, 0.16);
      background: linear-gradient(180deg, rgba(18, 29, 52, 0.62), rgba(15, 23, 42, 0.4));
      box-shadow:
        0 14px 28px rgba(2, 6, 23, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    #genel-durum-content .admin-tools-grid > .esnaf-create-panel::before {
      content: '';
      position: absolute;
      inset: 0 auto auto 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(96, 165, 250, 0.34), rgba(96, 165, 250, 0));
      pointer-events: none;
    }

    #genel-durum-content .admin-tools-grid .model-yonetimi-form,
    #genel-durum-content .admin-tools-grid .esnaf-create-form {
      gap: 0.65rem;
    }

    /* Model yönetimi kartını daha kompakt tut */
    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel {
      padding: 0.8rem;
      gap: 0.55rem;
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.36), rgba(15, 23, 42, 0.26));
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-lead {
      display: none;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-form {
      display: grid;
      grid-template-columns: minmax(140px, 0.9fr) minmax(0, 1fr) auto;
      gap: 0.5rem;
      align-items: end;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-field {
      margin: 0;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-btn {
      width: 100%;
      min-width: 140px;
      height: 42px;
      align-self: end;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-select,
    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-input {
      height: 42px;
    }

    /* Desktop disindaki tum ekranlar (tablet+dikey+telefon): telefon benzeri tek kolon */
    @media (max-width: 1279px) {
      #genel-durum-content .admin-tools-grid {
        grid-template-columns: minmax(0, 1fr);
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-form {
        grid-template-columns: minmax(0, 1fr);
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-btn {
        width: 100%;
      }
    }

    #genel-durum-content > .sistem-durum-panel {
      margin: 0;
      width: 100%;
      min-width: 0;
      overflow: hidden;
    }

    #genel-durum-content > .admin-announcement-banner {
      padding: 0.95rem 1rem;
      margin-top: 0.75rem;
      margin-bottom: 0.7rem;
      background:
        linear-gradient(180deg, rgba(27, 48, 76, 0.92), rgba(16, 30, 50, 0.96));
      border-color: rgba(103, 139, 179, 0.26);
      box-shadow:
        0 16px 34px rgba(2, 6, 23, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
    }

    #genel-durum-content .excel-import-title,
    #genel-durum-content .model-yonetimi-title,
    #genel-durum-content .esnaf-create-title,
    #genel-durum-content .sistem-durum-title {
      margin: 0 0 0.8rem;
      font-size: 1rem;
      line-height: 1.3;
      letter-spacing: -0.02em;
    }

    #genel-durum-content .esnaf-create-title {
      display: block;
      margin-bottom: 0.15rem;
      font-size: 1.05rem;
    }

    #genel-durum-content .esnaf-create-lead {
      margin: 0;
      color: #94a3b8;
      font-size: 0.88rem;
      line-height: 1.5;
      max-width: 58rem;
    }

    #genel-durum-content .model-yonetimi-lead {
      margin: -0.2rem 0 0;
      color: #94a3b8;
      font-size: 0.85rem;
      line-height: 1.45;
      max-width: 42rem;
    }

    #genel-durum-content .excel-import-hint,
    #genel-durum-content .esnaf-create-result,
    #genel-durum-content .model-yonetimi-result {
      margin-top: 0.85rem;
    }

    #genel-durum-content .excel-import-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      align-items: center;
    }

    #genel-durum-content .excel-import-btn,
    #genel-durum-content .wp-action-btn {
      min-height: 42px;
      border-radius: 12px;
      padding: 0 1rem;
    }

    #genel-durum-content .model-yonetimi-form {
      display: grid;
      grid-template-columns: minmax(16rem, 1.05fr) minmax(24rem, 1.7fr) minmax(11rem, 0.72fr);
      gap: 0.75rem;
      width: 100%;
      align-items: end;
    }

    #genel-durum-content .esnaf-create-form {
      display: grid;
      grid-template-columns:
        minmax(11rem, 1.2fr)
        minmax(10rem, 1fr)
        minmax(12rem, 1.25fr)
        minmax(10rem, 1fr)
        minmax(6rem, 0.5fr)
        minmax(12rem, 1fr);
      gap: 0.7rem;
      width: 100%;
      align-items: stretch;
      position: relative;
      z-index: 1;
    }

    #genel-durum-content .model-yonetimi-field,
    #genel-durum-content .esnaf-create-field {
      display: flex;
      flex-direction: column;
      gap: 0.42rem;
      min-width: 0;
    }

    #genel-durum-content .model-yonetimi-label,
    #genel-durum-content .esnaf-create-label {
      color: #94a3b8;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    #genel-durum-content .model-yonetimi-select,
    #genel-durum-content .model-yonetimi-input,
    #genel-durum-content .model-yonetimi-btn,
    #genel-durum-content .esnaf-create-input,
    #genel-durum-content .esnaf-create-btn {
      min-height: 42px;
      border-radius: 12px;
      box-sizing: border-box;
    }

    #genel-durum-content .esnaf-create-input {
      background: rgba(15, 23, 42, 0.62);
      border: 1px solid rgba(148, 163, 184, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      padding-inline: 0.9rem;
    }

    #genel-durum-content .esnaf-create-input:focus {
      border-color: rgba(96, 165, 250, 0.38);
      box-shadow:
        0 0 0 3px rgba(37, 99, 235, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    #genel-durum-content .model-yonetimi-btn,
    #genel-durum-content .esnaf-create-btn {
      min-width: 0;
      width: 100%;
    }

    #genel-durum-content .model-yonetimi-select {
      width: 100%;
      background: rgba(15, 23, 42, 0.62);
      border: 1px solid rgba(148, 163, 184, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      padding-inline: 0.9rem;
    }

    #genel-durum-content .model-yonetimi-input {
      background: rgba(15, 23, 42, 0.62);
      border: 1px solid rgba(148, 163, 184, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      padding-inline: 0.9rem;
    }

    #genel-durum-content .model-yonetimi-btn {
      align-self: end;
      border: 1px solid rgba(96, 165, 250, 0.22);
      background: linear-gradient(135deg, rgba(59, 130, 246, 0.72), rgba(37, 99, 235, 0.82));
      box-shadow:
        0 16px 26px rgba(37, 99, 235, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    #genel-durum-content #esnaf-create-days {
      grid-column: auto;
    }

    #genel-durum-content .esnaf-create-btn {
      grid-column: auto;
      align-self: stretch;
      align-self: end;
      border: 1px solid rgba(96, 165, 250, 0.22);
      background: linear-gradient(135deg, rgba(59, 130, 246, 0.72), rgba(37, 99, 235, 0.82));
      box-shadow:
        0 16px 26px rgba(37, 99, 235, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    #genel-durum-content .esnaf-create-btn:hover {
      transform: translateY(-1px);
      filter: brightness(1.04);
    }

    #genel-durum-content .esnaf-create-result {
      padding: 0.75rem 0.9rem;
      border-radius: 14px;
      border: 1px solid rgba(148, 163, 184, 0.16);
      background: rgba(15, 23, 42, 0.42);
    }

    body.theme-light #genel-durum-content > .esnaf-create-panel,
    body.light-theme #genel-durum-content > .esnaf-create-panel {
      background:
        radial-gradient(circle at top right, rgba(147, 197, 253, 0.2), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
      border-color: rgba(96, 165, 250, 0.18);
      box-shadow:
        0 16px 34px rgba(148, 163, 184, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    body.theme-light #genel-durum-content .esnaf-create-lead,
    body.light-theme #genel-durum-content .esnaf-create-lead {
      color: #64748b;
    }

    body.theme-light #genel-durum-content .model-yonetimi-lead,
    body.light-theme #genel-durum-content .model-yonetimi-lead,
    body.theme-light #genel-durum-content .model-yonetimi-label,
    body.light-theme #genel-durum-content .model-yonetimi-label,
    body.theme-light #genel-durum-content .esnaf-create-label,
    body.light-theme #genel-durum-content .esnaf-create-label {
      color: #64748b;
    }

    body.theme-light #genel-durum-content .model-yonetimi-select,
    body.light-theme #genel-durum-content .model-yonetimi-select,
    body.theme-light #genel-durum-content .model-yonetimi-input,
    body.light-theme #genel-durum-content .model-yonetimi-input,
    body.theme-light #genel-durum-content .esnaf-create-input,
    body.light-theme #genel-durum-content .esnaf-create-input {
      background: rgba(255, 255, 255, 0.94);
      border-color: rgba(148, 163, 184, 0.22);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    body.theme-light #genel-durum-content .esnaf-create-result,
    body.light-theme #genel-durum-content .esnaf-create-result {
      background: rgba(248, 250, 252, 0.9);
      border-color: rgba(148, 163, 184, 0.18);
    }

    @media (max-width: 1480px) {
      #genel-durum-content .esnaf-create-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      #genel-durum-content .esnaf-create-btn {
        grid-column: 1 / -1;
        align-self: stretch;
      }
    }

    @media (max-width: 1180px) {
      #genel-durum-content .model-yonetimi-form {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
      }

      #genel-durum-content .model-yonetimi-btn {
        grid-column: 1 / -1;
        align-self: stretch;
      }
    }

    body.theme-light #genel-durum-content > .admin-announcement-banner,
    body.theme-light #genel-durum-content > .excel-import-panel,
    body.theme-light #genel-durum-content > .admin-tools-grid,
    body.light-theme #genel-durum-content > .admin-announcement-banner,
    body.light-theme #genel-durum-content > .excel-import-panel,
    body.light-theme #genel-durum-content > .admin-tools-grid {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.96));
      border-color: rgba(148, 163, 184, 0.16);
      box-shadow: 0 12px 28px rgba(148, 163, 184, 0.08);
    }

    body.theme-light #genel-durum-content > .admin-announcement-banner,
    body.light-theme #genel-durum-content > .admin-announcement-banner {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.98));
      border-color: rgba(148, 163, 184, 0.24);
      box-shadow:
        0 14px 30px rgba(148, 163, 184, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }

    @media (min-width: 1025px) {
      .tabs {
        width: fit-content;
        max-width: calc(100% - 3rem);
        margin: 0 1.5rem 1.1rem;
      }

      #app-root .filter-row-primary,
      #app-root .hizli-filter-row-primary {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(0, 1fr) minmax(14rem, 1.15fr);
        align-items: stretch;
      }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
      #app-root .filter-row-primary,
      #app-root .hizli-filter-row-primary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 1024px) {
      #app-header .header-top {
        gap: 0.5rem;
        margin-bottom: 0.25rem;
      }

      .header-actions {
        flex-wrap: nowrap;
        gap: 0.18rem;
        padding: 0.16rem;
        border-radius: 0.9rem;
      }

      .header-action-btn.uyarilarim-btn,
      .header-settings-btn {
        min-height: 2.08rem;
        padding: 0 0.5rem;
        border-radius: 0.72rem;
      }
      .chat-message-row.own {
        justify-content: flex-end;
      }
      .chat-message-row.incoming {
        justify-content: flex-start;
      }
      .chat-inbox-fab {
        position: absolute;
        right: 20px;
        bottom: 24px;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: linear-gradient(135deg, #1d6fe5, #2563eb);
        color: #ffffff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
        z-index: 99999 !important;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }
      .chat-inbox-fab:hover {
        transform: scale(1.05);
        box-shadow: 0 12px 28px rgba(37, 99, 235, 0.45);
      }

      .header-quick-settings {
        gap: 0.12rem;
        padding: 0.12rem;
        border-radius: 0.78rem;
      }

      .header-quick-btn {
        width: 1.96rem;
        height: 1.96rem;
        border-radius: 0.68rem;
      }

      .header-quick-btn .quick-icon,
      .header-icon-img,
      .uyarilarim-icon-img {
        width: 0.98rem;
        height: 0.98rem;
      }

      .tabs {
        padding-top: 0.45rem;
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
      }

      .tabs .tab,
      .tabs>a.tab {
        min-height: 2.7rem;
        padding-inline: 0.92rem;
        border-radius: 0.92rem;
      }

      .genel-compare-bar {
        bottom: calc(94px + env(safe-area-inset-bottom, 0px)) !important;
        left: 14px !important;
        right: 14px !important;
        width: auto !important;
        max-width: none !important;
        display: grid !important;
        grid-template-columns: auto 1fr 1fr !important;
        align-items: center !important;
        justify-content: stretch !important;
        gap: 0.45rem !important;
        padding: 0.45rem !important;
        border-radius: 16px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
      }
      .genel-compare-bar .genel-compare-count {
        font-size: 0.78rem !important;
        margin-right: 0 !important;
        gap: 0.25rem !important;
        padding: 0 0.55rem !important;
        min-height: 2rem !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(15, 23, 42, 0.48) !important;
        border: 1px solid rgba(148, 163, 184, 0.16) !important;
      }
      .genel-compare-bar #genel-compare-count {
        min-width: 1.35rem !important;
        height: 1.35rem !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 999px !important;
        background: rgba(96, 165, 250, 0.22) !important;
        color: #dbeafe !important;
        font-size: 0.8rem !important;
        font-weight: 800 !important;
      }
      .genel-compare-bar .genel-compare-btn,
      .genel-compare-bar .genel-compare-clear-btn {
        min-height: 2rem;
        padding: 0.35rem 0.65rem;
        font-size: 0.82rem;
        border-radius: 10px;
      }
      .genel-compare-bar .compare-btn-icon {
        width: 14px;
        height: 14px;
      }

      #genel-durum-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #genel-durum-content > .stats-cards,
      #genel-durum-content > .admin-announcement-banner,
      #genel-durum-content > .sistem-durum-panel,
      #genel-durum-content > .excel-import-panel,
      #genel-durum-content > .admin-tools-grid,
      #genel-durum-content > .uyelik-panel {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 640px) {
      .tabs {
        gap: 0.3rem;
        padding: 0.3rem;
        border-radius: 1rem;
      }

      .tabs .tab,
      .tabs>a.tab {
        min-height: 2.5rem;
        padding: 0.58rem 0.82rem;
        font-size: 0.84rem;
      }

      #genel-durum-content {
        gap: 0.9rem;
      }

      #genel-durum-content {
        grid-template-columns: 1fr;
      }

      #genel-durum-content > .admin-announcement-banner,
      #genel-durum-content > .excel-import-panel,
      #genel-durum-content > .admin-tools-grid {
        padding: 0.85rem;
        border-radius: 16px;
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel,
      #genel-durum-content .admin-tools-grid > .esnaf-create-panel {
        padding: 0.85rem;
        border-radius: 14px;
      }

      #genel-durum-content .excel-import-actions,
      #genel-durum-content .model-yonetimi-form,
      #genel-durum-content .esnaf-create-form {
        grid-template-columns: 1fr;
      }

      #genel-durum-content .model-yonetimi-field,
      #genel-durum-content .esnaf-create-field {
        gap: 0.35rem;
      }

      #genel-durum-content .excel-import-btn,
      #genel-durum-content .wp-action-btn,
      #genel-durum-content .model-yonetimi-btn,
      #genel-durum-content .esnaf-create-btn {
        width: 100%;
        min-width: 0;
        justify-self: stretch;
      }
    }

    /* Admin araclari: paneller ekran genisligine gore dizilir, formlar tek satir kalir. */
    #genel-durum-content .admin-tools-grid {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) minmax(20rem, 26rem) !important;
      grid-auto-rows: auto !important;
      align-items: stretch !important;
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
    }

    #genel-durum-content .admin-tools-grid > .esnaf-create-panel {
      order: 1 !important;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel {
      order: 2 !important;
    }

    #genel-durum-content .admin-tools-grid > .esnaf-create-panel,
    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel {
      height: auto !important;
      min-height: 0 !important;
      min-width: 0 !important;
      overflow: hidden !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-form,
    #genel-durum-content .admin-tools-grid .model-yonetimi-form {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      gap: 0.65rem !important;
      align-items: end !important;
      width: 100% !important;
      max-width: 100% !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      scrollbar-width: thin;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-inline: contain;
      padding-bottom: 0.18rem;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-form {
      grid-template-columns: none !important;
    }

    #genel-durum-content .admin-tools-grid .model-yonetimi-form {
      grid-template-columns: none !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-field,
    #genel-durum-content .admin-tools-grid .model-yonetimi-field {
      min-width: 0 !important;
      width: 100% !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-field {
      flex: 1 0 10rem !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-field:first-child,
    #genel-durum-content .admin-tools-grid .esnaf-create-field:nth-child(3) {
      flex-basis: 11rem !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-field-days {
      flex: 0.58 0 6.5rem !important;
    }

    #genel-durum-content .admin-tools-grid .model-yonetimi-field:first-child {
      flex: 0.9 0 10.5rem !important;
    }

    #genel-durum-content .admin-tools-grid .model-yonetimi-field:nth-child(2) {
      flex: 1.2 0 15rem !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-btn,
    #genel-durum-content .admin-tools-grid .model-yonetimi-btn {
      flex: 0.9 0 10rem !important;
      grid-column: auto !important;
      justify-self: stretch !important;
      align-self: end !important;
      width: 100% !important;
      min-width: 0 !important;
      max-width: none !important;
      height: 42px !important;
      white-space: nowrap !important;
    }

    #genel-durum-content .admin-tools-grid .model-yonetimi-btn {
      flex-basis: 9rem !important;
    }

    @media (max-width: 1279px), (orientation: portrait) {
      #genel-durum-content .admin-tools-grid {
        grid-template-columns: minmax(0, 1fr) !important;
      }
    }

    /* V92: Esnaf hesabi formu kaydirmadan tek satira sigar. */
    #genel-durum-content .admin-tools-grid .esnaf-create-form {
      display: grid !important;
      grid-template-columns:
        minmax(0, 1.18fr)
        minmax(0, 0.98fr)
        minmax(0, 0.82fr)
        minmax(0, 0.92fr)
        minmax(0, 0.58fr)
        minmax(0, 0.95fr) !important;
      gap: clamp(0.1rem, 0.5vw, 0.42rem) !important;
      overflow-x: hidden !important;
      padding-bottom: 0 !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-field,
    #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-btn {
      flex: initial !important;
      min-width: 0 !important;
      width: 100% !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-label {
      display: block !important;
      min-width: 0 !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      white-space: nowrap !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-input,
    #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-btn {
      min-width: 0 !important;
    }

    @media (max-width: 640px) {
      #genel-durum-content > .admin-tools-grid {
        padding: 0.5rem !important;
      }

      #genel-durum-content .admin-tools-grid > .esnaf-create-panel {
        padding: 0.48rem !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form {
        gap: 0.18rem !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-field {
        gap: 0.22rem !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-label {
        color: transparent !important;
        font-size: 0 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-label::after {
        color: #94a3b8;
        display: block;
        font-size: clamp(0.46rem, 2.05vw, 0.62rem);
        font-weight: 800;
        line-height: 1.05;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-field:nth-child(1) .esnaf-create-label::after {
        content: 'Mağaza';
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-field:nth-child(2) .esnaf-create-label::after {
        content: 'Kullanıcı';
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-field:nth-child(3) .esnaf-create-label::after {
        content: 'Şifre';
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-field:nth-child(4) .esnaf-create-label::after {
        content: 'Tel';
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-field-days .esnaf-create-label::after {
        content: 'Gün';
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-input {
        height: 34px !important;
        min-height: 34px !important;
        padding-inline: clamp(0.14rem, 0.9vw, 0.38rem) !important;
        font-size: clamp(0.62rem, 2.4vw, 0.78rem) !important;
        border-radius: 8px !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-input::placeholder {
        color: transparent !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-btn {
        position: relative;
        height: 34px !important;
        min-height: 34px !important;
        padding-inline: 0.08rem !important;
        border-radius: 8px !important;
        font-size: 0 !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-create-form .esnaf-create-btn::after {
        content: 'Oluştur';
        font-size: clamp(0.46rem, 1.8vw, 0.62rem);
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
      }
    }

    /* V93: Admin kartlarini dengeli tut, gereksiz alt bosluklari azalt. */
    #genel-durum-content .admin-tools-grid {
      grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr) !important;
      align-items: start !important;
      gap: 0.72rem !important;
    }

    #genel-durum-content .admin-tools-grid > .esnaf-create-panel,
    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel {
      align-self: start !important;
      height: auto !important;
      padding: 0.68rem !important;
      gap: 0.42rem !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-title,
    #genel-durum-content .admin-tools-grid .model-yonetimi-title {
      margin-bottom: 0.35rem !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-create-result[style*="display: none"],
    #genel-durum-content .admin-tools-grid .model-yonetimi-result[style*="display: none"] {
      margin: 0 !important;
      padding: 0 !important;
      min-height: 0 !important;
      border: 0 !important;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-form {
      display: grid !important;
      grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.25fr) minmax(0, 0.72fr) !important;
      gap: clamp(0.24rem, 0.7vw, 0.56rem) !important;
      overflow-x: hidden !important;
      padding-bottom: 0 !important;
    }

    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-field,
    #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-btn {
      flex: initial !important;
      grid-column: auto !important;
      min-width: 0 !important;
      width: 100% !important;
    }

    @media (max-width: 1279px), (orientation: portrait) {
      #genel-durum-content .admin-tools-grid {
        grid-template-columns: minmax(0, 1fr) !important;
      }
    }

    @media (max-width: 640px) {
      #genel-durum-content .admin-tools-grid {
        gap: 0.5rem !important;
      }

      #genel-durum-content .admin-tools-grid > .esnaf-create-panel,
      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel {
        padding: 0.48rem !important;
        gap: 0.3rem !important;
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-form {
        gap: 0.1rem !important;
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-label {
        font-size: clamp(0.46rem, 2.05vw, 0.62rem) !important;
        line-height: 1.05 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-select,
      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-input {
        height: 34px !important;
        min-height: 34px !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding-inline: clamp(0.14rem, 0.9vw, 0.38rem) !important;
        font-size: clamp(0.62rem, 2.4vw, 0.78rem) !important;
        border-radius: 8px !important;
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-input::placeholder {
        color: transparent !important;
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-btn {
        position: relative;
        height: 34px !important;
        min-height: 34px !important;
        padding-inline: 0.08rem !important;
        border-radius: 8px !important;
        font-size: 0 !important;
      }

      #genel-durum-content .admin-tools-grid > .model-yonetimi-panel .model-yonetimi-btn::after {
        content: 'Ekle';
        font-size: clamp(0.5rem, 2vw, 0.64rem);
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
      }
    }

    /* V94: Esnaf formunda sabit telefon oneki ve sifre goster/gizle. */
    #genel-durum-content .admin-tools-grid .esnaf-password-wrap,
    #genel-durum-content .admin-tools-grid .esnaf-phone-wrap {
      display: flex !important;
      align-items: center !important;
      min-width: 0 !important;
      width: 100% !important;
      min-height: 42px !important;
      border-radius: 12px !important;
      background: rgba(15, 23, 42, 0.62) !important;
      border: 1px solid rgba(148, 163, 184, 0.18) !important;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
      overflow: hidden !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-password-wrap:focus-within,
    #genel-durum-content .admin-tools-grid .esnaf-phone-wrap:focus-within {
      border-color: rgba(96, 165, 250, 0.38) !important;
      box-shadow:
        0 0 0 3px rgba(37, 99, 235, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-password-wrap .esnaf-create-input,
    #genel-durum-content .admin-tools-grid .esnaf-phone-wrap .esnaf-create-input {
      flex: 1 1 auto !important;
      min-width: 0 !important;
      height: 40px !important;
      min-height: 40px !important;
      border: 0 !important;
      box-shadow: none !important;
      background: transparent !important;
      padding-inline: 0.56rem !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-phone-prefix {
      flex: 0 0 auto !important;
      padding-left: 0.56rem !important;
      color: #94a3b8 !important;
      font-size: 0.82rem !important;
      font-weight: 800 !important;
      white-space: nowrap !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-password-toggle {
      flex: 0 0 2rem !important;
      width: 2rem !important;
      height: 2rem !important;
      margin-right: 0.2rem !important;
      border: 0 !important;
      border-radius: 8px !important;
      background: transparent !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      cursor: pointer !important;
      padding: 0 !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-password-toggle:hover {
      background: rgba(148, 163, 184, 0.13) !important;
    }

    #genel-durum-content .admin-tools-grid .esnaf-password-toggle img {
      width: 1rem !important;
      height: 1rem !important;
      opacity: 0.78 !important;
      filter: brightness(0) invert(1) !important;
    }

    body.theme-light #genel-durum-content .admin-tools-grid .esnaf-password-wrap,
    body.light-theme #genel-durum-content .admin-tools-grid .esnaf-password-wrap,
    body.theme-light #genel-durum-content .admin-tools-grid .esnaf-phone-wrap,
    body.light-theme #genel-durum-content .admin-tools-grid .esnaf-phone-wrap {
      background: rgba(255, 255, 255, 0.94) !important;
      border-color: rgba(148, 163, 184, 0.22) !important;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    }

    body.theme-light #genel-durum-content .admin-tools-grid .esnaf-password-toggle img,
    body.light-theme #genel-durum-content .admin-tools-grid .esnaf-password-toggle img {
      filter: brightness(0) saturate(100%) invert(35%) sepia(13%) saturate(837%) hue-rotate(176deg) brightness(94%) contrast(90%) !important;
    }

    @media (max-width: 640px) {
      #genel-durum-content .admin-tools-grid .esnaf-password-wrap,
      #genel-durum-content .admin-tools-grid .esnaf-phone-wrap {
        min-height: 34px !important;
        border-radius: 8px !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-password-wrap .esnaf-create-input,
      #genel-durum-content .admin-tools-grid .esnaf-phone-wrap .esnaf-create-input {
        height: 32px !important;
        min-height: 32px !important;
        padding-inline: 0.2rem !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-phone-prefix {
        padding-left: 0.22rem !important;
        font-size: clamp(0.58rem, 2vw, 0.68rem) !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-password-toggle {
        flex-basis: 1.45rem !important;
        width: 1.45rem !important;
        height: 1.45rem !important;
        margin-right: 0.08rem !important;
        border-radius: 6px !important;
      }

      #genel-durum-content .admin-tools-grid .esnaf-password-toggle img {
        width: 0.78rem !important;
        height: 0.78rem !important;
      }
    }

    body.theme-light #app-header,
    body.light-theme #app-header {
      border-bottom-color: #dde1ea;
      background: #f0f4ff;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }

    body.theme-light .header-title-icon,
    body.light-theme .header-title-icon {
      background: rgba(255, 255, 255, 0.88);
      border-color: rgba(148, 163, 184, 0.22);
      box-shadow:
        0 10px 24px rgba(148, 163, 184, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    body.theme-light .slogan,
    body.light-theme .slogan {
      color: #64748b;
    }

    body.theme-light .header-actions,
    body.light-theme .header-actions {
      border-color: rgba(148, 163, 184, 0.2);
      background: rgba(255, 255, 255, 0.74);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    body.theme-light .header-action-btn.uyarilarim-btn,
    body.light-theme .header-action-btn.uyarilarim-btn {
      border-color: rgba(37, 99, 235, 0.22);
      background: rgba(37, 99, 235, 0.08);
      color: #1d4ed8;
      box-shadow: none;
    }

    body.theme-light .uyarilarim-badge,
    body.light-theme .uyarilarim-badge {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.96);
    }

    body.theme-light .header-quick-settings,
    body.light-theme .header-quick-settings {
      border-color: rgba(148, 163, 184, 0.2);
      background: rgba(255, 255, 255, 0.76);
    }

    body.theme-light .tabs,
    body.light-theme .tabs {
      border-color: #dde1ea;
      background: #ffffff;
      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    }

    body.theme-light .tabs .tab,
    body.theme-light .tabs>a.tab,
    body.light-theme .tabs .tab,
    body.light-theme .tabs>a.tab {
      color: #64748b;
    }

    body.theme-light .tabs .tab:hover,
    body.theme-light .tabs>a.tab:hover,
    body.light-theme .tabs .tab:hover,
    body.light-theme .tabs>a.tab:hover {
      border-color: rgba(148, 163, 184, 0.22);
      background: #f8fafc;
      color: #1e293b;
    }

    body.theme-light .tabs .tab.active,
    body.theme-light .tabs>a.tab.active,
    body.light-theme .tabs .tab.active,
    body.light-theme .tabs>a.tab.active {
      border-color: #1d6fe5;
      background: #1d6fe5;
      color: #ffffff;
      box-shadow: 0 8px 18px rgba(29, 111, 229, 0.22);
    }

    #app-header .slogan,
    .slogan {
      display: none !important;
    }

    #landing-theme-toggle,
    #header-theme-toggle,
    #theme-light-toggle,
    .theme-section {
      display: none !important;
      pointer-events: none !important;
    }

    #app-header .header-top {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 1rem !important;
      margin-bottom: 0 !important;
    }

    #app-header .header-title {
      display: inline-flex !important;
      align-items: center !important;
      justify-self: auto !important;
      justify-content: flex-start !important;
      margin: 0 !important;
      min-width: 0 !important;
      text-align: left !important;
      white-space: nowrap !important;
      line-height: 1 !important;
    }

    #app-header .header-title-icon {
      display: block !important;
      flex: 0 0 auto !important;
      width: 2.45rem !important;
      height: 2.45rem !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 13px !important;
      background: transparent !important;
      box-shadow: none !important;
      object-fit: contain !important;
    }

    #app-header .header-title-text {
      display: inline-flex !important;
      align-items: center !important;
      line-height: 1 !important;
    }

    #app-header .header-title-short {
      display: none !important;
    }

    #app-header .header-actions {
      flex: 0 0 auto !important;
      justify-self: end !important;
      margin-left: auto !important;
    }



    body.customer-mode #app-root > .tabs {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 1.5rem !important;
      gap: 0.75rem !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
      box-sizing: border-box !important;
    }

    body.customer-mode #app-root > .tabs #tab-genel,
    body.customer-mode #app-root > .tabs #tab-genel.active {
      flex: 0 1 22rem !important;
      width: 100% !important;
      max-width: 22rem !important;
      min-width: 0 !important;
      min-height: 2.9rem !important;
      margin: 0 auto !important;
      padding: 0.68rem 1rem !important;
      gap: 0.5rem !important;
      justify-content: center !important;
      border: 1px solid rgba(255, 255, 255, 0.12) !important;
      border-radius: 0.95rem !important;
      background: rgba(255, 255, 255, 0.08) !important;
      background-image: none !important;
      color: #f8fafc !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

    body.customer-mode #app-root > .tabs #tab-genel:hover,
    body.customer-mode #app-root > .tabs #tab-genel.active:hover {
      border-color: rgba(255, 255, 255, 0.16) !important;
      background: rgba(255, 255, 255, 0.12) !important;
      background-image: none !important;
      box-shadow: none !important;
    }

    body.customer-mode #app-root > .tabs #tab-genel::after {
      display: none !important;
      content: none !important;
    }

    body.customer-mode #app-root > .tabs #tab-genel .tab-label {
      display: inline !important;
      max-width: none !important;
      overflow: visible !important;
      text-overflow: clip !important;
      white-space: nowrap !important;
    }

    body.customer-mode #app-root > .tabs #tab-genel .tab-icon {
      filter: brightness(0) invert(1) !important;
      opacity: 0.88 !important;
    }

    body.theme-light.customer-mode #app-root > .tabs #tab-genel,
    body.theme-light.customer-mode #app-root > .tabs #tab-genel.active,
    body.light-theme.customer-mode #app-root > .tabs #tab-genel,
    body.light-theme.customer-mode #app-root > .tabs #tab-genel.active {
      border-color: rgba(15, 23, 42, 0.1) !important;
      background: rgba(15, 23, 42, 0.06) !important;
      background-image: none !important;
      color: #1e293b !important;
      box-shadow: none !important;
    }

    body.theme-light.customer-mode #app-root > .tabs #tab-genel:hover,
    body.light-theme.customer-mode #app-root > .tabs #tab-genel:hover {
      border-color: rgba(15, 23, 42, 0.16) !important;
      background: rgba(15, 23, 42, 0.09) !important;
      background-image: none !important;
      box-shadow: none !important;
    }

    body.theme-light.customer-mode #app-root > .tabs #tab-genel .tab-icon,
    body.light-theme.customer-mode #app-root > .tabs #tab-genel .tab-icon {
      filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(1500%) hue-rotate(176deg) !important;
      opacity: 0.78 !important;
    }

    @media (max-width: 720px) {
      #app-header .header-top {
        justify-content: space-between !important;
      }

      #app-header .header-title {
        justify-self: start !important;
      }

      #app-header .header-title-text {
        display: none !important;
      }

      #app-header .header-title-short {
        display: inline-flex !important;
      }

      #app-header .header-actions {
        justify-self: end !important;
      }
    }

    @media (max-width: 520px) {
      #app-header .header-title {
        max-width: none !important;
        overflow: visible !important;
        flex: 0 1 auto !important;
      }

      #app-header .header-title-text {
        display: none !important;
      }

      #app-header .header-title-short {
        display: inline-flex !important;
      }

      #app-header .header-actions {
        max-width: none !important;
        flex: 0 1 auto !important;
      }
    }

    @media (min-width: 1025px) {
      body:not(.customer-mode) #app-root > .tabs {
        width: 100% !important;
        max-width: none !important;
        margin: 1rem 0 0 !important;
        padding: 0 1.5rem !important;
        gap: 0.75rem !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
      }

      body:not(.customer-mode) #app-root > .tabs .tab {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        justify-content: center !important;
      }
    }

    @media (max-width: 1024px) {
      body.customer-mode #app-root > .tabs {
        position: fixed !important;
        left: 1rem !important;
        right: 1rem !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0.4rem 0.5rem !important;
        gap: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 24px !important;
        background: rgba(30, 42, 60, 0.85) !important;
        box-shadow:
          0 10px 30px rgba(0, 0, 0, 0.4),
          inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
      }

      body.customer-mode #app-root > .tabs #tab-genel,
      body.customer-mode #app-root > .tabs #tab-genel.active {
        flex: 0 1 calc((100% - 1rem) / 3) !important;
        width: auto !important;
        max-width: 7.25rem !important;
        min-width: 6.5rem !important;
        min-height: 2.7rem !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 16px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
        flex-direction: column !important;
      }

      body.theme-light.customer-mode #app-root > .tabs,
      body.light-theme.customer-mode #app-root > .tabs {
        border-color: rgba(0, 0, 0, 0.1) !important;
        background: rgba(255, 255, 255, 0.85) !important;
        box-shadow:
          0 10px 30px rgba(0, 0, 0, 0.1),
          inset 0 1px 1px rgba(255, 255, 255, 0.8) !important;
      }

      body.customer-mode #app-root > .tabs #tab-genel .tab-icon {
        width: 1.4rem !important;
        height: 1.4rem !important;
        margin-right: 0 !important;
        margin-bottom: 0.2rem !important;
        transform: translateY(-2px) !important;
      }

      body.customer-mode #app-root > .tabs #tab-genel.active::after {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        bottom: -0.1rem !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 4px !important;
        height: 4px !important;
        border-radius: 50% !important;
        background: #60a5fa !important;
        box-shadow: 0 0 8px rgba(96, 165, 250, 0.8) !important;
      }
    }

    /* Ortak sekme kapsülü: telefon esnaf modu görsel dili tüm modlara taşınır. */
    #app-root > .tabs {
      gap: 0 !important;
      padding: 0.4rem 0.5rem !important;
      border: 1px solid rgba(255, 255, 255, 0.1) !important;
      border-radius: 24px !important;
      background: rgba(30, 42, 60, 0.85) !important;
      box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.4),
        inset 0 1px 1px rgba(255, 255, 255, 0.15) !important;
      backdrop-filter: blur(8px) !important;
      -webkit-backdrop-filter: blur(8px) !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-around !important;
    }

    #app-root > .tabs .tab,
    #app-root > .tabs>a.tab {
      flex: 1 1 0 !important;
      min-width: 0 !important;
      min-height: 2.7rem !important;
      padding: 0.4rem 0 !important;
      border: 0 !important;
      border-radius: 16px !important;
      background: transparent !important;
      background-image: none !important;
      color: #9ca8b8 !important;
      box-shadow: none !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      position: relative !important;
      overflow: visible !important;
      text-align: center !important;
    }

    #app-root > .tabs .tab.active,
    #app-root > .tabs>a.tab.active {
      color: #ffffff !important;
      background: rgba(255, 255, 255, 0.1) !important;
      background-image: none !important;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    }

    #app-root > .tabs .tab .tab-icon,
    #app-root > .tabs>a.tab .tab-icon {
      width: 1.4rem !important;
      height: 1.4rem !important;
      margin-right: 0 !important;
      margin-bottom: 0.2rem !important;
      filter: brightness(0) saturate(100%) invert(70%) sepia(20%) saturate(300%) hue-rotate(180deg) !important;
      transform: none !important;
    }

    #app-root > .tabs .tab.active .tab-icon,
    #app-root > .tabs>a.tab.active .tab-icon {
      filter: brightness(0) invert(1) !important;
      transform: translateY(-2px) !important;
    }

    #app-root > .tabs .tab.active::after,
    #app-root > .tabs>a.tab.active::after {
      content: "" !important;
      display: block !important;
      position: absolute !important;
      bottom: -0.1rem !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      width: 4px !important;
      height: 4px !important;
      border-radius: 50% !important;
      background: #60a5fa !important;
      box-shadow: 0 0 8px rgba(96, 165, 250, 0.8) !important;
    }

    body.customer-mode #app-root > .tabs {
      justify-content: flex-start !important;
    }

    body.customer-mode #app-root > .tabs #tab-isletme-ozet,
    body.customer-mode #app-root > .tabs #tab-magaza,
    body.customer-mode #app-root > .tabs #tab-genel-durum,
    body.customer-mode #app-root > .tabs #tab-hata-raporlari {
      display: none !important;
      visibility: hidden !important;
      flex: 0 0 0 !important;
      width: 0 !important;
      min-width: 0 !important;
      max-width: 0 !important;
      overflow: hidden !important;
      pointer-events: none !important;
    }

    body.customer-mode #app-root > .tabs #tab-genel,
    body.customer-mode #app-root > .tabs #tab-genel.active {
      flex: 1 1 100% !important;
      width: 100% !important;
      max-width: none !important;
      min-width: 0 !important;
    }

    body.theme-light #app-root > .tabs,
    body.light-theme #app-root > .tabs {
      border-color: rgba(0, 0, 0, 0.1) !important;
      background: rgba(255, 255, 255, 0.85) !important;
      box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.8) !important;
    }

    body.theme-light #app-root > .tabs .tab.active,
    body.theme-light #app-root > .tabs>a.tab.active,
    body.light-theme #app-root > .tabs .tab.active,
    body.light-theme #app-root > .tabs>a.tab.active {
      color: #1e293b !important;
      background: rgba(15, 23, 42, 0.06) !important;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
    }

    @media (max-width: 1024px) {
      #app-root > .tabs {
        position: fixed !important;
        left: 1rem !important;
        right: 1rem !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        z-index: 9999 !important;
      }
    }

    body.theme-light .genel-compare-bar,
    body.light-theme .genel-compare-bar {
      border-color: rgba(148, 163, 184, 0.18);
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 18px 40px rgba(148, 163, 184, 0.16);
    }

    body.theme-light .genel-compare-count,
    body.light-theme .genel-compare-count {
      color: #334155;
    }

    body.theme-light #app-root .filter-bar,
    body.theme-light #app-root .hizli-filter-bar,
    body.light-theme #app-root .filter-bar,
    body.light-theme #app-root .hizli-filter-bar {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
        #ffffff;
      border-color: rgba(148, 163, 184, 0.2);
      box-shadow:
        0 16px 34px rgba(148, 163, 184, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    }

    body.theme-light #app-root .filter-row-search-simple .genel-search,
    body.theme-light #app-root .filter-row-primary .custom-select-trigger,
    body.theme-light #app-root .filter-row-primary .genel-filter-control,
    body.theme-light #app-root .hizli-filter-row-primary .custom-select-trigger,
    body.theme-light #app-root .hizli-filter-row-primary .genel-filter-control,
    body.light-theme #app-root .filter-row-search-simple .genel-search,
    body.light-theme #app-root .filter-row-primary .custom-select-trigger,
    body.light-theme #app-root .filter-row-primary .genel-filter-control,
    body.light-theme #app-root .hizli-filter-row-primary .custom-select-trigger,
    body.light-theme #app-root .hizli-filter-row-primary .genel-filter-control {
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 1px 2px rgba(15, 23, 42, 0.04);
    }

    body.theme-light #app-root .filter-open-btn,
    body.light-theme #app-root .filter-open-btn {
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.14));
      color: #1d4ed8;
    }

    body.theme-light #app-root .filter-open-btn .filter-open-count,
    body.light-theme #app-root .filter-open-btn .filter-open-count {
      background: rgba(37, 99, 235, 0.12);
      color: #1d4ed8;
    }

    body.theme-light #app-root .filter-clear-all-quick,
    body.light-theme #app-root .filter-clear-all-quick {
      background: rgba(239, 68, 68, 0.08);
      color: #b91c1c;
    }

    body.theme-light .listing-count,
    body.light-theme .listing-count {
      color: #64748b;
    }

    body.theme-light .genel-view-toggle,
    body.light-theme .genel-view-toggle {
      background: rgba(255, 255, 255, 0.9);
    }

    /* Paket 3: Modal/panel birligi ve landing footer cilasi */
    .notification-panel,
    .settings-panel,
    .profile-modal-card,
    .delete-modal-card,
    .compare-modal-card,
    .paywall-logout-card {
      border-radius: 1.45rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background:
        linear-gradient(180deg, rgba(15, 27, 46, 0.95) 0%, rgba(8, 18, 33, 0.96) 100%);
      box-shadow:
        0 28px 72px rgba(2, 8, 23, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
    }

    .notification-panel-header,
    .settings-panel-header,
    .compare-modal-header {
      padding: 1.1rem 1.25rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
    }

    .notification-panel-close,
    .settings-panel-close,
    .compare-modal-close {
      width: 2.2rem;
      height: 2.2rem;
      padding: 0;
      border-radius: 0.8rem;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .notification-panel-close:hover,
    .settings-panel-close:hover,
    .compare-modal-close:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.16);
      transform: translateY(-1px);
    }

    .settings-block,
    .notification-tab,
    .notification-clear-all-btn {
      border-radius: 0.9rem;
    }

    .settings-block {
      background: rgba(255, 255, 255, 0.03);
      border-color: rgba(255, 255, 255, 0.08);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .profile-modal-card,
    .delete-modal-card,
    .paywall-logout-card {
      max-width: 30rem;
      padding: 1.6rem;
    }

    .compare-modal-card {
      max-width: min(92vw, 64rem);
    }

    .compare-modal.compare-modal-single .compare-modal-card {
      max-width: min(92vw, 36rem);
    }

    .compare-modal-body {
      padding: 1.1rem;
    }

    .share-preview-shell {
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }

    .share-preview-banner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      padding: 0.9rem 1rem;
      border-radius: 1.1rem;
      border: 1px solid rgba(96, 165, 250, 0.18);
      background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 42%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(8, 18, 33, 0.7));
    }

    .share-preview-banner-copy {
      max-width: 34rem;
    }

    .share-preview-kicker {
      display: inline-flex;
      margin-bottom: 0.45rem;
      color: #8fbefc;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .share-preview-heading {
      margin: 0;
      color: #f8fbff;
      font-size: 1.14rem;
      line-height: 1.35;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .share-preview-banner-sender {
      margin: 0.45rem 0 0;
      color: #94a3b8;
      font-size: 0.86rem;
      line-height: 1.5;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .share-preview-banner-stat {
      min-width: 5.6rem;
      padding: 0.75rem 0.85rem;
      border-radius: 1rem;
      border: 1px solid rgba(148, 163, 184, 0.14);
      background: rgba(255, 255, 255, 0.04);
      text-align: center;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .share-preview-banner-stat strong {
      display: block;
      color: #f8fbff;
      font-size: 1.15rem;
      line-height: 1.1;
    }

    .share-preview-banner-stat span {
      display: block;
      margin-top: 0.2rem;
      color: #94a3b8;
      font-size: 0.74rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .share-preview-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(18rem, 26rem));
      gap: 1rem;
      justify-content: center;
      align-items: stretch;
    }

    .share-preview-grid.is-single {
      grid-template-columns: minmax(18rem, 26rem);
      justify-content: center;
    }

    .share-preview-card {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
      min-width: 0;
      border-radius: 1.25rem;
      border: 1px solid rgba(96, 165, 250, 0.16);
      background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(8, 18, 33, 0.95));
      box-shadow:
        0 20px 44px rgba(2, 8, 23, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
      overflow: hidden;
    }

    .share-preview-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 1px;
      background: linear-gradient(90deg, rgba(96, 165, 250, 0), rgba(96, 165, 250, 0.5), rgba(96, 165, 250, 0));
      opacity: 0.8;
      pointer-events: none;
    }

    .share-preview-card-top {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 0.95rem;
      padding: 0.85rem;
      align-items: start;
    }

    .share-preview-media {
      width: 5.4rem;
    }

    .share-preview-main-img,
    .share-preview-main-img-empty {
      width: 5.4rem;
      height: 6.8rem;
      border-radius: 1rem;
      border: 1px solid rgba(148, 163, 184, 0.14);
      background: rgba(255, 255, 255, 0.05);
      object-fit: contain;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #94a3b8;
      cursor: pointer;
    }

    .share-preview-thumbs {
      display: flex;
      gap: 0.45rem;
      margin-top: 0.55rem;
    }

    .share-preview-thumb {
      width: 1.95rem;
      height: 1.95rem;
      border-radius: 0.65rem;
      border: 1px solid rgba(148, 163, 184, 0.14);
      background: rgba(255, 255, 255, 0.04);
      object-fit: cover;
      cursor: pointer;
      transition: transform 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
      opacity: 0.82;
    }

    .share-preview-thumb:hover,
    .share-preview-thumb.is-active {
      transform: translateY(-1px);
      border-color: rgba(96, 165, 250, 0.34);
      opacity: 1;
    }

    .share-preview-body {
      min-width: 0;
    }

    .share-preview-store {
      margin-bottom: 0.35rem;
      color: #8ea4c2;
      font-size: 0.69rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .share-preview-title-text {
      margin: 0;
      color: #f8fbff;
      font-size: 1.08rem;
      line-height: 1.3;
      font-weight: 700;
      letter-spacing: -0.02em;
      word-break: break-word;
    }

    .share-preview-price-text {
      margin-top: 0.45rem;
      color: #34d399;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .share-preview-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem;
      margin-top: 0.55rem;
    }

    .share-preview-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 1.8rem;
      padding: 0 0.7rem;
      border-radius: 999px;
      font-size: 0.74rem;
      font-weight: 700;
      letter-spacing: 0.01em;
      border: 1px solid transparent;
      white-space: nowrap;
    }

    .share-preview-chip-blue {
      background: rgba(59, 130, 246, 0.14);
      border-color: rgba(96, 165, 250, 0.18);
      color: #93c5fd;
    }

    .share-preview-chip-gold,
    .share-preview-chip-amber {
      background: rgba(245, 158, 11, 0.14);
      border-color: rgba(251, 191, 36, 0.16);
      color: #fcd34d;
    }

    .share-preview-chip-green {
      background: rgba(16, 185, 129, 0.14);
      border-color: rgba(52, 211, 153, 0.18);
      color: #6ee7b7;
    }

    .share-preview-chip-red {
      background: rgba(239, 68, 68, 0.14);
      border-color: rgba(248, 113, 113, 0.18);
      color: #fca5a5;
    }

    .share-preview-chip-slate,
    .share-preview-chip-muted {
      background: rgba(148, 163, 184, 0.12);
      border-color: rgba(148, 163, 184, 0.14);
      color: #cbd5e1;
    }

    .share-preview-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.6rem;
      padding: 0 0.85rem 0.85rem;
      flex: 1;
      align-content: start;
    }

    .share-preview-metric {
      min-width: 0;
      padding: 0.72rem 0.78rem;
      border-radius: 0.9rem;
      border: 1px solid rgba(148, 163, 184, 0.12);
      background: rgba(255, 255, 255, 0.03);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .share-preview-metric.is-wide {
      grid-column: 1 / -1;
    }

    .share-preview-metric-label {
      display: block;
      margin-bottom: 0.3rem;
      color: #8ea1b6;
      font-size: 0.66rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      white-space: nowrap;
      text-align: center;
    }

    .share-preview-metric-value {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #f8fbff;
      font-size: 0.9rem;
      font-weight: 600;
      min-width: 0;
      text-align: center;
    }

    .share-preview-metric.is-note .share-preview-metric-value {
      justify-content: flex-start;
    }

    .share-preview-stat-text {
      display: block;
      max-width: 100%;
      color: #f8fbff;
      font-size: 0.94rem;
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .share-preview-stat-text-store {
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .share-preview-note {
      margin: 0;
      color: #c7d3e0;
      font-size: 0.92rem;
      line-height: 1.5;
      white-space: pre-wrap;
      word-break: break-word;
    }

    .share-preview-note-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
    }

    .share-preview-note-wrap.is-collapsed .share-preview-note {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
    }

    .share-preview-note-toggle {
      margin-top: 0.55rem;
      padding: 0;
      border: 0;
      background: none;
      color: #8fbefc;
      font-size: 0.8rem;
      font-weight: 700;
      line-height: 1.3;
      cursor: pointer;
      transition: color 0.2s ease, opacity 0.2s ease;
    }

    .share-preview-note-toggle:hover {
      color: #bfdbfe;
    }

    @media (max-width: 860px) {
      .compare-modal-body {
        padding: 0.85rem;
      }

      .share-preview-banner {
        flex-direction: column;
        align-items: stretch;
      }

      .share-preview-banner-stat {
        width: 100%;
      }

      .share-preview-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .compare-modal {
        padding: 0.55rem;
      }

      .compare-modal-card {
        max-width: calc(100vw - 1.1rem);
        max-height: 92vh;
        border-radius: 1rem;
      }

      .compare-modal-header {
        padding: 0.78rem 0.85rem;
      }

      .compare-modal-title {
        font-size: 0.96rem;
        line-height: 1.2;
      }

      .compare-share-btn {
        min-height: 2.1rem;
        padding: 0.45rem 0.72rem;
        border-radius: 0.75rem;
        font-size: 0.82rem;
      }

      .compare-modal-close {
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 0.75rem;
      }

      .compare-modal-body {
        padding: 0.55rem 0.5rem 0.65rem;
      }

      .share-preview-grid,
      .share-preview-grid.is-single {
        grid-template-columns: minmax(0, 1fr);
      }

      .share-preview-card-top {
        grid-template-columns: 1fr;
      }

      .share-preview-media {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .share-preview-body {
        text-align: center;
      }

      .share-preview-chip-row {
        justify-content: center;
      }

      .share-preview-metrics {
        grid-template-columns: minmax(0, 1fr);
      }
    }

    .landing-legal-note,
    .landing-footer {
      position: relative;
      overflow: hidden;
      border-color: rgba(96, 165, 250, 0.12);
      box-shadow:
        0 26px 64px rgba(2, 6, 23, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .landing-legal-note::before,
    .landing-footer::before {
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(96, 165, 250, 0), rgba(96, 165, 250, 0.45), rgba(96, 165, 250, 0));
      opacity: 0.7;
      pointer-events: none;
    }

    .landing-legal-note {
      padding: 1.5rem 1.6rem;
      gap: 1rem;
    }

    .landing-legal-note strong {
      font-size: 0.98rem;
      letter-spacing: -0.01em;
    }

    .landing-legal-tags span {
      min-height: 2.2rem;
      padding: 0 0.9rem;
      background: rgba(37, 99, 235, 0.1);
      border-color: rgba(96, 165, 250, 0.18);
      font-weight: 600;
    }

    .landing-footer {
      grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.95fr));
      gap: 1.4rem;
      padding: 2rem;
      border-radius: 2rem;
      background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(10, 18, 33, 0.94));
    }

    .landing-footer-brand strong {
      font-size: 1.05rem;
      letter-spacing: -0.02em;
    }

    .landing-footer-brand p {
      color: #9fb2c8;
      max-width: 36ch;
    }

    .landing-footer-links a,
    .landing-footer-links span,
    .landing-footer-meta {
      color: #97abc1;
    }

    .landing-footer-links a {
      transition: color 0.2s ease, transform 0.2s ease;
    }

    .landing-footer-links a:hover {
      color: #f8fbff;
      transform: translateX(2px);
    }

    .landing-footer-meta {
      padding-top: 1rem;
      color: #8ea1b6;
    }

    @media (max-width: 860px) {
      .landing-legal-note,
      .landing-footer {
        border-radius: 1.4rem;
      }

      .landing-footer {
        gap: 1.1rem;
        padding: 1.4rem;
      }
    }

    body.theme-light .notification-panel,
    body.theme-light .settings-panel,
    body.theme-light .profile-modal-card,
    body.theme-light .delete-modal-card,
    body.theme-light .compare-modal-card,
    body.theme-light .paywall-logout-card,
    body.light-theme .notification-panel,
    body.light-theme .settings-panel,
    body.light-theme .profile-modal-card,
    body.light-theme .delete-modal-card,
    body.light-theme .compare-modal-card,
    body.light-theme .paywall-logout-card {
      border-color: rgba(148, 163, 184, 0.18);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
      box-shadow:
        0 28px 64px rgba(148, 163, 184, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.theme-light .notification-panel-header,
    body.theme-light .settings-panel-header,
    body.theme-light .compare-modal-header,
    body.light-theme .notification-panel-header,
    body.light-theme .settings-panel-header,
    body.light-theme .compare-modal-header {
      border-bottom-color: rgba(148, 163, 184, 0.14);
      background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0));
    }

    body.theme-light .share-preview-banner,
    body.light-theme .share-preview-banner {
      border-color: rgba(148, 163, 184, 0.16);
      background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
    }

    body.theme-light .share-preview-heading,
    body.theme-light .share-preview-banner-stat strong,
    body.theme-light .share-preview-title-text,
    body.theme-light .share-preview-stat-text,
    body.light-theme .share-preview-heading,
    body.light-theme .share-preview-banner-stat strong,
    body.light-theme .share-preview-title-text,
    body.light-theme .share-preview-stat-text {
      color: #0f172a;
    }

    body.theme-light .share-preview-banner-stat,
    body.theme-light .share-preview-card,
    body.theme-light .share-preview-metric,
    body.light-theme .share-preview-banner-stat,
    body.light-theme .share-preview-card,
    body.light-theme .share-preview-metric {
      border-color: rgba(148, 163, 184, 0.16);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
      box-shadow:
        0 18px 42px rgba(148, 163, 184, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.theme-light .share-preview-store,
    body.theme-light .share-preview-banner-sender,
    body.theme-light .share-preview-metric-label,
    body.theme-light .share-preview-banner-stat span,
    body.theme-light .share-preview-note,
    body.theme-light .share-preview-note-toggle,
    body.light-theme .share-preview-store,
    body.light-theme .share-preview-banner-sender,
    body.light-theme .share-preview-metric-label,
    body.light-theme .share-preview-banner-stat span,
    body.light-theme .share-preview-note,
    body.light-theme .share-preview-note-toggle {
      color: #64748b;
    }

    body.theme-light .share-preview-note-toggle:hover,
    body.light-theme .share-preview-note-toggle:hover {
      color: #2563eb;
    }

    body.theme-light .notification-panel-close,
    body.theme-light .settings-panel-close,
    body.theme-light .compare-modal-close,
    body.light-theme .notification-panel-close,
    body.light-theme .settings-panel-close,
    body.light-theme .compare-modal-close {
      background: rgba(15, 23, 42, 0.04);
      border-color: rgba(148, 163, 184, 0.16);
      color: #475569;
    }

    body.theme-light .settings-block,
    body.light-theme .settings-block {
      background: rgba(248, 250, 252, 0.92);
      border-color: rgba(148, 163, 184, 0.16);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.theme-light .landing-legal-note,
    body.theme-light .landing-footer,
    body.light-theme .landing-legal-note,
    body.light-theme .landing-footer {
      border-color: rgba(148, 163, 184, 0.18);
      background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.05), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
      box-shadow:
        0 24px 56px rgba(148, 163, 184, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.theme-light .landing-legal-note strong,
    body.theme-light .landing-footer-brand strong,
    body.light-theme .landing-legal-note strong,
    body.light-theme .landing-footer-brand strong {
      color: #0f172a;
    }

    body.theme-light .landing-legal-note p,
    body.theme-light .landing-footer-brand p,
    body.theme-light .landing-footer-links a,
    body.theme-light .landing-footer-links span,
    body.theme-light .landing-footer-meta,
    body.light-theme .landing-legal-note p,
    body.light-theme .landing-footer-brand p,
    body.light-theme .landing-footer-links a,
    body.light-theme .landing-footer-links span,
    body.light-theme .landing-footer-meta {
      color: #64748b;
    }

    body.theme-light .landing-legal-tags span,
    body.light-theme .landing-legal-tags span {
      background: rgba(37, 99, 235, 0.08);
      border-color: rgba(37, 99, 235, 0.14);
      color: #1d4ed8;
    }

    /* Landing redesign v2 */
    body.landing-view-active {
      background:
        radial-gradient(circle at 12% 6%, rgba(59, 130, 246, 0.16), transparent 30%),
        radial-gradient(circle at 88% 16%, rgba(20, 184, 166, 0.13), transparent 28%),
        radial-gradient(circle at 54% 74%, rgba(148, 163, 184, 0.14), transparent 34%),
        linear-gradient(180deg, #f7fafc 0%, #f4f7fb 46%, #eef4f8 100%);
      background-attachment: scroll;
    }

    #login-screen.login-landing {
      --landing-device-shell: #050913;
      --landing-device-shell-top: #0a1018;
      --landing-device-shell-edge: rgba(255, 255, 255, 0.045);
      --landing-device-shell-shadow: rgba(15, 23, 42, 0.24);
      min-height: 100vh;
      width: 100%;
      position: relative;
      isolation: isolate;
      overflow-x: clip;
      background: transparent;
      color: #111827;
    }

    #login-screen.login-landing::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(115deg, transparent 0%, rgba(37, 99, 235, 0.05) 38%, transparent 64%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px);
      background-size: 100% 100%, 118px 118px, 118px 118px;
      mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.08));
      pointer-events: none;
      opacity: 0.58;
    }

    #login-screen.login-landing .login-shell {
      position: relative;
      z-index: 1;
      width: min(1240px, calc(100% - 40px));
      padding: 0 0 52px;
    }

    #login-screen.login-landing::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        radial-gradient(ellipse at 78% 20%, rgba(34, 197, 94, 0.12), transparent 32%),
        radial-gradient(ellipse at 20% 18%, rgba(37, 99, 235, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(226, 232, 240, 0.08));
    }

    #login-screen.login-landing .landing-topbar {
      position: sticky;
      top: 0;
      z-index: 20;
      margin-bottom: 34px;
      border-radius: 0;
      border: 0;
      background: rgba(255, 250, 244, 0.72);
      box-shadow: none;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      contain: paint;
    }

    #login-screen.login-landing .landing-brand {
      gap: 9px;
      min-width: 0;
    }

    #login-screen.login-landing .landing-brand-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    #login-screen.login-landing .landing-brand img {
      width: 34px;
      height: 34px;
      border-radius: 11px;
    }

    #login-screen.login-landing .landing-brand-title,
    #login-screen.login-landing .landing-topbar-link {
      color: #1f2937;
    }

    #login-screen.login-landing .landing-brand-title {
      font-size: 1.02rem;
      font-weight: 700;
      letter-spacing: -0.032em;
      line-height: 1;
    }

    #login-screen.login-landing .landing-topbar-actions {
      gap: 12px;
      align-items: center;
    }

    #login-screen.login-landing .landing-nav-links {
      grid-column: 2;
    }

    #login-screen.login-landing .landing-topbar-controls {
      grid-column: 3;
    }

    #login-screen.login-landing .landing-topbar-link {
      opacity: 0.7;
      display: inline-flex;
      align-items: center;
      transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    }

    #login-screen.login-landing .landing-topbar-link:hover {
      color: #111827;
      opacity: 1;
      transform: translateY(-2px);
    }

    #login-screen.login-landing .landing-nav-links .landing-wa-link,
    #login-screen.login-landing .landing-nav-links .landing-wa-link:hover {
      background: transparent !important;
      box-shadow: none !important;
      border-color: transparent !important;
    }

    #login-screen.login-landing .landing-topbar-btn,
    #login-screen.login-landing .landing-primary-cta {
      min-height: 54px;
      padding: 0 22px;
      border-radius: 16px;
      border: none;
      background: linear-gradient(135deg, #2657eb, #3970ff);
      color: #ffffff;
      box-shadow: 0 16px 40px rgba(38, 87, 235, 0.24);
    }

    #login-screen.login-landing .landing-topbar-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 0.92rem;
      font-weight: 700;
      letter-spacing: -0.018em;
      line-height: 1;
    }

    #login-screen.login-landing .landing-theme-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      min-width: 46px;
      min-height: 46px;
      padding: 0;
      border-radius: 16px;
      border: 1px solid rgba(17, 24, 39, 0.08);
      background: rgba(255, 255, 255, 0.72);
      color: #1f2937;
      box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    #login-screen.login-landing .landing-theme-toggle:hover {
      background: rgba(255, 255, 255, 0.92);
      border-color: rgba(37, 99, 235, 0.14);
      box-shadow: 0 14px 28px rgba(37, 99, 235, 0.1);
    }

    #login-screen.login-landing .landing-theme-toggle-icon {
      width: 18px;
      height: 18px;
      object-fit: contain;
    }

    #login-screen.login-landing .landing-theme-toggle-label {
      display: none;
    }

    #login-screen.login-landing .landing-secondary-cta {
      min-height: 54px;
      padding: 0 24px;
      border-radius: 16px;
      border: 1px solid rgba(17, 24, 39, 0.08);
      background: rgba(255, 255, 255, 0.7);
      color: #111827;
      box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
    }

    #login-screen.login-landing .landing-secondary-cta.landing-wa-link {
      border-color: rgba(18, 140, 92, 0.22);
      background: linear-gradient(135deg, #19b86a, #128c5c);
      color: #ffffff;
      box-shadow: 0 14px 30px rgba(18, 140, 92, 0.2);
    }

    #login-screen.login-landing .landing-secondary-cta.landing-wa-link:hover {
      background: linear-gradient(135deg, #20c978, #159765);
      color: #ffffff;
      box-shadow: 0 18px 36px rgba(18, 140, 92, 0.24);
    }

    #login-screen.login-landing .landing-hero-grid-v2 {
      position: relative;
      isolation: isolate;
      display: grid;
      grid-template-columns: minmax(560px, 1.02fr) minmax(430px, 0.98fr);
      gap: clamp(30px, 4.8vw, 76px);
      align-items: center;
      width: 100%;
      max-width: none;
      padding: 18px 20px 0;
      margin: 0 0 80px;
      overflow: visible;
    }

    #login-screen.login-landing .landing-hero-copy-v2 {
      position: relative;
      z-index: 2;
      max-width: 680px;
    }

    #login-screen.login-landing .landing-ambient {
      position: absolute;
      z-index: 0;
      border-radius: 999px;
      pointer-events: none;
      filter: blur(24px);
      opacity: 0.26;
      animation: landingAmbientDrift 12s ease-in-out infinite alternate;
    }

    #login-screen.login-landing .landing-ambient-left {
      top: 42px;
      left: -82px;
      width: 220px;
      height: 220px;
      background: radial-gradient(circle, rgba(58, 106, 255, 0.18) 0%, rgba(58, 106, 255, 0.05) 46%, transparent 72%);
    }

    #login-screen.login-landing .landing-ambient-right {
      top: 84px;
      right: 18px;
      width: 240px;
      height: 240px;
      background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0.04) 48%, transparent 74%);
      animation-duration: 10.5s;
      animation-delay: -2.2s;
    }

    #login-screen.login-landing .landing-ambient-bottom {
      right: 26%;
      bottom: 6px;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(251, 191, 36, 0.12) 0%, rgba(251, 191, 36, 0.04) 44%, transparent 74%);
      animation-duration: 11.5s;
      animation-delay: -4s;
    }

    @keyframes landingAmbientDrift {
      from {
        transform: translate3d(-8px, 4px, 0) scale(0.98);
        opacity: 0.26;
      }
      to {
        transform: translate3d(10px, -10px, 0) scale(1.05);
        opacity: 0.42;
      }
    }

    #login-screen.login-landing .landing-micro-copy-v2 {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(17, 24, 39, 0.06);
      color: #304152;
      font-size: 0.84rem;
      font-weight: 700;
      box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
    }

    #login-screen.login-landing .landing-title-xl-v2 {
      position: relative;
      display: grid;
      gap: 4px;
      margin: 0;
      max-width: min(680px, 13.6ch);
      color: #101828;
      font-size: clamp(2.34rem, 4.55vw, 4.12rem);
      line-height: 0.98;
      letter-spacing: 0;
      text-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
      animation: landingTitleIn 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    #login-screen.login-landing .landing-title-intro {
      display: block;
      color: rgba(248, 250, 252, 0.92);
      font-size: 0.66em;
      font-weight: 760;
      line-height: 1.04;
      letter-spacing: 0;
      text-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-title-intro,
    body.light-theme #login-screen.login-landing .landing-title-intro {
      color: #1e293b;
    }

    #login-screen.login-landing .landing-title-stock {
      display: block;
      color: #f8fbff;
      text-wrap: balance;
    }

    body.theme-light #login-screen.login-landing .landing-title-stock,
    body.light-theme #login-screen.login-landing .landing-title-stock {
      color: #0f172a;
    }

    #login-screen.login-landing .landing-title-screen {
      display: block;
      background: linear-gradient(90deg, #bfdbfe 0%, #7dd3fc 46%, #86efac 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      text-wrap: balance;
    }

    body.theme-light #login-screen.login-landing .landing-title-screen,
    body.light-theme #login-screen.login-landing .landing-title-screen {
      background: linear-gradient(90deg, #1d4ed8 0%, #0891b2 48%, #0f766e 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    #login-screen.login-landing .landing-title-line {
      display: block;
    }

    @keyframes landingTitleIn {
      from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }

    #login-screen.login-landing .landing-lead-v2 {
      margin: 24px 0 0;
      max-width: 42ch;
      color: #49576a;
      font-size: 1rem;
      line-height: 1.74;
    }

    #login-screen.login-landing .landing-cta-row-v2 {
      margin-top: 28px;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
    }

    #login-screen.login-landing .landing-primary-cta,
    #login-screen.login-landing .landing-secondary-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 54px;
      padding: 0 22px;
      border-radius: 16px;
      font-size: 0.95rem;
      font-weight: 700;
      letter-spacing: -0.018em;
      line-height: 1;
    }

    #login-screen.login-landing .landing-secondary-cta {
      box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
    }

    #login-screen.login-landing .landing-cta-copy {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
    }

    #login-screen.login-landing .landing-cta-icon {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
    }

    #login-screen.login-landing .landing-cta-icon svg {
      width: 18px;
      height: 18px;
      display: block;
    }

    #login-screen.login-landing .landing-cta-icon-whatsapp {
      object-fit: contain;
    }

    #login-screen.login-landing .landing-ad-note {
      width: min(520px, 100%);
      margin: 16px 0 0;
      color: #334155;
      font-size: 0.92rem;
      font-weight: 600;
      line-height: 1.5;
    }

    #login-screen.login-landing .landing-trust-list {
      display: grid;
      gap: 11px;
      margin: 28px 0 0;
      padding: 0;
      list-style: none;
    }

    #login-screen.login-landing .landing-trust-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: #566575;
      font-size: 0.94rem;
      line-height: 1.62;
    }

    #login-screen.login-landing .landing-trust-icon {
      flex: 0 0 32px;
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: linear-gradient(180deg, rgba(37, 99, 235, 0.13), rgba(14, 165, 233, 0.07));
      border: 1px solid rgba(37, 99, 235, 0.14);
      color: #1d4ed8;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 10px 18px rgba(37, 99, 235, 0.08);
    }

    #login-screen.login-landing .landing-trust-list li:nth-child(2) .landing-trust-icon {
      background: linear-gradient(180deg, rgba(20, 184, 166, 0.13), rgba(34, 197, 94, 0.07));
      border-color: rgba(13, 148, 136, 0.15);
      color: #0f766e;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 10px 18px rgba(20, 184, 166, 0.08);
    }

    #login-screen.login-landing .landing-trust-list li:nth-child(3) .landing-trust-icon {
      background: linear-gradient(180deg, rgba(34, 197, 94, 0.14), rgba(22, 163, 74, 0.07));
      border-color: rgba(22, 163, 74, 0.16);
      color: #15803d;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 10px 18px rgba(34, 197, 94, 0.08);
    }

    #login-screen.login-landing .landing-trust-list li:nth-child(4) .landing-trust-icon {
      background: linear-gradient(180deg, rgba(14, 165, 233, 0.13), rgba(59, 130, 246, 0.07));
      border-color: rgba(14, 165, 233, 0.15);
      color: #0369a1;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 10px 18px rgba(14, 165, 233, 0.08);
    }

    #login-screen.login-landing .landing-trust-icon svg {
      width: 18px;
      height: 18px;
      display: block;
    }

    #login-screen.login-landing .landing-trust-text {
      display: block;
      padding-top: 3px;
    }

    #login-screen.login-landing .landing-stage-scene {
      position: relative;
      z-index: 2;
      min-height: 620px;
      width: 100%;
      max-width: none;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #login-screen.login-landing .landing-stage-surface {
      position: relative;
      width: 100%;
      max-width: none;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      overflow: visible;
    }

    #login-screen.login-landing .landing-stage-surface::before {
      display: none;
    }

    #login-screen.login-landing .landing-stage-device-wrap {
      position: relative;
      min-height: 520px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      perspective: 1200px;
      transform-style: preserve-3d;
    }

    @keyframes landing-float {
      0%, 100% {
        transform: translateY(0) rotate(3.5deg);
      }
      50% {
        transform: translateY(-12px) rotate(4.2deg);
      }
    }

    #login-screen.login-landing .landing-stage-device {
      position: relative;
      z-index: 3;
      width: min(324px, 46vw);
      transform-style: preserve-3d;
      transform: rotate(3.5deg);
      will-change: transform;
      cursor: pointer;
      touch-action: none;
      user-select: none;
      -webkit-user-select: none;
      animation: landing-float 6s ease-in-out infinite;
    }

    #login-screen.login-landing .landing-stage-device-shell {
      position: relative;
      width: 100%;
      padding: 14px;
      border-radius: 40px;
      background: linear-gradient(180deg, #0f172a 0%, #050b16 100%);
      box-shadow:
        0 28px 72px var(--landing-device-shell-shadow),
        inset 0 1px 0 var(--landing-device-shell-edge),
        inset 0 0 0 1px rgba(2, 6, 23, 0.36);
      transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0.5deg);
      transform-style: preserve-3d;
      transform-origin: 50% 50%;
      will-change: transform;
      overflow: visible;
      cursor: pointer;
      touch-action: none;
      transition: box-shadow 0.24s ease, filter 0.24s ease;
    }

    #login-screen.login-landing .landing-stage-device.is-dragging,
    #login-screen.login-landing .landing-stage-device-shell.is-dragging {
      cursor: grabbing;
      filter: saturate(1.04);
      animation: none !important;
    }

    #login-screen.login-landing .landing-stage-device-shell::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 50%;
      width: 34%;
      height: 26px;
      border-radius: 0 0 18px 18px;
      background: var(--landing-device-shell);
      transform: translateX(-50%);
      z-index: 2;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    }

    #login-screen.login-landing .landing-stage-device-front {
      position: relative;
      z-index: 2;
      aspect-ratio: 9 / 19.2;
      border-radius: 30px;
      overflow: hidden;
      background:
        linear-gradient(150deg, rgba(37, 99, 235, 0.2), transparent 44%),
        linear-gradient(180deg, #071326 0%, #0f2448 54%, #07111f 100%);
      transform: translateZ(3px);
      transform-style: preserve-3d;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      pointer-events: none;
      opacity: 1;
      visibility: visible;
    }

    #login-screen.login-landing .landing-stage-device-front::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      border-radius: 30px;
      background:
        linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.08) 35% 36%, transparent 36% 100%),
        linear-gradient(40deg, transparent 0 62%, rgba(96, 165, 250, 0.12) 62% 76%, transparent 76% 100%);
      pointer-events: none;
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-front::after,
    body.light-theme #login-screen.login-landing .landing-stage-device-front::after {
      background:
        linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.42) 35% 36%, transparent 36% 100%),
        linear-gradient(40deg, transparent 0 62%, rgba(37, 99, 235, 0.1) 62% 76%, transparent 76% 100%);
    }

    #login-screen.login-landing .landing-device-screen {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-rows: auto auto 1fr;
      gap: 14px;
      width: 100%;
      height: 100%;
      padding: 18px 16px 16px;
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
      transform: translateZ(12px);
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-front,
    body.light-theme #login-screen.login-landing .landing-stage-device-front {
      background:
        linear-gradient(150deg, rgba(37, 99, 235, 0.12), transparent 44%),
        linear-gradient(180deg, #f8fbff 0%, #eaf2ff 55%, #dbeafe 100%);
    }

    #login-screen.login-landing .landing-device-screen-top {
      display: grid;
      grid-template-columns: 34px 1fr auto;
      align-items: center;
      gap: 9px;
      min-width: 0;
    }

    #login-screen.login-landing .landing-device-screen-logo {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.94);
      color: #0f3b82;
      font-size: 1rem;
      font-weight: 800;
      box-shadow: 0 10px 28px rgba(2, 6, 23, 0.22);
    }

    #login-screen.login-landing .landing-device-screen-logo img {
      display: block;
      width: 24px;
      height: 24px;
      object-fit: contain;
      user-select: none;
    }

    #login-screen.login-landing .landing-device-screen-top strong,
    #login-screen.login-landing .landing-device-screen-top em,
    #login-screen.login-landing .landing-device-screen-hero span,
    #login-screen.login-landing .landing-device-screen-hero strong,
    #login-screen.login-landing .landing-device-screen-hero em {
      display: block;
    }

    #login-screen.login-landing .landing-device-screen-top strong {
      color: #f8fafc;
      font-size: 0.86rem;
      font-weight: 700;
      line-height: 1.05;
    }

    #login-screen.login-landing .landing-device-screen-top em {
      margin-top: 3px;
      color: rgba(191, 219, 254, 0.72);
      font-size: 0.62rem;
      font-style: normal;
      line-height: 1;
    }

    #login-screen.login-landing .landing-device-screen-status {
      padding: 6px 8px;
      border-radius: 999px;
      background: rgba(34, 197, 94, 0.14);
      border: 1px solid rgba(134, 239, 172, 0.16);
      color: #86efac;
      font-size: 0.58rem;
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-status,
    body.light-theme #login-screen.login-landing .landing-device-screen-status {
      background: rgba(22, 163, 74, 0.14);
      border-color: rgba(22, 163, 74, 0.24);
      color: #047857;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(22, 163, 74, 0.1);
      text-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-top strong,
    body.light-theme #login-screen.login-landing .landing-device-screen-top strong {
      color: #0f172a;
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-top em,
    body.light-theme #login-screen.login-landing .landing-device-screen-top em {
      color: rgba(71, 85, 105, 0.76);
    }

    #login-screen.login-landing .landing-device-screen-hero {
      position: relative;
      padding: 16px 14px;
      border-radius: 20px;
      border: 1px solid rgba(147, 197, 253, 0.16);
      background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.26), rgba(15, 23, 42, 0.32));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      align-self: start;
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-hero,
    body.light-theme #login-screen.login-landing .landing-device-screen-hero {
      border-color: rgba(37, 99, 235, 0.12);
      background:
        linear-gradient(135deg, rgba(219, 234, 254, 0.88), rgba(255, 255, 255, 0.72));
    }

    #login-screen.login-landing .landing-device-screen-hero span {
      color: #93c5fd;
      font-size: 0.66rem;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
    }

    #login-screen.login-landing .landing-device-screen-hero strong {
      margin-top: 7px;
      color: #f8fafc;
      font-size: 1.56rem;
      font-weight: 800;
      line-height: 0.96;
    }

    #login-screen.login-landing .landing-device-screen-hero em {
      margin-top: 10px;
      max-width: 220px;
      color: rgba(219, 234, 254, 0.78);
      font-size: 0.69rem;
      font-style: normal;
      line-height: 1.35;
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-hero span,
    body.light-theme #login-screen.login-landing .landing-device-screen-hero span {
      color: #2563eb;
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-hero strong,
    body.light-theme #login-screen.login-landing .landing-device-screen-hero strong {
      color: #0f172a;
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-hero em,
    body.light-theme #login-screen.login-landing .landing-device-screen-hero em {
      color: rgba(51, 65, 85, 0.78);
    }

    #login-screen.login-landing .landing-device-query-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 7px;
      padding: 0 2px;
      transform: translateZ(26px);
    }

    #login-screen.login-landing .landing-device-query-strip span {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 7px;
      border-radius: 999px;
      border: 1px solid rgba(147, 197, 253, 0.15);
      background: rgba(37, 99, 235, 0.14);
      color: #dbeafe;
      font-size: 0.62rem;
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
      animation: landingQueryPulse 6.8s ease-in-out infinite;
    }

    #login-screen.login-landing .landing-device-query-strip span:nth-child(2) {
      animation-delay: -1.4s;
    }

    #login-screen.login-landing .landing-device-query-strip span:nth-child(3) {
      animation-delay: -2.8s;
    }

    body.theme-light #login-screen.login-landing .landing-device-query-strip span,
    body.light-theme #login-screen.login-landing .landing-device-query-strip span {
      border-color: rgba(37, 99, 235, 0.12);
      background: rgba(37, 99, 235, 0.07);
      color: #1e40af;
    }

    @keyframes landingQueryPulse {
      0%, 100% {
        transform: translateY(0);
        opacity: 0.74;
      }
      44% {
        transform: translateY(-2px);
        opacity: 1;
      }
    }

    #login-screen.login-landing .landing-device-demo {
      position: relative;
      z-index: 3;
      display: grid;
      gap: 10px;
      align-self: end;
      margin-top: 22px;
      padding: 0;
      border-radius: 23px;
      border: 0;
      background: transparent;
      color: #e5eefc;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      transform: translateZ(24px);
      pointer-events: none;
      animation: landingDemoSurface 8s ease-in-out infinite;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo,
    body.light-theme #login-screen.login-landing .landing-device-demo {
      border-color: transparent;
      background: transparent;
      color: #0f172a;
      box-shadow: none;
    }

    #login-screen.login-landing .landing-device-demo-bar,
    #login-screen.login-landing .landing-device-demo-search,
    #login-screen.login-landing .landing-device-demo-stats,
    #login-screen.login-landing .landing-device-demo-row {
      position: relative;
      z-index: 1;
    }

    #login-screen.login-landing .landing-device-demo-bar {
      display: flex;
      align-items: center;
      gap: 7px;
      min-height: 20px;
      color: rgba(226, 232, 240, 0.72);
      font-size: 0.68rem;
      line-height: 1;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-bar,
    body.light-theme #login-screen.login-landing .landing-device-demo-bar {
      color: rgba(51, 65, 85, 0.72);
    }

    #login-screen.login-landing .landing-device-demo-bar span {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #22c55e;
      box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.13);
    }

    #login-screen.login-landing .landing-device-demo-bar strong {
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0;
    }

    #login-screen.login-landing .landing-device-demo-search {
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 0 11px;
      border-radius: 13px;
      border: 1px solid rgba(147, 197, 253, 0.16);
      background: rgba(15, 23, 42, 0.58);
      color: #bfdbfe;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-search,
    body.light-theme #login-screen.login-landing .landing-device-demo-search {
      border-color: rgba(37, 99, 235, 0.16);
      background: rgba(248, 250, 252, 0.72);
      color: #1e40af;
    }

    #login-screen.login-landing .landing-device-demo-search span {
      width: 12px;
      height: 12px;
      border-radius: 999px;
      border: 2px solid currentColor;
      opacity: 0.72;
    }

    #login-screen.login-landing .landing-device-demo-search strong {
      font-size: 0.76rem;
      font-weight: 600;
      line-height: 1;
    }

    #login-screen.login-landing .landing-device-demo-stats {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 7px;
    }

    #login-screen.login-landing .landing-device-demo-stats span {
      padding: 8px 9px;
      border-radius: 12px;
      background: rgba(37, 99, 235, 0.16);
      color: #dbeafe;
      font-size: 0.69rem;
      font-weight: 600;
      line-height: 1;
      text-align: center;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-stats span,
    body.light-theme #login-screen.login-landing .landing-device-demo-stats span {
      background: rgba(37, 99, 235, 0.08);
      color: #1e3a8a;
    }

    #login-screen.login-landing .landing-device-demo-list {
      display: grid;
      gap: 7px;
    }

    #login-screen.login-landing .landing-device-demo-row {
      display: grid;
      grid-template-columns: 24px 1fr auto;
      align-items: center;
      gap: 8px;
      min-height: 50px;
      padding: 8px 9px;
      border-radius: 14px;
      border: 1px solid rgba(148, 163, 184, 0.13);
      background: rgba(15, 23, 42, 0.42);
      animation: landingDemoRow 7.2s ease-in-out infinite;
    }

    #login-screen.login-landing .landing-device-demo-row-b {
      animation-delay: -1.4s;
    }

    #login-screen.login-landing .landing-device-demo-row-c {
      animation-delay: -2.8s;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row,
    body.light-theme #login-screen.login-landing .landing-device-demo-row {
      border-color: rgba(37, 99, 235, 0.1);
      background: rgba(255, 255, 255, 0.66);
    }

    #login-screen.login-landing .landing-device-demo-row i {
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 9px;
      background:
        linear-gradient(135deg, rgba(96, 165, 250, 0.82), rgba(34, 197, 94, 0.72));
      box-shadow: 0 8px 20px rgba(37, 99, 235, 0.16);
    }

    #login-screen.login-landing .landing-device-demo-row span,
    #login-screen.login-landing .landing-device-demo-row em {
      display: block;
    }

    #login-screen.login-landing .landing-device-demo-row span {
      color: #f8fafc;
      font-size: 0.7rem;
      font-weight: 600;
      line-height: 1.12;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row span,
    body.light-theme #login-screen.login-landing .landing-device-demo-row span {
      color: #0f172a;
    }

    #login-screen.login-landing .landing-device-demo-row em {
      margin-top: 3px;
      color: rgba(191, 219, 254, 0.72);
      font-size: 0.6rem;
      font-style: normal;
      line-height: 1.1;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row em,
    body.light-theme #login-screen.login-landing .landing-device-demo-row em {
      color: rgba(71, 85, 105, 0.78);
    }

    #login-screen.login-landing .landing-device-demo-row strong {
      color: #86efac;
      font-size: 0.64rem;
      font-weight: 700;
      line-height: 1;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row strong,
    body.light-theme #login-screen.login-landing .landing-device-demo-row strong {
      color: #166534;
    }

    #login-screen.login-landing .landing-stage-device-back {
      position: absolute;
      inset: 14px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      min-height: calc(100% - 28px);
      padding: 34px 22px 24px;
      border-radius: 30px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background:
        linear-gradient(125deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 92px),
        linear-gradient(145deg, #061a38 0%, #123f86 48%, #071427 100%);
      color: #e2e8f0;
      transform: rotateY(180deg) translateZ(3px);
      transform-style: preserve-3d;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      overflow: hidden;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
    }

    #login-screen.login-landing .landing-stage-device-back-aura {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.1) 28% 29%, transparent 29% 100%),
        linear-gradient(34deg, transparent 0 56%, rgba(96, 165, 250, 0.16) 56% 72%, transparent 72% 100%);
      opacity: 0.9;
      transform: translateZ(1px);
    }

    #login-screen.login-landing .landing-stage-device-shell.is-back-facing .landing-stage-device-front {
      opacity: 0;
      visibility: hidden;
    }

    #login-screen.login-landing .landing-stage-device-shell.is-back-facing .landing-stage-device-back {
      opacity: 1;
      visibility: visible;
      backface-visibility: visible;
      -webkit-backface-visibility: visible;
    }

    #login-screen.login-landing .landing-stage-device-back-brand {
      position: relative;
      z-index: 1;
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      text-align: center;
      transform: translateZ(22px);
    }

    #login-screen.login-landing .landing-stage-device-back-logo {
      position: relative;
      z-index: 1;
      display: grid;
      place-items: center;
      width: 92px;
      height: 92px;
      padding: 9px;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 18px 42px rgba(2, 6, 23, 0.28);
    }

    #login-screen.login-landing .landing-stage-device-back-logo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      user-select: none;
    }

    #login-screen.login-landing .landing-stage-device-back-brand strong {
      color: #f8fafc;
      font-size: 1.58rem;
      font-weight: 800;
      line-height: 1;
      text-shadow: 0 8px 24px rgba(2, 6, 23, 0.34);
    }

    #login-screen.login-landing .landing-stage-device-back-brand span {
      color: rgba(226, 232, 240, 0.86);
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 1rem;
      line-height: 1.15;
    }

    #login-screen.login-landing .landing-stage-device-back-card {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 12px;
      width: 100%;
      padding: 14px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      background: rgba(3, 12, 30, 0.42);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 42px rgba(2, 6, 23, 0.18);
      transform: translateZ(18px);
    }

    #login-screen.login-landing .landing-stage-device-back-card span {
      display: block;
      color: rgba(191, 219, 254, 0.82);
      font-size: 0.7rem;
      line-height: 1.2;
    }

    #login-screen.login-landing .landing-stage-device-back-card strong {
      display: block;
      margin-top: 2px;
      color: #f8fafc;
      font-size: 1.04rem;
      font-weight: 700;
      line-height: 1.15;
    }

    #login-screen.login-landing .landing-stage-device-back-contact {
      display: grid;
      gap: 5px;
      padding-top: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.13);
    }

    #login-screen.login-landing .landing-stage-card {
      position: absolute;
      z-index: 5;
      width: min(238px, 24vw);
      max-width: 238px;
      padding: 13px 16px;
      border-radius: 12px;
      background:
        radial-gradient(circle at top left, rgba(96, 165, 250, 0.08), transparent 42%),
        rgba(12, 20, 34, 0.72);
      border: 1px solid rgba(148, 163, 184, 0.16);
      box-shadow:
        0 30px 68px rgba(2, 6, 23, 0.24),
        0 12px 30px rgba(37, 99, 235, 0.06);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      will-change: transform;
      transition: opacity 0.24s ease, visibility 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
    }

    #login-screen.login-landing .landing-stage-card::before {
      display: none;
    }

    #login-screen.login-landing .landing-stage-card::after {
      display: none;
    }

    #login-screen.login-landing .landing-stage-card span {
      display: block;
      margin-bottom: 7px;
      font-size: 0.86rem;
      font-weight: 750;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      color: rgba(219, 234, 254, 0.94);
    }

    #login-screen.login-landing .landing-stage-card strong {
      display: block;
      color: #cbd5e1;
      font-size: 0.92rem;
      font-weight: 400;
      line-height: 1.55;
      letter-spacing: -0.03em;
    }

    body.theme-light #login-screen.login-landing .landing-stage-card,
    body.light-theme #login-screen.login-landing .landing-stage-card,
    body.theme-light #login-screen.login-landing .landing-stage-card-side,
    body.light-theme #login-screen.login-landing .landing-stage-card-side {
      background: rgba(255, 255, 255, 0.76);
      border: 1px solid rgba(255, 255, 255, 0.72);
      box-shadow:
        0 30px 60px rgba(15, 23, 42, 0.12),
        0 12px 28px rgba(37, 99, 235, 0.1);
    }

    body.theme-light #login-screen.login-landing .landing-stage-card span,
    body.light-theme #login-screen.login-landing .landing-stage-card span {
      color: #1e40af;
    }

    body.theme-light #login-screen.login-landing .landing-stage-card strong,
    body.light-theme #login-screen.login-landing .landing-stage-card strong {
      color: #334155;
    }

    #login-screen.login-landing .landing-stage-card-main {
      left: 50%;
      margin-left: -452px;
      bottom: 18px;
      animation: landingInfoCardFloatMain 8.4s ease-in-out infinite;
    }

    #login-screen.login-landing .landing-stage-card-side {
      left: 50%;
      right: auto;
      margin-left: 190px;
      top: 104px;
      animation: landingInfoCardFloatSide 9.2s ease-in-out infinite;
    }

    @keyframes landingInfoCardFloatMain {
      0%, 100% {
        transform: translate3d(0, 0, 30px) rotate(-1.2deg) scale(1);
        box-shadow: 0 28px 62px rgba(2, 6, 23, 0.22), 0 10px 26px rgba(37, 99, 235, 0.06);
      }
      38% {
        transform: translate3d(-4px, -9px, 42px) rotate(0.5deg) scale(1.008);
        box-shadow: 0 32px 70px rgba(2, 6, 23, 0.24), 0 12px 30px rgba(37, 99, 235, 0.07);
      }
      72% {
        transform: translate3d(3px, -4px, 36px) rotate(-0.3deg) scale(1.003);
        box-shadow: 0 30px 66px rgba(2, 6, 23, 0.23), 0 10px 28px rgba(37, 99, 235, 0.065);
      }
    }

    @keyframes landingInfoCardFloatSide {
      0%, 100% {
        transform: translate3d(0, 0, 34px) rotate(1.2deg) scale(1);
        box-shadow: 0 28px 62px rgba(2, 6, 23, 0.22), 0 10px 26px rgba(37, 99, 235, 0.06);
      }
      42% {
        transform: translate3d(5px, -10px, 46px) rotate(-0.45deg) scale(1.008);
        box-shadow: 0 32px 72px rgba(2, 6, 23, 0.24), 0 12px 32px rgba(37, 99, 235, 0.07);
      }
      72% {
        transform: translate3d(-3px, -4px, 39px) rotate(0.35deg) scale(1.003);
        box-shadow: 0 30px 66px rgba(2, 6, 23, 0.23), 0 10px 28px rgba(37, 99, 235, 0.065);
      }
    }

    @media (max-width: 1500px) and (min-width: 981px) {
      #login-screen.login-landing .landing-stage-card-side {
        margin-left: 138px;
      }

      #login-screen.login-landing .landing-stage-card {
        max-width: 220px;
      }
    }

    @keyframes landingDemoSurface {
      0%, 100% {
        transform: translate3d(0, 0, 24px);
      }
      50% {
        transform: translate3d(0, -5px, 34px);
      }
    }

    @keyframes landingDemoRow {
      0%, 100% {
        opacity: 0.74;
        transform: translate3d(0, 0, 0);
      }
      45% {
        opacity: 1;
        transform: translate3d(0, -3px, 0);
      }
    }

    body.landing-login-open {
      overflow: hidden;
    }

    #login-screen.login-landing .landing-login-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: grid;
      place-items: center;
      padding: 18px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.24s ease, visibility 0.24s ease;
    }

    #login-screen.login-landing .landing-login-modal.open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    #login-screen.login-landing .landing-login-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(8, 12, 20, 0.58);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    /* Login modal */
    #login-screen.login-landing .landing-login-dialog {
      position: relative;
      width: min(100%, 430px);
      padding: 0;
      border-radius: 26px;
      overflow: hidden;
      background:
        radial-gradient(circle at 16% 0%, rgba(37, 99, 235, 0.1), transparent 34%),
        radial-gradient(circle at 86% 14%, rgba(34, 197, 94, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.97));
      color-scheme: light;
      border: 1px solid rgba(148, 163, 184, 0.2);
      box-shadow:
        0 30px 80px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.66);
      transform: translateY(20px) scale(0.98);
      transition: transform 0.24s ease;
      color: #0f172a;
    }

    #login-screen.login-landing .landing-login-dialog::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 142px;
      background:
        linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.5) 42% 43%, transparent 43% 100%),
        linear-gradient(180deg, rgba(219, 234, 254, 0.54), rgba(255, 255, 255, 0));
      pointer-events: none;
    }

    #login-screen.login-landing .landing-auth-card > * {
      position: relative;
      z-index: 1;
    }

    #login-screen.login-landing .landing-login-modal.open .landing-login-dialog {
      transform: translateY(0) scale(1);
    }

    #login-screen.login-landing .landing-login-close {
      position: absolute;
      top: 14px;
      right: 14px;
      z-index: 3;
      width: 34px;
      height: 34px;
      border-radius: 12px;
      border: 1px solid rgba(148, 163, 184, 0.18);
      background: rgba(255, 255, 255, 0.72);
      color: #475569;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.15s, color 0.15s, transform 0.15s, border-color 0.15s;
    }

    #login-screen.login-landing .landing-login-close svg {
      width: 18px;
      height: 18px;
    }

    #login-screen.login-landing .landing-login-close:hover {
      background: #ffffff;
      border-color: rgba(37, 99, 235, 0.18);
      color: #0f172a;
      transform: translateY(-1px);
    }

    #login-screen.login-landing .landing-auth-header {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 30px 28px 0;
    }

    #login-screen.login-landing .landing-auth-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: transparent;
      border: 0;
      box-shadow: none;
      overflow: visible;
      flex: 0 0 auto;
    }

    #login-screen.login-landing .landing-auth-mark img {
      width: 42px;
      height: 42px;
      border-radius: 12px;
      display: block;
      filter: drop-shadow(0 12px 22px rgba(37, 99, 235, 0.12));
      object-fit: contain;
    }

    #login-screen.login-landing .landing-auth-eyebrow {
      display: block;
      margin-bottom: 3px;
      color: #2563eb;
      font-size: 0.72rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    #login-screen.login-landing .landing-auth-card .login-title {
      margin: 0;
      color: #0f172a;
      font-size: 1.38rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1.12;
    }

    #login-screen.login-landing .landing-auth-card .landing-auth-points li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.875rem;
      color: #334155;
      line-height: 1.42;
    }

    #login-screen.login-landing .landing-auth-card .login-subtitle {
      margin: 14px 28px 0;
      color: #475569;
      font-size: 0.9rem;
      line-height: 1.55;
    }

    #login-screen.login-landing .landing-auth-card .form-group label {
      color: #334155;
      font-size: 0.82rem;
      font-weight: 760;
      line-height: 1.2;
    }

    #login-screen.login-landing .landing-auth-points {
      list-style: none;
      padding: 0;
      margin: 18px 28px 22px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    #login-screen.login-landing .landing-auth-point-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border-radius: 8px;
      background: rgba(37, 99, 235, 0.08);
      color: #2563eb;
      flex: 0 0 auto;
    }

    #login-screen.login-landing .landing-auth-point-icon svg {
      width: 15px;
      height: 15px;
    }

    #login-screen.login-landing .landing-auth-card .login-form {
      padding: 0 28px;
      gap: 15px;
    }

    #login-screen.login-landing .landing-auth-card .form-group {
      gap: 8px;
    }

    #login-screen.login-landing .landing-auth-input-wrap {
      position: relative;
      display: block;
    }

    #login-screen.login-landing .landing-auth-input-icon {
      position: absolute;
      left: 14px;
      top: 50%;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: #64748b;
      transform: translateY(-50%);
      pointer-events: none;
      transition: color 0.15s ease;
    }

    #login-screen.login-landing .landing-auth-input-icon svg {
      width: 20px;
      height: 20px;
    }

    #login-screen.login-landing .landing-auth-input-wrap:focus-within .landing-auth-input-icon {
      color: #2563eb;
    }

    #login-screen.login-landing .landing-remember-row {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      margin: 0;
    }

    #login-screen.login-landing .landing-remember-row input {
      position: relative;
      width: 18px;
      height: 18px;
      appearance: none;
      -webkit-appearance: none;
      border: 1.5px solid rgba(37, 99, 235, 0.28);
      border-radius: 6px;
      background: #eff6ff;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
      cursor: pointer;
      flex: 0 0 auto;
      transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    }

    #login-screen.login-landing .landing-remember-row input:checked {
      background: #2563eb;
      border-color: #2563eb;
      box-shadow: 0 8px 16px rgba(37, 99, 235, 0.22);
    }

    #login-screen.login-landing .landing-remember-row input:checked::after {
      content: "";
      position: absolute;
      left: 5px;
      top: 2px;
      width: 4px;
      height: 9px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    #login-screen.login-landing .landing-remember-row label {
      margin: 0;
      font-size: 0.875rem;
      color: #475569;
      cursor: pointer;
      user-select: none;
      font-weight: 500;
    }

    #login-screen.login-landing .landing-auth-options {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin: 0 0 2px;
    }

    #login-screen.login-landing .landing-login-forgot {
      color: #2563eb;
      font-size: 0.82rem;
      font-weight: 650;
      line-height: 1.3;
      text-decoration: none;
      white-space: nowrap;
      transition: color 0.15s ease, opacity 0.15s ease;
    }

    #login-screen.login-landing .landing-login-forgot:hover {
      color: #1d4ed8;
    }

    #login-screen.login-landing .landing-login-dialog .login-input,
    #login-screen.login-landing .login-input {
      width: 100%;
      min-height: 50px;
      padding: 0 14px 0 44px;
      border: 1px solid rgba(148, 163, 184, 0.24);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.82);
      color: #0f172a;
      box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.035);
      font-size: 0.95rem;
      transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
    }

    #login-screen.login-landing .landing-login-dialog .login-input:focus,
    #login-screen.login-landing .login-input:focus {
      border-color: rgba(37, 99, 235, 0.62);
      box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), inset 0 1px 2px rgba(15, 23, 42, 0.035);
      background: #ffffff;
      outline: none;
    }

    #login-screen.login-landing .login-input::placeholder {
      color: #94a3b8;
    }

    #login-screen.login-landing .landing-login-dialog .login-btn,
    #login-screen.login-landing .login-btn {
      width: 100%;
      min-height: 52px;
      border: none;
      border-radius: 14px;
      background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
      color: #ffffff;
      font-size: 0.95rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
      cursor: pointer;
      transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    }

    #login-screen.login-landing .landing-login-dialog .login-btn:hover,
    #login-screen.login-landing .login-btn:hover {
      box-shadow: 0 18px 34px rgba(37, 99, 235, 0.3);
      filter: saturate(1.05);
      transform: translateY(-1px);
    }

    #login-screen.login-landing .landing-auth-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin: 20px 28px 26px;
      padding-top: 16px;
      border-top: 1px solid rgba(148, 163, 184, 0.16);
    }

    #login-screen.login-landing .landing-auth-help {
      color: #64748b;
      font-size: 0.84rem;
      line-height: 1.35;
    }

    #login-screen.login-landing .landing-auth-footer .landing-whatsapp-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      min-height: 36px;
      padding: 0 14px;
      border-radius: 12px;
      background: linear-gradient(135deg, #22c55e, #16a34a);
      color: #ffffff;
      font-size: 0.84rem;
      font-weight: 760;
      line-height: 1;
      text-decoration: none;
      box-shadow: 0 10px 22px rgba(22, 163, 74, 0.18);
      white-space: nowrap;
      transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    }

    #login-screen.login-landing .landing-auth-footer .landing-whatsapp-link:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 26px rgba(22, 163, 74, 0.24);
      filter: saturate(1.04);
    }

    #login-screen.login-landing .landing-auth-footer .landing-whatsapp-link img {
      width: 16px;
      height: 16px;
      filter: brightness(0) invert(1);
    }

    #login-screen.login-landing .login-error {
      margin: 0;
      padding: 10px 12px;
      border-radius: 12px;
      background: rgba(239, 68, 68, 0.08);
      color: #dc2626;
      font-size: 0.86rem;
      line-height: 1.35;
      text-align: left;
    }

    #login-screen.login-landing .landing-proof,
    #login-screen.login-landing .landing-faq,
    #login-screen.login-landing .landing-footer {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(17, 24, 39, 0.06);
      background: rgba(255, 251, 246, 0.78);
      box-shadow: 0 20px 48px rgba(17, 24, 39, 0.07);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    #login-screen.login-landing .landing-ops {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 22px;
      margin: 0 0 58px;
      padding: clamp(14px, 2vw, 22px) 0;
      isolation: isolate;
      overflow: visible;
    }

    #login-screen.login-landing .landing-ops::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: -1;
      width: min(780px, 88vw);
      height: 180px;
      border-radius: 999px;
      background:
        radial-gradient(ellipse at center, rgba(59, 130, 246, 0.13), transparent 66%);
      transform: translate(-50%, -45%);
      pointer-events: none;
    }

    #login-screen.login-landing .landing-ops::after {
      display: none;
    }

    #login-screen.login-landing .landing-ops-copy,
    #login-screen.login-landing .landing-ops-list {
      position: relative;
      z-index: 1;
    }

    #login-screen.login-landing .landing-ops-copy {
      max-width: 680px;
      text-align: center;
    }

    #login-screen.login-landing .landing-ops .landing-section-title {
      margin-top: 0;
      color: #f8fafc;
      text-shadow: 0 16px 34px rgba(2, 6, 23, 0.28);
    }

    #login-screen.login-landing .landing-ops .landing-section-desc {
      margin-top: 8px;
      color: rgba(203, 213, 225, 0.78);
      font-size: 0.94rem;
      line-height: 1.55;
    }

    #login-screen.login-landing .landing-section-label {
      color: #3b5ccc;
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    #login-screen.login-landing .landing-section-title {
      margin: 10px 0 0;
      color: #101826;
      letter-spacing: -0.05em;
      line-height: 1.02;
    }

    #login-screen.login-landing .landing-section-desc {
      margin: 24px 0 0;
      color: #5a6878;
      line-height: 1.8;
    }

    #login-screen.login-landing .landing-ops-list {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
      gap: 16px;
      width: 100%;
      margin-top: 2px;
      padding: 22px clamp(14px, 1.8vw, 22px) 20px;
      position: relative;
      border: 1px solid rgba(148, 163, 184, 0.12);
      border-radius: 24px;
      background:
        linear-gradient(115deg, rgba(15, 23, 42, 0.26), rgba(8, 17, 31, 0.08) 48%, rgba(20, 184, 166, 0.08));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    }

    #login-screen.login-landing .landing-ops-list::before {
      display: none;
    }

    #login-screen.login-landing .landing-ops-step {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      justify-items: start;
      align-items: start;
      gap: 13px;
      min-height: auto;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      transition: transform 0.28s ease;
    }

    #login-screen.login-landing .landing-flow-link {
      position: relative;
      z-index: 2;
      align-self: center;
      justify-self: center;
      width: 30px;
      height: 30px;
      border-radius: 999px;
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    #login-screen.login-landing .landing-flow-link::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 5px;
      height: 5px;
      border-top: 1.5px solid rgba(125, 211, 252, 0.9);
      border-right: 1.5px solid rgba(52, 211, 153, 0.9);
      transform: translateY(-50%) rotate(45deg);
    }

    #login-screen.login-landing .landing-flow-link::after {
      content: "";
      position: absolute;
      left: 4px;
      right: 9px;
      top: 50%;
      height: 1px;
      transform: translateY(-50%);
      background: linear-gradient(90deg, rgba(96, 165, 250, 0.04), rgba(52, 211, 153, 0.42));
      pointer-events: none;
    }

    #login-screen.login-landing .landing-ops-step::before {
      display: none;
    }

    #login-screen.login-landing .landing-step-badge {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      align-self: center;
      justify-self: start;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      border: 1px solid rgba(147, 197, 253, 0.24);
      background:
        linear-gradient(180deg, rgba(96, 165, 250, 0.2), rgba(59, 130, 246, 0.1));
      color: #bfdbfe;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 22px rgba(37, 99, 235, 0.14);
    }

    #login-screen.login-landing .landing-step-badge img {
      width: 18px;
      height: 18px;
      object-fit: contain;
      opacity: 0.9;
      filter: brightness(0) invert(1);
    }

    #login-screen.login-landing .landing-ops-step strong {
      display: block;
      margin-bottom: 7px;
      color: #f8fafc;
      font-size: 1rem;
      letter-spacing: -0.03em;
      line-height: 1.18;
      text-align: left;
    }

    #login-screen.login-landing .landing-ops-step p {
      margin: 0;
      color: rgba(203, 213, 225, 0.78);
      font-size: 0.92rem;
      line-height: 1.55;
      text-align: left;
    }

    #login-screen.login-landing .landing-ops-step > div {
      position: relative;
      z-index: 1;
      min-width: 0;
      max-width: 300px;
    }

    #login-screen.login-landing .landing-card-section {
      display: grid;
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 16px;
      margin: 0 0 48px;
      padding: clamp(14px, 2vw, 22px);
      border-radius: 24px;
    }

    #login-screen.login-landing .landing-card-section-copy {
      width: 100%;
      max-width: 980px;
      text-align: center;
    }

    #login-screen.login-landing .landing-card-section-copy .landing-section-title,
    #login-screen.login-landing .landing-card-section-copy .landing-section-desc {
      white-space: nowrap;
    }

    #login-screen.login-landing .landing-proof {
      margin: 0 0 80px;
    }

    #login-screen.login-landing .landing-reason-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      width: 100%;
      margin: 0;
      border: 1px solid rgba(148, 163, 184, 0.12);
      border-radius: 22px;
      background:
        linear-gradient(115deg, rgba(15, 23, 42, 0.22), rgba(8, 17, 31, 0.08) 48%, rgba(20, 184, 166, 0.08));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
      overflow: hidden;
    }

    #login-screen.login-landing .landing-reason-card {
      display: grid;
      grid-template-columns: 1fr;
      align-content: start;
      justify-items: start;
      gap: 13px;
      min-height: 100%;
      padding: 22px 20px;
      border-radius: 0;
      border: 0;
      border-right: 1px solid rgba(148, 163, 184, 0.1);
      background: transparent;
      box-shadow: none;
      transition: none;
    }

    #login-screen.login-landing .landing-reason-card:last-child {
      border-right: 0;
    }

    #login-screen.login-landing .landing-reason-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      color: #2563eb;
      background:
        linear-gradient(180deg, rgba(59, 130, 246, 0.12), rgba(20, 184, 166, 0.08));
      border: 1px solid rgba(59, 130, 246, 0.14);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    }

    #login-screen.login-landing .landing-reason-card:nth-child(2) .landing-reason-icon,
    #login-screen.login-landing .landing-faq .landing-reason-card:nth-child(4) .landing-reason-icon {
      color: #0f766e;
      background: linear-gradient(180deg, rgba(20, 184, 166, 0.13), rgba(59, 130, 246, 0.06));
      border-color: rgba(20, 184, 166, 0.16);
    }

    #login-screen.login-landing .landing-reason-card:nth-child(3) .landing-reason-icon {
      color: #16a34a;
      background: linear-gradient(180deg, rgba(34, 197, 94, 0.13), rgba(59, 130, 246, 0.06));
      border-color: rgba(34, 197, 94, 0.16);
    }

    #login-screen.login-landing .landing-reason-icon svg {
      width: 20px;
      height: 20px;
    }

    #login-screen.login-landing .landing-reason-card p {
      margin: 0;
      color: #111827;
      font-size: 0.96rem;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: -0.02em;
      text-align: left;
    }

    #login-screen.login-landing .landing-reason-list-tight .landing-reason-card p {
      font-size: 0.98rem;
    }

    #login-screen.login-landing .landing-proof-card {
      display: grid;
      gap: 10px;
      padding: 18px;
      border-radius: 22px;
      background:
        radial-gradient(circle at right top, rgba(58, 106, 255, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 250, 252, 0.94) 100%);
      color: #111827;
      border: 1px solid rgba(17, 24, 39, 0.06);
      box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    #login-screen.login-landing .landing-proof-card-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(37, 99, 235, 0.07);
      border: 1px solid rgba(37, 99, 235, 0.1);
    }

    #login-screen.login-landing .landing-proof-card-label img {
      width: 14px;
      height: 14px;
      object-fit: contain;
      opacity: 0.85;
    }

    #login-screen.login-landing .landing-proof-card-label > span {
      color: #355eff;
      font-size: 0.76rem;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    #login-screen.login-landing .landing-proof-card strong {
      font-size: 1.02rem;
      line-height: 1.6;
      letter-spacing: -0.03em;
      color: #111827;
    }

    #login-screen.login-landing .landing-faq {
      margin: 0 0 80px;
      padding: 26px 28px;
      border-radius: 30px;
      background: rgba(255, 252, 247, 0.84);
    }

    #login-screen.login-landing .landing-faq-item {
      background: rgba(255, 255, 255, 0.84);
      border: 1px solid rgba(17, 24, 39, 0.07);
      border-radius: 18px;
      box-shadow: 0 12px 30px rgba(17, 24, 39, 0.04);
      transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    #login-screen.login-landing .landing-faq-item summary {
      color: #111827;
      font-weight: 700;
    }

    #login-screen.login-landing .landing-faq-item summary::after {
      color: #355eff;
    }

    #login-screen.login-landing .landing-faq-item p {
      color: #5d6c7c;
    }

    #login-screen.login-landing .landing-faq-item[open] {
      background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.07), transparent 34%),
        linear-gradient(180deg, rgba(239, 246, 255, 0.95) 0%, rgba(255, 255, 255, 0.96) 100%);
      border-color: rgba(59, 130, 246, 0.16);
      box-shadow: 0 14px 34px rgba(37, 99, 235, 0.08);
    }

    @media (hover: hover) {
      #login-screen.login-landing .landing-ops-step:hover {
        transform: none;
      }

      #login-screen.login-landing .landing-proof-card:hover,
      #login-screen.login-landing .landing-reason-card:hover {
        border-color: rgba(148, 163, 184, 0.1);
        background: transparent;
        box-shadow: none;
      }

      #login-screen.login-landing .landing-faq-item:hover {
        border-color: rgba(59, 130, 246, 0.12);
      }
    }

    #login-screen.login-landing .landing-footer {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 16px 20px;
      border-radius: 18px;
      background:
        radial-gradient(circle at top left, rgba(58, 106, 255, 0.09), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 252, 0.97) 100%);
      border-color: rgba(37, 99, 235, 0.1);
      box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
    }

    #login-screen.login-landing .landing-footer-main {
      display: grid;
      grid-template-columns: minmax(220px, 1.2fr) minmax(150px, 0.58fr) minmax(240px, 0.82fr);
      align-items: start;
      gap: clamp(28px, 5vw, 72px);
    }

    #login-screen.login-landing .landing-footer-brand {
      align-self: center;
    }

    #login-screen.login-landing .landing-footer-classic .landing-footer-nav {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }

    #login-screen.login-landing .landing-footer-classic .landing-footer-nav a {
      color: #64748b;
      text-decoration: none;
      font-size: 0.88rem;
      line-height: 1.6;
      transition: color 0.2s;
    }

    #login-screen.login-landing .landing-footer-classic .landing-footer-nav a:hover {
      color: #111827;
    }

    #login-screen.login-landing .landing-footer-contact-simple {
      display: flex;
      align-items: center;
      gap: 10px;
      width: max-content;
      max-width: 100%;
      color: #64748b;
      text-decoration: none;
      font-size: 0.88rem;
      line-height: 1.45;
      font-weight: 500;
      transition: color 0.2s;
    }

    #login-screen.login-landing .landing-footer-contact-simple:hover {
      color: #111827;
    }

    #login-screen.login-landing .landing-footer-contact-simple svg {
      flex-shrink: 0;
      color: #2563eb;
    }

    #login-screen.login-landing .landing-footer-contact-simple-list {
      display: grid;
      grid-template-columns: 1fr;
      justify-items: start;
      gap: 9px;
    }

    #login-screen.login-landing .landing-footer-contact-apply {
      margin-top: 0;
    }

    #login-screen.login-landing .landing-footer-contact-apply:hover {
      color: #111827;
    }

    #login-screen.login-landing .landing-footer-contact-apply svg {
      color: #2563eb;
      transform: translateY(1px);
    }

    #login-screen.login-landing .landing-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding-top: 10px;
      border-top: 1px solid rgba(17, 24, 39, 0.08);
    }

    #login-screen.login-landing .landing-footer-brand-row {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
    }

    #login-screen.login-landing .landing-footer-logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 10px;
      background: #ffffff;
      border: 1px solid rgba(37, 99, 235, 0.12);
      box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
      overflow: hidden;
    }

    #login-screen.login-landing .landing-footer-logo img {
      width: 22px;
      height: 22px;
      object-fit: contain;
    }

    #login-screen.login-landing .landing-footer-group {
      min-width: 0;
    }

    #login-screen.login-landing .landing-footer-brand strong,
    #login-screen.login-landing .landing-footer-title {
      color: #111827;
    }

    #login-screen.login-landing .landing-footer-brand strong {
      font-size: 1.15rem;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    #login-screen.login-landing .landing-footer-brand p,
    #login-screen.login-landing .landing-footer-links a,
    #login-screen.login-landing .landing-footer-apply p,
      #login-screen.login-landing .landing-footer-meta {
      color: #64748b;
      line-height: 1.45;
    }

    #login-screen.login-landing .landing-footer-brand p {
      max-width: 38ch;
    }

    #login-screen.login-landing .landing-footer-title {
      display: block;
      margin-bottom: 12px;
      font-size: 0.85rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    #login-screen.login-landing .landing-footer-links {
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px 16px;
    }

    #login-screen.login-landing .landing-footer-links a {
      font-size: 0.88rem;
      line-height: 1.35;
    }

    #login-screen.login-landing .landing-footer-links a:hover {
      color: #111827;
      transform: translateX(2px);
    }

    #login-screen.login-landing .landing-footer-contact-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    #login-screen.login-landing .landing-footer-contact-simple-list {
      grid-template-columns: 1fr;
      gap: 9px;
    }

    #login-screen.login-landing .landing-footer-contact {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      padding: 6px 9px;
      border-radius: 12px;
      border: 1px solid rgba(37, 99, 235, 0.11);
      background: rgba(255, 255, 255, 0.46);
      color: #111827;
      text-decoration: none;
      box-shadow: none;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    #login-screen.login-landing .landing-footer-contact:hover {
      transform: translateY(-2px);
      border-color: rgba(37, 99, 235, 0.22);
      background: rgba(255, 255, 255, 0.82);
    }

    #login-screen.login-landing .landing-footer-contact-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 27px;
      height: 27px;
      border-radius: 10px;
      color: #2563eb;
      background: rgba(37, 99, 235, 0.1);
      border: 1px solid rgba(37, 99, 235, 0.12);
    }

    #login-screen.login-landing .landing-footer-contact-icon img,
    #login-screen.login-landing .landing-footer-contact-icon svg {
      width: 15px;
      height: 15px;
      object-fit: contain;
    }

    #login-screen.login-landing .landing-footer-contact-icon img {
      filter: brightness(0) saturate(100%) invert(35%) sepia(79%) saturate(1825%) hue-rotate(214deg) brightness(97%) contrast(94%);
    }

    #login-screen.login-landing .landing-footer-contact small {
      display: block;
      margin-bottom: 1px;
      color: #64748b;
      font-size: 0.68rem;
      line-height: 1.2;
    }

    #login-screen.login-landing .landing-footer-contact strong {
      display: block;
      color: #111827;
      font-size: 0.84rem;
      font-weight: 650;
      line-height: 1.25;
      overflow-wrap: anywhere;
    }

    #login-screen.login-landing .landing-footer-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: 100%;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 12px;
      color: #1d4ed8;
      background: rgba(37, 99, 235, 0.08);
      border: 1px solid rgba(37, 99, 235, 0.14);
      text-decoration: none;
      font-size: 0.84rem;
      font-weight: 720;
      box-shadow: none;
      transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    }

    #login-screen.login-landing .landing-footer-apply {
      align-self: center;
    }

    #login-screen.login-landing .landing-footer-cta:hover {
      transform: translateY(-2px);
      background: rgba(37, 99, 235, 0.12);
      border-color: rgba(37, 99, 235, 0.22);
    }

    #login-screen.login-landing .landing-footer-cta img {
      width: 14px;
      height: 14px;
      filter: brightness(0) saturate(100%) invert(35%) sepia(79%) saturate(1825%) hue-rotate(214deg) brightness(97%) contrast(94%);
    }

    #login-screen.login-landing .landing-footer-apply p {
      display: none;
    }

    #login-screen.login-landing .landing-footer-meta {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 8px 14px;
      font-size: 0.8rem;
      text-align: right;
    }

    @media (min-width: 1041px) {
      #login-screen.login-landing .landing-ops {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 22px;
      }

      #login-screen.login-landing .landing-ops-copy {
        max-width: 680px;
        text-align: center;
      }

      #login-screen.login-landing .landing-ops-list {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
        gap: 16px;
        margin-top: 2px;
      }

      #login-screen.login-landing .landing-ops-step {
        grid-template-columns: 42px minmax(0, 1fr);
        justify-items: start;
        align-items: start;
        gap: 13px;
        min-height: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
      }

      #login-screen.login-landing .landing-ops-step:not(:last-child)::after {
        display: none;
      }

      #login-screen.login-landing .landing-ops-step:first-child {
        padding-top: 0;
      }

      #login-screen.login-landing .landing-ops-step > div,
      #login-screen.login-landing .landing-ops-step strong,
      #login-screen.login-landing .landing-ops-step p {
        text-align: left;
      }

      #login-screen.login-landing .landing-card-section {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 32px;
      }

      #login-screen.login-landing .landing-card-section.landing-outcomes {
        justify-items: stretch;
      }

      #login-screen.login-landing .landing-reason-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing {
      --landing-device-shell: #040812;
      --landing-device-shell-top: #070c15;
      --landing-device-shell-edge: rgba(255, 255, 255, 0.04);
      --landing-device-shell-shadow: rgba(2, 6, 23, 0.42);
      background:
        radial-gradient(circle at 12% 6%, rgba(59, 130, 246, 0.08), transparent 30%),
        radial-gradient(circle at 86% 14%, rgba(16, 185, 129, 0.06), transparent 28%),
        radial-gradient(circle at 50% 72%, rgba(30, 64, 175, 0.06), transparent 38%),
        linear-gradient(180deg, #0b1121 0%, #0d1526 100%);
      color: #e6eef8;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing::after {
      background:
        radial-gradient(ellipse at 76% 18%, rgba(34, 197, 94, 0.1), transparent 34%),
        radial-gradient(ellipse at 18% 22%, rgba(59, 130, 246, 0.12), transparent 36%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.26), rgba(2, 6, 23, 0.08) 42%, rgba(2, 6, 23, 0.2));
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing::before {
      background:
        linear-gradient(115deg, transparent 0%, rgba(96, 165, 250, 0.055) 38%, transparent 64%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
      background-size: 100% 100%, 118px 118px, 118px 118px;
      opacity: 0.48;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-topbar {
      border-color: transparent;
      background: rgba(8, 17, 31, 0.7);
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-brand-title,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-topbar-link {
      color: #e5eef8;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-topbar-link {
      opacity: 0.74;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-topbar-link:hover {
      color: #ffffff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-theme-toggle {
      border-color: rgba(148, 163, 184, 0.14);
      background: rgba(255, 255, 255, 0.06);
      color: #dbe7f5;
      box-shadow: 0 14px 32px rgba(2, 6, 23, 0.22);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-theme-toggle:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(96, 165, 250, 0.2);
      box-shadow: 0 18px 36px rgba(37, 99, 235, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-secondary-cta {
      border-color: rgba(148, 163, 184, 0.16);
      background: rgba(255, 255, 255, 0.06);
      color: #eef4fb;
      box-shadow: 0 14px 30px rgba(2, 6, 23, 0.16);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-secondary-cta.landing-wa-link {
      border-color: rgba(74, 222, 128, 0.24);
      background: linear-gradient(135deg, #20c978, #128c5c);
      color: #ffffff;
      box-shadow: 0 14px 30px rgba(18, 140, 92, 0.22);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-micro-copy-v2 {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(148, 163, 184, 0.14);
      color: #d9e5f4;
      box-shadow: 0 10px 28px rgba(2, 6, 23, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-title-xl-v2,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-section-title,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-ops-step strong,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-proof-card strong,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-reason-card p,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq-item summary,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-brand strong,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-title {
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-title-xl-v2 {
      text-shadow: 0 18px 46px rgba(2, 6, 23, 0.34);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-title-intro {
      color: rgba(248, 250, 252, 0.88);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-title-stock {
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-title-screen {
      background: linear-gradient(90deg, #bfdbfe 0%, #7dd3fc 46%, #86efac 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-lead-v2,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-ad-note,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-section-desc,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-ops-step p,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq-item p,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-brand p,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-links a,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-meta,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-trust-list li {
      color: #aebfd1;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-trust-icon {
      background: linear-gradient(180deg, rgba(96, 165, 250, 0.14), rgba(59, 130, 246, 0.09));
      border-color: rgba(148, 163, 184, 0.16);
      color: #a9c8ff;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 14px 24px rgba(2, 6, 23, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-trust-list li:nth-child(2) .landing-trust-icon {
      background: linear-gradient(180deg, rgba(45, 212, 191, 0.14), rgba(20, 184, 166, 0.08));
      border-color: rgba(45, 212, 191, 0.16);
      color: #7dd3fc;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-trust-list li:nth-child(3) .landing-trust-icon {
      background: linear-gradient(180deg, rgba(74, 222, 128, 0.14), rgba(34, 197, 94, 0.08));
      border-color: rgba(74, 222, 128, 0.16);
      color: #86efac;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-trust-list li:nth-child(4) .landing-trust-icon {
      background: linear-gradient(180deg, rgba(56, 189, 248, 0.14), rgba(14, 165, 233, 0.08));
      border-color: rgba(56, 189, 248, 0.16);
      color: #7dd3fc;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-surface {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-surface::before {
      display: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-device-shell {
      box-shadow:
        0 34px 90px var(--landing-device-shell-shadow),
        inset 0 1px 0 var(--landing-device-shell-edge),
        0 0 0 1px rgba(255, 255, 255, 0.04);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-device-image {
      border-color: rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
      filter: blur(1.7px) saturate(0.8);
      opacity: 0.66;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-card,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-card-side {
      background: rgba(15, 23, 42, 0.68);
      border-color: rgba(148, 163, 184, 0.16);
      box-shadow:
        0 32px 70px rgba(2, 6, 23, 0.36),
        0 14px 34px rgba(37, 99, 235, 0.1);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-card strong {
      color: #cbd5e1;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-backdrop {
      background: rgba(2, 6, 23, 0.76);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-dialog {
      background:
        radial-gradient(circle at 16% 0%, rgba(59, 130, 246, 0.16), transparent 34%),
        radial-gradient(circle at 86% 14%, rgba(34, 197, 94, 0.11), transparent 30%),
        linear-gradient(180deg, rgba(16, 28, 48, 0.98), rgba(10, 20, 35, 0.98));
      color-scheme: dark;
      border-color: rgba(148, 163, 184, 0.18);
      box-shadow:
        0 34px 84px rgba(2, 6, 23, 0.44),
        0 0 0 1px rgba(255, 255, 255, 0.03);
      color: #e5eef8;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-dialog::before {
      background:
        linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.06) 42% 43%, transparent 43% 100%),
        linear-gradient(180deg, rgba(37, 99, 235, 0.12), rgba(15, 23, 42, 0));
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-close {
      border-color: rgba(148, 163, 184, 0.16);
      background: rgba(255, 255, 255, 0.07);
      color: #b8c7d8;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-close:hover {
      background: rgba(255, 255, 255, 0.1);
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-mark {
      background: transparent;
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-mark img {
      filter: drop-shadow(0 14px 24px rgba(2, 6, 23, 0.28));
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-eyebrow {
      color: #93c5fd;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-card .login-title {
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-card .form-group label {
      color: #dbeafe;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-card .landing-auth-points li,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-card .login-subtitle,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-help {
      color: #9fb0c4;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-point-icon {
      background: rgba(59, 130, 246, 0.14);
      color: #93c5fd;
      border-color: rgba(96, 165, 250, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-remember-row label {
      color: #aebfd1;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-remember-row input {
      border-color: rgba(96, 165, 250, 0.28);
      background: rgba(255, 255, 255, 0.06);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-remember-row input:checked {
      background: #3b82f6;
      border-color: #60a5fa;
      box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-forgot {
      color: #93c5fd;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-forgot:hover {
      color: #bfdbfe;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-input-icon {
      color: #8ea1b6;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-input-wrap:focus-within .landing-auth-input-icon {
      color: #93c5fd;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-dialog .login-input,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .login-input {
      border-color: rgba(148, 163, 184, 0.18);
      background: rgba(255, 255, 255, 0.06);
      color: #f8fbff;
      box-shadow: inset 0 1px 2px rgba(2, 6, 23, 0.4);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-login-dialog .login-input:focus,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .login-input:focus {
      border-color: rgba(96, 165, 250, 0.62);
      background: rgba(255, 255, 255, 0.09);
      box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.18), inset 0 1px 2px rgba(2, 6, 23, 0.4);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .login-input::placeholder {
      color: #91a4b8;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-auth-footer {
      border-top-color: rgba(148, 163, 184, 0.12);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .login-error {
      background: rgba(248, 113, 113, 0.1);
      color: #fecaca;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-proof,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer {
      border-color: rgba(148, 163, 184, 0.14);
      background: rgba(8, 17, 31, 0.72);
      box-shadow: 0 24px 64px rgba(2, 6, 23, 0.28);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-ops {
      background: transparent;
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-section-label {
      color: #93b6ff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-ops-step {
      border-color: rgba(148, 163, 184, 0.13);
      background:
        linear-gradient(145deg, rgba(15, 23, 42, 0.72), rgba(8, 17, 31, 0.54));
      box-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-ops-step::after {
      border-color: rgba(147, 197, 253, 0.3);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-step-badge {
      border-color: rgba(148, 163, 184, 0.14);
      background: linear-gradient(180deg, rgba(96, 165, 250, 0.2), rgba(59, 130, 246, 0.13));
      color: #b8d2ff;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 24px rgba(2, 6, 23, 0.2);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-proof-card {
      background:
        radial-gradient(circle at right top, rgba(58, 106, 255, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(12, 21, 36, 0.96) 0%, rgba(10, 18, 31, 0.96) 100%);
      border-color: rgba(148, 163, 184, 0.12);
      box-shadow: 0 18px 42px rgba(2, 6, 23, 0.24);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-reason-card {
      background: transparent;
      border-color: rgba(148, 163, 184, 0.1);
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-reason-icon {
      color: #93c5fd;
      background: linear-gradient(180deg, rgba(96, 165, 250, 0.16), rgba(20, 184, 166, 0.08));
      border-color: rgba(147, 197, 253, 0.16);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 22px rgba(2, 6, 23, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-reason-card:nth-child(2) .landing-reason-icon,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq .landing-reason-card:nth-child(4) .landing-reason-icon {
      color: #5eead4;
      background: linear-gradient(180deg, rgba(45, 212, 191, 0.16), rgba(59, 130, 246, 0.08));
      border-color: rgba(45, 212, 191, 0.16);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-reason-card:nth-child(3) .landing-reason-icon {
      color: #86efac;
      background: linear-gradient(180deg, rgba(74, 222, 128, 0.16), rgba(59, 130, 246, 0.08));
      border-color: rgba(74, 222, 128, 0.16);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-proof-card-label {
      background: rgba(59, 130, 246, 0.12);
      border-color: rgba(96, 165, 250, 0.16);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-proof-card-label > span,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq-item summary::after {
      color: #93b6ff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq {
      background: rgba(8, 17, 31, 0.78);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq-item {
      background: rgba(255, 255, 255, 0.04);
      border-color: rgba(148, 163, 184, 0.12);
      box-shadow: 0 16px 36px rgba(2, 6, 23, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-faq-item[open] {
      background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(12, 24, 43, 0.96) 0%, rgba(10, 18, 31, 0.98) 100%);
      border-color: rgba(96, 165, 250, 0.18);
      box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer {
      background: transparent;
      border-color: rgba(255, 255, 255, 0.05);
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-brand strong,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-title {
      color: #e2e8f0;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact {
      color: #f8fafc;
      background: rgba(15, 23, 42, 0.42);
      border-color: rgba(148, 163, 184, 0.14);
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact:hover {
      background: rgba(20, 32, 52, 0.72);
      border-color: rgba(96, 165, 250, 0.26);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact small {
      color: #8ea1b6;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact strong {
      color: #f8fafc;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact-icon {
      color: #93c5fd;
      background: rgba(59, 130, 246, 0.12);
      border-color: rgba(96, 165, 250, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact-icon img {
      filter: brightness(0) invert(1);
      opacity: 0.9;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-cta {
      color: #dbeafe;
      background: rgba(59, 130, 246, 0.12);
      border-color: rgba(96, 165, 250, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-cta:hover {
      background: rgba(59, 130, 246, 0.18);
      border-color: rgba(96, 165, 250, 0.28);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-cta img {
      filter: brightness(0) invert(1);
      opacity: 0.9;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-links a:hover {
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-classic .landing-footer-nav a {
      color: #aebfd1;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-classic .landing-footer-nav a:hover {
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact-simple {
      color: #aebfd1;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact-simple:hover {
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact-simple svg {
      color: #93c5fd;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-footer-contact-apply:hover {
      color: #f8fbff;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-section-label {
      color: #94a3b8;
      background: rgba(148, 163, 184, 0.08);
      border-color: rgba(148, 163, 184, 0.14);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card {
      background: transparent;
      border: none;
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card p {
      color: rgba(203, 213, 225, 0.78);
    }

    @media (max-width: 1500px) and (min-width: 1181px) {
      #login-screen.login-landing .landing-stage-card-main {
        margin-left: -452px;
        bottom: 16px;
      }

      #login-screen.login-landing .landing-stage-card-side {
        margin-left: 118px;
      }
    }

    @media (max-width: 1180px) and (min-width: 701px) {
      #login-screen.login-landing .landing-hero-grid-v2 {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
        gap: 32px;
      }

      #login-screen.login-landing .landing-title-xl-v2 {
        max-width: 13.8ch;
        font-size: clamp(2rem, 3.75vw, 3.15rem);
      }

      #login-screen.login-landing .landing-lead-v2 {
        max-width: 42ch;
        font-size: 0.98rem;
      }

      #login-screen.login-landing .landing-stage-scene {
        min-height: 520px;
      }

      #login-screen.login-landing .landing-stage-surface {
        padding: 0;
        border-radius: 0;
      }

      #login-screen.login-landing .landing-stage-device-wrap {
        min-height: 450px;
        padding-top: 8px;
      }

      #login-screen.login-landing .landing-stage-device {
        width: min(280px, 31vw);
      }

      #login-screen.login-landing .landing-stage-card {
        max-width: 180px;
        padding: 14px 14px 15px;
      }

      #login-screen.login-landing .landing-stage-card-main {
        left: 50%;
        margin-left: -382px;
        bottom: 6px;
        top: auto;
      }

      #login-screen.login-landing .landing-stage-card-side {
        left: 50%;
        right: auto;
        margin-left: 48px;
      }

      #login-screen.login-landing .landing-stage-card strong {
        font-size: 0.92rem;
      }

      #login-screen.login-landing .landing-device-screen {
        gap: 12px;
        padding: 17px 15px 15px;
      }

      #login-screen.login-landing .landing-device-screen-hero {
        padding: 14px 13px;
      }

      #login-screen.login-landing .landing-device-screen-hero strong {
        font-size: 1.42rem;
      }

      #login-screen.login-landing .landing-device-screen-hero em {
        margin-top: 8px;
        font-size: 0.66rem;
        line-height: 1.3;
      }

      #login-screen.login-landing .landing-device-demo {
        gap: 8px;
        margin-top: 14px;
      }

      #login-screen.login-landing .landing-device-demo-row {
        min-height: 45px;
        padding: 7px 8px;
      }
    }

    @media (min-width: 901px) and (max-width: 1180px) {
      #login-screen.login-landing .landing-hero-copy-v2 {
        align-self: stretch;
        display: flex;
        flex-direction: column;
      }

      #login-screen.login-landing .landing-trust-list {
        margin-top: auto;
        padding-top: 28px;
      }

      #login-screen.login-landing .landing-trust-list li {
        animation: landingTrustFloat 8.2s ease-in-out infinite;
      }

      #login-screen.login-landing .landing-trust-list li:nth-child(2) {
        animation-delay: -1.2s;
      }

      #login-screen.login-landing .landing-trust-list li:nth-child(3) {
        animation-delay: -2.4s;
      }

      #login-screen.login-landing .landing-trust-list li:nth-child(4) {
        animation-delay: -3.6s;
      }

      #login-screen.login-landing .landing-stage-scene {
        min-height: 0;
      }

      #login-screen.login-landing .landing-stage-surface {
        width: min(430px, 100%);
        max-width: none;
        margin: 0 auto;
      }

      #login-screen.login-landing .landing-stage-device-wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        align-items: start;
        justify-items: center;
        gap: 10px 12px;
        min-height: 0;
        padding-top: 0;
      }

      #login-screen.login-landing .landing-stage-device {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(248px, 28vw);
      }

      #login-screen.login-landing .landing-stage-card {
        position: static;
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding: 12px 15px;
        border-radius: 11px;
        animation: landingInfoCardFloatSafe 8.4s ease-in-out infinite;
      }

      #login-screen.login-landing .landing-stage-card-main {
        left: auto;
        top: auto;
        bottom: auto;
      }

      #login-screen.login-landing .landing-stage-card-side {
        left: auto;
        right: 0;
        top: auto;
        animation-delay: -2.6s;
      }
    }

    @keyframes landingTrustFloat {
      0%, 100% {
        transform: translate3d(0, 0, 0);
      }
      50% {
        transform: translate3d(0, -4px, 0);
      }
    }

    @keyframes landingInfoCardFloatSafe {
      0%, 100% {
        transform: translate3d(0, 0, 82px);
        box-shadow: 0 28px 62px rgba(2, 6, 23, 0.22), 0 10px 26px rgba(37, 99, 235, 0.06);
      }
      46% {
        transform: translate3d(0, -7px, 90px);
        box-shadow: 0 32px 70px rgba(2, 6, 23, 0.24), 0 12px 30px rgba(37, 99, 235, 0.07);
      }
    }

    @media (max-width: 1040px) {
      #login-screen.login-landing .landing-ops,
      #login-screen.login-landing .landing-proof,
      #login-screen.login-landing .landing-faq {
        grid-template-columns: 1fr;
      }

      #login-screen.login-landing .landing-footer {
        grid-template-columns: 1fr;
      }

      #login-screen.login-landing .landing-footer-main {
        grid-template-columns: minmax(200px, 1.1fr) minmax(150px, 0.7fr) minmax(230px, 1fr);
        gap: 24px;
      }

      #login-screen.login-landing .landing-footer-apply {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto minmax(180px, 260px);
        align-items: center;
        justify-content: end;
        gap: 12px;
      }

      #login-screen.login-landing .landing-reason-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #login-screen.login-landing .landing-reason-card:nth-child(2n) {
        border-right: 0;
      }

      #login-screen.login-landing .landing-reason-card:nth-child(-n+2) {
        border-bottom: 1px solid rgba(148, 163, 184, 0.1);
      }
    }

    @media (max-width: 980px) {
      #login-screen.login-landing .landing-hero-grid-v2 {
        grid-template-columns: 1fr;
      }

      #login-screen.login-landing .landing-hero-copy-v2 {
        order: 1;
        max-width: 100%;
      }

      #login-screen.login-landing .landing-stage-scene {
        order: 2;
      }

      #login-screen.login-landing .landing-stage-scene {
        min-height: 0;
      }

      #login-screen.login-landing .landing-stage-surface {
        max-width: 760px;
        margin: 0 auto;
      }

      #login-screen.login-landing .landing-title-xl-v2 {
        max-width: 13.8ch;
      }
    }

    @media (max-width: 900px) {
      #login-screen.login-landing .landing-footer {
        grid-template-columns: 1fr;
      }

      #login-screen.login-landing .landing-ops {
        gap: 16px;
        margin-bottom: 58px;
        padding: 16px 0;
      }

      #login-screen.login-landing .landing-ops-list {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        border-radius: 20px;
      }

      #login-screen.login-landing .landing-flow-link {
        display: none;
      }

      #login-screen.login-landing .landing-ops-list::before {
        display: none;
      }

      #login-screen.login-landing .landing-ops-step {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: auto;
        padding: 2px 0 2px;
        border-radius: 0;
      }

      #login-screen.login-landing .landing-ops-step:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 35px;
        top: 50px;
        bottom: -14px;
        z-index: 0;
        width: 1px;
        border-left: 0;
        border-radius: 999px;
        background:
          linear-gradient(180deg, rgba(96, 165, 250, 0.5), rgba(52, 211, 153, 0.14));
        filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.18));
        pointer-events: none;
      }

      #login-screen.login-landing .landing-stage-device {
        width: min(272px, 58vw);
      }

      #login-screen.login-landing .landing-stage-device-wrap {
        min-height: 0;
        display: grid;
        gap: 10px;
        justify-items: center;
      }

      #login-screen.login-landing .landing-device-screen {
        gap: 10px;
        padding: 15px 13px 13px;
      }

      #login-screen.login-landing .landing-device-screen-hero {
        padding: 12px;
      }

      #login-screen.login-landing .landing-device-screen-hero strong {
        font-size: 1.3rem;
      }

      #login-screen.login-landing .landing-device-screen-hero em {
        margin-top: 7px;
        font-size: 0.62rem;
        line-height: 1.25;
      }

      #login-screen.login-landing .landing-device-demo {
        gap: 6px;
        margin-top: 9px;
      }

      #login-screen.login-landing .landing-device-query-strip span {
        min-height: 23px;
        font-size: 0.54rem;
      }

      #login-screen.login-landing .landing-device-demo-search {
        min-height: 30px;
      }

      #login-screen.login-landing .landing-device-demo-stats span {
        padding: 7px 6px;
        font-size: 0.6rem;
      }

      #login-screen.login-landing .landing-device-demo-list {
        gap: 5px;
      }

      #login-screen.login-landing .landing-device-demo-row {
        grid-template-columns: 20px 1fr auto;
        gap: 6px;
        min-height: 40px;
        padding: 6px 7px;
      }

      #login-screen.login-landing .landing-device-demo-row i {
        width: 20px;
        height: 20px;
      }

      #login-screen.login-landing .landing-device-demo-row span {
        font-size: 0.6rem;
      }

      #login-screen.login-landing .landing-device-demo-row em {
        margin-top: 2px;
        font-size: 0.53rem;
      }

      #login-screen.login-landing .landing-device-demo-row strong {
        font-size: 0.56rem;
      }

      #login-screen.login-landing .landing-stage-card {
        position: static;
        left: auto;
        right: auto;
        margin-left: 0;
        max-width: 520px;
        width: 100%;
        padding: 12px 16px;
        border-radius: 10px;
        animation: landingInfoCardFloatMobile 8.5s ease-in-out infinite;
      }

      #login-screen.login-landing .landing-stage-card-side {
        animation-delay: -2.6s;
      }

      @keyframes landingInfoCardFloatMobile {
        0%, 100% {
          transform: translate3d(0, 0, 0);
        }
        50% {
          transform: translate3d(0, -4px, 0);
        }
      }

      #login-screen.login-landing .landing-footer-main {
        grid-template-columns: 1fr;
      }

      #login-screen.login-landing .landing-footer-apply {
        grid-column: auto;
        display: block;
      }

      #login-screen.login-landing .landing-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 700px) {
      #login-screen.login-landing .login-shell {
        width: min(100%, calc(100% - 24px));
        padding-top: 0;
      }

      #login-screen.login-landing .landing-topbar {
        top: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        margin-bottom: 22px;
        padding: 12px max(12px, env(safe-area-inset-right)) 12px max(12px, env(safe-area-inset-left));
        gap: 10px;
      }

      #login-screen.login-landing .landing-brand {
        gap: 8px;
      }

      #login-screen.login-landing .landing-brand img {
        width: 32px;
        height: 32px;
      }

      #login-screen.login-landing .landing-brand-title {
        font-size: 0.98rem;
      }

      #login-screen.login-landing .landing-topbar-actions {
        display: contents;
      }

      #login-screen.login-landing .landing-topbar-controls {
        grid-column: 2;
        gap: 10px;
      }

      #login-screen.login-landing .landing-nav-links {
        display: none;
      }

      #login-screen.login-landing .landing-topbar-btn {
        min-height: 44px;
        padding: 0 15px;
        border-radius: 14px;
        font-size: 0.9rem;
      }

      #login-screen.login-landing .landing-theme-toggle {
        min-height: 44px;
        min-width: 44px;
        padding: 0 13px;
        border-radius: 14px;
      }

      #login-screen.login-landing .landing-theme-toggle-label {
        display: none;
      }

      #login-screen.login-landing .landing-hero-grid-v2 {
        gap: 26px;
      margin-bottom: 80px;
    }

      #login-screen.login-landing .landing-ambient {
        display: none;
      }

    #login-screen.login-landing header,
    #login-screen.login-landing section,
    #login-screen.login-landing footer,
    #login-screen.login-landing .landing-hero-grid-v2,
    #login-screen.login-landing .landing-hero-copy-v2,
    #login-screen.login-landing .landing-stage-scene,
    #login-screen.login-landing .landing-stage-surface,
    #login-screen.login-landing .landing-ops-copy,
    #login-screen.login-landing .landing-ops-list,
    #login-screen.login-landing .landing-proof-grid,
    #login-screen.login-landing .landing-proof-copy,
    #login-screen.login-landing .landing-proof-visual,
    #login-screen.login-landing .landing-card-section,
    #login-screen.login-landing .landing-card-section-copy,
    #login-screen.login-landing .landing-reason-list,
    #login-screen.login-landing .landing-faq-copy,
    #login-screen.login-landing .landing-footer-grid {
      position: relative;
      z-index: 1;
    }

      #login-screen.login-landing .landing-topbar {
        position: fixed;
        top: max(12px, env(safe-area-inset-top, 0px));
        left: max(var(--landing-mobile-topbar-edge, 14px), calc(env(safe-area-inset-left, 0px) + var(--landing-mobile-topbar-edge, 14px)));
        right: max(var(--landing-mobile-topbar-edge, 14px), calc(env(safe-area-inset-right, 0px) + var(--landing-mobile-topbar-edge, 14px)));
        width: auto;
        margin-bottom: 0;
        z-index: 90;
        transform: translate3d(0, 0, 0);
        will-change: transform;
      }

      #login-screen.login-landing .landing-topbar.landing-topbar-scroll-hidden {
        transform: translate3d(0, calc(-1 * var(--landing-mobile-topbar-offset, 82px)), 0);
        pointer-events: none;
      }

      body.landing-login-open #login-screen.login-landing .landing-topbar {
        transform: translate3d(0, 0, 0);
        pointer-events: auto;
      }

      #login-screen.login-landing .login-shell {
        padding-top: var(--landing-mobile-topbar-offset, 82px);
      }

      #login-screen.login-landing .landing-hero-copy-v2 {
        order: 1;
      }

      #login-screen.login-landing .landing-stage-scene {
        order: 2;
      }

      #login-screen.login-landing .landing-title-xl-v2 {
        max-width: 13.8ch;
        gap: 4px;
        font-size: clamp(1.92rem, 7.25vw, 2.38rem);
        line-height: 1;
      }

      #login-screen.login-landing .landing-lead-v2 {
        margin-top: 18px;
        max-width: 34ch;
        font-size: 0.98rem;
        line-height: 1.72;
      }

      #login-screen.login-landing .landing-cta-row-v2 {
        margin-top: 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }

      #login-screen.login-landing .landing-primary-cta,
      #login-screen.login-landing .landing-secondary-cta {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
      }

      #login-screen.login-landing .landing-ad-note {
        margin-top: 14px;
        font-size: 0.9rem;
      }

      #login-screen.login-landing .landing-trust-list {
        margin-top: 20px;
        gap: 10px;
      }

      #login-screen.login-landing .landing-trust-list li {
        gap: 10px;
        font-size: 0.9rem;
        line-height: 1.58;
      }

      #login-screen.login-landing .landing-trust-icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
      }

      #login-screen.login-landing .landing-stage-surface {
        padding: 0;
        border-radius: 0;
      }

      #login-screen.login-landing .landing-stage-device-wrap {
        min-height: 0;
        padding-top: 8px;
        display: grid;
        gap: 10px;
        justify-items: center;
      }

      #login-screen.login-landing .landing-stage-device {
        width: min(246px, 76vw);
      }

      #login-screen.login-landing .landing-device-screen {
        gap: 9px;
        padding: 15px 12px 12px;
        border-radius: 27px;
      }

      #login-screen.login-landing .landing-device-screen-top {
        grid-template-columns: 30px 1fr auto;
        gap: 7px;
      }

      #login-screen.login-landing .landing-device-screen-logo {
        width: 30px;
        height: 30px;
        border-radius: 10px;
      }

      #login-screen.login-landing .landing-device-screen-logo img {
        width: 21px;
        height: 21px;
      }

      #login-screen.login-landing .landing-device-screen-status {
        min-height: 22px;
        padding: 0 8px;
        font-size: 0.55rem;
      }

      #login-screen.login-landing .landing-device-screen-hero {
        padding: 12px;
        border-radius: 17px;
      }

      #login-screen.login-landing .landing-device-screen-hero span {
        font-size: 0.58rem;
      }

      #login-screen.login-landing .landing-device-screen-hero strong {
        margin-top: 5px;
        font-size: 1.28rem;
      }

      #login-screen.login-landing .landing-device-screen-hero em {
        margin-top: 7px;
        font-size: 0.61rem;
        line-height: 1.25;
      }

      #login-screen.login-landing .landing-device-demo {
        gap: 6px;
        margin-top: 8px;
        animation: none;
      }

      #login-screen.login-landing .landing-device-query-strip {
        gap: 5px;
      }

      #login-screen.login-landing .landing-device-query-strip span {
        min-height: 23px;
        padding: 0 5px;
        font-size: 0.52rem;
      }

      #login-screen.login-landing .landing-device-demo-search {
        min-height: 29px;
        padding: 0 9px;
        border-radius: 11px;
      }

      #login-screen.login-landing .landing-device-demo-search strong {
        font-size: 0.65rem;
      }

      #login-screen.login-landing .landing-device-demo-stats {
        gap: 5px;
      }

      #login-screen.login-landing .landing-device-demo-stats span {
        padding: 7px 6px;
        font-size: 0.58rem;
      }

      #login-screen.login-landing .landing-device-demo-list {
        gap: 5px;
      }

      #login-screen.login-landing .landing-device-demo-row {
        grid-template-columns: 20px 1fr auto;
        gap: 6px;
        min-height: 39px;
        padding: 6px 7px;
        border-radius: 12px;
        animation: none;
      }

      #login-screen.login-landing .landing-device-demo-row i {
        width: 20px;
        height: 20px;
        border-radius: 8px;
      }

      #login-screen.login-landing .landing-device-demo-row span {
        font-size: 0.58rem;
      }

      #login-screen.login-landing .landing-device-demo-row em {
        margin-top: 2px;
        font-size: 0.52rem;
      }

      #login-screen.login-landing .landing-device-demo-row strong {
        font-size: 0.55rem;
      }

      #login-screen.login-landing .landing-stage-card {
        position: static;
        left: auto;
        right: auto;
        margin-left: 0;
        max-width: none;
        width: 100%;
        padding: 12px 16px;
        border-radius: 10px;
        background: rgba(15, 23, 42, 0.85);
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18);
        animation: landingInfoCardFloatMobile 8.5s ease-in-out infinite;
      }

      #login-screen.login-landing .landing-stage-card::before,
      #login-screen.login-landing .landing-stage-card::after {
        display: none;
      }

      #login-screen.login-landing .landing-stage-card-side {
        animation-delay: -2.6s;
      }

      @keyframes landingInfoCardFloatMobile {
        0%, 100% {
          transform: translate3d(0, 0, 0);
        }
        50% {
          transform: translate3d(0, -4px, 0);
        }
      }

      #login-screen.login-landing .landing-login-dialog {
        width: min(100%, 100%);
        padding: 0;
        border-radius: 22px;
      }

      #login-screen.login-landing .landing-auth-header {
        padding: 24px 20px 0;
      }

      #login-screen.login-landing .landing-auth-card .login-subtitle,
      #login-screen.login-landing .landing-auth-points {
        margin-left: 20px;
        margin-right: 20px;
      }

      #login-screen.login-landing .landing-auth-card .login-form {
        padding-left: 20px;
        padding-right: 20px;
      }

      #login-screen.login-landing .landing-auth-footer {
        margin: 18px 20px 22px;
      }

      #login-screen.login-landing .landing-ops,
      #login-screen.login-landing .landing-proof,
      #login-screen.login-landing .landing-faq,
      #login-screen.login-landing .landing-footer {
        margin-bottom: 80px;
        padding: 20px 16px;
        border-radius: 22px;
      }

      #login-screen.login-landing .landing-ops {
        gap: 16px;
        margin-bottom: 56px;
        padding: 14px 0;
      }

      #login-screen.login-landing .landing-footer {
        padding: 16px;
        border-radius: 18px;
      }

      #login-screen.login-landing .landing-ops::after {
        inset: 10px;
        border-radius: 18px;
      }

      #login-screen.login-landing .landing-ops-copy {
        max-width: 100%;
      }

      #login-screen.login-landing .landing-ops-list {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        border-radius: 18px;
      }

      #login-screen.login-landing .landing-flow-link {
        display: none;
      }

      #login-screen.login-landing .landing-ops-list::before {
        display: none;
      }

      #login-screen.login-landing .landing-footer {
        margin-bottom: 0;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
        border-radius: 18px;
      }

      #login-screen.login-landing .landing-footer-main {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      #login-screen.login-landing .landing-footer-bottom {
        gap: 10px;
        padding-top: 10px;
      }

      #login-screen.login-landing .landing-footer-brand-row {
        margin-bottom: 6px;
      }

      #login-screen.login-landing .landing-footer-brand p {
        margin: 0;
        line-height: 1.45;
      }

      #login-screen.login-landing .landing-footer-title {
        margin-bottom: 6px;
      }

      #login-screen.login-landing .landing-footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px 12px;
      }

      #login-screen.login-landing .landing-footer-links a {
        font-size: 0.84rem;
      }

      #login-screen.login-landing .landing-footer-contact-list {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      #login-screen.login-landing .landing-footer-contact {
        padding: 6px 8px;
      }

      #login-screen.login-landing .landing-footer-contact small {
        display: none;
      }

      #login-screen.login-landing .landing-footer-meta {
        display: grid;
        gap: 6px;
        padding-top: 0;
        text-align: left;
      }

      #login-screen.login-landing .landing-ops-step {
        grid-template-columns: 40px minmax(0, 1fr);
        justify-items: start;
        align-items: center;
        min-height: auto;
        gap: 11px;
        padding: 1px 0 1px;
        border-radius: 0;
      }

      #login-screen.login-landing .landing-ops-step:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 32px;
        top: 49px;
        bottom: -13px;
        z-index: 0;
        width: 1px;
        border-left: 0;
        border-radius: 999px;
        background:
          linear-gradient(180deg, rgba(96, 165, 250, 0.56), rgba(52, 211, 153, 0.16));
        filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.2));
        pointer-events: none;
      }

      #login-screen.login-landing .landing-step-badge {
        width: 40px;
        height: 40px;
        margin-top: 2px;
        border-radius: 13px;
      }

      #login-screen.login-landing .landing-ops-step strong {
        margin-bottom: 6px;
        font-size: 0.93rem;
        text-align: left;
      }

      #login-screen.login-landing .landing-ops-step p {
        font-size: 0.87rem;
        line-height: 1.5;
        text-align: left;
      }

      #login-screen.login-landing .landing-proof-grid {
        gap: 12px;
      }

      #login-screen.login-landing .landing-card-section {
        gap: 24px;
      }

      #login-screen.login-landing .landing-card-section-copy {
        max-width: none;
        text-align: left;
      }

      #login-screen.login-landing .landing-reason-list {
        grid-template-columns: 1fr;
        gap: 0;
        border-radius: 18px;
      }

      #login-screen.login-landing .landing-reason-card {
        grid-template-columns: 40px minmax(0, 1fr);
        justify-items: start;
        gap: 12px;
        padding: 15px 14px;
        border-radius: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.1);
      }

      #login-screen.login-landing .landing-reason-card:last-child {
        border-bottom: 0;
      }

      #login-screen.login-landing .landing-reason-icon {
        width: 38px;
        height: 38px;
        border-radius: 13px;
      }

      #login-screen.login-landing .landing-reason-icon svg {
        width: 18px;
        height: 18px;
      }

      #login-screen.login-landing .landing-reason-card p {
        font-size: 0.96rem;
        line-height: 1.6;
        text-align: left;
      }

      body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-card,
      body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-stage-card-side {
        background: #0f172a;
      }

      #login-screen.login-landing .landing-proof-card {
        padding: 16px;
        border-radius: 18px;
      }

      #login-screen.login-landing .landing-faq-item summary,
      #login-screen.login-landing .landing-faq-item p {
        padding-left: 16px;
        padding-right: 16px;
      }
    }

    #login-screen.login-landing .landing-workflow-list {
      grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
      align-items: stretch;
      gap: 14px;
      padding: clamp(18px, 2vw, 24px);
      border-radius: 28px;
      background:
        radial-gradient(circle at 12% 16%, rgba(96, 165, 250, 0.14), transparent 34%),
        radial-gradient(circle at 86% 28%, rgba(52, 211, 153, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(8, 17, 31, 0.3));
      border-color: rgba(148, 163, 184, 0.14);
    }

    #login-screen.login-landing .landing-ops {
      padding: clamp(8px, 1.5vw, 16px) 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      overflow: visible;
    }

    #login-screen.login-landing .landing-ops::before {
      display: none;
    }

    #login-screen.login-landing .landing-ops-copy {
      max-width: 760px;
    }

    #login-screen.login-landing .landing-ops .landing-section-desc {
      margin-top: 10px;
    }

    #login-screen.login-landing .landing-workflow-list {
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
      grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
      gap: 10px;
      align-items: stretch;
    }

    #login-screen.login-landing .landing-workflow-step {
      grid-template-columns: 46px minmax(0, 1fr);
      gap: 12px;
      min-height: 124px;
      padding: 18px;
      align-items: center;
      border: 1px solid rgba(148, 163, 184, 0.14);
      border-radius: 20px;
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(241, 245, 249, 0.56));
      box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
    }

    #login-screen.login-landing .landing-workflow-list .landing-flow-link {
      width: 34px;
      height: 100%;
      min-height: 64px;
    }

    #login-screen.login-landing .landing-workflow-list .landing-flow-link::after {
      left: 2px;
      right: 10px;
    }

    #login-screen.login-landing .landing-step-badge svg,
    #login-screen.login-landing .landing-module-icon svg {
      width: 20px;
      height: 20px;
    }

    #login-screen.login-landing .landing-step-chip {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      margin: 0 0 8px;
      padding: 5px 9px;
      border-radius: 999px;
      color: #7dd3fc;
      background: rgba(14, 165, 233, 0.1);
      border: 1px solid rgba(125, 211, 252, 0.14);
      font-size: 0.72rem;
      font-weight: 700;
      line-height: 1;
    }

    body.theme-light #login-screen.login-landing .landing-ops .landing-section-title,
    body.light-theme #login-screen.login-landing .landing-ops .landing-section-title {
      color: #111827;
      text-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-ops .landing-section-desc,
    body.light-theme #login-screen.login-landing .landing-ops .landing-section-desc {
      color: #516071;
    }

    #login-screen.login-landing .landing-step-preview {
      display: flex;
      align-items: center;
      gap: 7px;
      min-height: 34px;
      margin-top: 14px;
      padding: 8px;
      border-radius: 14px;
      background: rgba(2, 6, 23, 0.24);
      border: 1px solid rgba(148, 163, 184, 0.12);
      overflow: hidden;
    }

    #login-screen.login-landing .landing-step-preview-search span,
    #login-screen.login-landing .landing-step-preview-share span {
      flex: 1 1 0;
      min-width: 0;
      padding: 6px 7px;
      border-radius: 999px;
      color: rgba(226, 232, 240, 0.9);
      background: rgba(37, 99, 235, 0.18);
      font-size: 0.68rem;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
    }

    #login-screen.login-landing .landing-step-preview-share span:first-child {
      background: rgba(20, 184, 166, 0.18);
    }

    #login-screen.login-landing .landing-step-preview-bars {
      display: grid;
      align-content: center;
      gap: 7px;
    }

    #login-screen.login-landing .landing-step-preview-bars span {
      display: block;
      width: var(--w);
      height: 7px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(96, 165, 250, 0.72), rgba(52, 211, 153, 0.72));
    }

    #login-screen.login-landing .landing-modules,
    #login-screen.login-landing .landing-outcomes {
      width: min(calc(100% - 32px), 565px);
      margin-left: auto;
      margin-right: auto;
    }

    #login-screen.login-landing .landing-modules {
      gap: 24px;
      margin-bottom: 44px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    #login-screen.login-landing .landing-modules .landing-card-section-copy {
      max-width: 565px;
    }

    #login-screen.login-landing .landing-modules .landing-section-title {
      margin-top: 0;
      font-size: clamp(0.98rem, 1.6vw, 1.08rem);
      letter-spacing: -0.04em;
      line-height: 1.08;
    }

    #login-screen.login-landing .landing-modules .landing-section-desc {
      max-width: 46ch;
      margin: 9px auto 0;
      font-size: 0.48rem;
      line-height: 1.4;
      white-space: normal;
    }

    #login-screen.login-landing .landing-outcomes {
      gap: 16px;
      margin-bottom: 34px;
      padding: 22px 36px 24px;
      justify-self: center;
      justify-items: center;
      border-radius: 14px;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(243, 248, 255, 0.72));
      border-color: rgba(15, 23, 42, 0.08);
    }

    #login-screen.login-landing .landing-module-showcase {
      display: block;
      width: 100%;
    }

    #login-screen.login-landing .landing-module-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 9px;
    }

    #login-screen.login-landing .landing-module-card {
      display: grid;
      grid-template-columns: 22px minmax(0, 1fr);
      align-content: start;
      gap: 2px 8px;
      min-height: 46px;
      padding: 7px 9px 7px 13px;
      border-radius: 6px;
      border: 1px solid rgba(148, 163, 184, 0.16);
      background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(241, 245, 249, 0.58));
      box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
      position: relative;
    }

    #login-screen.login-landing .landing-module-card::before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      bottom: 6px;
      width: 2px;
      border-radius: 0 4px 4px 0;
      opacity: 0.9;
    }

    #login-screen.login-landing .landing-module-card:nth-child(1)::before { background: #10b981; box-shadow: 2px 0 12px rgba(16, 185, 129, 0.4); }
    #login-screen.login-landing .landing-module-card:nth-child(2)::before { background: #22c55e; box-shadow: 2px 0 12px rgba(34, 197, 94, 0.4); }
    #login-screen.login-landing .landing-module-card:nth-child(3)::before { background: #3b82f6; box-shadow: 2px 0 12px rgba(59, 130, 246, 0.4); }
    #login-screen.login-landing .landing-module-card:nth-child(4)::before { background: #6366f1; box-shadow: 2px 0 12px rgba(99, 102, 241, 0.4); }
    #login-screen.login-landing .landing-module-card:nth-child(5)::before { background: #f97316; box-shadow: 2px 0 12px rgba(249, 115, 22, 0.4); }
    #login-screen.login-landing .landing-module-card:nth-child(6)::before { background: #ef4444; box-shadow: 2px 0 12px rgba(239, 68, 68, 0.4); }

    #login-screen.login-landing .landing-module-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      border-radius: 5px;
      color: #cbd5e1;
      background: transparent;
      border: 1px solid rgba(148, 163, 184, 0.2);
    }

    #login-screen.login-landing .landing-module-icon svg {
      width: 11px;
      height: 11px;
    }

    #login-screen.login-landing .landing-module-copy {
      display: grid;
      gap: 1px;
      min-width: 0;
      padding-top: 0;
    }

    #login-screen.login-landing .landing-module-card strong,
    #login-screen.login-landing .landing-value-card strong {
      color: #111827;
      letter-spacing: -0.03em;
      line-height: 1.2;
    }

    #login-screen.login-landing .landing-module-card strong {
      font-size: 0.64rem;
    }

    #login-screen.login-landing .landing-module-card p {
      margin: 0;
      color: #516071;
      font-size: 0.5rem;
      line-height: 1.25;
    }

    #login-screen.login-landing .landing-section-label {
      display: inline-block;
      margin: 0 auto 8px;
      padding: 3px 11px;
      border-radius: 999px;
      font-size: 0.48rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1;
      color: #94a3b8;
      background: rgba(148, 163, 184, 0.1);
      border: 1px solid rgba(148, 163, 184, 0.16);
    }

    #login-screen.login-landing .landing-section-title-lg {
      max-width: 34ch;
      margin-left: auto;
      margin-right: auto;
      font-size: clamp(1rem, 1.45vw, 1.14rem);
      text-align: center;
      margin-top: 0;
      white-space: normal;
    }

    #login-screen.login-landing .landing-outcomes .landing-card-section-copy .landing-section-title-lg {
      white-space: normal;
    }

    #login-screen.login-landing .landing-value-strip {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      width: 100%;
      justify-self: stretch;
    }

    #login-screen.login-landing .landing-outcomes .landing-value-strip {
      width: 100%;
      max-width: 500px;
      justify-self: center;
    }

    #login-screen.login-landing .landing-value-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 7px;
      min-height: auto;
      padding: 0;
      border-radius: 0;
      border: none;
      background: transparent;
      box-shadow: none;
    }

    #login-screen.login-landing .landing-value-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 31px;
      height: 31px;
      border-radius: 50%;
      color: #cbd5e1;
      background: rgba(255, 255, 255, 0.04);
      border: none;
    }

    #login-screen.login-landing .landing-value-icon svg {
      width: 14px;
      height: 14px;
    }

    #login-screen.login-landing .landing-value-card strong {
      display: block;
      font-size: 0.58rem;
    }

    #login-screen.login-landing .landing-value-card p {
      margin: 3px 0 0;
      color: #516071;
      font-size: 0.46rem;
      line-height: 1.25;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-modules {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-outcomes {
      background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.12), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(20, 184, 166, 0.1), transparent 32%),
        linear-gradient(180deg, rgba(8, 17, 31, 0.9), rgba(4, 11, 22, 0.82));
      border-color: rgba(148, 163, 184, 0.14);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-module-card {
      background: rgba(12, 19, 31, 0.85);
      border-color: rgba(255, 255, 255, 0.04);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card {
      background: transparent;
      border: none;
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-module-card strong,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card strong {
      color: #f8fafc;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-module-card p,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card p {
      color: rgba(203, 213, 225, 0.78);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-icon {
      color: #ffffff;
      background: rgba(255, 255, 255, 0.06);
      border: none;
      box-shadow: 0 14px 28px rgba(2, 6, 23, 0.24);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card:nth-child(1) .landing-value-icon {
      background: linear-gradient(135deg, #a855f7, #7c3aed);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card:nth-child(2) .landing-value-icon {
      background: linear-gradient(135deg, #f87171, #dc2626);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card:nth-child(3) .landing-value-icon {
      background: linear-gradient(135deg, #facc15, #ca8a04);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-value-card:nth-child(4) .landing-value-icon {
      background: linear-gradient(135deg, #34d399, #16a34a);
    }

    body.theme-light #login-screen.login-landing .landing-ops,
    body.light-theme #login-screen.login-landing .landing-ops {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-ops-step strong,
    body.light-theme #login-screen.login-landing .landing-ops-step strong {
      color: #111827;
    }

    body.theme-light #login-screen.login-landing .landing-ops-step p,
    body.light-theme #login-screen.login-landing .landing-ops-step p {
      color: #516071;
    }

    body.theme-light #login-screen.login-landing .landing-step-badge,
    body.light-theme #login-screen.login-landing .landing-step-badge {
      color: #2563eb;
      background: linear-gradient(180deg, rgba(59, 130, 246, 0.12), rgba(20, 184, 166, 0.08));
      border-color: rgba(59, 130, 246, 0.14);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
    }

    body.theme-light #login-screen.login-landing .landing-step-badge img,
    body.light-theme #login-screen.login-landing .landing-step-badge img {
      filter: none;
      opacity: 0.82;
    }

    body.theme-light #login-screen.login-landing .landing-step-preview,
    body.light-theme #login-screen.login-landing .landing-step-preview {
      background: rgba(37, 99, 235, 0.06);
      border-color: rgba(59, 130, 246, 0.1);
    }

    body.theme-light #login-screen.login-landing .landing-step-preview-search span,
    body.theme-light #login-screen.login-landing .landing-step-preview-share span,
    body.light-theme #login-screen.login-landing .landing-step-preview-search span,
    body.light-theme #login-screen.login-landing .landing-step-preview-share span {
      color: #2563eb;
      background: rgba(59, 130, 246, 0.08);
    }

    #login-screen.login-landing .landing-workflow-list {
      width: min(100%, 980px);
      margin: 48px auto 0;
      padding: 0;
      display: grid;
      grid-template-columns: minmax(0, 1fr) clamp(48px, 6vw, 72px) minmax(0, 1fr) clamp(48px, 6vw, 72px) minmax(0, 1fr);
      gap: 0;
      align-items: start;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    #login-screen.login-landing .landing-workflow-list .landing-flow-link {
      display: block;
      position: relative;
      align-self: start;
      width: 100%;
      height: 72px;
    }

    #login-screen.login-landing .landing-workflow-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      min-height: 0;
      padding: 0;
      gap: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      text-align: center;
    }

    #login-screen.login-landing .landing-workflow-list .landing-flow-link::after {
      content: "";
      position: absolute;
      top: 36px;
      left: 0;
      right: 0;
      height: 1px;
      transform: none;
      background: rgba(58, 113, 143, 0.5);
      border: 0;
      pointer-events: none;
    }

    #login-screen.login-landing .landing-workflow-list .landing-flow-link::before {
      content: none;
      display: none;
    }

    #login-screen.login-landing .landing-workflow-step .landing-step-badge {
      width: 72px;
      height: 72px;
      margin: 0 0 22px;
      justify-self: center;
      border-radius: 18px;
      border: 1px solid rgba(32, 55, 92, 0.5);
      background: #0e172a;
      color: #7dd3fc;
      box-shadow: 0 16px 36px rgba(2, 8, 23, 0.22);
    }

    #login-screen.login-landing .landing-workflow-step .landing-step-badge svg {
      width: 26px;
      height: 26px;
    }

    #login-screen.login-landing .landing-workflow-step .landing-step-badge img {
      width: 26px;
      height: 26px;
      opacity: 0.9;
      filter: invert(80%) sepia(20%) saturate(476%) hue-rotate(178deg) brightness(95%) contrast(88%);
    }

    #login-screen.login-landing .landing-workflow-step:nth-of-type(3) .landing-step-badge,
    #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge {
      color: #5ee89f;
    }

    #login-screen.login-landing .landing-workflow-step strong {
      margin: 0 0 9px;
      color: #f8fafc;
      font-size: 1.15rem;
      font-weight: 800;
      line-height: 1.18;
      letter-spacing: 0;
      text-align: center;
      text-shadow: 0 0 18px rgba(59, 130, 246, 0.22);
    }

    #login-screen.login-landing .landing-workflow-step p {
      max-width: 230px;
      margin: 0 auto;
      color: #7ec8ff;
      font-size: 0.88rem;
      line-height: 1.5;
      text-align: center;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step strong,
    body.light-theme #login-screen.login-landing .landing-workflow-step strong {
      color: #f8fafc;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step p,
    body.light-theme #login-screen.login-landing .landing-workflow-step p {
      color: #7ec8ff;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step,
    body.light-theme #login-screen.login-landing .landing-workflow-step {
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step .landing-step-badge,
    body.light-theme #login-screen.login-landing .landing-workflow-step .landing-step-badge {
      border-color: rgba(32, 55, 92, 0.5);
      background: #0e172a;
      color: #7dd3fc;
      box-shadow: 0 16px 36px rgba(2, 8, 23, 0.22);
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge,
    body.light-theme #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge {
      color: #5ee89f;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step .landing-step-badge img,
    body.light-theme #login-screen.login-landing .landing-workflow-step .landing-step-badge img {
      filter: invert(80%) sepia(20%) saturate(476%) hue-rotate(178deg) brightness(95%) contrast(88%);
      opacity: 0.9;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-workflow-step {
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-workflow-step .landing-step-badge {
      border-color: rgba(32, 55, 92, 0.5);
      background: #0e172a;
      color: #7dd3fc;
      box-shadow: 0 16px 36px rgba(2, 8, 23, 0.22);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge {
      color: #5ee89f;
    }

    #login-screen.login-landing {
      --landing-section-rail: min(100%, 1080px);
    }

    #login-screen.login-landing .landing-ops,
    #login-screen.login-landing .landing-modules,
    #login-screen.login-landing .landing-outcomes,
    #login-screen.login-landing .landing-footer {
      width: var(--landing-section-rail);
      margin-left: auto;
      margin-right: auto;
    }

    #login-screen.login-landing .landing-ops {
      margin-bottom: 68px;
    }

    #login-screen.login-landing .landing-workflow-list {
      width: 100%;
      max-width: none;
      margin-top: 44px;
    }

    #login-screen.login-landing .landing-modules {
      gap: 30px;
      margin-bottom: 54px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    #login-screen.login-landing .landing-modules .landing-card-section-copy {
      max-width: var(--landing-section-rail);
    }

    #login-screen.login-landing .landing-modules .landing-section-title {
      margin-top: 0;
      color: #f8fafc;
      font-size: clamp(1.35rem, 2vw, 1.65rem);
      line-height: 1.08;
      letter-spacing: 0;
      text-align: center;
    }

    #login-screen.login-landing .landing-modules .landing-section-desc {
      max-width: 76ch;
      margin: 12px auto 0;
      color: rgba(203, 213, 225, 0.76);
      font-size: 0.92rem;
      line-height: 1.55;
      text-align: center;
      white-space: normal;
    }

    #login-screen.login-landing .landing-module-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px 18px;
      width: 100%;
    }

    #login-screen.login-landing .landing-module-card {
      display: grid;
      grid-template-columns: 38px minmax(0, 1fr);
      align-items: center;
      gap: 11px;
      min-height: 72px;
      padding: 15px 18px 15px 22px;
      border-radius: 8px;
      border: 1px solid rgba(148, 163, 184, 0.08);
      background: rgba(12, 19, 31, 0.78);
      box-shadow: none;
      position: relative;
    }

    #login-screen.login-landing .landing-module-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 13px;
      bottom: 13px;
      width: 2px;
      border-radius: 0 4px 4px 0;
      opacity: 1;
    }

    #login-screen.login-landing .landing-module-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 8px;
      color: #cbd5e1;
      background: rgba(15, 23, 42, 0.42);
      border: 1px solid rgba(148, 163, 184, 0.16);
    }

    #login-screen.login-landing .landing-module-icon svg {
      width: 16px;
      height: 16px;
    }

    #login-screen.login-landing .landing-module-copy {
      display: grid;
      gap: 4px;
      min-width: 0;
      padding-top: 0;
    }

    #login-screen.login-landing .landing-module-card strong {
      color: #f8fafc;
      font-size: 0.98rem;
      font-weight: 800;
      line-height: 1.15;
      letter-spacing: -0.02em;
    }

    #login-screen.login-landing .landing-module-card p {
      margin: 0;
      color: rgba(203, 213, 225, 0.74);
      font-size: 0.82rem;
      line-height: 1.4;
    }

    #login-screen.login-landing .landing-outcomes {
      gap: 28px;
      margin-bottom: 36px;
      padding: 34px 44px 36px;
      justify-self: center;
      justify-items: center;
      border-radius: 18px;
      border: 1px solid rgba(148, 163, 184, 0.14);
      background:
        radial-gradient(circle at 12% 8%, rgba(59, 130, 246, 0.1), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(20, 184, 166, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(8, 17, 31, 0.9), rgba(4, 11, 22, 0.82));
      box-shadow: none;
    }

    #login-screen.login-landing .landing-section-label {
      display: inline-block;
      margin: 0 auto 14px;
      padding: 5px 14px;
      border-radius: 999px;
      color: #94a3b8;
      background: rgba(148, 163, 184, 0.1);
      border: 1px solid rgba(148, 163, 184, 0.16);
      font-size: 0.72rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    #login-screen.login-landing .landing-section-title-lg {
      max-width: 42ch;
      margin: 0 auto;
      color: #f8fafc;
      font-size: clamp(1.35rem, 2.15vw, 1.7rem);
      line-height: 1.12;
      letter-spacing: -0.02em;
      text-align: center;
      white-space: normal;
    }

    #login-screen.login-landing .landing-outcomes .landing-value-strip {
      width: 100%;
      max-width: none;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
      justify-self: stretch;
    }

    #login-screen.login-landing .landing-value-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 10px;
      min-height: auto;
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    #login-screen.login-landing .landing-value-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      color: #cbd5e1;
      background: rgba(255, 255, 255, 0.06);
      border: none;
    }

    #login-screen.login-landing .landing-value-icon svg {
      width: 18px;
      height: 18px;
    }

    #login-screen.login-landing .landing-value-card strong {
      display: block;
      color: #f8fafc;
      font-size: 0.95rem;
      line-height: 1.15;
    }

    #login-screen.login-landing .landing-value-card p {
      margin: 4px 0 0;
      color: rgba(203, 213, 225, 0.74);
      font-size: 0.78rem;
      line-height: 1.35;
    }

    body.theme-light #login-screen.login-landing .landing-modules .landing-section-title,
    body.light-theme #login-screen.login-landing .landing-modules .landing-section-title,
    body.theme-light #login-screen.login-landing .landing-section-title-lg,
    body.light-theme #login-screen.login-landing .landing-section-title-lg {
      color: #f8fafc;
    }

    body.theme-light #login-screen.login-landing .landing-modules .landing-section-desc,
    body.light-theme #login-screen.login-landing .landing-modules .landing-section-desc {
      color: rgba(203, 213, 225, 0.76);
    }

    body.theme-light #login-screen.login-landing .landing-module-card,
    body.light-theme #login-screen.login-landing .landing-module-card {
      background: rgba(12, 19, 31, 0.78);
      border-color: rgba(148, 163, 184, 0.08);
      box-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-module-card strong,
    body.light-theme #login-screen.login-landing .landing-module-card strong,
    body.theme-light #login-screen.login-landing .landing-value-card strong,
    body.light-theme #login-screen.login-landing .landing-value-card strong {
      color: #f8fafc;
    }

    body.theme-light #login-screen.login-landing .landing-module-card p,
    body.light-theme #login-screen.login-landing .landing-module-card p,
    body.theme-light #login-screen.login-landing .landing-value-card p,
    body.light-theme #login-screen.login-landing .landing-value-card p {
      color: rgba(203, 213, 225, 0.74);
    }

    /* Acik tema renk duzeltmesi: sadece renk, zemin ve golge. */
    body.theme-light.landing-view-active,
    body.light-theme.landing-view-active {
      background:
        radial-gradient(circle at 14% 8%, rgba(37, 99, 235, 0.08), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(20, 184, 166, 0.07), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #f4f8fb 100%);
    }

    body.theme-light #login-screen.login-landing::before,
    body.light-theme #login-screen.login-landing::before {
      background:
        linear-gradient(115deg, transparent 0%, rgba(37, 99, 235, 0.035) 42%, transparent 66%),
        linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, 0.045) 1px, transparent 1px);
      opacity: 0.38;
    }

    body.theme-light #login-screen.login-landing::after,
    body.light-theme #login-screen.login-landing::after {
      background:
        radial-gradient(ellipse at 78% 20%, rgba(34, 197, 94, 0.055), transparent 32%),
        radial-gradient(ellipse at 20% 18%, rgba(37, 99, 235, 0.065), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(241, 245, 249, 0.08));
    }

    body.theme-light #login-screen.login-landing .landing-topbar,
    body.light-theme #login-screen.login-landing .landing-topbar {
      background: rgba(255, 255, 255, 0.86);
      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    }

    body.theme-light #login-screen.login-landing .landing-brand-title,
    body.light-theme #login-screen.login-landing .landing-brand-title,
    body.theme-light #login-screen.login-landing .landing-topbar-link,
    body.light-theme #login-screen.login-landing .landing-topbar-link {
      color: #0f172a;
    }

    body.theme-light #login-screen.login-landing .landing-topbar-link,
    body.light-theme #login-screen.login-landing .landing-topbar-link {
      opacity: 0.76;
    }

    body.theme-light #login-screen.login-landing .landing-topbar-link:hover,
    body.light-theme #login-screen.login-landing .landing-topbar-link:hover {
      color: #2563eb;
      opacity: 1;
    }

    body.theme-light #login-screen.login-landing .landing-theme-toggle,
    body.light-theme #login-screen.login-landing .landing-theme-toggle,
    body.theme-light #login-screen.login-landing .landing-secondary-cta:not(.landing-wa-link),
    body.light-theme #login-screen.login-landing .landing-secondary-cta:not(.landing-wa-link) {
      background: rgba(255, 255, 255, 0.88);
      border-color: rgba(148, 163, 184, 0.18);
      color: #0f172a;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    }

    body.theme-light #login-screen.login-landing .landing-lead-v2,
    body.light-theme #login-screen.login-landing .landing-lead-v2,
    body.theme-light #login-screen.login-landing .landing-ad-note,
    body.light-theme #login-screen.login-landing .landing-ad-note {
      color: #334155;
    }

    body.theme-light #login-screen.login-landing .landing-trust-list li,
    body.light-theme #login-screen.login-landing .landing-trust-list li {
      color: #0f172a;
    }

    body.theme-light #login-screen.login-landing .landing-trust-icon,
    body.light-theme #login-screen.login-landing .landing-trust-icon {
      background: linear-gradient(180deg, rgba(37, 99, 235, 0.11), rgba(14, 165, 233, 0.06));
      border-color: rgba(37, 99, 235, 0.14);
      color: #2563eb;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 18px rgba(37, 99, 235, 0.07);
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-front,
    body.light-theme #login-screen.login-landing .landing-stage-device-front {
      background:
        linear-gradient(150deg, rgba(37, 99, 235, 0.1), transparent 44%),
        linear-gradient(180deg, #f9fbff 0%, #eef6ff 55%, #deecff 100%);
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back,
    body.light-theme #login-screen.login-landing .landing-stage-device-back {
      border-color: rgba(37, 99, 235, 0.14);
      background:
        linear-gradient(125deg, rgba(37, 99, 235, 0.08) 0 1px, transparent 1px 92px),
        radial-gradient(circle at 24% 18%, rgba(37, 99, 235, 0.12), transparent 36%),
        radial-gradient(circle at 76% 22%, rgba(20, 184, 166, 0.1), transparent 34%),
        linear-gradient(145deg, #f8fbff 0%, #e9f3ff 48%, #dbeafe 100%);
      color: #0f172a;
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-aura,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-aura {
      background:
        linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.5) 28% 29%, transparent 29% 100%),
        linear-gradient(34deg, transparent 0 56%, rgba(37, 99, 235, 0.1) 56% 72%, transparent 72% 100%);
      opacity: 0.72;
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-logo,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-logo {
      background: rgba(255, 255, 255, 0.96);
      border-color: rgba(37, 99, 235, 0.14);
      box-shadow: 0 18px 38px rgba(37, 99, 235, 0.12);
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-brand strong,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-brand strong {
      color: #0f172a;
      text-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-brand span,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-brand span {
      color: #334155;
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-card,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-card {
      border-color: rgba(37, 99, 235, 0.12);
      background: rgba(255, 255, 255, 0.72);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 18px 36px rgba(37, 99, 235, 0.1);
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-card span,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-card span {
      color: #2563eb;
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-card strong,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-card strong {
      color: #0f172a;
    }

    body.theme-light #login-screen.login-landing .landing-stage-device-back-contact,
    body.light-theme #login-screen.login-landing .landing-stage-device-back-contact {
      border-top-color: rgba(148, 163, 184, 0.24);
    }

    body.theme-light #login-screen.login-landing .landing-device-screen,
    body.light-theme #login-screen.login-landing .landing-device-screen {
      border-color: rgba(37, 99, 235, 0.12);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-logo,
    body.light-theme #login-screen.login-landing .landing-device-screen-logo {
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
    }

    body.theme-light #login-screen.login-landing .landing-device-screen-hero,
    body.light-theme #login-screen.login-landing .landing-device-screen-hero,
    body.theme-light #login-screen.login-landing .landing-device-demo-search,
    body.light-theme #login-screen.login-landing .landing-device-demo-search,
    body.theme-light #login-screen.login-landing .landing-device-demo-stats span,
    body.light-theme #login-screen.login-landing .landing-device-demo-stats span,
    body.theme-light #login-screen.login-landing .landing-device-demo-row,
    body.light-theme #login-screen.login-landing .landing-device-demo-row {
      background: rgba(255, 255, 255, 0.72);
      border-color: rgba(37, 99, 235, 0.11);
      box-shadow: 0 10px 24px rgba(37, 99, 235, 0.055);
    }

    body.theme-light #login-screen.login-landing .landing-device-query-strip span,
    body.light-theme #login-screen.login-landing .landing-device-query-strip span {
      background: rgba(255, 255, 255, 0.62);
      color: #2563eb;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-search,
    body.light-theme #login-screen.login-landing .landing-device-demo-search,
    body.theme-light #login-screen.login-landing .landing-device-demo-row span,
    body.light-theme #login-screen.login-landing .landing-device-demo-row span {
      color: #475569;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row strong,
    body.light-theme #login-screen.login-landing .landing-device-demo-row strong {
      color: #15803d;
    }

    body.theme-light #login-screen.login-landing .landing-stage-card,
    body.light-theme #login-screen.login-landing .landing-stage-card,
    body.theme-light #login-screen.login-landing .landing-stage-card-side,
    body.light-theme #login-screen.login-landing .landing-stage-card-side {
      background: rgba(255, 255, 255, 0.84);
      border-color: rgba(226, 232, 240, 0.9);
      box-shadow: 0 26px 58px rgba(15, 23, 42, 0.11), 0 10px 24px rgba(37, 99, 235, 0.08);
    }

    body.theme-light #login-screen.login-landing .landing-section-title,
    body.light-theme #login-screen.login-landing .landing-section-title,
    body.theme-light #login-screen.login-landing .landing-modules .landing-section-title,
    body.light-theme #login-screen.login-landing .landing-modules .landing-section-title,
    body.theme-light #login-screen.login-landing .landing-section-title-lg,
    body.light-theme #login-screen.login-landing .landing-section-title-lg,
    body.theme-light #login-screen.login-landing .landing-workflow-step strong,
    body.light-theme #login-screen.login-landing .landing-workflow-step strong,
    body.theme-light #login-screen.login-landing .landing-module-card strong,
    body.light-theme #login-screen.login-landing .landing-module-card strong,
    body.theme-light #login-screen.login-landing .landing-value-card strong,
    body.light-theme #login-screen.login-landing .landing-value-card strong {
      color: #0f172a;
      text-shadow: none;
    }

    body.theme-light #login-screen.login-landing .landing-section-desc,
    body.light-theme #login-screen.login-landing .landing-section-desc,
    body.theme-light #login-screen.login-landing .landing-modules .landing-section-desc,
    body.light-theme #login-screen.login-landing .landing-modules .landing-section-desc,
    body.theme-light #login-screen.login-landing .landing-workflow-step p,
    body.light-theme #login-screen.login-landing .landing-workflow-step p,
    body.theme-light #login-screen.login-landing .landing-module-card p,
    body.light-theme #login-screen.login-landing .landing-module-card p,
    body.theme-light #login-screen.login-landing .landing-value-card p,
    body.light-theme #login-screen.login-landing .landing-value-card p {
      color: #475569;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-list .landing-flow-link::after,
    body.light-theme #login-screen.login-landing .landing-workflow-list .landing-flow-link::after {
      background: rgba(148, 163, 184, 0.28);
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step .landing-step-badge,
    body.light-theme #login-screen.login-landing .landing-workflow-step .landing-step-badge {
      background: rgba(255, 255, 255, 0.92);
      border-color: rgba(226, 232, 240, 0.9);
      color: #2563eb;
      box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge,
    body.light-theme #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge {
      color: #0f766e;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step .landing-step-badge img,
    body.light-theme #login-screen.login-landing .landing-workflow-step .landing-step-badge img {
      filter: none;
      opacity: 0.86;
    }

    body.theme-light #login-screen.login-landing .landing-module-card,
    body.light-theme #login-screen.login-landing .landing-module-card {
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.68));
      border-color: rgba(148, 163, 184, 0.16);
      box-shadow: 0 12px 24px rgba(15, 23, 42, 0.045);
    }

    body.theme-light #login-screen.login-landing .landing-module-icon,
    body.light-theme #login-screen.login-landing .landing-module-icon {
      background: rgba(226, 232, 240, 0.62);
      border-color: rgba(148, 163, 184, 0.16);
      color: #334155;
    }

    body.theme-light #login-screen.login-landing .landing-outcomes,
    body.light-theme #login-screen.login-landing .landing-outcomes {
      background:
        radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.06), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(20, 184, 166, 0.055), transparent 32%),
        linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(235, 242, 249, 0.88));
      border-color: rgba(148, 163, 184, 0.18);
      box-shadow: 0 18px 42px rgba(15, 23, 42, 0.055);
    }

    body.theme-light #login-screen.login-landing .landing-section-label,
    body.light-theme #login-screen.login-landing .landing-section-label {
      color: #2563eb;
      background: rgba(37, 99, 235, 0.08);
      border-color: rgba(37, 99, 235, 0.12);
    }

    body.theme-light #login-screen.login-landing .landing-value-icon,
    body.light-theme #login-screen.login-landing .landing-value-icon {
      color: #ffffff;
      box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    }

    body.theme-light #login-screen.login-landing .landing-value-card:nth-child(1) .landing-value-icon,
    body.light-theme #login-screen.login-landing .landing-value-card:nth-child(1) .landing-value-icon {
      background: #8b5cf6;
    }

    body.theme-light #login-screen.login-landing .landing-value-card:nth-child(2) .landing-value-icon,
    body.light-theme #login-screen.login-landing .landing-value-card:nth-child(2) .landing-value-icon {
      background: #ef4444;
    }

    body.theme-light #login-screen.login-landing .landing-value-card:nth-child(3) .landing-value-icon,
    body.light-theme #login-screen.login-landing .landing-value-card:nth-child(3) .landing-value-icon {
      background: #eab308;
    }

    body.theme-light #login-screen.login-landing .landing-value-card:nth-child(4) .landing-value-icon,
    body.light-theme #login-screen.login-landing .landing-value-card:nth-child(4) .landing-value-icon {
      background: #22c55e;
    }

    body.theme-light #login-screen.login-landing .landing-footer,
    body.light-theme #login-screen.login-landing .landing-footer {
      background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.045), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
      border-color: rgba(148, 163, 184, 0.16);
      box-shadow: 0 16px 38px rgba(15, 23, 42, 0.045);
    }

    body.theme-light #login-screen.login-landing .landing-footer-brand strong,
    body.light-theme #login-screen.login-landing .landing-footer-brand strong,
    body.theme-light #login-screen.login-landing .landing-footer-title,
    body.light-theme #login-screen.login-landing .landing-footer-title {
      color: #0f172a;
    }

    body.theme-light #login-screen.login-landing .landing-footer-brand p,
    body.light-theme #login-screen.login-landing .landing-footer-brand p,
    body.theme-light #login-screen.login-landing .landing-footer-classic .landing-footer-nav a,
    body.light-theme #login-screen.login-landing .landing-footer-classic .landing-footer-nav a,
    body.theme-light #login-screen.login-landing .landing-footer-contact-simple,
    body.light-theme #login-screen.login-landing .landing-footer-contact-simple,
    body.theme-light #login-screen.login-landing .landing-footer-meta,
    body.light-theme #login-screen.login-landing .landing-footer-meta {
      color: #475569;
    }

    body.theme-light #login-screen.login-landing .landing-footer-classic .landing-footer-nav a:hover,
    body.light-theme #login-screen.login-landing .landing-footer-classic .landing-footer-nav a:hover,
    body.theme-light #login-screen.login-landing .landing-footer-contact-simple:hover,
    body.light-theme #login-screen.login-landing .landing-footer-contact-simple:hover {
      color: #2563eb;
    }

    body.theme-light #login-screen.login-landing .landing-footer-contact-simple svg,
    body.light-theme #login-screen.login-landing .landing-footer-contact-simple svg,
    body.theme-light #login-screen.login-landing .landing-footer-contact-apply svg,
    body.light-theme #login-screen.login-landing .landing-footer-contact-apply svg {
      color: #2563eb;
    }

    /* Acik tema kontrast duzeltmeleri: secilen kucuk metin ve ikon alanlari. */
    body.theme-light #login-screen.login-landing .landing-device-query-strip span,
    body.light-theme #login-screen.login-landing .landing-device-query-strip span {
      background: rgba(255, 255, 255, 0.82);
      border-color: rgba(37, 99, 235, 0.18);
      color: #1d4ed8;
      box-shadow: 0 6px 14px rgba(37, 99, 235, 0.08);
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-search,
    body.light-theme #login-screen.login-landing .landing-device-demo-search {
      background: rgba(255, 255, 255, 0.86);
      border-color: rgba(37, 99, 235, 0.18);
      color: #1e3a8a;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-stats span,
    body.light-theme #login-screen.login-landing .landing-device-demo-stats span {
      background: rgba(219, 234, 254, 0.88);
      border: 1px solid rgba(37, 99, 235, 0.1);
      color: #1e40af;
      font-weight: 700;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row,
    body.light-theme #login-screen.login-landing .landing-device-demo-row {
      background: rgba(255, 255, 255, 0.86);
      border-color: rgba(37, 99, 235, 0.13);
      box-shadow: 0 9px 18px rgba(37, 99, 235, 0.055);
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row span,
    body.light-theme #login-screen.login-landing .landing-device-demo-row span {
      color: #1e293b;
      font-weight: 700;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row em,
    body.light-theme #login-screen.login-landing .landing-device-demo-row em {
      color: #334155;
    }

    body.theme-light #login-screen.login-landing .landing-device-demo-row strong,
    body.light-theme #login-screen.login-landing .landing-device-demo-row strong {
      color: #047857;
      font-weight: 800;
    }

    body.theme-light #login-screen.login-landing .landing-workflow-list .landing-flow-link::after,
    body.light-theme #login-screen.login-landing .landing-workflow-list .landing-flow-link::after {
      background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.22), rgba(20, 184, 166, 0.18));
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step .landing-step-badge,
    body.light-theme #login-screen.login-landing .landing-workflow-step .landing-step-badge {
      background: rgba(255, 255, 255, 0.96);
      border-color: rgba(37, 99, 235, 0.16);
      color: #1d4ed8;
      box-shadow: 0 16px 34px rgba(37, 99, 235, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    }

    body.theme-light #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge,
    body.light-theme #login-screen.login-landing .landing-workflow-step:last-of-type .landing-step-badge {
      border-color: rgba(15, 118, 110, 0.16);
      color: #0f766e;
      box-shadow: 0 16px 34px rgba(15, 118, 110, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.96);
    }

    body.theme-light #login-screen.login-landing .landing-module-card p,
    body.light-theme #login-screen.login-landing .landing-module-card p {
      color: #334155;
    }

    body.theme-light #login-screen.login-landing .landing-value-card p,
    body.light-theme #login-screen.login-landing .landing-value-card p {
      color: #334155;
    }

    body.theme-light #login-screen.login-landing .landing-section-label,
    body.light-theme #login-screen.login-landing .landing-section-label {
      background: rgba(37, 99, 235, 0.1);
      border-color: rgba(37, 99, 235, 0.18);
      color: #1d4ed8;
    }

    body.theme-light #login-screen.login-landing .landing-footer-brand p,
    body.light-theme #login-screen.login-landing .landing-footer-brand p,
    body.theme-light #login-screen.login-landing .landing-footer-classic .landing-footer-nav a,
    body.light-theme #login-screen.login-landing .landing-footer-classic .landing-footer-nav a,
    body.theme-light #login-screen.login-landing .landing-footer-contact-simple,
    body.light-theme #login-screen.login-landing .landing-footer-contact-simple,
    body.theme-light #login-screen.login-landing .landing-footer-meta,
    body.light-theme #login-screen.login-landing .landing-footer-meta {
      color: #334155;
    }

    body.theme-light #login-screen.login-landing .landing-footer-contact-simple svg,
    body.light-theme #login-screen.login-landing .landing-footer-contact-simple svg,
    body.theme-light #login-screen.login-landing .landing-footer-contact-apply svg,
    body.light-theme #login-screen.login-landing .landing-footer-contact-apply svg {
      color: #1d4ed8;
    }

    @media (max-width: 700px) {
      #login-screen.login-landing .landing-value-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 900px) {
      #login-screen.login-landing .landing-card-section-copy {
        max-width: 100%;
      }

      #login-screen.login-landing .landing-card-section-copy .landing-section-title,
      #login-screen.login-landing .landing-card-section-copy .landing-section-desc {
        white-space: normal;
      }

      #login-screen.login-landing .landing-workflow-list {
        grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
        gap: 0;
        align-items: stretch;
      }

      #login-screen.login-landing .landing-workflow-step {
        min-height: 0;
        padding: 0;
      }

      #login-screen.login-landing .landing-workflow-list .landing-flow-link {
        display: block;
      }

      #login-screen.login-landing .landing-workflow-step > div,
      #login-screen.login-landing .landing-workflow-step strong,
      #login-screen.login-landing .landing-workflow-step p {
        max-width: 100%;
        text-align: center;
      }

      #login-screen.login-landing .landing-workflow-step:not(:last-child)::after {
        display: none;
      }

      #login-screen.login-landing .landing-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      #login-screen.login-landing .landing-outcomes .landing-value-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      #login-screen.login-landing .landing-value-card {
        min-height: auto;
      }

      #login-screen.login-landing .landing-module-card {
        min-height: 46px;
      }
    }

    @media (max-width: 640px) {
      #login-screen.login-landing .landing-modules,
      #login-screen.login-landing .landing-outcomes {
        padding: 16px 14px;
        border-radius: 22px;
      }

      #login-screen.login-landing .landing-modules {
        padding: 0;
        border-radius: 0;
      }

      #login-screen.login-landing .landing-module-grid,
      #login-screen.login-landing .landing-outcomes .landing-value-strip {
        grid-template-columns: 1fr;
      }

      #login-screen.login-landing .landing-module-card {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 11px 12px 11px 16px;
      }

      #login-screen.login-landing .landing-module-card p {
        grid-column: auto;
      }

      #login-screen.login-landing .landing-step-preview {
        flex-wrap: wrap;
      }

      #login-screen.login-landing .landing-workflow-list {
        grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
        gap: 0;
      }

      #login-screen.login-landing .landing-workflow-step {
        min-height: 0;
        padding: 0 2px;
      }

      #login-screen.login-landing .landing-workflow-step .landing-step-badge {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
        border-radius: 13px;
      }

      #login-screen.login-landing .landing-workflow-step .landing-step-badge svg,
      #login-screen.login-landing .landing-workflow-step .landing-step-badge img {
        width: 20px;
        height: 20px;
      }

      #login-screen.login-landing .landing-workflow-list .landing-flow-link {
        height: 50px;
      }

      #login-screen.login-landing .landing-workflow-list .landing-flow-link::after {
        top: 25px;
      }

      #login-screen.login-landing .landing-workflow-step strong {
        margin-bottom: 6px;
        font-size: 0.76rem;
        line-height: 1.18;
        overflow-wrap: anywhere;
      }

      #login-screen.login-landing .landing-workflow-step p {
        font-size: 0.62rem;
        line-height: 1.35;
        overflow-wrap: anywhere;
      }

      #login-screen.login-landing .landing-value-card {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 14px;
      }
    }

    #login-screen.login-landing .landing-stage-device,
    #login-screen.login-landing .landing-stage-device *,
    #login-screen.login-landing .landing-stage-card {
      box-sizing: border-box;
    }

    #login-screen.login-landing .landing-device-query-strip,
    #login-screen.login-landing .landing-device-demo-search,
    #login-screen.login-landing .landing-device-demo-stats,
    #login-screen.login-landing .landing-device-demo-row {
      min-width: 0;
      overflow: hidden;
    }

    #login-screen.login-landing .landing-device-query-strip span,
    #login-screen.login-landing .landing-device-demo-search strong,
    #login-screen.login-landing .landing-device-demo-stats span,
    #login-screen.login-landing .landing-device-demo-row span,
    #login-screen.login-landing .landing-device-demo-row em,
    #login-screen.login-landing .landing-device-demo-row strong {
      min-width: 0;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    #login-screen.login-landing .landing-device-query-strip span {
      width: 100%;
      padding-left: clamp(3px, 1.5vw, 7px);
      padding-right: clamp(3px, 1.5vw, 7px);
      font-size: clamp(0.48rem, 0.85vw, 0.62rem);
    }

    #login-screen.login-landing .landing-device-demo-search span {
      flex: 0 0 auto;
    }

    #login-screen.login-landing .landing-device-demo-search strong {
      flex: 1 1 auto;
      font-size: clamp(0.58rem, 0.95vw, 0.76rem);
      line-height: 1.2;
    }

    #login-screen.login-landing .landing-device-demo-stats span {
      font-size: clamp(0.54rem, 0.9vw, 0.69rem);
    }

    #login-screen.login-landing .landing-device-demo-row > div {
      min-width: 0;
    }

    #login-screen.login-landing .landing-stage-card {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 132px;
    }

    @media (max-width: 1180px) and (min-width: 901px) {
      #login-screen.login-landing .landing-device-query-strip {
        gap: 4px;
      }

      #login-screen.login-landing .landing-device-query-strip span {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 0.46rem;
      }

      #login-screen.login-landing .landing-stage-card {
        min-height: 120px;
        animation: none !important;
        transform: none !important;
      }
    }

    @media (max-width: 900px) {
      #login-screen.login-landing .landing-device-query-strip {
        gap: 4px;
      }

      #login-screen.login-landing .landing-device-query-strip span {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 0.45rem;
      }

      #login-screen.login-landing .landing-stage-card {
        min-height: 99px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #login-screen.login-landing .landing-ambient,
      #login-screen.login-landing .landing-stage-card,
      #login-screen.login-landing .landing-stage-card::before {
        animation: none !important;
      }
    }

    /* Landing duzenleme: geri donus icin bu blok ve landing-modules--trial sinifi yeterli. */
    body.landing-view-active {
      background:
        linear-gradient(112deg, rgba(219, 234, 254, 0.86) 0%, rgba(248, 250, 252, 0.76) 34%, rgba(222, 247, 244, 0.58) 68%, rgba(248, 250, 252, 0.96) 100%),
        linear-gradient(180deg, #f8fafc 0%, #f2f7fb 38%, #edf6f3 72%, #f8fafc 100%);
      background-attachment: fixed;
    }

    #login-screen.login-landing {
      --landing-wide-rail: min(1320px, calc(100% - 48px));
    }

    #login-screen.login-landing::before {
      background:
        linear-gradient(112deg, rgba(37, 99, 235, 0.06) 0%, transparent 42%),
        linear-gradient(248deg, rgba(20, 184, 166, 0.052) 0%, transparent 38%),
        linear-gradient(90deg, rgba(15, 23, 42, 0.025) 1px, transparent 1px),
        linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px);
      background-size: 100% 100%, 100% 100%, 128px 128px, 128px 128px;
      opacity: 0.5;
    }

    #login-screen.login-landing::after {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(226, 232, 240, 0.08) 48%, rgba(236, 253, 245, 0.16) 100%),
        linear-gradient(135deg, rgba(219, 234, 254, 0.55), transparent 40%),
        linear-gradient(315deg, rgba(204, 251, 241, 0.42), transparent 42%);
    }

    body:not(.theme-light):not(.light-theme).landing-view-active {
      background:
        linear-gradient(112deg, rgba(30, 58, 138, 0.4) 0%, rgba(8, 15, 28, 0.95) 42%, rgba(6, 78, 59, 0.22) 100%),
        linear-gradient(180deg, #0f172a 0%, #08111f 46%, #061923 100%);
      background-attachment: fixed;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing::before {
      background:
        linear-gradient(112deg, rgba(59, 130, 246, 0.08) 0%, transparent 44%),
        linear-gradient(248deg, rgba(20, 184, 166, 0.07) 0%, transparent 40%),
        linear-gradient(90deg, rgba(148, 163, 184, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, 0.035) 1px, transparent 1px);
      background-size: 100% 100%, 100% 100%, 128px 128px, 128px 128px;
      opacity: 0.42;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing::after {
      background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.1), rgba(2, 6, 23, 0.18) 52%, rgba(20, 184, 166, 0.08) 100%),
        linear-gradient(135deg, rgba(37, 99, 235, 0.18), transparent 42%),
        linear-gradient(315deg, rgba(20, 184, 166, 0.12), transparent 44%);
    }

    #login-screen.login-landing .landing-topbar {
      transition: background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, transform 0.24s ease, opacity 0.2s ease;
    }

    @media (min-width: 701px) {
      #login-screen.login-landing .login-shell {
        padding-top: 88px;
      }

      #login-screen.login-landing .landing-topbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
      }
    }

    #login-screen.login-landing .landing-topbar.landing-topbar-scroll-hidden {
      transform: translate3d(0, calc(-100% - 14px), 0);
      pointer-events: none;
    }

    body.landing-login-open #login-screen.login-landing .landing-topbar {
      transform: translate3d(0, 0, 0);
      pointer-events: auto;
    }

    body.theme-light #login-screen.login-landing .landing-topbar,
    body.light-theme #login-screen.login-landing .landing-topbar {
      background: rgba(248, 250, 252, 0.84);
    }

    body.theme-light #login-screen.login-landing .landing-proof,
    body.theme-light #login-screen.login-landing .landing-faq,
    body.theme-light #login-screen.login-landing .landing-footer,
    body.light-theme #login-screen.login-landing .landing-proof,
    body.light-theme #login-screen.login-landing .landing-faq,
    body.light-theme #login-screen.login-landing .landing-footer {
      background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.04), transparent 30%),
        linear-gradient(180deg, rgba(248, 250, 252, 0.94), rgba(241, 245, 249, 0.92));
    }

    #login-screen.login-landing .landing-auth-card > .login-subtitle,
    #login-screen.login-landing .landing-auth-points {
      display: none !important;
    }

    #login-screen.login-landing .landing-auth-header {
      padding-bottom: 18px;
    }

    #login-screen.login-landing .landing-login-dialog .login-form {
      margin-top: 0;
    }

    #login-screen.login-landing .landing-ops,
    #login-screen.login-landing .landing-modules,
    #login-screen.login-landing .landing-outcomes,
    #login-screen.login-landing .landing-footer {
      width: var(--landing-wide-rail);
      max-width: none;
      margin-left: auto;
      margin-right: auto;
    }

    #login-screen.login-landing .landing-ops {
      margin-top: -10px;
      margin-bottom: 68px;
      padding: 34px 0 30px;
    }

    #login-screen.login-landing .landing-ops::before {
      width: min(1120px, 92vw);
      height: 240px;
      background:
        radial-gradient(ellipse at center, rgba(59, 130, 246, 0.1), transparent 68%),
        radial-gradient(ellipse at 80% 48%, rgba(20, 184, 166, 0.08), transparent 62%);
    }

    #login-screen.login-landing .landing-ops .landing-section-title,
    #login-screen.login-landing .landing-modules .landing-section-title {
      font-size: clamp(1.5rem, 2.2vw, 2rem);
      letter-spacing: 0;
    }

    #login-screen.login-landing .landing-ops .landing-section-desc,
    #login-screen.login-landing .landing-modules .landing-section-desc {
      max-width: 70ch;
      font-size: 0.98rem;
      line-height: 1.6;
    }

    #login-screen.login-landing .landing-workflow-list {
      width: 100%;
      max-width: none;
      margin-top: 34px;
      padding: 28px 34px 30px;
      grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr) 88px minmax(0, 1fr);
      align-items: start;
      border-color: rgba(148, 163, 184, 0.1);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(248, 250, 252, 0.18));
      border-radius: 18px;
    }

    #login-screen.login-landing .landing-workflow-step {
      min-height: 166px;
      padding: 4px 18px 0;
    }

    #login-screen.login-landing .landing-workflow-step .landing-step-badge {
      width: 64px;
      height: 64px;
      margin-bottom: 18px;
      border-radius: 16px;
      box-shadow:
        0 18px 38px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    #login-screen.login-landing .landing-workflow-step .landing-step-badge svg,
    #login-screen.login-landing .landing-workflow-step .landing-step-badge img {
      width: 24px;
      height: 24px;
    }

    #login-screen.login-landing .landing-workflow-step strong {
      margin-bottom: 8px;
      font-size: 1rem;
      line-height: 1.2;
    }

    #login-screen.login-landing .landing-workflow-step p {
      max-width: 28ch;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.82rem;
      line-height: 1.5;
    }

    #login-screen.login-landing .landing-workflow-list .landing-flow-link {
      height: 64px;
      align-self: start;
    }

    #login-screen.login-landing .landing-workflow-list .landing-flow-link::after {
      top: 32px;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-workflow-list {
      border-color: rgba(148, 163, 184, 0.12);
      background:
        linear-gradient(115deg, rgba(15, 23, 42, 0.72), rgba(8, 17, 31, 0.5) 48%, rgba(20, 184, 166, 0.1));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 24px 70px rgba(2, 6, 23, 0.22);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-workflow-step .landing-step-badge {
      color: #93c5fd;
      background: rgba(8, 13, 24, 0.92);
      border-color: rgba(148, 163, 184, 0.14);
      box-shadow:
        0 18px 38px rgba(2, 6, 23, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-workflow-step strong {
      color: #f8fafc;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-workflow-step p {
      color: rgba(203, 213, 225, 0.78);
    }

    @media (min-width: 1181px) {
      #login-screen.login-landing .login-shell {
        width: min(1440px, calc(100% - 28px));
        max-width: none;
      }

      #login-screen.login-landing .landing-topbar {
        padding-inline: max(18px, calc((100vw - 1440px) / 2 + 18px));
      }

      #login-screen.login-landing .landing-hero-grid-v2 {
        grid-template-columns: minmax(460px, 0.88fr) minmax(650px, 1.12fr);
        gap: clamp(28px, 3.5vw, 56px);
        padding-inline: 8px;
      }

      #login-screen.login-landing .landing-stage-scene {
        min-height: 600px;
      }

      #login-screen.login-landing .landing-stage-device-wrap {
        display: grid;
        grid-template-columns: minmax(158px, 176px) minmax(292px, 330px) minmax(158px, 176px);
        align-items: center;
        justify-content: center;
        justify-items: center;
        gap: clamp(30px, 3vw, 44px);
        min-height: 540px;
        padding-top: 22px;
      }

      #login-screen.login-landing .landing-stage-device {
        grid-column: 2;
        width: min(330px, 31vw);
      }

      #login-screen.login-landing .landing-stage-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        max-width: 176px;
        min-height: 132px;
        margin-left: 0;
      }

      #login-screen.login-landing .landing-stage-card-main {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        justify-self: end;
        margin-bottom: 78px;
      }

      #login-screen.login-landing .landing-stage-card-side {
        grid-column: 3;
        grid-row: 1;
        align-self: start;
        justify-self: start;
      }
    }

    @media (min-width: 701px) and (max-width: 1180px) {
      #login-screen.login-landing .landing-stage-card {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        margin-left: 0;
      }
    }

    @media (max-width: 700px) {
      #login-screen.login-landing .landing-topbar.landing-topbar-scroll-hidden {
        transform: translate3d(0, calc(-1 * var(--landing-mobile-topbar-offset, 82px)), 0);
      }

      #login-screen.login-landing .landing-auth-header {
        padding-bottom: 16px;
      }
    }

    #app-root .header-actions {
      display: inline-flex;
      align-items: center;
      flex-wrap: nowrap;
      gap: 0.28rem;
      width: auto;
      padding: 0.28rem;
      border-radius: 1rem;
    }

    #app-root .header-action-wrap,
    #app-root .header-quick-settings,
    #app-root .settings-wrap {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto;
      margin: 0;
    }

    #app-root .header-quick-settings {
      gap: 0.28rem;
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    #app-root .uyarilarim-btn-text,
    #app-root .settings-btn-text {
      display: none !important;
    }

    #app-root .header-action-btn.uyarilarim-btn,
    #app-root .header-settings-btn,
    #app-root .header-quick-btn {
      width: 2.5rem;
      min-width: 2.5rem;
      height: 2.5rem;
      min-height: 2.5rem;
      padding: 0;
      border-radius: 0.8rem;
      justify-content: center;
    }

    #app-root .header-icon-img,
    #app-root .uyarilarim-icon-img,
    #app-root .header-quick-btn .quick-icon {
      width: 1.08rem;
      height: 1.08rem;
    }

    #app-root .settings-wrap {
      order: 4;
    }

    #app-root .admin-badge {
      margin-left: 0.25rem;
    }

    #login-screen.login-landing .landing-outcomes {
      padding: 38px clamp(34px, 5vw, 64px) 42px;
      justify-items: center;
      text-align: center;
    }

    #login-screen.login-landing .landing-outcomes .landing-card-section-copy {
      width: 100%;
      max-width: 820px;
      margin-left: auto;
      margin-right: auto;
      justify-self: center;
      text-align: center;
    }

    #login-screen.login-landing .landing-outcomes .landing-section-title-lg {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

    #login-screen.login-landing .landing-outcomes .landing-value-strip {
      width: 100%;
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
      justify-self: center;
      gap: 18px;
    }

    #login-screen.login-landing .landing-outcomes .landing-value-card {
      min-height: 92px;
      padding: 4px 14px;
    }

    #login-screen.login-landing .landing-outcomes .landing-value-card strong {
      font-size: 0.92rem;
    }

    #login-screen.login-landing .landing-outcomes .landing-value-card p {
      max-width: 24ch;
      margin-left: auto;
      margin-right: auto;
      font-size: 0.74rem;
      line-height: 1.45;
    }

    #login-screen.login-landing .landing-footer {
      margin-top: 0;
      padding: 26px clamp(30px, 4vw, 58px);
      border-radius: 16px;
    }

    #login-screen.login-landing .landing-footer-main {
      width: 100%;
      max-width: none;
      display: grid;
      grid-template-columns: minmax(270px, 1.25fr) minmax(170px, 0.65fr) minmax(340px, 1fr);
      gap: clamp(32px, 6vw, 94px);
      align-items: start;
    }

    #login-screen.login-landing .landing-footer-brand strong {
      font-size: 1rem;
    }

    #login-screen.login-landing .landing-footer-brand p,
    #login-screen.login-landing .landing-footer-classic .landing-footer-nav a,
    #login-screen.login-landing .landing-footer-contact-simple {
      font-size: 0.82rem;
      line-height: 1.55;
    }

    #login-screen.login-landing .landing-footer-contact-simple-list {
      align-items: flex-start;
    }

    #login-screen.login-landing .landing-modules--trial {
      gap: 30px;
      margin-bottom: 62px;
      padding: 0;
    }

    #login-screen.login-landing .landing-modules--trial,
    body.theme-light #login-screen.login-landing .landing-modules--trial,
    body.light-theme #login-screen.login-landing .landing-modules--trial,
    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-modules--trial {
      overflow: visible;
      border-color: transparent;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    #login-screen.login-landing .landing-modules--trial .landing-card-section-copy {
      max-width: 860px;
    }

    #login-screen.login-landing .landing-modules--trial .landing-module-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 20px;
      width: 100%;
    }

    #login-screen.login-landing .landing-modules--trial .landing-module-card {
      grid-template-columns: 46px minmax(0, 1fr);
      align-items: center;
      gap: 14px;
      min-height: 104px;
      padding: 20px 24px 20px 28px;
      border-radius: 8px;
      border-color: rgba(148, 163, 184, 0.16);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.82));
      box-shadow:
        0 18px 42px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    #login-screen.login-landing .landing-modules--trial .landing-module-icon {
      width: 44px;
      height: 44px;
      border-radius: 8px;
      background: rgba(248, 250, 252, 0.92);
      border-color: rgba(148, 163, 184, 0.2);
      color: #475569;
    }

    #login-screen.login-landing .landing-modules--trial .landing-module-icon svg {
      width: 20px;
      height: 20px;
    }

    #login-screen.login-landing .landing-modules--trial .landing-module-card strong {
      font-size: 1.05rem;
      line-height: 1.18;
    }

    #login-screen.login-landing .landing-modules--trial .landing-module-card p {
      margin-top: 5px;
      font-size: 0.9rem;
      line-height: 1.5;
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-modules--trial .landing-module-card {
      background: rgba(12, 19, 31, 0.82);
      border-color: rgba(148, 163, 184, 0.12);
      box-shadow: 0 16px 36px rgba(2, 6, 23, 0.18);
    }

    body:not(.theme-light):not(.light-theme) #login-screen.login-landing .landing-modules--trial .landing-module-icon {
      background: rgba(15, 23, 42, 0.5);
      border-color: rgba(148, 163, 184, 0.16);
      color: #cbd5e1;
    }

    @media (max-width: 640px) {
      #login-screen.login-landing {
        --landing-wide-rail: min(100%, calc(100% - 24px));
      }

      #login-screen.login-landing .landing-ops,
      #login-screen.login-landing .landing-modules,
      #login-screen.login-landing .landing-outcomes,
      #login-screen.login-landing .landing-footer {
        width: var(--landing-wide-rail);
      }

      #login-screen.login-landing .landing-workflow-list {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
        border-radius: 14px;
      }

      #login-screen.login-landing .landing-workflow-list .landing-flow-link {
        display: none;
      }

      #login-screen.login-landing .landing-workflow-step {
        display: grid;
        grid-template-columns: 50px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        min-height: 86px;
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.54);
        border: 1px solid rgba(148, 163, 184, 0.13);
      }

      #login-screen.login-landing .landing-workflow-step .landing-step-badge {
        width: 50px;
        height: 50px;
        margin: 0;
        border-radius: 13px;
      }

      #login-screen.login-landing .landing-workflow-step > div,
      #login-screen.login-landing .landing-workflow-step strong,
      #login-screen.login-landing .landing-workflow-step p {
        max-width: none;
        text-align: left;
      }

      #login-screen.login-landing .landing-workflow-step strong {
        margin-bottom: 4px;
        font-size: 0.88rem;
      }

      #login-screen.login-landing .landing-workflow-step p {
        margin: 0;
        font-size: 0.74rem;
        line-height: 1.42;
      }

      #login-screen.login-landing .landing-modules--trial .landing-module-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      #login-screen.login-landing .landing-modules--trial .landing-module-card {
        grid-template-columns: 40px minmax(0, 1fr);
        min-height: 86px;
        padding: 16px 16px 16px 20px;
      }

      #login-screen.login-landing .landing-modules--trial .landing-module-icon {
        width: 38px;
        height: 38px;
      }

      #login-screen.login-landing .landing-outcomes {
        padding: 28px 18px 30px;
      }

      #login-screen.login-landing .landing-outcomes .landing-value-strip {
        grid-template-columns: 1fr 1fr;
        gap: 16px 10px;
      }

      #login-screen.login-landing .landing-outcomes .landing-value-card {
        min-height: 86px;
        padding: 4px 6px;
      }

      #login-screen.login-landing .landing-footer {
        padding: 22px 18px;
      }

      #login-screen.login-landing .landing-footer-main {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    /* ==========================================
       YENİ MODERN AYARLAR PANELİ ARAYÜZÜ (2026)
       ========================================== */
    #settings-panel.settings-panel {
      background: radial-gradient(circle at 50% 0%, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.99)) !important;
      backdrop-filter: blur(24px) !important;
      -webkit-backdrop-filter: blur(24px) !important;
      border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
      box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5) !important;
      border-radius: 24px 0 0 24px !important;
      transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    #settings-panel .settings-panel-header {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent) !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
      padding: 1.25rem 1.5rem !important;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
    }

    #settings-panel .settings-panel-header span {
      font-family: 'Outfit', sans-serif !important;
      font-weight: 600 !important;
      font-size: 1.25rem !important;
      color: #f8fafc !important;
      display: flex !important;
      align-items: center !important;
      gap: 0.6rem !important;
    }

    #settings-panel .settings-panel-header .panel-header-icon {
      width: 20px;
      height: 20px;
      opacity: 0.9;
    }

    #settings-panel .settings-panel-close {
      background: rgba(255, 255, 255, 0.04) !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      border-radius: 50% !important;
      width: 34px !important;
      height: 34px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
    }

    #settings-panel .settings-panel-close:hover {
      background: rgba(255, 255, 255, 0.09) !important;
      border-color: rgba(255, 255, 255, 0.16) !important;
      transform: rotate(90deg) !important;
    }

    #settings-panel .settings-panel-body {
      padding: 1.5rem !important;
      display: flex !important;
      flex-direction: column !important;
      gap: 1.25rem !important;
    }

    #settings-panel .settings-block {
      background: rgba(30, 41, 59, 0.45) !important;
      border: 1px solid rgba(255, 255, 255, 0.06) !important;
      border-radius: 16px !important;
      padding: 1.25rem !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
      transition: all 0.3s ease !important;
    }

    #settings-panel .settings-block:hover {
      border-color: rgba(255, 255, 255, 0.1) !important;
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2) !important;
    }

    #settings-panel .settings-block-title {
      font-family: 'Outfit', sans-serif !important;
      font-size: 0.8rem !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.08em !important;
      color: #94a3b8 !important;
      margin: 0 0 1rem 0 !important;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.08) !important;
      padding-bottom: 0.5rem !important;
    }

    #settings-panel .settings-profile-hint {
      font-size: 0.8rem !important;
      color: #64748b !important;
      line-height: 1.45 !important;
      margin: 0 0 1rem 0 !important;
    }

    #settings-panel .profit-margin-wrap {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 1rem !important;
    }

    #settings-panel .profit-margin-wrap label {
      font-size: 0.9rem !important;
      color: #cbd5e1 !important;
      font-weight: 500 !important;
    }

    #settings-panel .profit-margin-input {
      width: 90px !important;
      background: rgba(15, 23, 42, 0.6) !important;
      border: 1px solid rgba(255, 255, 255, 0.1) !important;
      border-radius: 8px !important;
      color: #fff !important;
      padding: 0.55rem !important;
      text-align: center !important;
      font-size: 0.95rem !important;
      font-weight: 600 !important;
      transition: all 0.2s ease !important;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    }

    #settings-panel .profit-margin-input:focus {
      border-color: #3b82f6 !important;
      box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25), inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
      outline: none !important;
    }

    #settings-panel .settings-profile-form {
      display: flex !important;
      flex-direction: column !important;
      gap: 1rem !important;
    }

    #settings-panel .profile-field-inline {
      display: flex !important;
      flex-direction: column !important;
      gap: 0.5rem !important;
    }

    #settings-panel .profile-field-inline label {
      font-size: 0.85rem !important;
      font-weight: 600 !important;
      color: #94a3b8 !important;
    }

    #settings-panel .profile-field-inline input[type="text"] {
      background: rgba(15, 23, 42, 0.4) !important;
      border: 1px solid rgba(255, 255, 255, 0.06) !important;
      border-radius: 10px !important;
      color: #94a3b8 !important;
      padding: 0.65rem 0.85rem !important;
      font-size: 0.9rem !important;
      cursor: not-allowed !important;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    }

    #settings-panel .phone-input-wrap {
      display: flex !important;
      align-items: center !important;
      background: rgba(15, 23, 42, 0.6) !important;
      border: 1px solid rgba(255, 255, 255, 0.1) !important;
      border-radius: 10px !important;
      overflow: hidden !important;
      transition: all 0.2s ease !important;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    }

    #settings-panel .phone-input-wrap:focus-within {
      border-color: #3b82f6 !important;
      box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.25), inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    }

    #settings-panel .phone-prefix {
      background: rgba(255, 255, 255, 0.03) !important;
      border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
      color: #64748b !important;
      padding: 0.65rem 0.75rem !important;
      font-size: 0.9rem !important;
      font-weight: 600 !important;
    }

    #settings-panel .phone-input-wrap input {
      background: transparent !important;
      border: none !important;
      color: #fff !important;
      padding: 0.65rem 0.85rem !important;
      font-size: 0.95rem !important;
      width: 100% !important;
      outline: none !important;
    }

    #settings-panel .settings-profile-inline-map {
      width: 100% !important;
      height: 220px !important;
      border-radius: 12px !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      overflow: hidden !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), inset 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    }

    #settings-panel .settings-profile-inline-map.settings-profile-leaflet-preview {
      position: relative !important;
      background: #dbe8f0 !important;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
    }

    #settings-panel .settings-profile-leaflet-preview .leaflet-control-zoom {
      margin-top: 10px !important;
      margin-left: 10px !important;
      border: 1px solid rgba(15, 23, 42, 0.16) !important;
      border-radius: 12px !important;
      overflow: hidden !important;
      box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18) !important;
    }

    #settings-panel .settings-profile-leaflet-preview .leaflet-control-zoom a {
      width: 34px !important;
      height: 34px !important;
      line-height: 34px !important;
      color: #0f172a !important;
      border: 0 !important;
      background: rgba(255, 255, 255, 0.94) !important;
      font-weight: 800 !important;
    }

    #settings-panel .settings-profile-leaflet-preview .leaflet-control-zoom a + a {
      border-top: 1px solid rgba(15, 23, 42, 0.12) !important;
    }

    #settings-panel .settings-profile-leaflet-preview .leaflet-control-attribution {
      max-width: calc(100% - 20px) !important;
      border-radius: 8px 0 0 0 !important;
      background: rgba(255, 255, 255, 0.82) !important;
      color: #334155 !important;
      font-size: 0.62rem !important;
    }

    #settings-panel .settings-profile-leaflet-pin {
      width: 38px !important;
      height: 48px !important;
      margin: 0 !important;
      background: transparent !important;
      border: 0 !important;
      filter: drop-shadow(0 8px 12px rgba(15, 23, 42, 0.38)) !important;
    }

    #settings-panel .settings-profile-leaflet-pin span {
      position: absolute !important;
      left: 50% !important;
      top: 50% !important;
      width: 28px !important;
      height: 28px !important;
      border-radius: 50% 50% 50% 0 !important;
      background: #ef4444 !important;
      border: 3px solid #ffffff !important;
      transform: translate(-50%, -50%) rotate(-45deg) !important;
      box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.14), 0 5px 12px rgba(239, 68, 68, 0.28) !important;
    }

    #settings-panel .settings-profile-leaflet-pin span::after {
      content: '' !important;
      position: absolute !important;
      left: 50% !important;
      top: 50% !important;
      width: 8px !important;
      height: 8px !important;
      border-radius: 999px !important;
      background: #ffffff !important;
      transform: translate(-50%, -50%) !important;
    }

    #settings-panel .settings-profile-inline-map.is-pin-editing .settings-profile-leaflet-pin {
      cursor: grab !important;
    }

    #settings-panel .settings-profile-inline-map.settings-profile-google-preview {
      position: relative !important;
      background: #e5e7eb !important;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
    }

    #settings-panel .settings-profile-google-frame {
      width: 100% !important;
      height: 100% !important;
      display: block !important;
      border: 0 !important;
      background: #e5e7eb !important;
    }

    #settings-panel .settings-profile-inline-map.is-pin-editing .settings-profile-google-frame {
      pointer-events: none !important;
    }

    #settings-panel .settings-profile-draggable-pin {
      --pin-x: 0px;
      --pin-y: 0px;
      position: absolute !important;
      left: 50% !important;
      top: 50% !important;
      z-index: 6 !important;
      width: 38px !important;
      height: 48px !important;
      padding: 0 !important;
      border: 0 !important;
      background: transparent !important;
      transform: translate(calc(-50% + var(--pin-x)), calc(-100% + var(--pin-y))) !important;
      pointer-events: none !important;
      filter: drop-shadow(0 8px 12px rgba(15, 23, 42, 0.38)) !important;
    }

    #settings-panel .settings-profile-draggable-pin span {
      position: absolute !important;
      left: 50% !important;
      top: 50% !important;
      width: 28px !important;
      height: 28px !important;
      border-radius: 50% 50% 50% 0 !important;
      background: #ef4444 !important;
      border: 3px solid #ffffff !important;
      transform: translate(-50%, -50%) rotate(-45deg) !important;
      box-shadow: 0 5px 12px rgba(239, 68, 68, 0.28) !important;
    }

    #settings-panel .settings-profile-draggable-pin span::after {
      content: '' !important;
      position: absolute !important;
      left: 50% !important;
      top: 50% !important;
      width: 8px !important;
      height: 8px !important;
      border-radius: 999px !important;
      background: #ffffff !important;
      transform: translate(-50%, -50%) !important;
    }

    #settings-panel .settings-profile-draggable-pin.is-unlocked {
      pointer-events: auto !important;
      cursor: grab !important;
      touch-action: none !important;
    }

    #settings-panel .settings-profile-draggable-pin.is-unlocked span {
      background: #dc2626 !important;
      box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.16), 0 5px 12px rgba(239, 68, 68, 0.3) !important;
    }

    #settings-panel .settings-profile-draggable-pin.is-dragging {
      cursor: grabbing !important;
      z-index: 8 !important;
    }

    #settings-panel .settings-profile-map-hint {
      font-size: 0.75rem !important;
      color: #64748b !important;
      margin: 0.25rem 0 0 0 !important;
      line-height: 1.4 !important;
    }

    #settings-panel .profile-location-actions {
      display: flex !important;
      flex-direction: row !important;
      gap: 0.75rem !important;
      margin-top: 0.25rem !important;
    }

    #settings-panel .profile-location-actions.profile-location-actions-grid {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 0.65rem !important;
    }

    #settings-panel .profile-location-actions-grid .action-pin-edit {
      grid-column: 1 / -1 !important;
    }

    #settings-panel .profile-use-location-btn {
      flex: 1 !important;
      background: rgba(255, 255, 255, 0.03) !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      color: #cbd5e1 !important;
      border-radius: 10px !important;
      padding: 0.65rem !important;
      font-size: 0.8rem !important;
      font-weight: 600 !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
      text-align: center !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-decoration: none !important;
      min-height: 38px !important;
    }

    #settings-panel .profile-use-location-btn:hover {
      background: rgba(255, 255, 255, 0.08) !important;
      border-color: rgba(255, 255, 255, 0.15) !important;
      transform: translateY(-1px) !important;
    }

    #settings-panel .profile-use-location-btn.is-disabled,
    #settings-panel .profile-use-location-btn:disabled {
      opacity: 0.48 !important;
      cursor: not-allowed !important;
      transform: none !important;
    }

    #settings-panel .profile-use-location-btn.action-directions:not(.is-disabled) {
      background: rgba(14, 165, 233, 0.13) !important;
      border-color: rgba(56, 189, 248, 0.26) !important;
      color: #bae6fd !important;
    }

    #settings-panel .profile-use-location-btn.action-pin-edit:not(.is-disabled) {
      background: rgba(16, 185, 129, 0.12) !important;
      border-color: rgba(52, 211, 153, 0.24) !important;
      color: #bbf7d0 !important;
    }

    #settings-panel .profile-use-location-btn.action-pin-edit.unlocked {
      background: rgba(239, 68, 68, 0.12) !important;
      border-color: rgba(248, 113, 113, 0.28) !important;
      color: #fecaca !important;
    }

    #settings-panel .settings-profile-save-btn {
      width: 100% !important;
      background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
      color: #fff !important;
      border: none !important;
      border-radius: 12px !important;
      padding: 0.75rem !important;
      font-size: 0.95rem !important;
      font-weight: 600 !important;
      cursor: pointer !important;
      transition: all 0.25s ease !important;
      box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2) !important;
      margin-top: 0.5rem !important;
    }

    #settings-panel .settings-profile-save-btn:hover {
      background: linear-gradient(135deg, #60a5fa, #2563eb) !important;
      box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35) !important;
      transform: translateY(-1px) !important;
    }

    #settings-panel .settings-profile-save-btn.highlight-save {
      animation: save-glow 2s infinite !important;
    }

    #settings-panel .settings-logout-wrap {
      margin-top: 1rem !important;
    }

    #settings-panel .logout-btn {
      width: 100% !important;
      background: transparent !important;
      border: 1px solid rgba(239, 68, 68, 0.35) !important;
      color: #f87171 !important;
      border-radius: 12px !important;
      padding: 0.75rem !important;
      font-size: 0.95rem !important;
      font-weight: 600 !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
    }

    #settings-panel .logout-btn:hover {
      background: rgba(239, 68, 68, 0.08) !important;
      border-color: #ef4444 !important;
      color: #ef4444 !important;
      box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15) !important;
      transform: translateY(-1px) !important;
    }

    /* AÇIK TEMA (LIGHT MODE) UYUMLULUĞU */
    body.theme-light #settings-panel.settings-panel,
    body.light-theme #settings-panel.settings-panel {
      background: radial-gradient(circle at 50% 0%, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.99)) !important;
      border-left: 1px solid rgba(148, 163, 184, 0.18) !important;
      box-shadow: -10px 0 40px rgba(148, 163, 184, 0.14) !important;
    }

    body.theme-light #settings-panel .settings-panel-header,
    body.light-theme #settings-panel .settings-panel-header {
      border-bottom: 1px solid rgba(148, 163, 184, 0.14) !important;
      background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0)) !important;
    }

    body.theme-light #settings-panel .settings-panel-header span,
    body.light-theme #settings-panel .settings-panel-header span {
      color: #0f172a !important;
    }

    body.theme-light #settings-panel .settings-panel-close,
    body.light-theme #settings-panel .settings-panel-close {
      background: rgba(15, 23, 42, 0.03) !important;
      border-color: rgba(148, 163, 184, 0.16) !important;
      color: #475569 !important;
    }

    body.theme-light #settings-panel .settings-panel-close:hover,
    body.light-theme #settings-panel .settings-panel-close:hover {
      background: rgba(15, 23, 42, 0.06) !important;
      border-color: rgba(148, 163, 184, 0.25) !important;
    }

    body.theme-light #settings-panel .settings-block,
    body.light-theme #settings-panel .settings-block {
      background: #ffffff !important;
      border: 1px solid rgba(148, 163, 184, 0.16) !important;
      box-shadow: 0 4px 20px rgba(148, 163, 184, 0.04) !important;
    }

    body.theme-light #settings-panel .settings-block-title,
    body.light-theme #settings-panel .settings-block-title {
      color: #475569 !important;
      border-bottom-color: rgba(148, 163, 184, 0.14) !important;
    }

    body.theme-light #settings-panel .settings-profile-hint,
    body.light-theme #settings-panel .settings-profile-hint {
      color: #64748b !important;
    }

    body.theme-light #settings-panel .profit-margin-wrap label,
    body.light-theme #settings-panel .profit-margin-wrap label {
      color: #334155 !important;
    }

    body.theme-light #settings-panel .profit-margin-input,
    body.light-theme #settings-panel .profit-margin-input {
      background: #f8fafc !important;
      border-color: rgba(148, 163, 184, 0.25) !important;
      color: #0f172a !important;
      box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05) !important;
    }

    body.theme-light #settings-panel .profile-field-inline label,
    body.light-theme #settings-panel .profile-field-inline label {
      color: #475569 !important;
    }

    body.theme-light #settings-panel .profile-field-inline input[type="text"],
    body.light-theme #settings-panel .profile-field-inline input[type="text"] {
      background: #f1f5f9 !important;
      border-color: rgba(148, 163, 184, 0.14) !important;
      color: #64748b !important;
    }

    body.theme-light #settings-panel .phone-input-wrap,
    body.light-theme #settings-panel .phone-input-wrap {
      background: #ffffff !important;
      border-color: rgba(148, 163, 184, 0.25) !important;
      box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05) !important;
    }

    body.theme-light #settings-panel .phone-prefix,
    body.light-theme #settings-panel .phone-prefix {
      background: #f8fafc !important;
      border-right-color: rgba(148, 163, 184, 0.2) !important;
      color: #475569 !important;
    }

    body.theme-light #settings-panel .phone-input-wrap input,
    body.light-theme #settings-panel .phone-input-wrap input {
      color: #0f172a !important;
    }

    body.theme-light #settings-panel .profile-use-location-btn,
    body.light-theme #settings-panel .profile-use-location-btn {
      background: #ffffff !important;
      border-color: rgba(148, 163, 184, 0.25) !important;
      color: #334155 !important;
    }

    body.theme-light #settings-panel .profile-use-location-btn:hover,
    body.light-theme #settings-panel .profile-use-location-btn:hover {
      background: #f8fafc !important;
      border-color: rgba(148, 163, 184, 0.4) !important;
    }

    body.theme-light #settings-panel .settings-profile-inline-map,
    body.light-theme #settings-panel .settings-profile-inline-map {
      border-color: rgba(148, 163, 184, 0.2) !important;
    }

    /* Preset margins row */
    #settings-panel .profit-margin-presets {
      display: flex !important;
      gap: 0.5rem !important;
      flex-wrap: wrap !important;
      margin-top: 1rem !important;
    }

    #settings-panel .preset-btn {
      flex: 1 !important;
      min-width: 60px !important;
      background: rgba(255, 255, 255, 0.03) !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      color: #94a3b8 !important;
      border-radius: 8px !important;
      padding: 0.45rem 0.6rem !important;
      font-size: 0.78rem !important;
      font-weight: 600 !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
      text-align: center !important;
    }

    #settings-panel .preset-btn:hover {
      background: rgba(255, 255, 255, 0.08) !important;
      border-color: rgba(255, 255, 255, 0.15) !important;
      color: #fff !important;
      transform: translateY(-1px) !important;
    }

    #settings-panel .preset-btn.active {
      background: rgba(59, 130, 246, 0.15) !important;
      border-color: #3b82f6 !important;
      color: #60a5fa !important;
      box-shadow: 0 0 10px rgba(59, 130, 246, 0.2) !important;
    }

    #settings-panel .preset-btn.preset-reset {
      background: rgba(239, 68, 68, 0.08) !important;
      border-color: rgba(239, 68, 68, 0.15) !important;
      color: #f87171 !important;
    }

    #settings-panel .preset-btn.preset-reset:hover {
      background: rgba(239, 68, 68, 0.15) !important;
      border-color: rgba(239, 68, 68, 0.3) !important;
      color: #ef4444 !important;
    }

    #settings-panel .preset-btn.preset-reset.active {
      background: rgba(239, 68, 68, 0.2) !important;
      border-color: #ef4444 !important;
      color: #fca5a5 !important;
      box-shadow: 0 0 10px rgba(239, 68, 68, 0.2) !important;
    }

    /* Shop Card */
    #settings-panel .profile-shop-card {
      display: flex !important;
      align-items: center !important;
      gap: 0.95rem !important;
      background: rgba(255, 255, 255, 0.02) !important;
      border: 1px solid rgba(255, 255, 255, 0.05) !important;
      border-radius: 12px !important;
      padding: 0.85rem 1rem !important;
      margin-bottom: 0.5rem !important;
    }

    #settings-panel .profile-shop-avatar {
      width: 40px !important;
      height: 40px !important;
      border-radius: 10px !important;
      background: rgba(59, 130, 246, 0.12) !important;
      color: #3b82f6 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      border: 1px solid rgba(59, 130, 246, 0.2) !important;
    }

    #settings-panel .profile-shop-info {
      display: flex !important;
      flex-direction: column !important;
      gap: 0.15rem !important;
    }

    #settings-panel .profile-shop-label {
      font-size: 0.72rem !important;
      color: #64748b !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.05em !important;
    }

    #settings-panel .profile-shop-name {
      font-size: 1.05rem !important;
      font-weight: 700 !important;
      color: #f8fafc !important;
      margin: 0 !important;
      letter-spacing: -0.01em !important;
    }

    #settings-panel .field-desc {
      font-size: 0.78rem !important;
      color: #64748b !important;
      margin: 0 0 0.2rem 0 !important;
      line-height: 1.4 !important;
    }

    /* Map wrapper */
    #settings-panel .settings-profile-inline-map-wrapper {
      position: relative !important;
      border-radius: 12px !important;
      overflow: hidden !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
    }

    .profile-inline-map.profile-google-preview {
      background: #e5e7eb !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24) !important;
    }

    .profile-inline-map .profile-google-frame,
    .profile-inline-map .settings-profile-google-frame {
      width: 100% !important;
      height: 100% !important;
      display: block !important;
      border: 0 !important;
      background: #e5e7eb !important;
    }

    .profile-map-actions {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 0.55rem !important;
      margin-top: 0.55rem !important;
    }

    .profile-map-action-btn {
      min-height: 40px !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      border-radius: 10px !important;
      border: 1px solid rgba(96, 165, 250, 0.24) !important;
      background: rgba(59, 130, 246, 0.12) !important;
      color: #bfdbfe !important;
      font-size: 0.82rem !important;
      font-weight: 700 !important;
      text-decoration: none !important;
    }

    .profile-map-action-btn.profile-map-directions-link {
      border-color: rgba(56, 189, 248, 0.28) !important;
      background: rgba(14, 165, 233, 0.14) !important;
      color: #bae6fd !important;
    }

    /* Light Theme Overrides */
    body.theme-light #settings-panel .preset-btn,
    body.light-theme #settings-panel .preset-btn {
      background: #ffffff !important;
      border-color: rgba(148, 163, 184, 0.25) !important;
      color: #475569 !important;
    }

    body.theme-light #settings-panel .preset-btn:hover,
    body.light-theme #settings-panel .preset-btn:hover {
      background: #f8fafc !important;
      border-color: rgba(148, 163, 184, 0.4) !important;
      color: #0f172a !important;
    }

    body.theme-light #settings-panel .preset-btn.active,
    body.light-theme #settings-panel .preset-btn.active {
      background: rgba(37, 99, 235, 0.08) !important;
      border-color: #2563eb !important;
      color: #2563eb !important;
      box-shadow: 0 0 10px rgba(37, 99, 235, 0.1) !important;
    }

    body.theme-light #settings-panel .preset-btn.preset-reset,
    body.light-theme #settings-panel .preset-btn.preset-reset {
      background: rgba(220, 38, 38, 0.05) !important;
      border-color: rgba(220, 38, 38, 0.15) !important;
      color: #dc2626 !important;
    }

    body.theme-light #settings-panel .preset-btn.preset-reset:hover,
    body.light-theme #settings-panel .preset-btn.preset-reset:hover {
      background: rgba(220, 38, 38, 0.1) !important;
      border-color: rgba(220, 38, 38, 0.25) !important;
      color: #b91c1c !important;
    }

    body.theme-light #settings-panel .preset-btn.preset-reset.active,
    body.light-theme #settings-panel .preset-btn.preset-reset.active {
      background: rgba(220, 38, 38, 0.12) !important;
      border-color: #dc2626 !important;
      color: #b91c1c !important;
    }

    body.theme-light #settings-panel .profile-shop-card,
    body.light-theme #settings-panel .profile-shop-card {
      background: #f8fafc !important;
      border-color: rgba(148, 163, 184, 0.16) !important;
    }

    body.theme-light #settings-panel .profile-shop-avatar,
    body.light-theme #settings-panel .profile-shop-avatar {
      background: rgba(37, 99, 235, 0.08) !important;
      color: #2563eb !important;
      border-color: rgba(37, 99, 235, 0.15) !important;
    }

    body.theme-light #settings-panel .profile-shop-name,
    body.light-theme #settings-panel .profile-shop-name {
      color: #0f172a !important;
    }

    body.theme-light #settings-panel .field-desc,
    body.light-theme #settings-panel .field-desc {
      color: #64748b !important;
    }

    body.theme-light #settings-panel .settings-profile-inline-map-wrapper,
    body.light-theme #settings-panel .settings-profile-inline-map-wrapper {
      border-color: rgba(148, 163, 184, 0.2) !important;
    }

    body.theme-light .profile-inline-map.profile-google-preview,
    body.light-theme .profile-inline-map.profile-google-preview {
      border-color: rgba(148, 163, 184, 0.24) !important;
      box-shadow: 0 8px 20px rgba(148, 163, 184, 0.16) !important;
    }

    body.theme-light .profile-map-action-btn,
    body.light-theme .profile-map-action-btn {
      background: rgba(37, 99, 235, 0.08) !important;
      border-color: rgba(37, 99, 235, 0.18) !important;
      color: #1d4ed8 !important;
    }

    body.theme-light .profile-map-action-btn.profile-map-directions-link,
    body.light-theme .profile-map-action-btn.profile-map-directions-link {
      background: rgba(2, 132, 199, 0.08) !important;
      border-color: rgba(2, 132, 199, 0.2) !important;
      color: #0369a1 !important;
    }

    #settings-panel .loading-spinner {
      display: inline-block !important;
      width: 12px !important;
      height: 12px !important;
      border: 2px solid rgba(255, 255, 255, 0.3) !important;
      border-radius: 50% !important;
      border-top-color: #fff !important;
      animation: spin 0.8s linear infinite !important;
      margin-right: 6px !important;
      vertical-align: middle !important;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }
