:root {
  --red: #f31f2b;
  --red-dark: #d91520;
  --red-soft: #fff0f1;
  --ink: #171719;
  --muted: #686a70;
  --line: #e8e6e3;
  --paper: #fffdfa;
  --card: #ffffff;
  --shell: 700px;
  --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg,#fff 0,#fffdfa 42%,#fff 100%); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 32px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: #111; color: #fff; padding: 8px 10px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 86px; height: auto; display: block; }
.city-label { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.hero { padding-block: 46px 22px; }
.eyebrow { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; letter-spacing: -.035em; }
h1 { margin-top: 7px; font-size: clamp(40px, 9vw, 62px); line-height: .98; }
h2 { font-size: 25px; line-height: 1.08; }
.hero-copy { max-width: 560px; margin: 14px 0 0; color: var(--muted); font-size: 16px; line-height: 1.58; }
.next-section { padding-top: 12px; }
.next-card { padding: 24px; border: 1px solid #ffd5d8; border-left: 4px solid var(--red); border-radius: var(--radius); background: var(--card); box-shadow: 0 16px 45px rgba(74,42,44,.07); }
.next-kicker { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.next-date { margin-top: 7px; font-size: clamp(27px, 7vw, 36px); font-weight: 850; line-height: 1.08; letter-spacing: -.04em; }
.next-time { margin-top: 6px; color: var(--ink); font-size: 18px; font-weight: 750; }
.next-place { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.next-note { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); color: #56585e; font-size: 13px; line-height: 1.55; }
.next-actions { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.status-card { margin-bottom: 12px; padding: 14px 16px; border-radius: 14px; background: #fff8df; color: #6a5514; font-size: 13px; line-height: 1.5; }
.loading-line { height: 16px; width: 48%; border-radius: 999px; background: #f0efed; }
.loading-line.wide { width: 72%; height: 28px; margin-bottom: 12px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section-heading h2 { margin-top: 5px; }
.section-heading.compact { margin-bottom: 12px; }
.calendar-section { padding-top: 48px; }
.icon-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 18px; cursor: pointer; }
.calendar-list { display: grid; gap: 14px; }
.month-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.month-title { padding: 17px 18px 14px; font-size: 17px; font-weight: 820; border-bottom: 1px solid var(--line); }
.weekdays, .days-grid { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); }
.weekdays { padding: 10px 10px 4px; color: #929399; font-size: 10px; font-weight: 800; text-align: center; }
.days-grid { padding: 4px 10px 12px; gap: 4px 0; }
.day { min-height: 42px; display: grid; place-items: center; font-size: 13px; color: #74767c; }
.day.empty { visibility: hidden; }
.day.has-session span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 850; box-shadow: 0 5px 15px rgba(243,31,43,.2); }
.day.today span { outline: 3px solid #ffd8db; outline-offset: 2px; }
.month-notes { border-top: 1px solid var(--line); padding: 8px 18px 13px; display: grid; gap: 6px; }
.month-note { color: var(--muted); font-size: 12px; line-height: 1.45; }
.month-note b { color: var(--ink); }
.empty-schedule { padding: 22px; border: 1px dashed #d8d5d1; border-radius: var(--radius); color: var(--muted); text-align: center; font-size: 14px; line-height: 1.55; }
.venue-section { padding-top: 48px; }
.venue-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.venue-card strong { font-size: 17px; }
.venue-card p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.venue-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 16px; color: var(--muted); font-size: 13px; }
.venue-meta b { color: var(--ink); margin-right: 5px; }
.actions, .share-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); text-decoration: none; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.button.primary { background: var(--red); border-color: var(--red); color: #fff; }
.button.primary:active { background: var(--red-dark); }
.note-section { padding-top: 16px; }
.note-card { padding: 17px 18px; border-radius: 16px; background: #f7f8f9; color: #53565d; font-size: 13px; line-height: 1.55; }
.note-card p { margin: 0; }
.share-section { padding-top: 34px; }
.share-card { padding: 20px; border-radius: var(--radius); background: #f7f8f9; border: 1px solid #eef0f1; }
.share-card h2 { margin-top: 5px; }
.copy-status { min-height: 18px; margin-top: 8px; color: var(--muted); font-size: 12px; }
.community-section { padding-block: 46px 16px; }
.community-note { padding-top: 18px; border-top: 1px solid var(--line); }
.community-note h2 { margin-top: 5px; font-size: 19px; }
.community-note p { margin: 8px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.62; }
.site-footer { margin-top: 18px; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { padding-block: 28px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer-signoff { display: grid; gap: 4px; font-size: 11px; color: var(--muted); }
.footer-signoff strong { color: var(--red); font-size: 15px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px 15px; font-size: 11px; color: var(--muted); }
.footer-inner a { text-underline-offset: 3px; }
.noscript { margin: 16px; padding: 12px; border-radius: 10px; background: #fff3cd; color: #5f4b11; }
@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .header-inner { min-height: 64px; }
  .brand img { width: 70px; }
  .hero { padding-block: 34px 18px; }
  h1 { font-size: 44px; }
  .hero-copy { font-size: 15px; }
  .next-card { padding: 19px; }
  .calendar-section, .venue-section { padding-top: 40px; }
  .month-card { border-radius: 17px; }
  .day { min-height: 39px; }
  .share-actions .button { flex: 1 1 100%; }
  .footer-inner { flex-direction: column; }
  .footer-inner nav { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.live-callout { margin-top: 15px; padding: 12px 13px; display: flex; align-items: flex-start; gap: 10px; border-radius: 13px; background: var(--red-soft); color: var(--red-dark); }
.live-callout small { display: block; margin-bottom: 2px; font-size: 9px; line-height: 1.2; font-weight: 850; letter-spacing: .12em; }
.live-callout strong { display: block; font-size: 14px; line-height: 1.35; }
.live-dot { flex: 0 0 auto; width: 8px; height: 8px; margin-top: 5px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(243,31,43,.10); }
.confirm-note { margin-top: 12px; padding: 10px 12px; border-radius: 11px; background: #fff8df; color: #6a5514; font-size: 12px; line-height: 1.5; }
.day.live-session span { box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(243,31,43,.28), 0 5px 15px rgba(243,31,43,.18); }
.live-text { color: var(--red-dark); font-weight: 800; }
