.audio-player.svelte-106nnkc{margin:1.5rem 0}.audio-player__title.svelte-106nnkc{font-weight:400;margin:.75rem 0 0;font-size:.875rem;color:var(--color-text-secondary);text-align:center;line-height:1.3}.audio-player__controls.svelte-106nnkc{padding:1rem 1.25rem;background:#f1f5f9;border-radius:var(--radius-xl);display:flex;align-items:center;gap:.75rem}@supports (corner-shape: squircle){.audio-player__controls.svelte-106nnkc{corner-shape:squircle;border-radius:48px}}.audio-player__play.svelte-106nnkc{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#000;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.audio-player__play.svelte-106nnkc:hover{transform:translateY(-1px);box-shadow:0 0 0 1px #000}.audio-player__play.svelte-106nnkc:active{transform:translateY(0)}.audio-player__play.svelte-106nnkc svg:where(.svelte-106nnkc){width:1.5rem;height:1.5rem}.audio-player__time.svelte-106nnkc{flex-shrink:0;font-size:.8125rem;font-variant-numeric:tabular-nums;color:var(--color-text-secondary, #666);min-width:2.5rem}.audio-player__time--current.svelte-106nnkc{text-align:right;margin-right:.25rem}.audio-player__time--duration.svelte-106nnkc{text-align:left;margin-left:.25rem}.audio-player__progress.svelte-106nnkc{flex:1;position:relative;height:2rem;display:flex;align-items:center;cursor:pointer;touch-action:none}.audio-player__progress.svelte-106nnkc:focus{outline:none}.audio-player__progress.svelte-106nnkc:focus-visible .audio-player__progress-thumb:where(.svelte-106nnkc){box-shadow:0 0 0 3px #e756254d}.audio-player__progress-track.svelte-106nnkc{position:relative;width:100%;height:4px;background:#0000000d;border-radius:2px;overflow:visible}.audio-player__progress-fill.svelte-106nnkc{position:absolute;top:0;left:0;height:100%;background:#000;border-radius:2px;transition:width 50ms linear}.audio-player__progress-thumb.svelte-106nnkc{position:absolute;top:50%;width:14px;height:14px;background:#000;border-radius:50%;transform:translate(-50%,-50%);transition:transform .15s ease;box-shadow:0 1px 3px #0003}.audio-player__progress.svelte-106nnkc:hover .audio-player__progress-thumb:where(.svelte-106nnkc),.audio-player__progress.svelte-106nnkc:active .audio-player__progress-thumb:where(.svelte-106nnkc){transform:translate(-50%,-50%) scale(1.2)}.audio-player__speed.svelte-106nnkc{position:relative;flex-shrink:0}.audio-player__speed-btn.svelte-106nnkc{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;font-family:inherit;font-size:.75rem;font-weight:600;color:var(--color-text, #000);background:#0000000d;border:none;border-radius:50%;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.audio-player__speed-btn.svelte-106nnkc:hover{transform:translateY(-1px);box-shadow:0 0 0 1px #0000000d}.audio-player__speed-btn.svelte-106nnkc:active{transform:translateY(0)}.audio-player__speed-menu.svelte-106nnkc{position:absolute;bottom:calc(100% + .5rem);right:50%;transform:translate(50%);display:flex;flex-direction:column-reverse;min-width:3.5rem;padding:.25rem;background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;z-index:10}.audio-player__speed-option.svelte-106nnkc{padding:.375rem .5rem;font-size:.8125rem;text-align:center;font-family:var(--main-font);color:var(--color-text, #000);background:transparent;border:none;border-radius:4px;cursor:pointer;transition:background .15s ease}.audio-player__speed-option.svelte-106nnkc:hover{background:#0000000d}.audio-player__speed-option--active.svelte-106nnkc{font-weight:600;background:#0000000d}audio.svelte-106nnkc{display:none}@media(max-width:480px){.audio-player__controls.svelte-106nnkc{padding:.875rem 1rem;gap:.5rem}.audio-player__play.svelte-106nnkc,.audio-player__speed-btn.svelte-106nnkc{width:2.25rem;height:2.25rem}.audio-player__time.svelte-106nnkc{font-size:.75rem;min-width:2.25rem}.audio-player__speed-btn.svelte-106nnkc{font-size:.6875rem}}.gallery-grid.svelte-1yey3fa{display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:768px){.gallery-grid.svelte-1yey3fa{gap:.75rem}}.gallery-grid__row.svelte-1yey3fa{display:flex;gap:.5rem;width:100%;justify-content:center}@media(min-width:768px){.gallery-grid__row.svelte-1yey3fa{gap:.75rem}}.gallery-grid__item.svelte-1yey3fa{position:relative;display:block;flex-shrink:0;height:100%;border:none;background:none;padding:0;cursor:pointer;border-radius:16px;overflow:hidden;font-family:var(--main-font),sans-serif;box-shadow:0 0 0 1px #00000014;transition:transform .2s ease,box-shadow .2s ease}@media(min-width:768px){.gallery-grid__item.svelte-1yey3fa{border-radius:20px}}.gallery-grid__item.svelte-1yey3fa:active{transform:scale(.98)}.gallery-grid__item.svelte-1yey3fa:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 0 0 1.5px #000}@media(hover:hover){.gallery-grid__item.svelte-1yey3fa:hover{transform:translateY(-2px);box-shadow:0 0 0 1.5px #000}}.gallery-grid__item.svelte-1yey3fa img:where(.svelte-1yey3fa){display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.gallery-grid__caption.svelte-1yey3fa{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4) 50%,transparent);color:#fff;font-size:.875rem;opacity:0;transition:opacity .2s ease;line-height:1.3}.gallery-grid__item.svelte-1yey3fa:focus-visible .gallery-grid__caption:where(.svelte-1yey3fa){opacity:1}@media(hover:hover){.gallery-grid__item.svelte-1yey3fa:hover .gallery-grid__caption:where(.svelte-1yey3fa){opacity:1}}@media(hover:none){.gallery-grid__item.svelte-1yey3fa:active .gallery-grid__caption:where(.svelte-1yey3fa){opacity:1}}.gallery-carousel.svelte-1yey3fa{position:relative;margin:1.5rem 0;width:100%}.gallery-carousel__track.svelte-1yey3fa{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;height:clamp(280px,55vh,540px);padding:6px}@media(min-width:768px){.gallery-carousel__track.svelte-1yey3fa{gap:.75rem}}.gallery-carousel__track.svelte-1yey3fa::-webkit-scrollbar{display:none}.gallery-carousel__item.svelte-1yey3fa{flex:0 0 auto;height:100%;scroll-snap-align:center;scroll-snap-stop:always}.gallery-carousel__image-button.svelte-1yey3fa{position:relative;width:100%;height:100%;border:none;background:none;padding:0;cursor:pointer;display:block;overflow:hidden;border-radius:16px;box-shadow:0 0 0 1px #00000014;transition:transform .2s ease,box-shadow .2s ease}@media(min-width:768px){.gallery-carousel__image-button.svelte-1yey3fa{border-radius:20px}}.gallery-carousel__image-button.svelte-1yey3fa:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 0 0 1.5px #000}@media(hover:hover){.gallery-carousel__image-button.svelte-1yey3fa:hover{transform:translateY(-2px);box-shadow:0 0 0 1.5px #000}}.gallery-carousel__image-button.svelte-1yey3fa img:where(.svelte-1yey3fa){width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.gallery-carousel__caption.svelte-1yey3fa{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.3) 70%,transparent);color:#fff;font-size:.875rem;line-height:1.4}.gallery-carousel__arrow.svelte-1yey3fa{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border:none;background:#ffffffe6;color:#333;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .2s ease}.gallery-carousel__arrow.svelte-1yey3fa:active{transform:translateY(-50%) scale(.95)}.gallery-carousel__arrow.svelte-1yey3fa:focus-visible{outline:none;background:#fff;box-shadow:0 4px 12px #0000004d}@media(hover:hover){.gallery-carousel__arrow.svelte-1yey3fa:hover{background:#fff;box-shadow:0 4px 12px #0000004d}}.gallery-carousel__arrow--prev.svelte-1yey3fa{left:.75rem}.gallery-carousel__arrow--next.svelte-1yey3fa{right:.75rem}@media(min-width:768px){.gallery-carousel__arrow.svelte-1yey3fa{width:48px;height:48px}.gallery-carousel__arrow--prev.svelte-1yey3fa{left:1rem}.gallery-carousel__arrow--next.svelte-1yey3fa{right:1rem}}.gallery-carousel__dots.svelte-1yey3fa{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.gallery-carousel__dot.svelte-1yey3fa{width:8px;height:8px;border-radius:50%;border:none;background:#00000040;cursor:pointer;padding:0;transition:all .2s ease}.gallery-carousel__dot.svelte-1yey3fa:focus-visible{outline:none;background:#0006;transform:scale(1.2)}@media(hover:hover){.gallery-carousel__dot.svelte-1yey3fa:hover{background:#0006;transform:scale(1.2)}}.gallery-carousel__dot.svelte-1yey3fa:active{transform:scale(.9)}.gallery-carousel__dot.active.svelte-1yey3fa{background:#000000b3;transform:scale(1.3)}.gallery-fullscreen.svelte-1yey3fa{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000f2;display:flex;align-items:center;justify-content:center;animation:svelte-1yey3fa-fadeIn .2s ease}@keyframes svelte-1yey3fa-fadeIn{0%{opacity:0}to{opacity:1}}.gallery-fullscreen__close.svelte-1yey3fa,.gallery-fullscreen__nav.svelte-1yey3fa{z-index:10001;width:40px;height:40px;padding:0;border:none;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;color:#fff;cursor:pointer;border-radius:50%;display:grid;place-items:center;transition:background-color .2s ease,backdrop-filter .2s ease,transform .15s ease}.gallery-fullscreen__nav--hidden.svelte-1yey3fa{visibility:hidden;pointer-events:none}.gallery-fullscreen__close.svelte-1yey3fa svg:where(.svelte-1yey3fa),.gallery-fullscreen__nav.svelte-1yey3fa svg:where(.svelte-1yey3fa){display:block}.gallery-fullscreen__close.svelte-1yey3fa{position:absolute;top:1rem;right:1rem}.gallery-fullscreen__close.svelte-1yey3fa:active{transform:scale(.9)}.gallery-fullscreen__top-bar.svelte-1yey3fa{position:absolute;top:1rem;left:0;right:0;z-index:10001;display:flex;justify-content:center;align-items:center;gap:.5rem;pointer-events:none}.gallery-fullscreen__top-bar.svelte-1yey3fa>:where(.svelte-1yey3fa){pointer-events:auto}@media(min-width:769px){.gallery-fullscreen__nav.svelte-1yey3fa{position:fixed;top:50%;transform:translateY(-50%)}.gallery-fullscreen__nav.svelte-1yey3fa:active{transform:translateY(-50%) scale(.9)}.gallery-fullscreen__nav--prev.svelte-1yey3fa{left:1rem}.gallery-fullscreen__nav--prev.svelte-1yey3fa svg:where(.svelte-1yey3fa){transform:translate(-1px) scale(1.1)}.gallery-fullscreen__nav--next.svelte-1yey3fa{right:1rem}.gallery-fullscreen__nav--next.svelte-1yey3fa svg:where(.svelte-1yey3fa){transform:translate(1px) scale(1.1)}}@media(max-width:768px){.gallery-fullscreen__close.svelte-1yey3fa,.gallery-fullscreen__nav.svelte-1yey3fa{width:44px;height:44px}.gallery-fullscreen__nav.svelte-1yey3fa:active{transform:scale(.9)}}@media(hover:hover){.gallery-fullscreen__close.svelte-1yey3fa:hover{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1.1)}.gallery-fullscreen__close.svelte-1yey3fa:hover:active{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1)}}@media(hover:hover)and (min-width:769px){.gallery-fullscreen__nav.svelte-1yey3fa:hover{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%) scale(1.1)}.gallery-fullscreen__nav.svelte-1yey3fa:hover:active{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%) scale(1)}}.gallery-fullscreen__close.svelte-1yey3fa:focus-visible{outline:none;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1.1)}@media(min-width:769px){.gallery-fullscreen__nav.svelte-1yey3fa:focus-visible{outline:none;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%) scale(1.1)}}@media(max-width:768px){.gallery-fullscreen__nav.svelte-1yey3fa:focus-visible{outline:none;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1.1)}}@media(hover:hover)and (max-width:768px){.gallery-fullscreen__nav.svelte-1yey3fa:hover{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1.1)}.gallery-fullscreen__nav.svelte-1yey3fa:hover:active{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:scale(1)}}.gallery-fullscreen__content.svelte-1yey3fa{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:1rem}.gallery-fullscreen__image.svelte-1yey3fa{max-width:100%;max-height:calc(90vh - 100px);object-fit:contain;border-radius:12px;animation:svelte-1yey3fa-zoomIn .3s ease}@media(max-width:768px){.gallery-fullscreen__content.svelte-1yey3fa{max-width:calc(100vw - 32px);max-height:calc(100vh - 120px);gap:.5rem}.gallery-fullscreen__image.svelte-1yey3fa{max-height:calc(100vh - 160px);border-radius:8px}}@keyframes svelte-1yey3fa-zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.gallery-fullscreen__caption.svelte-1yey3fa{color:#fff;font-size:1rem;text-align:center;max-width:600px;padding:0 1rem;line-height:1.5}.gallery-fullscreen__counter.svelte-1yey3fa{color:#fff;font-size:.875rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:999px;font-weight:500}@media(max-width:768px){.gallery-fullscreen__counter.svelte-1yey3fa{font-size:.8125rem;padding:.375rem .875rem}}.video-player.svelte-1rgitk9{margin:0}.video-player__selector.svelte-1rgitk9{display:flex;gap:.5rem;margin-bottom:.75rem}.video-player__btn.svelte-1rgitk9{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;color:var(--color-text-secondary, #666);background:transparent;border:1.5px solid var(--color-border, #e0e0e0);border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.video-player__btn.svelte-1rgitk9:hover{border-color:var(--color-text, #000);color:var(--color-text, #000)}.video-player__btn--active.svelte-1rgitk9{background:var(--color-text, #000);border-color:var(--color-text, #000);color:#fff}.video-player__btn--active.svelte-1rgitk9:hover{color:#fff}.video-player__icon.svelte-1rgitk9{width:1rem;height:1rem}.video-player__embed.svelte-1rgitk9{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:#f1f5f9;border-radius:var(--radius-lg, 16px);isolation:isolate}.video-player__embed.youtube.svelte-1rgitk9:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:58px}@media(max-width:388px){.video-player__embed.youtube.svelte-1rgitk9:after{height:50px}}.video-player__embed.vk.svelte-1rgitk9:after{content:"";position:absolute;bottom:0;right:278px;width:100px;height:40px}@media(max-width:732px){.video-player__embed.vk.svelte-1rgitk9:after{right:188px;width:40px}}@media(any-pointer:coarse){.video-player__embed.vk.svelte-1rgitk9:after{top:0;right:0;width:100px}}@media(any-pointer:coarse)and (max-width:660px){.video-player__embed.vk.svelte-1rgitk9:after{width:40px}}.video-player__embed.svelte-1rgitk9 iframe:where(.svelte-1rgitk9){position:absolute;top:0;left:0;width:100%;height:100%}.video-player__caption.svelte-1rgitk9{margin-top:.5em;font-size:.875rem;color:var(--color-text-muted, #999);text-align:center}.article-shell.svelte-o3uj4a{display:flex;flex-direction:column;gap:3rem;color:var(--color-text, #000)}.article-header.svelte-o3uj4a{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:2.5rem;padding:1rem 0;box-sizing:border-box}.article-header__image.svelte-o3uj4a{border-radius:var(--radius-xl, 24px);overflow:hidden;height:clamp(200px,calc((50vw - 4rem)*.825),480px)}.article-header__image.svelte-o3uj4a img:where(.svelte-o3uj4a){width:100%;height:100%;object-fit:cover;display:block}.article-header__placeholder.svelte-o3uj4a{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.article-header__info.svelte-o3uj4a{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.25rem;padding:2rem 1rem;min-height:clamp(200px,calc((50vw - 4rem)/1.6),430px)}.article-header__chips.svelte-o3uj4a{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.article-header__chip.svelte-o3uj4a{display:inline-flex;align-items:center;padding:.25rem .5rem;border:1.5px solid var(--color-text, #000);border-radius:999px;font-size:1rem;line-height:1.2;color:var(--color-text, #000);text-decoration:none;white-space:nowrap;transition:background var(--transition-fast, .15s ease),color var(--transition-fast, .15s ease)}.article-header__chip.svelte-o3uj4a:hover{background:var(--color-text, #000);color:#fff}.article-header__title.svelte-o3uj4a{margin:0;font:clamp(2rem,3.5vw,3.2rem) / 1.1 var(--title-font, serif);color:var(--color-text, #000)}.article-header__meta.svelte-o3uj4a{display:flex;flex-direction:column-reverse;flex-wrap:wrap;align-items:center;gap:1rem}.article-header__date.svelte-o3uj4a{font-size:.9rem;color:var(--color-text-secondary, #666)}.article-header__author.svelte-o3uj4a{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.article-header__avatar.svelte-o3uj4a{width:2rem;height:2rem;border-radius:999px;object-fit:cover}.article-header__avatar--placeholder.svelte-o3uj4a{display:inline-flex;align-items:center;justify-content:center;background:var(--color-accent-light, #f5e6d8);color:var(--color-primary, #e75625);font-weight:600;text-transform:uppercase}.article-header__description.svelte-o3uj4a{margin:1rem 0 0;font-size:1.2rem;line-height:1.5;color:var(--color-text-secondary, #666)}.article-body.svelte-o3uj4a{width:100%;margin:0 0 2rem;padding:0}.article-content.svelte-o3uj4a{display:grid;grid-template-columns:[full-start] minmax(0,1fr) [text-start] minmax(0,740px) [text-end] minmax(0,1fr) [full-end];line-height:1.5;font-size:1.25rem}.article-content.svelte-o3uj4a>*{grid-column:text-start / text-end}.article-content.svelte-o3uj4a>.article-image--full,.article-content.svelte-o3uj4a>.article-content__wide{grid-column:full-start / full-end}.article-content.svelte-o3uj4a h1,.article-content.svelte-o3uj4a h2,.article-content.svelte-o3uj4a h3,.article-content.svelte-o3uj4a h4,.article-content.svelte-o3uj4a h5,.article-content.svelte-o3uj4a h6{margin-top:1.2em;margin-bottom:.4em;font-family:var(--title-font, serif);font-weight:700;line-height:1.3}.article-content.svelte-o3uj4a h1{font-size:2.25rem}.article-content.svelte-o3uj4a h2{font-size:1.75rem}.article-content.svelte-o3uj4a h3{font-size:1.4rem}.article-content.svelte-o3uj4a p{margin-bottom:.6em}.article-content.svelte-o3uj4a ul,.article-content.svelte-o3uj4a ol{margin-bottom:.6em;padding-left:1.5em}.article-content.svelte-o3uj4a li{margin-bottom:.15em}.article-content.svelte-o3uj4a a{color:var(--color-text, #000);text-decoration:underline;text-underline-offset:.15em;transition:opacity var(--transition-fast, .15s ease)}.article-content.svelte-o3uj4a a:hover{opacity:.6}.article-image.svelte-o3uj4a{display:flex;flex-direction:column;align-items:center;margin:1.5em 0}.article-image.svelte-o3uj4a img:where(.svelte-o3uj4a){max-width:100%;height:auto;border-radius:var(--radius-md, 8px)}.article-image.svelte-o3uj4a .gallery-grid{margin:0;width:100%}.article-image--bordered.svelte-o3uj4a img:where(.svelte-o3uj4a){border:1px solid rgba(0,0,0,.1)}.article-image--background.svelte-o3uj4a{padding:1rem;background:#f1f5f9;border-radius:var(--radius-md, 8px)}.article-image--full.svelte-o3uj4a{margin:2em 0}.article-image--full.svelte-o3uj4a img:where(.svelte-o3uj4a){width:100%;border-radius:0}.article-image.svelte-o3uj4a figcaption:where(.svelte-o3uj4a){margin-top:.5em;font-size:.875rem;color:var(--color-text-muted, #999);text-align:center}.article-content__wide.svelte-o3uj4a{margin:2em 0}.article-video.svelte-o3uj4a{margin:0}.article-video .video-player__caption{font-size:.875rem;color:var(--color-text-muted, #999)}.article-audio{margin:1.5em 0}.article-quote.svelte-o3uj4a{margin:1.5em 0;padding:1rem 1.5rem;border-left:4px solid var(--color-primary, #e75625);background:#00000005;border-radius:0 var(--radius-md, 8px) var(--radius-md, 8px) 0}.article-quote--center.svelte-o3uj4a{text-align:center;border-left:none;border-top:4px solid var(--color-primary, #e75625);border-radius:var(--radius-md, 8px)}.article-quote.svelte-o3uj4a p:where(.svelte-o3uj4a){font-style:italic;font-size:1.1rem;margin-bottom:.5em}.article-quote.svelte-o3uj4a cite:where(.svelte-o3uj4a){font-size:.875rem;color:var(--color-text-muted, #999)}.article-delimiter.svelte-o3uj4a{margin:2em auto;width:60%;border:none;border-top:2px solid rgba(0,0,0,.1)}.article-table.svelte-o3uj4a{margin:1.5em 0;overflow-x:auto}.article-table.svelte-o3uj4a table:where(.svelte-o3uj4a){width:100%;border-collapse:collapse}.article-table.svelte-o3uj4a th:where(.svelte-o3uj4a),.article-table.svelte-o3uj4a td:where(.svelte-o3uj4a){padding:.75rem;border:1px solid rgba(0,0,0,.1);text-align:left}.article-table.svelte-o3uj4a th:where(.svelte-o3uj4a){background:#f1f5f9;font-weight:600}.article-table.svelte-o3uj4a tr:where(.svelte-o3uj4a):nth-child(2n){background:#00000005}@media(max-width:1024px){.article-header.svelte-o3uj4a{gap:1.5rem}.article-content.svelte-o3uj4a{grid-template-columns:[full-start] minmax(0,1fr) [text-start] minmax(0,720px) [text-end] minmax(0,1fr) [full-end]}}@media(max-width:860px){.article-shell.svelte-o3uj4a{gap:2rem}.article-header.svelte-o3uj4a{grid-template-columns:1fr;grid-template-rows:1fr auto;gap:1.5rem;max-height:none;padding:0 0 1rem}.article-header__image.svelte-o3uj4a{max-height:70vw;height:auto}.article-header__title.svelte-o3uj4a{font-size:clamp(1.75rem,6vw,2.2rem)}.article-header__info.svelte-o3uj4a{padding:1rem 0 2rem}.article-content.svelte-o3uj4a{grid-template-columns:[full-start text-start] minmax(0,1fr) [text-end full-end]}}@media(max-width:480px){.article-header__title.svelte-o3uj4a{font-size:1.625rem}.article-content.svelte-o3uj4a{font-size:1.1rem}}.image.svelte-1lso0hp{position:relative;width:100%;height:100%;display:block;overflow:hidden}.image__placeholder.svelte-1lso0hp{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ededed;overflow:hidden}.image__placeholder.svelte-1lso0hp svg:where(.svelte-1lso0hp){position:relative;z-index:1;width:44%;height:44%;max-width:160px;display:block}.image__placeholder.svelte-1lso0hp:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#fff0 20%,#ffffffd9,#fff0 80%);background-size:200% 100%;background-repeat:no-repeat;background-position:150% 0;pointer-events:none}.image__placeholder.is-loading.svelte-1lso0hp:before{animation:svelte-1lso0hp-shimmer 1.4s linear infinite}.image__logo-base.svelte-1lso0hp{fill:#e75625;opacity:.18}.image__image.svelte-1lso0hp{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}.image__image.with-fade.svelte-1lso0hp{opacity:0;transition:opacity .42s ease}.image__image.with-fade.is-visible.svelte-1lso0hp{opacity:1}@keyframes svelte-1lso0hp-shimmer{0%{background-position:150% 0}to{background-position:-50% 0}}.article-card.svelte-1nig6nd{position:relative;display:flex;gap:1rem;background:transparent;border-radius:24px;height:100%;color:inherit;text-decoration:none;container-type:inline-size}.article-card.vertical.svelte-1nig6nd{flex-direction:column;gap:1.1rem}.article-card__image.svelte-1nig6nd{position:relative;flex-shrink:0;width:min(40%,280px);min-width:180px;aspect-ratio:16/11;border-radius:var(--radius-xl, 24px);overflow:hidden;box-shadow:0 0 0 0 var(--color-text);transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.article-card.svelte-1nig6nd:hover .article-card__image:where(.svelte-1nig6nd){transform:translateY(-2px);box-shadow:0 0 0 1.5px #000}.vertical.svelte-1nig6nd .article-card__image:where(.svelte-1nig6nd){width:100%;min-width:0;aspect-ratio:16/10}.compact.svelte-1nig6nd .article-card__image:where(.svelte-1nig6nd){width:min(35%,220px);min-width:130px}.article-card__premium.svelte-1nig6nd{position:absolute;top:1rem;right:1rem;color:var(--color-primary);font-size:1.75rem;line-height:1;z-index:2}.article-card__content.svelte-1nig6nd{display:flex;flex-direction:column;flex:1;min-width:0;padding:.25rem .25rem .25rem .5rem}.compact.svelte-1nig6nd .article-card__content:where(.svelte-1nig6nd){padding:.1rem 0}.vertical.svelte-1nig6nd .article-card__content:where(.svelte-1nig6nd){padding:0}.article-card__chips.svelte-1nig6nd{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.7rem}.article-card__chip.svelte-1nig6nd{display:inline-flex;align-items:center;padding:.25rem .5rem;border:1.5px solid var(--color-text, #000);border-radius:999px;font-size:1rem;line-height:1.2;color:var(--color-text, #000);white-space:nowrap}.article-card__chip.svelte-1nig6nd:hover{background:var(--color-text);color:#fff}.article-card__title.svelte-1nig6nd{margin:0 0 .65rem;font-family:var(--title-font);line-height:1;font-size:clamp(1.5rem,2.4vw,2rem);color:var(--color-text)}.compact.svelte-1nig6nd .article-card__title:where(.svelte-1nig6nd){font-size:clamp(1.2rem,1.8vw,1.5rem)}.vertical.svelte-1nig6nd .article-card__title:where(.svelte-1nig6nd){font-size:clamp(1.5rem,7.5cqi,2rem);margin-bottom:.5em}.vertical.compact.svelte-1nig6nd .article-card__title:where(.svelte-1nig6nd){font-size:2rem}.article-card__description.svelte-1nig6nd{margin:0 0 .75rem;font-weight:300;font-size:clamp(.5rem,1cqi,1.5rem);line-height:1.45;color:var(--color-text);display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.compact.svelte-1nig6nd .article-card__description:where(.svelte-1nig6nd){font-size:clamp(.5rem,1cqi,1rem);line-clamp:2;-webkit-line-clamp:2}.vertical.svelte-1nig6nd .article-card__description:where(.svelte-1nig6nd){font-size:clamp(1rem,3.5cqi,1.25rem);line-height:1.35;margin-bottom:.9rem;line-clamp:3;-webkit-line-clamp:3}.vertical.compact.svelte-1nig6nd .article-card__description:where(.svelte-1nig6nd){font-size:1.1rem}.article-card__meta.svelte-1nig6nd{margin-top:0;margin-bottom:0;font-size:.9rem;color:var(--color-text-secondary, #6f6f6f);font-style:italic;line-height:1.3}.vertical.svelte-1nig6nd .article-card__meta:where(.svelte-1nig6nd){font-size:1.1rem}.vertical.compact.svelte-1nig6nd .article-card__meta:where(.svelte-1nig6nd){font-size:1.1rem}@media(max-width:768px){.article-card.svelte-1nig6nd{flex-direction:column;border-radius:var(--radius-lg, 20px)}.article-card__image.svelte-1nig6nd{width:100%;min-width:0}.article-card__content.svelte-1nig6nd{padding:0}}@media(max-width:480px){.article-card.svelte-1nig6nd{gap:.8rem}}.plant-card.svelte-6qc296{position:relative;display:flex;align-items:stretch;flex-direction:column;gap:.75rem;width:100%;min-width:0;height:auto;padding:1rem;background:var(--color-bg-white);border:1.5px solid var(--color-text);border-radius:20px;box-shadow:none;container-type:inline-size;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.plant-card.svelte-6qc296:hover{transform:translateY(-2px);box-shadow:none}.plant-premium.svelte-6qc296{position:absolute;top:.875rem;right:.875rem;color:var(--color-primary);font-size:1.75rem;line-height:1;z-index:1;font-weight:700;text-shadow:0 1px 2px rgba(255,255,255,.4)}.plant-image.svelte-6qc296{order:2;margin-top:auto;flex-shrink:0;width:100%;aspect-ratio:1/1;height:auto;display:flex;align-items:center;justify-content:center;background:#f3f3f3;border-radius:16px;border:1px solid #ececec;overflow:hidden}.plant-info.svelte-6qc296{order:1;display:flex;flex-direction:column;gap:.125rem;min-width:0;padding-right:0}.plant-name.svelte-6qc296{margin:0 0 .5rem;padding-right:1rem;font:clamp(1.4rem,10cqi,2rem)/1.05 var(--title-font);color:#161616}.plant-latin.svelte-6qc296{font-size:clamp(1rem,6.5cqi,2rem);line-height:1.05;color:#191919;font-family:var(--main-font),sans-serif;min-height:2.1em}.line.svelte-6qc296{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner.svelte-1j6yeua{position:relative;display:flex;align-items:flex-end;width:100%;min-height:320px;overflow:hidden}.banner-image.svelte-1j6yeua{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.banner.svelte-1j6yeua:hover .banner-image:where(.svelte-1j6yeua){transform:scale(1.02)}.banner-overlay.svelte-1j6yeua{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#0009,#0000 60%);pointer-events:none}.banner-content.svelte-1j6yeua{position:relative;z-index:1;display:flex;flex-direction:column;gap:.5rem;padding:2rem;color:#fff;max-width:600px}.banner-title.svelte-1j6yeua{margin:0;font:600 1.75rem/1.2 var(--title-font);text-shadow:0 1px 3px rgba(0,0,0,.3)}.banner-description.svelte-1j6yeua{margin:0;font-size:1rem;line-height:1.5;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media(max-width:768px){.banner.svelte-1j6yeua{min-height:240px}.banner-content.svelte-1j6yeua{padding:1.5rem}.banner-title.svelte-1j6yeua{font-size:1.375rem}.banner-description.svelte-1j6yeua{font-size:.9375rem}}@media(max-width:480px){.banner.svelte-1j6yeua{min-height:200px}.banner-content.svelte-1j6yeua{padding:1.25rem}.banner-title.svelte-1j6yeua{font-size:1.125rem}.banner-description.svelte-1j6yeua{font-size:.875rem}}
