/* Events card polish: compact, GoWithHer-native, same reaction buttons. */
.event-card{
  background:var(--cream)!important;
  padding:14px!important;
  border-radius:28px!important;
  box-shadow:6px 6px 0 var(--ink)!important;
  display:grid;
  gap:10px;
}
.event-card.free-event{background:var(--cream)!important}
.event-card.vip-event{background:linear-gradient(135deg,#fff8ea 0%,#fff8ea 58%,#f3a4dc 100%)!important}
.event-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:9px;background:var(--blue);border-right:3px solid var(--ink)}
.event-card.free-event::before{background:var(--lime)}
.event-card.vip-event::before{background:var(--pink)}
.event-card-top{padding-left:8px;min-height:76px;align-items:flex-start}
.event-card-top>div:first-child{min-width:0;flex:1}
.event-card h3{font-size:23px;line-height:1.02;margin:7px 72px 5px 0;letter-spacing:-.8px;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.event-card .meta{font-size:10.5px;line-height:1.25;font-weight:900;color:var(--muted);max-width:calc(100% - 12px)}
.event-tag,.vip-tag{font-size:9px!important;padding:5px 8px!important;letter-spacing:.04em}
.flash-tag{background:var(--lime)!important}
.event-big-emoji{right:10px!important;top:10px!important;width:58px;height:58px;font-size:39px!important;display:grid;place-items:center;background:var(--pink);border:3px solid var(--ink);border-radius:18px;transform:rotate(4deg)!important;filter:none!important;box-shadow:3px 3px 0 var(--ink);z-index:3}
.free-event .event-big-emoji{background:var(--lime)}
.vip-event .event-big-emoji{background:var(--orange)}
.event-description{max-width:none!important;margin:0 0 0 8px!important;padding:10px 12px;background:rgba(255,255,255,.62);border:2px solid var(--ink);border-radius:14px;font-size:13px;line-height:1.35;font-weight:750;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.event-place,.event-life{display:inline-flex!important;width:max-content;max-width:calc(100% - 8px);align-items:center;margin:0 0 0 8px!important;padding:6px 9px;border:2px solid var(--ink);border-radius:999px;background:#fff;font-size:10.5px;line-height:1.1;font-weight:1000}
.event-life{background:var(--blue)}
.free-event .event-life{background:var(--lime)}
.event-stats{margin:0 0 0 8px!important;padding-top:2px;gap:6px!important}
.event-stats span{padding:5px 8px!important;font-size:10.5px!important;background:#fff!important;box-shadow:none}
.event-reactions{margin:2px 0 0 8px!important}
.event-cancel{margin:0 0 0 8px!important;width:max-content;background:transparent!important;border-width:2px!important;opacity:.78}
.mine-events .event-card{margin-bottom:4px}

/* HATER sees the same visual language. */
.hater-event-card{background:var(--cream)!important;border-radius:28px!important;padding:14px!important;box-shadow:6px 6px 0 var(--ink)!important}
.hater-event-card.vip{background:linear-gradient(135deg,#fff8ea,#f3a4dc)!important}
.hater-event-card .event-big-emoji{top:9px!important;right:9px!important}
.hater-event-card h3{font-size:22px;line-height:1.02;margin:9px 70px 7px 0}
.hater-event-card .event-description{margin-left:0!important}

@media(max-width:760px){
  .event-card{padding:13px!important;gap:9px}
  .event-card-top{padding-left:7px;min-height:70px}
  .event-card h3{font-size:21px!important;margin-right:66px!important}
  .event-big-emoji{width:54px;height:54px;font-size:36px!important}
  .event-description{font-size:13px;padding:9px 10px}
  .event-place,.event-life{font-size:10px}
  .event-stats span{font-size:10px!important}
}
