.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(--cs-code-plain);background:transparent;border:0;padding:0;white-space:pre}.cs-snippet-wrap.svelte-rysyu0 .cs-snippet-pre:where(.svelte-rysyu0){overflow-x:visible}.cs-snippet-wrap.svelte-rysyu0 .cs-snippet-code:where(.svelte-rysyu0){white-space:pre-wrap;overflow-wrap:anywhere}.cs-snippet-code.svelte-rysyu0 .cs-tok-keyword{color:var(--cs-code-keyword)}.cs-snippet-code.svelte-rysyu0 .cs-tok-string{color:var(--cs-code-string)}.cs-snippet-code.svelte-rysyu0 .cs-tok-comment{color:var(--cs-code-comment);font-style:italic}.cs-snippet-code.svelte-rysyu0 .cs-tok-number{color:var(--cs-code-number)}.cs-snippet-code.svelte-rysyu0 .cs-tok-fn{color:var(--cs-code-fn)}.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);flex-shrink:0;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);margin-inline:calc(-1 * var(--space-2));position:relative;transition:color .16s ease,background-color .16s ease;border-radius:var(--cs-nav-trigger-radius);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,.cs-header-nav-trigger[data-state=open]{color:var(--text-primary);background:var(--cs-nav-trigger-hover-bg)}.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:var(--space-2);right:var(--space-2);bottom:-2px;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(--cs-nav-panel-radius);box-shadow:var(--cs-nav-panel-shadow);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;box-shadow:inset 3px 0 0 transparent;transition:background .16s ease,box-shadow .16s ease,color .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);box-shadow:inset 3px 0 0 var(--cs-nav-item-accent)}.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;box-shadow:inset 3px 0 0 var(--cs-nav-item-accent)}.cs-header-utility.svelte-1oeizfa{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.cs-header-utility-divider.svelte-1oeizfa{width:1px;height:1.5rem;background:var(--border-default);margin-inline-end:var(--space-1);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);min-height:calc(var(--cs-header-mark-size) + 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);min-width:0;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);box-shadow:inset 3px 0 0 var(--cs-nav-item-accent)}.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);box-shadow:inset 3px 0 0 var(--cs-nav-item-accent)}.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-mobile-footer.svelte-q55om4{margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border-subtle);display:flex;align-items:center;gap:var(--space-2);color:var(--text-muted)}.cs-header-mobile-footer-text.svelte-q55om4{font-family:var(--font-sans);color:var(--text-muted);line-height:1.4}.cs-header-sentinel.svelte-ghxo6q{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}.cs-header-orchestrator.svelte-ghxo6q{position:sticky;top:0;z-index:40;background:var(--bg-surface);transition:box-shadow .2s ease}.cs-header-scrolled.svelte-ghxo6q{box-shadow:var(--shadow-sm)}@media(prefers-reduced-motion:reduce){.cs-header-orchestrator.svelte-ghxo6q{transition:none}}.cs-header-brand-name{font-size:var(--cs-header-brand-font-size);line-height:var(--cs-header-brand-line-height);letter-spacing:var(--cs-header-brand-tracking)}.cs-header-brand .cs-mark{width:var(--cs-header-mark-size)!important;height:var(--cs-header-mark-size)!important}.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;flex-wrap:wrap;gap:var(--space-3);min-width:0;max-width:100%}@media(max-width:380px){.cs-footer-prefs.svelte-10tqldg{gap:var(--space-2)}}.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-info-modal-shell.svelte-y3cxgv{--info-accent: var(--border-strong);--info-accent-text: var(--text-secondary);display:flex;flex-direction:column;gap:var(--space-4);padding-top:var(--space-4);border-top:3px solid var(--info-accent)}.cs-info-modal-shell[data-accent=ch].svelte-y3cxgv{--info-accent: var(--border-strong);--info-accent-text: var(--text-secondary)}.cs-info-modal-shell[data-accent=no-pii].svelte-y3cxgv,.cs-info-modal-shell[data-accent=gdpr].svelte-y3cxgv,.cs-info-modal-shell[data-accent=privacy].svelte-y3cxgv{--info-accent: var(--color-success-strong);--info-accent-text: var(--color-success-strong)}.cs-info-modal-shell[data-accent=eidas].svelte-y3cxgv{--info-accent: var(--layer-t1);--info-accent-text: var(--text-link)}.cs-info-modal-shell[data-accent=btc].svelte-y3cxgv{--info-accent: var(--layer-t2);--info-accent-text: var(--color-warning-strong)}.cs-info-modal-shell[data-accent=oss].svelte-y3cxgv{--info-accent: var(--text-link);--info-accent-text: var(--text-link)}.cs-info-modal-head.svelte-y3cxgv{display:flex;align-items:flex-start;gap:var(--space-3)}.cs-info-modal-icon.svelte-y3cxgv{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:var(--radius-md);color:var(--info-accent-text);background:var(--bg-sunken)}@supports (background: color-mix(in oklab,red 10%,white)){.cs-info-modal-icon.svelte-y3cxgv{background:color-mix(in oklab,var(--info-accent) 12%,var(--bg-surface))}}.cs-info-modal-intro.svelte-y3cxgv{margin:0;color:var(--text-secondary)}.cs-info-modal-rows.svelte-y3cxgv{display:flex;flex-direction:column;gap:var(--space-3);margin:0}.cs-info-modal-row.svelte-y3cxgv{display:grid;grid-template-columns:1fr;gap:var(--space-1);padding-block-end:var(--space-3);border-bottom:1px solid var(--border-subtle)}.cs-info-modal-row.svelte-y3cxgv:last-child{border-bottom:0;padding-block-end:0}.cs-info-modal-row-limit.svelte-y3cxgv,.cs-info-modal-row-caveat.svelte-y3cxgv{padding:var(--space-3);border-radius:var(--radius-sm);background:var(--bg-sunken);border:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.cs-info-modal-key.svelte-y3cxgv{color:var(--text-muted);margin:0}.cs-info-modal-value.svelte-y3cxgv{margin:0}.cs-info-modal-links.svelte-y3cxgv{padding-top:var(--space-2);border-top:1px solid var(--border-subtle)}.cs-info-modal-links-label.svelte-y3cxgv{margin:0 0 var(--space-2);color:var(--text-muted)}.cs-info-modal-links-list.svelte-y3cxgv{display:flex;flex-direction:column;gap:var(--space-1);margin:0;padding:0;list-style:none}.cs-info-modal-link.svelte-y3cxgv{display:inline-flex;align-items:center;color:var(--text-link);text-decoration:none;font-weight:600}.cs-info-modal-link.svelte-y3cxgv:hover{text-decoration:underline}.cs-info-modal-fallback.svelte-y3cxgv{display:none}html.no-js .cs-info-modal-fallback.svelte-y3cxgv{display:block}.cs-info-modal-fallback.svelte-y3cxgv>summary:where(.svelte-y3cxgv){display:flex;align-items:center;min-height:2.75rem;padding-block:var(--space-2);cursor:pointer}.cs-info-modal-fallback-rows.svelte-y3cxgv{margin:0;display:grid;grid-template-columns:1fr;gap:var(--space-1)}.cs-info-modal-fallback-rows.svelte-y3cxgv dt:where(.svelte-y3cxgv){color:var(--text-muted);margin:0}.cs-info-modal-fallback-rows.svelte-y3cxgv dd:where(.svelte-y3cxgv){margin:0 0 var(--space-2) 0}@media(max-width:639px){.cs-info-modal-head.svelte-y3cxgv{flex-direction:column;gap:var(--space-2)}.cs-info-modal-row-limit.svelte-y3cxgv,.cs-info-modal-row-caveat.svelte-y3cxgv{padding:var(--space-2)}}@media(min-width:640px){.cs-info-modal-row.svelte-y3cxgv{grid-template-columns:12rem 1fr;gap:var(--space-3)}.cs-info-modal-row-limit.svelte-y3cxgv,.cs-info-modal-row-caveat.svelte-y3cxgv{grid-template-columns:1fr}}.cs-trust-strip.svelte-2mszmp{display:grid;grid-template-columns:1fr;gap:1px;margin:0;padding:0;list-style:none;background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.cs-trust-strip-item.svelte-2mszmp{background:var(--bg-surface)}.cs-trust-strip-trigger.svelte-2mszmp,.cs-trust-strip-static.svelte-2mszmp{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4)}.cs-trust-strip-trigger.svelte-2mszmp{border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background-color var(--duration-fast) var(--easing-out),box-shadow var(--duration-fast) var(--easing-out)}.cs-trust-strip-trigger.svelte-2mszmp:hover{background:var(--bg-sunken)}.cs-trust-strip-trigger.svelte-2mszmp:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px;z-index:1}.cs-trust-strip-info-hint{flex-shrink:0;color:var(--text-muted);opacity:.42;transition:opacity var(--duration-fast) var(--easing-out),color var(--duration-fast) var(--easing-out)}.cs-trust-strip-trigger.svelte-2mszmp:hover .cs-trust-strip-info-hint,.cs-trust-strip-trigger.svelte-2mszmp:focus-visible .cs-trust-strip-info-hint{opacity:.72;color:var(--text-secondary)}.cs-trust-strip-icon-frame.svelte-2mszmp{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-md);color:var(--text-link);background:var(--brand-accent-soft)}.cs-trust-strip-icon{display:block}.cs-trust-strip-text.svelte-2mszmp{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.cs-trust-strip-label-row.svelte-2mszmp{display:inline-flex;align-items:center;gap:.35rem;max-width:100%}.cs-trust-strip-label.svelte-2mszmp{font-weight:700;font-size:.9375rem;line-height:1.3;color:var(--text-primary)}.cs-trust-strip-desc.svelte-2mszmp{font-size:.8125rem;line-height:1.35;color:var(--text-secondary)}.cs-trust-strip-item[data-signal=ch].svelte-2mszmp .cs-trust-strip-icon-frame:where(.svelte-2mszmp){background:var(--bg-sunken)}.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)}@media(min-width:560px){.cs-trust-strip.svelte-2mszmp{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.cs-trust-strip.svelte-2mszmp{grid-template-columns:repeat(3,minmax(0,1fr))}}.cs-honesty-box.svelte-d2jwwe{display:flex;flex-direction:column;gap:var(--space-6);padding:var(--space-6) var(--space-5);border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--cs-surface-premium-raised);box-shadow:var(--shadow)}.cs-honesty-principle.svelte-d2jwwe{margin:0 auto;max-width:46rem;text-align:center;text-wrap:balance;font-size:1.1875rem;line-height:1.4;font-weight:600;letter-spacing:-.01em;color:var(--text-primary)}.cs-honesty-ledger.svelte-d2jwwe{display:grid;grid-template-columns:1fr}.cs-honesty-col.svelte-d2jwwe{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-4);border:1px solid color-mix(in oklab,var(--honesty-accent, var(--border-default)) 18%,var(--border-subtle));border-radius:var(--radius-md);background:linear-gradient(180deg,color-mix(in oklab,var(--honesty-accent, var(--text-muted)) 7%,transparent),transparent 58%),var(--bg-surface)}.cs-honesty-col-can.svelte-d2jwwe{--honesty-accent: var(--color-success-strong);--honesty-accent-bg: var(--bg-success-soft)}.cs-honesty-col-cannot.svelte-d2jwwe{--honesty-accent: var(--text-secondary);--honesty-accent-bg: var(--bg-sunken)}.cs-honesty-col-head.svelte-d2jwwe{display:flex;align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:2px solid color-mix(in oklab,var(--honesty-accent) 38%,transparent)}.cs-honesty-col-frame.svelte-d2jwwe{flex-shrink:0;display:inline-grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-md);color:var(--honesty-accent);background:var(--honesty-accent-bg)}.cs-honesty-col-heading.svelte-d2jwwe{margin:0;color:var(--honesty-accent)}.cs-honesty-divider.svelte-d2jwwe{position:relative;display:grid;place-items:center;min-height:2.75rem}.cs-honesty-divider.svelte-d2jwwe:before{content:"";position:absolute;inset:50% 0 auto;height:1px;background:var(--border-default)}.cs-honesty-vs.svelte-d2jwwe{position:relative;padding:.15rem .6rem;border:1px solid var(--border-default);border-radius:var(--radius-full);background:var(--cs-surface-premium-raised);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.cs-honesty-list.svelte-d2jwwe{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.cs-honesty-row.svelte-d2jwwe{display:flex;align-items:flex-start;gap:var(--space-3)}.cs-honesty-row-mark.svelte-d2jwwe{flex-shrink:0;display:inline-flex;margin-top:.1rem;color:var(--honesty-accent)}.cs-honesty-row-text.svelte-d2jwwe{margin:0;color:var(--text-primary)}.cs-honesty-note.svelte-d2jwwe{color:var(--text-muted);margin:0}.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-box.svelte-d2jwwe{padding:var(--space-8) var(--space-8)}.cs-honesty-ledger.svelte-d2jwwe{grid-template-columns:1fr auto 1fr;-moz-column-gap:var(--space-6);column-gap:var(--space-6)}.cs-honesty-col.svelte-d2jwwe{padding:var(--space-5)}.cs-honesty-divider.svelte-d2jwwe{min-height:0}.cs-honesty-divider.svelte-d2jwwe:before{inset:0 auto 0 50%;width:1px;height:auto}}.cs-orbit.svelte-1z4ug5{display:block;width:100%;max-width:none;height:auto;margin-inline:auto}.rings.svelte-1z4ug5 ellipse:where(.svelte-1z4ug5){fill:none;stroke:var(--text-link);stroke-opacity:.12;stroke-width:1}[data-theme=dark] .cs-orbit.svelte-1z4ug5 .rings:where(.svelte-1z4ug5) ellipse:where(.svelte-1z4ug5){stroke-opacity:.2}.rings.svelte-1z4ug5 ellipse:where(.svelte-1z4ug5):nth-child(3){stroke-dasharray:3 5}.tie.svelte-1z4ug5{fill:none;stroke-width:1.5;stroke-linecap:round;stroke-dasharray:1.5 4}.tie-api.svelte-1z4ug5{stroke:var(--text-link);stroke-opacity:.5}[data-theme=dark] .cs-orbit.svelte-1z4ug5 .tie-api:where(.svelte-1z4ug5){stroke-opacity:.62}.tie-verifier.svelte-1z4ug5{stroke:var(--color-success-strong);stroke-opacity:.5}.tie-census.svelte-1z4ug5{stroke:var(--color-warning-strong);stroke-opacity:.5}.tie-external.svelte-1z4ug5{stroke:var(--text-link);stroke-opacity:.32}.dot-api.svelte-1z4ug5{fill:var(--text-link)}.dot-verifier.svelte-1z4ug5{fill:var(--color-success-strong)}.dot-census.svelte-1z4ug5{fill:var(--color-warning-strong)}.dot-external.svelte-1z4ug5{fill:var(--text-link);fill-opacity:.6}.tie-dots.svelte-1z4ug5 circle:where(.svelte-1z4ug5){stroke:var(--bg-surface);stroke-width:1.2;paint-order:stroke fill}.centre-link.svelte-1z4ug5{cursor:pointer;outline:none}.centre-hit.svelte-1z4ug5{pointer-events:all}.centre-halo.svelte-1z4ug5,.centre-brand.svelte-1z4ug5{transition:filter var(--duration-base) var(--easing-out)}.shield-rim.svelte-1z4ug5{transition:stroke-opacity var(--duration-base) var(--easing-out),stroke-width var(--duration-base) var(--easing-out)}.brand-word.svelte-1z4ug5,.brand-tag.svelte-1z4ug5{transition:fill var(--duration-base) var(--easing-out)}.centre-link.svelte-1z4ug5:hover .centre-halo:where(.svelte-1z4ug5),.centre-link.svelte-1z4ug5:focus-visible .centre-halo:where(.svelte-1z4ug5){filter:drop-shadow(0 0 12px color-mix(in srgb,var(--text-link) 32%,transparent)) drop-shadow(0 0 22px color-mix(in srgb,var(--text-link) 14%,transparent))}.centre-link.svelte-1z4ug5:hover .centre-brand:where(.svelte-1z4ug5),.centre-link.svelte-1z4ug5:focus-visible .centre-brand:where(.svelte-1z4ug5){filter:drop-shadow(0 2px 10px color-mix(in srgb,var(--text-link) 28%,transparent)) brightness(1.06)}.centre-link.svelte-1z4ug5:hover .shield-rim:where(.svelte-1z4ug5),.centre-link.svelte-1z4ug5:focus-visible .shield-rim:where(.svelte-1z4ug5){stroke-opacity:.38;stroke-width:.75}.centre-link.svelte-1z4ug5:hover .brand-word:where(.svelte-1z4ug5),.centre-link.svelte-1z4ug5:focus-visible .brand-word:where(.svelte-1z4ug5){fill:var(--text-link)}.centre-link.svelte-1z4ug5:hover .brand-tag:where(.svelte-1z4ug5),.centre-link.svelte-1z4ug5:focus-visible .brand-tag:where(.svelte-1z4ug5){fill:var(--text-secondary, var(--text-muted))}.centre-link.svelte-1z4ug5:focus-visible .centre-halo:where(.svelte-1z4ug5){stroke:var(--border-focus);stroke-width:2}@media(prefers-reduced-motion:reduce){.centre-link.svelte-1z4ug5:hover .centre-brand:where(.svelte-1z4ug5),.centre-link.svelte-1z4ug5:focus-visible .centre-brand:where(.svelte-1z4ug5){filter:none}}.sigma.svelte-1z4ug5{fill:#fff;font-family:Newsreader,"Source Serif 4",Georgia,serif;font-weight:500;font-size:32px}.brand-word.svelte-1z4ug5{fill:var(--text-primary);font-size:16px;font-weight:700;text-anchor:middle;letter-spacing:.01em}.brand-tag.svelte-1z4ug5{fill:var(--text-muted);font-size:9px;font-weight:500;text-anchor:middle;letter-spacing:.02em}.node-link.svelte-1z4ug5{cursor:pointer;outline:none}.node-link.svelte-1z4ug5 .node:where(.svelte-1z4ug5){transition:transform var(--duration-base) var(--easing-out)}.node-link.svelte-1z4ug5:hover .node:where(.svelte-1z4ug5),.node-link.svelte-1z4ug5:focus-visible .node:where(.svelte-1z4ug5){transform:translateY(-1px)}.node-link.svelte-1z4ug5 .node-box:where(.svelte-1z4ug5){transition:stroke var(--duration-base) var(--easing-out),stroke-width var(--duration-base) var(--easing-out),stroke-opacity var(--duration-base) var(--easing-out),filter var(--duration-base) var(--easing-out)}.node-link.svelte-1z4ug5:hover .node-box:where(.svelte-1z4ug5),.node-link.svelte-1z4ug5:focus-visible .node-box:where(.svelte-1z4ug5){filter:drop-shadow(0 2px 6px color-mix(in srgb,var(--text-primary) 10%,transparent))}.node-link.svelte-1z4ug5:focus-visible .node-box:where(.svelte-1z4ug5){stroke:var(--border-focus);stroke-width:2}.node-link-api.svelte-1z4ug5:hover .node-box:where(.svelte-1z4ug5),.node-link-api.svelte-1z4ug5:focus-visible .node-box:where(.svelte-1z4ug5){stroke:var(--text-link);stroke-opacity:.72}.node-link-verifier.svelte-1z4ug5:hover .node-box:where(.svelte-1z4ug5),.node-link-verifier.svelte-1z4ug5:focus-visible .node-box:where(.svelte-1z4ug5){stroke:var(--color-success-strong);stroke-opacity:.72}.node-link-census.svelte-1z4ug5:hover .node-box:where(.svelte-1z4ug5),.node-link-census.svelte-1z4ug5:focus-visible .node-box:where(.svelte-1z4ug5){stroke:var(--color-warning-strong);stroke-opacity:.72}.node-link-external.svelte-1z4ug5:hover .node-box-ext:where(.svelte-1z4ug5),.node-link-external.svelte-1z4ug5:focus-visible .node-box-ext:where(.svelte-1z4ug5){stroke:var(--text-link);stroke-opacity:.72}.node-link-external.svelte-1z4ug5:hover .ext-arrow:where(.svelte-1z4ug5),.node-link-external.svelte-1z4ug5:focus-visible .ext-arrow:where(.svelte-1z4ug5){stroke-opacity:1}@media(prefers-reduced-motion:reduce){.node-link.svelte-1z4ug5 .node:where(.svelte-1z4ug5){transition:none}.node-link.svelte-1z4ug5:hover .node:where(.svelte-1z4ug5),.node-link.svelte-1z4ug5:focus-visible .node:where(.svelte-1z4ug5){transform:none}}.node-box.svelte-1z4ug5{fill:var(--bg-surface);stroke:var(--border-subtle);stroke-width:1.4}[data-theme=dark] .cs-orbit.svelte-1z4ug5 .node-box:where(.svelte-1z4ug5){stroke:var(--border-default)}.node-box-ext.svelte-1z4ug5{stroke:var(--text-link);stroke-opacity:.4;stroke-dasharray:5 3}.node-title.svelte-1z4ug5{fill:var(--text-primary);font-size:11px;font-weight:700}.node-sub.svelte-1z4ug5{fill:var(--text-muted);font-size:8px;font-weight:600;letter-spacing:.01em}.chip-api.svelte-1z4ug5{fill:var(--bg-info-soft)}.chip-verifier.svelte-1z4ug5{fill:var(--bg-success-soft)}.chip-census.svelte-1z4ug5{fill:var(--bg-warning-soft)}.chip-ext.svelte-1z4ug5{fill:var(--bg-surface);stroke:var(--border-subtle);stroke-width:1}.g-braces.svelte-1z4ug5 path:where(.svelte-1z4ug5){fill:none;stroke:var(--text-link);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.g-verifier.svelte-1z4ug5 circle:where(.svelte-1z4ug5){fill:none;stroke:var(--color-success-strong);stroke-width:1.4}.g-verifier.svelte-1z4ug5 path:where(.svelte-1z4ug5){fill:none;stroke:var(--color-success-strong);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.g-census.svelte-1z4ug5 path:where(.svelte-1z4ug5){fill:none;stroke:var(--color-warning-strong);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.ext-arrow.svelte-1z4ug5{fill:none;stroke:var(--text-link);stroke-opacity:.7;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.cs-ecosystem.svelte-1lf6bye{display:flex;flex-direction:column;gap:var(--space-6)}.cs-ecosystem-map.svelte-1lf6bye{margin:0;padding:var(--space-3) var(--space-2);overflow-x:clip;border-radius:var(--radius-lg);background:linear-gradient(135deg,color-mix(in srgb,var(--text-link) 4%,transparent),color-mix(in srgb,var(--bg-surface) 96%,transparent));border:1px solid var(--border-subtle)}[data-theme=dark] .cs-ecosystem-map.svelte-1lf6bye{background:linear-gradient(135deg,color-mix(in srgb,var(--text-link) 7%,transparent),color-mix(in srgb,var(--bg-surface) 94%,transparent))}.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-item-core.svelte-1lf6bye .cs-card{border-top:3px solid var(--text-link);background:var(--cs-surface-premium-raised)}.cs-ecosystem-head.svelte-1lf6bye{display:flex;align-items:center;gap:var(--space-3)}.cs-ecosystem-headtext.svelte-1lf6bye{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cs-ecosystem-badge.svelte-1lf6bye{display:inline-flex;align-items:center;justify-content:center;width:2.875rem;height:2.875rem;flex-shrink:0;border-radius:var(--radius-md);color:var(--cs-icon-badge-fg);background:var(--cs-icon-badge-bg)}.cs-ecosystem-coretag.svelte-1lf6bye{align-self:flex-start;padding:.05rem .5rem;border-radius:var(--radius-full);background:var(--text-link);color:var(--text-on-brand);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cs-ecosystem-relation.svelte-1lf6bye{color:var(--text-muted);font-size:.75rem;line-height:1.3}.cs-ecosystem-item[data-product=api].svelte-1lf6bye .cs-ecosystem-badge:where(.svelte-1lf6bye){color:var(--text-link);background:var(--bg-info-soft)}.cs-ecosystem-item[data-product=census].svelte-1lf6bye .cs-ecosystem-badge:where(.svelte-1lf6bye){color:var(--color-warning-strong);background:var(--bg-warning-soft)}.cs-ecosystem-item[data-product=verifier].svelte-1lf6bye .cs-ecosystem-badge:where(.svelte-1lf6bye){color:var(--color-success-strong);background:var(--bg-success-soft)}.cs-ecosystem-badge-mark.svelte-1lf6bye{background:var(--bg-surface);border:1px solid var(--border-subtle)}.cs-ecosystem-badge-mark.svelte-1lf6bye img:where(.svelte-1lf6bye){width:auto;height:1.6rem;display:block}.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-sdks.svelte-1lf6bye{list-style:none;margin:0 0 var(--space-3);padding:0;display:flex;flex-wrap:wrap;gap:var(--space-2)}.cs-ecosystem-chip.svelte-1lf6bye{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);font-family:var(--font-mono, ui-monospace, monospace);font-size:.6875rem;font-weight:600;letter-spacing:.01em}.cs-ecosystem-chip-sdk.svelte-1lf6bye{background:var(--bg-info-soft);border-color:transparent;color:var(--text-link)}.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)}.cs-ecosystem-map.svelte-1lf6bye{padding:var(--space-4) var(--space-4)}.cs-ecosystem-map.svelte-1lf6bye .cs-orbit{max-width:50rem}}@media(min-width:1024px){.cs-ecosystem.svelte-1lf6bye{gap:var(--space-8)}.cs-ecosystem-map.svelte-1lf6bye{padding:var(--space-5) var(--space-6)}.cs-ecosystem-map.svelte-1lf6bye .cs-orbit{max-width:58rem}.cs-ecosystem-grid.svelte-1lf6bye{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.cs-ecosystem-item.svelte-1lf6bye .cs-card-footer{margin-top:auto}}.cs-solutions-families.svelte-1mpxtg1{display:grid;grid-template-columns:1fr;gap:var(--space-4)}.cs-solutions-group.svelte-1mpxtg1{display:grid;grid-template-columns:1fr;gap:var(--space-4);padding:var(--space-5);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:linear-gradient(135deg,color-mix(in oklab,var(--cluster-surface, var(--text-link)) 7%,transparent),transparent 48%),var(--bg-surface);box-shadow:var(--shadow-sm);transition:border-color var(--duration-fast) var(--easing-out),box-shadow var(--duration-fast) var(--easing-out)}.cs-solutions-group.svelte-1mpxtg1:hover,.cs-solutions-group.svelte-1mpxtg1:focus-within{border-color:color-mix(in oklab,var(--cluster-surface, var(--text-link)) 24%,var(--border-subtle));box-shadow:var(--shadow-md)}.cs-solutions-group-head.svelte-1mpxtg1{display:flex;flex-direction:column;gap:var(--space-3)}.cs-solutions-group-label.svelte-1mpxtg1{display:flex;align-items:center;gap:var(--space-2);margin:0;color:var(--text-secondary)}.cs-solutions-group-dot.svelte-1mpxtg1{width:.5rem;height:.5rem;flex-shrink:0;border-radius:var(--radius-full);background:var(--text-link)}.cs-solutions-group[data-category=compliance].svelte-1mpxtg1{--cluster-surface: var(--text-link)}.cs-solutions-group[data-category=security].svelte-1mpxtg1 .cs-solutions-group-dot:where(.svelte-1mpxtg1){background:var(--color-warning-strong)}.cs-solutions-group[data-category=security].svelte-1mpxtg1{--cluster-surface: var(--color-warning-strong)}.cs-solutions-group[data-category=integrity].svelte-1mpxtg1 .cs-solutions-group-dot:where(.svelte-1mpxtg1){background:var(--color-success-strong)}.cs-solutions-group[data-category=integrity].svelte-1mpxtg1{--cluster-surface: var(--color-success-strong)}.cs-solutions-group[data-category=supply-chain].svelte-1mpxtg1 .cs-solutions-group-dot:where(.svelte-1mpxtg1){background:var(--text-secondary)}.cs-solutions-group[data-category=supply-chain].svelte-1mpxtg1{--cluster-surface: var(--text-secondary)}.cs-solutions-group-summary.svelte-1mpxtg1{margin:0;color:var(--text-secondary)}.cs-solutions-flow.svelte-1mpxtg1{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-1) var(--space-2);margin:0;color:var(--text-muted);line-height:1.45}.cs-solutions-flow-key.svelte-1mpxtg1{color:color-mix(in oklab,var(--cluster-surface, var(--text-link)) 68%,var(--text-link));font-weight:650}.cs-solutions-flow-key.svelte-1mpxtg1:after{content:":";color:var(--text-muted)}.cs-solutions-flow-value.svelte-1mpxtg1{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35rem;min-width:0}.cs-solutions-flow-arrow.svelte-1mpxtg1{color:color-mix(in oklab,var(--cluster-surface, var(--text-link)) 54%,var(--text-muted))}.cs-solutions-grid.svelte-1mpxtg1{display:grid;grid-template-columns:1fr;gap:var(--space-2)}.cs-solutions-row.svelte-1mpxtg1{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--space-3);min-height:4.75rem;padding:var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-page);color:inherit;text-decoration:none;transition:border-color var(--duration-fast) var(--easing-out),background var(--duration-fast) var(--easing-out),transform var(--duration-fast) var(--easing-out)}.cs-solutions-row.svelte-1mpxtg1:hover{border-color:color-mix(in oklab,var(--cluster-surface, var(--text-link)) 24%,var(--border-default));background:var(--bg-raised);transform:translateY(-1px)}.cs-solutions-row.svelte-1mpxtg1:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}.cs-solutions-row-static.svelte-1mpxtg1{color:var(--text-primary)}.cs-solutions-badge.svelte-1mpxtg1{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:var(--radius-md);color:var(--cs-icon-badge-fg);background:var(--cs-icon-badge-bg)}.cs-solutions-item[data-category=compliance].svelte-1mpxtg1 .cs-solutions-badge:where(.svelte-1mpxtg1){color:var(--text-link);background:var(--bg-info-soft)}.cs-solutions-item[data-category=security].svelte-1mpxtg1 .cs-solutions-badge:where(.svelte-1mpxtg1){color:var(--color-warning-strong);background:var(--bg-warning-soft)}.cs-solutions-item[data-category=integrity].svelte-1mpxtg1 .cs-solutions-badge:where(.svelte-1mpxtg1){color:var(--color-success-strong);background:var(--bg-success-soft)}.cs-solutions-item[data-category=supply-chain].svelte-1mpxtg1 .cs-solutions-badge:where(.svelte-1mpxtg1){color:var(--text-secondary);background:var(--bg-sunken)}.cs-solutions-copy.svelte-1mpxtg1{display:flex;min-width:0;flex-direction:column;gap:var(--space-1)}.cs-solutions-title.svelte-1mpxtg1{margin:0;color:var(--text-primary)}.cs-solutions-tagline.svelte-1mpxtg1{color:var(--text-secondary)}.cs-solutions-cta.svelte-1mpxtg1{color:var(--text-link);font-weight:650;white-space:nowrap}@media(max-width:559px){.cs-solutions-flow.svelte-1mpxtg1{font-size:.875rem}.cs-solutions-row.svelte-1mpxtg1{grid-template-columns:auto minmax(0,1fr)}.cs-solutions-cta.svelte-1mpxtg1{grid-column:2;justify-self:start}}@media(min-width:900px){.cs-solutions-families.svelte-1mpxtg1{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5)}}@media(prefers-reduced-motion:reduce){.cs-solutions-group.svelte-1mpxtg1,.cs-solutions-row.svelte-1mpxtg1{transition:none}.cs-solutions-row.svelte-1mpxtg1:hover{transform:none}}.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-quickstart-compact.svelte-2kslvg{gap:var(--space-3);padding:var(--space-4)}.cs-developer-quickstart-compact.svelte-2kslvg .cs-developer-tablist:where(.svelte-2kslvg){max-width:-moz-max-content;max-width:max-content}.cs-developer-quickstart-compact.svelte-2kslvg .cs-developer-links:where(.svelte-2kslvg){padding-top:var(--space-3)}.cs-developer-quickstart-compact.svelte-2kslvg .cs-snippet-pre{max-height:17rem}.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:var(--space-4) 0 0;border-top:1px solid var(--border-subtle);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-doclib.svelte-lex9ho{display:flex;flex-direction:column;gap:var(--space-4)}.cs-doclib-bar.svelte-lex9ho{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3)}.cs-doclib-chips.svelte-lex9ho{display:flex;flex-wrap:wrap;gap:var(--space-2)}.cs-doclib-chip.svelte-lex9ho{display:inline-flex;align-items:center;gap:var(--space-2);min-height:2.25rem;padding:.375rem .75rem;border:1px solid var(--border-default);border-radius:var(--radius-full);background:var(--bg-surface);color:var(--text-secondary);font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color var(--duration-fast) var(--easing-out),background var(--duration-fast) var(--easing-out),color var(--duration-fast) var(--easing-out)}.cs-doclib-chip.svelte-lex9ho:hover{border-color:var(--border-strong);background:var(--bg-raised)}.cs-doclib-chip.svelte-lex9ho:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-doclib-n.svelte-lex9ho{font-size:.72rem;color:var(--text-muted)}.cs-doclib-dot.svelte-lex9ho{width:.4375rem;height:.4375rem;flex-shrink:0;border-radius:var(--radius-full);background:var(--text-muted)}.cs-doclib-chip[data-accent=brand].svelte-lex9ho .cs-doclib-dot:where(.svelte-lex9ho){background:var(--brand-600)}.cs-doclib-chip[data-accent=amber].svelte-lex9ho .cs-doclib-dot:where(.svelte-lex9ho){background:var(--color-warning-strong)}.cs-doclib-chip[data-accent=emerald].svelte-lex9ho .cs-doclib-dot:where(.svelte-lex9ho){background:var(--color-success-strong)}.cs-doclib-chip[data-accent=neutral].svelte-lex9ho .cs-doclib-dot:where(.svelte-lex9ho){background:var(--text-muted)}.cs-doclib-chip.is-active.svelte-lex9ho{background:var(--text-primary);border-color:var(--text-primary);color:var(--text-inverted)}.cs-doclib-chip.is-active.svelte-lex9ho .cs-doclib-n:where(.svelte-lex9ho){color:color-mix(in oklab,var(--text-inverted) 72%,transparent)}.cs-doclib-chip.is-active.svelte-lex9ho .cs-doclib-dot:where(.svelte-lex9ho){background:var(--text-inverted)}.cs-doclib-grid.svelte-lex9ho{display:grid;grid-template-columns:1fr;gap:var(--space-3)}.cs-doclib-card.svelte-lex9ho{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--cs-surface-premium, var(--bg-surface));box-shadow:var(--shadow-sm);transition:border-color var(--duration-fast) var(--easing-out),box-shadow var(--duration-fast) var(--easing-out),transform var(--duration-fast) var(--easing-out)}.cs-doclib-card.svelte-lex9ho:hover{border-color:var(--border-default);box-shadow:var(--shadow-md);transform:translateY(-1px)}.cs-doclib-card[data-accent=brand].svelte-lex9ho{--doc-accent: var(--brand-600)}.cs-doclib-card[data-accent=amber].svelte-lex9ho{--doc-accent: var(--color-warning-strong)}.cs-doclib-card[data-accent=emerald].svelte-lex9ho{--doc-accent: var(--color-success-strong)}.cs-doclib-card[data-accent=neutral].svelte-lex9ho{--doc-accent: var(--text-secondary)}.cs-doclib-head.svelte-lex9ho{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4) var(--space-4) var(--space-2)}.cs-doclib-pdf.svelte-lex9ho{display:block;flex-shrink:0;color:var(--doc-accent, var(--text-link));filter:drop-shadow(0 2px 3px color-mix(in oklab,var(--shadow-color, #0f172a) 14%,transparent))}.cs-doclib-pdf.svelte-lex9ho svg{display:block}.cs-doclib-htext.svelte-lex9ho{display:flex;flex-direction:column;gap:var(--space-1);min-width:0}.cs-doclib-cat.svelte-lex9ho{font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--doc-accent, var(--text-secondary))}.cs-doclib-title.svelte-lex9ho{margin:0}.cs-doclib-title.svelte-lex9ho a:where(.svelte-lex9ho){color:var(--text-primary);text-decoration:none;overflow-wrap:anywhere}.cs-doclib-title.svelte-lex9ho a:where(.svelte-lex9ho):hover{text-decoration:underline;text-underline-offset:.2em}.cs-doclib-title.svelte-lex9ho a:where(.svelte-lex9ho):focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-sm)}.cs-doclib-sub.svelte-lex9ho{margin:0;padding:0 var(--space-4) var(--space-4);color:var(--text-secondary)}.cs-doclib-foot.svelte-lex9ho{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:auto;padding:var(--space-3) var(--space-4);border-top:1px solid var(--border-subtle);background:var(--bg-sunken)}.cs-doclib-dl.svelte-lex9ho{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:2.5rem;padding:.55rem .95rem;border-radius:var(--radius-sm);background:var(--doc-accent, var(--text-link));color:#fff;font-weight:650;font-size:.86rem;text-decoration:none;box-shadow:var(--shadow-sm);transition:filter var(--duration-fast) var(--easing-out),transform var(--duration-fast) var(--easing-out)}.cs-doclib-dl.svelte-lex9ho:hover{filter:brightness(.94)}.cs-doclib-dl.svelte-lex9ho:focus-visible{outline:2px solid var(--doc-accent, var(--border-focus));outline-offset:3px}.cs-doclib-sheet.svelte-lex9ho{display:inline-flex;align-items:center;gap:var(--space-1);flex-shrink:0;color:var(--text-secondary);font-weight:600;font-size:.82rem;text-decoration:none;border-radius:var(--radius-sm)}.cs-doclib-sheet.svelte-lex9ho:hover{color:var(--text-primary);text-decoration:underline;text-underline-offset:.2em}.cs-doclib-sheet.svelte-lex9ho:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}.cs-doclib-actions.svelte-lex9ho{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3) var(--space-4);padding-top:var(--space-1)}.cs-doclib-expand.svelte-lex9ho{display:inline-flex;align-items:center;gap:var(--space-2);min-height:2.5rem;padding:.5rem 1rem;border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-primary);font:inherit;font-size:.88rem;font-weight:650;cursor:pointer;transition:border-color var(--duration-fast) var(--easing-out),background var(--duration-fast) var(--easing-out)}.cs-doclib-expand.svelte-lex9ho:hover{border-color:var(--border-strong);background:var(--bg-raised)}.cs-doclib-expand.svelte-lex9ho:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.cs-doclib-status.svelte-lex9ho{color:var(--text-muted);font-size:.75rem;margin:0}.cs-doclib-library.svelte-lex9ho{margin-inline-start:auto;color:var(--text-link);font-weight:650;font-size:.9rem;text-decoration:none;border-radius:var(--radius-sm)}.cs-doclib-library.svelte-lex9ho:hover{text-decoration:underline;text-underline-offset:.2em}.cs-doclib-library.svelte-lex9ho:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}@media(min-width:640px){.cs-doclib-grid.svelte-lex9ho{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.cs-doclib-grid.svelte-lex9ho{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:559px){.cs-doclib-library.svelte-lex9ho{margin-inline-start:0}.cs-doclib-foot.svelte-lex9ho{flex-wrap:wrap}.cs-doclib-dl.svelte-lex9ho{flex:1 1 auto}}@media(prefers-reduced-motion:reduce){.cs-doclib-card.svelte-lex9ho,.cs-doclib-chip.svelte-lex9ho,.cs-doclib-expand.svelte-lex9ho,.cs-doclib-dl.svelte-lex9ho{transition:none}.cs-doclib-card.svelte-lex9ho:hover{transform:none}}.cs-persona-clusters.svelte-1l6haqv{display:grid;grid-template-columns:1fr;gap:var(--space-4);list-style:none;margin:0;padding:0}.cs-persona-cluster.svelte-1l6haqv{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-5);border:1px solid var(--border-subtle);border-top:3px solid var(--cluster-accent, var(--text-link));border-radius:var(--radius-md);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:border-color var(--duration-fast) var(--easing-out),box-shadow var(--duration-fast) var(--easing-out),transform var(--duration-fast) var(--easing-out)}.cs-persona-cluster.svelte-1l6haqv:hover,.cs-persona-cluster.svelte-1l6haqv:focus-within{border-color:color-mix(in oklab,var(--cluster-accent, var(--text-link)) 28%,var(--border-subtle));box-shadow:var(--shadow-md);transform:translateY(-1px)}.cs-persona-cluster-head.svelte-1l6haqv{display:flex;align-items:center;gap:var(--space-3)}.cs-persona-cluster-frame.svelte-1l6haqv{flex-shrink:0;display:inline-grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-md);color:var(--cluster-accent, var(--text-link));background:var(--cluster-accent-bg, var(--bg-info-soft))}.cs-persona-cluster-label.svelte-1l6haqv{margin:0}.cs-persona-lead.svelte-1l6haqv{margin:0;color:var(--text-secondary)}.cs-persona-cluster[data-cluster=prove].svelte-1l6haqv{--cluster-accent: var(--text-link);--cluster-accent-bg: var(--bg-info-soft)}.cs-persona-cluster[data-cluster=verify].svelte-1l6haqv{--cluster-accent: var(--color-success-strong);--cluster-accent-bg: var(--bg-success-soft)}.cs-persona-cluster[data-cluster=integrate].svelte-1l6haqv{--cluster-accent: var(--color-warning-strong);--cluster-accent-bg: var(--bg-warning-soft)}.cs-persona-tags.svelte-1l6haqv{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none;margin:0;padding:0}.cs-persona-tag.svelte-1l6haqv{display:inline-flex;align-items:center;padding-inline:var(--space-2);padding-block:.1rem;font-size:.75rem;border:1px solid var(--border-subtle);border-radius:var(--radius-full, 999px);background:var(--bg-raised);color:var(--text-muted)}.cs-persona-cta.svelte-1l6haqv{margin-top:auto;display:inline-flex;align-items:center;gap:var(--space-2);padding-top:var(--space-2);font-weight:600;color:var(--cluster-accent, var(--text-link));text-decoration:none;border-radius:var(--radius-sm);outline-offset:3px}.cs-persona-cta.svelte-1l6haqv:hover{text-decoration:underline;text-underline-offset:.2em}.cs-persona-cta.svelte-1l6haqv:focus-visible{outline:2px solid var(--border-focus)}.cs-persona-cta-arrow.svelte-1l6haqv{transition:transform var(--duration-fast) var(--easing-out)}.cs-persona-cta.svelte-1l6haqv:hover .cs-persona-cta-arrow:where(.svelte-1l6haqv){transform:translate(.15rem)}@media(min-width:768px){.cs-persona-clusters.svelte-1l6haqv{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5);align-items:stretch}}@media(prefers-reduced-motion:reduce){.cs-persona-cluster.svelte-1l6haqv{transition:none}.cs-persona-cluster.svelte-1l6haqv:hover,.cs-persona-cluster.svelte-1l6haqv:focus-within{transform:none}}.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-bd.svelte-smr47t{display:block;width:100%;height:auto}.perimeter.svelte-smr47t{fill:currentColor;fill-opacity:.05;stroke:currentColor;stroke-opacity:.45;stroke-width:1.4;stroke-dasharray:5 4}.label.svelte-smr47t{fill:currentColor;font-size:9px;font-weight:700;letter-spacing:.07em}.file.svelte-smr47t rect:where(.svelte-smr47t){fill:currentColor;fill-opacity:.08;stroke:currentColor;stroke-width:1.4}.file-line.svelte-smr47t{stroke:currentColor;stroke-opacity:.5;stroke-width:1.4;stroke-linecap:round}.flow.svelte-smr47t{stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.arrowhead.svelte-smr47t{fill:currentColor}.token-disc.svelte-smr47t{fill:currentColor;fill-opacity:.1}.token-ring.svelte-smr47t{stroke:currentColor;stroke-opacity:.3;stroke-width:1.4}.fp.svelte-smr47t path:where(.svelte-smr47t){stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.caption.svelte-smr47t{fill:var(--text-secondary);font-size:9px;font-weight:600;text-anchor:middle;letter-spacing:.02em}.caption-sub.svelte-smr47t{fill:var(--text-muted);font-family:var(--font-mono, ui-monospace, monospace);font-size:7.5px;font-weight:600;text-anchor:middle;letter-spacing:.06em}.node.svelte-smr47t rect:where(.svelte-smr47t){fill:currentColor;fill-opacity:.05;stroke:currentColor;stroke-opacity:.32;stroke-width:1.3}.node-disc.svelte-smr47t{fill:currentColor;fill-opacity:.14;stroke:currentColor;stroke-opacity:.55;stroke-width:1.2}.node-check.svelte-smr47t{stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.node-label.svelte-smr47t{fill:var(--text-primary);font-size:10px;font-weight:600}.cs-pb.svelte-1n87coy{display:flex;flex-direction:column;gap:var(--space-4);padding:clamp(var(--space-3),2.4vw,var(--space-6))}.cs-pb-flow.svelte-1n87coy{display:flex;flex-direction:column;align-items:stretch;gap:var(--space-3)}.cs-pb-zone.svelte-1n87coy{flex:1 1 0;min-width:0}.cs-pb-ask.svelte-1n87coy{display:flex;flex-direction:column;gap:var(--space-3)}.cs-pb-sources.svelte-1n87coy,.cs-pb-req.svelte-1n87coy{border:1px solid var(--border-default);border-radius:var(--radius-lg);background:var(--bg-raised);padding:var(--space-3);box-shadow:var(--shadow-sm)}.cs-pb-zone-head.svelte-1n87coy{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);color:var(--text-secondary);font-size:.78rem;font-weight:700;letter-spacing:.01em}.cs-pb-zone-head.svelte-1n87coy svg{color:var(--text-link);flex:none}.cs-pb-grid.svelte-1n87coy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.cs-pb-chip.svelte-1n87coy,.cs-pb-person.svelte-1n87coy{display:flex;flex-direction:column;align-items:center;gap:6px;padding:var(--space-2) var(--space-1);border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--bg-surface);box-shadow:var(--shadow-sm);text-align:center}.cs-pb-chip-ic.svelte-1n87coy{display:inline-flex;color:var(--text-link)}.cs-pb-chip-tx.svelte-1n87coy{color:var(--text-primary);font-size:.72rem;font-weight:600;line-height:1.15}.cs-pb-people.svelte-1n87coy{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2)}.cs-pb-person.svelte-1n87coy{flex:0 1 calc((100% - 2 * var(--space-2)) / 3);min-width:84px}.cs-pb-req-head.svelte-1n87coy{margin:0 0 var(--space-2);color:var(--text-primary);font-size:.82rem;font-weight:700}.cs-pb-req.svelte-1n87coy ul:where(.svelte-1n87coy){display:flex;flex-direction:column;gap:7px;margin:0;padding:0;list-style:none}.cs-pb-req.svelte-1n87coy li:where(.svelte-1n87coy){display:flex;align-items:center;gap:var(--space-2);color:var(--text-primary);font-size:.8rem;font-weight:600}.cs-pb-req.svelte-1n87coy li:where(.svelte-1n87coy) svg{color:var(--color-success-strong);flex:none}.cs-pb-req-hi.svelte-1n87coy{color:var(--text-link);font-weight:700}.cs-pb-req-hi.svelte-1n87coy svg{color:var(--text-link)}@media(max-width:1023px){.cs-pb-req.svelte-1n87coy{max-width:min(24rem,100%);margin-inline:auto}.cs-pb-req-head.svelte-1n87coy{text-align:center}.cs-pb-req.svelte-1n87coy ul:where(.svelte-1n87coy){align-items:center}.cs-pb-req.svelte-1n87coy li:where(.svelte-1n87coy){justify-content:center}}.cs-pb-core.svelte-1n87coy{position:relative;display:flex;align-items:center;justify-content:center;flex:0 1 clamp(180px,24%,236px);min-height:188px}.cs-pb-orbits.svelte-1n87coy{position:absolute;top:50%;left:50%;width:clamp(220px,116%,280px);transform:translate(-50%,-50%);z-index:0;overflow:visible;pointer-events:none}.cs-pb-orbits.svelte-1n87coy ellipse:where(.svelte-1n87coy){fill:none;stroke:var(--text-link);stroke-opacity:.16;stroke-width:1;stroke-dasharray:3 4}.cs-pb-orbit-side.svelte-1n87coy{stroke-opacity:.1}.cs-pb-core-card.svelte-1n87coy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:5px;width:100%;max-width:220px;padding:var(--space-4) var(--space-3);text-align:center;border:1.5px solid color-mix(in oklab,var(--color-warning-strong) 36%,var(--border-default));border-radius:26px;background:var(--bg-surface);box-shadow:var(--shadow-md)}.cs-pb-core-ic.svelte-1n87coy{display:inline-flex;color:var(--color-warning-strong)}.cs-pb-core-title.svelte-1n87coy{margin:0;color:var(--text-primary);font-size:.96rem;font-weight:700;line-height:1.15}.cs-pb-core-rule.svelte-1n87coy{width:34px;height:1px;margin:2px 0;background:var(--border-strong)}.cs-pb-core-sub.svelte-1n87coy{margin:0;color:var(--text-secondary);font-size:.74rem;font-weight:500;line-height:1.25}.cs-pb-core-pill.svelte-1n87coy{display:inline-flex;align-items:center;gap:6px;margin:4px 0 0;padding:5px 10px;border-radius:999px;background:color-mix(in oklab,var(--text-link) 12%,transparent);color:var(--text-link);font-size:.71rem;font-weight:600}.cs-pb-core-pill.svelte-1n87coy svg{flex:none}.cs-pb-conn.svelte-1n87coy{display:flex;align-items:center;justify-content:center;height:var(--space-4)}.cs-pb-conn-line.svelte-1n87coy{position:relative;width:0;height:100%;border-left:1.6px dashed color-mix(in oklab,var(--text-link) 42%,transparent)}.cs-pb-conn-line.svelte-1n87coy:before,.cs-pb-conn-line.svelte-1n87coy:after{content:"";position:absolute;left:50%;width:5px;height:5px;border-radius:50%;background:var(--text-link);opacity:.55;transform:translate(-50%)}.cs-pb-conn-line.svelte-1n87coy:before{top:-2px}.cs-pb-conn-line.svelte-1n87coy:after{bottom:-2px}.cs-pb-conn-v.svelte-1n87coy{display:flex;justify-content:center}.cs-pb-conn-v.svelte-1n87coy span:where(.svelte-1n87coy){width:0;height:var(--space-3);border-left:1.6px dashed color-mix(in oklab,var(--text-link) 36%,transparent)}.cs-pb-resolve.svelte-1n87coy{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.cs-pb-resolve-rail.svelte-1n87coy{position:relative;width:0;height:var(--space-4);border-left:1.8px dashed color-mix(in oklab,var(--text-link) 50%,transparent)}.cs-pb-resolve-rail--r.svelte-1n87coy{display:none}.cs-pb-resolve-rail--l.svelte-1n87coy:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-top:7px solid var(--text-link)}.cs-pb-solution.svelte-1n87coy{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1.5px solid color-mix(in oklab,var(--text-link) 48%,var(--border-default));border-radius:var(--radius-lg);background:color-mix(in oklab,var(--text-link) 8%,var(--bg-surface));box-shadow:var(--shadow-md)}.cs-pb-shield.svelte-1n87coy{flex:none;width:40px;height:auto;display:block;filter:drop-shadow(0 6px 14px color-mix(in oklab,#1e3a8a 30%,transparent))}.cs-pb-sigma.svelte-1n87coy{fill:#fff;font-family:Newsreader,"Source Serif 4",Georgia,serif;font-weight:500;font-size:34px}.cs-pb-solution-tx.svelte-1n87coy{text-align:left}.cs-pb-solution-name.svelte-1n87coy{margin:0;color:#0f172a;font-size:.95rem;font-weight:700;letter-spacing:.01em}.cs-pb-solution-cap.svelte-1n87coy{margin:2px 0 0;color:#334155;font-size:.78rem;font-weight:500}@media(min-width:860px){.cs-pb-flow.svelte-1n87coy{flex-direction:row;align-items:center;gap:clamp(var(--space-1),1.4vw,var(--space-3))}.cs-pb-conn.svelte-1n87coy{flex:0 0 auto;width:clamp(16px,2.4vw,46px);height:auto}.cs-pb-conn-line.svelte-1n87coy{width:100%;height:0;border-left:0;border-top:1.6px dashed color-mix(in oklab,var(--text-link) 42%,transparent)}.cs-pb-conn-line.svelte-1n87coy:before{top:50%;left:-2px;transform:translateY(-50%)}.cs-pb-conn-line.svelte-1n87coy:after{bottom:auto;top:50%;left:auto;right:-2px;transform:translateY(-50%)}.cs-pb-resolve.svelte-1n87coy{flex-direction:row;gap:var(--space-3);margin-top:var(--space-1)}.cs-pb-resolve-rail.svelte-1n87coy{flex:1 1 0;width:auto;height:0;border-left:0;border-top:1.8px dashed color-mix(in oklab,var(--text-link) 50%,transparent)}.cs-pb-resolve-rail--r.svelte-1n87coy{display:block}.cs-pb-resolve-rail--l.svelte-1n87coy:after{bottom:auto;top:50%;left:auto;right:-1px;transform:translateY(-50%);border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:7px solid var(--text-link)}.cs-pb-resolve-rail--r.svelte-1n87coy:after{content:"";position:absolute;top:50%;left:-1px;transform:translateY(-50%);border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:7px solid var(--text-link)}}@media(prefers-reduced-motion:no-preference){.cs-pb-anim.svelte-1n87coy{animation:svelte-1n87coy-cs-pb-fade .52s var(--easing-out) both}.cs-pb-d1.svelte-1n87coy{animation-delay:80ms}.cs-pb-d2.svelte-1n87coy{animation-delay:.16s}.cs-pb-d3.svelte-1n87coy{animation-delay:.24s}}@keyframes svelte-1n87coy-cs-pb-fade{0%{transform:translateY(6px)}to{transform:none}}.cs-hero-sig.svelte-6pa7ih{--cs-hero-sig-icon: 2.75rem;position:relative;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);overflow:hidden}.cs-hero-sig-head.svelte-6pa7ih{display:flex;align-items:center;gap:var(--space-3)}.cs-hero-sig-eyebrow.svelte-6pa7ih{color:var(--text-muted)}.cs-hero-sig-flow.svelte-6pa7ih{position:relative;display:grid;gap:var(--space-2);margin:0;padding:0;list-style:none}.cs-hero-sig-flow.svelte-6pa7ih:before{content:"";position:absolute;left:calc(var(--cs-hero-sig-icon) / 2 - var(--cs-proof-track-size) / 2);inset-block:calc(var(--cs-hero-sig-icon) / 2);width:var(--cs-proof-track-size);background:linear-gradient(180deg,var(--cs-hero-sig-accent) 0%,var(--cs-hero-sig-accent) 55%,var(--cs-hero-sig-verify) 100%);border-radius:var(--radius-full);transform-origin:top center;animation:svelte-6pa7ih-cs-hero-spine-draw .76s cubic-bezier(.16,1,.3,1) both}@keyframes svelte-6pa7ih-cs-hero-spine-draw{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media(prefers-reduced-motion:reduce){.cs-hero-sig-flow.svelte-6pa7ih:before{animation:none}}.cs-hero-sig-step.svelte-6pa7ih{position:relative;display:grid;grid-template-columns:var(--cs-hero-sig-icon) 1fr;gap:var(--space-3);align-items:start;padding-block:.15rem}.cs-hero-sig-icon.svelte-6pa7ih{display:inline-grid;place-items:center;width:var(--cs-hero-sig-icon);height:var(--cs-hero-sig-icon);border-radius:var(--radius-full);background:var(--cs-icon-badge-bg);color:var(--cs-icon-badge-fg);border:1px solid transparent;z-index:1}.cs-hero-sig-step[data-step=proof].svelte-6pa7ih .cs-hero-sig-icon:where(.svelte-6pa7ih){background:var(--bg-success-soft);color:var(--color-success-strong)}@media(prefers-reduced-motion:no-preference){.cs-hero-sig-step[data-step=content].svelte-6pa7ih .cs-hero-sig-icon:where(.svelte-6pa7ih){animation:svelte-6pa7ih-cs-hero-step-settle .52s var(--easing-out) .12s both}.cs-hero-sig-step[data-step=hash].svelte-6pa7ih .cs-hero-sig-icon:where(.svelte-6pa7ih){animation:svelte-6pa7ih-cs-hero-step-settle .52s var(--easing-out) .22s both}.cs-hero-sig-step[data-step=proof].svelte-6pa7ih .cs-hero-sig-icon:where(.svelte-6pa7ih){animation:svelte-6pa7ih-cs-hero-step-settle .56s var(--easing-out) .36s both}.cs-hero-sig-step[data-step=proof].svelte-6pa7ih .cs-hero-sig-badge:where(.svelte-6pa7ih){animation:svelte-6pa7ih-cs-hero-proof-badge .62s cubic-bezier(.16,1,.3,1) .52s both}}@keyframes svelte-6pa7ih-cs-hero-step-settle{0%{box-shadow:0 0 color-mix(in oklab,currentColor 26%,transparent)}70%{box-shadow:0 0 0 .38rem color-mix(in oklab,currentColor 0%,transparent)}to{box-shadow:none}}@keyframes svelte-6pa7ih-cs-hero-proof-badge{0%{opacity:.72;transform:translateY(.12rem)}to{opacity:1;transform:translateY(0)}}.cs-hero-sig-text.svelte-6pa7ih{display:flex;flex-direction:column;gap:1px;min-width:0;padding-top:.35rem}.cs-hero-sig-title.svelte-6pa7ih{font-weight:700;font-size:.95rem;line-height:1.3;color:var(--text-primary)}.cs-hero-sig-sub.svelte-6pa7ih{font-size:.8125rem;line-height:1.4;color:var(--text-secondary)}.cs-hero-sig-badge.svelte-6pa7ih{align-self:flex-start;margin-top:.35rem;padding:.12rem .5rem;border-radius:var(--radius-full);background:var(--bg-success-soft);color:var(--color-success-strong);font-size:.6875rem;font-weight:600;line-height:1.35}.cs-hero-sig-privacy.svelte-6pa7ih{display:flex;align-items:center;margin:0;padding:0;border-radius:var(--radius-md)}.cs-hero-sig-privacy-interactive.svelte-6pa7ih{background:var(--bg-info-soft);border:1px solid color-mix(in srgb,var(--text-link) 18%,transparent)}.cs-hero-sig-privacy-trigger.svelte-6pa7ih{display:flex;align-items:center;gap:var(--space-3);width:100%;margin:0;padding:var(--space-3) var(--space-4);border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;border-radius:inherit;transition:background-color var(--duration-fast) var(--easing-out)}.cs-hero-sig-privacy-trigger.svelte-6pa7ih:hover{background:color-mix(in srgb,var(--text-link) 6%,var(--bg-info-soft))}.cs-hero-sig-privacy-trigger.svelte-6pa7ih:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px}.cs-hero-sig-privacy-hint{flex-shrink:0;color:var(--text-muted);opacity:.42;transition:opacity var(--duration-fast) var(--easing-out),color var(--duration-fast) var(--easing-out)}.cs-hero-sig-privacy-trigger.svelte-6pa7ih:hover .cs-hero-sig-privacy-hint,.cs-hero-sig-privacy-trigger.svelte-6pa7ih:focus-visible .cs-hero-sig-privacy-hint{opacity:.72;color:var(--text-secondary)}.cs-hero-sig-privacy-line.svelte-6pa7ih{display:inline-flex;align-items:center;gap:.35rem}.cs-hero-sig-privacy-static.svelte-6pa7ih{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);background:var(--bg-info-soft);border:1px solid color-mix(in srgb,var(--text-link) 18%,transparent);border-radius:var(--radius-md)}.cs-hero-sig-privacy-icon{flex-shrink:0;color:var(--cs-hero-sig-accent)}.cs-hero-sig-privacy-text.svelte-6pa7ih{display:flex;flex-direction:column;gap:.1rem;margin:0;font-size:.8125rem;line-height:1.45;color:var(--text-primary)}.cs-hero-sig-privacy-text.svelte-6pa7ih strong:where(.svelte-6pa7ih){font-weight:700;color:var(--cs-hero-sig-accent)}@media(max-width:639px){.cs-hero-sig.svelte-6pa7ih{--cs-hero-sig-icon: 2.375rem;padding:var(--space-3);gap:var(--space-2)}.cs-hero-sig-head.svelte-6pa7ih{margin-bottom:calc(-1 * var(--space-1))}.cs-hero-sig-flow.svelte-6pa7ih{gap:var(--space-1)}.cs-hero-sig-step.svelte-6pa7ih{gap:var(--space-2);padding-block:0}.cs-hero-sig-title.svelte-6pa7ih{font-size:.875rem}.cs-hero-sig-sub.svelte-6pa7ih{font-size:.78rem;line-height:1.35}.cs-hero-sig-badge.svelte-6pa7ih{font-size:.68rem;margin-top:.15rem}.cs-hero-sig-privacy-trigger.svelte-6pa7ih,.cs-hero-sig-privacy-static.svelte-6pa7ih{padding:var(--space-2) var(--space-3)}.cs-hero-sig-privacy-text.svelte-6pa7ih{font-size:.75rem;line-height:1.4}}@media(min-width:640px)and (max-width:1023px){.cs-hero-sig.svelte-6pa7ih{--cs-hero-sig-icon: 2.625rem;text-align:left}}.cs-proof-badge.svelte-1dj5ye4{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.48rem;width:-moz-fit-content;width:fit-content;max-width:100%;min-width:0;color:var(--text-primary);text-decoration:none;border:1px solid rgba(37,99,235,.22);background:linear-gradient(135deg,#2563eb14,#0ea5e909),var(--bg-surface);box-shadow:0 12px 24px -22px #0f172a8c;transition:border-color var(--duration-fast) var(--easing-out),transform var(--duration-fast) var(--easing-out),box-shadow var(--duration-fast) var(--easing-out)}.cs-proof-badge[data-variant=compact].svelte-1dj5ye4{min-height:2.35rem;border-radius:999px;padding:.24rem .36rem .24rem .28rem}.cs-proof-badge[data-variant=full].svelte-1dj5ye4{width:100%;min-height:4rem;border-radius:var(--radius-md);padding:.78rem;gap:var(--space-2)}.cs-proof-badge[data-tone=attested].svelte-1dj5ye4{border-color:#10b98157;background:linear-gradient(135deg,#10b98118,#2563eb0a),var(--bg-surface)}.cs-proof-badge[data-tone=unavailable].svelte-1dj5ye4{border-color:var(--border-default);background:var(--bg-surface);color:var(--text-secondary)}.cs-proof-badge[data-brand=existbefore].svelte-1dj5ye4{border-color:color-mix(in oklab,var(--color-warning) 34%,transparent);background:linear-gradient(135deg,color-mix(in oklab,var(--color-warning) 10%,transparent),#2563eb09),var(--bg-surface)}.cs-proof-badge.svelte-1dj5ye4:hover{transform:translateY(-1px);border-color:#2563eb6b;box-shadow:0 18px 36px -28px #0f172ab8}.cs-proof-badge[data-tone=attested].svelte-1dj5ye4:hover{border-color:#10b98185}.cs-proof-badge[data-brand=existbefore].svelte-1dj5ye4:hover{border-color:color-mix(in oklab,var(--color-warning) 52%,transparent)}.cs-proof-badge.svelte-1dj5ye4:focus-visible{outline:2px solid var(--border-focus);outline-offset:3px}.cs-proof-badge-mark.svelte-1dj5ye4{display:inline-flex;align-items:center;justify-content:center;width:1.72rem;aspect-ratio:1;flex:0 0 auto;border-radius:999px;background:color-mix(in oklab,var(--bg-info-soft) 72%,var(--bg-surface));border:1px solid rgba(37,99,235,.14)}.cs-proof-badge[data-variant=full].svelte-1dj5ye4 .cs-proof-badge-mark:where(.svelte-1dj5ye4){width:2.35rem;border-radius:var(--radius-sm)}.cs-proof-badge[data-tone=attested].svelte-1dj5ye4 .cs-proof-badge-mark:where(.svelte-1dj5ye4){background:color-mix(in oklab,var(--bg-success-soft) 68%,var(--bg-surface));border-color:#10b98138}.cs-proof-badge[data-brand=existbefore].svelte-1dj5ye4 .cs-proof-badge-mark:where(.svelte-1dj5ye4){background:color-mix(in oklab,var(--bg-warning-soft) 74%,var(--bg-surface));border-color:color-mix(in oklab,var(--color-warning) 24%,transparent)}.cs-proof-badge-eb.svelte-1dj5ye4{color:var(--color-warning-strong);font-weight:900;letter-spacing:0}.cs-proof-badge-copy.svelte-1dj5ye4{display:grid;min-width:0;gap:.02rem}.cs-proof-badge[data-variant=compact].svelte-1dj5ye4 .cs-proof-badge-copy:where(.svelte-1dj5ye4){display:inline-flex;align-items:baseline;gap:.34rem}.cs-proof-badge-brand.svelte-1dj5ye4{color:var(--text-primary);font-weight:850;white-space:nowrap}.cs-proof-badge-label.svelte-1dj5ye4{display:inline-flex;align-items:center;gap:.28rem;min-width:0;color:var(--text-primary);font-size:.82rem;line-height:1.2;overflow-wrap:anywhere}.cs-proof-badge[data-variant=compact].svelte-1dj5ye4 .cs-proof-badge-label:where(.svelte-1dj5ye4){color:var(--brand-700);font-size:.74rem;font-weight:760;white-space:nowrap}.cs-proof-badge[data-tone=attested][data-variant=compact].svelte-1dj5ye4 .cs-proof-badge-label:where(.svelte-1dj5ye4){color:var(--color-success-strong)}.cs-proof-badge[data-brand=existbefore][data-variant=compact].svelte-1dj5ye4 .cs-proof-badge-label:where(.svelte-1dj5ye4){color:var(--color-warning-strong)}.cs-proof-badge-detail.svelte-1dj5ye4{color:var(--text-secondary)}.cs-proof-badge-status.svelte-1dj5ye4{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;border-radius:999px;padding:.16rem .45rem;background:#2563eb1a;color:var(--brand-700);font-weight:900;white-space:nowrap}.cs-proof-badge[data-tone=attested].svelte-1dj5ye4 .cs-proof-badge-status:where(.svelte-1dj5ye4){background:#10b98121;color:var(--color-success-strong)}.cs-proof-badge[data-brand=existbefore].svelte-1dj5ye4 .cs-proof-badge-status:where(.svelte-1dj5ye4){background:color-mix(in oklab,var(--color-warning) 12%,transparent);color:var(--color-warning-strong)}.cs-proof-badge[data-tone=unavailable].svelte-1dj5ye4 .cs-proof-badge-status:where(.svelte-1dj5ye4){background:var(--bg-sunken);color:var(--text-muted)}.cs-proof-badge-open.svelte-1dj5ye4{display:inline-flex;align-items:center;justify-content:center;gap:.28rem;color:var(--text-link);white-space:nowrap}.cs-proof-badge[data-variant=full].svelte-1dj5ye4 .cs-proof-badge-open:where(.svelte-1dj5ye4){grid-column:2 / -1;justify-self:start;width:-moz-fit-content;width:fit-content;border-radius:999px;border:1px solid var(--border-subtle);background:var(--bg-raised);padding:.18rem .52rem;font-size:.73rem;font-weight:800}.cs-proof-badge-eyebrow.svelte-1dj5ye4{grid-column:1 / -1;color:var(--text-muted)}@media(max-width:420px){.cs-proof-badge[data-variant=compact].svelte-1dj5ye4{width:100%;grid-template-columns:auto minmax(0,1fr) auto}.cs-proof-badge[data-variant=compact].svelte-1dj5ye4 .cs-proof-badge-copy:where(.svelte-1dj5ye4){display:grid;gap:0}.cs-proof-badge[data-variant=compact].svelte-1dj5ye4 .cs-proof-badge-status:where(.svelte-1dj5ye4){display:none}}@media(prefers-reduced-motion:reduce){.cs-proof-badge.svelte-1dj5ye4{transition:none}.cs-proof-badge.svelte-1dj5ye4:hover{transform:none}}
