.ev-card.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{--yellow:rgb(var(--color-primary-500));--text-outline:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;text-decoration:none;display:flex;flex-direction:column;width:100%;max-width:280px;justify-self:center;border-radius:0;border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);overflow:hidden;background:var(--ink-2);color:var(--fg);text-align:left;transition:border-color .18s ease,box-shadow .25s ease,transform .2s ease}.ev-card.svelte-m9hslz .svelte-m9hslz.svelte-m9hslz{box-sizing:border-box}.ev-card.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz:hover{border-color:var(--glass-border-hover);box-shadow:var(--glass-shadow-hover)}.ev-card--program.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{border-left:3px solid var(--yellow);box-shadow:var(--glass-shadow),-5px 0 18px color-mix(in srgb,var(--yellow) 8%,transparent)}.ev-card--program.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz:hover{border-color:var(--yellow)}.ev-card--light.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{--light-fg:#0a0a0a;--light-fg-soft:rgba(10, 10, 10, .85);--light-dim:rgba(10, 10, 10, .55);--light-line:rgba(10, 10, 10, .18);color:var(--light-fg)}.ev-card__brand.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.ev-card__img.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.ev-card__monogram.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{font-family:var(--font-sans);font-weight:800;letter-spacing:-.04em;font-size:clamp(48px,5vw,88px);line-height:.9;text-align:center}.ev-card__scrim.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.4) 100%);pointer-events:none}.ev-card__date.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{position:absolute;bottom:12px;left:14px;right:14px;z-index:2;display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-family:var(--font-sans);font-weight:700;font-size:22px;letter-spacing:-.01em;color:#fff;text-shadow:var(--text-outline)}.ev-card__date-time.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{font-family:var(--font-sans);font-weight:700;font-size:13px;letter-spacing:-.01em;color:var(--yellow);text-shadow:var(--text-outline)}.ev-card__body.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{padding:10px 12px 12px;display:flex;flex-direction:column;gap:4px;border-top:1px solid rgba(255,255,255,.12)}.ev-card--light.svelte-m9hslz .ev-card__body.svelte-m9hslz.svelte-m9hslz{border-top-color:#0000001a}.ev-card__name.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{font-family:var(--font-sans);font-weight:600;font-size:17px;line-height:1.15;letter-spacing:-.01em;color:inherit;white-space:normal;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.ev-card__role.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{font-family:var(--font-mono);font-size:10px;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ev-card--light.svelte-m9hslz .ev-card__role.svelte-m9hslz.svelte-m9hslz{color:var(--light-dim)}.ev-card__org-logo.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{margin-top:4px;width:100%;display:flex;align-items:center;justify-content:center}.ev-card__org-logo.svelte-m9hslz img.svelte-m9hslz.svelte-m9hslz{max-height:32px;max-width:90%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.ev-card__org-logo--multi.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{height:32px;gap:14px}.ev-card__org-logo--multi.svelte-m9hslz .ev-card__org-logo-cell.svelte-m9hslz.svelte-m9hslz{flex:1 1 0;min-width:0;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.ev-card__org-logo--multi.svelte-m9hslz .ev-card__org-logo-cell.svelte-m9hslz+.ev-card__org-logo-cell.svelte-m9hslz:before{content:"";position:absolute;left:-7px;top:12%;bottom:12%;width:1px;background:#ffffff2e}.ev-card--light.svelte-m9hslz .ev-card__org-logo--multi .ev-card__org-logo-cell.svelte-m9hslz+.ev-card__org-logo-cell.svelte-m9hslz:before{background:var(--light-line)}.ev-card__org-logo--multi.svelte-m9hslz img.svelte-m9hslz.svelte-m9hslz{max-height:100%;max-width:100%}.ev-card__tags.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{display:flex;flex-wrap:nowrap;gap:4px;margin-top:4px;overflow:hidden}.ev-card__topic.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{padding:2px 6px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font-family:var(--font-mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;white-space:nowrap}.ev-card--light.svelte-m9hslz .ev-card__topic.svelte-m9hslz.svelte-m9hslz{border-color:var(--light-line);color:var(--light-dim)}.ev-card--vip.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{position:relative;border-color:rgb(var(--color-primary-500) / .4);box-shadow:0 0 0 1px rgb(var(--color-primary-500) / .08),0 18px 40px -28px rgb(var(--color-primary-500) / .45)}.ev-card--vip.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz:hover{border-color:var(--yellow)}.ev-card__vip-badge.svelte-m9hslz.svelte-m9hslz.svelte-m9hslz{position:absolute;top:10px;left:10px;z-index:3;font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.16em;padding:3px 8px;border-radius:999px;color:var(--ink);background:var(--yellow);text-transform:uppercase}
