: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}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}}html{scroll-padding-top:96px}:where(a,button,summary,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--shell-focus);outline-offset:3px}:where(a,button,summary,input,select,textarea){touch-action:manipulation}:where(p,li,dd,td,th,a,code,pre){overflow-wrap:anywhere}:where(button,input,select,textarea,summary,.ui-button,.site-header a,.site-footer a){min-height:44px}[data-mobile-table=scroll-preserve]{max-width:100%}:where(.event-detail-nav,.organization-detail-nav,.stablecoin-dossier-nav){scrollbar-width:thin}@media (width<=719px){.site-main{width:min(100% - 24px, var(--shell-content-width))}:where(.ui-button,.event-index-action,.organization-index-action){justify-content:center}:where(.site-main table[data-mobile-table=scroll-preserve]){min-width:680px}:where(.event-detail-nav,.organization-detail-nav,.stablecoin-dossier-nav){-webkit-overflow-scrolling:touch}:where(.ui-metric-grid,.event-detail-metrics,.event-index-metrics,.organization-detail-metrics,.organization-index-metrics,.stablecoin-current-state){grid-template-columns:1fr}}@media (width<=359px){.site-main{width:min(100% - 16px, var(--shell-content-width))}:where(.panel,.ui-panel){border-radius:10px}:where(.ui-button,button,input,select,textarea){width:100%;max-width:100%}:where(.event-detail-actions,.organization-detail-actions,.event-index-hero-actions,.organization-index-hero-actions,.event-detail-hero-actions,.organization-detail-hero-actions){grid-template-columns:1fr;display:grid}:where(h1){font-size:clamp(1.9rem,13vw,2.8rem)}:where(h2){font-size:clamp(1.25rem,8vw,1.8rem)}}@media (resolution>=2x){:where(.panel,.ui-panel){border-width:1px}}@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){:where(.panel,.ui-panel,.ui-button,button,input,select,textarea,summary){forced-color-adjust:auto;border:1px solid canvastext}:where(a){text-decoration:underline}}@media print{.site-header,.site-footer,.skip-link{display:none!important}.site-main{width:100%;max-width:none}:where(.panel,.ui-panel){break-inside:avoid;box-shadow:none}}.home-entry-card{grid-template-columns:1fr;grid-template-areas:"title""copy""action"}.home-entry-card__icon{display:none}:where(.stablecoin-index-filter summary>span:last-child,.organization-index-filter summary>span:last-child,.event-index-filter summary>span:last-child){border-radius:6px;width:auto;min-width:28px;padding-inline:6px}.visually-hidden{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}:root{--sog-paper:#061018;--sog-paper-subtle:#091722;--sog-paper-emphasis:#0f1f2d;--sog-ink:#e7f2f5;--sog-ink-muted:#84a1ae;--sog-ink-quiet:#68818d;--sog-rule:#1f3a4d;--sog-rule-strong:#3d6073;--sog-accent:#71d6ff;--sog-accent-strong:#9ee4ff;--sog-positive:#66d19e;--sog-warning:#d7b85f;--sog-critical:#dd6d6d;--sog-unknown:#b7a9dd;--sog-inactive:#84a1ae;--sog-radius-compact:0;--sog-radius-control:0;--sog-radius-panel:0;--sog-radius-prominent:0;--sog-shadow-panel:0 18px 60px #00000040;--shell-background:#061018;--shell-background-subtle:#091722;--shell-surface:#0b1722;--shell-surface-raised:#0f1f2d;--shell-surface-emphasis:#142a3a;--shell-line:#1f3a4d;--shell-line-subtle:#1f3a4d9e;--shell-text:#e7f2f5;--shell-text-muted:#84a1ae;--shell-link:#71d6ff;--shell-focus:#d6b46f;--shell-positive:#66d19e;--shell-warning:#d7b85f;--shell-critical:#dd6d6d;--shell-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}html,html body{color-scheme:dark;color:var(--sog-ink)!important;background:radial-gradient(circle at 0 0,#145b7838,#0000 34rem),linear-gradient(#061018,#040a0f 100%)!important}body,button,input,select,textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace!important}h1,h2,h3,h4,h5,h6,.editorial-heading,.stablecoin-assessment-copy,.stablecoin-assessment-copy p,.stablecoin-dossier .bar{letter-spacing:-.035em;color:var(--sog-ink)!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace!important}a{color:var(--sog-accent)}.site-header{z-index:100;backdrop-filter:blur(12px);position:sticky;top:0;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:#061018f0!important}.site-header-inner{grid-template-columns:auto minmax(0,1fr) minmax(230px,330px) auto;align-items:center;gap:1rem;width:min(100% - 2rem,1360px);min-height:72px;margin:0 auto;display:grid}.site-brand,.brand-lockup{text-decoration:none;color:var(--sog-ink)!important}.site-brand img,.site-footer .brand-lockup img{filter:brightness(0)invert()}.site-primary-navigation{align-items:center;gap:.2rem;display:flex}.site-primary-navigation a,.site-about-menu>summary,.mobile-navigation>summary{letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;align-items:center;min-height:42px;padding:0 .7rem;font-size:.76rem;font-weight:700;text-decoration:none;display:inline-flex;color:var(--sog-ink-muted)!important;background:0 0!important;border-radius:0!important}.site-primary-navigation a:hover,.site-primary-navigation a[aria-current=page],.site-about-menu>summary:hover,.site-about-menu>summary[aria-current=page],.mobile-navigation>summary:hover{border-color:var(--sog-rule)!important;color:var(--sog-accent)!important;background:var(--sog-surface)!important}.site-primary-navigation a[aria-current=page]:after,.site-about-menu>summary[aria-current=page]:after{display:none!important}.site-search,.mobile-site-search>div{grid-template-columns:minmax(0,1fr) auto;padding:0;display:grid;border:1px solid var(--sog-rule)!important;box-shadow:none!important;background:#091722!important;border-radius:0!important}.site-search input,.site-search button,.mobile-site-search input,.mobile-site-search button{border:0;min-height:42px;color:var(--sog-ink)!important;border-radius:0!important}.site-search input,.mobile-site-search input{min-width:0;padding:.6rem .7rem;background:0 0!important}.site-search button,.mobile-site-search button{text-transform:uppercase;padding-inline:.85rem;font-size:.72rem;font-weight:800;border-left:1px solid var(--sog-rule)!important;color:var(--sog-accent)!important;background:#0f1f2d!important}.site-search:focus-within,.mobile-site-search>div:focus-within{border-color:var(--sog-focus)!important;box-shadow:0 0 0 1px #d6b46f59!important}.site-about-panel,.mobile-navigation-panel{border:1px solid var(--sog-rule)!important;background:#091722!important;border-radius:0!important;box-shadow:0 18px 60px #0006!important}.site-about-panel a,.mobile-navigation-panel a{color:var(--sog-ink-muted)!important;border-radius:0!important}.site-about-panel a:hover,.site-about-panel a[aria-current=page],.mobile-navigation-panel a:hover,.mobile-navigation-panel a[aria-current=page]{color:var(--sog-accent)!important;background:#0f1f2d!important}.site-main{width:min(100% - 2rem,1240px);margin:0 auto;padding-block:2rem 4rem}html body :where(.ui-panel,.panel,.registry){border:1px solid var(--sog-rule)!important;box-shadow:var(--sog-shadow-panel)!important;background:#0b1722e6!important;border-radius:0!important}html body :where(.ui-button,.report-actions a,.support-callout-action,.stablecoin-index-action){min-height:42px;border:1px solid var(--sog-rule)!important;color:var(--sog-accent)!important;box-shadow:none!important;background:#091722!important;border-radius:0!important}html body :where(.ui-button--primary,.support-callout-action){color:#d6b46f!important;background:#d6b46f14!important;border-color:#d6b46fa6!important}html body :where(.ui-field,input,select,textarea){border-color:var(--sog-rule)!important;color:var(--sog-ink)!important;box-shadow:none!important;background:#091722!important;border-radius:0!important}html body :where(.ui-field,input,select,textarea):focus{border-color:var(--sog-focus)!important;box-shadow:0 0 0 1px #d6b46f59!important}html body :where(.ui-chip,.chip,.ticker-badge,.organization-badge){box-shadow:none!important;background:#0f1f2dbf!important;border-radius:0!important}html body :where(.support-banner,.support-callout){box-shadow:var(--sog-shadow-panel)!important;background:linear-gradient(90deg,#d6b46f14,#0000 55%),#0b1722f0!important;border-radius:0!important}.bar,html body .stablecoin-dossier .bar{text-transform:uppercase;border-bottom:1px solid var(--sog-rule)!important;color:var(--sog-ink-muted)!important;letter-spacing:.08em!important;background:#0f1f2d!important;padding:.8rem 1rem!important;font-size:.72rem!important;font-weight:800!important}table{font-size:.8rem;color:var(--sog-ink)!important}th,td{border-color:#1f3a4dad!important}th{letter-spacing:.08em;text-transform:uppercase;color:var(--sog-ink-muted)!important;background:#0f1f2d!important;font-size:.68rem!important}tbody tr:hover{background:#71d6ff09!important}html body :where(.navigation-group-label,.stablecoin-index-eyebrow,[class$=__eyebrow],[class$=-kicker]){color:var(--sog-positive)!important;font-family:var(--shell-font-mono)!important}.site-footer{border-top:1px solid var(--sog-rule)!important;color:var(--sog-ink-muted)!important;background:#040a0f!important}.site-footer-inner{width:min(100% - 2rem,1360px);margin:0 auto}.site-footer h2,.site-footer a{color:var(--sog-ink-muted)!important}.site-footer a:hover{color:var(--sog-accent)!important}.guide-article-toc,.longform-toc{border:1px solid var(--sog-rule)!important;box-shadow:none!important;background:#091722!important;border-radius:0!important}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline-offset:2px;outline:2px solid var(--sog-focus)!important}@media (width<=1120px){.site-header-inner{grid-template-columns:auto minmax(0,1fr) auto}.site-primary-navigation,.site-search,.site-about-menu{display:none}.mobile-navigation{display:block}}@media (width<=719px){.site-header-inner,.site-main,.site-footer-inner{width:min(100% - 1.25rem,1240px)}.site-main{padding-top:1.25rem}}@media (forced-colors:active){html body :where(.ui-panel,.panel,.registry){forced-color-adjust:auto}}.site-main[data-page-kind=guide-index],.site-main[data-page-kind=guide-article]{max-width:none;padding-inline:clamp(1rem,3vw,2.5rem)}.guide-index-page{max-width:1240px;margin:0 auto}.guide-index-masthead{border-top:3px double var(--sog-ink);border-bottom:2px solid var(--sog-ink);padding:1rem 0 1.5rem}.guide-index-overline,.guide-article-overline{border-bottom:1px solid var(--sog-rule);color:var(--sog-ink-muted);letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;gap:1rem;padding-bottom:.65rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.7rem;font-weight:800;display:flex}.guide-index-title{grid-template-columns:minmax(0,1fr) minmax(260px,.48fr);align-items:end;gap:1rem 2rem;padding:1.1rem 0;display:grid}.guide-index-title h1,.guide-article-masthead h1{letter-spacing:-.035em;margin:0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:clamp(2.25rem,5vw,4.5rem);line-height:.97}.guide-index-title p,.guide-article-deck{color:var(--sog-ink-muted);margin:0;font-size:1.02rem;line-height:1.65}.guide-index-ledger,.guide-article-meta{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid}.guide-index-ledger>div,.guide-article-meta>div{border-right:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);padding:.75rem}.guide-index-ledger dt,.guide-article-meta dt{color:var(--sog-ink-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;font-weight:800}.guide-index-ledger dd,.guide-article-meta dd{margin:.2rem 0 0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.05rem}.guide-index-nav{border-bottom:1px solid var(--sog-rule);gap:1rem;padding:.75rem 0;display:flex;overflow-x:auto}.guide-index-nav a{white-space:nowrap;align-items:center;min-height:44px;display:inline-flex}.guide-index-section{border-bottom:1px solid var(--sog-rule);padding:2rem 0}.guide-index-section-heading{grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);align-items:end;gap:.5rem 2rem;margin-bottom:1rem;display:grid}.guide-index-section-heading h2{margin:0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:clamp(1.65rem,3vw,2.5rem)}.guide-index-section-heading p{color:var(--sog-ink-muted);margin:0;line-height:1.55}.guide-index-table{overflow-x:auto}.guide-index-table table{border-collapse:collapse;width:100%;min-width:760px}.guide-index-table th,.guide-index-table td{border-bottom:1px solid var(--sog-rule);text-align:left;vertical-align:top;padding:.75rem .65rem}.guide-index-table th{color:var(--sog-ink-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.66rem}.guide-index-table h3{margin:0 0 .25rem;font-size:1rem}.guide-index-table p{color:var(--sog-ink-muted);margin:0;line-height:1.45}.guide-index-status{text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem}.guide-index-mobile{display:none}.guide-index-reference{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.guide-index-reference a{border-right:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);padding:1rem}.guide-index-reference strong{margin-bottom:.3rem;font-family:Georgia,Cambria,Times New Roman,serif;display:block}.guide-index-reference span{color:var(--sog-ink-muted);line-height:1.45}.guide-article-layout{grid-template-columns:minmax(190px,230px) minmax(0,760px);align-items:start;gap:0 clamp(2rem,5vw,5rem);max-width:1180px;margin:0 auto;display:grid}.guide-article-toc{border-top:2px solid var(--sog-ink);border-bottom:1px solid var(--sog-rule);grid-area:1/1;margin-top:1rem;position:sticky;top:5.5rem}.guide-article-toc summary{cursor:pointer;min-height:44px;color:var(--sog-ink);justify-content:space-between;align-items:center;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1rem;font-weight:700;display:flex}.guide-article-toc ol{margin:0;padding:0 0 .8rem;list-style:none}.guide-article-toc li{border-top:1px solid var(--sog-rule)}.guide-article-toc a{color:var(--sog-ink-muted);padding:.55rem 0;font-size:.78rem;line-height:1.35;display:block}.guide-article-toc a:hover,.guide-article-toc a:focus-visible{color:var(--sog-accent)}.guide-article-content{grid-area:1/2;min-width:0}.guide-article-masthead,.guide-article-content>.hero{border-top:3px double var(--sog-ink);border-bottom:2px solid var(--sog-ink);margin:0 0 1.25rem;padding:1rem 0 1.45rem}.guide-article-overline a{color:var(--sog-accent)}.guide-article-masthead h1{padding-top:1rem}.guide-article-deck{padding-top:.85rem}.guide-article-meta{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem}.guide-article-content>.hero{min-height:0!important;display:block!important}.guide-article-content>.hero>.panel,.guide-article-content>.hero .hero-main{background:0 0!important;border:0!important;padding:0!important}.guide-article-content>.hero .prompt{color:var(--sog-accent);letter-spacing:.08em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.7rem;font-weight:800}.guide-article-content>.hero h1{letter-spacing:-.035em;margin:.75rem 0 0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:clamp(2.2rem,5vw,4.25rem);line-height:.98}.guide-article-content>.hero p{max-width:680px;color:var(--sog-ink-muted);margin:.85rem 0 0;font-size:1.02rem;line-height:1.65}.guide-article-content>section.panel.registry,.guide-article-content>section[data-guide-section]{border:0!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;margin:0!important;padding:2rem 0!important}.guide-article-content .bar,.guide-article-section-title{color:var(--sog-ink)!important;letter-spacing:-.02em!important;text-transform:none!important;background:0 0!important;border:0!important;margin:0 0 .9rem!important;padding:0!important;font-family:Georgia,Cambria,Times New Roman,serif!important;font-size:clamp(1.4rem,2.6vw,2rem)!important;font-weight:700!important;line-height:1.1!important}.guide-article-content p,.guide-article-content li{line-height:1.72}.guide-article-content p{margin:.75rem 0}.guide-article-content ul,.guide-article-content ol{padding-left:1.35rem}.guide-article-content blockquote{border-left:3px solid var(--sog-accent);color:var(--sog-ink-muted);margin:1.5rem 0;padding:.25rem 0 .25rem 1.15rem;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.08rem;line-height:1.65}.guide-article-content table{border-collapse:collapse;width:100%;max-width:100%;margin:1rem 0;display:block;overflow-x:auto}.guide-article-content th,.guide-article-content td{border-bottom:1px solid var(--sog-rule);text-align:left;vertical-align:top;min-width:150px;padding:.7rem .65rem}.guide-article-content th{color:var(--sog-ink-muted);letter-spacing:.03em;font-size:.72rem}.guide-related-records{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.guide-related-records>a{border-right:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);padding:1rem}.guide-related-records h3{margin:0 0 .35rem;font-family:Georgia,Cambria,Times New Roman,serif}.guide-related-records p{color:var(--sog-ink-muted);margin:0;line-height:1.5}.guide-revision-table{overflow-x:auto}.guide-article-footer{border-top:2px solid var(--sog-ink);flex-wrap:wrap;grid-column:2;gap:1rem;padding:1.25rem 0 2rem;display:flex}.guide-article-footer a{align-items:center;min-height:44px;display:inline-flex}.guide-article-content>.section-grid{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;display:grid}.guide-article-content>.section-grid>a{padding:1rem;border:0!important;border-right:1px solid var(--sog-rule)!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important}.guide-article-content>.section-grid h2{margin:0 0 .35rem;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.1rem}.guide-article-content>.section-grid p{color:var(--sog-ink-muted);margin:0;line-height:1.5}@media (width<=820px){.guide-index-title,.guide-index-section-heading{grid-template-columns:1fr}.guide-index-ledger{grid-template-columns:1fr 1fr}.guide-index-table{display:none}.guide-index-mobile{border-top:1px solid var(--sog-rule);gap:0;display:grid}.guide-index-mobile article{border-bottom:1px solid var(--sog-rule);padding:1rem 0}.guide-index-mobile h3{margin:0 0 .3rem;font-family:Georgia,Cambria,Times New Roman,serif}.guide-index-mobile p{color:var(--sog-ink-muted);margin:.3rem 0}.guide-index-reference{grid-template-columns:1fr}.guide-article-layout{grid-template-columns:1fr;gap:0}.guide-article-toc{grid-area:1/1;margin:0 0 1rem;position:static}.guide-article-content{grid-area:2/1}.guide-article-footer{grid-column:1}.guide-article-meta{grid-template-columns:1fr 1fr}.guide-related-records,.guide-article-content>.section-grid{grid-template-columns:1fr}}@media (width<=480px){.guide-index-ledger,.guide-article-meta{grid-template-columns:1fr}.guide-index-overline,.guide-article-overline{flex-direction:column}.guide-article-content th,.guide-article-content td{min-width:132px}}@media (prefers-reduced-motion:reduce){.guide-index-nav,.guide-article-toc{scroll-behavior:auto}}@media (forced-colors:active){.guide-index-masthead,.guide-index-ledger,.guide-index-section,.guide-index-reference,.guide-article-masthead,.guide-article-toc,.guide-article-content>section,.guide-related-records{forced-color-adjust:auto}}.site-main[data-page-kind=reference],.site-main[data-page-kind=utility]{max-width:none;padding-inline:clamp(1rem,3vw,2.5rem)}.editorial-reference-page,.editorial-utility-page{max-width:1240px;margin:0 auto}.editorial-page-masthead{border-top:3px double var(--sog-ink);border-bottom:2px solid var(--sog-ink);padding:1rem 0 1.45rem}.editorial-page-overline{border-bottom:1px solid var(--sog-rule);color:var(--sog-ink-muted);letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;gap:1rem;padding-bottom:.65rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.7rem;font-weight:800;display:flex}.editorial-page-title{grid-template-columns:minmax(0,1fr) minmax(260px,.52fr);align-items:end;gap:1rem 2rem;padding:1.1rem 0;display:grid}.editorial-page-title h1{letter-spacing:-.035em;margin:0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:clamp(2.25rem,5vw,4.5rem);line-height:.97}.editorial-page-title p{color:var(--sog-ink-muted);margin:0;font-size:1.02rem;line-height:1.65}.editorial-page-ledger{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid}.editorial-page-ledger>div{border-right:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);padding:.75rem}.editorial-page-ledger dt{color:var(--sog-ink-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;font-weight:800}.editorial-page-ledger dd{margin:.2rem 0 0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.05rem}.editorial-page-ledger small{color:var(--sog-ink-muted);font-family:var(--sog-font-sans);margin-top:.2rem;font-size:.68rem;display:block}.reference-section,.utility-section{border-bottom:1px solid var(--sog-rule);padding:2rem 0}.reference-section-heading,.utility-section-heading{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:end;gap:.5rem 2rem;margin-bottom:1rem;display:grid}.reference-section-heading h2,.utility-section-heading h2{margin:0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:clamp(1.55rem,3vw,2.35rem)}.reference-section-heading p,.utility-section-heading p{color:var(--sog-ink-muted);margin:0;line-height:1.55}.reference-entry-grid{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.reference-entry-grid article,.reference-entry-grid>a{border-right:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);background:0 0;padding:1rem}.reference-entry-grid h2,.reference-entry-grid h3{margin:0 0 .35rem;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.08rem}.reference-entry-grid p{color:var(--sog-ink-muted);margin:0;line-height:1.5}.reference-table{overflow-x:auto}.reference-table table{border-collapse:collapse;width:100%;min-width:720px}.reference-table th,.reference-table td{border-bottom:1px solid var(--sog-rule);text-align:left;vertical-align:top;padding:.72rem .65rem}.reference-table th{color:var(--sog-ink-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem}.reference-table td:first-child,.reference-table tbody th:first-child{font-family:Georgia,Cambria,Times New Roman,serif;font-weight:700}.reference-mobile-records{display:none}.reference-update-title{margin-bottom:.25rem;font-family:Georgia,Cambria,Times New Roman,serif;display:block}.reference-actions{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.reference-actions>a,.reference-actions>div{border-right:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);padding:1rem}.reference-actions strong{margin-bottom:.3rem;font-family:Georgia,Cambria,Times New Roman,serif;display:block}.reference-actions span,.reference-actions p{color:var(--sog-ink-muted);margin:0;line-height:1.5}.longform-layout{grid-template-columns:minmax(190px,230px) minmax(0,760px);align-items:start;gap:0 clamp(2rem,5vw,5rem);max-width:1180px;margin:0 auto;display:grid}.longform-toc{border-top:2px solid var(--sog-ink);border-bottom:1px solid var(--sog-rule);grid-area:1/1;margin-top:1rem;position:sticky;top:5.5rem}.longform-toc summary{cursor:pointer;align-items:center;min-height:44px;font-family:Georgia,Cambria,Times New Roman,serif;font-weight:700;display:flex}.longform-toc ol{margin:0;padding:0 0 .8rem;list-style:none}.longform-toc li{border-top:1px solid var(--sog-rule)}.longform-toc a{color:var(--sog-ink-muted);padding:.55rem 0;font-size:.78rem;line-height:1.35;display:block}.longform-toc a:hover,.longform-toc a:focus-visible{color:var(--sog-accent)}.longform-content{grid-area:1/2;min-width:0}.longform-content>.editorial-page-masthead{margin-bottom:1rem}.longform-content>section.panel.registry,.longform-content>section[data-longform-section],.longform-content>section.section-grid,.longform-content>.support-callout{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:2rem 0!important}.longform-content .bar{color:var(--sog-ink)!important;letter-spacing:-.02em!important;text-transform:none!important;background:0 0!important;border:0!important;margin:0 0 .9rem!important;padding:0!important;font-family:Georgia,Cambria,Times New Roman,serif!important;font-size:clamp(1.4rem,2.6vw,2rem)!important;font-weight:700!important;line-height:1.1!important}.longform-content p,.longform-content li{line-height:1.72}.longform-content table{border-collapse:collapse;width:100%;max-width:100%;margin:1rem 0;display:block;overflow-x:auto}.longform-content th,.longform-content td{border-bottom:1px solid var(--sog-rule);text-align:left;vertical-align:top;min-width:150px;padding:.7rem .65rem}.longform-content th{color:var(--sog-ink-muted)}.longform-content>.section-grid{grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--sog-rule)!important;border-left:1px solid var(--sog-rule)!important;gap:0!important;display:grid!important}.longform-content>.section-grid>*{border:0!important;border-right:1px solid var(--sog-rule)!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:1rem!important}.longform-content>.section-grid h2{margin:0 0 .35rem;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.08rem}.longform-footer{border-top:2px solid var(--sog-ink);flex-wrap:wrap;grid-column:2;gap:1rem;padding:1.25rem 0 2rem;display:flex}.longform-footer a{align-items:center;min-height:44px;display:inline-flex}.utility-action-grid,.contact-actions{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);margin:0;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;display:grid!important}.utility-action-grid>a,.contact-actions>a{border:0!important;border-right:1px solid var(--sog-rule)!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:1rem!important}.utility-action-grid h2,.contact-actions h2{margin:0 0 .35rem;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.2rem}.utility-action-grid p,.contact-actions p{color:var(--sog-ink-muted);margin:0;line-height:1.5}.contact-card-primary{border-top:3px solid var(--sog-accent)!important}.editorial-utility-page>.panel.registry,.editorial-utility-page>.panel.report-box,.editorial-utility-page>.support-intro,.editorial-utility-page>.support-footer-note{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:2rem 0!important}.editorial-utility-page .bar{color:var(--sog-ink)!important;text-transform:none!important;background:0 0!important;border:0!important;margin:0 0 .9rem!important;padding:0!important;font-family:Georgia,Cambria,Times New Roman,serif!important;font-size:clamp(1.4rem,2.6vw,2rem)!important}.editorial-utility-page table{border-collapse:collapse;width:100%}.editorial-utility-page th,.editorial-utility-page td{border-bottom:1px solid var(--sog-rule);text-align:left;vertical-align:top;padding:.72rem .65rem}.editorial-utility-page th{color:var(--sog-ink-muted)}.report-actions{flex-wrap:wrap;gap:1rem;display:flex}.report-actions a{align-items:center;min-height:44px;display:inline-flex}.wallet-section{border-bottom:1px solid var(--sog-rule);padding:2rem 0}.section-heading{grid-template-columns:minmax(0,1fr) minmax(240px,.45fr);align-items:end;gap:1rem 2rem;margin-bottom:1rem;display:grid}.section-heading .prompt{color:var(--sog-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.section-heading h2{margin:0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:clamp(1.55rem,3vw,2.35rem)}.section-heading>p{color:var(--sog-ink-muted);margin:0}.wallet-grid{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.wallet-card{min-width:0;border:0!important;border-right:1px solid var(--sog-rule)!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:1rem!important}.wallet-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.asset-symbol{color:var(--sog-accent);letter-spacing:.08em;font-size:.68rem;font-weight:800;display:block}.wallet-card h3{margin:.2rem 0 0;font-family:Georgia,Cambria,Times New Roman,serif}.network-chip{border:1px solid var(--sog-rule);max-width:52%;color:var(--sog-ink-muted);text-align:right;padding:.3rem .45rem;font-size:.68rem}.address-block{border-top:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem .8rem;padding:.75rem;display:grid}.address-label{color:var(--sog-ink-muted);letter-spacing:.06em;text-transform:uppercase;grid-column:1/-1;font-size:.65rem;font-weight:800}.address-block code{overflow-wrap:anywhere;word-break:break-word;user-select:all;min-width:0}.copy-button{border:1px solid var(--sog-accent);min-height:44px;color:var(--sog-accent);cursor:pointer;background:0 0;padding:.5rem .75rem}.copy-button[data-copy-state=success]{border-color:currentColor}.network-note{border-left:2px solid var(--sog-accent);color:var(--sog-ink-muted);margin:.75rem 0 0;padding-left:.75rem}.copy-status{min-height:1.5em;color:var(--sog-accent)}.support-principles{border-top:1px solid var(--sog-rule)!important;border-left:1px solid var(--sog-rule)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:0!important;padding:0!important;display:grid!important}.support-principles>*{border:0!important;border-right:1px solid var(--sog-rule)!important;border-bottom:1px solid var(--sog-rule)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:1rem!important}.support-principles h2{margin:0 0 .35rem;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.1rem}.support-intro-body,.support-footer-body{gap:.75rem;display:grid}.support-intro-body p,.support-footer-body p{max-width:none;margin:0}.support-callout{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1rem 2rem;display:grid!important}.support-callout h2{margin:.25rem 0;font-family:Georgia,Cambria,Times New Roman,serif}.support-callout p{color:var(--sog-ink-muted);margin:0}.support-callout-action{align-items:center;min-height:44px;display:inline-flex}@media (width<=820px){.editorial-page-title,.reference-section-heading,.utility-section-heading,.section-heading{grid-template-columns:1fr}.editorial-page-ledger,.reference-entry-grid{grid-template-columns:1fr 1fr}.reference-table{display:none}.reference-mobile-records{border-top:1px solid var(--sog-rule);display:grid}.reference-mobile-records article{border-bottom:1px solid var(--sog-rule);padding:1rem 0}.reference-mobile-records h3{margin:0 0 .3rem;font-family:Georgia,Cambria,Times New Roman,serif}.reference-mobile-records p{color:var(--sog-ink-muted);margin:.3rem 0}.longform-layout{grid-template-columns:1fr}.longform-toc{grid-area:1/1;margin:0 0 1rem;position:static}.longform-content{grid-area:2/1}.longform-footer{grid-column:1}.longform-content>.section-grid,.utility-action-grid,.contact-actions,.support-principles{grid-template-columns:1fr!important}.wallet-grid,.support-callout{grid-template-columns:1fr}}@media (width<=520px){.editorial-page-ledger,.reference-entry-grid{grid-template-columns:1fr}.editorial-page-overline{flex-direction:column}.wallet-card-header{display:grid}.network-chip{text-align:left;width:fit-content;max-width:100%}.address-block{grid-template-columns:1fr}.address-label{grid-column:auto}.copy-button{width:100%}}@media (prefers-reduced-motion:reduce){.longform-toc{scroll-behavior:auto}}@media (forced-colors:active){.editorial-page-masthead,.editorial-page-ledger,.reference-entry-grid,.reference-table,.longform-toc,.longform-content>section,.utility-action-grid,.wallet-grid{forced-color-adjust:auto}}:root{--body:#b8cbd2;--muted:#9ab0ba;--sog-ink-body:#b8cbd2;--sog-ink-muted:#9ab0ba;--sog-ink-quiet:#829aa5;--sog-text-muted:#9ab0ba;--shell-text-muted:#9ab0ba}:where(.home-masthead__title p,.home-material-list p,.home-guide-list p,.home-reference-index nav a span,.guide-index-title p,.guide-index-section-heading p,.guide-index-table p,.guide-index-mobile p,.guide-article-deck,.guide-article-content>.hero p,.guide-article-content>section p,.guide-article-content>section li,.guide-related-records p,.guide-article-content>.section-grid p,.editorial-page-title p,.reference-section-heading p,.utility-section-heading p,.reference-entry-grid p,.reference-actions span,.reference-actions p,.longform-content>section p,.longform-content>section li,.longform-content>.support-callout p,.utility-action-grid p,.contact-actions p,.section-heading>p,.support-intro-body p,.support-footer-body p,.support-callout p,.mobile-record-list p,.mobile-card-grid p,.stablecoin-assessment-copy p,.stablecoin-material-change p,.stablecoin-control-note,.stablecoin-related-guides p,.stats-lead,.stats-methodology-notice>p,.stats-section-heading>p,.stats-kpi p,.stats-bar-row p,.stats-analysis-panel>p,.stats-failure-header>p,.stats-checkpoint-single>p,.stats-data-access nav span){color:var(--sog-ink-body)!important}:where(.home-masthead__edition,.home-register-strip a,.home-section-heading>a,.home-registry-links a,.guide-index-overline,.guide-index-ledger dt,.guide-article-overline,.guide-article-meta dt,.guide-article-toc a,.guide-article-content blockquote,.guide-article-content th,.editorial-page-overline,.editorial-page-ledger dt,.editorial-page-ledger small,.reference-table th,.longform-toc a,.longform-content th,.stablecoin-dossier-overline,.stablecoin-record-id,.stablecoin-dossier-facts dt,.stablecoin-identity-ledger dt,.stablecoin-mechanism-ledger dt,.stablecoin-control-summary dt,.stablecoin-section-heading>span,.stablecoin-dossier-nav a,.stablecoin-dossier th,.stablecoin-model-history time,.stablecoin-model-history small,.stablecoin-empty-state,.stats-kicker,.stats-header-meta dt,.stats-kpi dt,.stats-table-wrap caption,.stats-table-wrap thead th,.stats-compact-bar small,.stats-chain-row>div:first-child span,.stats-metric-list dt,.stats-mini-kpi-grid dt,.stats-checkpoint-single span){color:var(--sog-ink-muted)!important}:where(.home-search__heading p,.home-search__popular,.home-search__copy span,.home-material-list__meta,.home-registry-state__note,.home-guide-list__meta){color:var(--sog-ink-quiet)!important}html{text-size-adjust:100%}body{min-width:320px}img,svg,video,canvas{max-width:100%;height:auto}main,article,section,nav,header,footer,div,dl,table{min-width:0}a,button,input,select,textarea,summary{touch-action:manipulation}.site-about-panel a,.site-footer-group a{min-height:44px}.guide-article-toc a,.longform-toc a{align-items:center;min-height:44px;display:flex}.guide-article-toc summary,.longform-toc summary{justify-content:space-between}.guide-article-toc summary:after,.longform-toc summary:after{content:"+";font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.guide-article-toc[open] summary:after,.longform-toc[open] summary:after{content:"−"}[data-anchor-focus]:focus{outline:3px solid var(--sog-focus);outline-offset:4px}.mobile-definition-list,.mobile-record-list,.mobile-card-grid{display:none}.mobile-definition-list{border-top:1px solid var(--sog-rule);border-left:1px solid var(--sog-rule);margin:0}.mobile-definition-list>div{border-right:1px solid var(--sog-rule);border-bottom:1px solid var(--sog-rule);padding:.75rem}.mobile-definition-list dt,.mobile-record-list dt,.mobile-card-grid dt{color:var(--sog-ink-muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .2rem;font-size:.65rem;font-weight:800}.mobile-definition-list dd,.mobile-record-list dd,.mobile-card-grid dd{overflow-wrap:anywhere;margin:0;line-height:1.5}.mobile-record-list,.mobile-card-grid{border-top:1px solid var(--sog-rule);gap:0}.mobile-record-list>article,.mobile-card-grid>article{border-bottom:1px solid var(--sog-rule);padding:.9rem 0}.mobile-record-list header,.mobile-card-grid header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.mobile-record-list h3,.mobile-card-grid h3{margin:0;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1rem;line-height:1.25}.mobile-record-list p,.mobile-card-grid p{color:var(--sog-ink-muted);margin:.35rem 0;line-height:1.5}.mobile-record-list dl,.mobile-card-grid dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:.75rem 0 0;display:grid}.mobile-record-list code,.mobile-card-grid code{overflow-wrap:anywhere;word-break:break-word}.mobile-copy-row{border-top:1px solid var(--sog-rule);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.6rem;margin-top:.65rem;padding:.65rem 0;display:grid}.mobile-copy-row button{border:1px solid var(--sog-accent);min-width:88px;color:var(--sog-accent);cursor:pointer;background:0 0;padding:.45rem .7rem;font-weight:750}.mobile-copy-feedback{min-height:1.4em;font-size:.72rem;color:var(--sog-accent)!important;margin:.3rem 0 0!important}.mobile-empty-record{border-bottom:1px solid var(--sog-rule);color:var(--sog-ink-muted);padding:.85rem 0}[data-long-value],.contract-address,.transaction-hash,code,a{overflow-wrap:anywhere}table[data-mobile-table=scroll-preserve]{max-width:100%}@media (width<=719px){.mobile-definition-list,.mobile-record-list,.mobile-card-grid{display:grid}table[data-mobile-table=scroll-preserve]{display:none}.stablecoin-coverage-disclosure .mobile-definition-list{margin-bottom:.75rem}.stablecoin-dossier-nav,.guide-index-nav{scrollbar-width:thin}.site-main{overflow-x:clip}.editorial-page-title h1,.guide-index-title h1,.guide-article-masthead h1,.stablecoin-dossier-title-row h1{overflow-wrap:anywhere}.reference-actions>a,.guide-index-reference a,.utility-action-grid>a,.contact-actions>a,.guide-related-records>a{min-height:44px}.mobile-record-list header,.mobile-card-grid header{flex-direction:column}.mobile-copy-row{grid-template-columns:1fr}.mobile-copy-row button{width:100%}}@media (width<=480px){.mobile-definition-list,.mobile-record-list dl,.mobile-card-grid dl{grid-template-columns:1fr}.site-header-inner,.site-main,.site-footer-inner{width:min(calc(100% - 1rem),var(--sog-content-width))}.mobile-navigation-panel{left:.5rem;right:.5rem}.editorial-page-title h1,.guide-index-title h1,.guide-article-masthead h1{font-size:clamp(2rem,12vw,3rem)}}@media (width<=360px){.site-header-inner,.site-main,.site-footer-inner{width:min(calc(100% - .75rem),var(--sog-content-width))}.brand-lockup img{max-width:150px}.mobile-navigation>summary{padding-inline:.65rem}.mobile-navigation-panel{padding:.75rem;left:.375rem;right:.375rem}.editorial-page-ledger>div,.guide-index-ledger>div,.guide-article-meta>div,.stablecoin-dossier-facts>div{padding:.65rem}}@media (prefers-reduced-motion:reduce){html:focus-within,.guide-article-toc,.longform-toc,.stablecoin-dossier-nav{scroll-behavior:auto}}@media (forced-colors:active){.mobile-definition-list,.mobile-record-list,.mobile-card-grid,.mobile-copy-row,.mobile-copy-row button,.guide-article-toc,.longform-toc{forced-color-adjust:auto}.mobile-copy-row button{color:buttontext;border-color:buttontext}}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-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--sog-type-page-title:clamp(2rem, 3.6vw, 3rem);--sog-type-section-title:clamp(1.25rem, 2vw, 1.65rem);--sog-type-subsection-title:clamp(1rem, 1.35vw, 1.18rem);--sog-type-metric:clamp(1.2rem, 2vw, 1.65rem)}html body,html body *{font-family:var(--sog-font-interface)!important}html body{font-size:.875rem;line-height:1.55}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:720!important;line-height:1.06!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:700!important;line-height:1.16!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:700!important;line-height:1.25!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:700!important;line-height:1.16!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:700!important;line-height:1.08!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:500!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:.86rem!important;line-height:1.58!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:.66rem!important}html body :where(.guide-article-content p,.guide-article-content li,.longform-content p,.longform-content li){font-size:.88rem!important;line-height:1.7!important}html body :where(.guide-article-content blockquote,.longform-content blockquote){font-size:.92rem!important;line-height:1.65!important}@media (width<=719px){:root{--sog-type-page-title:clamp(1.85rem, 9vw, 2.25rem);--sog-type-section-title:clamp(1.15rem, 6vw, 1.4rem);--sog-type-subsection-title:1rem;--sog-type-metric:clamp(1.12rem, 6vw, 1.4rem)}html body{font-size:.84rem}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}}
