/* bug.php EO · kill purple / ios soft chrome */
body.eo-bug{--eh-accent:var(--eh-red)}
.eo-bug{
  --purple:#c41212 !important;
  --ios-purple:#c41212 !important;
  background:
    linear-gradient(180deg,#ebe7df 0%,#f3f1ec 140px,#f0eeea 100%) !important;
}
.eo-bug .bug-tab-nav{
  border-bottom:1px solid #111 !important;
  background:#fff !important;
  padding:0 !important;
  margin:0 0 16px !important;
}
.eo-bug .bug-tab-nav .block-inner{
  display:flex;flex-wrap:wrap;gap:0;
  border:1px solid #111;border-bottom:0;
  max-width:var(--page-w,1280px);
  margin:0 auto;
}
.eo-bug .ios-tab-item{
  border:0 !important;
  border-right:1px solid #111 !important;
  border-radius:0 !important;
  background:#fff !important;
  color:#111 !important;
  box-shadow:none !important;
  font-family:var(--eh-mono) !important;
  font-size:12px !important;font-weight:700;
  padding:10px 14px !important;
  flex:1 1 auto;min-width:0;text-align:center;
}
.eo-bug .ios-tab-item:last-child{border-right:0 !important}
.eo-bug .ios-tab-item .n{color:var(--eh-red);margin-right:6px}
.eo-bug .ios-tab-item.active,
.eo-bug .ios-tab-item:hover{
  background:#111 !important;color:#fff !important;
}
.eo-bug .ios-tab-item.active .n{color:var(--eh-gold)}
.eo-bug .ios-grid,
.eo-bug .ios-skeleton-grid{
  display:grid;gap:14px;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
}
.eo-bug .ios-card,
.eo-bug .ios-skeleton-card{
  border:1px solid #111 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#fff !important;
  padding:14px !important;
}
.eo-bug .ios-card:hover{box-shadow:3px 3px 0 #111 !important;transform:none !important}
.eo-bug .ios-source-badge,
.eo-bug .ios-mag,
.eo-bug [class*="badge"]{
  border-radius:0 !important;
  border:1px solid #111 !important;
  font-family:var(--eh-mono) !important;
}
.eo-bug .bug-footer{
  border-top:1px solid #111;margin-top:24px;padding:16px var(--gx,20px);
  font-family:var(--eh-mono);font-size:11px;color:rgba(0,0,0,.45);
  background:transparent !important;
}
.eo-bug .ios-skeleton{border-radius:0 !important;background:#e8e4dc !important}


.eo-bug .ios-highlight-icon.alert,
.eo-bug .wind-strong,
.eo-bug .wind-moderate{
  background:#111 !important;
  background-image:none !important;
}
.eo-bug .wind-strong{background:var(--eh-red) !important}
.eo-bug .wind-moderate{background:var(--eh-ink) !important}
