: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(1.85rem, 3vw, 2.75rem);--sog-restored-section-title:clamp(1.15rem, 1.8vw, 1.5rem);--sog-restored-subsection-title:clamp(.95rem, 1.2vw, 1.08rem);--sog-ink:#e7f2f5;--sog-ink-muted:#b9cdd5;--sog-ink-quiet:#9bb5c0;--sog-rule:#1f3a4d;--sog-rule-strong:#3d6073;--sog-accent:#71d6ff;--sog-positive:#66d19e;--sog-paper:#061018;--sog-paper-subtle:#091722;--sog-paper-emphasis:#0f1f2d;--muted:#b9cdd5}html,body{min-width:320px}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;color:var(--sog-ink)!important}html body p,html body :where(.record-description,.field-note,.lede,.deck,[class*=description],[class*=summary],[class*=note]){color:var(--sog-ink-muted)!important}html body :where(time,small,.record-meta,.eyebrow,.kicker,[class*=meta],[class*=overline]){color:var(--sog-ink-quiet)!important}html body :where(.panel,.ui-panel,.metric-card,.kpi-card,[class*=card],[class*=hero],[class*=masthead],[data-saas-dashboard]){box-shadow:none!important;border-radius:0!important}html body :where(.panel,.ui-panel,[class*=card]){background:0 0!important}html body :where(.metric-card,.kpi-card,[class*=metric-card],[class*=kpi-card]){border:0!important;border-bottom:1px solid var(--sog-rule)!important;padding:.75rem 0!important}html body :where(button,input,select,textarea,.ui-button,.ui-field,.chip,[class*=chip],[class*=badge]){box-shadow:none!important;border-radius:0!important}html body h1,html body :where(.home-masthead h1,.stablecoin-register-header h1,.stablecoin-index-title 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:-.04em!important;overflow-wrap:normal!important;word-break:normal!important;margin-top:0!important;font-weight:700!important;line-height:1.04!important}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;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,[class*=metric] strong,[class*=count] strong){letter-spacing:0!important;font-size:1rem!important;font-weight:700!important;line-height:1.1!important}html body .site-header{border-bottom:1px solid var(--sog-rule)!important;backdrop-filter:none!important;background:#061018f2!important;min-height:0!important}html body .site-header-inner{grid-template-columns:auto minmax(0,1fr) minmax(210px,300px) auto!important;align-items:center!important;gap:.75rem!important;width:min(100% - 2rem,1360px)!important;min-height:64px!important;margin:0 auto!important;display:grid!important}html body .site-brand img{object-fit:contain!important;width:auto!important;max-width:210px!important;height:48px!important}html body .site-primary-navigation{align-items:center!important;gap:.1rem!important;min-width:0!important;display:flex!important}html body .site-primary-navigation a,html body .site-about-menu>summary,html body .mobile-navigation>summary{letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important;min-height:40px!important;padding:0 .55rem!important;font-size:.68rem!important}html body .site-search{grid-template-columns:minmax(0,1fr) auto!important;min-width:0!important;display:grid!important}html body .site-search input,html body .site-search button{min-height:40px!important}html body .mobile-navigation{margin-left:auto!important;display:none!important}html body .mobile-navigation-panel{border:1px solid var(--sog-rule)!important;background:var(--sog-paper-subtle)!important;width:auto!important;max-height:calc(100vh - 70px)!important;padding:.75rem!important;left:.75rem!important;right:.75rem!important;overflow:auto!important}html body .mobile-navigation-links,html body .mobile-navigation-secondary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;display:grid!important}html body .mobile-navigation-panel a{border-bottom:1px solid var(--sog-rule)!important;white-space:normal!important;word-break:normal!important;min-width:0!important;min-height:40px!important;padding:.5rem!important}html body .mobile-site-search{margin:.75rem 0!important}html body .site-main{width:min(100% - 2rem,1240px)!important;margin:0 auto!important;padding:1.5rem 0 3rem!important;overflow:visible!important}html body .site-footer{border-top:1px solid var(--sog-rule)!important;background:#040a0f!important;margin-top:2rem!important}html body .site-footer-inner{grid-template-columns:minmax(240px,1.35fr) repeat(4,minmax(130px,.65fr))!important;align-items:start!important;gap:1.25rem 2rem!important;width:min(100% - 2rem,1360px)!important;margin:0 auto!important;padding:1.5rem 0 2rem!important;display:grid!important}html body .site-footer-intro{min-width:0!important}html body .site-footer-intro p{max-width:52ch!important;margin-top:.6rem!important;font-size:.75rem!important;line-height:1.55!important}html body .site-footer-group{align-content:start!important;gap:.15rem!important;min-width:0!important;display:grid!important}html body .site-footer-group h2{text-transform:uppercase!important;letter-spacing:.06em!important;margin:0 0 .45rem!important;font-size:.68rem!important}html body .site-footer-group a{white-space:normal!important;align-items:center!important;min-height:30px!important;font-size:.72rem!important;display:flex!important}html body .site-footer-meta{border-top:1px solid var(--sog-rule)!important;grid-column:1/-1!important;margin:0!important;padding-top:.8rem!important;font-size:.68rem!important}html body .home-masthead__title{grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr)!important;gap:2rem!important;padding:1.7rem 0 1.35rem!important}html body .home-masthead h1{max-width:none!important}html body .home-register-strip{min-height:44px!important}html body .home-register-strip a{padding:.65rem .75rem!important}html body .home-lead,html body .home-reference{grid-template-columns:minmax(0,1.65fr) minmax(270px,.7fr)!important}html body .home-material-changes,html body .home-guides{padding:1.75rem 2rem 1.75rem 0!important}html body .home-registry-state,html body .home-reference-index{padding:1.75rem 0 1.75rem 2rem!important}html body .home-material-list li{padding:.95rem 0!important}html body .home-material-list p,html body .home-guide-list p{font-size:.8rem!important;line-height:1.55!important}html body :where(.stablecoin-index-page,.event-index-page,.organization-index-page,.guide-index-page,.editorial-reference-page,.editorial-utility-page){width:100%!important;max-width:none!important}html body :where(.stablecoin-index-masthead,.event-index-masthead,.organization-index-masthead,.guide-index-masthead,.editorial-page-masthead){background:0 0!important;border-radius:0!important;padding:.75rem 0 1rem!important}html body :where(.stablecoin-index-title,.event-index-title,.organization-index-title,.guide-index-title,.editorial-page-title){gap:1rem 2rem!important;padding:.85rem 0!important}html body :where(.stablecoin-index-ledger,.event-index-ledger,.organization-index-ledger,.guide-index-ledger,.editorial-page-ledger){border-radius:0!important}html body :where(.stablecoin-index-controls,.event-index-controls,.organization-index-controls,.registry-controls,[class*=filter-panel],[class*=filters]){border:0!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;padding:.8rem 0!important}html body :where(.stablecoin-index-grid,.event-index-grid,.organization-index-grid,[class*=card-grid]){border-top:1px solid var(--sog-rule)!important;grid-template-columns:1fr!important;gap:0!important;display:grid!important}html body :where(.stablecoin-index-card,.event-index-card,.organization-index-card,.mobile-record-list>article,.mobile-card-grid>article){border:0!important;border-bottom:1px solid var(--sog-rule)!important;background:0 0!important;grid-template-columns:minmax(170px,.32fr) minmax(0,1fr)!important;gap:.25rem 1.25rem!important;width:100%!important;min-width:0!important;margin:0!important;padding:.8rem 0!important;display:grid!important}html body :where(.stablecoin-index-card p,.event-index-card p,.organization-index-card p,.mobile-record-list p,.mobile-card-grid p){margin:.25rem 0!important;font-size:.78rem!important;line-height:1.5!important}html body :where(.stablecoin-index-card dl,.event-index-card dl,.organization-index-card dl,.mobile-record-list dl,.mobile-card-grid dl){grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.45rem 1rem!important;margin:.45rem 0 0!important;display:grid!important}html body :where(.stablecoin-index-table,.event-index-table,.organization-index-table,.reference-table,.guide-index-table){overflow-x:auto!important}html body table{border-collapse:collapse!important;width:100%!important;font-size:.78rem!important}html body th,html body td{border-bottom:1px solid var(--sog-rule)!important;padding:.65rem .7rem!important}html body th{letter-spacing:.06em!important;text-transform:uppercase!important;font-size:.65rem!important}html body :where(.stablecoin-dossier,.event-detail,.organization-detail,.guide-article-content,.longform-content){min-width:0!important}html body :where(.stablecoin-dossier-layout,.event-detail-layout,.organization-detail-layout,.guide-article-layout,.longform-layout){max-width:1180px!important;margin:0 auto!important}html body :where(.stablecoin-dossier section,.event-detail section,.organization-detail section,.guide-article-content>section,.longform-content>section,.reference-section,.utility-section){border:0!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin:0!important;padding:1.25rem 0!important}html body :where(.stablecoin-dossier-nav,.guide-index-nav,[class*=section-nav]){white-space:nowrap!important;overflow-x:auto!important}html body :where(.guide-article-toc,.longform-toc,[class*=detail-sidebar],[class*=dossier-sidebar]){box-shadow:none!important;background:0 0!important;border-radius:0!important}html body :where(.reference-entry-grid,.reference-actions,.utility-action-grid,.contact-actions,.wallet-grid,.support-principles,.guide-related-records){border-radius:0!important;gap:0!important}html body :where(.stats-page,.compare-page,[data-stats-page],[data-compare-page]){max-width:1240px!important;margin:0 auto!important}html body :where(.stats-grid,.kpi-grid,.metric-grid,.compare-grid,[class*=stats-card-grid]){border-top:1px solid var(--sog-rule)!important;border-left:1px solid var(--sog-rule)!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;display:grid!important}html body :where(.stats-grid>*,.kpi-grid>*,.metric-grid>*,.compare-grid>*){border:0!important;border-right:1px solid var(--sog-rule)!important;border-bottom:1px solid var(--sog-rule)!important;background:0 0!important;padding:.8rem!important}html body :where(svg,canvas){max-width:100%!important}@media (width<=1120px){html body .site-header-inner{grid-template-columns:auto minmax(0,1fr) auto!important}html body .site-primary-navigation,html body .site-search,html body .site-about-menu{display:none!important}html body .mobile-navigation{display:block!important}}@media (width<=719px){:root{--sog-restored-page-title:clamp(1.55rem,7vw,2rem);--sog-restored-section-title:clamp(1.03rem,4.8vw,1.22rem);--sog-restored-subsection-title:.96rem}html body .site-header{position:sticky!important;top:0!important}html body .site-header-inner{grid-template-columns:minmax(0,1fr) auto!important;gap:.5rem!important;width:calc(100% - 1rem)!important;min-height:58px!important}html body .site-brand{min-width:0!important}html body .site-brand img{max-width:min(210px,68vw)!important;height:46px!important}html body .mobile-navigation{position:static!important}html body .mobile-navigation>summary{justify-content:center!important;min-width:64px!important}html body .site-main{width:calc(100% - 1rem)!important;padding:1rem 0 2rem!important;overflow-x:clip!important}html body .site-footer-inner{grid-template-columns:1fr 1fr!important;gap:1rem!important;width:calc(100% - 1rem)!important}html body .site-footer-intro,html body .site-footer-meta{grid-column:1/-1!important}html body .home-masthead__edition{gap:.2rem!important;min-height:0!important;padding:.45rem 0!important;font-size:.58rem!important;display:grid!important}html body .home-masthead__title{grid-template-columns:1fr!important;gap:.75rem!important;padding:1rem 0!important;display:grid!important}html body .home-masthead__title p{padding-top:.65rem!important;font-size:.82rem!important;line-height:1.55!important}html body .home-register-strip{grid-template-columns:1fr 1fr!important}html body .home-register-strip a{min-width:0!important;padding:.55rem .4rem!important;font-size:.63rem!important}html body .home-register-strip a:nth-child(odd){border-left:0!important}html body .home-register-strip a:nth-child(n+3){border-top:1px solid var(--sog-rule)!important}html body .home-search{grid-template-columns:1fr!important;grid-template-areas:"heading""form""terms"!important;gap:.55rem!important;padding:.75rem 0!important;display:grid!important}html body .home-search__heading p{font-size:.7rem!important}html body .home-lead,html body .home-reference{grid-template-columns:1fr!important;display:grid!important}html body .home-material-changes,html body .home-guides,html body .home-registry-state,html body .home-reference-index{border-left:0!important;padding:1.1rem 0!important}html body .home-registry-state,html body .home-reference-index{border-top:1px solid var(--sog-rule-strong)!important}html body .home-material-list li{grid-template-columns:82px minmax(0,1fr)!important;grid-template-areas:"meta title""meta copy""meta link"!important;gap:.22rem .7rem!important;padding:.85rem 0!important}html body .home-material-list__meta{font-size:.6rem!important}html body .home-material-list h3{font-size:.94rem!important}html body .home-material-list p{font-size:.78rem!important;line-height:1.52!important}html body .home-recent__table-wrap{overflow:visible!important}html body .home-recent__table-wrap table{min-width:0!important;display:block!important}html body .home-recent__table-wrap thead{display:none!important}html body .home-recent__table-wrap tbody,html body .home-recent__table-wrap tr,html body .home-recent__table-wrap td{width:100%!important;display:block!important}html body .home-recent__table-wrap tr{border-bottom:1px solid var(--sog-rule)!important;padding:.7rem 0!important;position:relative!important}html body .home-recent__table-wrap td{border:0!important;padding:.08rem 0!important;font-size:.72rem!important}html body .home-recent__table-wrap td:first-child{padding-right:6rem!important;font-size:.9rem!important;font-weight:700!important}html body .home-recent__table-wrap td:last-child{width:auto!important;color:var(--sog-ink-quiet)!important;font-size:.62rem!important;position:absolute!important;top:.78rem!important;right:0!important}html body :where(.stablecoin-index-title,.event-index-title,.organization-index-title,.guide-index-title,.editorial-page-title,.reference-section-heading,.utility-section-heading,.section-heading){grid-template-columns:1fr!important}html body :where(.stablecoin-index-ledger,.event-index-ledger,.organization-index-ledger,.guide-index-ledger,.editorial-page-ledger){grid-template-columns:1fr 1fr!important}html body :where(.stablecoin-index-controls,.event-index-controls,.organization-index-controls,.registry-controls,[class*=filter-panel],[class*=filters]){grid-template-columns:1fr!important;gap:.55rem!important;display:grid!important}html body :where(.stablecoin-index-grid,.event-index-grid,.organization-index-grid,[class*=card-grid]){grid-template-columns:1fr!important;width:100%!important}html body :where(.stablecoin-index-card,.event-index-card,.organization-index-card,.mobile-record-list>article,.mobile-card-grid>article){grid-template-columns:1fr!important;gap:.2rem!important;width:100%!important;padding:.75rem 0!important}html body :where(.stablecoin-index-card h2,.event-index-card h2,.organization-index-card h2,.mobile-record-list h3,.mobile-card-grid h3){margin:0!important;font-size:.95rem!important}html body :where(.stablecoin-index-card p,.event-index-card p,.organization-index-card p,.mobile-record-list p,.mobile-card-grid p){font-size:.76rem!important;line-height:1.48!important}html body :where(.stablecoin-index-card dl,.event-index-card dl,.organization-index-card dl,.mobile-record-list dl,.mobile-card-grid dl){grid-template-columns:1fr 1fr!important;gap:.35rem .7rem!important;font-size:.68rem!important}html body :where(.stablecoin-dossier-layout,.event-detail-layout,.organization-detail-layout,.guide-article-layout,.longform-layout){grid-template-columns:1fr!important;gap:0!important;display:grid!important}html body :where(.guide-article-toc,.longform-toc,[class*=detail-sidebar],[class*=dossier-sidebar]){width:100%!important;margin:0 0 .75rem!important;position:static!important}html body :where(.guide-article-content,.longform-content,[class*=detail-content],[class*=dossier-content]){grid-column:1!important;width:100%!important;min-width:0!important}html body :where(.reference-entry-grid,.reference-actions,.utility-action-grid,.contact-actions,.wallet-grid,.support-principles,.guide-related-records){grid-template-columns:1fr!important}html body :where(.stats-grid,.kpi-grid,.metric-grid,.compare-grid,[class*=stats-card-grid]){grid-template-columns:1fr 1fr!important}html body :where(table[data-mobile-table=scroll-preserve],.reference-table table,.guide-index-table table){min-width:0!important}}@media (width<=440px){html body .site-footer-inner{grid-template-columns:1fr!important}html body .site-footer-intro,html body .site-footer-meta{grid-column:1!important}html body .mobile-navigation-links,html body .mobile-navigation-secondary,html body :where(.stablecoin-index-ledger,.event-index-ledger,.organization-index-ledger,.guide-index-ledger,.editorial-page-ledger,.stats-grid,.kpi-grid,.metric-grid,.compare-grid,[class*=stats-card-grid]),html body :where(.stablecoin-index-card dl,.event-index-card dl,.organization-index-card dl,.mobile-record-list dl,.mobile-card-grid dl){grid-template-columns:1fr!important}}.stablecoin-register-header,.stablecoin-index-registry,.event-index-registry,.organization-index-registry,.editorial-page-masthead,.guide-index-masthead,.stats-page section,.compare-page section{border:0!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin:0!important;padding:1rem 0!important}.stablecoin-register-header{grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:1rem!important;display:grid!important}.stablecoin-register-count{background:0 0!important;border:0!important;min-width:0!important;padding:0!important}.stablecoin-register-count strong,.stablecoin-register-count span{margin-right:.25rem!important;display:inline!important}.stablecoin-index-section-heading,.event-index-section-heading,.organization-index-section-heading{border-bottom:1px solid var(--sog-rule)!important;margin:0!important;padding:.9rem 0!important}.stablecoin-index-toolbar,.event-index-toolbar,.organization-index-toolbar{border-bottom:1px solid var(--sog-rule)!important;background:0 0!important;grid-template-columns:minmax(0,1fr) minmax(180px,.35fr) auto!important;gap:0!important;padding:.75rem 0!important;display:grid!important}.stablecoin-index-toolbar label,.event-index-toolbar label,.organization-index-toolbar label{gap:.3rem!important;padding-right:.75rem!important}.stablecoin-index-toolbar input,.stablecoin-index-toolbar select,.event-index-toolbar input,.event-index-toolbar select,.organization-index-toolbar input,.organization-index-toolbar select,.stablecoin-index-toolbar button,.event-index-toolbar button,.organization-index-toolbar button{border:1px solid var(--sog-rule)!important;background:var(--sog-paper-subtle)!important;border-radius:0!important}.stablecoin-index-filter-grid,.event-index-filter-grid,.organization-index-filter-grid{border-bottom:1px solid var(--sog-rule)!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:0!important;display:grid!important}.stablecoin-index-filter,.event-index-filter,.organization-index-filter{border:0!important;border-right:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin:0!important}.stablecoin-index-filter:last-child,.event-index-filter:last-child,.organization-index-filter:last-child{border-right:0!important}.stablecoin-index-filter summary,.event-index-filter summary,.organization-index-filter summary{background:0 0!important;border:0!important;border-radius:0!important;min-height:42px!important;padding:.55rem .6rem!important}.stablecoin-index-filter-options,.event-index-filter-options,.organization-index-filter-options{border:1px solid var(--sog-rule)!important;background:var(--sog-paper-subtle)!important;box-shadow:none!important;border-radius:0!important}.stablecoin-index-summary,.event-index-summary,.organization-index-summary{border-bottom:1px solid var(--sog-rule)!important;background:0 0!important;padding:.65rem 0!important}@media (width>=720px){.stablecoin-index-cards,.event-index-cards,.organization-index-cards{display:none!important}.stablecoin-index-table,.event-index-table,.organization-index-table{display:block!important}}@media (width<=719px){body{font-size:15px!important}.site-main{width:calc(100% - 1.25rem)!important}.stablecoin-register-header{grid-template-columns:1fr!important;padding:.8rem 0!important}.stablecoin-register-header h1{font-size:1.8rem!important}.stablecoin-register-header>div>p:last-child{font-size:.86rem!important;line-height:1.55!important}.stablecoin-index-toolbar,.event-index-toolbar,.organization-index-toolbar{grid-template-columns:1fr!important;gap:.55rem!important}.stablecoin-index-toolbar label,.event-index-toolbar label,.organization-index-toolbar label{padding-right:0!important}.stablecoin-index-filter-grid,.event-index-filter-grid,.organization-index-filter-grid{grid-template-columns:1fr 1fr!important}.stablecoin-index-filter:nth-child(2n),.event-index-filter:nth-child(2n),.organization-index-filter:nth-child(2n){border-right:0!important}.stablecoin-index-table,.event-index-table,.organization-index-table{display:none!important}.stablecoin-index-cards,.event-index-cards,.organization-index-cards{border-top:1px solid var(--sog-rule)!important;display:block!important}.stablecoin-index-card,.event-index-card,.organization-index-card{border:0!important;border-bottom:1px solid var(--sog-rule)!important;width:100%!important;min-width:0!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin:0!important;padding:.8rem 0!important;display:block!important;position:relative!important}.stablecoin-index-card-heading,.event-index-card-heading,.organization-index-card-heading{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:.6rem!important;display:grid!important}.stablecoin-index-card h2,.event-index-card h2,.organization-index-card h2{margin:0!important;font-size:1rem!important;line-height:1.25!important}.stablecoin-index-card-grid,.event-index-card dl,.organization-index-card dl{grid-template-columns:1fr 1fr!important;gap:.45rem .75rem!important;margin:.55rem 0 0!important;display:grid!important}.stablecoin-index-card dt,.event-index-card dt,.organization-index-card dt{color:var(--sog-ink-quiet)!important;text-transform:uppercase!important;margin:0 0 .1rem!important;font-size:.62rem!important}.stablecoin-index-card dd,.event-index-card dd,.organization-index-card dd{margin:0!important;font-size:.75rem!important;line-height:1.35!important}.comparison-choice-card{border:0!important;border-top:1px solid var(--sog-rule)!important;background:0 0!important;min-height:36px!important;margin-top:.55rem!important;padding:.35rem 0!important}.home-masthead h1{font-size:2rem!important}.home-material-list p,.home-guide-list p,.home-registry-state__note,.home-reference-index nav span{color:#c2d5dc!important;font-size:.82rem!important}.site-footer-group a{font-size:.78rem!important}}@media (width<=440px){.stablecoin-index-filter-grid,.event-index-filter-grid,.organization-index-filter-grid{grid-template-columns:1fr!important}.stablecoin-index-filter,.event-index-filter,.organization-index-filter{border-right:0!important}}.site-brand img{width:190px!important;max-width:190px!important;height:46px!important}@media (width>=720px){.stablecoin-index-table tbody tr{vertical-align:top!important}.stablecoin-index-table td{padding-top:.72rem!important;padding-bottom:.72rem!important}.stablecoin-index-table .stablecoin-record-identity{grid-template-columns:28px minmax(0,1fr)!important;align-items:start!important;gap:.5rem!important;display:grid!important}.stablecoin-index-table .comparison-choice{background:0 0!important;border:0!important;align-items:center!important;gap:.35rem!important;min-height:0!important;margin:.35rem 0 0 2.2rem!important;padding:0!important;font-size:.62rem!important;display:inline-flex!important}.stablecoin-index-table .comparison-choice input{width:13px!important;height:13px!important;margin:0!important}.stablecoin-index-table .organization-summary{margin-top:.25rem!important}.stablecoin-index-table .organization-summary summary{min-height:0!important;padding:0!important;font-size:.62rem!important}}@media (width<=719px){.site-brand img{width:160px!important;max-width:62vw!important;height:42px!important}.stablecoin-index-card{padding:.9rem 0!important}.stablecoin-index-card-heading{border-bottom:1px solid var(--sog-rule)!important;padding-bottom:.45rem!important}.stablecoin-index-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stablecoin-index-card-grid>div{min-width:0!important}.comparison-choice-card{border-top:0!important;align-items:center!important;gap:.4rem!important;min-height:0!important;padding:.45rem 0 0!important;font-size:.7rem!important;display:inline-flex!important}.comparison-choice-card input{width:14px!important;height:14px!important;margin:0!important}.stablecoin-index-pagination{padding:.8rem 0!important}}@media (width<=440px){.stablecoin-index-card-grid{grid-template-columns:1fr!important}}
