      #msSheet .ms-launch-card { max-height: 88vh; overflow-y: auto; -webkit-overflow-scrolling: touch; }
      #msSheet .ms-launch-grab { width: 40px; height: 4px; border-radius: 99px; background: #d8dde6; margin: 2px auto 12px; }
      #msSheet .ms-sheet-user { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; color:var(--brand-navy); margin-bottom:4px; }
      #msSheet .ms-sheet-user i { color:var(--brand-gold); }
      #msSheet .ms-launch-sec-lbl { font-size:11px; font-weight:700; letter-spacing:.06em; color:#8a97ad; text-transform:uppercase; margin:16px 2px 9px; }
      #msSheet .ms-launch-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
      #msSheet .ms-launch {
        display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
        padding:13px 5px; border:1px solid #e6e9f0; border-radius:15px; background:#fff; cursor:pointer;
        font-family:inherit; font-size:11.5px; font-weight:600; color:#1f2a44; min-height:78px; transition:transform .12s, box-shadow .15s;
      }
      #msSheet .ms-launch:active { transform:scale(.95); box-shadow:0 4px 14px rgba(15,42,82,.12); }
      #msSheet .ms-launch i {
        font-size:19px; color:var(--brand-navy); width:42px; height:42px; display:flex; align-items:center; justify-content:center;
        border-radius:12px; background:linear-gradient(135deg,#f4ecda,#fffdf8); border:1px solid #ecd9ad;
      }
      #msSheet .ms-launch span { line-height:1.2; text-align:center; }
      #msSheet .ms-sheet-item { margin-top:10px; }
