body{background:#050505;color:#fff}
.launchGrid45{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.launchCard45{display:block;text-decoration:none;color:#fff;padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#111,#090909);min-height:128px}
.launchTitle45{font-size:18px;font-weight:900;margin-bottom:6px}
.launchSub45{font-size:13px;color:#bdbdbd;line-height:1.35}
.launchIcon45{font-size:28px;margin-bottom:10px}
.launchHero45{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(180deg,#0d0d0d,#090909);margin-bottom:18px}
.launchTop45{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;background:#050505;z-index:10}
.launchBrand45{display:flex;align-items:center;gap:12px;font-weight:900}
.launchLogo45{width:42px;height:42px;border-radius:50%;background:#120000;border:2px solid #d9152a;color:#ff2a2a;display:flex;align-items:center;justify-content:center;box-shadow:0 0 18px rgba(217,21,42,.35)}
@media (max-width:720px){.launchGrid45{grid-template-columns:1fr}}
