/* ===== Patch Notes (Advanced) ===== */

.patch-banner{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  margin:10px 16px 0;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
  background: rgba(0,0,0,0.18);
  cursor:pointer;
  user-select:none;
}
.patch-banner:hover{
  border-color: rgba(88,101,242,0.55);
  background: rgba(88,101,242,0.12);
}
.patch-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:2px 10px;
  border-radius:999px;
  background: rgba(88,101,242,0.22);
  font-weight:900;
  font-size:12px;
}
.patch-banner-title{ font-weight:900; }
.patch-banner-sub{
  color:#b9bbbe;
  font-size:12px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top:2px;
}
.patch-icon-preview{
  width:40px;
  height:40px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.25);
  border:1px solid rgba(255,255,255,0.08);
}
.patch-note-card{
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  padding:12px;
  margin-bottom:10px;
}
.patch-note-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
}
.patch-note-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.25);
  border:1px solid rgba(255,255,255,0.08);
  flex:0 0 44px;
}
.patch-note-meta{
  display:flex;
  gap:10px;
  align-items:baseline;
  flex-wrap:wrap;
}
.patch-note-version{ font-weight:1000; }
.patch-note-date{ color:#b9bbbe; font-size:12px; }
.patch-note-title{ margin-top:6px; font-weight:900; }
