button,a[role=button]{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:var(--button-height);padding:0 1rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow);font-family:var(--font-sans);font-size:1rem;font-weight:400;letter-spacing:.08em;transition:background-color var(--transition),border-color var(--transition),color var(--transition)}button:hover,a[role=button]:hover{background-color:var(--muted);color:var(--foreground)}button.primary,a[role=button].primary{border-color:var(--primary);background:var(--primary);color:oklch(1 0 0)}button.primary:hover,a[role=button].primary:hover{background:color-mix(in srgb,var(--primary) 80%,transparent)}a:hover{color:var(--muted-foreground);transition:color var(--transition)}.prose{font-size:1rem}.prose>*:first-child{margin-top:0}.prose p,.prose ul,.prose ol{margin:1rem 0}.prose img{width:100%;border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow)}.prose a{transition:color var(--transition);color:oklch(.71 .14 255);&:hover{color:oklch(.62 .19 260)}}.divider{height:1px;margin:1.5rem 0;background:var(--border)}.date-badge{position:relative;width:4.3rem;display:flex;flex-direction:column;align-items:center;border-radius:0 0 5px 5px;background:var(--muted);overflow:hidden}.date-badge__bar{width:4.5rem;height:.7rem;background:var(--accent)}.date-badge__pin{position:absolute;top:-.3rem;width:.4rem;height:.75rem;border-radius:var(--radius-full);background:var(--muted)}.date-badge__pin--left{left:.8rem}.date-badge__pin--right{right:.8rem}.date-badge__day{padding-top:.7rem;font-size:1.5rem;line-height:1}.date-badge__month{padding:.2rem 0 .4rem;font-size:.875rem;text-transform:uppercase;color:var(--muted-foreground)}.event-single__header{display:grid;grid-template-columns:minmax(0,1fr)auto;grid-template-areas:"title badge" "meta badge";align-items:center;column-gap:1.25rem;.date-badge{grid-area:badge}}.event-title{grid-area:title;margin-bottom:.8rem}.event-banner{margin:1.5rem 0 0;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow)}.event-banner img{width:100%;object-fit:cover}.event-meta-list{grid-area:meta;display:grid;gap:.5rem}.event-meta{display:flex;gap:.5rem 1rem;flex-wrap:wrap;align-items:flex-start;margin:0}.event-meta__item{display:inline-flex;gap:.7rem;align-items:flex-start}.event-meta__icon{flex:none;width:1.1rem;height:1.1rem;margin-top:.18rem;color:var(--accent)}.event-meta__icon svg{display:block;width:100%;height:100%}.event-meta__item>:last-child{min-width:0}.event-meta time{font-variant-numeric:tabular-nums}.event-meta a{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.2em;transition:text-decoration-color var(--transition)}.event-meta a:hover{text-decoration-color:initial}.event-list{width:100%;margin-inline:auto}.event-row-top{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:flex-start;justify-content:space-between;padding:0 0;transition:transform var(--transition)}.event-row{display:block;border-top:1px solid var(--border);align-items:flex-start;padding:1rem 0;transition:transform var(--transition)}.event-row:first-child{border-top:0}.event-row:hover{transform:scale(1.01)}.event-row__title{margin:0;font-family:var(--font-sans);font-size:1.2rem;font-weight:400;letter-spacing:.03em;line-height:1.2}.event-row__time,.event-meta{color:var(--muted-foreground)}.event-row__time,.event-row__summary{margin:.55rem 0 0;font-size:.95rem}.event-row__time{display:flex}.empty-state{margin:0;padding:1rem 0 1.25rem;color:var(--muted-foreground)}@media(max-width:640px){.event-single__header{grid-template-areas:"title title" "meta badge"}.event-row-top{gap:1rem}}@font-face{font-family:vg5000;src:url(/fonts/vg5000/VG5000-Regular_web.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:leaguemono;src:url(/fonts/LeagueMono-VF.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}.site-footer{padding:1.25rem .5rem;border-top:1px solid var(--border)}.footer-grid{display:flex;justify-content:space-between;gap:1rem 2rem;flex-wrap:wrap}.footer-copy p,.footer-bank p{margin:.15rem 0}.footer-copy a:hover{text-decoration:underline}.footer-copy,.footer-bank{color:var(--muted-foreground)}@media(max-width:640px){.footer-grid{text-align:center}}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:color-mix(in srgb,var(--background) 80%,transparent);filter:drop-shadow(0 0 2px var(--border))}.nav-row{display:flex;align-items:center;justify-content:space-between;margin-inline:2rem;padding:1.5rem 0;flex-wrap:wrap}.nav-links{display:flex;align-items:center;justify-content:flex-end;gap:.5rem 1.5rem;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:.9rem}.brand__mark{position:relative;width:2.8rem;height:2.8rem}.brand__logo{position:absolute;inset:0;width:100%;height:100%}.brand__logo--dark{display:none}:root[data-resolved-theme=dark] .brand__logo--light{display:none}:root[data-resolved-theme=dark] .brand__logo--dark{display:block}:root[data-resolved-theme=light] .brand__logo--light{display:block}:root[data-resolved-theme=light] .brand__logo--dark{display:none}@media(prefers-color-scheme:dark){.brand__logo--light{display:none}.brand__logo--dark{display:block}}.rss-link{min-width:4rem;padding-inline:.9rem;font-size:.85rem}.lang-switch{display:inline-flex;align-items:center;gap:.5rem}.theme-switch{display:inline-flex;align-items:center;position:relative}.lang-link{width:var(--button-height);padding:0;text-transform:lowercase}.theme-trigger{width:var(--button-height);padding:0;position:relative;color:var(--muted-foreground)}.theme-switch[data-open=true] .theme-trigger,.theme-trigger:hover{color:var(--foreground)}.theme-trigger__icon{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:scale(.7);transition:opacity var(--transition),transform var(--transition)}.theme-switch[data-theme=system] .theme-trigger__icon--system,.theme-switch[data-theme=light] .theme-trigger__icon--light,.theme-switch[data-theme=dark] .theme-trigger__icon--dark{opacity:1;transform:scale(1)}.theme-trigger svg,.theme-option svg{width:1.1rem;height:1.1rem}.theme-menu{position:absolute;top:calc(100% + .45rem);right:0;z-index:30;display:none;gap:.2rem;min-width:9.25rem;padding:.35rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--menu-shadow)}.theme-switch[data-open=true] .theme-menu{display:grid}.theme-option{display:grid;grid-template-columns:1rem 1fr auto;align-items:center;gap:.65rem;width:100%;padding:.45rem .55rem;border:0;border-radius:var(--radius-md);background:0 0;box-shadow:none;color:var(--foreground);font-family:var(--font-sans);font-size:.92rem;font-weight:400;letter-spacing:.07em;text-align:left;transition:background-color var(--transition),color var(--transition)}.theme-option::after{content:"";width:.38rem;height:.38rem;border-radius:var(--radius-full);background:0 0}.theme-option:hover{background:var(--muted)}.theme-option[aria-checked=true]{background:var(--accent-muted)}.theme-option[aria-checked=true]::after{background:var(--accent)}.theme-option__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground);transition:color var(--transition)}.theme-option[aria-checked=true] .theme-option__icon,.theme-option:hover .theme-option__icon{color:var(--foreground)}.theme-trigger:focus-visible,.theme-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(max-width:640px){.nav-row{margin-inline:1rem}.nav-links{gap:.5rem .75rem;> a{margin-inline-end:.75rem}}}.hero-grid{display:grid;gap:2rem 3rem;align-items:center;padding:1rem 0;min-height:calc(calc(100svh - 5.8rem) - 1rem)}.hero-copy{max-width:52rem}.home-title{margin:0;font-family:var(--font-sans);font-size:clamp(3.15rem,8vw,5.9rem);font-weight:400;letter-spacing:.04em;line-height:.94;text-transform:uppercase}.home-subtitle{margin:0 0 0;letter-spacing:-.15rem;font-size:clamp(1.1rem,2vw,1.7rem);color:var(--muted-foreground)}.presence-status{color:var(--foreground)}.presence-status__word--open{color:oklch(.72 .19 150)}.presence-status__word--closed{color:oklch(.64 .21 25)}.about{max-width:40rem;margin-inline:auto;min-height:calc(calc(calc(100svh - 5.8rem) - 10.5rem) - 2rem);> *:not(.quote){margin-inline:auto;max-width:fit-content}}.quote{margin-block:3rem;max-width:40rem;margin-inline:auto;padding:.1em 1em;border-radius:calc(var(--radius) - 4px);background-color:var(--muted);& p:last-child{color:var(--muted-foreground)}}@media(min-width:900px){.hero-grid{grid-template-columns:minmax(0,1.55fr)minmax(300px,.85fr)}}@media(max-width:900px){.home-title{text-align:center}.home-subtitle{text-align:center}.hero-copy{margin-inline:auto}}@media(max-width:640px){.home-title{letter-spacing:.05em}.quote p:last-child{text-align:center}}.site-shell{min-height:100vh;display:flex;flex-direction:column}.page-main{flex:1;padding:1rem}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.container--narrow{width:min(var(--narrow-width),100%)}.upcoming-panel,.simple-page,.listing-section,.event-single{width:100%;background:var(--card);border-radius:var(--radius-lg);max-width:var(--content-width);margin-inline:auto}.upcoming-panel{padding:0;display:grid;margin-inline:auto}.panel-heading,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.panel-heading h2,.section-heading h1,.section-heading h2{margin:0;font-family:var(--font-sans);font-size:clamp(1.45rem,2vw,2rem);font-weight:400;letter-spacing:.03em;line-height:1.1;transition:transform var(--transition)}.simple-page,.listing-section,.event-single{padding:1.6rem}.simple-page,.listing-layout,.event-wrap{margin-top:1.25rem}.page-title{margin:0 0 1rem;font-family:var(--font-sans);font-size:clamp(2.3rem,4vw,3.4rem);font-weight:400;letter-spacing:.03em;line-height:.98}.listing-layout{display:grid;gap:1.75rem}.listing-section+.listing-section{margin-top:.5rem}@media(min-width:900px){.event-single__header{grid-template-columns:minmax(0,1fr)auto}}@media(max-width:640px){.simple-page,.listing-section,.event-single,.upcoming-panel{padding:.25rem}.page-main{padding-top:1rem}}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}body{margin:0;min-height:100vh;color:var(--foreground);font-family:var(--font-mono);letter-spacing:-.03em;line-height:1.65;background:var(--background)}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-family:var(--font-sans)}p,a,input,textarea,pre,code,span{text-wrap:balance}.prose{p, a, input, textarea, pre, code, span{@supports not (text-wrap:pretty){text-wrap: initial;}@supports(text-wrap:pretty){text-wrap: pretty;}}}:root{color-scheme:light;--background:oklch(1 0 0);--foreground:oklch(0.145 0 0);--muted:oklch(0.97 0 0);--muted-foreground:oklch(0.556 0 0);--card:oklch(1 0 0);--border:oklch(0.922 0 0);--accent:oklch(0.64 0.21 25);--accent-hover:color-mix(in srgb, var(--accent) 80%, transparent);--accent-muted:color-mix(in srgb, var(--accent) 20%, transparent);--primary:oklch(0.44 0.16 27);--shadow:0 1px 2px oklch(0 0 0 / 0.08);--menu-shadow:0 10px 15px -3px oklch(0 0 0 / 0.1), 0 4px 6px -4px oklch(0 0 0 / 0.1);--font-sans:"VG5000", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:"LeagueMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-mono);--default-transition-timing-function:cubic-bezier(0.16, 1, 0.3, 1);--transition:0.3s cubic-bezier(0.16, 1, 0.3, 1);--max-width:1180px;--narrow-width:840px;--content-width:40rem;--button-height:2.25rem;--radius:0.5rem;--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--radius-full:9999px}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--background:oklch(0.145 0 0);--foreground:oklch(0.9848 0 0);--muted:oklch(0.2686 0 0);--muted-foreground:oklch(0.708 0 0);--card:oklch(0.1445 0 0);--border:oklch(1 0 0 / 10%);--shadow:0 1px 2px oklch(0 0 0 / 0.28);--menu-shadow:0 10px 15px -3px oklch(0 0 0 / 0.28), 0 4px 6px -4px oklch(0 0 0 / 0.28)}}:root[data-resolved-theme=light]{color-scheme:light;--background:oklch(1 0 0);--foreground:oklch(0.145 0 0);--muted:oklch(0.97 0 0);--muted-foreground:oklch(0.556 0 0);--card:oklch(1 0 0);--border:oklch(0.922 0 0);--shadow:0 1px 2px oklch(0 0 0 / 0.08);--menu-shadow:0 10px 15px -3px oklch(0 0 0 / 0.1), 0 4px 6px -4px oklch(0 0 0 / 0.1)}:root[data-resolved-theme=dark]{color-scheme:dark;--background:oklch(0.145 0 0);--foreground:oklch(0.9848 0 0);--muted:oklch(0.2686 0 0);--muted-foreground:oklch(0.708 0 0);--card:oklch(0.1445 0 0);--border:oklch(1 0 0 / 10%);--shadow:0 1px 2px oklch(0 0 0 / 0.28);--menu-shadow:0 10px 15px -3px oklch(0 0 0 / 0.28), 0 4px 6px -4px oklch(0 0 0 / 0.28)}