.sym-topic-hub{width:min(1160px,calc(100% - 40px));margin:88px auto 120px;color:var(--sym-text)}
.sym-topic-hub__hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:28px;padding:30px;border:1px solid var(--sym-border);border-radius:30px;background:linear-gradient(120deg,var(--sym-surface),rgba(207,255,237,.45));box-shadow:var(--sym-shadow)}
.sym-topic-hub__eyebrow{margin-bottom:8px;font-size:11px;font-weight:900;letter-spacing:.16em;color:var(--sym-green)}
.sym-topic-hub__hero h1{margin:0 0 10px;font-size:54px;line-height:.88;letter-spacing:-.06em}
.sym-topic-hub__hero p{margin:0;color:var(--sym-muted);font-size:16px;line-height:1.45;max-width:760px}
.sym-topic-hub__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.sym-topic-hub__actions a{padding:9px 14px;border-radius:999px;background:rgba(10,255,190,.08);border:1px solid rgba(10,255,190,.16);color:var(--sym-text);text-decoration:none;font-size:13px;font-weight:700}
.sym-topic-hub__section{margin-top:30px}
.sym-topic-hub__section-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px}
.sym-topic-hub__section-head h2{margin:0;font-size:28px;line-height:1;letter-spacing:-.04em}
.sym-topic-hub__section-head a{padding:8px 12px;border-radius:999px;background:rgba(10,255,190,.08);border:1px solid rgba(10,255,190,.14);color:var(--sym-text);text-decoration:none;font-size:12px}
.sym-topic-hub__grid{display:grid;gap:18px}
.sym-topic-hub__grid--posts,.sym-topic-hub__grid--cpt{grid-template-columns:repeat(4,minmax(0,1fr))}
.sym-topic-post-card{overflow:hidden;border:1px solid var(--sym-border);border-radius:22px;background:var(--sym-surface);box-shadow:var(--sym-shadow);min-height:280px}
.sym-topic-post-card__media{position:relative;display:block;height:140px;background:linear-gradient(135deg,rgba(10,255,190,.1),rgba(255,255,255,.92));background-size:cover;background-position:center;text-decoration:none}
.sym-topic-post-card__media span{position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:999px;background:rgba(10,255,190,.12);border:1px solid rgba(10,255,190,.2);font-size:10px;font-weight:900;color:var(--sym-green)}
.sym-topic-post-card__body{padding:16px}
.sym-topic-post-card__meta{margin-bottom:8px;font-size:11px;color:var(--sym-muted)}
.sym-topic-post-card h3{margin:0 0 9px;font-size:20px;line-height:1;letter-spacing:-.04em}
.sym-topic-post-card h3 a{color:var(--sym-text);text-decoration:none}
.sym-topic-post-card p{margin:0;color:var(--sym-muted);font-size:13px;line-height:1.38}
.sym-topic-hub__empty{padding:20px;border:1px dashed var(--sym-border);border-radius:20px;background:rgba(255,255,255,.35);color:var(--sym-muted)}
@media(max-width:1100px){.sym-topic-hub__grid--posts,.sym-topic-hub__grid--cpt{grid-template-columns:repeat(2,minmax(0,1fr))}.sym-topic-hub__hero{align-items:flex-start;flex-direction:column}.sym-topic-hub__actions{justify-content:flex-start}.sym-topic-hub__hero h1{font-size:44px}}
@media(max-width:640px){.sym-topic-hub{width:calc(100% - 24px);margin-top:52px}.sym-topic-hub__hero{padding:20px;border-radius:24px}.sym-topic-hub__hero h1{font-size:34px}.sym-topic-hub__grid--posts,.sym-topic-hub__grid--cpt{grid-template-columns:1fr}.sym-topic-hub__section-head{align-items:flex-start;flex-direction:column}.sym-topic-hub__section-head h2{font-size:24px}}


/* =========================================================
   EVENT HUB v1.0 — isolated styles for [sym_event_hub]
   ========================================================= */
.sym-event-hub{
  --eh-accent:#009f98;
  --eh-accent-soft:rgba(0,159,152,.10);
  width:min(1280px,calc(100% - 40px));
  margin:72px auto 112px;
  font-family:Manrope,system-ui,sans-serif;
  font-size:14px;
  line-height:1.5;
  letter-spacing:normal;
}
.sym-event-hub,.sym-event-hub *{box-sizing:border-box;letter-spacing:normal!important}
.sym-event-hub a{text-decoration:none!important;color:inherit}

.sym-event-hub__hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  overflow:hidden;
  padding:clamp(28px,4vw,48px);
  border:1px solid var(--sym-border);
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 10%,rgba(37,240,184,.22),transparent 34%),
    linear-gradient(135deg,var(--sym-surface),rgba(255,255,255,.66));
  box-shadow:var(--sym-shadow);
}
.sym-event-hub__hero:after{
  content:"EVENT / NETWORK";
  position:absolute;
  right:-8px;
  bottom:-8px;
  color:rgba(0,159,152,.055);
  font:800 clamp(46px,8vw,104px)/.8 Tektur,Manrope,sans-serif;
  white-space:nowrap;
  pointer-events:none;
}
.sym-event-hub__hero-copy{position:relative;z-index:1;max-width:760px}
.sym-event-hub__eyebrow{
  margin-bottom:10px;
  color:var(--eh-accent);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
}
.sym-event-hub__hero h1{
  margin:0;
  font:800 clamp(34px,5vw,52px)/.92 Tektur,Manrope,sans-serif;
}
.sym-event-hub__hero p{
  max-width:720px;
  margin:14px 0 0;
  color:var(--sym-muted);
  font-size:14px;
  line-height:1.55;
}
.sym-event-hub__actions{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px;
}
.sym-event-hub__actions a,
.sym-event-hub__section-head>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px;
  border:1px solid rgba(0,159,152,.22);
  border-radius:999px;
  background:rgba(0,159,152,.07);
  font-size:12px;
  font-weight:700;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.sym-event-hub__actions a:hover,
