:root{--font-loader-family: var(--font-body, "Inter", sans-serif)}.meridian-header.svelte-1oqlzen{background-color:var(--color-bg-header, #ffffff);border-bottom:1px solid var(--color-border, #e5e7eb);padding:1rem 0;position:sticky;top:0;z-index:50}.dark .meridian-header.svelte-1oqlzen{background-color:var(--color-bg-header, #111827);border-bottom-color:var(--color-border, #1f2937)}.header-container.svelte-1oqlzen{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo-container.svelte-1oqlzen{display:flex;align-items:center}.logo-image.svelte-1oqlzen{max-height:40px;width:auto}.logo-text.svelte-1oqlzen{font-size:1.25rem;font-weight:700;color:var(--color-text-main, #111827)}.dark .logo-text.svelte-1oqlzen{color:var(--color-text-main, #f9fafb)}.navigation.svelte-1oqlzen{display:flex;gap:1.5rem}.nav-link.svelte-1oqlzen{text-decoration:none;font-size:.95rem;font-weight:500;color:var(--color-text-muted, #4b5563);transition:color .2s ease}.dark .nav-link.svelte-1oqlzen{color:var(--color-text-muted, #9ca3af)}.nav-link.svelte-1oqlzen:hover{color:var(--color-primary, #3b82f6)}.nav-link.active.svelte-1oqlzen{color:var(--color-primary, #3b82f6);font-weight:600}.meridian-footer.svelte-18j7mbt{background-color:var(--color-bg-secondary, #f9fafb);border-top:1px solid var(--color-border, #e5e7eb);padding:3rem 0 0;margin-top:auto}.dark .meridian-footer.svelte-18j7mbt{background-color:var(--color-bg-secondary, #111827);border-top-color:var(--color-border, #1f2937)}.footer-container.svelte-18j7mbt{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-container.svelte-18j7mbt{grid-template-columns:2fr 1fr}}.logo-image.svelte-18j7mbt{max-height:48px;margin-bottom:1rem}.logo-text.svelte-18j7mbt{font-size:1.5rem;font-weight:700;color:var(--color-text-main, #111827);display:block;margin-bottom:.5rem}.dark .logo-text.svelte-18j7mbt{color:var(--color-text-main, #f9fafb)}.brand-description.svelte-18j7mbt{color:var(--color-text-muted, #6b7280);line-height:1.5;max-width:300px}.dark .brand-description.svelte-18j7mbt{color:var(--color-text-muted, #9ca3af)}.footer-heading.svelte-18j7mbt{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-main, #111827);margin-bottom:1rem}.dark .footer-heading.svelte-18j7mbt{color:var(--color-text-main, #f9fafb)}.footer-links.svelte-18j7mbt{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link.svelte-18j7mbt{text-decoration:none;color:var(--color-text-muted, #6b7280);transition:color .2s}.dark .footer-link.svelte-18j7mbt{color:var(--color-text-muted, #9ca3af)}.footer-link.svelte-18j7mbt:hover{color:var(--color-primary, #3b82f6)}.footer-bottom.svelte-18j7mbt{background-color:var(--color-bg-tertiary, #f3f4f6);padding:1.5rem;text-align:center;color:var(--color-text-muted, #6b7280);font-size:.875rem}.dark .footer-bottom.svelte-18j7mbt{background-color:var(--color-bg-tertiary, #030712);color:var(--color-text-muted, #6b7280)}.meridian-hero.svelte-td48mb{background-color:var(--color-bg-primary, #ffffff);padding:5rem 0;overflow:hidden}.dark .meridian-hero.svelte-td48mb{background-color:var(--color-bg-primary, #030712)}.hero-container.svelte-td48mb{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.hero-container.svelte-td48mb{grid-template-columns:1fr 1fr}}.hero-content.svelte-td48mb{display:flex;flex-direction:column;gap:1.5rem}.hero-title.svelte-td48mb{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:var(--color-text-main, #111827);letter-spacing:-.02em}.dark .hero-title.svelte-td48mb{color:var(--color-text-main, #f9fafb)}.hero-subtitle.svelte-td48mb{font-size:1.125rem;line-height:1.6;color:var(--color-text-muted, #4b5563);max-width:90%}.dark .hero-subtitle.svelte-td48mb{color:var(--color-text-muted, #9ca3af)}.hero-actions.svelte-td48mb{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.btn.svelte-td48mb{padding:.875rem 1.75rem;font-weight:600;font-size:1rem;transition:all .2s ease;cursor:pointer;border:none;border-radius:var(--radius-button, 8px)}.btn-primary.svelte-td48mb{background-color:var(--color-primary, #3b82f6);color:var(---color-button-text, #ffffff)}.btn-primary.svelte-td48mb:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.btn-secondary.svelte-td48mb{background-color:transparent;color:var(--color-text-main, #111827);border:1px solid var(--color-border, #d1d5db)}.dark .btn-secondary.svelte-td48mb{color:#f9fafb;border-color:#374151}.btn-secondary.svelte-td48mb:hover{background-color:var(--color-bg-secondary, #f3f4f6)}.dark .btn-secondary.svelte-td48mb:hover{background-color:#1f2937}.hero-visual.svelte-td48mb{position:relative;width:100%;aspect-ratio:4/3;border-radius:var(--radius-image, 8px);overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.placeholder-image.svelte-td48mb{width:100%;height:100%;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-weight:500}.dark .placeholder-image.svelte-td48mb{background-color:#1f2937;color:#4b5563}.single-image-wrapper.svelte-td48mb{width:100%;height:100%}.hero-image.svelte-td48mb{width:100%;height:100%;object-fit:cover}.carousel-container.svelte-td48mb{position:relative;width:100%;height:100%}.carousel-track.svelte-td48mb{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%;height:100%;-ms-overflow-style:none;scrollbar-width:none}.carousel-track.svelte-td48mb::-webkit-scrollbar{display:none}.carousel-slide.svelte-td48mb{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;position:relative}.carousel-dots.svelte-td48mb{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.dot.svelte-td48mb{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;box-shadow:0 1px 2px #0003}.pricing-section.svelte-1646vyn{padding:2rem;background-color:#f9f9f9}.testimonials-section.svelte-1ibsq2j{padding:2rem}.meridian-content-section.svelte-wxotyk{padding:5rem 0;background-color:var(--color-bg-primary, #ffffff)}.dark .meridian-content-section.svelte-wxotyk{background-color:var(--color-bg-primary, #030712)}.content-container.svelte-wxotyk{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;gap:3rem;align-items:center}.layout-text-left.svelte-wxotyk .content-container:where(.svelte-wxotyk){grid-template-columns:1fr}@media(min-width:768px){.layout-text-left.svelte-wxotyk .content-container:where(.svelte-wxotyk){grid-template-columns:1fr 1fr}}.layout-text-right.svelte-wxotyk .content-container:where(.svelte-wxotyk){grid-template-columns:1fr}@media(min-width:768px){.layout-text-right.svelte-wxotyk .content-container:where(.svelte-wxotyk){grid-template-columns:1fr 1fr}.layout-text-right.svelte-wxotyk .text-content:where(.svelte-wxotyk){order:2}.layout-text-right.svelte-wxotyk .visual-content:where(.svelte-wxotyk){order:1}}.layout-centered.svelte-wxotyk .content-container:where(.svelte-wxotyk),.layout-stacked.svelte-wxotyk .content-container:where(.svelte-wxotyk){grid-template-columns:1fr;text-align:center}.layout-centered.svelte-wxotyk .text-content:where(.svelte-wxotyk),.layout-stacked.svelte-wxotyk .text-content:where(.svelte-wxotyk){max-width:800px;margin:0 auto}.content-title.svelte-wxotyk{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;color:var(--color-text-main, #111827);margin-bottom:1.5rem;line-height:1.2}.dark .content-title.svelte-wxotyk{color:var(--color-text-main, #f9fafb)}.content-body.svelte-wxotyk{font-size:1.125rem;line-height:1.7;color:var(--color-text-muted, #4b5563)}.dark .content-body.svelte-wxotyk{color:var(--color-text-muted, #9ca3af)}.visual-content.svelte-wxotyk{width:100%;border-radius:var(--radius-image, 8px);overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.content-image.svelte-wxotyk{width:100%;height:auto;object-fit:cover;display:block}.meridian-cta-section.svelte-5onzmn{padding:6rem 0;background-color:var(--color-primary, #3b82f6);color:var(---color-button-text, #ffffff);text-align:center}.cta-container.svelte-5onzmn{max-width:800px;margin:0 auto;padding:0 1.5rem}.cta-content.svelte-5onzmn{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta-title.svelte-5onzmn{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;margin:0}.cta-subtitle.svelte-5onzmn{font-size:1.25rem;line-height:1.6;opacity:.9;margin:0 0 1rem}.btn-cta.svelte-5onzmn{display:inline-block;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;background-color:#fff;color:var(--color-primary, #3b82f6);border-radius:var(--radius-button, 8px);transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a}.btn-cta.svelte-5onzmn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000026;background-color:#f8fafc}.dark .btn-cta.svelte-5onzmn{background-color:#111827;color:#fff}.dark .btn-cta.svelte-5onzmn:hover{background-color:#1f2937}.meridian-features-section.svelte-1f06wmq{padding:5rem 0;background-color:var(--color-bg-tertiary, #f3f4f6)}.dark .meridian-features-section.svelte-1f06wmq{background-color:var(--color-bg-tertiary, #030712)}.features-container.svelte-1f06wmq{max-width:1200px;margin:0 auto;padding:0 1.5rem}.features-header.svelte-1f06wmq{text-align:center;max-width:700px;margin:0 auto 4rem}.features-title.svelte-1f06wmq{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;color:var(--color-text-main, #111827);margin-bottom:1rem;line-height:1.2}.dark .features-title.svelte-1f06wmq{color:var(--color-text-main, #f9fafb)}.features-subtitle.svelte-1f06wmq{font-size:1.125rem;color:var(--color-text-muted, #4b5563);line-height:1.6}.dark .features-subtitle.svelte-1f06wmq{color:var(--color-text-muted, #9ca3af)}.features-grid.svelte-1f06wmq{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.features-grid.svelte-1f06wmq{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid.svelte-1f06wmq{grid-template-columns:repeat(3,1fr)}}.feature-card.svelte-1f06wmq{background-color:var(--color-bg-primary, #ffffff);padding:2.5rem;border-radius:var(--radius-image, 8px);border:1px solid var(--color-border, #e5e7eb)}.dark .feature-card.svelte-1f06wmq{background-color:var(--color-bg-primary, #111827);border-color:var(--color-border, #1f2937)}.feature-icon-wrapper.svelte-1f06wmq{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:8px;background-color:var(--color-primary, #3b82f6);color:#fff;margin-bottom:1.5rem}.feature-icon{width:1.5rem;height:1.5rem}.feature-card-title.svelte-1f06wmq{font-size:1.25rem;font-weight:600;color:var(--color-text-main, #111827);margin:0 0 .75rem}.dark .feature-card-title.svelte-1f06wmq{color:var(--color-text-main, #f9fafb)}.feature-card-desc.svelte-1f06wmq{color:var(--color-text-muted, #4b5563);line-height:1.6;margin:0;font-size:1rem}.dark .feature-card-desc.svelte-1f06wmq{color:var(--color-text-muted, #9ca3af)}.meridian-faq-section.svelte-164nt79{padding:5rem 0;background-color:var(--color-bg-primary, #ffffff)}.dark .meridian-faq-section.svelte-164nt79{background-color:var(--color-bg-primary, #030712)}.faq-container.svelte-164nt79{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq-header.svelte-164nt79{text-align:center;margin-bottom:3.5rem}.faq-title.svelte-164nt79{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;color:var(--color-text-main, #111827);margin-bottom:1rem;line-height:1.2}.dark .faq-title.svelte-164nt79{color:var(--color-text-main, #f9fafb)}.faq-subtitle.svelte-164nt79{font-size:1.125rem;color:var(--color-text-muted, #4b5563);line-height:1.6}.dark .faq-subtitle.svelte-164nt79{color:var(--color-text-muted, #9ca3af)}.faq-list.svelte-164nt79{display:flex;flex-direction:column;gap:1rem}.faq-item.svelte-164nt79{border:1px solid var(--color-border, #e5e7eb);border-radius:var(--radius-panel, var(--radius-button, 8px));overflow:hidden}.dark .faq-item.svelte-164nt79{border-color:var(--color-border, #1f2937)}.faq-question.svelte-164nt79{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1.125rem;font-weight:600;color:var(--color-text-main, #111827);transition:background-color .2s ease}.faq-question.svelte-164nt79:hover{background-color:var(--color-bg-tertiary, #f9fafb)}.dark .faq-question.svelte-164nt79{color:var(--color-text-main, #f9fafb)}.dark .faq-question.svelte-164nt79:hover{background-color:var(--color-bg-tertiary, #111827)}.faq-icon.svelte-164nt79{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform .3s ease;color:var(--color-primary, #3b82f6)}.faq-answer.svelte-164nt79{padding:0 1.5rem 1.25rem;color:var(--color-text-muted, #4b5563);line-height:1.6;border-top:1px solid transparent;animation:svelte-164nt79-slidedown .2s ease-out forwards}.dark .faq-answer.svelte-164nt79{color:var(--color-text-muted, #9ca3af)}.faq-answer.svelte-164nt79 p:where(.svelte-164nt79){margin:0}@keyframes svelte-164nt79-slidedown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.meridian-stats-section.svelte-wzg0fe{padding:5rem 0;background-color:var(--color-bg-primary, #ffffff);border-top:1px solid var(--color-border, #e5e7eb);border-bottom:1px solid var(--color-border, #e5e7eb)}.dark .meridian-stats-section.svelte-wzg0fe{background-color:var(--color-bg-primary, #030712);border-color:var(--color-border, #1f2937)}.stats-container.svelte-wzg0fe{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.stats-title.svelte-wzg0fe{font-size:1.5rem;font-weight:700;color:var(--color-text-main, #111827);margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.dark .stats-title.svelte-wzg0fe{color:var(--color-text-main, #f9fafb)}.stats-grid.svelte-wzg0fe{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}@media(min-width:768px){.stats-grid.svelte-wzg0fe{gap:5rem}}.stat-card.svelte-wzg0fe{display:flex;flex-direction:column;align-items:center;min-width:150px}.stat-value.svelte-wzg0fe{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--color-primary, #3b82f6);line-height:1;margin-bottom:.5rem}.stat-label.svelte-wzg0fe{font-size:1.125rem;font-weight:500;color:var(--color-text-muted, #4b5563)}.dark .stat-label.svelte-wzg0fe{color:var(--color-text-muted, #9ca3af)}.meridian-gallery-section.svelte-1ky9g0f{padding:5rem 0;background-color:var(--color-bg-primary, #ffffff)}.dark .meridian-gallery-section.svelte-1ky9g0f{background-color:var(--color-bg-primary, #030712)}.gallery-container.svelte-1ky9g0f{max-width:1200px;margin:0 auto;padding:0 1.5rem}.gallery-header.svelte-1ky9g0f{text-align:center;max-width:700px;margin:0 auto 3rem}.gallery-title.svelte-1ky9g0f{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;color:var(--color-text-main, #111827);margin-bottom:1rem;line-height:1.2}.dark .gallery-title.svelte-1ky9g0f{color:#f9fafb}.gallery-subtitle.svelte-1ky9g0f{font-size:1.125rem;color:var(--color-text-muted, #4b5563);line-height:1.6}.dark .gallery-subtitle.svelte-1ky9g0f{color:#9ca3af}.gallery-grid.svelte-1ky9g0f{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.gallery-item-btn.svelte-1ky9g0f{background:none;border:none;padding:0;cursor:pointer;text-align:left;width:100%;outline:none}.gallery-item.svelte-1ky9g0f{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-image, 8px);overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.gallery-item.svelte-1ky9g0f:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.gallery-item.svelte-1ky9g0f img:where(.svelte-1ky9g0f){width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.gallery-item.svelte-1ky9g0f:hover img:where(.svelte-1ky9g0f){transform:scale(1.05)}.gallery-item-overlay.svelte-1ky9g0f{position:absolute;inset:0;background:#0003;opacity:0;transition:opacity .3s ease}.gallery-item.svelte-1ky9g0f:hover .gallery-item-overlay:where(.svelte-1ky9g0f){opacity:1}.empty-gallery.svelte-1ky9g0f{text-align:center;padding:4rem;background-color:var(--color-bg-tertiary, #f3f4f6);border-radius:var(--radius-panel, 12px);border:2px dashed var(--color-border, #d1d5db);color:var(--color-text-muted, #6b7280)}.dark .empty-gallery.svelte-1ky9g0f{background-color:#111827;border-color:#374151;color:#9ca3af}.lightbox-backdrop.svelte-1ky9g0f{position:fixed;inset:0;z-index:9999;background-color:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center}.lightbox-close.svelte-1ky9g0f{position:absolute;top:1.5rem;right:1.5rem;color:#fff;background:transparent;border:none;cursor:pointer;z-index:10000;opacity:.7;transition:opacity .2s ease,transform .2s ease;padding:.5rem}.lightbox-close.svelte-1ky9g0f:hover{opacity:1;transform:scale(1.1)}.lightbox-nav.svelte-1ky9g0f{position:absolute;top:50%;transform:translateY(-50%);color:#fff;background:#ffffff1a;border:none;cursor:pointer;z-index:10000;padding:1rem .5rem;border-radius:8px;opacity:.7;transition:opacity .2s ease,background .2s ease}.lightbox-nav.svelte-1ky9g0f:hover{opacity:1;background:#fff3}.nav-prev.svelte-1ky9g0f{left:1.5rem}.nav-next.svelte-1ky9g0f{right:1.5rem}.lightbox-content.svelte-1ky9g0f{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lightbox-content.svelte-1ky9g0f img:where(.svelte-1ky9g0f){max-width:100%;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 25px 50px -12px #00000080;-webkit-user-select:none;user-select:none}.lightbox-counter.svelte-1ky9g0f{position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.875rem;letter-spacing:.05em}@media(max-width:768px){.nav-prev.svelte-1ky9g0f{left:.5rem;padding:.5rem .25rem}.nav-next.svelte-1ky9g0f{right:.5rem;padding:.5rem .25rem}.lightbox-close.svelte-1ky9g0f{top:.5rem;right:.5rem}.lightbox-content.svelte-1ky9g0f img:where(.svelte-1ky9g0f){max-width:100vw;border-radius:0}}.theme-wrapper.svelte-q4dyzo{font-family:var(--font-loader-family, sans-serif);min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.dark .theme-wrapper.svelte-q4dyzo{background-color:#030712}.layout-container.svelte-q4dyzo{display:flex;flex-direction:column;flex:1;width:100%}.dark .layout-container.svelte-q4dyzo{background-color:#030712;color:#f9fafb}.page-content.svelte-q4dyzo{flex:1}.theme-wrapper.svelte-80jf2h{font-family:var(--font-loader-family, sans-serif);min-height:100vh;background-color:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.dark .theme-wrapper.svelte-80jf2h{background-color:#020617}.layout-container.svelte-80jf2h{display:flex;flex-direction:column;flex:1;width:100%;position:relative;z-index:1}.aurora-bg.svelte-80jf2h{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:-1;opacity:.4}.blob.svelte-80jf2h{position:absolute;width:50vw;height:50vw;border-radius:50%;filter:blur(80px);opacity:.15;animation:svelte-80jf2h-move 20s infinite alternate}.blob-1.svelte-80jf2h{background:var(--color-primary);top:-10%;right:-10%}.blob-2.svelte-80jf2h{background:#3b82f6;bottom:-10%;left:-10%;animation-delay:-10s}@keyframes svelte-80jf2h-move{0%{transform:translate(0) scale(1)}to{transform:translate(10%,10%) scale(1.1)}}.page-content.svelte-80jf2h{flex:1}.theme-wrapper.svelte-1ks2bwc{font-family:var(--font-loader-family, sans-serif);min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column;border:1px solid #e5e7eb}.dark .theme-wrapper.svelte-1ks2bwc{background-color:#0f172a;border-color:#1e293b}.layout-container.svelte-1ks2bwc{display:flex;flex-direction:column;flex:1;width:100%;max-width:1400px;margin:0 auto;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;background-color:#fff}.dark .layout-container.svelte-1ks2bwc{background-color:#0f172a;border-color:#1e293b}.slate-accent.svelte-1ks2bwc{height:4px;background:var(--color-primary);width:100%}.page-content.svelte-1ks2bwc{flex:1}body{margin:0;padding:0;overflow-x:hidden}.preview-boundary.svelte-hlt6rm{width:100vw;min-height:100vh;background:#fff}.loading-state.svelte-hlt6rm{display:flex;justify-content:center;align-items:center;height:100vh;font-family:sans-serif;color:#64748b;background:#f8fafc}.loader-container.svelte-hlt6rm{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner.svelte-hlt6rm{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:svelte-hlt6rm-spin 1s linear infinite}@keyframes svelte-hlt6rm-spin{to{transform:rotate(360deg)}}
