/* ============================================================================
   events-os.css: /events/ and the event page in the homepage's look
   (owner 2026-09-27, artifact 7MBQTA2tqAPYQrGUmsJduv).
   Loaded by Theme\EventsOs only; every rule is under body.cg-events-os, which
   only cryptogames.gg's /events/ and event pages carry (egamers.io keeps its
   own look, owner's order). The palette is home-os.css's.
   The cards are EventsList's shared markup, restyled here, not rewritten.
   ============================================================================ */

/* ---------------------------------------------------------------- tokens */
body.cg-events-os {
  --evos-bg: #191919;
  --evos-s1: #212121;
  --evos-s2: #333333;
  --evos-s3: #3f3f3f;
  --evos-line: rgba(255, 255, 255, .08);
  --evos-text: #ffffff;
  --evos-muted: #b5b5b5;
  --evos-faint: #8a8a8a;
  --evos-accent: #9d8cff;
  --evos-grad: linear-gradient(135deg, #06707f 0%, #4a28c4 62%, #7b2fc0 100%);
  --evos-soft: rgba(106, 80, 255, .16);
  --evos-soft-line: rgba(157, 140, 255, .24);
  --evos-glow: rgba(123, 47, 192, .55);
  --evos-glow-2: rgba(74, 40, 196, .28);
  --evos-title: linear-gradient(120deg, #4fd1e0 0%, #9d8cff 55%, #c792ff 100%);
  --evos-well: rgba(0, 0, 0, .32);
  --evos-fade: 25, 25, 25;
  --evos-up: #35b477;
  --evos-up-ink: #5fd49a;
  --evos-up-soft: rgba(53, 180, 119, .14);
}
body:not([data-theme="dark"]).cg-events-os {
  --evos-bg: #ffffff;
  --evos-s1: #f4f4f6;
  --evos-s2: #e9e9ee;
  --evos-s3: #dedee6;
  --evos-line: rgba(0, 0, 0, .08);
  --evos-text: #191919;
  --evos-muted: #6b6b6b;
  --evos-faint: #8a8a8a;
  --evos-accent: #4a28c4;
  --evos-soft: rgba(74, 40, 196, .10);
  --evos-soft-line: rgba(74, 40, 196, .20);
  --evos-glow: rgba(123, 47, 192, .22);
  --evos-glow-2: rgba(74, 40, 196, .12);
  --evos-title: linear-gradient(120deg, #06707f 0%, #4a28c4 60%, #7b2fc0 100%);
  --evos-well: rgba(255, 255, 255, .7);
  --evos-fade: 244, 244, 246;
  --evos-up: #2f9e68;
  --evos-up-ink: #217a4f;
  --evos-up-soft: rgba(47, 158, 104, .12);
}

/* What the shell and events.css read, pointed at the palette above. */
body.cg-events-os .cg-content-area {
  --color-on-surface: var(--evos-text);
  --color-on-surface-variant: var(--evos-muted);
  --color-primary-fixed-dim: var(--evos-accent);
  --font-headline: Inter, system-ui, sans-serif;
  --cg-ev-bg: var(--evos-s1);
  --cg-ev-ink: var(--evos-text);
  --cg-ev-muted: var(--evos-muted);
  --cg-ev-faint: var(--evos-faint);
  --cg-ev-hair: var(--evos-line);
  --cg-ev-accent: var(--evos-accent);
}
body.cg-events-os .cg-events-filters,
body.cg-events-os .cg-ev-grid,
body.cg-events-os .cg-ev-card,
body.cg-events-os .cg-ev-section-heading {
  --cg-ev-bg: var(--evos-s1);
  --cg-ev-ink: var(--evos-text);
  --cg-ev-muted: var(--evos-muted);
  --cg-ev-faint: var(--evos-faint);
  --cg-ev-hair: var(--evos-line);
  --cg-ev-accent: var(--evos-accent);
}

/* ---------------------------------------------------------- page ground */
body.cg-events-os,
body.cg-events-os main.cg-main,
body.cg-events-os .cg-content-area { background: var(--evos-bg); }
body.cg-events-os .cg-content-area {
  max-width: none; padding: 20px 24px 40px;
  font-family: Inter, system-ui, sans-serif; color: var(--evos-text);
}

/* ------------------------------------------------------------ list hero */
body.cg-events-os .cg-evos-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end;
  margin: 0 0 18px; padding: 26px 28px; border-radius: 18px;
  background:
    radial-gradient(120% 140% at 100% 0%, var(--evos-glow) 0%, var(--evos-glow-2) 35%, transparent 70%),
    var(--evos-s1);
}
body.cg-events-os .cg-evos-hero-main { min-width: 0; }
body.cg-events-os .cg-evos-crumb { margin: 0 0 10px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--evos-muted); }
body.cg-events-os .cg-evos-crumb a { color: inherit; text-decoration: none; }
body.cg-events-os .cg-evos-crumb a:hover { color: var(--evos-accent); }
body.cg-events-os .cg-evos-title { margin: 0; font: 800 40px/1.05 Inter, system-ui, sans-serif; letter-spacing: -.02em; color: var(--evos-text); text-wrap: balance; }
body.cg-events-os .cg-evos-title em {
  font-style: normal; background: var(--evos-title);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
body.cg-events-os .cg-evos-sub { margin: 8px 0 0; max-width: 60ch; font-size: 15px; color: var(--evos-muted); }

body.cg-events-os .cg-evos-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 10px; }
body.cg-events-os .cg-evos-stat { min-width: 118px; padding: 12px 16px; border-radius: 12px; background: var(--evos-well); border: 1px solid var(--evos-line); }
body.cg-events-os .cg-evos-stat-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--evos-muted); }
body.cg-events-os .cg-evos-stat-value {
  display: flex; align-items: center; gap: 8px;
  font-size: 22px; font-weight: 700; line-height: 1.3; color: var(--evos-text); font-variant-numeric: tabular-nums;
}
body.cg-events-os .cg-evos-dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--evos-up); box-shadow: 0 0 0 4px var(--evos-up-soft); }