.sym-event-hub__section-head>a:hover{
  transform:translateY(-2px);
  border-color:var(--eh-accent);
  background:var(--eh-accent-soft);
}

.sym-event-hub__section{margin-top:38px}
.sym-event-hub__section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}
.sym-event-hub__section-head span{
  display:block;
  margin-bottom:6px;
  color:var(--eh-accent);
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
}
.sym-event-hub__section-head h2{
  margin:0;
  font:800 clamp(25px,3vw,32px)/1 Tektur,Manrope,sans-serif;
}
.sym-event-hub__empty{
  padding:24px;
  border:1px dashed var(--sym-border);
  border-radius:20px;
  background:color-mix(in srgb,var(--sym-surface) 86%,transparent);
  color:var(--sym-muted);
}

/* NEWS */
.sym-event-hub__news-grid{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) repeat(2,minmax(0,1fr));
  gap:16px;
}
.sym-event-hub__news-card{
  overflow:hidden;
  min-width:0;
  border:1px solid var(--sym-border);
  border-radius:20px;
  background:var(--sym-surface);
  box-shadow:var(--sym-shadow);
  transition:transform .22s ease,border-color .22s ease;
}
.sym-event-hub__news-card:hover{transform:translateY(-4px);border-color:rgba(0,159,152,.38)}
.sym-event-hub__news-card.is-featured{grid-row:span 2}
.sym-event-hub__news-media{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:16/9;
  background:linear-gradient(135deg,var(--eh-accent-soft),rgba(143,105,255,.08));
}
.sym-event-hub__news-card.is-featured .sym-event-hub__news-media{aspect-ratio:16/10}
.sym-event-hub__news-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.sym-event-hub__news-card:hover .sym-event-hub__news-media img{transform:scale(1.035)}
.sym-event-hub__news-type{
  position:absolute;
  top:12px;
  left:12px;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(247,255,253,.93);
  color:#007c77;
  font-size:8px;
  font-weight:800;
}
.sym-event-hub__news-placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--eh-accent);font:800 20px Tektur,sans-serif}
.sym-event-hub__news-body{padding:15px}
.sym-event-hub__news-date{margin-bottom:7px;color:var(--sym-muted);font-size:10px}
.sym-event-hub__news-card h3{margin:0;font:800 17px/1.08 Tektur,Manrope,sans-serif}
.sym-event-hub__news-card.is-featured h3{font-size:24px}
.sym-event-hub__news-card p{margin:10px 0 0;color:var(--sym-muted);font-size:13px;line-height:1.45}

/* EVENTS */
.sym-event-hub__events-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.sym-event-hub__events-grid .sym-event-card-v12{height:100%}

/* PARTNERS */
.sym-event-hub__partners-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.sym-event-hub__partners-grid .sym-partner-card{
  min-height:0;
  height:100%;
  border-radius:18px;
}
.sym-event-hub__partners-grid .sym-partner-card__media{height:132px}
.sym-event-hub__partners-grid .sym-partner-card__body{padding:14px}
.sym-event-hub__partners-grid .sym-partner-card h2{font-size:18px;letter-spacing:normal}
.sym-event-hub__partners-grid .sym-partner-card__stats{display:none}

html[data-theme="dark"] .sym-event-hub,
body.sym-theme-dark .sym-event-hub,
.dark .sym-event-hub{
  --eh-accent:#2de7b1;
  --eh-accent-soft:rgba(45,231,177,.12);
}
html[data-theme="dark"] .sym-event-hub__hero,
body.sym-theme-dark .sym-event-hub__hero,
.dark .sym-event-hub__hero{
  background:
    radial-gradient(circle at 92% 10%,rgba(45,231,177,.12),transparent 34%),
    linear-gradient(135deg,#11151b,rgba(20,25,33,.9));
}
html[data-theme="dark"] .sym-event-hub__news-type,
body.sym-theme-dark .sym-event-hub__news-type,
.dark .sym-event-hub__news-type{
  background:rgba(12,19,25,.92);
  color:#6ff3ce;
}

@media(max-width:1180px){
  .sym-event-hub__events-grid,
  .sym-event-hub__partners-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:980px){
  .sym-event-hub{width:min(100% - 28px,1280px);margin-top:52px}
  .sym-event-hub__hero{align-items:flex-start;flex-direction:column}
  .sym-event-hub__actions{justify-content:flex-start}
  .sym-event-hub__news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sym-event-hub__news-card.is-featured{grid-column:1/-1;grid-row:auto}
  .sym-event-hub__events-grid,
  .sym-event-hub__partners-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .sym-event-hub{width:calc(100% - 20px);margin:34px auto 76px}
  .sym-event-hub__hero{padding:22px;border-radius:22px}
  .sym-event-hub__actions{width:100%}
  .sym-event-hub__actions a{flex:1 1 auto}
  .sym-event-hub__section{margin-top:28px}
  .sym-event-hub__section-head{align-items:flex-start}
  .sym-event-hub__news-grid{grid-template-columns:1fr}
  .sym-event-hub__news-card.is-featured{grid-column:auto}
  .sym-event-hub__news-card.is-featured h3{font-size:21px}
  .sym-event-hub__events-grid,
  .sym-event-hub__partners-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:480px){
  .sym-event-hub__section-head{align-items:flex-start;flex-direction:column}
  .sym-event-hub__events-grid,
  .sym-event-hub__partners-grid{grid-template-columns:1fr}
}
