: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-subtle:#0a151f;--sog-surface:#0d1924;--sog-surface-raised:#112332;--sog-surface-emphasis:#172c3b;--sog-line:#284555;--sog-line-subtle:#1b3443;--sog-text:#eaf3f6;--sog-text-muted:#9ab0ba;--sog-link:#75d5ff;--sog-focus:#f4c96b;--sog-positive:#78d7a9;--sog-warning:#e9c96f;--sog-critical:#f08a8a;--sog-unknown:#b7a9dd;--sog-inactive:#a7b3b9;--sog-shell-width:1360px;--sog-content-width:1180px;--sog-reading-width:760px;--sog-radius-compact:6px;--sog-radius-panel:10px;--sog-radius-prominent:14px;--sog-shadow-panel:0 12px 40px #00000038}html{color-scheme:dark;scroll-padding-top:7rem}body{background:var(--sog-background);color:var(--sog-text);margin:0}body,button,input,select,textarea{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:var(--sog-link);text-underline-offset:.18em}.skip-link{z-index:1000;border:1px solid var(--sog-focus);border-radius:var(--sog-radius-compact);background:var(--sog-background);min-height:44px;color:var(--sog-focus);align-items:center;padding:0 1rem;font-weight:700;transition:transform .12s;display:inline-flex;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;border-bottom:1px solid var(--sog-line-subtle);background:color-mix(in srgb, var(--sog-background) 92%, transparent);backdrop-filter:blur(14px);position:sticky;top:0}.site-header-inner{width:min(calc(100% - 2rem), var(--sog-shell-width));align-items:center;gap:1.5rem;min-height:76px;margin:0 auto;display:flex}.site-brand{min-width:max-content;color:var(--sog-text);text-decoration:none}.site-brand strong,.site-brand span{display:block}.site-brand strong{letter-spacing:.08em;font-size:.95rem}.site-brand span{color:var(--sog-text-muted);margin-top:.2rem;font-size:.72rem}.grouped-navigation{flex:1;justify-content:flex-end;align-items:stretch;gap:1.25rem;display:flex}.navigation-group{align-content:center;gap:.25rem;display:grid}.navigation-group-label{color:var(--sog-text-muted);letter-spacing:.09em;text-transform:uppercase;font-size:.64rem;font-weight:700}.navigation-group-links,.utility-navigation,.mobile-navigation-links{align-items:center;gap:.25rem;display:flex}.navigation-group a,.utility-navigation 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;align-items:center;padding:0 .7rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.navigation-group a:hover,.utility-navigation a:hover,.mobile-navigation a:hover{border-color:var(--sog-line);color:var(--sog-text);background:var(--sog-surface)}.navigation-group a[aria-current=page],.utility-navigation a[aria-current=page],.mobile-navigation a[aria-current=page]{border-color:var(--sog-focus);color:var(--sog-focus);background:var(--sog-surface-raised)}.utility-navigation{min-width:max-content}.utility-navigation .utility-primary{border-color:var(--sog-link);color:var(--sog-link);background:var(--sog-surface-raised)}.utility-navigation .utility-secondary{padding-inline:.55rem}.mobile-navigation{margin-left:auto;display:none}.mobile-navigation summary{cursor:pointer;border-color:var(--sog-line);background:var(--sog-surface);list-style:none}.mobile-navigation summary::-webkit-details-marker{display:none}.mobile-navigation-panel{border:1px solid var(--sog-line);border-radius:0 0 var(--sog-radius-panel) var(--sog-radius-panel);background:var(--sog-background-subtle);max-height:calc(100vh - 6rem);box-shadow:var(--sog-shadow-panel);padding:1rem;position:absolute;top:calc(100% + 1px);left:1rem;right:1rem;overflow-y:auto}.mobile-navigation-group+.mobile-navigation-group{border-top:1px solid var(--sog-line-subtle);margin-top:1rem;padding-top:1rem}.mobile-navigation-links{flex-wrap:wrap;margin-top:.35rem}.mobile-navigation-utilities{border-top:1px solid var(--sog-line-subtle);gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.site-main{width:min(calc(100% - 2rem), var(--sog-content-width));outline:none;margin:0 auto;padding-block:2rem 4rem}.site-footer{border-top:1px solid var(--sog-line-subtle);background:var(--sog-background-subtle)}.site-footer-inner{width:min(calc(100% - 2rem), var(--sog-shell-width));grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem 2rem;margin:0 auto;padding:1.5rem 0 2rem;display:grid}.site-footer-summary{max-width:46rem;color:var(--sog-text-muted);font-size:.82rem;line-height:1.6}.site-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.35rem .9rem;display:flex}.site-footer-links a{min-height:44px;color:var(--sog-text-muted);align-items:center;font-size:.78rem;display:inline-flex}.site-footer-meta{color:var(--sog-text-muted);grid-column:1/-1;font-size:.72rem}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--sog-focus);outline-offset:2px}button,input,select,textarea,summary{min-height:44px}code,pre,.contract-address,.transaction-hash,[data-long-value]{overflow-wrap:anywhere;word-break:break-word}@media (width<=1120px){.grouped-navigation,.utility-navigation{display:none}.mobile-navigation{display:block}}@media (width<=719px){.site-header-inner,.site-main,.site-footer-inner{width:min(calc(100% - 1.25rem), var(--sog-content-width))}.site-header-inner{min-height:68px}.site-brand span{display:none}.site-main{padding-top:1.25rem}.site-footer-inner{grid-template-columns:1fr}.site-footer-links{justify-content:flex-start}}@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,.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}}:root{--sog-terminal-font:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--sog-restored-page-title:clamp(2rem, 3.2vw, 3.25rem);--sog-restored-section-title:clamp(1.15rem, 1.8vw, 1.55rem);--sog-restored-subsection-title:clamp(.95rem, 1.25vw, 1.12rem)}html body,html body :where(h1,h2,h3,h4,h5,h6,p,a,span,strong,small,time,li,dt,dd,label,button,input,select,textarea,summary,table,thead,tbody,tr,th,td,code,pre,kbd,samp){font-family:var(--sog-terminal-font)!important}html body{font-variant-numeric:tabular-nums}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,.editorial-page-title h1){font-size:var(--sog-restored-page-title)!important;letter-spacing:-.045em!important;overflow-wrap:normal!important;word-break:normal!important;font-weight:700!important;line-height:1.02!important}html body .home-masthead__title{padding-top:clamp(1.7rem,3.6vw,3rem)!important;padding-bottom:clamp(1.45rem,3vw,2.25rem)!important}html body .home-masthead h1{max-width:12ch}html body h2,html body :where(.home-section-heading h2,.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-restored-section-title)!important;letter-spacing:-.025em!important;font-weight:700!important;line-height:1.16!important}html body h3{font-size:var(--sog-restored-subsection-title)!important;letter-spacing:-.015em!important;font-weight:700!important;line-height:1.25!important}html body :where(.home-register-strip strong,.stablecoin-register-count strong,.event-index-ledger dd,.organization-index-ledger dd,.guide-index-ledger dd,.guide-article-meta dd,.editorial-page-ledger dd){font-family:var(--sog-terminal-font)!important;letter-spacing:0!important;font-size:1rem!important;font-weight:700!important;line-height:1.1!important}html body :where(.home-search__heading h2,.eyebrow,.record-kicker,.home-section-kicker,th),html body .site-footer-group,html body .site-footer-group a,html body .site-footer-group h2,html body .site-footer-intro,html body .site-footer-meta{font-family:var(--sog-terminal-font)!important}@media (width<=719px){:root{--sog-restored-page-title:clamp(1.8rem, 9vw, 2.35rem);--sog-restored-section-title:clamp(1.08rem, 5.5vw, 1.35rem);--sog-restored-subsection-title:1rem}html body .home-masthead__title{padding-top:1.35rem!important;padding-bottom:1.2rem!important}}