/* ---------------------------------------------------------- filter tabs */
body.cg-events-os .cg-events-filters {
  display: inline-flex; flex-wrap: wrap; max-width: 100%; gap: 4px; padding: 4px; margin: 0 0 18px;
  border-radius: 12px; background: var(--evos-s1);
}
body.cg-events-os a.cg-ev-chip {
  display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px;
  border: 0; border-radius: 9px; font: 600 13px/1 Inter, system-ui, sans-serif; color: var(--evos-muted);
}
body.cg-events-os a.cg-ev-chip:hover { color: var(--evos-text); }
body.cg-events-os a.cg-ev-chip.is-active { background: var(--evos-s3); color: var(--evos-text); font-weight: 600; }
body.cg-events-os a.cg-ev-chip:focus-visible { outline: 2px solid var(--evos-accent); outline-offset: 2px; }
body.cg-events-os .cg-ev-chip-n { font-style: normal; font-size: 11px; color: var(--evos-faint); font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------- band headings */
body.cg-events-os .cg-ev-section-heading {
  display: flex; align-items: center; gap: 10px; margin: 26px 0 12px;
  font: 700 18px/1.2 Inter, system-ui, sans-serif; color: var(--evos-text);
}
body.cg-events-os .cg-ev-section-heading:first-of-type { margin-top: 4px; }
body.cg-events-os .cg-ev-band-live::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--evos-up);
  box-shadow: 0 0 0 4px var(--evos-up-soft);
}
body.cg-events-os .cg-ev-section-count {
  font-size: 12px; font-weight: 700; color: var(--evos-muted); background: var(--evos-s2);
  border-radius: 999px; padding: 2px 9px; font-variant-numeric: tabular-nums;
}

/* ---------------------------------------------------------------- cards */
body.cg-events-os .cg-ev-grid { gap: 12px; margin-bottom: 8px; }
body.cg-events-os .cg-ev-card {
  gap: 7px; min-height: 104px; padding: 14px 14px 14px 90px;
  border: 1px solid transparent; border-radius: 16px; background: var(--evos-s1);
  transform: none;
}
body.cg-events-os .cg-ev-card:hover { border-color: var(--evos-soft-line); transform: none; }
body.cg-events-os .cg-ev-card:focus-within { border-color: var(--evos-accent); }

