:root{--shn-color-black: #020617;--shn-color-dark-blue: #0f172a;--shn-color-dark-purple: #0f172a;--shn-color-purple: #1e293b;--shn-color-dark-green: #15803d;--shn-color-light-green: #dcfce7;--shn-color-blue: #1d4ed8;--shn-color-yellow: #fef3c7;--shn-color-orange: #b45309;--shn-color-cool-neutral: #f8fafc;--shn-color-white: #ffffff;--shn-color-surface-50: #f8fafc;--shn-color-surface-100: #f1f5f9;--shn-color-surface-200: #e2e8f0;--shn-color-surface-300: #cbd5e1;--shn-color-surface-400: #94a3b8;--shn-color-surface-500: #64748b;--shn-color-surface-600: #475569;--shn-color-surface-700: #334155;--shn-color-surface-800: #1e293b;--shn-color-surface-900: #0f172a;--shn-color-surface-950: #020617;--shn-color-accent-go: #15803d;--shn-color-accent-go-subtle: #dcfce7;--shn-color-accent-go-deep: #14532d;--shn-color-semantic-warning: #b45309;--shn-color-semantic-warning-subtle: #fef3c7;--shn-color-semantic-info: #1d4ed8;--shn-surface-page: var(--shn-color-surface-50);--shn-surface-card: var(--shn-color-white);--shn-surface-divider: var(--shn-color-surface-200);--shn-surface-hover-purple: var(--shn-color-surface-50);--shn-surface-active-purple: var(--shn-color-surface-100);--shn-text-primary: var(--shn-color-dark-blue);--shn-text-accent: var(--shn-color-dark-blue);--shn-text-muted: var(--shn-color-surface-500);--shn-text-on-orange: var(--shn-color-white);--shn-text-on-purple: var(--shn-color-white);--shn-font-primary: "Outfit", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--shn-font-mono: "JetBrains Mono", "SF Mono", "Monaco", "Cascadia Mono", ui-monospace, monospace;--shn-font-weight-light: 400;--shn-font-weight-regular: 400;--shn-font-weight-medium: 500;--shn-font-weight-semibold: 600;--shn-font-weight-bold: 600;--shn-font-weight-extrabold: 600;--shn-font-size-xs: 12px;--shn-font-size-sm: 14px;--shn-font-size-base: 16px;--shn-font-size-body: 16px;--shn-font-size-md: 18px;--shn-font-size-banner: 14px;--shn-font-size-h2: 20px;--shn-font-size-h1: 32px;--shn-line-height-tight: 1.25;--shn-line-height-comfortable: 1.4;--shn-line-height-relaxed: 1.625;--shn-space-xs: 4px;--shn-space-sm: 8px;--shn-space-md: 16px;--shn-space-lg: 24px;--shn-space-xl: 32px;--shn-space-xxl: 48px;--shn-radius-sm: 6px;--shn-radius-md: 8px;--shn-radius-lg: 12px;--shn-radius-pill: 9999px;--shn-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shn-shadow-md: 0 2px 4px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--shn-layout-sidebar-width: 240px;--shn-layout-sidebar-width-tablet: 200px;--shn-layout-content-max-width: 720px;--shn-layout-card-max-width: 480px;--shn-layout-header-height: 64px;--shn-layout-banner-height: 48px;--shn-focus-outline: 2px solid var(--shn-color-dark-blue);--shn-focus-outline-offset: 2px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--shn-font-primary);font-weight:var(--shn-font-weight-regular);font-size:var(--shn-font-size-body);line-height:var(--shn-line-height-relaxed);color:var(--shn-text-primary);background:var(--shn-surface-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer}button:focus-visible,a:focus-visible,[role=button]:focus-visible{outline:var(--shn-focus-outline);outline-offset:var(--shn-focus-outline-offset)}h1,h2,h3{margin:0;font-weight:var(--shn-font-weight-bold);line-height:var(--shn-line-height-tight);color:var(--shn-text-primary)}p{margin:0 0 var(--shn-space-md) 0}.shn-app-shell{display:flex;flex-direction:column;min-height:100vh;background:var(--shn-surface-page)}.shn-app-main{display:flex;flex:1;min-height:0}.shn-app-content{flex:1;max-width:var(--shn-layout-content-max-width);margin:0 auto;padding:var(--shn-space-xl);width:100%}.shn-app-header{display:flex;align-items:center;justify-content:space-between;height:var(--shn-layout-header-height);padding:0 var(--shn-space-lg);background:var(--shn-surface-card);border-bottom:1px solid var(--shn-surface-divider)}.shn-app-heading{font-family:var(--shn-font-primary);font-weight:var(--shn-font-weight-semibold);font-size:var(--shn-font-size-h2);color:var(--shn-text-primary);margin:0;letter-spacing:-.01em}.shn-sidebar-nav{width:var(--shn-layout-sidebar-width);background:var(--shn-surface-card);border-right:1px solid var(--shn-surface-divider);padding:var(--shn-space-lg) 0;flex-shrink:0}.shn-sidebar-nav ul{list-style:none;margin:0;padding:0}.shn-sidebar-nav li{margin:0}.shn-sidebar-nav button{width:100%;display:block;padding:12px var(--shn-space-lg);background:none;border:none;border-left:3px solid transparent;text-align:left;font-family:var(--shn-font-primary);font-weight:var(--shn-font-weight-regular);font-size:var(--shn-font-size-base);color:var(--shn-text-primary);cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.shn-sidebar-nav button:hover{background:var(--shn-surface-hover-purple);color:var(--shn-text-accent)}.shn-sidebar-nav button[aria-current=page]{background:var(--shn-surface-active-purple);color:var(--shn-text-accent);border-left-color:var(--shn-color-dark-purple);font-weight:var(--shn-font-weight-medium)}.shn-sandbox-banner{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:var(--shn-space-sm);width:100%;min-height:var(--shn-layout-banner-height);padding:12px var(--shn-space-lg);background:#fef3c7;color:#b45309;border-bottom:1px solid #fde68a;font-family:var(--shn-font-primary);font-weight:var(--shn-font-weight-medium);font-size:var(--shn-font-size-banner);line-height:var(--shn-line-height-comfortable);letter-spacing:.02em;text-transform:uppercase;box-shadow:none}.shn-sandbox-banner__icon{flex-shrink:0;font-size:16px;line-height:1}.shn-sandbox-banner__text{flex:1}.shn-activate{max-width:600px}.shn-activate__heading{font-size:var(--shn-font-size-h1);font-weight:var(--shn-font-weight-bold);line-height:var(--shn-line-height-tight);color:var(--shn-text-primary);margin:0 0 12px;letter-spacing:-.02em}.shn-activate__subheading{font-size:var(--shn-font-size-h2);font-weight:var(--shn-font-weight-medium);line-height:var(--shn-line-height-comfortable);color:var(--shn-text-accent);margin:0 0 var(--shn-space-xl) 0}.shn-activate__divider{height:1px;background:var(--shn-surface-divider);margin:var(--shn-space-lg) 0;border:0}.shn-activate__body{font-size:var(--shn-font-size-body);line-height:var(--shn-line-height-relaxed);color:var(--shn-text-primary);margin:0 0 var(--shn-space-md) 0;max-width:600px}.shn-activate__body--emphasis{font-weight:var(--shn-font-weight-semibold)}.shn-activate__cta-row{display:flex;gap:12px;margin-top:var(--shn-space-xl);flex-wrap:wrap}.shn-button{font-family:var(--shn-font-primary);font-size:var(--shn-font-size-body);line-height:1;padding:14px 28px;border-radius:var(--shn-radius-md);border:1px solid transparent;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease,color .12s ease;text-decoration:none;display:inline-flex;align-items:center;gap:var(--shn-space-sm)}.shn-button--primary{background:var(--shn-color-dark-purple);color:var(--shn-text-on-purple);font-weight:var(--shn-font-weight-semibold);box-shadow:var(--shn-shadow-sm)}.shn-button--primary:hover{background:#4a1ed8;box-shadow:0 2px 4px #0f172a1f}.shn-button--primary:disabled{background:#5b25fe66;cursor:not-allowed;box-shadow:none}.shn-button--secondary{background:transparent;color:var(--shn-text-primary);font-weight:var(--shn-font-weight-medium);border-color:#0f172a29;padding:14px 24px}.shn-button--secondary:hover{background:#0f172a0a;border-color:#0f172a3d}.shn-signin-card{max-width:var(--shn-layout-card-max-width);margin:var(--shn-space-xxl) auto 0;background:var(--shn-surface-card);border-radius:var(--shn-radius-lg);box-shadow:var(--shn-shadow-md);padding:40px}.shn-signin-card__heading{font-size:var(--shn-font-size-h1);font-weight:var(--shn-font-weight-bold);line-height:var(--shn-line-height-tight);text-align:center;margin:0 0 12px}.shn-signin-card__subheading{font-size:var(--shn-font-size-h2);font-weight:var(--shn-font-weight-medium);color:var(--shn-text-accent);text-align:center;margin:0 0 var(--shn-space-xl) 0}.shn-claiming-pathway-list{border:1px solid var(--shn-surface-divider);border-radius:var(--shn-radius-lg);overflow:hidden;list-style:none;margin:0;padding:0}.shn-claiming-pathway-row{display:flex;align-items:center;justify-content:space-between;padding:var(--shn-space-md) 20px;border-bottom:1px solid var(--shn-surface-divider);cursor:pointer;background:var(--shn-surface-card);transition:background-color .12s ease;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;font-family:var(--shn-font-primary);font-weight:var(--shn-font-weight-medium);font-size:var(--shn-font-size-body);color:var(--shn-text-primary)}.shn-claiming-pathway-list li:last-child .shn-claiming-pathway-row{border-bottom:none}.shn-claiming-pathway-row:hover{background:var(--shn-surface-hover-purple)}.shn-claiming-pathway-row__arrow{color:var(--shn-text-accent);font-size:var(--shn-font-size-body)}.shn-footer{background:var(--shn-surface-card);border-top:1px solid var(--shn-surface-divider);padding:var(--shn-space-xl) var(--shn-space-lg) var(--shn-space-lg);margin-top:auto}.shn-footer__statement{font-size:var(--shn-font-size-base);font-weight:var(--shn-font-weight-medium);color:var(--shn-text-primary);margin:0 0 var(--shn-space-sm) 0;line-height:var(--shn-line-height-comfortable)}.shn-footer__link{display:inline-block;font-size:var(--shn-font-size-base);font-weight:var(--shn-font-weight-regular);color:var(--shn-text-accent);text-decoration:none}.shn-footer__link:hover{text-decoration:underline}.shn-footer__divider{height:1px;background:var(--shn-surface-divider);margin:var(--shn-space-lg) 0;border:0}.shn-footer__bottom-row{display:flex;align-items:center;gap:var(--shn-space-md);font-size:var(--shn-font-size-sm);color:var(--shn-text-muted)}.shn-tab-nav{display:flex;gap:0;border-bottom:1px solid var(--shn-surface-divider);margin:0 0 var(--shn-space-xl) 0}.shn-tab-nav__tab{background:none;border:none;border-bottom:2px solid transparent;padding:12px var(--shn-space-md);font-family:var(--shn-font-primary);font-weight:var(--shn-font-weight-medium);font-size:var(--shn-font-size-base);color:var(--shn-text-muted);cursor:pointer;transition:color .12s ease,border-color .12s ease}.shn-tab-nav__tab:hover{color:var(--shn-text-primary)}.shn-tab-nav__tab[aria-current=page]{color:var(--shn-text-accent);border-bottom-color:var(--shn-color-dark-purple)}.shn-authority-indicator{display:inline-flex;align-items:center;gap:var(--shn-space-xs);padding:4px 10px;border-radius:var(--shn-radius-pill);font-size:var(--shn-font-size-xs);font-weight:var(--shn-font-weight-semibold);letter-spacing:.02em;text-transform:uppercase}.shn-authority-indicator--granted{background:#22c55e1f;color:#15803d}.shn-authority-indicator--denied,.shn-authority-indicator--revoked{background:#ef44441f;color:#b91c1c}.shn-authority-indicator--pending{background:#ffd6833d;color:#92400e}.shn-operations-log{background:var(--shn-surface-card);border:1px solid var(--shn-surface-divider);border-radius:var(--shn-radius-md);overflow:hidden}.shn-operations-log__header{padding:var(--shn-space-md) var(--shn-space-lg);border-bottom:1px solid var(--shn-surface-divider);font-weight:var(--shn-font-weight-semibold);font-size:var(--shn-font-size-base)}.shn-audit-record-row{display:grid;grid-template-columns:auto 1fr auto;gap:var(--shn-space-md);align-items:center;padding:12px var(--shn-space-lg);border-bottom:1px solid var(--shn-surface-divider)}.shn-audit-record-row:last-child{border-bottom:none}.shn-audit-record-row__timestamp{font-size:var(--shn-font-size-sm);color:var(--shn-text-muted);font-variant-numeric:tabular-nums}.shn-audit-record-row__description{font-size:var(--shn-font-size-base);color:var(--shn-text-primary)}@media (max-width: 1023px){.shn-sidebar-nav{width:var(--shn-layout-sidebar-width-tablet)}.shn-app-content{max-width:600px;padding:var(--shn-space-lg)}}@media (max-width: 767px){.shn-sidebar-nav{display:none}.shn-app-content{max-width:100%;padding:var(--shn-space-md)}.shn-activate__heading{font-size:24px}.shn-activate__subheading{font-size:18px}.shn-sandbox-banner{min-height:56px;font-size:13px}.shn-signin-card{margin:var(--shn-space-lg) auto 0;padding:var(--shn-space-lg)}.shn-footer{padding:var(--shn-space-lg) var(--shn-space-md)}}.shn-tabular-nums,.shn-data-cell,.shn-ops-log-row,.shn-ops-log-row__cell,.shn-audit-record-row__timestamp,.shn-audit-record-row__actor,.shn-audit-record-row__action,.shn-audit-record-row__outcome,.shn-dashboard-numeric-cell{font-variant-numeric:tabular-nums}.shn-slashed-zero,.shn-identifier-cell,.shn-smart-id-display,.shn-pci-display,.shn-frost-sig-display,.shn-ops-log-row__identifier,.shn-audit-record-row__identifier{font-variant-numeric:slashed-zero}.shn-identifier-cell,.shn-ops-log-row__identifier,.shn-audit-record-row__identifier{font-variant-numeric:tabular-nums slashed-zero}.shn-icon-16{width:16px;height:16px;flex-shrink:0}.shn-icon-20{width:20px;height:20px;flex-shrink:0}.shn-icon-24{width:24px;height:24px;flex-shrink:0}.shn-icon-16,.shn-icon-20,.shn-icon-24,[data-shn-icon]{color:currentColor}.shn-icon-16 svg,.shn-icon-20 svg,.shn-icon-24 svg,[data-shn-icon] svg{stroke:currentColor;fill:none;stroke-width:1.5}.shn-mono,code,pre,.shn-ops-log-row__identifier,.shn-audit-record-row__identifier,.shn-smart-id-display,.shn-pci-display,.shn-frost-sig-display,.shn-api-reference{font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Mono,ui-monospace,monospace}.account-home-tablist{display:flex;flex-direction:row;align-items:stretch;gap:16px;border-bottom:1px solid var(--shn-color-surface-200);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.account-home-tablist::-webkit-scrollbar{display:none}.account-home-tab{flex:0 0 auto;padding:16px 24px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:var(--shn-font-primary);font-size:16px;font-weight:500;line-height:24px;color:var(--shn-color-surface-600);cursor:pointer;transition:color .1s ease,background-color .1s ease,border-color .1s ease;white-space:nowrap}.account-home-tab:hover{background-color:var(--shn-color-surface-50);color:var(--shn-text-primary)}.account-home-tab:focus{outline:none}.account-home-tab:focus-visible{outline:2px solid var(--shn-text-primary);outline-offset:2px;border-radius:2px}.account-home-tab--active{color:var(--shn-text-primary);border-bottom-color:var(--shn-text-primary)}.account-home-tab--active:hover{background-color:transparent}.account-home-tabpanel__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:128px 24px 64px}.account-home-tabpanel__placeholder h3{font-family:var(--shn-font-primary);font-size:32px;font-weight:600;line-height:1.25;color:var(--shn-text-primary);margin:0 0 16px;max-width:720px}.account-home-tabpanel__placeholder p{font-family:var(--shn-font-primary);font-size:18px;font-weight:400;line-height:28px;color:var(--shn-color-surface-700);margin:0;max-width:65ch}@keyframes shn-tabpanel-fade-in{0%{opacity:0}to{opacity:1}}.account-home-tabpanel>section{animation:shn-tabpanel-fade-in .15s ease both}@media (prefers-reduced-motion: reduce){.account-home-tabpanel>section{animation:none}}.authority-indicator{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--shn-radius-pill);font-family:var(--shn-font-primary);font-size:14px;font-weight:500;line-height:20px;white-space:nowrap;border:1px solid transparent}.authority-indicator__icon{display:inline-flex;align-items:center;justify-content:center}.authority-indicator--active{background-color:var(--shn-color-accent-go-subtle);color:var(--shn-color-accent-go-deep)}.authority-indicator--inactive{background-color:var(--shn-color-surface-100);color:var(--shn-color-surface-500)}.authority-indicator--sandbox{background-color:var(--shn-color-semantic-warning-subtle);color:var(--shn-color-semantic-warning)}.authority-indicator--production{background-color:var(--shn-color-white);color:var(--shn-text-primary);border-color:var(--shn-color-surface-300)}.ops-log-container__two-views-toggle{display:flex;flex-direction:row;align-items:stretch;gap:8px;border-bottom:1px solid var(--shn-color-surface-200);margin-bottom:16px}.ops-log-container__view-tab{flex:0 0 auto;padding:8px 16px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:var(--shn-font-primary);font-size:14px;font-weight:500;line-height:20px;color:var(--shn-color-surface-600);cursor:pointer;transition:color .1s ease,border-color .1s ease}.ops-log-container__view-tab:hover{color:var(--shn-text-primary)}.ops-log-container__view-tab:focus{outline:none}.ops-log-container__view-tab:focus-visible{outline:2px solid var(--shn-text-primary);outline-offset:2px;border-radius:2px}.ops-log-container__view-tab--active{color:var(--shn-text-primary);border-bottom-color:var(--shn-text-primary)}.multi-party-signature-chip-group{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.multi-party-signature-chip-group__connector{display:inline-block;width:8px;height:1px;background-color:var(--shn-color-surface-300)}.multi-party-signature-chip{display:inline-flex;align-items:center;gap:4px;height:24px;padding:4px 8px;border-radius:var(--shn-radius-pill);font-family:var(--shn-font-primary);font-size:12px;font-weight:500;line-height:16px;white-space:nowrap}.multi-party-signature-chip__icon{display:inline-flex;align-items:center;justify-content:center}.multi-party-signature-chip--shn-pbc,.multi-party-signature-chip--shn-council{background-color:var(--shn-color-surface-100);color:var(--shn-text-primary)}.multi-party-signature-chip--sht-in-formation{background-color:var(--shn-color-surface-50);color:var(--shn-color-surface-700)}.multi-party-signature-chip--provider,.multi-party-signature-chip--payer{background-color:var(--shn-color-surface-50);color:var(--shn-color-surface-800)}.multi-party-signature-chip-group__integrity{display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.multi-party-signature-chip-group__integrity--verified{color:var(--shn-color-accent-go)}.multi-party-signature-chip-group__integrity--tampered{color:#b91c1c}.multi-party-signature-chip-group__integrity--pending{color:var(--shn-color-surface-500)}@keyframes multi-party-signature-chip-group__spinner{to{transform:rotate(360deg)}}.multi-party-signature-chip-group__pending-spinner{animation:multi-party-signature-chip-group__spinner .5s linear infinite;transform-origin:center}@media (prefers-reduced-motion: reduce){.multi-party-signature-chip-group__pending-spinner{animation:none}}.pa-tracker-view{display:flex;flex-direction:column;gap:24px;padding:24px;background-color:var(--shn-color-surface-50);border:1px solid var(--shn-color-surface-200);border-radius:var(--shn-radius-lg);max-width:720px}.pa-tracker-view__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.pa-tracker-view__header h3{font-family:var(--shn-font-primary);font-size:20px;font-weight:600;color:var(--shn-text-primary);margin:0}.pa-tracker-view__synthetic-disclaimer{background-color:var(--shn-color-semantic-warning-subtle);color:var(--shn-color-semantic-warning);padding:12px 16px;border-radius:var(--shn-radius-md);font-size:14px;line-height:20px;margin:0}.pa-tracker-view__timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.pa-tracker-view__phase{display:flex;align-items:flex-start;gap:12px}.pa-tracker-view__phase-indicator{flex:0 0 auto;font-size:16px;line-height:1;padding-top:4px;font-family:var(--shn-font-primary)}.pa-tracker-view__phase--completed .pa-tracker-view__phase-indicator{color:var(--shn-color-accent-go)}.pa-tracker-view__phase--current .pa-tracker-view__phase-indicator{color:var(--shn-text-primary)}.pa-tracker-view__phase--upcoming .pa-tracker-view__phase-indicator{color:var(--shn-color-surface-400)}.pa-tracker-view__phase-content{flex:1 1 auto}.pa-tracker-view__phase-label{font-family:var(--shn-font-primary);font-size:16px;font-weight:600;color:var(--shn-text-primary);margin:0 0 4px}.pa-tracker-view__phase--upcoming .pa-tracker-view__phase-label{color:var(--shn-color-surface-500);font-weight:500}.pa-tracker-view__phase-description{font-family:var(--shn-font-primary);font-size:14px;line-height:20px;color:var(--shn-color-surface-700);margin:0}.federation-visualization{margin:0;display:flex;flex-direction:column;gap:16px}.federation-visualization__svg{width:100%;height:auto;max-width:720px}.federation-visualization__node--substrate .federation-visualization__node-circle{fill:var(--shn-text-primary);stroke:var(--shn-text-primary)}.federation-visualization__node--substrate .federation-visualization__node-label{fill:var(--shn-color-white);font-family:var(--shn-font-primary);font-size:14px;font-weight:600}.federation-visualization__node--peripheral .federation-visualization__node-circle{fill:var(--shn-color-white);stroke:var(--shn-color-surface-300)}.federation-visualization__node--peripheral .federation-visualization__node-label{fill:var(--shn-color-surface-800);font-family:var(--shn-font-primary);font-size:11px;font-weight:500}.federation-visualization__edge{stroke:var(--shn-text-primary);stroke-width:2;fill:none}.federation-visualization__arrowhead{fill:var(--shn-text-primary)}.federation-visualization__caption{font-family:var(--shn-font-primary);font-size:14px;line-height:20px;color:var(--shn-color-surface-700);max-width:65ch}.federation-visualization--animated .federation-visualization__node{transition:opacity .15s ease}.federation-visualization--animated .federation-visualization__node--inactive{opacity:.4}.federation-visualization--animated .federation-visualization__node--active{opacity:1}.federation-visualization--animated .federation-visualization__edge{transition:opacity .15s ease,stroke-dashoffset .3s ease}.federation-visualization--animated .federation-visualization__edge--inactive{opacity:0;stroke-dasharray:1000;stroke-dashoffset:1000}.federation-visualization--animated .federation-visualization__edge--active{opacity:1;stroke-dasharray:1000;stroke-dashoffset:0;animation:federation-visualization__edge-draw-in .3s ease both}@keyframes federation-visualization__edge-draw-in{0%{stroke-dashoffset:1000;opacity:0}to{stroke-dashoffset:0;opacity:1}}.federation-visualization:not(.federation-visualization--animated) .federation-visualization__node{opacity:1}.federation-visualization:not(.federation-visualization--animated) .federation-visualization__edge{opacity:1}@media (prefers-reduced-motion: reduce){.federation-visualization--animated .federation-visualization__node,.federation-visualization--animated .federation-visualization__edge{transition:none}.federation-visualization--animated .federation-visualization__edge--active{animation:none;stroke-dasharray:none;stroke-dashoffset:0}}
