.wpec-calendar {
  position: relative;
  --wpec-accent-start: #ff4f7a;
  --wpec-accent-end: #e0189c;
  --wpec-header-bg: #0f172a;
  --wpec-header-text: #ffffff;
  --wpec-card-bg: #020617;
  --wpec-card-text: #f8fafc;
  --wpec-card-font-size: 15px;
  --wpec-card-font-weight: 700;
  --wpec-card-radius: 12px;
  --wpec-button-text: #ffffff;
  --wpec-button-start: #ff4f7a;
  --wpec-button-end: #e0189c;
  --wpec-button-radius: 999px;
  --wpec-button-font-size: 14px;
  --wpec-button-font-weight: 700;
  --wpec-card-button-text: #ffffff;
  --wpec-card-button-start: #ff4f7a;
  --wpec-card-button-end: #e0189c;
  --wpec-card-button-radius: 12px;
  --wpec-card-button-font-size: 12px;
  --wpec-card-button-font-weight: 700;
  --wpec-title-text: #111111;
  --wpec-title-font-size: 28px;
  --wpec-title-font-weight: 700;
  --wpec-radius: 12px;
  font-family: "Space Grotesk", sans-serif;
}
.wpec-topbar{display:flex;justify-content:center;align-items:center;gap:12px;margin:8px 0 14px}
.wpec-months-toolbar{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;position:relative;margin:8px auto 12px;width:fit-content;max-width:100%}
.wpec-months{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  position:relative;
  margin:0;
  background:#f5f5f5;
  padding:8px 16px;
  border-radius:30px;
  width:fit-content;
  max-width:100%;
  min-height:46px;
  overflow:hidden;
}
.wpec-months:not(.is-ready){visibility:visible}
.wpec-months.is-loading .wpec-months-skeleton{
  display:block;
  width:220px;
  height:28px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.35) 100%);
  filter:blur(4px);
  opacity:.8;
  animation:wpecMonthShimmer 1.2s ease-in-out infinite;
}
@keyframes wpecMonthShimmer{
  0%{transform:translateX(-10px);opacity:.55}
  50%{transform:translateX(10px);opacity:.9}
  100%{transform:translateX(-10px);opacity:.55}
}
.wpec-month-btn{
  border:0;
  background:var(--wpec-month-btn-bg);
  color:var(--wpec-month-btn-text);
  border-radius:var(--wpec-month-btn-radius);
  padding:4px 16px;
  font-size:var(--wpec-month-btn-font-size);
  font-weight:var(--wpec-month-btn-font-weight);
  cursor:pointer;
  min-width:58px;
  transition:background-color .18s ease, color .18s ease;
}
.wpec-month-btn:hover{filter:brightness(1.05)}
.wpec-month-btn.is-active{background:var(--wpec-month-btn-active-bg);color:var(--wpec-month-btn-active-text)}
.wpec-filters-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  border:0;
  background:#111827;
  color:#fff;
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}
.wpec-filters-toggle.is-open{background:#ff3b57}
.wpec-filters-toggle.is-open{background:linear-gradient(90deg,var(--wpec-button-start),var(--wpec-button-end))}
.wpec-filters-panel{
  position:static;
  width:min(920px, 100%);
  margin:0 auto 24px;
  background:#fff;
  border:1px solid rgba(15,23,42,.12);
  border-radius:16px;
  box-shadow:0 18px 48px rgba(15,23,42,.16);
  padding:12px;
  z-index:20;
  overflow:hidden;
  opacity:0;
  transform:translateY(-8px);
  max-height:0;
  padding-top:0;
  padding-bottom:0;
  border-width:0;
  transition:opacity .18s ease, transform .18s ease, max-height .22s ease, padding .18s ease, border-width .18s ease;
  pointer-events:none;
}
.wpec-filters-panel.is-open{
  opacity:1;
  transform:translateY(0);
  max-height:1200px;
  padding:12px;
  border-width:1px;
  pointer-events:auto;
}
.wpec-filters-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.wpec-filters-close{border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer}
.wpec-filter-group{display:grid;gap:10px;margin-bottom:12px}
.wpec-filter-types{grid-template-columns:repeat(4,minmax(0,1fr))}
.wpec-filter-types .wpec-switch-row{min-width:0}
.wpec-filter-venues{display:grid;gap:8px}
.wpec-filter-venues [data-filter-venues]{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px 12px;
}
.wpec-filter-venues-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}
.wpec-switch-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:12px;background:#f8fafc;cursor:pointer;font-size:13px;line-height:1.25}
.wpec-switch-label{display:inline-flex;align-items:center;gap:8px;min-width:0}
.wpec-switch-icon{display:inline-block;width:14px;height:14px;flex:0 0 auto;background:#111827;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}
.wpec-icon-boat{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 17h18l-2.1 3.2a2 2 0 0 1-1.7.8H6.8a2 2 0 0 1-1.7-.8L3 17Zm7-14 1.6 6.2H20l-4 5H4l2.5-11H10Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 17h18l-2.1 3.2a2 2 0 0 1-1.7.8H6.8a2 2 0 0 1-1.7-.8L3 17Zm7-14 1.6 6.2H20l-4 5H4l2.5-11H10Z'/%3E%3C/svg%3E")}
.wpec-icon-club{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.8 3 4.3 5.4 4.3 7.7A4.3 4.3 0 1 1 7.7 9.7C7.7 7.4 9.2 5 12 2Zm0 8.5c-1.2 0-2.2 1-2.2 2.2 0 1.3 1 2.3 2.2 2.3s2.2-1 2.2-2.3c0-1.2-1-2.2-2.2-2.2Zm-5.5 8.8 1.2-2.1h8.6l1.2 2.1H6.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.8 3 4.3 5.4 4.3 7.7A4.3 4.3 0 1 1 7.7 9.7C7.7 7.4 9.2 5 12 2Zm0 8.5c-1.2 0-2.2 1-2.2 2.2 0 1.3 1 2.3 2.2 2.3s2.2-1 2.2-2.3c0-1.2-1-2.2-2.2-2.2Zm-5.5 8.8 1.2-2.1h8.6l1.2 2.1H6.5Z'/%3E%3C/svg%3E")}
.wpec-icon-day{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4.2'/%3E%3Cpath d='M12 1.8v3M12 19.2v3M4.8 4.8l2.1 2.1M17.1 17.1l2.1 2.1M1.8 12h3M19.2 12h3M4.8 19.2l2.1-2.1M17.1 6.9l2.1-2.1' stroke='currentColor' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4.2'/%3E%3Cpath d='M12 1.8v3M12 19.2v3M4.8 4.8l2.1 2.1M17.1 17.1l2.1 2.1M1.8 12h3M19.2 12h3M4.8 19.2l2.1-2.1M17.1 6.9l2.1-2.1' stroke='currentColor' stroke-width='2' stroke-linecap='round' fill='none'/%3E%3C/svg%3E")}
.wpec-icon-night{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.8 2.8a8.8 8.8 0 1 0 5.4 15.7A7.8 7.8 0 0 1 15.8 2.8Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.8 2.8a8.8 8.8 0 1 0 5.4 15.7A7.8 7.8 0 0 1 15.8 2.8Z'/%3E%3C/svg%3E")}
.wpec-switch-row input{position:absolute;opacity:0;pointer-events:none}
.wpec-switch{position:relative;width:36px;height:20px;border-radius:999px;background:#cbd5e1;flex:0 0 auto;transition:background-color .18s ease}
.wpec-switch::after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.18);transition:transform .18s ease}
.wpec-switch-row input:checked + .wpec-switch{background:linear-gradient(90deg,var(--wpec-button-start),var(--wpec-button-end))}
.wpec-switch-row input:checked + .wpec-switch::after{transform:translateX(16px)}
.wpec-switch-row.is-checked .wpec-switch{background:linear-gradient(90deg,var(--wpec-button-start),var(--wpec-button-end)) !important}
.wpec-switch-row.is-checked .wpec-switch::after{transform:translateX(16px) !important}
.wpec-venue-row{
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 1px 0 rgba(15,23,42,.02);
}
.wpec-venue-row + .wpec-venue-row{margin-top:0}
.wpec-title{margin:0;font-size:var(--wpec-title-font-size);font-weight:var(--wpec-title-font-weight);color:var(--wpec-title-text)}
.wpec-btn{border:0!important;padding:10px 16px!important;border-radius:var(--wpec-button-radius)!important;background:linear-gradient(90deg,var(--wpec-button-start),var(--wpec-button-end))!important;color:var(--wpec-button-text)!important;font-size:var(--wpec-button-font-size)!important;font-weight:var(--wpec-button-font-weight)!important;cursor:pointer!important;min-width:80px;display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1;vertical-align:middle}
.wpec-state{text-align:center;color:#666;margin-bottom:10px}

.wpec-board{display:grid;grid-template-columns:180px repeat(7,minmax(140px,1fr));gap:8px;background:#fff;padding:4px;border-radius:14px}
.wpec-cell-head{background:var(--wpec-header-bg);color:var(--wpec-header-text)!important;padding:8px 10px;font-size:var(--wpec-head-font-size);font-weight:var(--wpec-head-font-weight);text-align:center;border-radius:var(--wpec-head-radius)!important}
.wpec-venue{background:#f5f5f5;padding:12px 10px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:90px;gap:8px}
.wpec-venue-logo{display:block;width:auto;max-height:120px;object-fit:contain}
.wpec-venue-name{font-weight:700;line-height:1.2}
.wpec-venue-link{color:inherit;text-decoration:none}
.wpec-venue-link:hover{text-decoration:none;filter:brightness(.95)}
.wpec-slot{background:repeating-linear-gradient(135deg,#fbfbfb,#fbfbfb 6px,#f5f5f5 6px,#f5f5f5 8px);min-height:90px;padding:4px;display:flex;flex-direction:column;gap:6px}
.wpec-card-wrap{position:relative;padding:8px 4px;margin:8px 0}
.wpec-card{background:var(--wpec-card-bg);color:var(--wpec-card-text);padding:6px;font-size:var(--wpec-card-font-size);font-weight:var(--wpec-card-font-weight);border-radius:var(--wpec-card-radius)!important;overflow:hidden}
.wpec-card-title{font-size:var(--wpec-card-font-size);font-weight:var(--wpec-card-font-weight);margin-top:6px;margin-right:0;margin-bottom:10px;margin-left:0;line-height:1.25;color:var(--wpec-card-text)!important}
.wpec-card-desc{margin:0 0 10px;line-height:1.35;color:var(--wpec-card-desc-text)!important;font-size:var(--wpec-card-desc-font-size);font-weight:var(--wpec-card-desc-font-weight)}
.wpec-card-desc-wrap{position:relative}
.wpec-card-desc.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;max-height:4.05em}
.wpec-card-desc.is-expanded{display:block;max-height:none}
.wpec-card-desc-toggle{display:inline-block;margin-top:4px;border:0;background:transparent;color:var(--wpec-card-desc-text);font-weight:700;cursor:pointer;padding:0;line-height:1;font-size:var(--wpec-card-desc-font-size)}
.wpec-card-desc-toggle:hover{filter:brightness(1.1)}
.wpec-card-desc br{display:block;margin-bottom:2px}
.wpec-card-time{display:flex;align-items:center;justify-content:center;gap:4px;margin:0 auto 12px;padding:4px 8px;line-height:1;width:max-content}
.wpec-card-time-icon{width:12px;height:12px;display:block;flex:0 0 auto}
.wpec-card-time-value{line-height:1}
.wpec-card-btn{display:block;background:linear-gradient(90deg,var(--wpec-card-button-start),var(--wpec-card-button-end));color:var(--wpec-card-button-text)!important;text-align:center;border-radius:var(--wpec-card-button-radius)!important;padding:4px 10px;font-weight:var(--wpec-card-button-font-weight);text-decoration:none!important;font-size:var(--wpec-card-button-font-size);transition:filter .18s ease}
.wpec-card-btn:hover,.wpec-card-btn:focus,.wpec-card-btn:active,.wpec-card-btn:visited{color:var(--wpec-card-button-text)!important;text-decoration:none!important}
.wpec-card-btn:hover,.wpec-card-btn:focus{filter:brightness(.92)}

.wpec-venue-events{
  display:grid;
  gap:16px;
  margin:12px 0 24px;
}
.wpec-venue-events-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}
.wpec-venue-events-title{
  margin:0;
  font-size:clamp(22px, 3vw, 34px);
  font-weight:800;
  color:#111827;
}
.wpec-venue-events-count{
  font-size:13px;
  color:#6b7280;
}
.wpec-venue-events-list{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  grid-auto-rows:1fr;
}
.wpec-venue-events.is-single-event .wpec-venue-events-list{
  grid-template-columns:1fr;
}
.wpec-venue-events.is-single-event .wpec-venue-event-card{
  width:100%;
}
.wpec-venue-event-card{
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 26px rgba(15,23,42,.08);
}
.wpec-venue-event-image-wrap{
  background:#f3f4f6;
  flex:0 0 auto;
  height:auto;
  min-height:0;
  max-height:none;
  overflow:hidden;
}
.wpec-venue-event-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  aspect-ratio:auto;
}
.wpec-venue-event-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  gap:10px;
  justify-content:flex-start;
  align-items:flex-start;
  text-align:left;
  height:100%;
}
.wpec-venue-event-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  width:100%;
}
.wpec-venue-event-date{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  margin:0 0 12px;
  padding:4px 8px;
  line-height:1;
  width:max-content;
  background:var(--wpec-card-time-bg);
  color:var(--wpec-card-time-text);
  font-size:var(--wpec-card-time-font-size);
  font-weight:var(--wpec-card-time-font-weight);
  border-radius:var(--wpec-card-time-radius);
}
.wpec-venue-event-title{
  margin:0;
  font-size:18px;
  line-height:1.1;
  color:#0f172a;
  text-align:left;
  width:100%;
}
.wpec-venue-event-lineup{
  font-size:13px;
  color:#111827;
  text-align:left;
  width:100%;
}
.wpec-venue-event-lineup.is-collapsed{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  overflow:hidden;
}
.wpec-venue-event-lineup-toggle{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  width:100%;
  margin:2px auto 0;
  border:0;
  background:transparent;
  color:#0f172a;
  padding:0;
  border-radius:0;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
}
.wpec-venue-event-lineup-preview{
  text-align:left;
  width:100%;
}
.wpec-venue-event-lineup-action{
  margin-top:4px;
  font-size:13px;
  font-weight:700;
  text-align:left;
}
.wpec-venue-event-lineup-full{
  margin-top:8px;
  font-size:13px;
  color:#111827;
  text-align:left;
  width:100%;
}
.wpec-venue-event-lineup-toggle:hover{
  filter:brightness(.9);
  text-decoration:none;
}
.wpec-venue-event-desc{
  font-size:14px;
  line-height:1.5;
  color:#4b5563;
}
.wpec-venue-event-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  margin-top:auto;
  padding:4px 14px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--wpec-button-start),var(--wpec-button-end));
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
  font-size:13px;
}
.wpec-venue-event-btn:hover{filter:brightness(.95)}
.wpec-venue-events-empty{
  padding:16px;
  border:1px dashed rgba(15,23,42,.12);
  border-radius:14px;
  color:#6b7280;
  background:#fafafa;
}
.wpec-venue-events-footer{
  display:flex;
  justify-content:flex-end;
}
.wpec-venue-events-viewall{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:#111827;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700;
}
.wpec-venue-events-viewall:hover{filter:brightness(.95)}

@media (max-width: 960px){
  .wpec-venue-events-list{
    grid-template-columns:1fr;
  }
  .wpec-venue-event-image-wrap{
    height:auto;
    min-height:0;
    max-height:none;
  }
  .wpec-venue-event-image{
    height:auto;
  }
  .wpec-venue-event-card{
    grid-template-columns:1fr;
  }
  .wpec-venue-event-body{
    padding:14px;
  }
}

@media (max-width:1439px){
  .wpec-board{grid-template-columns:1fr}
  .wpec-cell-head{display:none}
  .wpec-venue{justify-content:center;padding:10px 12px;align-items:center;text-align:center}
  .wpec-venue-name{text-align:center}
  .wpec-venue-logo{margin:0 auto}
  .wpec-slot:empty{display:none}
  .wpec-topbar{gap:8px;margin:6px 0 10px}
  .wpec-title{font-size:18px!important;line-height:1.15;text-align:center}
  .wpec-months{padding:6px 10px;gap:6px;margin:6px auto 10px;border-radius:22px}
  .wpec-month-btn{padding:4px 10px;min-width:0;font-size:12px}
  .wpec-btn{min-width:64px;padding:8px 10px!important;font-size:12px!important}
  .wpec-months-toolbar{gap:8px}
  .wpec-months-toolbar .wpec-filters-toggle{padding:7px 12px;font-size:12px}
  .wpec-filters-panel{width:100%;max-width:none}
  .wpec-filter-venues [data-filter-venues]{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wpec-filter-types{grid-template-columns:1fr}
}