/* The date tile sits in the card's left gutter. */
body.cg-events-os .cg-ev-date {
  position: absolute; top: 14px; left: 14px; width: 62px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  padding: 9px 4px; border-radius: 12px; text-align: center;
  background: var(--evos-soft); border: 1px solid var(--evos-soft-line);
}
body.cg-events-os .cg-ev-day { font: 800 24px/1 Inter, system-ui, sans-serif; color: var(--evos-text); font-variant-numeric: tabular-nums; }
body.cg-events-os .cg-ev-monthyear,
body.cg-events-os .cg-ev-year { font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--evos-accent); }
body.cg-events-os .cg-ev-daterange { font: 700 13px/1.2 Inter, system-ui, sans-serif; color: var(--evos-text); }
body.cg-events-os .cg-ev-date-tba .cg-ev-day { font-size: 14px; color: var(--evos-muted); }
body.cg-events-os .cg-ev-card.is-past .cg-ev-date { background: var(--evos-s2); border-color: var(--evos-line); }
body.cg-events-os .cg-ev-card.is-past .cg-ev-monthyear,
body.cg-events-os .cg-ev-card.is-past .cg-ev-year { color: var(--evos-muted); }

/* Status, type, then the title, then the game. */
body.cg-events-os .cg-ev-top { order: 1; gap: 6px; }
body.cg-events-os .cg-ev-title { order: 2; font: 700 15px/1.3 Inter, system-ui, sans-serif; text-wrap: balance; }
body.cg-events-os .cg-ev-game { order: 3; }
body.cg-events-os .cg-ev-excerpt { order: 4; }
body.cg-events-os .cg-ev-foot { order: 5; }

body.cg-events-os .cg-ev-card .cg-badge,
body.cg-events-os .cg-ev-type-chip,
body.cg-events-os .cg-evos-pill {
  display: inline-flex; align-items: center; gap: 6px; height: 22px; padding: 0 8px; margin: 0;
  border: 0; border-radius: 7px; font: 700 11px/1 Inter, system-ui, sans-serif; letter-spacing: .02em; text-transform: none;
  background: var(--evos-soft); color: var(--evos-accent); opacity: 1; filter: none;
}
body.cg-events-os .cg-ev-card .cg-badge-live,
body.cg-events-os .cg-evos-pill.is-live { background: var(--evos-up-soft); color: var(--evos-up-ink); }
body.cg-events-os .cg-ev-card .cg-badge-live::before,
body.cg-events-os .cg-evos-pill.is-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--evos-up); }
body.cg-events-os .cg-ev-card .cg-badge-past,
body.cg-events-os .cg-ev-card .cg-badge-rank,
body.cg-events-os .cg-evos-pill.is-past,
body.cg-events-os .cg-evos-pill.is-rank { background: var(--evos-s2); color: var(--evos-muted); }
body.cg-events-os .cg-ev-type-chip,
body.cg-events-os .cg-evos-pill.is-type { background: transparent; border: 1px solid var(--evos-line); color: var(--evos-muted); }

body.cg-events-os a.cg-ev-card-link { color: var(--evos-text); }
body.cg-events-os .cg-ev-card:hover .cg-ev-card-link { color: var(--evos-text); }
body.cg-events-os .cg-ev-game { gap: 7px; font-size: 12px; font-weight: 600; color: var(--evos-muted); max-width: 100%; }
body.cg-events-os .cg-ev-game:hover { color: var(--evos-accent); }
body.cg-events-os .cg-ev-game span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.cg-events-os .cg-ev-game-icon { width: 20px; height: 20px; flex: 0 0 20px; border-radius: 6px; background: var(--evos-s3); }
body.cg-events-os .cg-ev-excerpt { font-size: 13px; color: var(--evos-muted); }
body.cg-events-os .cg-ev-foot {
  display: flex; align-items: center; gap: 5px; margin-top: 2px; padding-top: 0;
  font-size: 12px; font-weight: 600; color: var(--evos-faint);
}
body.cg-events-os .cg-ev-foot::before {
  font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1;
  font-feature-settings: 'liga'; -webkit-font-feature-settings: 'liga'; content: "schedule";
}
body.cg-events-os .cg-ev-card.is-live .cg-ev-foot { color: var(--evos-up-ink); }
body.cg-events-os .cg-ev-card.is-live .cg-ev-foot::before { content: "bolt"; }
body.cg-events-os .cg-ev-card.is-past .cg-ev-foot::before { content: "history"; }

