:root{color-scheme:dark;--g-bg:#07090c;--g-panel:#10151b;--g-panel-2:#151c24;--g-ink:#f4efe4;--g-muted:#94a1ad;--g-line:#293542;--g-gold:#e5b64b;--g-green:#42d48c;--g-red:#ff6675;--g-amber:#f0a84b;--g-blue:#56a9ff;--g-slate:#8ea1b5;--g-paper:#f4eee2;--g-paper-ink:#1c211f}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--g-bg)}body{margin:0;overflow-x:hidden;background:radial-gradient(circle at 82% 2%,rgba(54,92,111,.24),transparent 28rem),var(--g-bg);color:var(--g-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit}button,input,select{font:inherit}.graph-shell{min-height:100vh}.graph-mast{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:18px clamp(16px,5vw,72px);border-bottom:1px solid var(--g-line);background:rgba(7,9,12,.92);backdrop-filter:blur(16px);position:relative;z-index:6}.graph-brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;font-weight:900;letter-spacing:.08em}.graph-brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--g-gold);border-radius:50%;color:var(--g-gold);font:900 .7rem ui-monospace,Consolas,monospace}.graph-mast small{color:var(--g-muted);font:700 .7rem ui-monospace,Consolas,monospace;letter-spacing:.08em}.graph-tabs{display:flex;gap:6px;overflow-x:auto;padding:10px clamp(12px,4vw,60px);border-bottom:1px solid var(--g-line);background:#0b0f14;scrollbar-width:thin;position:sticky;top:0;z-index:5}.graph-tabs a{display:flex;align-items:center;gap:.45rem;min-width:max-content;padding:9px 12px;border:1px solid #27323d;border-radius:999px;text-decoration:none;color:#bec8d1;font-weight:800;font-size:.78rem}.graph-tabs a span{color:var(--g-gold);font:800 .62rem ui-monospace,Consolas,monospace}.graph-tabs a[aria-current=page]{background:var(--g-gold);border-color:var(--g-gold);color:#17130a}.graph-tabs a[aria-current=page] span{color:#17130a}.graph-hero{padding:clamp(50px,9vw,120px) clamp(18px,7vw,105px) 52px;border-bottom:1px solid var(--g-line);background:linear-gradient(120deg,rgba(229,182,75,.08),transparent 32%),repeating-linear-gradient(90deg,transparent 0,transparent 79px,rgba(255,255,255,.025) 80px)}.graph-kicker{margin:0;color:var(--g-gold);font:900 .72rem ui-monospace,Consolas,monospace;letter-spacing:.13em;text-transform:uppercase}.graph-hero h1{max-width:1100px;margin:.6rem 0 1rem;font-size:clamp(2.8rem,7vw,6.8rem);line-height:.91;letter-spacing:-.055em;font-weight:420}.graph-hero blockquote{margin:0;max-width:900px;border-left:4px solid var(--g-gold);padding:.4rem 0 .4rem 1.2rem;color:#c5ced5;font-size:clamp(1rem,2vw,1.28rem)}.graph-how{max-width:900px;margin:1rem 0 0;color:var(--g-muted)}.graph-contract-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border-bottom:1px solid var(--g-line);background:var(--g-line)}.graph-contract-strip div{padding:16px clamp(14px,3vw,30px);background:#0c1116}.graph-contract-strip b{display:block;color:var(--g-gold);font:900 .68rem ui-monospace,Consolas,monospace;letter-spacing:.08em}.graph-contract-strip span{color:#c2cad1;font-size:.84rem}.graph-incomplete{margin:0;padding:18px;background:#8b1826;color:#fff;text-align:center;font-weight:900;letter-spacing:.08em}.graph-main{width:min(1540px,100%);margin:auto;padding:clamp(28px,5vw,70px) clamp(14px,4vw,58px) 100px}.graph-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 22px}.graph-section-head h2{margin:.25rem 0 0;font-size:clamp(2rem,4vw,4.2rem);line-height:.95;letter-spacing:-.045em;font-weight:450}.graph-section-head p{max-width:690px;color:var(--g-muted)}.graph-pulse{margin:0 0 54px}.graph-pulse-list{display:flex;gap:8px;overflow-x:auto;padding:4px 0 10px;scrollbar-width:thin}.graph-pulse-chip{min-width:210px;padding:14px;border:1px solid var(--g-line);border-radius:12px;background:var(--g-panel);text-decoration:none}.graph-pulse-chip b,.graph-pulse-chip span,.graph-pulse-chip small{display:block}.graph-pulse-chip b{font-size:.9rem}.graph-pulse-chip span{margin:.25rem 0;font:800 1rem ui-monospace,Consolas,monospace}.graph-pulse-chip small{color:var(--g-muted);font-size:.68rem}.graph-pulse-chip[data-state=PASS] span{color:var(--g-green)}.graph-pulse-chip[data-state=FAIL] span{color:var(--g-red)}.graph-mosaic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.graph-card{position:relative;display:grid;grid-template-rows:auto auto 96px auto;gap:12px;min-height:330px;padding:18px;border:1px solid var(--g-line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 38%),var(--g-panel);overflow:hidden}.graph-card:target,.graph-card[data-selected=true]{border-color:var(--g-gold);box-shadow:0 0 0 2px rgba(229,182,75,.12),0 16px 50px rgba(0,0,0,.24)}.graph-card-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.graph-card-head h3{margin:0;font-size:1.25rem;line-height:1.1}.graph-card-head small{display:block;margin-top:.35rem;color:var(--g-muted);font:750 .67rem ui-monospace,Consolas,monospace}.graph-status{padding:5px 8px;border-radius:999px;background:#202a34;color:#ced6dc;font:850 .59rem ui-monospace,Consolas,monospace;letter-spacing:.05em;text-align:center}.graph-status[data-result=MATCHED]{background:rgba(66,212,140,.14);color:var(--g-green)}.graph-status[data-result="DID NOT MATCH"]{background:rgba(255,102,117,.14);color:var(--g-red)}.graph-status[data-result=PENDING]{background:rgba(229,182,75,.15);color:var(--g-gold)}.graph-card-tape{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.graph-card-last{font:800 1.45rem ui-monospace,Consolas,monospace}.graph-card-change{font:800 .82rem ui-monospace,Consolas,monospace}.graph-card-change.up{color:var(--g-green)}.graph-card-change.down{color:var(--g-red)}.graph-card canvas{display:block;width:100%;height:96px;border-radius:8px;background:#0a0e12}.graph-card-meta{display:flex;align-items:end;justify-content:space-between;gap:10px;color:var(--g-muted);font-size:.7rem}.graph-card-open{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 12px;border:1px solid #394655;border-radius:999px;text-decoration:none;color:var(--g-ink);font-weight:850}.graph-card[data-feed-state=NO_PUBLIC_TAPE]{border-color:#71303a}.graph-card[data-feed-state=NO_PUBLIC_TAPE] canvas{opacity:.35}.graph-card[data-feed-state=NO_PUBLIC_TAPE] .graph-card-last{color:var(--g-red);font-size:.92rem}.graph-monitor{scroll-margin-top:78px;margin-top:70px}.graph-deep{border:1px solid var(--g-line);border-radius:20px;background:var(--g-panel);overflow:hidden}.graph-deep-header{display:grid;grid-template-columns:1fr auto;gap:20px;padding:22px;border-bottom:1px solid var(--g-line)}.graph-deep-title{display:flex;align-items:start;gap:14px}.graph-deep-title h2{margin:.1rem 0;font-size:clamp(2rem,4vw,4rem);line-height:.95}.graph-deep-title p{margin:.4rem 0 0;color:var(--g-muted)}.graph-deep-tape{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px;text-align:right}.graph-deep-tape span{display:grid;padding:9px 11px;border:1px solid var(--g-line);border-radius:10px;background:#0c1116}.graph-deep-tape small{color:var(--g-muted);font:750 .58rem ui-monospace,Consolas,monospace}.graph-deep-tape b{font:800 .9rem ui-monospace,Consolas,monospace}.graph-source-line{grid-column:1/-1;color:var(--g-muted);font-size:.72rem}.graph-source-line a{color:var(--g-blue)}.graph-intervals{display:flex;gap:7px;overflow-x:auto;padding:12px 18px;border-bottom:1px solid var(--g-line);background:#0b1015}.graph-intervals button{min-width:max-content;border:1px solid #33404e;border-radius:999px;background:transparent;color:#c0cad2;padding:8px 11px;cursor:pointer;font-weight:800;font-size:.72rem}.graph-intervals button[aria-pressed=true]{background:var(--g-gold);border-color:var(--g-gold);color:#17130a}.graph-chart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;min-height:680px}.graph-chart-column{min-width:0;padding:12px;background:#070a0e}.graph-canvas-wrap{position:relative;min-height:480px}.graph-main-canvas,.graph-osc-canvas{display:block;width:100%;background:#080c10}.graph-main-canvas{height:500px}.graph-osc-wrap{border-top:1px solid var(--g-line);position:relative}.graph-osc-label{position:absolute;z-index:2;top:9px;left:12px;padding:5px 7px;border-radius:6px;background:rgba(7,10,14,.75);color:#c5ced5;font:800 .62rem ui-monospace,Consolas,monospace}.graph-osc-canvas{height:160px}.graph-chart-loading,.graph-chart-failure{position:absolute;inset:0;display:grid;place-content:center;text-align:center;padding:30px;background:rgba(7,10,14,.88);z-index:3}.graph-chart-failure{color:var(--g-red)}.graph-chart-loading[hidden],.graph-chart-failure[hidden]{display:none}.graph-object-rail{border-left:1px solid var(--g-line);background:#0c1116;min-width:0}.graph-object-rail header{position:sticky;top:0;padding:16px;border-bottom:1px solid var(--g-line);background:#0c1116;z-index:1}.graph-object-rail h3{margin:0}.graph-object-controls{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.graph-object-controls button{padding:6px 8px;border:1px solid #354250;border-radius:999px;background:#151c24;color:#c6d0d8;cursor:pointer;font-size:.67rem;font-weight:800}.graph-object-list{display:grid;gap:1px;padding:0;margin:0;list-style:none;background:var(--g-line);max-height:610px;overflow:auto}.graph-object-list li{padding:11px 13px;background:#10161d}.graph-object-list b{display:block;font:800 .7rem ui-monospace,Consolas,monospace;overflow-wrap:anywhere}.graph-object-list small{color:var(--g-muted);font-size:.64rem}.graph-object-list li[data-object-kind=ledger] b{color:var(--g-gold)}.graph-object-list li[data-object-result=agree] b{color:var(--g-green)}.graph-object-list li[data-object-result=disagree] b{color:var(--g-red)}.graph-object-list li[data-object-kind=headline] b{color:var(--g-blue)}.graph-conflict{display:none;margin:0;padding:11px 14px;background:#7b5905;color:#fff;font-weight:850;text-align:center}.graph-conflict[data-visible=true]{display:block}.graph-ledger,.graph-headlines,.graph-sources{padding:22px;border-top:1px solid var(--g-line)}.graph-ledger h3,.graph-headlines h3{margin:0 0 12px}.graph-table-wrap{overflow:auto;border:1px solid var(--g-line);border-radius:12px}.graph-ledger table,.graph-fallback-table{width:100%;min-width:1080px;border-collapse:collapse;font-size:.73rem}.graph-ledger th,.graph-ledger td,.graph-fallback-table th,.graph-fallback-table td{padding:9px 10px;border-bottom:1px solid var(--g-line);text-align:left;vertical-align:top}.graph-ledger thead th,.graph-fallback-table thead th{background:#18212a;color:#dfe6ea;position:sticky;top:0}.graph-ledger tbody tr:nth-child(even){background:#0c1116}.graph-ledger a{color:var(--g-blue);font-weight:800}.graph-headline-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0;margin:0;list-style:none}.graph-headline-list li{padding:13px;border:1px solid var(--g-line);border-radius:10px;background:#0c1116}.graph-headline-list a{display:block;color:#dce4e8;font-weight:780;text-underline-offset:3px}.graph-headline-list small{display:block;margin-top:.5rem;color:var(--g-blue);font:700 .65rem ui-monospace,Consolas,monospace}.graph-headline-causality{color:var(--g-muted);font-size:.78rem}.graph-sources details{border:1px solid var(--g-line);border-radius:12px;background:#0c1116}.graph-sources summary{cursor:pointer;padding:14px;font-weight:850}.graph-source-drawer{padding:0 14px 14px;display:grid;gap:8px;color:var(--g-muted);font-size:.75rem}.graph-source-drawer a{color:var(--g-blue);overflow-wrap:anywhere}.graph-fallback{margin-top:16px}.graph-fallback summary{cursor:pointer;color:var(--g-muted);font-weight:800}.graph-foot{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;padding:30px clamp(18px,5vw,72px);border-top:1px solid var(--g-line);color:var(--g-muted);font-size:.75rem}.graph-foot code{overflow-wrap:anywhere}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1100px){.graph-mosaic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.graph-chart-layout{grid-template-columns:1fr}.graph-object-rail{border-left:0;border-top:1px solid var(--g-line)}.graph-object-list{max-height:360px}.graph-object-rail header{position:static}}
@media(max-width:760px){.graph-mast{align-items:flex-start;flex-direction:column}.graph-mast small{font-size:.61rem}.graph-contract-strip{grid-template-columns:1fr 1fr}.graph-section-head{align-items:start;flex-direction:column}.graph-mosaic-grid{grid-template-columns:1fr}.graph-deep-header{grid-template-columns:1fr}.graph-deep-tape{text-align:left}.graph-main-canvas{height:410px}.graph-osc-canvas{height:135px}.graph-headline-list{grid-template-columns:1fr}.graph-card{min-height:315px}.graph-main{padding-inline:12px}.graph-ledger,.graph-headlines,.graph-sources{padding:16px 12px}}
@media(max-width:480px){.graph-hero h1{font-size:2.65rem}.graph-contract-strip{grid-template-columns:1fr}.graph-deep-tape{grid-template-columns:1fr 1fr}.graph-chart-column{padding:5px}.graph-main-canvas{height:360px}.graph-intervals{padding-inline:10px}.graph-deep-title{gap:8px}.graph-deep-title h2{font-size:2.15rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
.graph-headline-markers{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.graph-headline-marker{position:absolute;display:grid;place-items:center;min-width:54px;min-height:54px;padding:5px 7px;border:2px solid #f4efe4;border-radius:14px;background:linear-gradient(145deg,#9dd0ff,#56a9ff);color:#071018!important;text-decoration:none;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 0 5px rgba(86,169,255,.22),0 0 28px rgba(86,169,255,.82),0 8px 20px rgba(0,0,0,.6);pointer-events:auto;cursor:pointer;animation:graphHeadlinePulse 2.2s ease-in-out infinite}.graph-headline-marker>span,.graph-headline-marker>small{transform:rotate(-45deg);margin:0!important}.graph-headline-marker>span{font:950 .82rem ui-monospace,Consolas,monospace;line-height:1}.graph-headline-marker>small{font:900 .42rem ui-monospace,Consolas,monospace;letter-spacing:.04em;white-space:nowrap}.graph-headline-marker:hover,.graph-headline-marker:focus-visible{z-index:4;background:#f4efe4;outline:3px solid var(--g-gold);outline-offset:4px;box-shadow:0 0 0 7px rgba(229,182,75,.27),0 0 36px rgba(229,182,75,.85)}
.graph-headline-list>li{padding:0;border:0;border-radius:14px;background:transparent}.graph-headline-analysis-card{height:100%;border:1px solid #334352;border-radius:14px;background:linear-gradient(145deg,rgba(86,169,255,.07),transparent 45%),#0c1116;overflow:hidden;scroll-margin-top:90px}.graph-headline-analysis-card[data-highlighted=true]{border-color:var(--g-blue);box-shadow:0 0 0 3px rgba(86,169,255,.18),0 16px 42px rgba(0,0,0,.28)}.graph-headline-analysis-card summary{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;min-height:72px;padding:14px;cursor:pointer;list-style:none}.graph-headline-analysis-card summary::-webkit-details-marker{display:none}.graph-headline-analysis-card summary b,.graph-headline-analysis-card summary small{display:block}.graph-headline-analysis-card summary b{line-height:1.25}.graph-headline-analysis-card summary small{margin-top:.42rem;color:var(--g-blue);font:750 .64rem ui-monospace,Consolas,monospace}.graph-headline-code{display:grid;place-items:center;width:44px;height:44px;border:2px solid #9dd0ff;border-radius:12px;background:var(--g-blue);color:#071018;font:950 .78rem ui-monospace,Consolas,monospace;transform:rotate(45deg)}.graph-headline-code::first-line{transform:rotate(-45deg)}.graph-headline-open{align-self:center;color:var(--g-gold);font:900 .58rem ui-monospace,Consolas,monospace;letter-spacing:.08em}.graph-headline-analysis-card[open] .graph-headline-open{font-size:0}.graph-headline-analysis-card[open] .graph-headline-open::after{content:"CLOSE";font-size:.58rem}.graph-headline-analysis-body{display:grid;gap:12px;padding:4px 16px 18px;border-top:1px solid var(--g-line)}.graph-headline-analysis-body p{margin:0;color:#d5dde2;font-size:.83rem}.graph-headline-system{padding-top:14px;color:var(--g-gold)!important;font:900 .64rem ui-monospace,Consolas,monospace!important;letter-spacing:.1em}.graph-headline-pressure{display:flex;flex-wrap:wrap;gap:7px}.graph-headline-pressure span,.graph-headline-pressure strong{padding:6px 8px;border-radius:999px;background:#18232d;color:#c7d3dc;font:850 .57rem ui-monospace,Consolas,monospace}.graph-headline-pressure strong{background:rgba(86,169,255,.14);color:#9dd0ff}.graph-headline-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0}.graph-headline-metrics div{padding:10px;border:1px solid var(--g-line);border-radius:10px;background:#080c10}.graph-headline-metrics dt{color:var(--g-muted);font:750 .56rem ui-monospace,Consolas,monospace;text-transform:uppercase}.graph-headline-metrics dd{margin:.2rem 0 0;color:var(--g-ink);font:900 .77rem ui-monospace,Consolas,monospace}.graph-headline-source{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:9px 13px;border:1px solid var(--g-blue);border-radius:999px;color:#dceeff!important;text-decoration:none}.graph-headline-empty{display:grid;gap:5px;padding:18px!important;border:1px dashed var(--g-line)!important;background:#0c1116!important}.graph-headline-empty span{color:var(--g-muted);font-size:.8rem}@keyframes graphHeadlinePulse{0%,100%{box-shadow:0 0 0 5px rgba(86,169,255,.18),0 0 24px rgba(86,169,255,.66),0 8px 20px rgba(0,0,0,.6)}50%{box-shadow:0 0 0 9px rgba(86,169,255,.08),0 0 38px rgba(86,169,255,.95),0 8px 20px rgba(0,0,0,.6)}}
@media(max-width:760px){.graph-headline-marker{min-width:50px;min-height:50px}.graph-headline-metrics{grid-template-columns:1fr 1fr}.graph-headline-analysis-card summary{grid-template-columns:auto 1fr}.graph-headline-open{grid-column:2}}
.graph-headline-code{transform:none;border:0;border-radius:0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}
.graph-universe-disclosure{margin-top:54px;border:1px solid var(--g-line);border-radius:18px;background:var(--g-panel);overflow:hidden}.graph-universe-disclosure>summary{cursor:pointer;padding:20px;color:var(--g-ink);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:900;list-style-position:inside}.graph-universe-disclosure>section{padding:4px 20px 24px;border-top:1px solid var(--g-line)}.graph-universe-search{display:grid;gap:7px;margin:0 0 18px;color:var(--g-muted);font:800 .7rem ui-monospace,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.graph-universe-search input{min-height:46px;padding:10px 14px;border:1px solid #354250;border-radius:12px;background:#080c10;color:var(--g-ink)}.graph-universe-search input:focus-visible{outline:3px solid var(--g-gold);outline-offset:3px}.graph-card[hidden]{display:none}@media(max-width:760px){.graph-universe-disclosure>section{padding:4px 12px 16px}.graph-monitor{margin-top:18px}.graph-universe-disclosure{margin-top:32px}}

/* OTR_GRAPH_PUBLIC_PROOF_SYSTEM_C49_BEGIN */
html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden}.graph-shell,.graph-shell *,.graph-receipt,.graph-receipt *{box-sizing:border-box}.graph-main{display:grid;gap:32px}.graph-answer-first{display:grid;gap:22px;padding:clamp(24px,5vw,56px);border:1px solid #33404c;border-radius:24px;background:radial-gradient(circle at 85% 10%,rgba(240,195,78,.14),transparent 28%),linear-gradient(155deg,#10161c,#080b0f 72%);box-shadow:0 24px 70px rgba(0,0,0,.35)}.graph-answer-first h1{max-width:980px;margin:0;color:#fff;font-size:clamp(2.15rem,6vw,5.6rem);line-height:.94;letter-spacing:-.055em}.graph-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--g-line);border-radius:16px;overflow:hidden}.graph-answer-grid>div{display:grid;gap:7px;min-height:116px;padding:20px;border-right:1px solid var(--g-line);border-bottom:1px solid var(--g-line);background:rgba(7,10,14,.72)}.graph-answer-grid>div:nth-child(2n){border-right:0}.graph-answer-grid>div:nth-last-child(-n+2){border-bottom:0}.graph-answer-grid span,.graph-answer-grid small{color:#f0c34e;font:800 .72rem ui-monospace,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.graph-answer-grid strong{color:#f8f7f2;font-size:clamp(1.05rem,2.3vw,1.55rem);line-height:1.34}.graph-answer-verdict{display:flex;align-items:center;gap:12px;margin:0;font-size:clamp(1.45rem,3vw,2.3rem);font-weight:900}.graph-answer-verdict span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#69737e;color:#071018}.graph-answer-verdict[data-verdict=CORRECT] span{background:#55dda0}.graph-answer-verdict[data-verdict=INCORRECT] span{background:#ff7d89}.graph-answer-verdict[data-verdict=PENDING] span{background:#f0c34e}.graph-answer-boundary{margin:0;color:#cbd2d8;font-size:1rem}.graph-answer-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.graph-answer-actions a,.graph-receipt-actions a,.graph-receipt-actions button{display:flex;align-items:center;justify-content:center;min-height:52px;padding:12px 16px;border:1px solid #f0c34e;border-radius:999px;background:transparent;color:#fff!important;font-weight:850;text-align:center;text-decoration:none}.graph-answer-actions a:first-child{background:#f0c34e;color:#111!important}.graph-answer-actions a:focus-visible,.graph-receipt-actions a:focus-visible,.graph-receipt-actions button:focus-visible{outline:3px solid #fff;outline-offset:3px}.graph-performance{display:grid;gap:18px;padding:clamp(22px,4vw,38px);border:1px solid var(--g-line);border-radius:20px;background:#0c1116}.graph-performance h2{margin:.25rem 0 0;color:#fff;font-size:clamp(1.7rem,4vw,3.2rem)}.graph-performance-primary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;border:1px solid var(--g-line);border-radius:14px;overflow:hidden}.graph-performance-primary>div{padding:17px;border-right:1px solid var(--g-line)}.graph-performance-primary>div:last-child{border-right:0}.graph-performance dt{color:#f0c34e;font:800 .68rem ui-monospace,Consolas,monospace;text-transform:uppercase}.graph-performance dd{margin:.5rem 0 0;color:#fff;font-size:1.35rem;font-weight:900}.graph-performance dd small{display:block;margin-top:.25rem;color:#bcc5cd;font-size:.78rem;font-weight:650}.graph-performance-method{border-top:1px solid var(--g-line);padding-top:14px}.graph-performance-method summary,.graph-forensic-proof>summary,.graph-universe-disclosure>summary{min-height:52px;cursor:pointer}.graph-performance-method dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.graph-performance-method dl>div{padding:14px;border:1px solid var(--g-line);border-radius:12px}.graph-supporting-visual{max-width:1040px;margin:0 auto}.graph-supporting-visual figure{margin:0!important}.graph-supporting-visual img{display:block;width:100%;max-height:360px;object-fit:contain;border-radius:20px}.graph-monitor{margin-top:0}.graph-deep{display:grid;gap:28px}.graph-deep-header{border-radius:18px}.graph-why{display:grid;gap:12px;padding:clamp(22px,4vw,36px);border-left:5px solid #f0c34e;border-radius:0 16px 16px 0;background:#111820;scroll-margin-top:100px}.graph-why h3{margin:0;color:#fff;font-size:clamp(1.4rem,3vw,2.2rem)}.graph-why p{max-width:880px;margin:0;color:#d6dce2;font-size:1.05rem;line-height:1.62}.graph-hindsight-label{color:#f0c34e!important;font-family:ui-monospace,Consolas,monospace!important;font-size:.84rem!important}.graph-story-chart{display:grid;gap:12px}.graph-story-chart .graph-canvas-wrap{min-height:500px;border:1px solid #354452;border-radius:18px;overflow:hidden}.graph-story-chart .graph-main-canvas{height:500px}.graph-written-summary{margin:0;padding:18px 20px;border-left:4px solid #62d6ff;background:#111820;color:#f1f3f4;font-size:1rem;line-height:1.6}.graph-story-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.graph-story-timeline li{display:grid;grid-template-columns:54px 1fr;gap:16px;min-height:104px;padding:0 0 22px}.graph-story-timeline li>span{position:relative;display:grid;place-items:center;align-self:start;width:48px;height:48px;border:2px solid #f0c34e;border-radius:50%;background:#10161c;color:#f0c34e;font-weight:900}.graph-story-timeline li:not(:last-child)>span:after{content:"";position:absolute;top:48px;bottom:-56px;width:2px;background:#33404c}.graph-story-timeline b{display:block;color:#fff;font-size:1.2rem}.graph-story-timeline p{margin:.35rem 0 0;color:#cbd2d8;font-size:1rem;line-height:1.55}.graph-story-news{display:grid;gap:14px}.graph-headline-list{grid-template-columns:1fr}.graph-headline-analysis-card{display:grid;gap:15px;padding:20px;border:1px solid #334352!important;background:#0c1116!important}.graph-headline-analysis-card[data-selected=true]{border-color:#f0c34e!important;box-shadow:0 0 0 3px rgba(240,195,78,.16)}.graph-headline-analysis-card>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:start}.graph-headline-analysis-card>header>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#62d6ff;color:#071018;font-weight:950}.graph-headline-analysis-card h4{margin:.15rem 0;color:#fff;font-size:1.2rem;line-height:1.28}.graph-headline-analysis-card header p,.graph-headline-analysis-card header small{margin:0;color:#aab6c0;font-size:.78rem}.graph-headline-analysis-card header>strong{padding:7px 10px;border:1px solid #7f8b96;border-radius:999px;color:#fff;font-size:.78rem}.graph-analysis-label{margin:0;color:#f0c34e!important;font:900 .72rem ui-monospace,Consolas,monospace;letter-spacing:.08em}.graph-headline-analysis-card>p{margin:0;color:#d8dee4;font-size:1rem;line-height:1.6}.graph-headline-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.graph-headline-metrics dt{font-size:.66rem}.graph-headline-metrics dd{font-size:.9rem}.graph-headline-boundary{padding-top:12px;border-top:1px solid var(--g-line);color:#bfc8d0!important}.graph-headline-analysis-card>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;width:max-content;padding:9px 14px;border:1px solid #62d6ff;border-radius:999px;color:#e8f7ff!important;text-decoration:none}.graph-other-news>details>summary{min-height:48px;padding:14px;border:1px solid var(--g-line);border-radius:12px;color:#fff;cursor:pointer}.graph-other-news ol{display:grid;gap:12px;margin:14px 0 0;padding:0;list-style:none}.graph-headline-marker{min-width:54px;min-height:54px;border-radius:50%;transform:translate(-50%,-50%);animation:none;font-weight:950}.graph-headline-marker[aria-current=true]{z-index:5;background:#f0c34e;outline:4px solid #fff;box-shadow:0 0 0 8px rgba(240,195,78,.2)}.graph-forensic-proof{border:1px solid #354452;border-radius:18px;background:#0c1116;overflow:hidden;scroll-margin-top:90px}.graph-forensic-proof>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px;list-style-position:inside;color:#fff;font-size:1.2rem;font-weight:900}.graph-forensic-proof>summary small{color:#aeb9c2;font-size:.82rem;font-weight:600}.graph-forensic-inner{display:grid;gap:22px;padding:22px;border-top:1px solid var(--g-line)}.graph-forensic-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;border:1px solid var(--g-line);border-radius:14px;overflow:hidden}.graph-forensic-grid .graph-object-rail{border-left:1px solid var(--g-line)}.graph-receipt-callout{display:grid;gap:10px;padding:20px;border:1px solid #f0c34e;border-radius:14px;background:rgba(240,195,78,.06)}.graph-receipt-callout h3,.graph-receipt-callout p{margin:0}.graph-receipt-callout a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;width:max-content;padding:10px 16px;border-radius:999px;background:#f0c34e;color:#111!important;font-weight:900;text-decoration:none}.graph-source-drawer dl{display:grid;gap:8px}.graph-source-drawer dl>div{display:grid;grid-template-columns:180px minmax(0,1fr);gap:10px;padding:12px;border:1px solid var(--g-line);border-radius:10px}.graph-source-drawer dd{margin:0;overflow-wrap:anywhere}.graph-universe-disclosure{margin-top:0}.graph-card-head small{font-size:.68rem}.graph-card-open{min-height:44px}.graph-receipt-page{margin:0;background:#07090c;color:#f6f4ed;font:16px/1.55 Inter,ui-sans-serif,system-ui,sans-serif}.graph-receipt{display:grid;gap:24px;width:min(980px,calc(100% - 32px));margin:0 auto;padding:48px 0 80px}.graph-receipt h1{max-width:850px;margin:0;font-size:clamp(2.2rem,6vw,5.3rem);line-height:.98;letter-spacing:-.05em}.graph-receipt-back{color:#f0c34e}.graph-receipt-id{margin:0;color:#aab5bf;font:12px/1.5 ui-monospace,Consolas,monospace;overflow-wrap:anywhere}.graph-receipt-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border:1px solid #34414d;border-radius:16px;overflow:hidden}.graph-receipt-facts>div{padding:16px;border-right:1px solid #34414d;border-bottom:1px solid #34414d}.graph-receipt-facts>div:nth-child(2n){border-right:0}.graph-receipt-facts dt{color:#f0c34e;font:750 .72rem ui-monospace,Consolas,monospace;text-transform:uppercase}.graph-receipt-facts dd{margin:.35rem 0 0;font-weight:800}.graph-receipt-reason{padding:22px;border-left:4px solid #f0c34e;background:#10161c}.graph-receipt-reason h2,.graph-receipt-reason h3,.graph-receipt-reason p{margin:.4rem 0}.graph-receipt-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.graph-receipt-actions button{font:inherit;cursor:pointer}.graph-receipt details{padding:18px;border:1px solid #34414d;border-radius:14px}.graph-receipt details summary{min-height:44px;cursor:pointer}.graph-receipt details dl>div{display:grid;grid-template-columns:180px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #28323b}.graph-receipt details dd{margin:0;overflow-wrap:anywhere}.graph-receipt-boundary{padding-top:18px;border-top:2px solid #f0c34e;color:#c8d0d7}
@media(max-width:900px){.graph-performance-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.graph-performance-primary>div{border-bottom:1px solid var(--g-line)}.graph-performance-primary>div:nth-child(2n){border-right:0}.graph-performance-primary>div:last-child{grid-column:1/-1}.graph-forensic-grid{grid-template-columns:1fr}.graph-forensic-grid .graph-object-rail{border-left:0;border-top:1px solid var(--g-line)}.graph-headline-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){body,.graph-shell{font-size:16px}.graph-main{gap:22px}.graph-answer-first{padding:22px 16px;border-radius:0}.graph-answer-first h1{font-size:clamp(2.25rem,12vw,3.45rem)}.graph-answer-grid{grid-template-columns:1fr}.graph-answer-grid>div{min-height:0;border-right:0!important;border-bottom:1px solid var(--g-line)!important;padding:16px}.graph-answer-grid>div:last-child{border-bottom:0!important}.graph-answer-grid strong{font-size:1.08rem}.graph-answer-actions,.graph-receipt-actions{grid-template-columns:1fr}.graph-answer-actions a,.graph-receipt-actions a,.graph-receipt-actions button{min-height:52px;font-size:1rem}.graph-performance{padding:20px 16px}.graph-performance-primary,.graph-performance-method dl{grid-template-columns:1fr}.graph-performance-primary>div{border-right:0}.graph-performance-primary>div:last-child{grid-column:auto}.graph-supporting-visual img{max-height:240px}.graph-deep-header{padding:18px}.graph-deep-tape{grid-template-columns:1fr}.graph-why{padding:20px 16px}.graph-story-chart .graph-canvas-wrap{min-height:340px}.graph-story-chart .graph-main-canvas{height:340px}.graph-story-timeline li{grid-template-columns:46px 1fr;gap:12px}.graph-story-timeline li>span{width:42px;height:42px}.graph-story-timeline li:not(:last-child)>span:after{top:42px}.graph-headline-analysis-card{padding:16px}.graph-headline-analysis-card>header{grid-template-columns:auto 1fr}.graph-headline-analysis-card>header>strong{grid-column:2;width:max-content}.graph-headline-metrics{grid-template-columns:1fr}.graph-forensic-proof>summary{align-items:flex-start;flex-direction:column;padding:17px}.graph-forensic-inner{padding:14px}.graph-source-drawer dl>div,.graph-receipt details dl>div{grid-template-columns:1fr}.graph-table-wrap{max-width:100%;overflow-x:auto}.graph-receipt{width:min(100% - 24px,980px);padding-top:28px}.graph-receipt-facts{grid-template-columns:1fr}.graph-receipt-facts>div{border-right:0}.graph-receipt h1{font-size:2.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.graph-headline-marker{animation:none!important;transition:none!important}}
@media print{.graph-receipt-page{background:#fff;color:#111}.graph-receipt-back,.graph-receipt-actions{display:none}.graph-receipt{width:100%;padding:0}.graph-receipt-facts,.graph-receipt-facts>div,.graph-receipt details{border-color:#777}.graph-receipt-reason{background:#f5f5f5}}
.graph-tabs{scrollbar-width:none}.graph-tabs::-webkit-scrollbar{display:none}
/* OTR_GRAPH_PUBLIC_PROOF_SYSTEM_C49_END */

/* OTR_GRAPH_SIMPLE_LIST_C50_BEGIN */
.graph-simple-main-c50{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;width:min(1180px,100%);padding-top:clamp(28px,5vw,64px);min-width:0}
.graph-simple-intro-c50{display:grid;gap:12px;padding:0 0 24px;border-bottom:1px solid var(--g-line)}
.graph-simple-intro-c50 h1{max-width:900px;margin:0;color:#fff;font-size:clamp(2.35rem,6vw,5.7rem);font-weight:500;line-height:.95;letter-spacing:-.055em}
.graph-simple-intro-c50>p:not(.graph-kicker){max-width:780px;margin:0;color:#cbd3d9;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}
.graph-simple-search-c50{display:grid;gap:8px;max-width:620px;margin-top:10px;color:var(--g-gold);font:850 .7rem ui-monospace,Consolas,monospace;letter-spacing:.09em;text-transform:uppercase}
.graph-simple-search-c50 input{width:100%;min-height:50px;padding:12px 15px;border:1px solid #43515d;border-radius:12px;background:#0c1116;color:#fff;font-size:1rem;text-transform:none;letter-spacing:0}
.graph-simple-search-c50 input:focus-visible{outline:3px solid var(--g-gold);outline-offset:3px}
.graph-simple-list-c50{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;margin:0;padding:0;list-style:none;min-width:0}
.graph-simple-order-note-c89{margin:18px 0 0;padding:14px 16px;border:1px solid rgba(229,182,75,.48);border-radius:14px;background:rgba(229,182,75,.075);color:#d6dee5;line-height:1.55}.graph-simple-order-note-c89 strong{color:#f3efe5}.graph-simple-updated-badge-c89{display:inline-flex;margin:0 0 7px;padding:4px 8px;border:1px solid rgba(229,182,75,.58);border-radius:999px;color:#f0c34e;font:800 .72rem/1.1 ui-monospace,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.graph-simple-item-c50.is-latest-update-c89 .graph-simple-investible-c50{border-color:rgba(229,182,75,.52)}
.graph-simple-item-c50[hidden]{display:none!important}
.graph-simple-item-c50,.graph-simple-investible-c50{min-width:0;max-width:100%}
.graph-simple-investible-c50{display:grid;gap:18px;padding:clamp(18px,3vw,32px);border:1px solid #33404c;border-radius:20px;background:linear-gradient(150deg,rgba(229,182,75,.045),transparent 34%),#0c1116;scroll-margin-top:84px;overflow:hidden}
.graph-simple-investible-c50:target{border-color:var(--g-gold);box-shadow:0 0 0 3px rgba(229,182,75,.16)}
.graph-simple-investible-head-c50{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:14px;align-items:center}
.graph-simple-order-c50{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--g-gold);border-radius:50%;color:var(--g-gold);font:900 .75rem ui-monospace,Consolas,monospace}
.graph-simple-investible-head-c50 h2{margin:0;color:#fff;font-size:clamp(1.65rem,4vw,3rem);font-weight:650;line-height:1;letter-spacing:-.035em}
.graph-simple-investible-head-c50 p{margin:.45rem 0 0;color:#aeb8c1;font:750 .72rem ui-monospace,Consolas,monospace;letter-spacing:.035em}
.graph-simple-investible-head-c50>a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:9px 14px;border:1px solid #566574;border-radius:999px;color:#fff;text-decoration:none;font-weight:850}
.graph-simple-investible-head-c50>a:hover,.graph-simple-investible-head-c50>a:focus-visible{border-color:var(--g-gold);color:var(--g-gold);outline:none}
.graph-simple-chart-c50{position:relative;min-height:280px;border:1px solid #2c3945;border-radius:16px;background:#080c11;overflow:hidden}
.graph-simple-chart-c50 canvas{display:block;width:100%;height:280px}
.graph-simple-markers-c50{position:absolute;inset:0;pointer-events:none}
.graph-simple-marker-c50{position:absolute;z-index:2;display:grid;place-items:center;width:44px;height:44px;border:2px solid #080c11;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 5px 18px rgba(0,0,0,.55);font:950 .82rem ui-monospace,Consolas,monospace;text-decoration:none;pointer-events:auto}
.graph-simple-prediction-c50{background:var(--g-gold);color:#17130a}
.graph-simple-news-marker-c50{background:#62d6ff;color:#071018}
.graph-simple-marker-c50:focus-visible,.graph-simple-marker-c50:hover{z-index:5;outline:3px solid #fff;outline-offset:3px}
.graph-simple-loading-c50{position:absolute;right:12px;bottom:8px;max-width:calc(100% - 24px);margin:0;padding:6px 9px;border-radius:8px;background:rgba(4,7,10,.86);color:#d3dbe1;font-size:.76rem;line-height:1.35;text-align:right}
.graph-simple-legend-c50{display:flex;flex-wrap:wrap;gap:10px;color:#cbd3d9;font-size:.82rem}
.graph-simple-legend-c50 span{display:inline-flex;align-items:center;gap:7px}
.graph-simple-legend-c50 b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#202b35;color:#fff;font:900 .7rem ui-monospace,Consolas,monospace}
.graph-simple-legend-c50 span:first-child b{background:var(--g-gold);color:#17130a}.graph-simple-legend-c50 span:last-child b{background:#62d6ff;color:#071018}
.graph-simple-predictions-title-c51{margin:8px 0 -4px;color:var(--g-gold);font:900 .76rem ui-monospace,Consolas,monospace;letter-spacing:.09em;text-transform:uppercase}
.graph-simple-predictions-c51{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.graph-simple-prediction-row-c51{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:13px;align-items:center;padding:14px;border:1px solid #354452;border-radius:14px;background:#090e13}
.graph-simple-prediction-number-c51{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--g-gold);color:#17130a;font:950 .72rem ui-monospace,Consolas,monospace}
.graph-simple-prediction-copy-c51{display:grid;gap:4px;min-width:0}.graph-simple-prediction-copy-c51>strong{color:#fff;font-size:1rem;line-height:1.35}.graph-simple-prediction-copy-c51>small{color:#aeb8c1;font-size:.78rem;line-height:1.4;overflow-wrap:anywhere}.graph-simple-prediction-copy-c51 time{color:#dbe2e7}
.graph-simple-time-unavailable-c51{color:#dbe2e7}
.graph-simple-prediction-result-c51{display:inline-flex;padding:2px 7px;border-radius:999px;background:#27323b;color:#eef3f6;font:900 .7rem ui-monospace,Consolas,monospace;letter-spacing:.02em}.graph-simple-prediction-result-c51.is-hit{background:#0b5d3b;color:#d7ffea}.graph-simple-prediction-result-c51.is-miss{background:#762f36;color:#ffe3e6}.graph-simple-prediction-result-c51.is-pending{background:#4f431f;color:#fff2b8}
.graph-simple-prediction-evidence-c51{display:inline-flex;align-items:center;justify-content:center;min-width:74px;min-height:44px;padding:8px 12px;border:1px solid #566574;border-radius:999px;color:#fff;text-decoration:none;font-weight:850}.graph-simple-prediction-evidence-c51:hover,.graph-simple-prediction-evidence-c51:focus-visible{border-color:var(--g-gold);color:var(--g-gold);outline:none}
.graph-simple-prediction-empty-c51{padding:16px;color:#aeb8c1;border:1px solid var(--g-line);border-radius:12px}
.graph-simple-headlines-title-c50{margin:8px 0 -4px;color:var(--g-gold);font:900 .76rem ui-monospace,Consolas,monospace;letter-spacing:.09em;text-transform:uppercase}
.graph-simple-headlines-c50{display:grid;margin:0;padding:0;border-top:1px solid var(--g-line);list-style:none}
.graph-simple-headline-c50{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;padding:16px 0;border-bottom:1px solid var(--g-line)}
.graph-simple-headline-number-c50{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#62d6ff;color:#071018;font:950 .78rem ui-monospace,Consolas,monospace}
.graph-simple-headline-c50 a{display:grid;gap:5px;min-height:44px;color:#fff;text-decoration:none}
.graph-simple-headline-c50 a:hover strong,.graph-simple-headline-c50 a:focus-visible strong{color:#8ddfff;text-decoration:underline;text-underline-offset:4px}
.graph-simple-headline-c50 a:focus-visible{outline:3px solid var(--g-gold);outline-offset:4px}
.graph-simple-headline-c50 strong{font-size:1rem;line-height:1.45}.graph-simple-headline-c50 small{color:#9fabb5;font-size:.8rem;line-height:1.45}
.graph-simple-empty-c50{padding:18px 0;color:#aeb8c1;font-size:1rem;border-bottom:1px solid var(--g-line)}
@media(max-width:620px){.graph-mast{align-items:flex-start}.graph-mast small{max-width:150px;text-align:right}.graph-simple-main-c50{padding-inline:12px}.graph-simple-investible-c50{padding:18px 14px;border-radius:16px}.graph-simple-investible-head-c50{grid-template-columns:46px minmax(0,1fr)}.graph-simple-order-c50{width:42px;height:42px}.graph-simple-investible-head-c50>a{grid-column:2;justify-self:start}.graph-simple-chart-c50{min-height:230px}.graph-simple-chart-c50 canvas{height:230px}.graph-simple-loading-c50{left:8px;right:8px;bottom:7px;max-width:none;text-align:left}.graph-simple-prediction-row-c51{grid-template-columns:44px minmax(0,1fr);padding:12px 10px}.graph-simple-prediction-number-c51{width:40px;height:40px}.graph-simple-prediction-evidence-c51{grid-column:2;justify-self:start}.graph-simple-headline-c50{grid-template-columns:42px minmax(0,1fr)}.graph-simple-headline-number-c50{width:38px;height:38px}.graph-simple-headline-c50 strong,.graph-simple-empty-c50{font-size:1rem}}
@media(prefers-reduced-motion:reduce){.graph-simple-investible-c50{scroll-behavior:auto}}
/* OTR_GRAPH_SIMPLE_LIST_C50_END */

/* OTR_GRAPH_DIRECT_SYSTEM_ANALYSIS_C54_BEGIN */
.graph-sr-only-c54{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.graph-simple-primary-grid-c54{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr);gap:20px;align-items:start;min-width:0}
.graph-simple-chart-c50{display:grid;gap:10px;min-width:0;min-height:0;margin:0;border:0;border-radius:0;background:transparent;overflow:visible}
.graph-simple-plot-c54{position:relative;min-height:320px;border:1px solid #2c3945;border-radius:16px;background:#080c11;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.graph-simple-chart-c50 canvas{height:320px;border-radius:16px}
.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-plot-c54{min-height:380px}.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-chart-c50 canvas{height:380px}
.graph-simple-markers-c50{overflow:visible}
.graph-simple-marker-c50{min-width:46px;width:auto;height:46px;padding:0 9px;box-shadow:0 7px 20px rgba(0,0,0,.62);transition:transform .15s ease,box-shadow .15s ease}
.graph-simple-marker-c50:hover,.graph-simple-marker-c50:focus-visible,.graph-simple-marker-c50.is-card-linked-c54{z-index:6;transform:translate(-50%,-50%) scale(1.08);outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 6px rgba(255,255,255,.12),0 8px 22px rgba(0,0,0,.7)}
.graph-simple-news-marker-c50{min-width:42px;width:42px;padding:0;border-radius:11px}
.graph-simple-loading-c50{position:static;max-width:none;margin:0;padding:10px 12px;border:1px solid #2b3945;border-radius:10px;background:#10161d;color:#d6dde2;font-size:.82rem;line-height:1.45;text-align:left}
.graph-simple-legend-c50{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.graph-simple-legend-c50 span{min-height:42px;padding:7px 9px;border:1px solid #2b3945;border-radius:10px;background:#0d1319;color:#d0d8de;font-size:.76rem;line-height:1.25}
.graph-simple-legend-c50 span:nth-child(2) b{border-radius:8px;background:#62d6ff;color:#071018}
.graph-simple-entry-key-c54 i{display:block;width:30px;border-top:2px dashed var(--g-gold)}
.graph-simple-evidence-stack-c54{display:grid;gap:18px;min-width:0}
.graph-simple-current-c54,.graph-simple-headline-section-c54{display:grid;gap:10px;min-width:0}
.graph-simple-predictions-title-c51,.graph-simple-headlines-title-c50,.graph-simple-history-c54>h3{margin:0;color:var(--g-gold);font:900 .76rem ui-monospace,Consolas,monospace;letter-spacing:.09em;text-transform:uppercase}
.graph-simple-prediction-row-c51{grid-template-columns:48px minmax(0,1fr);align-items:start;padding:14px;scroll-margin-top:90px;transition:border-color .15s ease,box-shadow .15s ease}
.graph-simple-prediction-card-c54,.graph-simple-headline-card-c54{display:grid;gap:12px;min-width:0}
.graph-simple-prediction-head-c54{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.graph-simple-prediction-head-c54>strong{color:#fff;font-size:1rem;line-height:1.35}
.graph-simple-prediction-result-c51{max-width:100%;overflow-wrap:anywhere;text-align:center}
.graph-simple-prediction-facts-c54{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0}
.graph-simple-prediction-facts-c54>div{padding:9px 10px;border:1px solid #293642;border-radius:9px;background:#0d1319}
.graph-simple-prediction-facts-c54 dt{color:#8f9ca7;font:800 .62rem ui-monospace,Consolas,monospace;text-transform:uppercase}
.graph-simple-prediction-facts-c54 dd{margin:.25rem 0 0;color:#dfe5e9;font-size:.78rem;line-height:1.4;overflow-wrap:anywhere}
.graph-simple-analysis-c54{display:grid;gap:6px;padding:12px 13px;border:1px solid #354451;border-left:4px solid var(--g-gold);border-radius:10px;background:linear-gradient(135deg,rgba(240,195,78,.07),transparent 52%),#10171e}
.graph-simple-analysis-c54.is-headline{border-left-color:#62d6ff;background:linear-gradient(135deg,rgba(98,214,255,.07),transparent 52%),#10171e}
.graph-simple-analysis-c54>span{color:var(--g-gold);font:900 .66rem ui-monospace,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}
.graph-simple-analysis-c54.is-headline>span{color:#8be2ff}
.graph-simple-analysis-c54 p{margin:0;color:#dce2e7;font-size:.86rem;line-height:1.5}
.graph-simple-analysis-live-c54{padding-top:6px;border-top:1px solid #2b3843;color:#b8c4cc!important}
.graph-simple-analysis-facts-c54{display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}
.graph-simple-analysis-facts-c54 small{padding:4px 7px;border-radius:999px;background:#19232c;color:#bfcbd4;font:750 .62rem ui-monospace,Consolas,monospace}
.graph-simple-card-actions-c54{display:flex;align-items:center;justify-content:space-between;gap:10px}
.graph-simple-marker-state-c54{color:#b7c2ca;font-size:.72rem;line-height:1.35}.graph-simple-marker-state-c54.is-withheld{color:#f0c98c}
.graph-simple-prediction-evidence-c51{min-width:0;min-height:42px;padding:7px 11px;font-size:.8rem}
.graph-simple-prediction-evidence-c51:hover,.graph-simple-prediction-evidence-c51:focus-visible,.graph-simple-investible-head-c50>a:hover,.graph-simple-investible-head-c50>a:focus-visible{border-color:var(--g-gold);color:var(--g-gold);outline:3px solid rgba(240,195,78,.35);outline-offset:3px}
.graph-simple-headlines-c50{gap:10px;border:0}
.graph-simple-headline-c50{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:12px;border:1px solid #30404c;border-radius:13px;background:#090e13;scroll-margin-top:90px;transition:border-color .15s ease,box-shadow .15s ease}
.graph-simple-headline-number-c50{width:40px;height:40px;border-radius:10px}
.graph-simple-headline-head-c54{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:start}
.graph-simple-headline-title-c54{min-width:0}.graph-simple-headline-title-c54 strong{font-size:.96rem;line-height:1.38}.graph-simple-headline-title-c54 small{font-size:.74rem;line-height:1.5}
.graph-simple-source-link-c54{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px!important;padding:7px 9px;border:1px solid #426172;border-radius:999px;color:#bdeeff!important;font-size:.72rem;font-weight:850;white-space:nowrap}
.graph-simple-source-link-c54:hover,.graph-simple-source-link-c54:focus-visible{border-color:#62d6ff!important;outline:3px solid rgba(98,214,255,.26)!important;outline-offset:3px}
.graph-simple-headline-actions-c54{display:flex;align-items:center;justify-content:flex-start}
.graph-simple-empty-c50{padding:16px;border:1px dashed #33414d;border-radius:12px;background:#0b1117}
.graph-simple-history-c54{display:grid;gap:12px;padding-top:18px;border-top:1px solid #2c3945}
.graph-simple-predictions-c51.is-history{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.graph-simple-predictions-c51.is-history .graph-simple-prediction-row-c51{height:100%}
.graph-simple-prediction-row-c51.is-marker-linked-c54,.graph-simple-headline-c50.is-marker-linked-c54{border-color:#f4efe4;box-shadow:0 0 0 4px rgba(244,239,228,.13)}
@media(max-width:959px){.graph-simple-primary-grid-c54{grid-template-columns:minmax(0,1fr)}.graph-simple-evidence-stack-c54{grid-row:2}.graph-simple-predictions-c51.is-history{grid-template-columns:minmax(0,1fr)}}
@media(max-width:620px){.graph-simple-primary-grid-c54{gap:18px}.graph-simple-plot-c54{min-height:250px;max-width:100%;overflow:hidden}.graph-simple-chart-c50 canvas{height:250px}.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-plot-c54{min-height:350px}.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-chart-c50 canvas{height:350px}.graph-simple-loading-c50{font-size:.82rem}.graph-simple-legend-c50{grid-template-columns:1fr}.graph-simple-legend-c50 span{font-size:.84rem}.graph-simple-prediction-row-c51{grid-template-columns:42px minmax(0,1fr);padding:11px 9px}.graph-simple-prediction-number-c51{width:40px;height:40px}.graph-simple-prediction-head-c54{display:grid}.graph-simple-prediction-result-c51{justify-self:start}.graph-simple-prediction-facts-c54{grid-template-columns:1fr}.graph-simple-prediction-facts-c54 dd,.graph-simple-headline-title-c54 small{font-size:.875rem;line-height:1.5}.graph-simple-analysis-c54 p{font-size:.9rem;line-height:1.55}.graph-simple-card-actions-c54{align-items:flex-start;flex-direction:column}.graph-simple-headline-c50{grid-template-columns:38px minmax(0,1fr);padding:11px 9px}.graph-simple-headline-number-c50{width:36px;height:36px}.graph-simple-headline-head-c54{grid-template-columns:1fr}.graph-simple-source-link-c54{justify-self:start}.graph-simple-marker-c50{min-width:42px;height:42px;padding-inline:7px}.graph-simple-news-marker-c50{width:40px;min-width:40px}.graph-simple-investible-c50{overflow-x:hidden}}
@media(prefers-reduced-motion:reduce){.graph-simple-marker-c50,.graph-simple-prediction-row-c51,.graph-simple-headline-c50{transition:none!important}}
/* OTR_GRAPH_DIRECT_SYSTEM_ANALYSIS_C54_END */

/* OTR_GRAPH_PLAIN_ENGLISH_TIMELINE_C55_BEGIN */
.graph-simple-intro-stats-c55{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:780px;margin:6px 0 0}
.graph-simple-intro-stats-c55>div{padding:11px 13px;border:1px solid #30404c;border-radius:11px;background:#0c1218}
.graph-simple-intro-stats-c55 dt{color:#8f9ba6;font:800 .62rem ui-monospace,Consolas,monospace;letter-spacing:.06em;text-transform:uppercase}
.graph-simple-intro-stats-c55 dd{margin:3px 0 0;color:#fff;font:850 1.08rem ui-monospace,Consolas,monospace}
.graph-simple-primary-grid-c54{grid-template-columns:minmax(0,1.35fr) minmax(350px,.65fr);gap:22px}
.graph-simple-visual-stack-c55{display:grid;gap:14px;min-width:0}
.graph-simple-chart-c50{gap:8px}
.graph-simple-plot-c54,.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-plot-c54{min-height:300px}
.graph-simple-chart-c50 canvas,.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-chart-c50 canvas{height:300px}
.graph-simple-marker-rail-c55{position:relative;height:92px;border:1px solid #2c3945;border-radius:13px;background:linear-gradient(180deg,rgba(98,214,255,.035),transparent 58%),#090e13;overflow:hidden}
.graph-simple-investible-c50[data-marker-density=busy] .graph-simple-marker-rail-c55{height:132px}
.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-marker-rail-c55{height:208px}
.graph-simple-marker-rail-c55:after{content:"";position:absolute;left:14px;right:82px;top:48px;border-top:1px solid #35434e;pointer-events:none}
.graph-simple-marker-rail-label-c55{position:absolute;z-index:1;top:7px;left:10px;padding:2px 6px;border-radius:5px;background:#111820;color:#91a0ab;font:800 .58rem ui-monospace,Consolas,monospace;letter-spacing:.05em;text-transform:uppercase}
.graph-simple-markers-c50{position:absolute;inset:0;height:auto;overflow:hidden;pointer-events:none}
.graph-simple-marker-c50{width:36px;min-width:36px;height:36px;padding:0;border-width:2px;font-size:.7rem;box-shadow:0 5px 14px rgba(0,0,0,.62)}
.graph-simple-news-marker-c50{width:34px;min-width:34px;height:34px;border-radius:9px}
.graph-simple-marker-c50:hover,.graph-simple-marker-c50:focus-visible,.graph-simple-marker-c50.is-card-linked-c54{transform:translate(-50%,-50%) scale(1.1)}
.graph-simple-loading-c50{padding:8px 10px;border:0;border-left:3px solid #62d6ff;border-radius:0;background:#0b1117;color:#c7d1d8;font-size:.76rem}
.graph-simple-legend-c50{display:flex;flex-wrap:wrap;align-items:center;gap:7px;overflow-x:visible;padding:2px 0 4px}
.graph-simple-legend-c50 span{flex:0 0 auto;min-height:34px;padding:4px 7px;border:0;background:transparent;font-size:.69rem}
.graph-simple-legend-c50 b{width:25px;height:25px}.graph-simple-legend-c50 small{flex:1 1 220px;color:#8f9ca7;font-size:.68rem;line-height:1.35;text-align:left}
.graph-simple-readout-c55{display:grid;gap:11px;padding:15px;border:1px solid #3a4955;border-radius:15px;background:radial-gradient(circle at 90% 0,rgba(98,214,255,.08),transparent 35%),#0d141a}
.graph-simple-readout-c55>header{display:flex;align-items:start;justify-content:space-between;gap:16px}
.graph-simple-readout-c55>header>div{display:grid;gap:4px}.graph-simple-readout-c55>header span{color:#8be2ff;font:900 .65rem ui-monospace,Consolas,monospace;letter-spacing:.09em;text-transform:uppercase}
.graph-simple-readout-c55>header strong{max-width:720px;color:#fff;font-size:.96rem;line-height:1.45}.graph-simple-readout-c55>header small{max-width:170px;color:#91a0aa;font-size:.68rem;line-height:1.35;text-align:right}
.graph-simple-readout-c55 dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0}
.graph-simple-readout-c55 dl>div{min-width:0;padding:9px 10px;border:1px solid #2d3a44;border-radius:9px;background:#090e13}
.graph-simple-readout-c55 dt{color:#8e9ba6;font:800 .58rem ui-monospace,Consolas,monospace;text-transform:uppercase}
.graph-simple-readout-c55 dd{margin:4px 0 0;color:#edf2f5;font-size:.76rem;font-weight:780;line-height:1.35;overflow-wrap:anywhere}
.graph-simple-timeline-c55{display:grid;gap:10px;padding:15px;border:1px solid #34424e;border-radius:15px;background:#0a0f14;overflow:hidden}
.graph-simple-timeline-c55>header{display:flex;align-items:end;justify-content:space-between;gap:16px}.graph-simple-timeline-c55>header>div{display:grid}.graph-simple-timeline-c55>header span{color:var(--g-gold);font:900 .65rem ui-monospace,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.graph-simple-timeline-c55>header strong{color:#fff;font-size:1rem}.graph-simple-timeline-c55>header p{max-width:360px;margin:0;color:#95a2ac;font-size:.72rem;line-height:1.4;text-align:right}
.graph-simple-events-c55{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,220px);gap:8px;margin:0;padding:0 0 8px;list-style:none;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin}
.graph-simple-event-c55{scroll-snap-align:start}.graph-simple-event-c55>a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;height:100%;min-height:112px;padding:10px;border:1px solid #2d3a45;border-radius:11px;background:#0e151b;color:#eef2f4;text-decoration:none}
.graph-simple-event-c55>a:hover,.graph-simple-event-c55>a:focus-visible{border-color:#e8edf0;outline:3px solid rgba(232,237,240,.16);outline-offset:2px}
.graph-simple-event-badge-c55{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--g-gold);color:#17130a;font:950 .66rem ui-monospace,Consolas,monospace}.graph-simple-event-c55.is-headline .graph-simple-event-badge-c55{border-radius:8px;background:#62d6ff;color:#071018}
.graph-simple-event-c55>a>span:last-child{display:grid;align-content:start;gap:4px;min-width:0}.graph-simple-event-c55 small{color:#93a2ad;font-size:.62rem;line-height:1.35}.graph-simple-event-c55 strong{display:-webkit-box;overflow:hidden;color:#fff;font-size:.76rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.graph-simple-event-c55 em{color:#aebac3;font-size:.66rem;font-style:normal;line-height:1.35}
.graph-simple-unplaced-c55{display:grid;gap:5px;padding-top:10px;border-top:1px solid #2b3843}.graph-simple-unplaced-c55 h4,.graph-simple-unplaced-c55 p{margin:0}.graph-simple-unplaced-c55 h4{color:#f0c98c;font-size:.78rem}.graph-simple-unplaced-c55 p{color:#95a2ac;font-size:.68rem}.graph-simple-unplaced-c55 ol{display:grid;gap:6px;margin:4px 0 0;padding:0;list-style:none}.graph-simple-unplaced-row-c55>a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;padding:8px;border:1px dashed #5a4b33;border-radius:9px;color:#fff;text-decoration:none}.graph-simple-unplaced-row-c55 b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#493e24;color:#ffe8a4;font:.7rem ui-monospace,Consolas,monospace}.graph-simple-unplaced-row-c55 span{display:grid}.graph-simple-unplaced-row-c55 strong{font-size:.72rem}.graph-simple-unplaced-row-c55 small{color:#cbbd9c;font-size:.65rem}
.graph-simple-prediction-row-c51.is-timeline-target-c55,.graph-simple-headline-c50.is-timeline-target-c55{border-color:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.16)}
.graph-simple-no-events-c55{margin:0;color:#9aa7b1;font-size:.8rem}
@media(max-width:1080px){.graph-simple-primary-grid-c54{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr)}.graph-simple-readout-c55 dl{grid-template-columns:1fr 1fr}}
@media(max-width:959px){.graph-simple-primary-grid-c54{grid-template-columns:1fr}.graph-simple-evidence-stack-c54{grid-row:auto}.graph-simple-visual-stack-c55{grid-row:1}.graph-simple-evidence-stack-c54{grid-row:2}}
@media(max-width:620px){.graph-simple-intro-stats-c55{grid-template-columns:1fr 1fr}.graph-simple-primary-grid-c54{gap:16px}.graph-simple-plot-c54,.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-plot-c54{min-height:244px}.graph-simple-chart-c50 canvas,.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-chart-c50 canvas{height:244px}.graph-simple-marker-rail-c55{height:92px}.graph-simple-investible-c50[data-marker-density=busy] .graph-simple-marker-rail-c55{height:132px}.graph-simple-investible-c50[data-marker-density=dense] .graph-simple-marker-rail-c55{height:218px}.graph-simple-marker-rail-c55:after{right:68px}.graph-simple-loading-c50{font-size:.72rem;line-height:1.4}.graph-simple-legend-c50{display:flex;grid-template-columns:none;flex-wrap:wrap}.graph-simple-legend-c50 span{font-size:.7rem}.graph-simple-legend-c50 small{flex:0 0 250px;text-align:left}.graph-simple-readout-c55{padding:12px}.graph-simple-readout-c55>header{display:grid;gap:6px}.graph-simple-readout-c55>header small{max-width:none;text-align:left}.graph-simple-readout-c55 dl{grid-template-columns:1fr 1fr}.graph-simple-readout-c55 dd{font-size:.78rem}.graph-simple-timeline-c55{padding:12px}.graph-simple-timeline-c55>header{display:grid;gap:5px}.graph-simple-timeline-c55>header p{text-align:left}.graph-simple-events-c55{grid-auto-columns:minmax(176px,78vw)}.graph-simple-event-c55>a{min-height:108px}.graph-simple-marker-c50{width:34px;min-width:34px;height:34px;padding:0}.graph-simple-news-marker-c50{width:32px;min-width:32px;height:32px}.graph-simple-analysis-c54{padding:11px}.graph-simple-analysis-c54 p{font-size:.86rem;line-height:1.5}}
@media(prefers-reduced-motion:reduce){.graph-simple-events-c55{scroll-behavior:auto}.graph-simple-prediction-row-c51.is-timeline-target-c55,.graph-simple-headline-c50.is-timeline-target-c55{transition:none}}
/* OTR_GRAPH_PLAIN_ENGLISH_TIMELINE_C55_END */

/* OTR_GRAPH_LEARNING_PUBLIC_C63 */
.graph-learning-intro-c63{margin:16px 0 0;padding:13px 15px;border:1px solid #40505d;border-radius:12px;background:#0d151b;color:#d9e2e8;line-height:1.55}.graph-learning-intro-c63 strong{color:#8be2ff}.graph-learning-panel-c63{display:grid;gap:12px;margin:14px 0 18px;padding:16px;border:1px solid #40505d;border-left:5px solid #62d6ff;border-radius:15px;background:linear-gradient(135deg,rgba(98,214,255,.08),transparent 45%),#0d141a;color:#e9eef2}.graph-learning-panel-c63>header{display:flex;align-items:start;justify-content:space-between;gap:16px}.graph-learning-panel-c63>header div{display:grid;gap:4px}.graph-learning-panel-c63>header span{color:#8be2ff;font:900 .65rem ui-monospace,Consolas,monospace;letter-spacing:.09em}.graph-learning-panel-c63 h3,.graph-learning-panel-c63 p{margin:0}.graph-learning-panel-c63 h3{color:#fff;font-size:1.05rem}.graph-learning-panel-c63>header small{max-width:230px;color:#9eabb4;text-align:right}.graph-learning-panel-c63>p{color:#dce4e9;line-height:1.6}.graph-learning-panel-c63 dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.graph-learning-panel-c63 dl>div{padding:11px;border:1px solid #2e3b45;border-radius:10px;background:#090e13}.graph-learning-panel-c63 dt{color:#8be2ff;font:850 .68rem ui-monospace,Consolas,monospace;text-transform:uppercase}.graph-learning-panel-c63 dd{margin:5px 0 0;color:#d5dde2;font-size:.88rem;line-height:1.5}.graph-learning-boundary-c63{padding-top:10px;border-top:1px solid #2f3b45;color:#aebbc4!important;font-size:.86rem}
.graph-learning-disclosure-c66{margin:2px 0 0;border:1px solid #344552;border-radius:15px;background:#0a1015;overflow:hidden}.graph-learning-disclosure-c66>summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:58px;padding:12px 15px;cursor:pointer;list-style:none}.graph-learning-disclosure-c66>summary::-webkit-details-marker{display:none}.graph-learning-disclosure-c66>summary:before{content:"+";display:grid;place-items:center;width:30px;height:30px;border:1px solid #62d6ff;border-radius:50%;color:#8be2ff;font:900 1rem/1 system-ui}.graph-learning-disclosure-c66[open]>summary:before{content:"−"}.graph-learning-disclosure-c66>summary span{grid-column:2;color:#8be2ff;font:900 .67rem ui-monospace,Consolas,monospace;letter-spacing:.08em;text-transform:uppercase}.graph-learning-disclosure-c66>summary strong{grid-column:2;color:#fff;font-size:1rem}.graph-learning-disclosure-c66>summary small{grid-column:3;grid-row:1/3;color:#aebbc4;text-align:right}.graph-learning-disclosure-c66>.graph-learning-panel-c63{margin:0;border-width:1px 0 0;border-radius:0}.graph-learning-disclosure-c66:focus-within{border-color:#62d6ff}
@media(max-width:620px){.graph-learning-panel-c63{padding:13px}.graph-learning-panel-c63>header{display:grid;gap:6px}.graph-learning-panel-c63>header small{max-width:none;text-align:left}.graph-learning-panel-c63 dl{grid-template-columns:1fr}.graph-learning-panel-c63 dd{font-size:.9rem}}
@media(max-width:620px){.graph-learning-disclosure-c66>summary{grid-template-columns:auto minmax(0,1fr);padding:12px}.graph-learning-disclosure-c66>summary small{grid-column:2;grid-row:auto;text-align:left}.graph-learning-disclosure-c66>summary strong{font-size:.94rem}}

/* OTR_GRAPH_LEARNING_STRENGTHENED_MEMORY_C64 */
.graph-learning-panel-c64{gap:16px}.graph-learning-visual-c64{margin:0;border:1px solid #334653;border-radius:14px;overflow:hidden;background:#070b0f}.graph-learning-visual-c64 img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.graph-learning-visual-c64 figcaption{padding:9px 12px;color:#aebbc4;font-size:.78rem;line-height:1.45}.graph-learning-in-one-sentence-c64{padding:14px;border-radius:12px;background:#e9f8ff!important;color:#102431!important;font-size:1rem}.graph-learning-in-one-sentence-c64 strong{color:#006887}.graph-learning-driver-grid-c64{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.graph-learning-driver-grid-c64 article{padding:13px;border:1px solid #2e3b45;border-radius:12px;background:#090e13}.graph-learning-driver-grid-c64 article.may-help{border-top:4px solid #56c68d}.graph-learning-driver-grid-c64 article.may-hurt{border-top:4px solid #ef8f87}.graph-learning-driver-grid-c64 h4,.graph-learning-details-c64 h4{margin:0 0 8px;color:#fff}.graph-learning-driver-grid-c64 ul{display:grid;gap:7px;margin:0;padding-left:1.1rem;color:#d5dde2;font-size:.86rem;line-height:1.45}.graph-learning-memory-summary-c64{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.graph-learning-memory-summary-c64>*{padding:7px 10px;border:1px solid #354550;border-radius:999px;background:#0a1015;color:#cbd7de;font-size:.78rem}.graph-learning-memory-summary-c64 strong{border-color:#62d6ff;color:#b5eeff}.graph-learning-details-c64{border:1px solid #33434e;border-radius:12px;background:#0a1015;overflow:hidden}.graph-learning-details-c64>summary{cursor:pointer;padding:13px 15px;color:#fff;font-weight:850}.graph-learning-details-c64>dl,.graph-learning-details-c64>h4,.graph-learning-details-c64>ol,.graph-learning-details-c64>p{margin-left:14px;margin-right:14px}.graph-learning-details-c64>dl{margin-bottom:14px}.graph-learning-memory-list-c64{display:grid;gap:9px;margin-top:8px;margin-bottom:15px;padding:0;list-style:none}.graph-learning-memory-list-c64>li{display:grid;gap:6px;padding:11px;border:1px solid #2c3942;border-radius:10px;background:#070b0f}.graph-learning-memory-list-c64 a{color:#bcefff;font-weight:800;text-underline-offset:3px}.graph-learning-memory-list-c64 small{color:#98a8b2}.graph-learning-memory-list-c64 div{display:flex;flex-wrap:wrap;gap:6px}.graph-learning-memory-list-c64 span{padding:5px 7px;border-radius:7px;background:#18222a;color:#cbd6dc;font-size:.75rem}.graph-learning-memory-list-c64 span[data-graph-memory-movement=RISE]{background:#123426;color:#aef0ca}.graph-learning-memory-list-c64 span[data-graph-memory-movement=FALL]{background:#3a1c1b;color:#ffc5bf}.graph-learning-memory-list-c64 span[data-graph-memory-movement=FLAT]{background:#242d35;color:#d4dde3}.graph-learning-no-memory-c64{padding-bottom:14px;color:#aebbc4!important}
@media(max-width:820px){.graph-learning-driver-grid-c64{grid-template-columns:1fr}.graph-learning-visual-c64 figcaption{font-size:.74rem}.graph-learning-in-one-sentence-c64{font-size:.94rem}}
/* OTR_GRAPH_LEARNING_STRENGTHENED_MEMORY_C64_END */

/* OTR_GRAPH_CONTAINMENT_C65 */
.graph-simple-item-c50{content-visibility:auto;contain-intrinsic-size:auto 980px}
.graph-simple-item-c50:target,.graph-simple-item-c50:has(:target),.graph-simple-item-c50:focus-within{content-visibility:visible}

/* OTR_GRAPH_SENTIMENT_STANDALONE_C66_CSS */
.graph-standalone-menu-c66{position:sticky;top:0;z-index:50;margin:0;border-bottom:1px solid var(--g-line);background:rgba(7,9,12,.97)}
.graph-standalone-menu-c66>summary{display:grid;grid-template-columns:auto auto 1fr;gap:10px;align-items:center;min-height:52px;padding:10px clamp(16px,5vw,72px);cursor:pointer;list-style:none;color:#fff;font-weight:900}.graph-standalone-menu-c66>summary::-webkit-details-marker{display:none}.graph-standalone-menu-c66>summary span{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--g-gold);border-radius:50%;color:var(--g-gold)}.graph-standalone-menu-c66>summary small{justify-self:end;color:var(--g-gold);font:850 .68rem ui-monospace,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}
.graph-standalone-menu-c66>nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:1px clamp(16px,5vw,72px) 14px;background:var(--g-line)}.graph-standalone-menu-c66>nav a{display:flex;align-items:center;min-height:48px;padding:10px 12px;background:#0c1116;color:#f4efe4;text-decoration:none;font-weight:800}.graph-standalone-menu-c66>nav a[aria-current=page]{background:var(--g-gold);color:#17130a}.graph-standalone-menu-c66>nav a:focus-visible{outline:3px solid #fff;outline-offset:-3px}
.graph-sentiment-intro-c66{display:block!important;padding:18px!important;border-left:5px solid #62d6ff!important;line-height:1.6}.graph-sentiment-intro-c66 b{color:#fff}
.graph-sentiment-learning-c66{display:grid;gap:9px;padding:16px;border:1px solid #354452;border-radius:14px;background:#0a1016}.graph-sentiment-learning-c66 header{display:grid;gap:3px}.graph-sentiment-learning-c66 header span{color:#62d6ff;font:900 .64rem ui-monospace,Consolas,monospace;letter-spacing:.09em}.graph-sentiment-learning-c66 header strong{font-size:1.05rem}.graph-sentiment-learning-c66 p{margin:0;color:#cbd3d9;line-height:1.55}.graph-sentiment-learning-c66 aside{display:grid;gap:3px;padding:12px;border-left:4px solid var(--g-gold);background:#16150f}.graph-sentiment-learning-c66 aside span{color:#d6d0bd}
.graph-sentiment-card-c66{display:grid;gap:11px;margin-top:12px;padding:14px;border:1px solid #3b4854;border-left:5px solid var(--g-slate);border-radius:12px;background:#0b1117}.graph-sentiment-card-c66.is-supportive{border-left-color:var(--g-green)}.graph-sentiment-card-c66.is-pressuring{border-left-color:var(--g-red)}.graph-sentiment-card-c66.is-mixed{border-left-color:var(--g-amber)}.graph-sentiment-card-c66>header{display:flex;align-items:start;justify-content:space-between;gap:12px}.graph-sentiment-card-c66>header div{display:grid;gap:2px}.graph-sentiment-card-c66>header span{color:#62d6ff;font:900 .62rem ui-monospace,Consolas,monospace;letter-spacing:.1em}.graph-sentiment-card-c66>header strong{color:#fff;font-size:1.06rem}.graph-sentiment-card-c66>header>b{padding:6px 9px;border:1px solid currentColor;border-radius:999px;color:#fff;font-size:.78rem}.graph-sentiment-card-c66>p{margin:0;color:#d6dde2;line-height:1.55}.graph-sentiment-card-c66>dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0}.graph-sentiment-card-c66>dl>div{padding:9px;border:1px solid #2d3944;border-radius:8px;background:#080c11}.graph-sentiment-card-c66 dt{color:#96a5b1;font-size:.68rem}.graph-sentiment-card-c66 dd{margin:2px 0 0;color:#fff;font-weight:850}.graph-sentiment-card-c66>aside{display:grid;gap:3px;padding:11px;border-radius:9px;background:#131b22}.graph-sentiment-card-c66>aside span{color:#fff}.graph-sentiment-card-c66>aside small{color:#9eabb5}.graph-sentiment-boundary-c66{padding-top:9px;border-top:1px solid #2d3944;color:#f0c34e!important;font-size:.78rem}.graph-sentiment-card-c66>details{border-top:1px solid #2d3944}.graph-sentiment-card-c66>details summary{min-height:44px;padding-top:11px;color:#cbd3d9;cursor:pointer;font-weight:800}.graph-sentiment-card-c66>details dl{display:grid;gap:7px;margin:0}.graph-sentiment-card-c66>details dl>div{display:grid;grid-template-columns:110px 1fr;gap:9px;padding:7px 0;border-bottom:1px solid #28323b}.graph-sentiment-card-c66>details dd{margin:0;color:#dce3e8;overflow-wrap:anywhere}
@media(max-width:720px){.graph-standalone-menu-c66>nav{grid-template-columns:1fr 1fr}.graph-sentiment-card-c66>dl{grid-template-columns:1fr}.graph-sentiment-card-c66>details dl>div{grid-template-columns:1fr}.graph-mast{flex-direction:row;align-items:center}.graph-mast small{max-width:170px;text-align:right}}
@media(max-width:360px){.graph-standalone-menu-c66>nav{grid-template-columns:1fr}}

/* OTR_GRAPH_INVESTIBLE_DIRECTORY_C90 */
.graph-directory-list-c90{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0;padding:0;list-style:none}
.graph-directory-entry-c90{min-width:0;scroll-margin-top:126px}
.graph-directory-entry-c90[hidden]{display:none}
.graph-directory-entry-c90>a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"order name open" "order counts open";gap:5px 12px;align-items:center;min-height:92px;padding:14px;border:1px solid #34434e;border-radius:14px;background:#0c1217;color:#eef2f4;text-decoration:none}
.graph-directory-entry-c90>a:hover,.graph-directory-entry-c90>a:focus-visible{border-color:var(--g-gold);outline:3px solid rgba(240,195,78,.2);outline-offset:2px}
.graph-directory-entry-c90.is-latest-update-c89>a{border-color:rgba(229,182,75,.54);background:linear-gradient(135deg,rgba(229,182,75,.08),transparent 52%),#0c1217}
.graph-directory-order-c90{grid-area:order;display:grid;place-items:center;width:40px;height:40px;border:1px solid #495865;border-radius:50%;color:var(--g-gold);font:900 .72rem ui-monospace,Consolas,monospace}
.graph-directory-name-c90{grid-area:name;display:grid;min-width:0}.graph-directory-name-c90 strong{overflow-wrap:anywhere;font-size:1rem}.graph-directory-name-c90 small{color:#9eabb4;overflow-wrap:anywhere}.graph-directory-updated-c89{justify-self:start;margin:0 0 4px;color:#f0c34e;font:800 .62rem/1.1 ui-monospace,Consolas,monospace;letter-spacing:.07em;text-transform:uppercase}
.graph-directory-counts-c90{grid-area:counts;display:flex;flex-wrap:wrap;gap:4px 7px;color:#b7c2ca;font-size:.72rem}.graph-directory-counts-c90 b{color:#fff}
.graph-directory-open-c90{grid-area:open;color:var(--g-gold);font-weight:850;white-space:nowrap}
@media(max-width:820px){.graph-directory-list-c90{grid-template-columns:1fr}}
@media(max-width:520px){.graph-directory-entry-c90>a{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"order name" "counts counts" "open open"}.graph-directory-open-c90{min-height:44px;padding-top:8px;border-top:1px solid #2c3942}}

/* OTR_GRAPH_FIRST_READ_C70 */
.graph-simple-first-read-c70{max-width:72ch;margin:.7rem 0;color:#e5ebef;line-height:1.55}.graph-simple-key-c70{display:inline-flex;flex-wrap:wrap;gap:.35rem;margin:.15rem 0 1rem;padding:.65rem .8rem;border:1px solid #40505d;border-radius:10px;background:#0d151b;color:#dce5ea}.graph-simple-key-c70 b{color:#8be2ff}.graph-sentiment-intro-c66>summary{cursor:pointer;color:#fff}.graph-sentiment-intro-c66>p{margin:.8rem 0 0;color:#d9e2e8}
