  .pushCards{
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));
    gap:10px;
    margin-bottom:10px;
  }
  .pushCard{
    border:1px solid var(--border);
    background:rgba(253,253,251,.94);
    border-radius:20px;
    padding:14px;
    cursor:pointer;
    transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
  }
  .pushCard:hover{
    border-color:var(--accent-line);
    transform:translateY(-1px);
    box-shadow:var(--shadow2);
  }
  .pushHead{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:8px;
    margin-bottom:6px;
  }
  .pushTicker{
    font-weight:800;
    font-size:18px;
    line-height:1.1;
    color:var(--primary);
    letter-spacing:.2px;
  }
  .pushMeta{
    font-size:12px;
    color:var(--muted);
    margin-bottom:8px;
  }
  .pushCard .pill{
    font-weight:700;
    letter-spacing:.02em;
  }
  .pushCard .pill.provider-ubs{
    background:#e3e8f2;
    border-color:#93a1ba;
    color:#22335d;
  }
  .pushCard .pill.provider-citi{
    background:#f2e4bf;
    border-color:#d7b263;
    color:#765018;
  }
  .pushCard .pill.provider-ms{
    background:#e6e1d7;
    border-color:#b0a79a;
    color:#4e4a43;
  }
  .pushExcerpt{
    font-size:13px;
    color:var(--slate-ink);
    line-height:1.6;
    display:-webkit-box;
    line-clamp:3;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .pushEmpty{
    margin-top:10px;
    border:1px solid var(--border);
    background:#faf6ee;
    border-radius:20px;
    padding:18px;
    color:var(--muted);
    font-size:13px;
  }
  .pushBad{
    margin:10px 0 8px;
    color:var(--warn-text);
    font-family:Aptos, "Aptos Display", Arial, sans-serif;
    font-size:13px;
    line-height:1.4;
  }
  .pushProgress{
    border:none;
    background:transparent;
    border-radius:0;
    padding:0;
    margin-bottom:10px;
  }
  .pushStats{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:8px;
  }
  .pushProgressBar{
    height:9px;
    border-radius:999px;
    background:#ddd7ca;
    overflow:hidden;
  }
  .pushProgressFill{
    height:100%;
    width:0%;
    background:var(--primary);
    transition:width .2s ease;
  }
  .pushProgressText{
    margin-top:6px;
    font-size:12px;
    color:var(--muted);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
  }
  .pushQueue{
    border:1px solid var(--border);
    border-radius:18px;
    background:rgba(253,253,251,.92);
    padding:12px;
    margin-bottom:10px;
  }
  .pushQueueTitle{
    font-size:12px;
    color:var(--muted);
    margin-bottom:8px;
  }
  .pushQueueList{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .pushTask{
    display:inline-flex;
    align-items:center;
    gap:6px;
    border:1px solid rgba(28, 31, 78, .16);
    border-radius:999px;
    padding:7px 12px;
    font-size:12px;
    color:var(--primary);
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,244,236,.96));
  }
  .pushTask.running{
    border-color:rgba(205, 155, 52, .55);
    background:linear-gradient(180deg, #fff4cf, #f7df92);
    color:var(--warn-text);
  }
  .pushTask.pending{
    border-color:rgba(28, 31, 78, .14);
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,243,249,.95));
    color:#2d3568;
  }
  .pushModal{
    position:fixed;
    inset:0;
    z-index:1750;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
  }
  .pushModal.hidden{
    display:none;
  }
  .pushPanel{
    position:relative;
    width:min(760px, calc(100vw - 40px));
    max-height:calc(100vh - 60px);
    overflow:auto;
    border-radius:24px;
    border:1px solid var(--border);
    background:rgba(253,253,251,.98);
    box-shadow:var(--shadow);
    padding:22px;
  }
  .pushPanel h3{
    margin:0 0 8px;
    color:var(--primary);
  }
  .pushDetailMeta{
    font-size:12px;
    color:var(--muted);
    margin-bottom:12px;
  }
  .pushDetailText{
    line-height:1.82;
    font-size:14px;
    white-space:pre-wrap;
    color:var(--text);
  }
  @media (max-width: 1180px){
    .pushCards{
      grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));
    }
    .pushPanel{
      width:min(700px, calc(100vw - 32px));
      max-height:calc(100vh - 40px);
    }
  }
  @media (max-width: 768px){
    .pushCards{
      grid-template-columns:1fr;
      gap:8px;
    }
    .pushCard{
      padding:10px;
    }
    .pushTicker{
      font-size:16px;
    }
    .pushExcerpt{
      font-size:12px;
      line-height:1.55;
    }
    .pushStats{
      gap:6px;
    }
    .pushProgressText{
      flex-direction:column;
      align-items:flex-start;
      gap:4px;
      line-height:1.45;
    }
    .pushQueue{
      padding:9px;
    }
    .pushQueueList{
      gap:6px;
    }
    .pushTask{
      max-width:100%;
      white-space:normal;
      line-height:1.35;
    }
    .pushModal{
      padding:10px;
      align-items:flex-end;
    }
    .pushPanel{
      width:100%;
      max-height:min(88dvh, calc(100vh - 20px));
      border-radius:16px 16px 0 0;
      padding:14px;
    }
    .pushDetailText{
      font-size:13px;
      line-height:1.7;
    }
  }