/* ------------------------------------------------------------ pagination */
/* EventsList::nav() styles its links inline; these win over that. */
body.cg-events-os .cg-events-nav { gap: 6px !important; margin-top: 22px !important; }
body.cg-events-os .cg-events-nav > a,
body.cg-events-os .cg-events-nav > span {
  display: inline-grid !important; place-items: center; min-width: 38px; height: 38px; padding: 0 12px !important;
  border: 0 !important; border-radius: 10px !important; background: var(--evos-s1) !important;
  color: var(--evos-muted) !important; font: 600 14px/1 Inter, system-ui, sans-serif !important; text-decoration: none !important;
}
body.cg-events-os .cg-events-nav > a:hover { background: var(--evos-s2) !important; color: var(--evos-text) !important; }
body.cg-events-os .cg-events-nav > span[aria-current] { background: var(--evos-grad) !important; color: #ffffff !important; }

/* --------------------------------------------------------- the event page */
body.cg-event-os .cg-evos-shero {
  position: relative; overflow: hidden; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end;
  margin: 0 0 16px; padding: 26px 28px; border-radius: 18px;
  background:
    radial-gradient(120% 140% at 100% 0%, var(--evos-glow) 0%, var(--evos-glow-2) 35%, transparent 70%),
    var(--evos-s1);
}
body.cg-event-os .cg-evos-shero.has-cover { min-height: 260px; }
body.cg-event-os .cg-evos-cover { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center 30%; opacity: .5; }
body.cg-event-os .cg-evos-shero.has-cover::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(var(--evos-fade), .96) 0%, rgba(var(--evos-fade), .8) 45%, rgba(var(--evos-fade), .3) 100%),
    radial-gradient(90% 120% at 100% 0%, var(--evos-glow) 0%, transparent 65%);
}
body.cg-event-os .cg-evos-shero-main { min-width: 0; }
body.cg-event-os .cg-evos-stitle { display: flex; align-items: center; gap: 16px; }
body.cg-event-os .cg-evos-dt {
  flex: 0 0 72px; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px 4px;
  border-radius: 12px; text-align: center; background: var(--evos-soft); border: 1px solid var(--evos-soft-line);
}
body.cg-event-os .cg-evos-dt b { font: 800 30px/1 Inter, system-ui, sans-serif; color: var(--evos-text); font-variant-numeric: tabular-nums; }
body.cg-event-os .cg-evos-dt small { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--evos-accent); }
body.cg-event-os .cg-evos-dt.is-range b,
body.cg-event-os .cg-evos-dt.is-tba b { font-size: 14px; line-height: 1.2; }
body.cg-event-os .cg-evos-dt.is-tba b { color: var(--evos-muted); }
body.cg-event-os .cg-evos-h1 { margin: 0; font: 800 36px/1.08 Inter, system-ui, sans-serif; letter-spacing: -.02em; color: var(--evos-text); text-wrap: balance; overflow-wrap: anywhere; }
body.cg-event-os .cg-evos-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--evos-muted); }

body.cg-event-os .cg-evos-acts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
body.cg-event-os .cg-evos-panel .cg-evos-acts { margin-top: 0; }
body.cg-event-os .cg-evos-btn {
  display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px; cursor: pointer;
  border-radius: 10px; border: 1px solid var(--evos-line); background: var(--evos-well); color: var(--evos-text);
  font: 600 13px/1 Inter, system-ui, sans-serif; text-decoration: none; white-space: nowrap;
}
body.cg-event-os .cg-evos-btn:hover { border-color: var(--evos-soft-line); color: var(--evos-text); }
body.cg-event-os .cg-evos-btn.is-primary { background: var(--evos-grad); border-color: transparent; color: #ffffff; }
body.cg-event-os .cg-evos-btn.is-primary:hover { filter: brightness(1.08); color: #ffffff; }
body.cg-event-os .cg-evos-btn:focus-visible { outline: 2px solid var(--evos-accent); outline-offset: 2px; }
body.cg-event-os .cg-evos-btn .material-symbols-outlined { font-size: 18px; }

body.cg-event-os .cg-evos-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(118px, auto)); gap: 10px; max-width: 460px; }
body.cg-event-os .cg-evos-stat-value { font-size: 18px; }

