.callout.svelte-ppf44w{display:inline-flex;line-height:20px;padding:12px 20px;border:1px solid var(--callout-border-color, var(--color-border-subtle));border-radius:4px}.callout.note.svelte-ppf44w{background-color:var(--callout-note-bg, var(--color-primary-50));border-color:var(--callout-note-border, var(--color-primary-300));color:var(--callout-note-text, var(--color-primary-800))}.callout.check.svelte-ppf44w{background-color:var(--callout-check-bg, var(--color-surface-main));border-color:var(--callout-check-border, var(--color-border-subtle));color:var(--callout-check-text, var(--color-main-text))}.callout.warning.svelte-ppf44w{background-color:var(--callout-warning-bg, var(--color-surface-main));border-color:var(--callout-warning-border, var(--color-warning-500));color:var(--callout-warning-text, var(--color-warning-500))}.callout.error.svelte-ppf44w{background-color:var(--callout-error-bg, var(--color-surface-main));border-color:var(--callout-error-border, var(--color-error-500));color:var(--callout-error-text, var(--color-error-600))}time.svelte-loy9rx{display:inline}time.svelte-1euvotk{display:inline}.bg-image.svelte-zh6onj{margin:0;display:block}.bg-image__link.svelte-zh6onj{display:block;cursor:zoom-in;text-decoration:none}.bg-image__wrapper.svelte-zh6onj{position:relative;overflow:hidden;aspect-ratio:var(--bg-image-aspect-ratio, auto);background-color:var(--bg-image-placeholder, #f0f0f0)}.bg-image__img.svelte-zh6onj{display:block;max-width:100%;height:auto}.bg-image__img--fixed.svelte-zh6onj{position:absolute;inset:0;width:100%;height:100%;object-fit:var(--bg-image-fit, cover)}.bg-image__caption.svelte-zh6onj{margin-top:.5rem;font-size:.875rem;color:var(--bg-image-caption-color, #666);text-align:center}.bg-gallery.svelte-hgtv2e{display:grid;grid-template-columns:repeat(var(--gallery-columns),1fr);gap:var(--gallery-gap)}.bg-gallery--masonry.svelte-hgtv2e{display:block;column-count:var(--gallery-columns);column-gap:var(--gallery-gap)}.bg-gallery--masonry.svelte-hgtv2e .bg-image{break-inside:avoid;margin-bottom:var(--gallery-gap)}.bg-gallery--masonry.svelte-hgtv2e .bg-image:last-child{margin-bottom:0}.bg-slide.svelte-1ueq1cz{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.bg-slide__panel.svelte-1ueq1cz{position:relative;display:grid;padding:1.5rem;background-color:var(--bg-slide-panel-bg, #f6f9fc);border-radius:8px;container-type:inline-size}.bg-slide__panel.svelte-1ueq1cz:not(.bg-slide__panel--has-aspect):before{content:"";grid-area:1 / 1;aspect-ratio:4/3}.bg-slide__panel.svelte-1ueq1cz .bg-slide__content:where(.svelte-1ueq1cz){grid-area:1 / 1}.bg-slide__panel--has-aspect.svelte-1ueq1cz .bg-slide__content:where(.svelte-1ueq1cz){aspect-ratio:var(--bg-slide-aspect)}.bg-slide__panel--has-background.svelte-1ueq1cz{background-image:var(--bg-slide-background);background-size:cover;background-position:center}.bg-slide__panel--has-background.svelte-1ueq1cz:after{content:"";position:absolute;inset:0;background:#0009;border-radius:8px}.bg-slide__panel--has-background.svelte-1ueq1cz .bg-slide__content:where(.svelte-1ueq1cz){position:relative;z-index:1;color:#fff}.bg-slide__content.svelte-1ueq1cz{display:flex;flex-direction:column;justify-content:center;gap:.75rem}.bg-slide__headline.svelte-1ueq1cz{margin:0;font-size:clamp(1.25rem,8cqi,2.5rem);font-weight:600;line-height:1.2}.bg-slide__text.svelte-1ueq1cz{margin:0;font-size:clamp(.875rem,5cqi,1.25rem);opacity:.85}.bg-slide__bullets.svelte-1ueq1cz{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.bg-slide__bullet.svelte-1ueq1cz{font-size:clamp(.875rem,4.5cqi,1.125rem);line-height:1.4}.bg-slide__prose.svelte-1ueq1cz{flex:1}@media(min-width:768px){.bg-slide.svelte-1ueq1cz{flex-direction:row;gap:2rem}.bg-slide__panel.svelte-1ueq1cz{position:sticky;top:1.5rem;width:35%;flex-shrink:0;align-self:flex-start;padding:2rem}.bg-slide__prose.svelte-1ueq1cz{width:65%}}.bg-audio.svelte-130n0oy{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-audio-bg, #f5f5f5);border-radius:.5rem}.bg-audio__play-button.svelte-130n0oy{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:var(--bg-audio-button, #333);color:var(--bg-audio-button-icon, #fff);cursor:pointer;transition:opacity .15s ease}.bg-audio__play-button.svelte-130n0oy:hover{opacity:.8}.bg-audio__info.svelte-130n0oy{flex-shrink:0;min-width:0;max-width:12rem}.bg-audio__title.svelte-130n0oy{font-weight:500;font-size:.875rem;color:var(--bg-audio-text, #333);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-audio__subtitle.svelte-130n0oy{font-size:.75rem;color:var(--bg-audio-text-secondary, #666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-audio__progress.svelte-130n0oy{flex:1;min-width:4rem;padding:.5rem 0;background:transparent;border:none;cursor:pointer}.bg-audio__progress-bar.svelte-130n0oy{height:.25rem;background:var(--bg-audio-progress-bg, #ddd);border-radius:.125rem;overflow:hidden}.bg-audio__progress-fill.svelte-130n0oy{height:100%;background:var(--bg-audio-progress-fill, #333);transition:width .1s linear}.bg-audio__time.svelte-130n0oy{flex-shrink:0;font-size:.75rem;font-variant-numeric:tabular-nums;color:var(--bg-audio-text-secondary, #666)}.bg-video.svelte-g7rh2l{width:100%;max-width:100%}video.svelte-g7rh2l{display:block;width:100%;height:auto;border-radius:.25rem;background:var(--bg-video-bg, #000)}.bg-youtube.svelte-1drz7l7{margin:0;display:block}.bg-youtube__trigger.svelte-1drz7l7{position:relative;display:block;width:100%;padding:0;border:none;background:var(--bg-youtube-placeholder, #000);cursor:pointer;overflow:hidden;border-radius:var(--bg-youtube-radius, .5rem)}.bg-youtube__trigger.svelte-1drz7l7:focus-visible{outline:2px solid var(--bg-youtube-focus, #0066cc);outline-offset:2px}.bg-youtube__thumbnail.svelte-1drz7l7{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bg-youtube__play-icon.svelte-1drz7l7{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000001a;transition:background .2s ease}.bg-youtube__trigger.svelte-1drz7l7:hover .bg-youtube__play-icon:where(.svelte-1drz7l7){background:#0000004d}.bg-youtube__play-icon.svelte-1drz7l7 svg:where(.svelte-1drz7l7){filter:drop-shadow(0 2px 8px rgba(0,0,0,.4));transition:transform .2s ease}.bg-youtube__trigger.svelte-1drz7l7:hover .bg-youtube__play-icon:where(.svelte-1drz7l7) svg:where(.svelte-1drz7l7){transform:scale(1.1)}.bg-youtube__caption.svelte-1drz7l7{margin-top:.5rem;font-size:.875rem;color:var(--bg-youtube-caption-color, #666);text-align:center}.bg-youtube__modal.svelte-1drz7l7{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000e6;animation:svelte-1drz7l7-bg-youtube-backdrop-in .3s ease forwards}@keyframes svelte-1drz7l7-bg-youtube-backdrop-in{0%{background:#0000}to{background:#000000e6}}.bg-youtube__modal-content.svelte-1drz7l7{position:relative;animation:svelte-1drz7l7-bg-youtube-zoom-in .3s cubic-bezier(.32,.72,0,1) forwards;transform-origin:center center}.bg-youtube__modal.svelte-1drz7l7:not(.bg-youtube__modal--short) .bg-youtube__player:where(.svelte-1drz7l7){width:min(100vw - 96px,calc((100vh - 96px) * 16 / 9))}.bg-youtube__modal--short.svelte-1drz7l7 .bg-youtube__player:where(.svelte-1drz7l7){height:min(100vh - 96px,calc((100vw - 96px) * 16 / 9))}@keyframes svelte-1drz7l7-bg-youtube-zoom-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.bg-youtube__modal.svelte-1drz7l7{animation:none;background:#000000e6}.bg-youtube__modal-content.svelte-1drz7l7{animation:none;opacity:1;transform:scale(1)}.bg-youtube__play-icon.svelte-1drz7l7 svg:where(.svelte-1drz7l7){transition:none}}.bg-youtube__close.svelte-1drz7l7{position:absolute;top:-40px;right:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;transition:background .2s ease;z-index:1}.bg-youtube__modal--short.svelte-1drz7l7 .bg-youtube__close:where(.svelte-1drz7l7){top:8px;right:8px;background:#0009}.bg-youtube__close.svelte-1drz7l7:hover{background:#fff3}.bg-youtube__modal--short.svelte-1drz7l7 .bg-youtube__close:where(.svelte-1drz7l7):hover{background:#000c}.bg-youtube__close.svelte-1drz7l7:focus-visible{outline:2px solid #fff;outline-offset:2px}.bg-youtube__player.svelte-1drz7l7{position:relative;background:#000;border-radius:var(--bg-youtube-modal-radius, .25rem);overflow:hidden}.bg-youtube__iframe.svelte-1drz7l7{position:absolute;inset:0;width:100%;height:100%;border:none}form.svelte-1dnfwrv{display:flex;flex-direction:column;gap:.75rem}h4.svelte-1dnfwrv{font-size:1rem}.form-field.svelte-1dnfwrv{display:flex;flex-direction:column;gap:.25rem}.datetime-row.svelte-1dnfwrv{display:flex;gap:.5rem}.datetime-row.svelte-1dnfwrv input:where(.svelte-1dnfwrv){flex:1}.datetime-row.svelte-1dnfwrv select:where(.svelte-1dnfwrv){width:auto}label.svelte-1dnfwrv{font-size:.875rem;font-weight:500}.required.svelte-1dnfwrv{color:#dc2626}input[type=text].svelte-1dnfwrv,input[type=number].svelte-1dnfwrv,input[type=date].svelte-1dnfwrv,input[type=datetime-local].svelte-1dnfwrv,select.svelte-1dnfwrv{padding:.375rem .5rem;border:1px solid #ccc;border-radius:3px;font-size:.875rem}input[type=checkbox].svelte-1dnfwrv{width:auto;align-self:flex-start}.hint.svelte-1dnfwrv{font-size:.75rem;color:#666}.form-actions.svelte-1dnfwrv{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.form-actions.svelte-1dnfwrv button:where(.svelte-1dnfwrv){padding:.375rem .75rem;border:1px solid #ccc;border-radius:3px;cursor:pointer;font-size:.875rem}.form-actions.svelte-1dnfwrv button[type=submit]:where(.svelte-1dnfwrv){background:#333;color:#fff;border-color:#333}.form-actions.svelte-1dnfwrv button[type=submit]:where(.svelte-1dnfwrv):disabled{background:#999;border-color:#999;cursor:not-allowed}.form-actions.svelte-1dnfwrv button[type=button]:where(.svelte-1dnfwrv){background:#fff}.editor-toolbar.svelte-ka54bv{display:flex;gap:.5rem;padding:.5rem;background:var(--color-background-main);border:1px solid var(--color-border);border-bottom:none;border-radius:4px 4px 0 0;flex-wrap:wrap}.toolbar-group.svelte-ka54bv{display:flex;gap:.25rem}.toolbar-group.svelte-ka54bv:not(:last-child):not(.component-dropdown){padding-right:.5rem;border-right:1px solid var(--color-border)}.toolbar-spacer.svelte-ka54bv{flex:1}button.svelte-ka54bv{padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:3px;background:var(--color-background-main);cursor:pointer;font-size:.875rem;min-width:2rem}button.svelte-ka54bv:hover{background:var(--color-background-main-hover)}.component-button.svelte-ka54bv{background:var(--color-background-main-hover);border-color:var(--color-primary-500);cursor:grab}.component-button.svelte-ka54bv:hover{background:var(--color-background-main-hover)}.component-button.svelte-ka54bv:active{cursor:grabbing}.component-dropdown.svelte-ka54bv{position:relative}.dropdown-menu.svelte-ka54bv{position:absolute;top:100%;left:0;z-index:100;background:var(--color-background-main);border:1px solid var(--color-border);border-radius:4px;box-shadow:var(--shadow-md);min-width:250px;max-height:300px;overflow-y:auto}.dropdown-item.svelte-ka54bv{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.5rem .75rem;border:none;border-radius:0;text-align:left;cursor:grab}.dropdown-item.svelte-ka54bv:active{cursor:grabbing}.dropdown-item.svelte-ka54bv:not(:last-child){border-bottom:1px solid var(--color-border)}.dropdown-item.svelte-ka54bv .description:where(.svelte-ka54bv){font-size:.75rem;color:var(--color-secondary-text)}.drop-indicator.svelte-ka54bv{position:fixed;width:2px;background:var(--color-primary-500);pointer-events:none;z-index:1000;animation:svelte-ka54bv-blink .8s ease-in-out infinite}@keyframes svelte-ka54bv-blink{0%,to{opacity:1}50%{opacity:.3}}.upload-status.svelte-ka54bv{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-background-main);color:var(--color-main-text);padding:1rem 1.5rem;border-radius:8px;font-size:.875rem;z-index:1000;box-shadow:var(--shadow-md)}.floating-configure-button.svelte-ka54bv{position:fixed;z-index:1000;padding:.25rem .5rem;background:var(--color-background-main-hover);border:1px solid var(--color-primary-500);border-radius:3px;color:var(--color-main-text);cursor:pointer;font-size:.75rem;box-shadow:var(--shadow-sm);white-space:nowrap}.floating-configure-button.svelte-ka54bv:hover{background:var(--color-background-main-hover)}.modal-backdrop.svelte-ka54bv{position:fixed;inset:0;z-index:1000;background:var(--color-background-main-hover)}.modal-content.svelte-ka54bv{position:fixed;z-index:1001;background:var(--color-background-main);border-radius:8px;padding:1.5rem;min-width:320px;max-width:480px;max-height:calc(100vh - 16px);overflow-y:auto;box-shadow:var(--shadow-md)}.markdown-form.svelte-ka54bv{display:flex;flex-direction:column;gap:.75rem}.markdown-form.svelte-ka54bv h4:where(.svelte-ka54bv){margin:0 0 .75rem;font-size:1rem}.markdown-form.svelte-ka54bv .form-field:where(.svelte-ka54bv){display:flex;flex-direction:column;gap:.25rem}.markdown-form.svelte-ka54bv label:where(.svelte-ka54bv){font-size:.875rem;font-weight:500}.markdown-form.svelte-ka54bv input:where(.svelte-ka54bv){padding:.375rem .5rem;border:1px solid var(--color-border);border-radius:3px;font-size:.875rem}.markdown-form.svelte-ka54bv .form-actions:where(.svelte-ka54bv){display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.markdown-form.svelte-ka54bv .form-actions:where(.svelte-ka54bv) button:where(.svelte-ka54bv){padding:.375rem .75rem;border:1px solid var(--color-border);border-radius:3px;cursor:pointer;font-size:.875rem;background:var(--color-background-main)}.markdown-form.svelte-ka54bv .form-actions:where(.svelte-ka54bv) button[type=submit]:where(.svelte-ka54bv){background:var(--color-background-main);color:var(--color-main-text);border-color:var(--color-background-main)}
