:root{--bg:#061018;--bg-soft:#091722;--panel:#0b1722;--panel-2:#0f1f2d;--line:#1f3a4d;--line-soft:#1f3a4d9e;--text:#e7f2f5;--muted:#84a1ae;--green:#66d19e;--amber:#d7b85f;--red:#dd6d6d;--cyan:#71d6ff;--gold:#d6b46f;--shadow:0 18px 60px #00000040;color-scheme:dark}*{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{background:radial-gradient(circle at top left, #145b7838, transparent 34rem), linear-gradient(180deg, var(--bg), #040a0f 100%);min-height:100%;color:var(--text);margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;line-height:1.5}a{color:var(--cyan);text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}.wrap{width:min(1120px,100% - 32px);margin:0 auto;padding:28px 0 64px}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 0 22px;display:flex}.brand{gap:2px;display:grid}.brand strong{letter-spacing:.08em;color:var(--text);font-size:15px}.brand span{color:var(--muted);font-size:12px}.nav{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;gap:12px;font-size:12px;display:flex}.nav a,.nav span{color:var(--muted)}.nav a[data-primary=true]{color:var(--gold)}.panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#0b1722db}.hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;margin-top:26px;display:grid}.hero-main{padding:28px}.prompt{color:var(--green);margin-bottom:16px;font-size:13px}h1,h2,h3{letter-spacing:-.04em;margin:0}h1{margin-bottom:14px;font-size:clamp(34px,6vw,64px);line-height:.98}p{color:var(--muted);max-width:70ch;margin:0}.stats{background:var(--line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.stat{background:var(--panel);padding:18px}.stat span{color:var(--muted);margin-bottom:8px;font-size:12px;display:block}.stat strong{font-size:26px}.registry{margin-top:20px;overflow:hidden}.bar{border-bottom:1px solid var(--line);color:var(--muted);padding:14px 16px;font-size:13px}.registry-controls{border-bottom:1px solid var(--line-soft);background:#0f1f2d6b;grid-template-columns:minmax(220px,1.5fr) repeat(6,minmax(140px,1fr));gap:12px;padding:16px;display:grid}.registry-controls label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;gap:6px;font-size:11px;display:grid}.registry-controls input,.registry-controls select{border:1px solid var(--line);background:var(--bg-soft);width:100%;color:var(--text);border-radius:0;outline:none;padding:9px 10px}.registry-controls input:focus,.registry-controls select:focus{border-color:var(--cyan);box-shadow:0 0 0 1px #71d6ff59}.registry-summary{border-bottom:1px solid var(--line-soft);color:var(--muted);padding:10px 16px;font-size:12px}.registry-summary [data-result-count]{color:var(--green)}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;border-bottom:1px solid var(--line-soft);vertical-align:top;padding:13px 16px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.chip{border:1px solid var(--line);white-space:nowrap;padding:4px 8px;font-size:11px;display:inline-flex}.chip.active{color:var(--green);background:#66d19e14;border-color:#66d19e8c}.chip.restricted,.chip.suspended,.chip.winding_down{color:var(--amber);background:#d7b85f14;border-color:#d7b85f8c}.chip.inactive,.chip.terminated,.chip.migrated,.chip.rebranded{color:var(--muted);background:#84a1ae0f;border-color:#84a1ae8c}.chip.collapsed{color:var(--red);background:#dd6d6d14;border-color:#dd6d6d8c}.chip.announced,.chip.unknown{color:var(--muted);background:#84a1ae0f;border-color:#84a1ae8c}.chip.warn{color:var(--amber)}.chip.fail{color:var(--red)}.report-box{gap:10px;margin-top:20px;padding:18px;display:grid}.report-box h2{font-size:18px}.report-actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.report-actions a{border:1px solid var(--line);color:var(--cyan);padding:8px 10px}.report-actions a[data-primary=true]{color:var(--gold);border-color:#d6b46fa6}.section-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px;display:grid}.mini-card{padding:18px}.mini-card h2{margin-bottom:10px;font-size:18px}.mini-card p{font-size:13px}.support-callout{background:linear-gradient(90deg,#d6b46f12,#0000 52%),#0b1722e6;border-color:#d6b46f7a;justify-content:space-between;align-items:center;gap:24px;margin-top:20px;padding:20px;display:flex}.support-callout>div{min-width:0}.support-callout .prompt{color:var(--gold);margin-bottom:8px}.support-callout h2{margin-bottom:8px;font-size:clamp(20px,3vw,28px)}.support-callout p{max-width:78ch;font-size:13px}.support-callout p+p{margin-top:10px}.support-callout-action{min-height:42px;color:var(--gold);white-space:nowrap;background:#d6b46f14;border:1px solid #d6b46fb8;flex:none;justify-content:center;align-items:center;padding:9px 14px;display:inline-flex}.support-callout-action:hover,.support-callout-action:focus-visible{border-color:var(--gold);background:#d6b46f24;outline:none;text-decoration:none}.support-callout-updates{background:linear-gradient(90deg,#d6b46f1c,#0000 62%),#0b1722f0;border-color:#d6b46fad}.support-callout-about{align-items:flex-end}.site-footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:28px;padding-top:18px;font-size:12px;display:flex}.footer-support{color:var(--gold)}@media (width<=980px){.registry-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.site-header,.hero{grid-template-columns:1fr;display:grid}.nav{justify-content:flex-start}.stats{grid-template-columns:1fr 1fr}.section-grid{grid-template-columns:1fr}.registry{overscroll-behavior-inline:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;overflow-x:auto}table[data-mobile-table=scroll-preserve]{min-width:760px;font-size:12px}.support-callout{align-items:flex-start}}@media (width<=620px){.support-callout{gap:16px;padding:17px;display:grid}.support-callout-action{width:100%}.longform-definition-table{overflow:hidden}.longform-definition-table table,.longform-definition-table table[data-mobile-table=scroll-preserve]{min-width:0;font-size:13px}.longform-definition-table thead{display:none}.longform-definition-table tbody,.longform-definition-table tr,.longform-definition-table th,.longform-definition-table td{width:100%;display:block}.longform-definition-table tr{border-bottom:1px solid var(--line-soft);padding:14px 16px}.longform-definition-table tr:last-child{border-bottom:0}.longform-definition-table th,.longform-definition-table td{border-bottom:0;padding:0}.longform-definition-table th{color:var(--text);letter-spacing:.04em;overflow-wrap:anywhere;margin-bottom:6px;font-size:12px;line-height:1.4}.longform-definition-table td{color:var(--muted);overflow-wrap:anywhere;line-height:1.55}}@media (width<=560px){.wrap{width:min(100% - 20px,1120px)}.registry-controls{grid-template-columns:1fr}}:root{--sog-background:#071018;--sog-background-deep:#040a0f;--sog-background-subtle:#0a151f;--sog-surface:#0d1a25;--sog-surface-raised:#122534;--sog-surface-emphasis:#183346;--sog-surface-selected:#16374a;--sog-surface-interactive:#102330;--sog-line:#315164;--sog-line-subtle:#1d3948;--sog-text:#edf6f8;--sog-text-muted:#a6bac3;--sog-text-faint:#7f98a4;--sog-link:#7ad9ff;--sog-link-hover:#b9ecff;--sog-focus:#ffd276;--sog-positive:#7ee0b1;--sog-warning:#f0cb72;--sog-critical:#ff9696;--sog-unknown:#c8b5ef;--sog-inactive:#b4c1c7;--sog-shell-width:1480px;--sog-content-width:1280px;--sog-reading-width:74ch;--sog-radius-compact:8px;--sog-radius-panel:14px;--sog-radius-prominent:18px;--sog-shadow-panel:0 22px 64px #0000004d;--sog-shadow-header:0 12px 34px #0003;--sog-transition:.15s ease;--sog-font-interface:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sog-font-data:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--bg:var(--sog-background);--bg-soft:var(--sog-background-subtle);--panel:var(--sog-surface);--panel-2:var(--sog-surface-raised);--line:var(--sog-line);--line-soft:color-mix(in srgb, var(--sog-line-subtle) 78%, transparent);--text:var(--sog-text);--muted:var(--sog-text-muted);--green:var(--sog-positive);--amber:var(--sog-warning);--red:var(--sog-critical);--cyan:var(--sog-link);--gold:var(--sog-warning);--shadow:var(--sog-shadow-panel);--sog-ink:var(--sog-text);--sog-ink-muted:var(--sog-text-muted);--sog-rule:var(--sog-line-subtle);--sog-accent:var(--sog-link)}html{color-scheme:dark;background:var(--sog-background-deep);min-height:100%;scroll-padding-top:10rem}body{background:radial-gradient(circle at 18% -8%, #3690b233, transparent 36rem), radial-gradient(circle at 90% 4%, #306b891f, transparent 30rem), linear-gradient(180deg, var(--sog-background), var(--sog-background-deep) 100%);min-height:100%;color:var(--sog-text);font-family:var(--sog-font-interface);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.62}body,button,input,select,textarea,summary{font-family:var(--sog-font-interface)}code,pre,kbd,samp,.contract-address,.transaction-hash,[data-long-value]{font-family:var(--sog-font-data)}a{color:var(--sog-link);text-underline-offset:.2em;transition:color var(--sog-transition), background var(--sog-transition), border-color var(--sog-transition);text-decoration-thickness:1px}a:hover{color:var(--sog-link-hover)}.skip-link{z-index:1000;border:2px solid var(--sog-focus);border-radius:var(--sog-radius-compact);background:var(--sog-background);min-height:44px;color:var(--sog-focus);transition:transform var(--sog-transition);align-items:center;padding:0 1rem;font-size:.875rem;font-weight:750;text-decoration:none;display:inline-flex;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;border:0;border-bottom:1px solid var(--sog-line-subtle);background:color-mix(in srgb, var(--sog-background) 94%, transparent);box-shadow:var(--sog-shadow-header);backdrop-filter:blur(18px)saturate(130%);padding:0;display:block;position:sticky;top:0}.site-header-primary{border-bottom:1px solid var(--sog-line-subtle)}.site-header-inner,.site-navigation-inner,.site-footer-inner{width:min(calc(100% - 2rem), var(--sog-shell-width));margin-inline:auto}.site-header-inner{grid-template-columns:auto minmax(280px,620px) auto;align-items:center;gap:clamp(1rem,2.4vw,2.25rem);min-height:82px;display:grid}.site-brand-cluster{gap:.2rem;min-width:0;display:grid}.site-brand{width:fit-content;min-width:0;color:var(--sog-text);text-decoration:none}.site-brand img{width:min(228px,100%);height:auto;display:block}.site-brand-purpose{color:var(--sog-text-muted);letter-spacing:.015em;font-size:.8125rem;font-weight:600}.site-search{width:100%;min-width:0}.site-search-control{border:1px solid var(--sog-line);background:color-mix(in srgb, var(--sog-surface-raised) 88%, transparent);min-width:0;min-height:48px;transition:border-color var(--sog-transition), background var(--sog-transition), box-shadow var(--sog-transition);border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.25rem;display:grid;box-shadow:inset 0 1px #ffffff09}.site-search-control:focus-within{border-color:var(--sog-focus);background:var(--sog-surface-raised);box-shadow:0 0 0 3px color-mix(in srgb, var(--sog-focus) 22%, transparent)}.site-search-icon{color:var(--sog-text-muted);font-family:var(--sog-font-data);padding-left:.7rem;font-size:1.2rem;line-height:1}.site-search input,.mobile-site-search input{width:100%;min-width:0;min-height:44px;color:var(--sog-text);background:0 0;border:0;outline:none;padding:0 .35rem;font-size:.9375rem}.site-search input::placeholder,.mobile-site-search input::placeholder{color:var(--sog-text-faint);opacity:1}.site-search button,.mobile-site-search button{border:1px solid color-mix(in srgb, var(--sog-link) 72%, var(--sog-line));background:color-mix(in srgb, var(--sog-link) 12%, var(--sog-surface-emphasis));min-height:40px;color:var(--sog-link-hover);cursor:pointer;border-radius:999px;padding:0 1rem;font-size:.875rem;font-weight:750}.site-search button:hover,.mobile-site-search button:hover{border-color:var(--sog-link);background:color-mix(in srgb, var(--sog-link) 20%, var(--sog-surface-emphasis))}.utility-navigation{justify-content:flex-end;align-items:center;gap:.5rem;min-width:max-content;display:flex}.utility-navigation a,.navigation-group a,.mobile-navigation a,.mobile-navigation summary{border-radius:var(--sog-radius-compact);min-height:44px;color:var(--sog-text-muted);border:1px solid #0000;justify-content:center;align-items:center;font-size:.875rem;font-weight:650;line-height:1.25;text-decoration:none;display:inline-flex}.utility-navigation a{padding-inline:.85rem}.utility-navigation .utility-primary{border-color:var(--sog-line);background:var(--sog-surface-interactive);color:var(--sog-text)}.utility-navigation .utility-secondary{color:var(--sog-warning)}.utility-navigation a:hover,.navigation-group a:hover,.mobile-navigation a:hover{border-color:var(--sog-line);background:var(--sog-surface-raised);color:var(--sog-text)}.utility-navigation a[aria-current=page],.navigation-group a[aria-current=page],.mobile-navigation a[aria-current=page]{border-color:color-mix(in srgb, var(--sog-link) 70%, var(--sog-line));background:var(--sog-surface-selected);color:var(--sog-link-hover);box-shadow:inset 0 -2px 0 var(--sog-link)}.site-navigation-bar{background:color-mix(in srgb, var(--sog-background-subtle) 92%, transparent)}.site-navigation-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.25rem;min-height:62px;display:grid}.grouped-navigation{overscroll-behavior-inline:contain;scrollbar-width:thin;align-items:stretch;gap:clamp(1rem,2vw,2rem);min-width:0;display:flex;overflow-x:auto}.navigation-group{align-content:center;gap:.25rem;min-width:max-content;display:grid}.navigation-group-label{color:var(--sog-text-faint);letter-spacing:.085em;text-transform:uppercase;padding-left:.45rem;font-size:.75rem;font-weight:800;line-height:1.1}.navigation-group-links{align-items:center;gap:.2rem;display:flex}.navigation-group a{padding-inline:.65rem}.site-navigation-context{max-width:none;color:var(--sog-text-faint);white-space:nowrap;margin:0;font-size:.8125rem;line-height:1.35}.mobile-navigation{margin-left:auto;display:none}.mobile-navigation summary{border-color:var(--sog-line);background:var(--sog-surface-interactive);color:var(--sog-text);cursor:pointer;gap:.65rem;padding-inline:.8rem;list-style:none}.mobile-navigation summary::-webkit-details-marker{display:none}.mobile-navigation-icon{gap:3px;width:18px;display:grid}.mobile-navigation-icon i{height:2px;transition:transform var(--sog-transition), opacity var(--sog-transition);background:currentColor;border-radius:999px}.mobile-navigation[open] .mobile-navigation-icon i:first-child{transform:translateY(5px)rotate(45deg)}.mobile-navigation[open] .mobile-navigation-icon i:nth-child(2){opacity:0}.mobile-navigation[open] .mobile-navigation-icon i:nth-child(3){transform:translateY(-5px)rotate(-45deg)}.mobile-navigation-panel{border:1px solid var(--sog-line);border-radius:0 0 var(--sog-radius-panel) var(--sog-radius-panel);background:color-mix(in srgb, var(--sog-background-subtle) 98%, transparent);max-height:calc(100vh - 5.5rem);box-shadow:var(--sog-shadow-panel);padding:1rem;position:absolute;top:calc(100% + 1px);left:.75rem;right:.75rem;overflow-y:auto}.mobile-site-search{gap:.5rem;display:grid}.mobile-site-search>label,.mobile-navigation-group h2{color:var(--sog-text-faint);letter-spacing:.075em;text-transform:uppercase;margin:0;font-size:.8125rem;font-weight:800;line-height:1.25}.mobile-navigation-group{border-top:1px solid var(--sog-line-subtle);margin-top:1rem;padding-top:1rem}.mobile-navigation-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;margin-top:.45rem;display:grid}.mobile-navigation-links a{justify-content:flex-start;padding-inline:.75rem}.mobile-navigation-utilities{border-top:1px solid var(--sog-line-subtle);grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1rem;padding-top:1rem;display:grid}.mobile-navigation-utilities a{border-color:var(--sog-line);background:var(--sog-surface-interactive);padding-inline:.75rem}.site-main{width:min(calc(100% - 2rem), var(--sog-content-width));outline:none;margin-inline:auto;padding-block:clamp(1.5rem,3vw,2.75rem) clamp(4rem,7vw,7rem)}.site-main:focus{outline:none}.site-footer{border:0;border-top:1px solid var(--sog-line-subtle);background:linear-gradient(180deg, color-mix(in srgb, var(--sog-background-subtle) 96%, transparent), var(--sog-background-deep));color:var(--sog-text-muted);margin:0;padding:0;font-size:1rem;display:block}.site-footer-inner{grid-template-columns:minmax(240px,.9fr) minmax(0,2fr);align-items:start;gap:clamp(2rem,4vw,4rem);padding-block:clamp(2rem,5vw,4rem) 2rem;display:grid}.site-footer-summary{gap:1rem;min-width:0;display:grid}.site-footer-summary .brand-lockup{width:fit-content}.site-footer-summary p{max-width:48ch;color:var(--sog-text-muted);margin:0;font-size:.9375rem;line-height:1.65}.site-footer-principles{flex-wrap:wrap;gap:.45rem;display:flex}.site-footer-principles span{border:1px solid var(--sog-line-subtle);background:var(--sog-surface);color:var(--sog-text-muted);border-radius:999px;padding:.35rem .6rem;font-size:.8125rem;line-height:1.25}.site-footer-navigation{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;min-width:0;display:grid}.site-footer-group{align-content:start;gap:.15rem;min-width:0;display:grid}.site-footer-group h2{color:var(--sog-text);letter-spacing:.075em;text-transform:uppercase;margin:0 0 .55rem;font-size:.875rem;font-weight:800;line-height:1.25}.site-footer-group a{min-height:38px;color:var(--sog-text-muted);overflow-wrap:anywhere;align-items:center;padding:.3rem 0;font-size:.875rem;line-height:1.35;text-decoration:none;display:flex}.site-footer-group a:hover{color:var(--sog-link-hover)}.site-footer-meta{border-top:1px solid var(--sog-line-subtle);color:var(--sog-text-faint);grid-column:1/-1;margin:0;padding-top:1.25rem;font-size:.8125rem;line-height:1.5}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--sog-focus);outline-offset:3px}button,input,select,textarea,summary{min-height:44px}button,input,select,textarea{font-size:max(.875rem,14px)}button:disabled,input:disabled,select:disabled,textarea:disabled,[aria-disabled=true]{cursor:not-allowed;opacity:.58}html body table{font-size:max(.875rem,14px)}html body table :where(th,td){font-size:max(.875rem,14px);line-height:1.45}code,pre,.contract-address,.transaction-hash,[data-long-value]{overflow-wrap:anywhere;word-break:break-word}@media (width<=1280px){.site-header-inner{grid-template-columns:auto minmax(260px,1fr) auto}.site-navigation-context{display:none}.site-navigation-inner{grid-template-columns:1fr}}@media (width<=1120px){html{scroll-padding-top:6.5rem}.site-header-inner{grid-template-columns:minmax(0,1fr) minmax(260px,420px) auto;min-height:76px}.utility-navigation,.site-navigation-bar{display:none}.mobile-navigation{display:block}}@media (width<=860px){.site-header-inner{grid-template-columns:minmax(0,1fr) auto}.site-search{display:none}.site-footer-inner{grid-template-columns:1fr}.site-footer-navigation{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=719px){.site-header-inner,.site-main,.site-footer-inner{width:min(calc(100% - 1.25rem), var(--sog-content-width))}.site-header-inner{gap:.75rem;min-height:68px}.site-brand-purpose{display:none}.site-brand img{width:min(188px,58vw)}.site-main{padding-top:1.25rem}.mobile-navigation-panel{left:.625rem;right:.625rem}.mobile-navigation-links,.mobile-navigation-utilities{grid-template-columns:1fr}.site-footer-navigation{grid-template-columns:1fr 1fr;gap:1.75rem 1rem}}@media (width<=420px){.site-brand img{width:min(164px,56vw)}.mobile-navigation summary{padding-inline:.65rem}.site-search-control{border-radius:var(--sog-radius-panel)}.site-footer-navigation{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (forced-colors:active){.site-header,.site-footer,.mobile-navigation-panel,.site-search-control,.navigation-group a,.utility-navigation a,.mobile-navigation a,.mobile-navigation summary{forced-color-adjust:auto}.navigation-group a[aria-current=page],.utility-navigation a[aria-current=page],.mobile-navigation a[aria-current=page]{outline:2px solid}}html body .site-footer-inner{grid-template-columns:minmax(260px,1.45fr) repeat(4,minmax(120px,.72fr));align-items:start;gap:1.8rem 2rem;padding:2rem 0 2.4rem;display:grid}html body .site-footer-intro{min-width:0}html body .site-footer-intro p{max-width:42ch;color:var(--sog-ink-muted);margin:.85rem 0 0;font-size:.78rem;line-height:1.65}html body .site-footer-group{align-content:start;gap:.18rem;min-width:0;display:grid}html body .site-footer-group h2{color:var(--sog-ink);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .45rem;font-size:.76rem}html body .site-footer-group a{overflow-wrap:anywhere;align-items:center;min-height:34px;padding:.2rem 0;font-size:.75rem;line-height:1.35;text-decoration:none;display:flex;color:var(--sog-ink-muted)!important}html body .site-footer-group a:hover,html body .site-footer-group a:focus-visible{color:var(--sog-accent)!important}html body .site-footer-meta{border-top:1px solid var(--sog-rule);color:var(--sog-ink-quiet);grid-column:1/-1;margin:0;padding-top:1rem;font-size:.7rem;line-height:1.55}html body .guide-article-content,html body .longform-content{min-width:0}html body .guide-article-content :where(p,li),html body .longform-content :where(p,li){max-width:74ch;line-height:1.76}html body .guide-article-content :where(h1,h2,h3),html body .longform-content :where(h1,h2,h3){overflow-wrap:anywhere;max-width:28ch}html body .guide-article-footer,html body .longform-footer{gap:.5rem}html body .guide-article-footer a,html body .longform-footer a{border:1px solid var(--sog-rule);min-height:42px;color:var(--sog-accent);align-items:center;padding:.45rem .65rem;text-decoration:none;display:inline-flex}html body .guide-article-footer a:hover,html body .longform-footer a:hover{border-color:var(--sog-accent)}@media (width<=1040px){html body .site-footer-inner{grid-template-columns:minmax(240px,1.2fr) repeat(2,minmax(140px,.8fr))}html body .site-footer-intro,html body .site-footer-meta{grid-column:1/-1}}@media (width<=640px){html body .site-footer-inner{grid-template-columns:1fr;gap:1.25rem}html body .site-footer-intro,html body .site-footer-meta{grid-column:1}html body .site-footer-group{border-top:1px solid var(--sog-rule);padding-top:.85rem}html body .site-footer-group a{border-bottom:1px solid var(--sog-rule);min-height:38px}html body .guide-article-footer,html body .longform-footer{grid-template-columns:1fr;display:grid}html body .guide-article-footer a,html body .longform-footer a{box-sizing:border-box;width:100%}}@media (forced-colors:active){html body .site-footer-group,html body .guide-article-footer a,html body .longform-footer a{forced-color-adjust:auto}}:root{--sog-font-interface:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sog-font-data:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--sog-type-page-title:clamp(2.25rem, 4.2vw, 3.6rem);--sog-type-section-title:clamp(1.4rem, 2.2vw, 1.9rem);--sog-type-subsection-title:clamp(1.08rem, 1.45vw, 1.28rem);--sog-type-metric:clamp(1.3rem, 2.2vw, 1.85rem)}html body,html body *{font-family:var(--sog-font-interface)!important}html body :where(code,pre,kbd,samp,.contract-address,.transaction-hash,[data-long-value],[data-copy-value]){font-family:var(--sog-font-data)!important}html body{font-size:1rem;line-height:1.62}html body :where(h1,h2,h3,h4,h5,h6){overflow-wrap:anywhere;text-wrap:balance;max-width:100%;margin-top:0;color:var(--sog-ink)!important}html body h1,html body :where(.home-masthead h1,.stablecoin-register-header h1,.event-index-title h1,.organization-index-title h1,.stablecoin-dossier-title-row h1,.guide-index-title h1,.guide-article-masthead h1,.guide-article-content>.hero h1,.editorial-page-title h1){font-size:var(--sog-type-page-title)!important;letter-spacing:-.035em!important;font-weight:760!important;line-height:1.08!important}html body h2,html body :where(.stablecoin-index-section-heading h2,.event-index-section-heading h2,.organization-index-section-heading h2,.stablecoin-section-heading h2,.guide-index-section-heading h2,.reference-section-heading h2,.utility-section-heading h2,.section-heading h2){font-size:var(--sog-type-section-title)!important;letter-spacing:-.025em!important;font-weight:730!important;line-height:1.18!important}html body h3,html body :where(.reference-entry-grid h3,.guide-related-records h3,.guide-index-mobile h3,.reference-mobile-records h3,.wallet-card h3){font-size:var(--sog-type-subsection-title)!important;letter-spacing:-.015em!important;font-weight:710!important;line-height:1.3!important}html body :where(.guide-article-content .bar,.guide-article-section-title,.longform-content .bar,.editorial-utility-page .bar){font-family:var(--sog-font-interface)!important;font-size:var(--sog-type-section-title)!important;letter-spacing:-.025em!important;font-weight:730!important;line-height:1.18!important}html body :where(.event-index-ledger dd,.organization-index-ledger dd,.guide-index-ledger dd,.guide-article-meta dd,.editorial-page-ledger dd,.home-register-strip strong,.stablecoin-register-count strong){font-family:var(--sog-font-interface)!important;font-size:var(--sog-type-metric)!important;letter-spacing:-.02em!important;font-weight:730!important;line-height:1.1!important}html body :where(.guide-article-toc summary,.longform-toc summary,.guide-index-reference strong,.reference-entry-grid h2,.reference-update-title,.reference-actions strong,.support-principles h2,.support-callout h2,.utility-action-grid h2,.contact-actions h2,blockquote,.stablecoin-assessment-copy,.stablecoin-assessment-copy p){font-family:var(--sog-font-interface)!important}html body .stablecoin-dossier-title-row h1 i{font-family:var(--sog-font-interface)!important;font-size:.64em!important;font-weight:560!important}html body .stablecoin-dossier-title-row h1 span{font-size:.48em!important}html body .home-masthead__title{gap:clamp(1rem,2.5vw,2.25rem)!important}html body :where(.stablecoin-register-header,.event-index-masthead,.organization-index-masthead,.stablecoin-dossier-masthead,.guide-index-masthead,.editorial-page-masthead){padding-top:.9rem!important;padding-bottom:1.15rem!important}html body :where(.home-masthead__title p,.stablecoin-register-header>div:first-child>p:last-child,.event-index-title>span,.organization-index-title>span,.guide-index-title p,.guide-article-deck,.editorial-page-title p){font-size:1rem!important;line-height:1.65!important}html body :where(.home-masthead__edition,.stablecoin-index-eyebrow,.event-index-overline,.organization-index-overline,.guide-index-overline,.guide-article-overline,.editorial-page-overline,.stablecoin-dossier-overline,.stablecoin-record-id){letter-spacing:.075em!important;font-size:.8125rem!important}html body :where(.guide-article-content p,.guide-article-content li,.longform-content p,.longform-content li){font-size:1rem!important;line-height:1.72!important}html body :where(.guide-article-content blockquote,.longform-content blockquote){font-size:1rem!important;line-height:1.68!important}html body table,html body table :where(th,td){font-size:.875rem!important;line-height:1.45!important}html body :where(label,button,input,select,textarea,summary){font-size:max(.875rem,14px)!important}html body :where(.site-footer-group h2,.site-footer-group a,.site-footer-summary p,.site-footer-meta,.navigation-group-label,.navigation-group a,.utility-navigation a,.mobile-navigation a){font-size:max(.8125rem,13px)!important}@media (width<=719px){:root{--sog-type-page-title:clamp(2rem, 9.5vw, 2.65rem);--sog-type-section-title:clamp(1.3rem, 6vw, 1.65rem);--sog-type-subsection-title:1.08rem;--sog-type-metric:clamp(1.2rem, 6vw, 1.55rem)}html body{font-size:1rem}html body :where(.home-masthead__title,.stablecoin-register-header,.event-index-title,.organization-index-title,.stablecoin-dossier-title-row,.guide-index-title,.guide-article-masthead,.guide-article-content>.hero,.editorial-page-title){padding-top:.9rem!important;padding-bottom:.85rem!important}html body .home-masthead__title{gap:.9rem!important}html body :where(.stablecoin-register-header,.event-index-masthead,.organization-index-masthead,.stablecoin-dossier-masthead,.guide-index-masthead,.editorial-page-masthead){padding-top:.75rem!important;padding-bottom:.9rem!important}}.stablecoin-index-table thead,.stablecoin-index-table tr,.stablecoin-index-table th{position:static!important;inset:auto!important;transform:none!important}.mobile-card-primary,.mobile-card-details dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1rem;margin:0;display:grid}.mobile-card-primary dt,.mobile-card-details dt,.mobile-evidence-record dt{color:var(--sog-ink-muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .2rem;font-size:.64rem;font-weight:800}.mobile-card-primary dd,.mobile-card-details dd,.mobile-evidence-record dd{overflow-wrap:anywhere;margin:0;line-height:1.45}.mobile-card-details{border-top:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);margin-top:.8rem}.mobile-card-details>summary{min-height:42px;color:var(--sog-accent);cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;font-size:.72rem;font-weight:750;list-style:none;display:flex}.mobile-card-details>summary::-webkit-details-marker{display:none}.mobile-evidence-record>summary::-webkit-details-marker{display:none}.site-footer-disclosure>summary::-webkit-details-marker{display:none}.mobile-card-details>summary:after,.mobile-evidence-record>summary:after,.site-footer-disclosure>summary:after{content:"+";color:var(--sog-ink-muted)}.mobile-card-details[open]>summary:after,.mobile-evidence-record[open]>summary:after,.site-footer-disclosure[open]>summary:after{content:"−"}.mobile-card-details dl{padding:.75rem 0 .9rem}.mobile-evidence-list{border-top:1px solid var(--sog-rule)}.mobile-evidence-record{border-bottom:1px solid var(--sog-rule)}.mobile-evidence-record>summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.25rem .75rem;min-height:58px;padding:.7rem 0;list-style:none;display:grid}.mobile-evidence-record>summary strong{min-width:0;color:var(--sog-ink);overflow-wrap:anywhere;font-size:.8rem;line-height:1.35}.mobile-evidence-record>summary span{color:var(--sog-ink-muted);grid-column:1;font-size:.68rem;line-height:1.35}.mobile-evidence-record>summary:after{grid-area:1/2/span 2}.mobile-evidence-record dl{gap:.65rem;margin:0;padding:.25rem 0 .9rem;display:grid}.mobile-evidence-record dd a{overflow-wrap:anywhere}.site-footer-disclosure{min-width:0}.site-footer-disclosure>summary{color:var(--sog-ink);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:800;list-style:none}.site-footer-disclosure-panel{align-content:start;gap:.18rem;display:grid}.site-footer-disclosure-panel a{overflow-wrap:anywhere;align-items:center;min-height:34px;padding:.2rem 0;font-size:.75rem;line-height:1.35;text-decoration:none;display:flex;color:var(--sog-ink-muted)!important}@media (width>=641px){.site-footer-disclosure>summary{pointer-events:none;margin-bottom:.45rem}.site-footer-disclosure>summary:after{display:none}}@media (width<=719px){.mobile-card-primary,.mobile-card-details dl{grid-template-columns:repeat(2,minmax(0,1fr))}.stablecoin-index-card,.event-index-card,.organization-index-card{padding-block:.75rem}}@media (width<=640px){.site-footer-disclosure{border-top:1px solid var(--sog-rule);padding-top:.75rem}.site-footer-disclosure>summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:44px;display:flex}.site-footer-disclosure-panel a{border-bottom:1px solid var(--sog-rule);min-height:38px}}@media (width<=420px){.mobile-card-primary,.mobile-card-details dl{grid-template-columns:1fr}}:root{--sog-type-page-title:clamp(1.9rem, 3vw, 2.75rem);--sog-type-section-title:clamp(1.2rem, 1.7vw, 1.45rem);--sog-type-subsection-title:clamp(.98rem, 1.2vw, 1.1rem);--sog-type-metric:clamp(1.15rem, 1.7vw, 1.45rem)}html body h1{font-size:var(--sog-type-page-title)!important;letter-spacing:-.03em!important;line-height:1.08!important}html body h2{font-size:1.1rem!important;line-height:1.2!important}html body :where(.stablecoin-index-section-heading h2,.event-index-section-heading h2,.organization-index-section-heading h2,.stablecoin-section-heading h2,.guide-index-section-heading h2,.reference-section-heading h2,.utility-section-heading h2,.section-heading h2,.guide-article-content .bar,.guide-article-section-title,.longform-content .bar,.editorial-utility-page .bar){font-size:var(--sog-type-section-title)!important;line-height:1.16!important}html body h3{font-size:var(--sog-type-subsection-title)!important;line-height:1.25!important}html body :where(.event-index-ledger dd,.organization-index-ledger dd,.guide-index-ledger dd,.guide-article-meta dd,.editorial-page-ledger dd,.home-register-strip strong,.stablecoin-register-count strong){font-size:var(--sog-type-metric)!important}html body :where(.home-masthead__title,.stablecoin-register-header,.event-index-title,.organization-index-title,.stablecoin-dossier-title-row,.guide-index-title,.guide-article-masthead,.guide-article-content>.hero,.editorial-page-title){padding-top:clamp(.85rem,1.7vw,1.3rem)!important;padding-bottom:clamp(.75rem,1.5vw,1.05rem)!important}@media (width<=719px){:root{--sog-type-page-title:clamp(1.65rem, 8vw, 2rem);--sog-type-section-title:clamp(1.08rem, 5.2vw, 1.28rem);--sog-type-subsection-title:.98rem;--sog-type-metric:clamp(1.05rem, 5vw, 1.25rem)}}html body .guide-index-title h1,html body .guide-article-masthead h1,html body .guide-article-content>.hero h1,html body .guide-index-section-heading h2,html body .guide-index-reference strong,html body .guide-article-toc summary,html body .guide-article-content .bar,html body .guide-article-section-title,html body .guide-article-content blockquote,html body .guide-related-records h3,html body .guide-article-content>.section-grid h2,html body .guide-index-mobile h3,html body .guide-index-ledger dd,html body .guide-article-meta dd,html body .editorial-page-title h1,html body .editorial-page-ledger dd,html body .reference-section-heading h2,html body .utility-section-heading h2,html body .reference-entry-grid h2,html body .reference-entry-grid h3,html body .reference-table td:first-child,html body .reference-table tbody th:first-child,html body .reference-update-title,html body .reference-actions strong,html body .longform-toc summary,html body .longform-content .bar,html body .longform-content>.section-grid h2,html body .utility-action-grid h2,html body .contact-actions h2,html body .editorial-utility-page .bar,html body .section-heading h2,html body .wallet-card h3,html body .support-principles h2,html body .support-callout h2,html body .reference-mobile-records h3{font-family:var(--sog-font-interface)!important}html body .guide-article-content .bar,html body .guide-article-section-title,html body .longform-content .bar,html body .editorial-utility-page .bar{font-size:var(--sog-type-section-title)!important;letter-spacing:-.02em!important;line-height:1.2!important}html body .guide-article-layout,html body .longform-layout{grid-template-columns:minmax(190px,230px) minmax(0,900px);gap:0 clamp(2rem,4vw,4rem);width:min(100%,1320px);max-width:1320px}.terminal-mobile-table{display:none}.terminal-mobile-table>details,.terminal-mobile-table>article{border-bottom:1px solid var(--sog-rule)}.terminal-mobile-table summary{min-height:52px;color:var(--sog-ink);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.2rem .7rem;padding:.65rem 0;list-style:none;display:grid}.terminal-mobile-table summary::-webkit-details-marker{display:none}.terminal-mobile-section>summary::-webkit-details-marker{display:none}.terminal-mobile-table summary strong{overflow-wrap:anywhere;min-width:0;font-size:.8rem;line-height:1.35}.terminal-mobile-table summary span{color:var(--sog-ink-muted);grid-column:1;font-size:.68rem;line-height:1.35}.terminal-mobile-table summary:after,.terminal-mobile-section>summary:after{content:"+";color:var(--sog-accent);grid-area:1/2/span 2}.terminal-mobile-table details[open]>summary:after,.terminal-mobile-section[open]>summary:after{content:"−"}.terminal-mobile-table dl{gap:.65rem;margin:0;padding:.25rem 0 .9rem;display:grid}.terminal-mobile-table dt{color:var(--sog-ink-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.18rem;font-size:.62rem;font-weight:800}.terminal-mobile-table dd{overflow-wrap:anywhere;margin:0;line-height:1.45}.mobile-evidence-record>summary strong,.mobile-evidence-record>summary span{overflow-wrap:anywhere}.mobile-evidence-record>summary span{display:block}.terminal-mobile-section{border-top:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule)}.terminal-mobile-section>summary{min-height:48px;color:var(--sog-accent);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.6rem 0;font-size:.78rem;font-weight:800;list-style:none;display:grid}.terminal-mobile-section-panel{padding-bottom:.85rem}@media (width<=820px){html body .guide-article-layout,html body .longform-layout{grid-template-columns:1fr;width:100%}.guide-article-content table[data-terminal-mobile-table-built=true],.longform-content table[data-terminal-mobile-table-built=true]{display:none!important}.terminal-mobile-table{border-top:1px solid var(--sog-rule);margin:.8rem 0 1.2rem;display:block}}@media (width>=821px){.terminal-mobile-section>summary{display:none}.terminal-mobile-section{border:0}.terminal-mobile-section-panel{padding:0}}:root{--sog-space-page-inline:clamp(1rem, 2.4vw, 1.5rem);--sog-space-panel-inline:clamp(.875rem, 1.8vw, 1.125rem);--sog-space-panel-block:clamp(.75rem, 1.5vw, 1rem);--sog-space-cell-inline:clamp(.75rem, 1.4vw, .95rem);--sog-space-cell-block:clamp(.625rem, 1.2vw, .8rem);--sog-space-stack:clamp(.875rem, 1.8vw, 1.25rem)}html body *,html body :before,html body :after{box-sizing:border-box}html body .site-header-inner,html body .site-main,html body .site-footer-inner{width:min(calc(100% - (2 * var(--sog-space-page-inline))), var(--sog-shell-width))}html body .site-main{max-width:var(--sog-content-width)}html body :where(.home-masthead,.home-register-strip,.home-search-panel,.home-register-panel,.stablecoin-register-header,.stablecoin-index-section-heading,.stablecoin-index-toolbar,.stablecoin-index-summary,.event-index-masthead,.event-index-section-heading,.event-index-toolbar,.event-index-summary,.organization-index-masthead,.organization-index-section-heading,.organization-index-toolbar,.organization-index-summary,.stablecoin-dossier-masthead,.stablecoin-section-heading,.guide-index-masthead,.guide-index-section-heading,.guide-article-masthead,.editorial-page-masthead,.editorial-page-title,.reference-section-heading,.utility-section-heading,.support-callout,.support-principles,.contact-actions,.utility-action-grid,.reference-actions,.comparison-heading){padding-inline:var(--sog-space-panel-inline)!important}html body :where(.stablecoin-index-card,.event-index-card,.organization-index-card,.guide-index-mobile article,.reference-mobile-records article,.wallet-card,.comparison-record,.mobile-record-list>article,.mobile-definition-list>div,.stablecoin-assessment-copy,.guide-index-reference,.guide-related-records,.reference-entry-grid>*,.utility-action-grid>*,.contact-actions>*,.support-principles>*,.support-callout){padding:var(--sog-space-panel-block) var(--sog-space-panel-inline)!important}html body :where(table th,table td,.stablecoin-index-table th,.stablecoin-index-table td,.event-index-table th,.event-index-table td,.organization-index-table th,.organization-index-table td,.reference-table th,.reference-table td){padding:var(--sog-space-cell-block) var(--sog-space-cell-inline)!important}html body :where(.stablecoin-index-filter summary,.event-index-filter summary,.organization-index-filter summary,.mobile-card-details>summary,.mobile-evidence-record>summary,.terminal-mobile-table summary,.terminal-mobile-section>summary,.organization-assets-summary>summary,.organization-summary>summary,.site-footer-disclosure>summary,.guide-article-toc summary,.longform-toc summary){padding:var(--sog-space-cell-block) var(--sog-space-panel-inline)!important}html body :where(.stablecoin-index-filter-options,.event-index-filter-options,.organization-index-filter-options,.mobile-card-details dl,.mobile-evidence-record dl,.terminal-mobile-table dl,.terminal-mobile-section-panel,.site-footer-disclosure-panel){padding:var(--sog-space-cell-block) var(--sog-space-panel-inline) var(--sog-space-panel-block)!important}html body :where(.mobile-card-primary,.mobile-card-details dl,.mobile-evidence-record dl,.mobile-definition-list,.mobile-record-list,.terminal-mobile-table dl,.stablecoin-dossier-grid,.guide-article-content,.longform-content){gap:var(--sog-space-stack)!important}html body :where(.stablecoin-index-toolbar,.event-index-toolbar,.organization-index-toolbar){padding-block:var(--sog-space-panel-block)!important;gap:var(--sog-space-stack)!important}html body :where(.stablecoin-index-summary,.event-index-summary,.organization-index-summary,.stablecoin-index-pagination,.event-index-pagination,.organization-index-pagination){padding-block:var(--sog-space-panel-block)!important}html body :where(.active-filter-chip,.ui-button,.stablecoin-index-action,.event-index-action,.organization-index-action){padding-inline:.85rem!important}html body .site-footer-inner{gap:1.5rem 2rem!important;padding-block:2rem 2.5rem!important}html body .site-footer-intro,html body .site-footer-disclosure,html body .site-footer-group,html body .site-footer-meta{padding-inline:var(--sog-space-panel-inline)}html body .site-footer-disclosure-panel a,html body .site-footer-group a{padding-block:.45rem!important;padding-inline:.75rem!important}html body :where(.guide-article-content blockquote,.longform-content blockquote,.guide-article-content pre,.longform-content pre,.guide-article-content .callout,.longform-content .callout){padding:var(--sog-space-panel-block) var(--sog-space-panel-inline)!important}@media (width<=719px){:root{--sog-space-page-inline:1rem;--sog-space-panel-inline:1rem;--sog-space-panel-block:.875rem;--sog-space-cell-inline:.875rem;--sog-space-cell-block:.75rem;--sog-space-stack:1rem}html body .site-main{padding-block:1.25rem 3rem}html body :where(.stablecoin-index-page,.event-index-page,.organization-index-page,.stablecoin-dossier,.guide-index-page,.guide-article-page,.editorial-utility-page,.longform-layout){min-width:0}html body :where(.stablecoin-index-card,.event-index-card,.organization-index-card,.mobile-record-list>article,.mobile-definition-list>div,.terminal-mobile-table>details,.mobile-evidence-record){margin-inline:0!important}html body :where(.stablecoin-index-card,.event-index-card,.organization-index-card){padding:1rem!important}html body .site-footer-inner{width:min(calc(100% - 2rem), var(--sog-shell-width));padding-block:1.75rem 2.25rem!important}html body .site-footer-intro,html body .site-footer-disclosure,html body .site-footer-meta{padding-inline:0!important}html body .site-footer-disclosure>summary,html body .site-footer-disclosure-panel a{min-height:44px;padding-inline:.875rem!important}}
