:root{color-scheme:light;--page-bg:#f7f7f4;--surface:#fff;--surface-muted:#f2f3ef;--text:#222522;--muted:#70756d;--border:#dedfd8;--accent:#1e5aa8;--duration-fast:.14s;--ease-standard:ease;--focus-ring:#2f6db5;--interactive-border-hover:color-mix(in srgb, var(--border), var(--text) 18%);--interactive-shadow-hover:0 10px 22px #1f231e0f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;color:var(--text);background:var(--page-bg);margin:0}html,body{overflow-x:clip}button,input,select,textarea{font:inherit}a{color:inherit}.speaker-fit.svelte-jlb0k9{white-space:nowrap;min-width:0;max-width:100%;display:block;position:relative;overflow:hidden}.speaker-label.svelte-jlb0k9{text-overflow:ellipsis;white-space:nowrap;word-break:normal;min-width:0;display:block;overflow:hidden}.speaker-measure.svelte-jlb0k9{visibility:hidden;pointer-events:none;white-space:nowrap;width:max-content;position:absolute;top:0;left:0}.event-pill.svelte-7p9z8t{--event-pill-hover-expand:2px;isolation:isolate;min-width:0;color:var(--event-color);background:color-mix(in srgb, var(--event-color), white var(--event-pill-bg-mix));border:1px solid color-mix(in srgb, var(--event-color), white var(--event-pill-border-mix));box-shadow:none;font-size:var(--calendar-text-sm);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:2px 5px;padding:5px 6px;line-height:1.12;text-decoration:none;display:grid;position:relative;container-type:inline-size}.event-pill.svelte-7p9z8t:before{z-index:-1;content:"";background:color-mix(in srgb, var(--event-color), white var(--event-pill-bg-mix));border:1px solid color-mix(in srgb, var(--event-color), white var(--event-pill-border-mix));border-radius:inherit;opacity:0;transition:inset var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard), opacity var(--duration-fast) var(--ease-standard);position:absolute;inset:0}@media (hover:hover){.event-pill.svelte-7p9z8t:hover:before{inset:calc(-1 * var(--event-pill-hover-expand));opacity:1;box-shadow:0 3px 8px color-mix(in srgb, var(--event-color), transparent var(--event-pill-shadow-mix))}}.category-icon.svelte-7p9z8t{width:14px;height:14px;color:var(--event-color);align-self:start;margin-top:1px;display:inline-flex}.category-icon svg{stroke-width:2.2px;width:14px;height:14px}.event-copy.svelte-7p9z8t{grid-area:2/1/auto/-1;gap:1px;min-width:0;display:grid;overflow:hidden}.event-copy.svelte-7p9z8t strong:where(.svelte-7p9z8t){min-width:0;color:color-mix(in srgb, var(--event-color), #101612 35%);font-weight:850;display:block;overflow:hidden}.event-copy.svelte-7p9z8t strong:where(.svelte-7p9z8t) span:where(.svelte-7p9z8t){text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;hyphens:auto;overflow-wrap:normal;white-space:normal;word-break:normal;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.event-pill.svelte-7p9z8t time:where(.svelte-7p9z8t){color:color-mix(in srgb, var(--event-color), #101612 20%);font-size:var(--calendar-text-xs);white-space:nowrap;grid-area:1/2;justify-self:end;font-style:normal;font-weight:850;line-height:1.15}.event-copy.svelte-7p9z8t small:where(.svelte-7p9z8t){min-width:0;color:color-mix(in srgb, var(--event-color), var(--muted) 60%);font-size:var(--calendar-text-xs);white-space:nowrap;font-weight:650;line-height:1.12;display:block;overflow:hidden}@container calendar (width<=599px){.event-pill.svelte-7p9z8t{flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:2px 1px;display:flex}.category-icon.svelte-7p9z8t{align-self:center;width:20px;height:20px}.category-icon svg{stroke-width:2.1px;width:20px;height:20px}.event-pill.svelte-7p9z8t time:where(.svelte-7p9z8t){letter-spacing:0;line-height:1}.event-copy.svelte-7p9z8t{display:none}}.calendar-shell.svelte-d5zy0e{--calendar-text-xs:.7rem;--calendar-text-sm:.78rem;--calendar-text-md:.84rem;--calendar-text-title:2.5rem;--event-pill-bg-mix:92%;--event-pill-border-mix:74%;--event-pill-shadow-mix:88%;padding:0;container:calendar/inline-size}.calendar-header.svelte-d5zy0e{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.month-heading.svelte-d5zy0e{flex:auto;min-width:0}h2.svelte-d5zy0e{margin:0}.month-title.svelte-d5zy0e{max-width:100%;font-size:var(--calendar-text-title);text-transform:capitalize;font-weight:700;line-height:.95}.header-actions.svelte-d5zy0e{align-items:center;gap:16px;display:flex}.month-controls.svelte-d5zy0e{gap:8px;display:flex}.month-controls.svelte-d5zy0e button:where(.svelte-d5zy0e){width:44px;height:44px;color:var(--text);border:1px solid var(--border);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard);background:#fffc;border-radius:999px;place-items:center;display:grid}@media (hover:hover){.month-controls.svelte-d5zy0e button:where(.svelte-d5zy0e):hover{border-color:var(--interactive-border-hover);box-shadow:inset 0 0 0 1px var(--interactive-border-hover), var(--interactive-shadow-hover);background:#fff}}.month-controls.svelte-d5zy0e button:where(.svelte-d5zy0e):active{background:var(--surface-muted);box-shadow:inset 0 1px 2px #1f231e14}.month-controls.svelte-d5zy0e button:where(.svelte-d5zy0e):focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.month-controls.svelte-d5zy0e .today-button:where(.svelte-d5zy0e){width:auto;min-width:72px;color:var(--text);font-size:var(--calendar-text-md);padding:0 16px;font-weight:750}.month-controls svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:20px;height:20px}.month-card.svelte-d5zy0e{border:1px solid var(--border);background:#ffffffb8;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px #181f1a09}.weekday-row.svelte-d5zy0e,.month-grid.svelte-d5zy0e{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.weekday-row.svelte-d5zy0e{color:var(--muted);background:color-mix(in srgb, var(--surface-muted), white 42%);border-bottom:1px solid var(--border);font-size:var(--calendar-text-sm);letter-spacing:.06em;text-transform:uppercase;font-weight:850}.weekday-row.svelte-d5zy0e div:where(.svelte-d5zy0e){text-align:center;place-items:center;padding:8px 2px 7px;display:grid}.month-grid.svelte-d5zy0e>div:where(.svelte-d5zy0e){border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff75;min-height:86px;padding:4px}.month-grid.svelte-d5zy0e>div:where(.svelte-d5zy0e):nth-child(7n){border-right:0}.month-grid.svelte-d5zy0e>div:where(.svelte-d5zy0e):nth-last-child(-n+7){border-bottom:0}.month-grid.svelte-d5zy0e>div.has-events:where(.svelte-d5zy0e){background:#ffffffa8}.month-grid.svelte-d5zy0e>div.muted:where(.svelte-d5zy0e){color:#a0a29d;background:#f3f3f0}.month-grid.svelte-d5zy0e>div.today:where(.svelte-d5zy0e){box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--muted), white 18%);position:relative}.day-top.svelte-d5zy0e{justify-content:space-between;align-items:center;gap:8px;height:18px;margin-bottom:3px;display:flex}.day-number.svelte-d5zy0e{color:var(--muted);font-size:var(--calendar-text-md);margin-left:4px;font-weight:780;line-height:1;display:block}.today.svelte-d5zy0e .day-number:where(.svelte-d5zy0e){color:var(--muted)}.events-stack.svelte-d5zy0e{gap:2px;display:grid}.more-events.svelte-d5zy0e{color:var(--muted);font-size:var(--calendar-text-xs);font-weight:700}@container calendar (width<=599px){.calendar-header.svelte-d5zy0e{flex-direction:column;align-items:start;gap:12px}.month-heading.svelte-d5zy0e{width:100%}.header-actions.svelte-d5zy0e{align-items:start}}.page-shell[data-astro-cid-lcdefpme]{width:min(1380px,100% - clamp(28px,5vw,40px));margin:0 auto;padding:clamp(30px,5vw,48px) 0 clamp(44px,6vw,64px)}
