.evt-root{background:var(--wh-bg);flex-direction:column;flex:1;animation:.3s evtFadeIn;display:flex}.evt-content{padding:16px 20px 20px}@keyframes evtFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.evt-header{margin-bottom:10px}.evt-title{color:var(--wh-text);font-size:18px;font-weight:700;font-family:var(--wh-font);margin:0}.evt-subtitle{color:var(--wh-text-muted);font-size:12px;font-family:var(--wh-font);margin:4px 0 0}.evt-filters{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.evt-chip{border-radius:var(--wh-radius-md,8px);border:1px solid var(--wh-border);background:var(--wh-surface);color:var(--wh-text-muted);font-size:11px;font-weight:500;font-family:var(--wh-font);cursor:pointer;user-select:none;align-items:center;gap:6px;padding:6px 10px;transition:all .15s;display:inline-flex}.evt-chip:hover{border-color:var(--wh-indigo);color:var(--wh-indigo)}.evt-chip--active{background:color-mix(in srgb,var(--wh-indigo)10%,transparent);border-color:var(--wh-indigo);color:var(--wh-indigo);font-weight:600}.evt-type-badge{font-size:10px;font-weight:600;font-family:var(--wh-font);border-radius:16px;padding:3px 7px;line-height:1.4;display:inline-block}.evt-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px;display:grid}@media (width<=1024px){.evt-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (width<=640px){.evt-grid{grid-template-columns:1fr}.evt-root{padding:12px}}.evt-card{background:var(--wh-surface);border:1px solid var(--wh-border);cursor:default;border-radius:16px;flex-direction:row;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.evt-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.evt-date-strip{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:72px;min-height:100%;padding:12px 0;display:flex}.evt-date-day{color:#fff;font-size:26px;font-weight:700;font-family:var(--wh-font);line-height:1}.evt-date-month{color:#ffffffd9;font-size:11px;font-weight:600;font-family:var(--wh-font);text-transform:uppercase;margin-top:4px}.evt-card-body{flex-direction:column;flex:1;min-width:0;padding:13px 14px;display:flex}.evt-card-top{align-items:center;gap:6px;margin-bottom:6px;display:flex}.evt-card-title{color:var(--wh-text);font-size:14px;font-weight:600;font-family:var(--wh-font);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;display:-webkit-box;overflow:hidden}.evt-card-desc{color:var(--wh-text-muted);font-size:11px;font-family:var(--wh-font);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 7px;line-height:1.5;display:-webkit-box;overflow:hidden}.evt-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.evt-meta-item{color:var(--wh-text-muted);font-size:11px;font-family:var(--wh-font);align-items:center;gap:4px;display:flex}.evt-card-footer{border-top:1px solid var(--wh-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;margin-top:auto;padding-top:8px;display:flex}.evt-rsvp-status{font-size:11px;font-weight:600;font-family:var(--wh-font);align-items:center;gap:4px;display:inline-flex}.evt-rsvp-btn{border-radius:var(--wh-radius-md,8px);border:1px solid var(--wh-border);background:var(--wh-surface);color:var(--wh-text);font-size:11px;font-weight:500;font-family:var(--wh-font);cursor:pointer;align-items:center;gap:4px;padding:5px 8px;transition:all .15s;display:inline-flex}.evt-rsvp-btn:hover{border-color:var(--wh-indigo);color:var(--wh-indigo)}.evt-attendees{color:var(--wh-text-muted);font-size:11px;font-family:var(--wh-font);align-items:center;gap:4px;display:flex}.evt-actions{align-items:center;gap:6px;display:flex}.evt-cal-btn{border-radius:var(--wh-radius-md,8px);border:1px solid var(--wh-border);background:var(--wh-surface);color:var(--wh-text-muted);font-size:11px;font-family:var(--wh-font);cursor:pointer;align-items:center;gap:4px;padding:5px 7px;transition:all .15s;display:inline-flex}.evt-cal-btn:hover{border-color:var(--wh-indigo);color:var(--wh-indigo)}.evt-skel-card{border-radius:16px;height:170px}