body.cg-event-os .cg-evos-cols { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 16px; align-items: start; }
body.cg-event-os .cg-evos-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
body.cg-event-os .cg-evos-panel { display: flex; flex-direction: column; gap: 14px; min-width: 0; padding: 20px; border-radius: 16px; background: var(--evos-s1); }
body.cg-event-os .cg-evos-h2 { margin: 0; font: 700 17px/1.3 Inter, system-ui, sans-serif; color: var(--evos-text); }
body.cg-event-os .cg-evos-text { margin: 0; max-width: 70ch; font-size: 15px; line-height: 1.6; color: var(--evos-muted); }
body.cg-event-os .cg-evos-kick { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--evos-accent); }

body.cg-event-os .cg-evos-facts { display: flex; flex-direction: column; margin: 0; }
body.cg-event-os .cg-evos-facts > div { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-top: 1px solid var(--evos-line); }
body.cg-event-os .cg-evos-facts > div:first-child { border-top: 0; padding-top: 0; }
body.cg-event-os .cg-evos-facts dt { font-size: 12px; font-weight: 600; color: var(--evos-muted); }
body.cg-event-os .cg-evos-facts dd { margin: 0; font-size: 13px; font-weight: 600; color: var(--evos-text); overflow-wrap: anywhere; }
body.cg-event-os .cg-evos-facts dd a { color: var(--evos-accent); text-decoration: none; }
body.cg-event-os .cg-evos-facts dd a:hover { text-decoration: underline; }

