:root{--color-primary-rgb:26 138 125;--color-primary:rgb(var(--color-primary-rgb));--color-primary-light:#e8f5f2;--color-accent-rgb:184 134 45;--color-accent:rgb(var(--color-accent-rgb));--color-accent-light:rgb(var(--color-accent-rgb) / .12);--color-search-rgb:198 107 61;--color-search:rgb(var(--color-search-rgb));--color-search-light:#fdf0e8;--color-moved-rgb:124 92 191;--color-moved:rgb(var(--color-moved-rgb));--color-moved-light:#f3eefa;--color-residence-rgb:64 99 156;--color-residence:rgb(var(--color-residence-rgb));--color-primary-text:#177c71;--color-search-text:#a65a33;--color-accent-text:#916a24;--color-moved-text:#7b5bbd;--color-header-bg-rgb:22 25 46;--color-header-bg:rgb(var(--color-header-bg-rgb));--color-header-text-rgb:240 230 211;--color-header-text:rgb(var(--color-header-text-rgb));--color-filter-border:#e8dfd2;--color-surface:#fff;--color-surface-warm:#faf6f0;--color-surface-image:#efe8dc;--color-on-dark-rgb:255 255 255;--color-on-dark:rgb(var(--color-on-dark-rgb));--color-ink:var(--color-header-bg);--color-text:#2c2a26;--color-text-secondary:#5a564e;--color-text-muted:#757169;--color-text-placeholder:#706654;--color-border:#e8e3da;--color-border-light:#f0ebe3;--color-close-bg:#ede8e0;--color-close-bg-hover:#ddd7cc;--color-selection-bg:rgb(var(--color-accent-rgb) / .22);--color-selection-text:var(--color-ink);--focus-ring-color:rgb(var(--color-primary-rgb) / .35);--focus-ring-color-on-dark:rgb(var(--color-on-dark-rgb) / .45);--focus-ring-width:3px;--focus-ring-offset:2px;--scrim-modal:rgb(var(--color-header-bg-rgb) / .55);--scrim-lightbox:rgb(var(--color-header-bg-rgb) / .94);--scrim-blur:4px;--scrim-blur-strong:8px;--header-height:68px;--filter-height:48px;--footer-height:64px;--sidebar-width:460px;--prose-width:62ch;--font-display:"Cormorant Garamond Variable", "Georgia", serif;--font-body:"Outfit Variable", system-ui, -apple-system, sans-serif;--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:16px;--text-lg:17px;--text-xl:20px;--text-2xl:23px;--text-3xl:25px;--text-4xl:28px;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.25;--leading-snug:1.4;--leading-normal:1.5;--leading-relaxed:1.65;--leading-prose:1.75;--leading-loose:1.8;--tracking-tight:-.01em;--tracking-normal:0;--tracking-wide:.02em;--tracking-wider:.04em;--tracking-widest:.08em;--tracking-mono:.16em;--space-1:4px;--space-1-5:6px;--space-2:8px;--space-2-5:10px;--space-3:12px;--space-3-5:14px;--space-4:16px;--space-4-5:18px;--space-5:20px;--space-5-5:22px;--space-6:24px;--space-7:28px;--space-8:32px;--shadow-sm:0 1px 3px rgb(var(--color-header-bg-rgb) / .06), 0 1px 2px rgb(var(--color-header-bg-rgb) / .04);--shadow-md:0 4px 16px rgb(var(--color-header-bg-rgb) / .08), 0 2px 6px rgb(var(--color-header-bg-rgb) / .04);--shadow-lg:0 12px 40px rgb(var(--color-header-bg-rgb) / .12), 0 4px 12px rgb(var(--color-header-bg-rgb) / .06);--shadow-sidebar:-6px 0 32px rgb(var(--color-header-bg-rgb) / .1), -1px 0 0 rgb(var(--color-header-bg-rgb) / .04);--shadow-bar-dark:0 4px 20px #00000059;--shadow-bar-dark-inverted:0 -4px 20px #00000059;--shadow-lightbox-img:0 8px 40px #0006;--shadow-chip-active:0 2px 8px rgb(var(--color-primary-rgb) / .3);--shadow-chip-active-search:0 2px 8px rgb(var(--color-search-rgb) / .3);--ease-out:cubic-bezier(.22, 1, .36, 1);--duration-fast:.2s;--duration-base:.25s;--duration-slow:.3s;--duration-slower:.4s;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-pill:100px;--z-map:1;--z-footer:10;--z-legend:20;--z-page:25;--z-sidebar:30;--z-filter:40;--z-header:50;--z-search-results:60;--z-modal:100;--z-lightbox:200;--z-lightbox-ui:201}@media (prefers-reduced-motion:reduce){:root{--duration-fast:80ms;--duration-base:80ms;--duration-slow:80ms;--duration-slower:80ms}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;overflow:hidden}::selection{background:var(--color-selection-bg);color:var(--color-selection-text)}:focus{outline:none}:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset);border-radius:inherit}.header :focus-visible,.site-footer :focus-visible,.lightbox-overlay :focus-visible{outline-color:var(--focus-ring-color-on-dark)}.skip-link{top:var(--space-2);left:var(--space-2);z-index:calc(var(--z-lightbox-ui) + 1);padding:var(--space-2-5) var(--space-4);background:var(--color-surface);color:var(--color-ink);border:1px solid var(--color-accent);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);font-size:var(--text-base);font-weight:var(--weight-medium);transform:translateY(calc(-100% - var(--space-4)));transition:transform var(--duration-fast) var(--ease-out);text-decoration:none;position:fixed}.skip-link:focus-visible{transform:translateY(0)}.btn-close{background:var(--color-close-bg);cursor:pointer;width:44px;height:44px;font-size:var(--text-xl);color:var(--color-text-muted);transition:background-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.btn-close:hover{background:var(--color-close-bg-hover);color:var(--color-text)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.modal-overlay,.modal-card,.lightbox-overlay{animation:none!important}}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-cyrillic-ext-wght-normal.Bg62sWL9.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-cyrillic-wght-normal.BWCqVJN0.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-vietnamese-wght-normal.CDLFB6hb.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-latin-ext-wght-normal.ltf1AbuM.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-latin-wght-normal.CUoBjw-S.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-cyrillic-ext-wght-italic.1rG_WyvK.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-cyrillic-wght-italic.C5ZlGLFt.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-vietnamese-wght-italic.1M78L1Br.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-latin-ext-wght-italic.PWzi_-0y.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(./cormorant-garamond-latin-wght-italic.C-nL33vl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./outfit-latin-ext-wght-normal.DdQaqQDo.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(./outfit-latin-wght-normal.Bc-8i84L.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.switcher.svelte-1r0buba{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface-warm);align-items:stretch;gap:2px;padding:2px;display:inline-flex}.switch.svelte-1r0buba{align-items:center;gap:var(--space-1-5);min-height:40px;padding:var(--space-1-5) var(--space-3-5);border-radius:var(--radius-pill);color:var(--color-text-secondary);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-medium);white-space:nowrap;cursor:pointer;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:0 0;border:none;text-decoration:none;display:inline-flex}.switch.svelte-1r0buba:hover{background:var(--color-surface);color:var(--color-text)}.switch.active.svelte-1r0buba{background:var(--color-surface);color:var(--color-ink);box-shadow:var(--shadow-sm)}.compact.svelte-1r0buba .switch:where(.svelte-1r0buba) span:where(.svelte-1r0buba){display:none}.compact.svelte-1r0buba .switch:where(.svelte-1r0buba){padding:var(--space-1-5) var(--space-2-5)}.on-header.svelte-1r0buba{border-color:rgb(var(--color-header-text-rgb) / .2);background:0 0;height:36px}.on-header.svelte-1r0buba .switch:where(.svelte-1r0buba){min-height:0;padding:var(--space-1) var(--space-3);color:rgb(var(--color-header-text-rgb) / .75);font-size:var(--text-sm);letter-spacing:var(--tracking-wider);text-transform:uppercase}.on-header.svelte-1r0buba .switch:where(.svelte-1r0buba):hover{background:rgb(var(--color-accent-rgb) / .15);color:var(--color-on-dark)}.on-header.svelte-1r0buba .switch.active:where(.svelte-1r0buba){background:rgb(var(--color-accent-rgb) / .22);color:var(--color-on-dark);box-shadow:none}@media (width<=480px){.switch.svelte-1r0buba span:where(.svelte-1r0buba){display:none}.switch.svelte-1r0buba{min-width:44px;height:44px;padding:var(--space-1-5) var(--space-2-5)}}@media (width<=900px){.on-header.svelte-1r0buba .switch:where(.svelte-1r0buba) span:where(.svelte-1r0buba){display:none}.on-header.svelte-1r0buba .switch:where(.svelte-1r0buba){min-width:40px;padding:var(--space-1) var(--space-2);justify-content:center}}@media (width<=768px){.on-header.svelte-1r0buba{height:44px}.on-header.svelte-1r0buba .switch:where(.svelte-1r0buba){min-width:44px;height:auto}}.header-subtitle.svelte-1elxaub{font-family:var(--font-display);font-style:italic;font-weight:var(--weight-regular);letter-spacing:var(--tracking-wide);color:rgb(var(--color-header-text-rgb) / .65);margin-left:var(--space-1);font-size:.7em}@media (width<=768px){.header-subtitle.svelte-1elxaub{display:none}}@media (width<=400px){.wordmark-global.svelte-1elxaub{display:none}}.header.svelte-1elxaub{z-index:var(--z-header);height:var(--header-height);background:var(--color-header-bg);color:var(--color-header-text);padding:0 var(--space-7);box-shadow:0 1px 0 rgb(var(--color-accent-rgb) / .15), var(--shadow-bar-dark);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.header.svelte-1elxaub h1:where(.svelte-1elxaub){font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--weight-medium);letter-spacing:var(--tracking-wide);line-height:var(--leading-tight)}.header.svelte-1elxaub h1:where(.svelte-1elxaub)>span:where(.svelte-1elxaub):first-child{color:var(--color-accent);font-weight:var(--weight-semibold);font-style:italic}.header-right.svelte-1elxaub{align-items:center;gap:var(--space-2-5);display:flex}.header-btn.svelte-1elxaub{border:1px solid rgb(var(--color-header-text-rgb) / .2);min-height:36px;color:var(--color-header-text);padding:7px var(--space-4-5);border-radius:var(--radius-pill);cursor:pointer;font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-medium);letter-spacing:var(--tracking-wider);text-transform:uppercase;white-space:nowrap;transition:background-color var(--duration-slow) var(--ease-out), border-color var(--duration-slow) var(--ease-out), color var(--duration-slow) var(--ease-out), opacity var(--duration-slow) var(--ease-out);background:0 0}.header-btn.svelte-1elxaub:hover{background:rgb(var(--color-accent-rgb) / .15);border-color:var(--color-accent);color:var(--color-on-dark)}.header-btn-cta.svelte-1elxaub{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-on-dark);text-transform:none;letter-spacing:var(--tracking-wide)}.header-btn-cta.svelte-1elxaub:hover{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-on-dark);opacity:.9}.header-btn-cta.svelte-1elxaub .cta-short:where(.svelte-1elxaub){display:none}@media (width<=768px){.header.svelte-1elxaub{padding:0 var(--space-3-5)}.header.svelte-1elxaub h1:where(.svelte-1elxaub){font-size:var(--text-base);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.header-right.svelte-1elxaub{gap:var(--space-1-5);flex-shrink:0}.header-btn.svelte-1elxaub{min-width:44px;height:44px;padding:6px var(--space-2-5);font-size:var(--text-xs);letter-spacing:normal}.header-btn-cta.svelte-1elxaub .cta-full:where(.svelte-1elxaub){display:none}.header-btn-cta.svelte-1elxaub .cta-short:where(.svelte-1elxaub){display:inline}}.search-wrapper.svelte-3xqeu4{flex-shrink:0;margin-inline-start:auto;position:relative}.search-input.svelte-3xqeu4{width:230px;min-height:36px;padding:var(--space-1-5) var(--space-3-5) var(--space-1-5) 34px;border:1px solid var(--color-border);border-radius:var(--radius-pill);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text);background:var(--color-surface);transition:border-color var(--duration-slow) var(--ease-out), box-shadow var(--duration-slow) var(--ease-out);outline:none}.search-input.svelte-3xqeu4::placeholder{color:var(--color-text-muted)}.search-input.svelte-3xqeu4:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb) / .1)}.search-input.svelte-3xqeu4:focus-visible{outline:none}.search-icon{opacity:.35;width:14px;height:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-results.svelte-3xqeu4{top:calc(100% + var(--space-1-5));background:var(--color-surface);border-radius:var(--radius-md);width:340px;box-shadow:var(--shadow-lg);max-height:380px;z-index:var(--z-search-results);border:1px solid var(--color-border-light);position:absolute;right:0;overflow-y:auto}.search-item.svelte-3xqeu4{text-align:left;width:100%;min-height:44px;font:inherit;padding:var(--space-3) var(--space-4);cursor:pointer;border:none;border-bottom:1px solid var(--color-border-light);transition:background-color var(--duration-fast) var(--ease-out);background:0 0;display:block}.search-item.svelte-3xqeu4:hover,.search-item.keyboard-active.svelte-3xqeu4{background:var(--color-surface-warm)}.search-item.svelte-3xqeu4:last-child{border-bottom:none}.search-item-name.svelte-3xqeu4{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-ink);display:block}.search-item-loc.svelte-3xqeu4{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:3px;display:block}.search-item-status.svelte-3xqeu4{vertical-align:middle;background:var(--color-primary);border-radius:50%;width:7px;height:7px;margin-inline-end:7px;display:inline-block}.search-status-missing.svelte-3xqeu4{background:var(--color-search)}.search-empty.svelte-3xqeu4{padding:var(--space-4-5);text-align:center;font-size:var(--text-base);color:var(--color-text-muted);font-style:italic}@media (width<=768px){.search-input.svelte-3xqeu4{width:140px;height:44px;font-size:var(--text-md)}.search-results.svelte-3xqeu4{width:min(280px, calc(100vw - var(--space-7)))}}.filter-rail.svelte-8g2z2l{flex:1;align-items:center;min-width:0;display:flex;position:relative}.filter-chips.svelte-8g2z2l{align-items:center;gap:var(--space-2);scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;min-width:0;display:flex;overflow-x:auto}.filter-chips.svelte-8g2z2l::-webkit-scrollbar{display:none}.filter-chips.svelte-8g2z2l>span:where(.svelte-8g2z2l):first-child{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wide);color:var(--color-text-muted);margin-inline-end:var(--space-1)}.filter-arrow.svelte-8g2z2l{z-index:1;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-surface);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;box-shadow:var(--shadow-sm);transition:border-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.filter-arrow.svelte-8g2z2l:hover{border-color:var(--color-text-muted);color:var(--color-text)}.filter-arrow-left.svelte-8g2z2l{left:0}.filter-arrow-right.svelte-8g2z2l{right:0}.filter-chip.svelte-8g2z2l{min-height:32px;padding:4px var(--space-3-5);border-radius:var(--radius-pill);cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-medium);letter-spacing:.01em;transition:background-color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);-webkit-user-select:none;user-select:none;white-space:nowrap}.filter-chip.svelte-8g2z2l:hover{border-color:var(--color-text-muted);box-shadow:var(--shadow-sm)}.filter-chip.active.svelte-8g2z2l{background:var(--color-primary-text);color:var(--color-on-dark);border-color:var(--color-primary-text);box-shadow:var(--shadow-chip-active)}.filter-chip.active-search.svelte-8g2z2l{background:var(--color-search-text);color:var(--color-on-dark);border-color:var(--color-search-text);box-shadow:var(--shadow-chip-active-search)}.filter-count.svelte-8g2z2l{font-size:var(--text-xs);font-weight:var(--weight-regular);font-variant-numeric:tabular-nums;opacity:.6;margin-inline-start:1px}.filter-chip.active.svelte-8g2z2l .filter-count:where(.svelte-8g2z2l),.filter-chip.active-search.svelte-8g2z2l .filter-count:where(.svelte-8g2z2l){opacity:.75}.filter-sep.svelte-8g2z2l{background:var(--color-border);width:1px;height:18px;margin:0 var(--space-1);flex-shrink:0}@media (width<=768px){.filter-chips.svelte-8g2z2l>span:where(.svelte-8g2z2l):first-child{display:none}.filter-arrow.svelte-8g2z2l,.filter-chip.svelte-8g2z2l{min-width:44px;height:44px}.filter-chip.svelte-8g2z2l{padding:4px var(--space-2-5);font-size:var(--text-xs)}}.filters.svelte-m9tjun{top:var(--header-height);z-index:var(--z-filter);height:var(--filter-height);background:var(--color-surface-warm);border-bottom:1px solid var(--color-filter-border);padding:0 var(--space-7);align-items:center;gap:var(--space-2);font-size:var(--text-base);color:var(--color-text-secondary);display:flex;position:fixed;left:0;right:0}@media (width<=768px){.filters.svelte-m9tjun{padding:0 var(--space-3-5)}}.lightbox-overlay.svelte-lnsl0r{z-index:var(--z-lightbox);background:var(--scrim-lightbox);padding:var(--space-8) 0;animation:fadeIn var(--duration-slow) var(--ease-out);flex-direction:column;justify-content:safe center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.lightbox-close.svelte-lnsl0r{border:1px solid rgb(var(--color-on-dark-rgb) / .15);background:rgb(var(--color-on-dark-rgb) / .05);width:44px;height:44px;color:var(--color-on-dark);font-size:var(--text-3xl);cursor:pointer;opacity:.7;transition:background-color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out);z-index:var(--z-lightbox-ui);-webkit-backdrop-filter:blur(var(--scrim-blur-strong));backdrop-filter:blur(var(--scrim-blur-strong));border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:18px;right:22px}.lightbox-close.svelte-lnsl0r:hover{opacity:1;background:rgb(var(--color-on-dark-rgb) / .12);border-color:rgb(var(--color-on-dark-rgb) / .3)}.lightbox-content.svelte-lnsl0r{justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;max-width:85vw;display:flex;position:relative}.lightbox-img.svelte-lnsl0r{object-fit:contain;image-orientation:from-image;border-radius:var(--radius-sm);-webkit-user-select:none;user-select:none;max-width:85vw;max-height:75vh;box-shadow:var(--shadow-lightbox-img)}.lightbox-caption.svelte-lnsl0r{text-align:center;width:0;min-width:100%;color:rgb(var(--color-on-dark-rgb) / .7);font-family:var(--font-display);font-size:var(--text-md);font-style:italic;line-height:var(--leading-snug)}.lightbox-counter.svelte-lnsl0r{text-align:center;color:rgb(var(--color-on-dark-rgb) / .6);font-size:var(--text-sm);font-weight:var(--weight-medium);letter-spacing:var(--tracking-mono);position:absolute;top:-30px;left:0;right:0}.lightbox-nav.svelte-lnsl0r{border:1px solid rgb(var(--color-on-dark-rgb) / .1);background:rgb(var(--color-on-dark-rgb) / .06);width:48px;height:48px;color:var(--color-on-dark);cursor:pointer;transition:background-color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out);z-index:var(--z-lightbox-ui);-webkit-backdrop-filter:blur(var(--scrim-blur-strong));backdrop-filter:blur(var(--scrim-blur-strong));border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav.svelte-lnsl0r:hover{background:rgb(var(--color-on-dark-rgb) / .15);border-color:rgb(var(--color-on-dark-rgb) / .25)}.lightbox-nav.svelte-lnsl0r svg{width:22px;height:22px}.lightbox-nav-prev.svelte-lnsl0r{left:24px}.lightbox-nav-next.svelte-lnsl0r{right:24px}.lightbox-thumbs.svelte-lnsl0r{gap:var(--space-1-5);padding:var(--space-3-5) var(--space-4);max-width:80vw;margin-top:var(--space-7);scrollbar-width:thin;scrollbar-color:rgb(var(--color-on-dark-rgb) / .2) transparent;display:flex;overflow-x:auto}.lightbox-thumb.svelte-lnsl0r{border-radius:var(--radius-xs);cursor:pointer;opacity:.35;width:64px;height:44px;transition:border-color var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out);background:0 0;border:2px solid #0000;flex-shrink:0;padding:0;overflow:hidden}.lightbox-thumb.svelte-lnsl0r:hover{opacity:.65}.lightbox-thumb.active.svelte-lnsl0r{opacity:1;border-color:var(--color-accent)}.lightbox-thumb.svelte-lnsl0r img:where(.svelte-lnsl0r){object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.lightbox-nav.svelte-lnsl0r{width:44px;height:44px}.lightbox-nav-prev.svelte-lnsl0r{left:10px}.lightbox-nav-next.svelte-lnsl0r{right:10px}.lightbox-thumb.svelte-lnsl0r{width:48px;height:44px}.lightbox-content.svelte-lnsl0r{max-width:95vw}.lightbox-img.svelte-lnsl0r{max-width:95vw;max-height:70vh}}.gallery-main.svelte-1oz3msq{aspect-ratio:16/10;background:var(--color-surface-image);cursor:pointer;width:100%;position:relative;overflow:hidden}.gallery-open.svelte-1oz3msq{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;display:block}.gallery-main.svelte-1oz3msq img:where(.svelte-1oz3msq){object-fit:cover;image-orientation:from-image;width:100%;height:100%;transition:transform calc(var(--duration-slower) + .1s) var(--ease-out);display:block}.gallery-main.svelte-1oz3msq:hover img:where(.svelte-1oz3msq){transform:scale(1.03)}.gallery-counter.svelte-1oz3msq{background:rgb(var(--color-header-bg-rgb) / .65);color:var(--color-on-dark);font-size:var(--text-xs);font-weight:var(--weight-medium);padding:3px var(--space-2-5);border-radius:var(--radius-pill);pointer-events:none;letter-spacing:var(--tracking-wider);-webkit-backdrop-filter:blur(var(--scrim-blur-strong));backdrop-filter:blur(var(--scrim-blur-strong));position:absolute;top:12px;right:12px}.gallery-expand.svelte-1oz3msq{border-radius:var(--radius-sm);background:rgb(var(--color-header-bg-rgb) / .5);width:44px;height:44px;color:var(--color-on-dark);cursor:pointer;opacity:0;transition:background-color var(--duration-slow) var(--ease-out), opacity var(--duration-slow) var(--ease-out);-webkit-backdrop-filter:blur(var(--scrim-blur-strong));backdrop-filter:blur(var(--scrim-blur-strong));border:none;justify-content:center;align-items:center;display:flex;position:absolute;bottom:12px;right:12px}.gallery-expand.svelte-1oz3msq svg{width:16px;height:16px}.gallery-main.svelte-1oz3msq:hover .gallery-expand:where(.svelte-1oz3msq),.gallery-main.svelte-1oz3msq:focus-within .gallery-expand:where(.svelte-1oz3msq),.gallery-expand.svelte-1oz3msq:focus-visible{opacity:1}.gallery-expand.svelte-1oz3msq:hover{background:rgb(var(--color-header-bg-rgb) / .7)}.gallery-arrow.svelte-1oz3msq{background:rgb(var(--color-header-bg-rgb) / .45);width:44px;height:44px;color:var(--color-on-dark);cursor:pointer;opacity:0;transition:background-color var(--duration-slow) var(--ease-out), opacity var(--duration-slow) var(--ease-out);-webkit-backdrop-filter:blur(var(--scrim-blur-strong));backdrop-filter:blur(var(--scrim-blur-strong));border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow.svelte-1oz3msq svg{width:16px;height:16px}.gallery-main.svelte-1oz3msq:hover .gallery-arrow:where(.svelte-1oz3msq),.gallery-main.svelte-1oz3msq:focus-within .gallery-arrow:where(.svelte-1oz3msq),.gallery-arrow.svelte-1oz3msq:focus-visible{opacity:1}.gallery-arrow.svelte-1oz3msq:hover{background:rgb(var(--color-header-bg-rgb) / .7)}.gallery-arrow-prev.svelte-1oz3msq{left:10px}.gallery-arrow-next.svelte-1oz3msq{right:10px}.gallery-caption.svelte-1oz3msq{padding:var(--space-1-5) var(--space-3-5);background:linear-gradient(to top, rgb(var(--color-header-bg-rgb) / .6), transparent);color:var(--color-on-dark);font-size:var(--text-xs);pointer-events:none;padding-top:var(--space-6);font-style:italic;position:absolute;bottom:0;left:0;right:0}.gallery-thumbs.svelte-1oz3msq{gap:var(--space-1);padding:var(--space-2) var(--space-2-5);background:var(--color-surface-warm);scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;display:flex;overflow-x:auto}.gallery-thumb.svelte-1oz3msq{border-radius:var(--radius-xs);cursor:pointer;opacity:.55;width:56px;height:40px;transition:border-color var(--duration-base) var(--ease-out), opacity var(--duration-base) var(--ease-out);background:0 0;border:2px solid #0000;flex-shrink:0;padding:0;overflow:hidden}.gallery-thumb.svelte-1oz3msq:hover{opacity:.85}.gallery-thumb.active.svelte-1oz3msq{opacity:1;border-color:var(--color-accent)}.gallery-thumb.svelte-1oz3msq img:where(.svelte-1oz3msq){object-fit:cover;width:100%;height:100%;display:block}@media (prefers-reduced-motion:reduce){.gallery-main.svelte-1oz3msq:hover img:where(.svelte-1oz3msq){transform:none}}@media (width<=768px){.gallery-arrow.svelte-1oz3msq{opacity:1;width:44px;height:44px}.gallery-expand.svelte-1oz3msq{opacity:1}.gallery-thumb.svelte-1oz3msq{width:44px;height:32px}}.video-player.svelte-l6y7q{margin:var(--space-4-5) 0;text-align:center}.video-player.svelte-l6y7q video:where(.svelte-l6y7q){border-radius:var(--radius-md);max-width:100%;max-height:60vh;box-shadow:var(--shadow-sm);background:#000}.video-player.svelte-l6y7q figcaption:where(.svelte-l6y7q){margin-top:var(--space-2-5);font-size:var(--text-xs);color:var(--color-text-muted);font-style:italic}.sidebar.svelte-129hoe0{top:calc(var(--header-height) + var(--filter-height));right:0;bottom:var(--footer-height);width:var(--sidebar-width);background:var(--color-surface);z-index:var(--z-sidebar);transition:transform var(--duration-slower) var(--ease-out);box-shadow:var(--shadow-sidebar);flex-direction:column;display:flex;position:fixed;transform:translate(100%)}.sidebar.open.svelte-129hoe0{transform:translate(0)}.sidebar-header.svelte-129hoe0{padding:var(--space-5-5) var(--space-7) var(--space-4-5);border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:flex-start;display:flex}.sidebar-header.svelte-129hoe0 h2:where(.svelte-129hoe0){font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--weight-semibold);color:var(--color-ink);line-height:var(--leading-tight);padding-right:var(--space-3-5);flex:1}.sidebar-header.svelte-129hoe0 h2:where(.svelte-129hoe0):after{content:"";background:var(--color-accent);width:36px;height:2px;margin-top:var(--space-2);border-radius:1px;display:block}.sidebar-body.svelte-129hoe0{padding:0 0 var(--space-7);scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;flex:1;overflow-y:auto}.sidebar-image.svelte-129hoe0{aspect-ratio:16/10;background:var(--color-surface-image);width:100%;position:relative;overflow:hidden}.sidebar-image-placeholder.svelte-129hoe0{width:100%;height:100%;color:var(--color-text-placeholder);flex-direction:column;justify-content:center;align-items:center;display:flex}.sidebar-image-placeholder.svelte-129hoe0 svg{width:44px;height:44px;margin-bottom:var(--space-2-5);opacity:.75}.sidebar-image-placeholder.svelte-129hoe0 span:where(.svelte-129hoe0){font-family:var(--font-display);font-size:var(--text-md);font-style:italic}.sidebar-content.svelte-129hoe0{padding:var(--space-5-5) var(--space-7)}.sidebar-meta.svelte-129hoe0{font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:var(--space-4-5);gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.sidebar-meta.svelte-129hoe0 .tag:where(.svelte-129hoe0){padding:3px var(--space-2-5);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wider);text-transform:uppercase}.tag-located.svelte-129hoe0{background:var(--color-primary-light);color:var(--color-primary-text)}.tag-search.svelte-129hoe0{background:var(--color-search-light);color:var(--color-search-text)}.tag-moved.svelte-129hoe0{background:var(--color-moved-light);color:var(--color-moved-text)}.tag-residence.svelte-129hoe0{background:rgb(var(--color-residence-rgb) / .12);color:var(--color-residence)}.sidebar-desc.svelte-129hoe0{font-size:var(--text-md);line-height:var(--leading-prose);color:var(--color-text);margin-bottom:var(--space-5-5)}.sidebar-desc.svelte-129hoe0 a{color:var(--color-primary-text);-webkit-text-decoration-color:rgb(var(--color-primary-rgb) / .3);text-decoration-color:rgb(var(--color-primary-rgb) / .3);text-underline-offset:2px;transition:text-decoration-color var(--duration-fast) var(--ease-out)}.sidebar-desc.svelte-129hoe0 a:hover{-webkit-text-decoration-color:var(--color-primary-text);text-decoration-color:var(--color-primary-text)}.sidebar-address.svelte-129hoe0{font-family:var(--font-display);font-size:var(--text-md);color:var(--color-text-muted);margin-bottom:var(--space-4-5);font-style:italic;line-height:var(--leading-normal)}.sidebar-video.svelte-129hoe0{margin:var(--space-4-5) 0;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.sidebar-video.svelte-129hoe0 iframe:where(.svelte-129hoe0){aspect-ratio:16/9;border:none;width:100%}.sidebar-links.svelte-129hoe0{margin-top:var(--space-4-5);gap:var(--space-1-5);flex-wrap:wrap;display:flex}.sidebar-links.svelte-129hoe0 a:where(.svelte-129hoe0){min-height:44px;padding:var(--space-1-5) var(--space-3-5);background:var(--color-surface-warm);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-ink);font-size:var(--text-sm);font-weight:var(--weight-medium);transition:background-color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);align-items:center;text-decoration:none;display:inline-flex}.sidebar-links.svelte-129hoe0 a:where(.svelte-129hoe0):hover{background:var(--color-accent-light);border-color:var(--color-accent);color:var(--color-accent-text)}.sidebar-movement.svelte-129hoe0{margin:var(--space-4-5) 0;padding:var(--space-3-5) var(--space-4-5);background:var(--color-moved-light);border:1px solid rgb(var(--color-moved-rgb) / .22);border-radius:var(--radius-md);font-size:var(--text-base);line-height:var(--leading-relaxed)}.sidebar-contact.svelte-129hoe0{margin-top:var(--space-5-5);padding:var(--space-3-5) var(--space-4-5);background:var(--color-search-light);border-radius:var(--radius-md);font-size:var(--text-base);line-height:var(--leading-relaxed);border:1px solid rgb(var(--color-search-rgb) / .15)}.sidebar-contact.svelte-129hoe0 a:where(.svelte-129hoe0){color:var(--color-primary-text);font-weight:var(--weight-medium)}@media (width<=768px){.sidebar.svelte-129hoe0{width:100%}}.legend-toggle.svelte-1wfxrff{justify-content:space-between;align-items:center;gap:var(--space-5);cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;background:0 0;border:none;padding:0;display:flex}.legend-toggle.svelte-1wfxrff .legend-chevron{color:var(--color-text-muted);transition:transform var(--duration-base) var(--ease-out);flex-shrink:0}.collapsed.svelte-1wfxrff .legend-toggle:where(.svelte-1wfxrff) .legend-chevron{transform:rotate(-90deg)}.legend.svelte-1wfxrff{bottom:calc(var(--footer-height) + 20px);z-index:var(--z-legend);background:var(--color-surface);padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);box-shadow:var(--shadow-md);font-size:var(--text-sm);border-top:2px solid var(--color-accent);position:fixed;left:28px}.legend.svelte-1wfxrff h2:where(.svelte-1wfxrff){font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--color-text-secondary);letter-spacing:var(--tracking-wide)}.legend-items.svelte-1wfxrff{margin-top:var(--space-2-5)}.legend-item.svelte-1wfxrff{align-items:center;gap:var(--space-2-5);margin:var(--space-1-5) 0;color:var(--color-text-secondary);display:flex}.legend-line.svelte-1wfxrff{border-top:2px dashed var(--color-accent);flex-shrink:0;width:24px;height:0}@media (width<=768px){.legend.svelte-1wfxrff{bottom:calc(var(--footer-height) + 14px);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);left:14px}}.collection.svelte-u95r66{top:calc(var(--header-height) + var(--filter-height));bottom:var(--footer-height);width:380px;max-width:100%;z-index:var(--z-sidebar);background:var(--color-surface);box-shadow:6px 0 32px rgb(var(--color-header-bg-rgb) / .1);transition:transform var(--duration-slower) var(--ease-out);flex-direction:column;display:flex;position:fixed;left:0;transform:translate(-100%)}.collection.open.svelte-u95r66{transform:translate(0)}.collection-header.svelte-u95r66{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-5) var(--space-5) var(--space-4);border-bottom:1px solid var(--color-border);flex-shrink:0;display:flex}.collection-header.svelte-u95r66 h2:where(.svelte-u95r66){font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--weight-semibold);color:var(--color-ink);line-height:var(--leading-tight)}.collection-count.svelte-u95r66{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-text-muted);margin-top:var(--space-1);display:block}.collection-body.svelte-u95r66{padding-bottom:var(--space-5);scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;flex:1;overflow-y:auto}.collection-empty.svelte-u95r66{padding:var(--space-6) var(--space-5);font-size:var(--text-base);color:var(--color-text-muted);font-style:italic}.collection-group.svelte-u95r66{z-index:1;background:var(--color-surface-warm);border-bottom:1px solid var(--color-border-light);padding:var(--space-2) var(--space-5);font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-text-secondary);position:sticky;top:0}.collection-list.svelte-u95r66{list-style:none}.collection-item.svelte-u95r66{gap:0 var(--space-2-5);min-height:44px;padding:var(--space-2-5) var(--space-5);color:inherit;border-bottom:1px solid var(--color-border-light);transition:background var(--duration-fast) var(--ease-out);grid-template-columns:auto 1fr;text-decoration:none;display:grid}.collection-item.svelte-u95r66:hover{background:var(--color-surface-warm)}.collection-item.current.svelte-u95r66{background:var(--color-primary-light);box-shadow:inset 3px 0 0 var(--color-primary-text)}.collection-name.svelte-u95r66{font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--color-ink);line-height:var(--leading-snug)}.collection-city.svelte-u95r66{align-items:center;gap:var(--space-1) var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);flex-wrap:wrap;grid-column:2;margin-top:2px;display:flex}.collection-badge.svelte-u95r66{color:var(--color-search-text);font-weight:var(--weight-medium);align-items:center;gap:3px;display:inline-flex}.collection-item.svelte-u95r66 .glyph{margin-top:4px}@media (width<=768px){.collection.svelte-u95r66{width:100%}}.site-footer.svelte-jz8lnl{z-index:var(--z-footer);height:var(--footer-height);background:var(--color-header-bg);color:var(--color-header-text);border-top:2px solid var(--color-accent);box-shadow:0 -1px 0 rgb(var(--color-accent-rgb) / .15), var(--shadow-bar-dark-inverted);padding:0 var(--space-7);align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.site-footer-inner.svelte-jz8lnl{justify-content:space-between;align-items:center;gap:var(--space-8);width:100%;display:flex}.site-footer-brand.svelte-jz8lnl{align-items:center;gap:var(--space-3-5);flex-shrink:0;display:flex}.site-footer-logo.svelte-jz8lnl{width:38px;height:38px;transition:opacity var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:flex}.site-footer-logo.svelte-jz8lnl:hover{opacity:.8}.site-footer-logo.svelte-jz8lnl img:where(.svelte-jz8lnl){object-fit:contain;width:100%;height:100%;display:block}.site-footer-label.svelte-jz8lnl{font-family:var(--font-body);font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--color-header-text);letter-spacing:var(--tracking-wide);white-space:nowrap}.site-footer-credits.svelte-jz8lnl{align-items:center;gap:var(--space-4-5);flex-wrap:wrap;justify-content:flex-end;display:flex}.site-footer-credit.svelte-jz8lnl{align-items:baseline;gap:var(--space-2);font-size:var(--text-sm);line-height:var(--leading-snug);display:inline-flex}.site-footer-role.svelte-jz8lnl{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-accent)}.site-footer-credits.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--color-header-text);border-bottom:1px solid rgb(var(--color-header-text-rgb) / .2);transition:color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);padding-bottom:1px;text-decoration:none}.site-footer-credits.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--color-accent);border-bottom-color:var(--color-accent)}@media (width<=1280px){.site-footer-credits.svelte-jz8lnl{gap:var(--space-4)}.site-footer-credit.svelte-jz8lnl{align-items:flex-start;gap:var(--space-1);flex-direction:column}}@media (width<=1024px){.site-footer-label.svelte-jz8lnl{display:none}}@media (width<=768px){.site-footer.svelte-jz8lnl{padding:0 var(--space-3-5)}.site-footer-inner.svelte-jz8lnl{gap:var(--space-3)}}@media (width<=640px){.site-footer-credits.svelte-jz8lnl{justify-content:center;gap:var(--space-1-5) var(--space-3);flex:1}.site-footer-role.svelte-jz8lnl{display:none}.site-footer-credit.svelte-jz8lnl{align-items:baseline;gap:var(--space-3);font-size:var(--text-xs);flex-direction:row}.site-footer-credit.svelte-jz8lnl:not(:last-child):after{content:"·" / "";color:rgb(var(--color-header-text-rgb) / .45)}}.modal-overlay.svelte-ta60gp{z-index:var(--z-modal);background:var(--scrim-modal);-webkit-backdrop-filter:blur(var(--scrim-blur));backdrop-filter:blur(var(--scrim-blur));animation:fadeIn var(--duration-slow) var(--ease-out);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card.svelte-ta60gp{background:var(--color-surface);border-radius:var(--radius-lg);width:92%;max-width:700px;max-height:82vh;box-shadow:var(--shadow-lg);animation:modalSlideIn var(--duration-slower) var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.modal-header.svelte-ta60gp{padding:var(--space-7) var(--space-8) var(--space-5);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.modal-header.svelte-ta60gp h2:where(.svelte-ta60gp){font-family:var(--font-display);font-size:var(--text-4xl);font-weight:var(--weight-semibold);color:var(--color-ink);line-height:var(--leading-tight)}.modal-body.svelte-ta60gp{padding:var(--space-7) var(--space-8);font-size:var(--text-lg);line-height:var(--leading-loose);color:var(--color-text-secondary);scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;overflow-y:auto}.modal-body.svelte-ta60gp p{margin-bottom:var(--space-4);max-width:var(--prose-width)}.modal-body.svelte-ta60gp a{color:var(--color-primary-text);-webkit-text-decoration-color:rgb(var(--color-primary-rgb) / .3);text-decoration-color:rgb(var(--color-primary-rgb) / .3);text-underline-offset:2px;transition:text-decoration-color var(--duration-fast) var(--ease-out)}.modal-body.svelte-ta60gp a:hover{-webkit-text-decoration-color:var(--color-primary-text);text-decoration-color:var(--color-primary-text)}.modal-body.svelte-ta60gp .impressum{margin-top:var(--space-7);padding-top:var(--space-5-5);border-top:1px solid var(--color-border);font-size:var(--text-base);color:var(--color-text-muted);line-height:var(--leading-relaxed)}.modal-body.svelte-ta60gp h3{font-family:var(--font-display);color:var(--color-ink);margin:var(--space-6) 0 var(--space-3-5);font-size:var(--text-xl);font-weight:var(--weight-semibold);line-height:var(--leading-tight)}.modal-body.svelte-ta60gp h3:after{content:"";background:var(--color-accent);width:28px;height:2px;margin-top:var(--space-1-5);border-radius:1px;display:block}.modal-body.svelte-ta60gp .videos{margin-top:var(--space-3)}.modal-body.svelte-ta60gp .videos a{min-height:44px;margin:var(--space-2) 0;padding:var(--space-2-5) var(--space-4);background:var(--color-surface-warm);border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:var(--text-base);font-weight:var(--weight-medium);transition:background-color var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out);align-items:center;text-decoration:none;display:flex}.modal-body.svelte-ta60gp .videos a:hover{background:var(--color-accent-light);border-color:var(--color-accent);color:var(--color-accent-text)}
