.cs-btn.svelte-8a1c4v{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);font-family:var(--font-sans);font-weight:600;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color var(--duration-fast) var(--easing-out),color var(--duration-fast) var(--easing-out),border-color var(--duration-fast) var(--easing-out),box-shadow var(--duration-fast) var(--easing-out)}.cs-btn.svelte-8a1c4v:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-btn.svelte-8a1c4v:disabled,.cs-btn[aria-disabled=true].svelte-8a1c4v{opacity:.55;cursor:not-allowed}.cs-btn-full.svelte-8a1c4v{width:100%}.cs-btn-content.svelte-8a1c4v{display:inline-flex;align-items:center;gap:var(--space-2)}.cs-btn-hidden.svelte-8a1c4v{visibility:hidden}.cs-btn-spinner.svelte-8a1c4v{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center}.cs-btn-sm.svelte-8a1c4v{min-height:36px;padding:0 var(--space-3);font-size:.875rem;border-radius:var(--radius)}.cs-btn-md.svelte-8a1c4v{min-height:44px;padding:0 var(--space-5);font-size:1rem}.cs-btn-lg.svelte-8a1c4v{min-height:48px;padding:0 var(--space-6);font-size:1.125rem}.cs-btn-primary.svelte-8a1c4v{background:var(--brand-cta-bg);color:var(--text-on-brand);box-shadow:var(--shadow-glow-brand)}.cs-btn-primary.svelte-8a1c4v:hover:not(:disabled):not([aria-disabled=true]){background:var(--brand-cta-bg-hover)}.cs-btn-primary.svelte-8a1c4v:active:not(:disabled):not([aria-disabled=true]){background:var(--brand-cta-bg-active)}.cs-btn-secondary.svelte-8a1c4v{background:var(--bg-surface);color:var(--text-primary);border-color:var(--border-default)}.cs-btn-secondary.svelte-8a1c4v:hover:not(:disabled):not([aria-disabled=true]){background:var(--bg-sunken);border-color:var(--border-strong)}.cs-btn-tertiary.svelte-8a1c4v{background:transparent;color:var(--text-primary)}.cs-btn-tertiary.svelte-8a1c4v:hover:not(:disabled):not([aria-disabled=true]){background:var(--bg-sunken)}.cs-btn-danger.svelte-8a1c4v{background:var(--color-error);color:var(--text-on-brand)}.cs-btn-danger.svelte-8a1c4v:hover:not(:disabled):not([aria-disabled=true]){background:var(--color-error-strong)}.cs-btn-link.svelte-8a1c4v{background:transparent;color:var(--text-link);padding:0;min-height:auto;text-decoration:underline;text-underline-offset:2px;border:0}.cs-btn-link.svelte-8a1c4v:hover:not(:disabled):not([aria-disabled=true]){color:var(--text-link-hover)}.cs-badge.svelte-7j44kq{display:inline-flex;align-items:center;gap:var(--space-1);font-family:var(--font-sans);font-weight:600;border:1px solid transparent;white-space:nowrap}.cs-badge-sm.svelte-7j44kq{font-size:.75rem;padding:2px var(--space-2);line-height:1.4}.cs-badge-md.svelte-7j44kq{font-size:.8125rem;padding:2px var(--space-3);line-height:1.4}.cs-badge-pill.svelte-7j44kq{border-radius:var(--radius-full)}.cs-badge-square.svelte-7j44kq{border-radius:var(--radius-sm)}.cs-badge-success.svelte-7j44kq{background:var(--bg-success-soft);color:var(--color-success-strong);border-color:#10b98133}.cs-badge-warning.svelte-7j44kq{background:var(--bg-warning-soft);color:var(--color-warning-strong);border-color:#f59e0b33}.cs-badge-error.svelte-7j44kq{background:var(--bg-error-soft);color:var(--color-error-strong);border-color:#e11d4833}.cs-badge-info.svelte-7j44kq{background:var(--bg-info-soft);color:var(--brand-700);border-color:#2563eb33}.cs-badge-neutral.svelte-7j44kq{background:var(--bg-sunken);color:var(--text-secondary);border-color:var(--border-subtle)}.cs-snippet.svelte-rysyu0{position:relative;background:var(--cs-snippet-bg);border:1px solid var(--cs-snippet-border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.cs-snippet.svelte-rysyu0:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--brand-600),var(--color-success-strong),var(--color-warning-strong))}.cs-snippet-toolbar.svelte-rysyu0{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);min-height:2.75rem;padding:calc(var(--space-2) + 2px) var(--space-3) var(--space-2);background:var(--cs-snippet-toolbar-bg);border-bottom:1px solid var(--border-subtle)}.cs-snippet-language.svelte-rysyu0{color:var(--text-muted);text-transform:uppercase;letter-spacing:0}.cs-snippet-pre.svelte-rysyu0{margin:0;padding:var(--space-4) var(--space-5);overflow-x:auto;scrollbar-color:var(--border-strong) transparent}.cs-snippet-code.svelte-rysyu0{font-family:var(--font-mono);font-size:.875rem;line-height:1.55;color:var(--text-primary);background:transparent;border:0;padding:0;white-space:pre}.cs-snippet-copy.svelte-rysyu0{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-default);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--duration-fast) var(--easing-out),background-color var(--duration-fast) var(--easing-out)}.cs-snippet-copy.svelte-rysyu0:hover{color:var(--text-primary);background:var(--bg-raised)}.cs-snippet-copy.svelte-rysyu0:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-sheet-trigger{background:transparent;border:0;padding:0;cursor:pointer;font:inherit;color:inherit}.cs-sheet-trigger:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-sm)}.cs-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);animation:svelte-13eqjbc-cs-sheet-fade var(--duration-base) var(--easing-out)}.cs-sheet-content{position:fixed;z-index:var(--z-modal);background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-default);box-shadow:var(--shadow-xl);display:flex;flex-direction:column}.cs-sheet-right{top:0;right:0;bottom:0;border-radius:var(--radius-md) 0 0 var(--radius-md);animation:svelte-13eqjbc-cs-sheet-in-right var(--duration-medium) var(--easing-out)}.cs-sheet-left{top:0;left:0;bottom:0;border-radius:0 var(--radius-md) var(--radius-md) 0;animation:svelte-13eqjbc-cs-sheet-in-left var(--duration-medium) var(--easing-out)}.cs-sheet-top{top:0;left:0;right:0;border-radius:0 0 var(--radius-md) var(--radius-md);animation:svelte-13eqjbc-cs-sheet-in-top var(--duration-medium) var(--easing-out)}.cs-sheet-bottom{bottom:0;left:0;right:0;border-radius:var(--radius-md) var(--radius-md) 0 0;animation:svelte-13eqjbc-cs-sheet-in-bottom var(--duration-medium) var(--easing-out)}.cs-sheet-sm{width:18rem;max-width:100vw}.cs-sheet-md{width:24rem;max-width:100vw}.cs-sheet-lg{width:32rem;max-width:100vw}.cs-sheet-top,.cs-sheet-bottom{width:100vw;height:auto;max-height:80vh}.cs-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border-subtle)}.cs-sheet-title{margin:0}.cs-sheet-close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);background:transparent;border:0;cursor:pointer;transition:background-color var(--duration-fast) var(--easing-out)}.cs-sheet-close:hover{background:var(--bg-sunken)}.cs-sheet-close:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-sheet-description{padding:var(--space-4) var(--space-6) 0;color:var(--text-secondary);font-size:.875rem;line-height:1.55}.cs-sheet-body{padding:var(--space-5) var(--space-6);overflow-y:auto;flex:1}@keyframes svelte-13eqjbc-cs-sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes svelte-13eqjbc-cs-sheet-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes svelte-13eqjbc-cs-sheet-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes svelte-13eqjbc-cs-sheet-in-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes svelte-13eqjbc-cs-sheet-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cs-tooltip-trigger{background:transparent;border:0;padding:0;cursor:pointer;font:inherit;color:inherit}.cs-tooltip-trigger:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-sm)}.cs-tooltip-content{z-index:var(--z-tooltip);background:var(--slate-900);color:#fff;font-size:.8125rem;line-height:1.4;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);max-width:18rem;animation:svelte-futshg-cs-tooltip-in var(--duration-fast) var(--easing-out)}@keyframes svelte-futshg-cs-tooltip-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media(hover:none){.cs-tooltip-content{display:none}}.cs-popover-trigger{background:transparent;border:0;padding:0;cursor:pointer;font:inherit;color:inherit}.cs-popover-trigger:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-sm)}.cs-popover-content{z-index:var(--z-dropdown);background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-4);max-width:24rem;animation:svelte-3bxtv6-cs-popover-in var(--duration-fast) var(--easing-out)}@keyframes svelte-3bxtv6-cs-popover-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.cs-theme-switch.svelte-1w1qw43{display:inline-flex;border:1px solid var(--border-default);border-radius:var(--radius-full);background:var(--bg-surface);padding:2px;gap:2px}.cs-theme-switch-btn.svelte-1w1qw43{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;transition:background-color var(--duration-fast) var(--easing-out),color var(--duration-fast) var(--easing-out)}.cs-theme-switch-btn.svelte-1w1qw43:hover{color:var(--text-primary)}.cs-theme-switch-btn.active.svelte-1w1qw43{background:var(--brand-accent-soft);color:var(--text-link)}.cs-theme-switch-btn.svelte-1w1qw43:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-header-desktop.svelte-1oeizfa{width:100%;background:var(--bg-surface);border-bottom:1px solid var(--border-subtle)}.cs-header-inner.svelte-1oeizfa{margin-inline:auto;width:100%;max-width:1280px;padding-inline:var(--space-4);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-4)}@media(min-width:640px){.cs-header-inner.svelte-1oeizfa{padding-inline:var(--space-6)}}@media(min-width:1024px){.cs-header-inner.svelte-1oeizfa{padding-inline:var(--space-8)}}.cs-header-brand.svelte-1oeizfa{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;color:var(--text-primary);border-radius:var(--radius);outline-offset:4px}.cs-header-brand.svelte-1oeizfa:focus-visible{outline:2px solid var(--border-focus)}.cs-header-brand-name.svelte-1oeizfa{font-family:var(--font-sans);font-weight:700;color:var(--text-primary)}.cs-header-nav.svelte-1oeizfa{flex:1;display:flex;justify-content:center}.cs-header-nav-list.svelte-1oeizfa{display:flex;align-items:center;gap:var(--space-4);list-style:none;margin:0;padding:0}@media(min-width:1180px){.cs-header-nav-list.svelte-1oeizfa{gap:var(--space-6)}}.cs-header-nav-link{font-family:var(--font-sans);font-weight:600;color:var(--text-muted);text-decoration:none;padding:var(--space-2) 0;position:relative;transition:color .16s ease;border-radius:var(--radius-sm);outline-offset:4px;background:transparent;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:var(--space-1)}.cs-header-nav-link:hover,.cs-header-nav-link:focus-visible{color:var(--text-primary)}.cs-header-nav-link:focus-visible{outline:2px solid var(--border-focus)}.cs-header-nav-link[aria-current=page]{color:var(--text-link)}.cs-header-nav-link[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--border-focus);border-radius:2px}.cs-header-nav-trigger{font-family:var(--font-sans);font-size:inherit}.cs-header-nav-caret{color:currentColor;transition:transform .16s ease}.cs-header-nav-trigger[data-state=open] .cs-header-nav-caret{transform:rotate(180deg)}.cs-header-submenu{min-width:min(22rem,calc(100vw - 2rem));background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-1);z-index:50}.cs-header-submenu-link{display:flex;flex-direction:column;gap:.2rem;font-family:var(--font-sans);font-weight:500;color:var(--text-primary);text-decoration:none;padding:var(--space-3);border-radius:var(--radius-sm);outline-offset:2px;transition:background .16s ease}.cs-header-submenu-label{font-weight:650;color:var(--text-primary)}.cs-header-submenu-description{max-width:30ch;color:var(--text-secondary);font-size:.8125rem;line-height:1.35}.cs-header-submenu-link:hover,.cs-header-submenu-link:focus-visible,.cs-header-submenu-link[data-highlighted]{background:var(--bg-sunken);color:var(--text-primary)}.cs-header-submenu-link:hover .cs-header-submenu-label,.cs-header-submenu-link:focus-visible .cs-header-submenu-label,.cs-header-submenu-link[data-highlighted] .cs-header-submenu-label{color:var(--text-link)}.cs-header-submenu-link:focus-visible{outline:2px solid var(--border-focus)}.cs-header-submenu-link[aria-current=page]{color:var(--text-link);font-weight:600}.cs-header-utility.svelte-1oeizfa{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.cs-lang-switch.svelte-10x7y33{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1);background:var(--bg-sunken);border:1px solid var(--border-default);border-radius:var(--radius);color:var(--text-muted)}.cs-lang-switch-btn.svelte-10x7y33{min-width:32px;min-height:32px;padding:0 var(--space-2);background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-muted);font-family:var(--font-sans);font-size:.75rem;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:background .16s ease,color .16s ease}.cs-lang-switch-btn.svelte-10x7y33:hover:not(.disabled){color:var(--text-primary)}.cs-lang-switch-btn.svelte-10x7y33:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-lang-switch-btn.active.svelte-10x7y33{background:var(--bg-surface);color:var(--text-primary);box-shadow:var(--shadow-sm)}.cs-lang-switch-btn.disabled.svelte-10x7y33{opacity:.5;cursor:not-allowed}.cs-header-mobile.svelte-q55om4{width:100%;background:var(--bg-surface);border-bottom:1px solid var(--border-subtle)}.cs-header-inner.svelte-q55om4{margin-inline:auto;width:100%;max-width:1280px;padding-inline:var(--space-4);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding-block:var(--space-3)}@media(min-width:640px){.cs-header-inner.svelte-q55om4{padding-inline:var(--space-6)}}.cs-header-brand.svelte-q55om4{display:flex;align-items:center;gap:var(--space-2);text-decoration:none;color:var(--text-primary);border-radius:var(--radius);outline-offset:4px}.cs-header-brand.svelte-q55om4:focus-visible{outline:2px solid var(--border-focus)}.cs-header-brand-name.svelte-q55om4{font-family:var(--font-sans);font-weight:700;color:var(--text-primary)}.cs-header-burger.svelte-q55om4{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;background:transparent;border:1px solid var(--border-default);border-radius:var(--radius);color:var(--text-primary);cursor:pointer;transition:background .16s ease,border-color .16s ease}.cs-header-burger.svelte-q55om4:hover{background:var(--bg-sunken)}.cs-header-burger.svelte-q55om4:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-header-mobile-nav-list.svelte-q55om4{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:0;padding:0}.cs-header-mobile-nav-link.svelte-q55om4{display:block;padding:var(--space-3) var(--space-2);font-family:var(--font-sans);font-weight:600;color:var(--text-primary);text-decoration:none;border-radius:var(--radius);min-height:44px}.cs-header-mobile-nav-link.svelte-q55om4:hover,.cs-header-mobile-nav-link.svelte-q55om4:focus-visible{background:var(--bg-sunken)}.cs-header-mobile-nav-link.svelte-q55om4:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-header-mobile-nav-link[aria-current=page].svelte-q55om4{color:var(--text-link);background:var(--brand-accent-soft)}.cs-header-mobile-nav-group.svelte-q55om4{border-radius:var(--radius)}.cs-header-mobile-nav-summary.svelte-q55om4{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;min-height:44px}.cs-header-mobile-nav-summary.svelte-q55om4::-webkit-details-marker{display:none}.cs-header-mobile-nav-summary.svelte-q55om4::marker{content:""}.cs-header-mobile-nav-caret{color:currentColor;transition:transform .16s ease}.cs-header-mobile-nav-group[open].svelte-q55om4 .cs-header-mobile-nav-caret{transform:rotate(180deg)}.cs-header-mobile-nav-sublist.svelte-q55om4{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-1);padding-block:var(--space-2);padding-inline-start:var(--space-4)}.cs-header-mobile-nav-sub-link.svelte-q55om4{display:flex;flex-direction:column;gap:.2rem;padding:var(--space-3);font-family:var(--font-sans);font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-sm);min-height:44px;outline-offset:2px}.cs-header-mobile-nav-sub-link.svelte-q55om4:hover,.cs-header-mobile-nav-sub-link.svelte-q55om4:focus-visible{background:var(--bg-sunken);color:var(--text-primary)}.cs-header-mobile-nav-sub-link.svelte-q55om4:focus-visible{outline:2px solid var(--border-focus)}.cs-header-mobile-nav-sub-link[aria-current=page].svelte-q55om4{color:var(--text-link);font-weight:600;background:var(--brand-accent-soft)}.cs-header-mobile-nav-sub-label.svelte-q55om4{color:var(--text-primary);font-weight:650}.cs-header-mobile-nav-sub-description.svelte-q55om4{color:var(--text-secondary);font-size:.8125rem;line-height:1.35;font-weight:400}.cs-header-mobile-nav-sub-link.svelte-q55om4:hover .cs-header-mobile-nav-sub-label:where(.svelte-q55om4),.cs-header-mobile-nav-sub-link.svelte-q55om4:focus-visible .cs-header-mobile-nav-sub-label:where(.svelte-q55om4),.cs-header-mobile-nav-sub-link[aria-current=page].svelte-q55om4 .cs-header-mobile-nav-sub-label:where(.svelte-q55om4){color:var(--text-link)}.cs-header-mobile-divider.svelte-q55om4{height:1px;background:var(--border-subtle);margin:var(--space-4) 0}.cs-header-mobile-prefs.svelte-q55om4{display:flex;flex-direction:column;gap:var(--space-3)}.cs-header-mobile-pref-row.svelte-q55om4{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.cs-header-mobile-pref-label.svelte-q55om4{font-family:var(--font-sans);color:var(--text-muted)}.cs-header-mobile-cta.svelte-q55om4{margin-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.cs-header-desktop-wrap.svelte-ghxo6q{display:none}.cs-header-mobile-wrap.svelte-ghxo6q{display:block}@media(min-width:1024px){.cs-header-desktop-wrap.svelte-ghxo6q{display:block}.cs-header-mobile-wrap.svelte-ghxo6q{display:none}}.cs-footer.svelte-10tqldg{width:100%;background:var(--bg-sunken);border-top:1px solid var(--border-default);color:var(--text-muted)}.cs-footer-inner.svelte-10tqldg{margin-inline:auto;width:100%;max-width:1280px;padding-inline:var(--space-4);padding-block:var(--space-10) var(--space-6);display:flex;flex-direction:column;gap:var(--space-8)}@media(min-width:640px){.cs-footer-inner.svelte-10tqldg{padding-inline:var(--space-6)}}@media(min-width:1024px){.cs-footer-inner.svelte-10tqldg{padding-inline:var(--space-8)}}.cs-footer-grid.svelte-10tqldg{display:grid;gap:var(--space-4);grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:640px){.cs-footer-grid.svelte-10tqldg{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.cs-footer-grid.svelte-10tqldg{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))}}.cs-footer-section.svelte-10tqldg{padding:var(--space-4);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface)}.cs-footer-section-title.svelte-10tqldg{color:var(--text-primary);margin:0 0 var(--space-3)}.cs-footer-section-list.svelte-10tqldg{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:0;padding:0}.cs-footer-link.svelte-10tqldg{display:inline-block;padding:var(--space-1) 0;font-family:var(--font-sans);color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-sm);outline-offset:4px;transition:color .16s ease}.cs-footer-link.svelte-10tqldg:hover,.cs-footer-link.svelte-10tqldg:focus-visible{color:var(--text-primary)}.cs-footer-link.svelte-10tqldg:focus-visible{outline:2px solid var(--border-focus)}.cs-footer-bottom.svelte-10tqldg{display:flex;flex-direction:column;gap:var(--space-4);padding-top:var(--space-6);border-top:1px solid var(--border-default)}@media(min-width:768px){.cs-footer-bottom.svelte-10tqldg{flex-direction:row;align-items:center;justify-content:space-between}}.cs-footer-imprint.svelte-10tqldg{display:flex;flex-direction:column;gap:var(--space-2)}@media(min-width:640px){.cs-footer-imprint.svelte-10tqldg{flex-direction:row;align-items:center;gap:var(--space-4)}}.cs-footer-brand.svelte-10tqldg{display:inline-flex;align-items:center;gap:var(--space-2);text-decoration:none;color:var(--text-primary);border-radius:var(--radius);outline-offset:4px}.cs-footer-brand.svelte-10tqldg:focus-visible{outline:2px solid var(--border-focus)}.cs-footer-brand-name.svelte-10tqldg{font-family:var(--font-sans);font-weight:700;color:var(--text-primary)}.cs-footer-imprint-text.svelte-10tqldg{font-family:var(--font-sans);color:var(--text-secondary)}.cs-footer-prefs.svelte-10tqldg{display:flex;align-items:center;gap:var(--space-3)}.cs-footer-disclaimer.svelte-10tqldg{font-family:var(--font-sans);color:var(--text-secondary);max-width:65ch;margin:0}.cs-breadcrumb.svelte-d4jp12{padding:var(--space-2) 0}.cs-breadcrumb-list.svelte-d4jp12{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-1);list-style:none;margin:0;padding:0}.cs-breadcrumb-item.svelte-d4jp12{display:inline-flex;align-items:center;gap:var(--space-1);font-family:var(--font-sans);color:var(--text-muted)}.cs-breadcrumb-link.svelte-d4jp12{color:var(--text-muted);text-decoration:none;padding:var(--space-1) var(--space-1);border-radius:var(--radius-sm);outline-offset:2px;transition:color .16s ease}.cs-breadcrumb-link.svelte-d4jp12:hover,.cs-breadcrumb-link.svelte-d4jp12:focus-visible{color:var(--text-primary)}.cs-breadcrumb-link.svelte-d4jp12:focus-visible{outline:2px solid var(--border-focus)}.cs-breadcrumb-current.svelte-d4jp12{color:var(--text-primary);font-weight:600}.cs-trust-strip.svelte-2mszmp{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);padding:var(--space-3);margin:0;list-style:none;color:var(--text-muted);border:1px solid var(--cs-border-premium);border-radius:var(--radius-lg);background:var(--cs-surface-premium-raised);box-shadow:var(--shadow-sm)}.cs-trust-strip-item.svelte-2mszmp{display:inline-flex;align-items:center;gap:var(--space-2);min-height:2.5rem;padding:.375rem var(--space-3) .375rem .375rem;border:1px solid var(--border-subtle);border-radius:var(--radius-full);background:var(--bg-surface);color:var(--text-secondary);box-shadow:0 1px #0f172a08}.cs-trust-strip-icon-frame.svelte-2mszmp{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:var(--radius-full);color:var(--text-link);background:var(--brand-accent-soft);border:1px solid transparent}.cs-trust-strip-icon{flex-shrink:0;color:currentColor}.cs-trust-strip-item[data-signal=btc].svelte-2mszmp .cs-trust-strip-icon-frame:where(.svelte-2mszmp){color:var(--color-warning-strong);background:var(--bg-warning-soft)}.cs-trust-strip-item[data-signal=gdpr].svelte-2mszmp .cs-trust-strip-icon-frame:where(.svelte-2mszmp),.cs-trust-strip-item[data-signal=no-pii].svelte-2mszmp .cs-trust-strip-icon-frame:where(.svelte-2mszmp){color:var(--color-success-strong);background:var(--bg-success-soft)}.cs-trust-strip-item[data-signal=oss].svelte-2mszmp .cs-trust-strip-icon-frame:where(.svelte-2mszmp){color:var(--text-link);background:var(--bg-info-soft)}[data-theme=dark] .cs-trust-strip-item.svelte-2mszmp{box-shadow:none}@media(min-width:640px){.cs-trust-strip.svelte-2mszmp{gap:var(--space-2) var(--space-3)}}.cs-honesty-box.svelte-d2jwwe{display:flex;flex-direction:column;gap:var(--space-4)}.cs-honesty-grid.svelte-d2jwwe{display:grid;grid-template-columns:1fr;gap:var(--space-4)}.cs-honesty-col.svelte-d2jwwe{padding:var(--space-5);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-3)}.cs-honesty-col-heading.svelte-d2jwwe{display:inline-flex;align-items:center;gap:var(--space-2);margin:0}.cs-honesty-icon-can{color:var(--text-success, var(--text-primary))}.cs-honesty-icon-cannot{color:var(--text-danger, var(--text-muted))}.cs-honesty-list.svelte-d2jwwe{margin:0;padding-inline-start:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2)}.cs-honesty-list.svelte-d2jwwe li:where(.svelte-d2jwwe){margin:0}.cs-honesty-note.svelte-d2jwwe{color:var(--text-muted);margin:0;padding-block-start:var(--space-2)}.cs-honesty-cta.svelte-d2jwwe{color:var(--text-link);text-decoration:underline;text-underline-offset:.2em;font-weight:600;border-radius:var(--radius-sm);outline-offset:4px}.cs-honesty-cta.svelte-d2jwwe:hover{text-decoration:none}.cs-honesty-cta.svelte-d2jwwe:focus-visible{outline:2px solid var(--border-focus)}@media(min-width:768px){.cs-honesty-grid.svelte-d2jwwe{grid-template-columns:1fr 1fr;gap:var(--space-5)}}.cs-ecosystem-grid.svelte-1lf6bye{display:grid;grid-template-columns:1fr;gap:var(--space-4)}.cs-ecosystem-item.svelte-1lf6bye{display:flex}.cs-ecosystem-item.svelte-1lf6bye .cs-card{width:100%;display:flex;flex-direction:column}.cs-ecosystem-item-external.svelte-1lf6bye .cs-card{border-style:dashed}.cs-ecosystem-head.svelte-1lf6bye{display:flex;align-items:center;gap:var(--space-3)}.cs-ecosystem-badge.svelte-1lf6bye{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:var(--radius-full);color:var(--cs-icon-badge-fg);background:var(--cs-icon-badge-bg)}.cs-ecosystem-kicker.svelte-1lf6bye{color:var(--text-muted)}.cs-ecosystem-name.svelte-1lf6bye{display:inline-flex;align-items:center;gap:var(--space-2);margin:0}.cs-ecosystem-ext-icon{flex-shrink:0;color:var(--text-muted)}.cs-ecosystem-desc.svelte-1lf6bye{margin:0;color:var(--text-secondary, var(--text-primary))}.cs-ecosystem-cta.svelte-1lf6bye{color:var(--text-accent, var(--text-primary))}@media(min-width:640px){.cs-ecosystem-grid.svelte-1lf6bye{grid-template-columns:repeat(2,1fr);gap:var(--space-5)}}@media(min-width:1024px){.cs-ecosystem-grid.svelte-1lf6bye{grid-template-columns:repeat(4,1fr)}}.cs-solutions-grid.svelte-1mpxtg1{display:grid;grid-template-columns:1fr;gap:var(--space-3)}.cs-solutions-item.svelte-1mpxtg1{display:flex}.cs-solutions-item.svelte-1mpxtg1 .cs-card{width:100%;display:flex;flex-direction:column;gap:var(--space-2)}.cs-solutions-head.svelte-1mpxtg1{display:flex;align-items:center;gap:var(--space-3)}.cs-solutions-badge.svelte-1mpxtg1{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border-radius:var(--radius-full);color:var(--cs-icon-badge-fg);background:var(--cs-icon-badge-bg)}.cs-solutions-title.svelte-1mpxtg1{margin:0}.cs-solutions-tagline.svelte-1mpxtg1{margin:0;color:var(--text-muted)}.cs-solutions-cta.svelte-1mpxtg1{color:var(--text-link);font-weight:600}@media(min-width:640px){.cs-solutions-grid.svelte-1mpxtg1{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}}@media(min-width:1024px){.cs-solutions-grid.svelte-1mpxtg1{grid-template-columns:repeat(3,1fr)}}.cs-developer-quickstart.svelte-2kslvg{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-5);border:1px solid var(--cs-border-premium);border-radius:var(--radius-lg);background:var(--cs-surface-premium-raised);box-shadow:var(--shadow-sm)}.cs-developer-heading.svelte-2kslvg{margin:0}.cs-developer-tablist.svelte-2kslvg{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:var(--space-1);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);box-shadow:inset 0 1px #ffffff8c}.cs-developer-tab.svelte-2kslvg{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);color:var(--text-muted);font:inherit;font-weight:500;cursor:pointer;min-height:44px;transition:color var(--duration-base, .15s) var(--easing-out, ease),background var(--duration-base, .15s) var(--easing-out, ease)}.cs-developer-tab.svelte-2kslvg:hover{color:var(--text-primary);background:var(--bg-surface)}.cs-developer-tab.svelte-2kslvg:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-developer-tab-active.svelte-2kslvg{color:var(--text-primary);background:var(--brand-accent-soft);border-color:var(--border-default)}.cs-developer-panel.svelte-2kslvg{border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.cs-developer-panel.svelte-2kslvg:focus-visible{outline:2px solid var(--border-focus);outline-offset:4px;border-radius:var(--radius-sm)}.cs-developer-links.svelte-2kslvg{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-5);margin:0;padding:0;list-style:none}.cs-developer-link.svelte-2kslvg{display:inline-flex;align-items:center;gap:var(--space-1);color:var(--text-primary);text-decoration:underline;text-underline-offset:.2em}.cs-developer-link.svelte-2kslvg:hover{color:var(--text-link)}[data-theme=dark] .cs-developer-tablist.svelte-2kslvg{box-shadow:none}.cs-developer-link.svelte-2kslvg:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-sm)}.cs-developer-link-icon{flex-shrink:0}.cs-persona-strip.svelte-1l6haqv{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);padding:0;margin:0;list-style:none}.cs-persona-strip-item.svelte-1l6haqv{display:inline-flex;align-items:center;padding-inline:var(--space-3);padding-block:var(--space-2);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full, 999px);color:var(--text-muted)}@media(min-width:640px){.cs-persona-strip.svelte-1l6haqv{gap:var(--space-2) var(--space-4)}}.cs-cta-group.svelte-1djdf54{display:flex;flex-wrap:wrap;gap:var(--space-3)}.cs-cta-group[data-align=start].svelte-1djdf54{justify-content:flex-start}.cs-cta-group[data-align=center].svelte-1djdf54{justify-content:center}@media(min-width:640px){.cs-cta-group.svelte-1djdf54{gap:var(--space-4)}}.cs-proofflow.svelte-m7o6dn{margin:0;display:grid;gap:var(--space-4);padding:var(--space-5);border:1px solid var(--cs-hero-border);border-radius:var(--radius-lg);background:var(--cs-hero-surface);box-shadow:var(--cs-hero-shadow)}.cs-proofflow-glyph.svelte-m7o6dn{display:flex;align-items:center;gap:var(--space-3)}.cs-proofflow-glyph.svelte-m7o6dn svg:where(.svelte-m7o6dn){flex-shrink:0}.cs-proofflow-glyph-t0.svelte-m7o6dn{fill:var(--layer-t0)}.cs-proofflow-glyph-t1.svelte-m7o6dn{fill:var(--layer-t1)}.cs-proofflow-glyph-t2.svelte-m7o6dn{fill:var(--layer-t2)}.cs-proofflow-glyph-label.svelte-m7o6dn{color:var(--text-muted)}.cs-proofflow-track.svelte-m7o6dn{display:grid;gap:var(--space-3);margin:0;padding:0;list-style:none;position:relative}.cs-proofflow-track.svelte-m7o6dn:before{content:"";position:absolute;left:calc(var(--cs-proofflow-node) / 2 - var(--cs-proof-track-size) / 2);inset-block:calc(var(--cs-proofflow-node) / 2);width:var(--cs-proof-track-size);background:linear-gradient(180deg,var(--border-strong) 0%,var(--layer-t0) 28%,var(--layer-t1) 62%,var(--layer-t2) 100%);border-radius:var(--radius-full)}.cs-proofflow-step.svelte-m7o6dn{position:relative;display:grid;grid-template-columns:var(--cs-proofflow-node) 1fr;gap:var(--space-3);align-items:center;padding:var(--space-2);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-fast) var(--easing-out),border-color var(--duration-fast) var(--easing-out)}.cs-proofflow-node.svelte-m7o6dn{display:inline-grid;place-items:center;width:var(--cs-proofflow-node);height:var(--cs-proofflow-node);border-radius:var(--radius-md);border:1.5px solid var(--border-strong);background:var(--bg-sunken);color:var(--text-primary);z-index:1}.cs-proofflow-node-tag.svelte-m7o6dn{font-weight:600}.cs-proofflow-body.svelte-m7o6dn{display:flex;flex-direction:column;gap:2px;min-width:0}.cs-proofflow-title.svelte-m7o6dn{font-weight:700;font-size:.95rem;color:var(--text-primary);line-height:1.3}.cs-proofflow-meta.svelte-m7o6dn{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px var(--space-2)}.cs-proofflow-witness.svelte-m7o6dn{font-size:.8125rem;color:var(--text-secondary)}.cs-proofflow-cadence.svelte-m7o6dn{color:var(--text-muted)}.cs-proofflow-step[data-layer=source].svelte-m7o6dn .cs-proofflow-node:where(.svelte-m7o6dn){border-color:var(--cs-evidence-accent);color:var(--text-link)}.cs-proofflow-step[data-layer=t0].svelte-m7o6dn .cs-proofflow-node:where(.svelte-m7o6dn){border-color:var(--layer-t0);color:var(--color-warning-strong)}.cs-proofflow-step[data-layer=t1].svelte-m7o6dn .cs-proofflow-node:where(.svelte-m7o6dn){border-color:var(--layer-t1);color:var(--text-link)}.cs-proofflow-step[data-layer=t2].svelte-m7o6dn .cs-proofflow-node:where(.svelte-m7o6dn){border-color:var(--layer-t2);color:var(--color-success-strong)}@supports (background: color-mix(in oklab,red 10%,white)){.cs-proofflow-step[data-layer=t0].svelte-m7o6dn .cs-proofflow-node:where(.svelte-m7o6dn){background:color-mix(in oklab,var(--layer-t0) 10%,var(--bg-surface))}.cs-proofflow-step[data-layer=t1].svelte-m7o6dn .cs-proofflow-node:where(.svelte-m7o6dn){background:color-mix(in oklab,var(--layer-t1) 10%,var(--bg-surface))}.cs-proofflow-step[data-layer=t2].svelte-m7o6dn .cs-proofflow-node:where(.svelte-m7o6dn){background:color-mix(in oklab,var(--layer-t2) 10%,var(--bg-surface))}}
