.agenda-page{background:var(--store-bg)}
.agenda-main{padding-block:28px 72px;min-height:65vh}
.agenda-heading{margin-block:28px 48px}
.agenda-heading h1{font-family:Archivo,sans-serif;font-size:42px;font-weight:500;letter-spacing:-1px;line-height:1.1}
.agenda-heading p{margin-top:16px;color:#555b5d;font-size:17px;line-height:1.5}
.agenda-month{display:grid;grid-template-columns:220px minmax(0,1fr);gap:40px;margin-bottom:40px;align-items:start}
.agenda-month>h2{font-size:24px;padding-top:24px}
.agenda-page .calendar-list{margin:0;background:#fff;list-style:none}
.agenda-page .calendar-row{grid-template-columns:120px minmax(0,1fr);align-items:start}
.agenda-page .calendar-copy h3{font-size:21px}
.agenda-page .calendar-meta{margin-top:8px;font-size:14px;line-height:1.5;color:#555b5d}
.agenda-page .calendar-summary{max-width:68ch;margin-top:8px;font-size:15px;line-height:1.55;color:#333638}
.agenda-page .calendar-status{background:var(--store-bg);font-size:12px}
.agenda-links{display:flex;flex-wrap:wrap;gap:0 24px;margin-top:8px}
.agenda-page .agenda-links a{color:var(--wf-accent);text-decoration:underline;text-underline-offset:4px}
.agenda-page .wf-footer h2{font-family:inherit;font-size:14px;font-weight:600;letter-spacing:normal}
.agenda-note{max-width:72ch;margin:32px 0 0 auto;font-size:13px;line-height:1.6;color:#555b5d}
.agenda-empty{padding:32px;background:#fff;border-radius:16px;line-height:1.6}
.agenda-page [aria-current=page]{text-decoration:underline;text-underline-offset:6px}
.agenda-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;max-width:1050px;margin-bottom:24px}
.agenda-filters[hidden]{display:none}
.agenda-filters label{display:grid;gap:8px;font-size:14px;color:#555b5d;min-width:0}
.agenda-filters select{width:100%;min-width:0;min-height:48px;padding:12px;font:inherit;color:#1d1d1f;background:#fff;border:1px solid #b8bfc0;border-radius:10px}
.agenda-filters select:focus-visible,.agenda-reset:focus-visible{outline:3px solid #0c6e78;outline-offset:3px}
.agenda-overview{display:flex;align-items:center;flex-wrap:wrap;gap:12px 32px;margin-bottom:32px;font-size:14px}
.agenda-overview>p{color:#555b5d}
#agenda-months{display:flex;flex-wrap:wrap;gap:4px 20px}
#agenda-months a{display:inline-flex;align-items:center;min-height:44px;color:var(--wf-accent);text-decoration:underline;text-underline-offset:4px}
.agenda-month>h2{scroll-margin-top:32px}
.agenda-reset{margin-top:16px;border:0;border-radius:24px;padding:12px 20px;background:#1d1d1f;color:#fff;min-height:44px;font:inherit;cursor:pointer}
.agenda-page .calendar-days{overflow-wrap:anywhere}
.agenda-page .agenda-links a{min-height:44px;display:inline-flex;align-items:center}
@media(max-width:760px){.agenda-filters{grid-template-columns:1fr;gap:16px}.agenda-overview{gap:8px}.agenda-filters select{font-size:16px}.agenda-page .calendar-days{font-size:24px}}
@media(max-width:760px){.agenda-month{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.agenda-month>h2{padding-top:0;font-size:22px}.agenda-heading{margin-block:24px 36px}.agenda-heading h1{font-size:34px}.agenda-heading p{font-size:15px}.agenda-page .calendar-row{grid-template-columns:76px minmax(0,1fr);gap:16px}.agenda-page .calendar-copy h3{font-size:18px}.agenda-note{margin-left:0}.agenda-main{padding-bottom:48px}.agenda-links{gap:0 16px}}
