.calendar-wrapper.svelte-4qdo03{background:#111;border:1px solid #333;border-radius:4px;overflow:hidden}.calendar-header.svelte-4qdo03{background:#1a1a1a;padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.week-nav.svelte-4qdo03{display:flex;align-items:center;gap:1rem}h3.svelte-4qdo03{margin:0;color:var(--gold-primary);font-size:1.2rem}.nav-btn.svelte-4qdo03{background:none;border:1px solid #333;color:#888;padding:.25rem .5rem;cursor:pointer;font-family:var(--font-heading)}.nav-btn.svelte-4qdo03:hover{color:#fff;border-color:#555}.filters.svelte-4qdo03{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:#ccc}.calendar-grid.svelte-4qdo03{display:grid;grid-template-columns:repeat(7,1fr);min-height:500px}.day-column.svelte-4qdo03{border-right:1px solid #222;display:flex;flex-direction:column}.day-column.svelte-4qdo03:last-child{border-right:none}.day-column.weekend.svelte-4qdo03{background:#ffffff05}.day-header.svelte-4qdo03{background:#0a0a0a;padding:.75rem;text-align:center;font-family:var(--font-heading);font-weight:700;color:var(--text-muted);border-bottom:1px solid #222;font-size:.8rem}.day-column.weekend.svelte-4qdo03 .day-header:where(.svelte-4qdo03){color:var(--gold-secondary)}.day-content.svelte-4qdo03{padding:.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.empty-slot.svelte-4qdo03{text-align:center;color:#333;padding-top:2rem}.event-card-item.svelte-4qdo03{background:#222;border:1px solid #333;padding:.5rem;border-radius:4px;font-size:.85rem;cursor:pointer;transition:transform .2s,border-color .2s}.event-card-item.svelte-4qdo03:hover{transform:translateY(-2px);border-color:var(--gold-secondary)}.event-card-item.offline.svelte-4qdo03{border-left:2px solid #dc2626}.event-time.svelte-4qdo03{font-weight:700;color:var(--gold-primary);font-size:.75rem}.event-title.svelte-4qdo03{font-weight:600;margin:2px 0;line-height:1.2;color:#eee}.event-system.svelte-4qdo03{font-size:.7rem;color:#888}.event-loc.svelte-4qdo03{font-size:.65rem;color:var(--gold-secondary);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-type.svelte-4qdo03{text-align:right;font-size:.7rem;margin-top:2px}@media(max-width:900px){.calendar-grid.svelte-4qdo03{grid-template-columns:1fr}.day-column.svelte-4qdo03{border-right:none;border-bottom:1px solid #222}.day-content.svelte-4qdo03{flex-direction:row;flex-wrap:wrap;min-height:auto}.event-card-item.svelte-4qdo03{width:100%;display:flex;justify-content:space-between;align-items:center}}.event-link.svelte-4qdo03{text-decoration:none;color:inherit;display:block}.event-card-item.oneshot.svelte-4qdo03{border-style:dashed;border-color:var(--gold-secondary)}.today-btn.svelte-4qdo03{color:var(--gold-secondary)!important;border-color:var(--gold-secondary)!important;margin-left:.5rem;margin-right:.5rem}.filters.svelte-4qdo03 input[type=checkbox]:where(.svelte-4qdo03){accent-color:var(--gold-primary);width:1rem;height:1rem;cursor:pointer}.event-card-item.store-event.svelte-4qdo03{border-left:2px solid var(--gold-primary);background:linear-gradient(145deg,#1a1520,#0a0a0a)}.event-time.store-text.svelte-4qdo03{color:var(--gold-primary)}.event-loc.store-loc.svelte-4qdo03{color:#888}.upcoming-section.svelte-4qdo03{margin-top:4rem;border-top:1px solid #222;padding-top:2rem}.upcoming-header.svelte-4qdo03{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.upcoming-header.svelte-4qdo03 h3:where(.svelte-4qdo03){font-size:1.5rem;color:#fff}.btn-link.svelte-4qdo03{color:var(--gold-primary);text-decoration:none;border:1px solid var(--gold-primary);padding:.5rem 1rem;border-radius:4px;font-size:.9rem;transition:all .2s}.btn-link.svelte-4qdo03:hover{background:var(--gold-primary);color:#000}.upcoming-grid.svelte-4qdo03{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.calendar-grid.month-view.svelte-4qdo03{grid-template-rows:auto repeat(auto-fill,minmax(100px,1fr));grid-template-columns:repeat(7,1fr);border:1px solid #333;border-radius:4px;overflow:hidden}.month-header.svelte-4qdo03{background:#111;border-bottom:1px solid #333;border-right:1px solid #333;padding:.5rem}.month-header.svelte-4qdo03:last-child{border-right:none}.month-cell.svelte-4qdo03{border-right:1px solid #333;border-bottom:1px solid #333;min-height:120px;padding:.25rem;position:relative;background:#0a0a0a}.month-cell.svelte-4qdo03:nth-child(7n){border-right:none}.month-cell.other-month.svelte-4qdo03{background:#050505;opacity:.5}.month-cell.today.svelte-4qdo03{background:#d4af370d;border:1px solid var(--gold-primary)}.cell-date.svelte-4qdo03{font-size:.8rem;font-weight:700;color:#666;margin-bottom:.25rem;text-align:right}.month-cell.today.svelte-4qdo03 .cell-date:where(.svelte-4qdo03){color:var(--gold-primary)}.cell-events.svelte-4qdo03{display:flex;flex-direction:column;gap:2px}.month-event-link.svelte-4qdo03{display:flex;align-items:center;gap:4px;font-size:.7rem;text-decoration:none;color:#ccc;padding:2px 4px;border-radius:2px;background:#ffffff0d;overflow:hidden;white-space:nowrap;transition:background .2s}.month-event-link.svelte-4qdo03:hover{background:#ffffff26;color:#fff}.month-event-link.store-event-link.svelte-4qdo03{border-bottom:1px solid var(--gold-primary);padding-bottom:5px;margin-bottom:2px}.month-event-dot.svelte-4qdo03{width:6px;height:6px;border-radius:50%;background:#dc2626;flex-shrink:0}.month-event-dot.online.svelte-4qdo03{background:var(--gold-secondary)}.month-event-dot.store.svelte-4qdo03{background:var(--gold-primary);box-shadow:0 0 2px var(--gold-primary)}.month-event-time.svelte-4qdo03{color:#888;font-size:.65rem}.month-event-title.svelte-4qdo03{overflow:hidden;text-overflow:ellipsis}.view-toggle.svelte-4qdo03{display:flex;gap:0;background:#000;border:1px solid #333;border-radius:4px;overflow:hidden}.view-toggle.svelte-4qdo03 button:where(.svelte-4qdo03){background:#111;border:none;border-right:1px solid #333;color:#888;padding:.25rem .75rem;font-size:.8rem;cursor:pointer;font-family:var(--font-heading);transition:all .2s}.view-toggle.svelte-4qdo03 button:where(.svelte-4qdo03):last-child{border-right:none}.view-toggle.svelte-4qdo03 button:where(.svelte-4qdo03):hover{color:#fff;background:#222}.view-toggle.svelte-4qdo03 button.active:where(.svelte-4qdo03){background:var(--gold-primary);color:#000;font-weight:700}@media(max-width:900px){.month-cell.svelte-4qdo03{min-height:80px}.month-event-time.svelte-4qdo03{display:none}.month-event-link.svelte-4qdo03{font-size:.65rem}}.page-header.svelte-13luymz{text-align:center;padding:4rem 1rem}.subtitle.svelte-13luymz{color:var(--text-muted)}.calendar-section.svelte-13luymz{padding-bottom:4rem}.calendar-tips.svelte-13luymz{margin-top:1.5rem;text-align:center;color:var(--text-muted);font-size:.9rem}