/* The game box. */
body.cg-event-os .cg-evos-game-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
body.cg-event-os .cg-evos-game-grid.is-single { grid-template-columns: minmax(0, 1fr); }
body.cg-event-os .cg-evos-game-col { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
body.cg-event-os .cg-evos-ghead { display: flex; align-items: center; gap: 14px; }
body.cg-event-os .cg-evos-ghead img { width: 60px; height: 60px; flex: 0 0 60px; border-radius: 14px; object-fit: cover; }
body.cg-event-os .cg-evos-gtitle { margin: 2px 0 6px; font: 700 20px/1.2 Inter, system-ui, sans-serif; }
body.cg-event-os .cg-evos-gtitle a { color: var(--evos-text); text-decoration: none; }
body.cg-event-os .cg-evos-gtitle a:hover { color: var(--evos-accent); }
body.cg-event-os .cg-evos-chips { display: flex; flex-wrap: wrap; gap: 6px; }
body.cg-event-os .cg-evos-chip { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 8px; background: var(--evos-s2); color: var(--evos-muted); font-size: 12px; font-weight: 600; }
body.cg-event-os .cg-evos-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; }
body.cg-event-os .cg-evos-tile { min-width: 0; padding: 12px 14px; border-radius: 12px; background: var(--evos-s2); }
body.cg-event-os .cg-evos-tile dt { margin: 0 0 4px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--evos-muted); }
body.cg-event-os .cg-evos-tile dd { margin: 0; font-size: 15px; font-weight: 700; color: var(--evos-text); }
body.cg-event-os .cg-evos-shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
body.cg-event-os .cg-evos-shots img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; }
body.cg-event-os .cg-evos-news { list-style: none; margin: 6px 0 0; padding: 0; }
body.cg-event-os .cg-evos-news li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-top: 1px solid var(--evos-line); font-size: 13px; font-weight: 600; }
body.cg-event-os .cg-evos-news li:first-child { border-top: 0; }
body.cg-event-os .cg-evos-news a { color: var(--evos-text); text-decoration: none; }
body.cg-event-os .cg-evos-news a:hover { color: var(--evos-accent); }
body.cg-event-os .cg-evos-news span { flex: 0 0 auto; color: var(--evos-faint); font-weight: 500; white-space: nowrap; }
/* The game's news as cards, under the buttons (owner 09-27). */
body.cg-event-os .cg-evos-newsbox { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
body.cg-event-os .cg-evos-ncards { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 10px; }
body.cg-event-os .cg-evos-ncard {
  position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden;
  border: 1px solid transparent; border-radius: 12px; background: var(--evos-s2);
}
body.cg-event-os .cg-evos-ncard:hover { border-color: var(--evos-soft-line); }
body.cg-event-os .cg-evos-ncard:focus-within { border-color: var(--evos-accent); }
body.cg-event-os .cg-evos-ncard img,
body.cg-event-os .cg-evos-ncard-blank { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--evos-s3); }
body.cg-event-os .cg-evos-ncard-body { display: flex; flex-direction: column; gap: 6px; padding: 10px 12px 12px; }
body.cg-event-os .cg-evos-ncard h4 {
  margin: 0; font: 700 13px/1.35 Inter, system-ui, sans-serif;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
body.cg-event-os .cg-evos-ncard h4 a { color: var(--evos-text); text-decoration: none; }
body.cg-event-os .cg-evos-ncard h4 a::after { content: ""; position: absolute; inset: 0; }
body.cg-event-os .cg-evos-ncard:hover h4 a { color: var(--evos-accent); }
body.cg-event-os .cg-evos-ncard h4 a:focus-visible { outline: none; }
body.cg-event-os .cg-evos-ncard time { font-size: 12px; font-weight: 500; color: var(--evos-faint); }

body.cg-event-os .cg-evos-soc { display: flex; flex-wrap: wrap; gap: 6px; }
body.cg-event-os .cg-evos-soc a {
  display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 10px; border-radius: 9px;
  background: var(--evos-s2); color: var(--evos-muted); font-size: 12px; font-weight: 600; text-decoration: none;
}
body.cg-event-os .cg-evos-soc a:hover { color: var(--evos-text); }
body.cg-event-os .cg-evos-soc .material-symbols-outlined { font-size: 16px; }

body.cg-event-os .cg-evos-sh { display: flex; align-items: center; gap: 10px; margin: 26px 0 12px; }
body.cg-event-os .cg-evos-more { margin-left: auto; font-size: 13px; font-weight: 600; color: var(--evos-accent); text-decoration: none; }
body.cg-event-os .cg-evos-grid { margin-bottom: 8px; }

/* ----------------------------------------------------------------- sizes */
@media (max-width: 1180px) {
  body.cg-event-os .cg-evos-cols { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 900px) {
  body.cg-events-os .cg-evos-hero,
  body.cg-event-os .cg-evos-shero { grid-template-columns: minmax(0, 1fr); }
  body.cg-event-os .cg-evos-game-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 767px) {
  body.cg-events-os .cg-content-area { padding: 12px 12px 32px; }
  body.cg-events-os .cg-evos-hero,
  body.cg-event-os .cg-evos-shero { padding: 18px; gap: 14px; }
  body.cg-event-os .cg-evos-shero.has-cover { min-height: 0; }
  body.cg-events-os .cg-evos-title { font-size: 28px; }
  body.cg-event-os .cg-evos-h1 { font-size: 24px; }
  body.cg-event-os .cg-evos-dt { flex-basis: 58px; }
  body.cg-event-os .cg-evos-dt b { font-size: 24px; }
  body.cg-events-os .cg-evos-sub { font-size: 14px; }
  body.cg-events-os .cg-evos-stats,
  body.cg-event-os .cg-evos-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; }
  body.cg-events-os .cg-evos-stat { min-width: 0; padding: 10px; }
  body.cg-events-os .cg-evos-stat-value { font-size: 17px; }
  body.cg-event-os .cg-evos-stat-value { font-size: 14px; }
  body.cg-events-os .cg-events-filters { display: flex; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  body.cg-events-os .cg-ev-card { min-height: 92px; padding: 12px 12px 12px 78px; }
  body.cg-events-os .cg-ev-date { top: 12px; left: 12px; width: 54px; }
  body.cg-events-os .cg-ev-excerpt { display: none; }
  body.cg-event-os .cg-evos-panel { padding: 16px; }
  body.cg-event-os .cg-evos-tiles { gap: 6px; }
  body.cg-event-os .cg-evos-tile { padding: 10px; }
  body.cg-event-os .cg-evos-tile dd { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  body.cg-events-os .cg-ev-card { transition: none; }
}
