.dm-hero{padding-top:clamp(2.2rem,4vw,3.5rem);border-bottom:1px solid rgb(var(--border))}.dm-hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.6rem,3vw,2.6rem);align-items:start}.dm-hero .inner{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}.dm-hero h1{max-width:26ch}.dm-hero .lead{max-width:68ch}.dm-hero-video{display:flex;flex-direction:column;gap:.7rem;width:100%;max-width:330px;margin-inline:auto}.dm-hero-vcap{font-size:.85rem;line-height:1.5;color:rgb(var(--text-dim));text-align:center;max-width:34ch;margin-inline:auto}@media (min-width:1000px){.dm-hero-grid{grid-template-columns:minmax(0,1fr) 330px;gap:clamp(2rem,4vw,3.4rem)}.dm-hero-video{margin-inline:0}}.js .dm-hero-video{animation:heroRise .55s var(--ease-expo) both;animation-delay:.2s}.dm-micro-broker{display:flex;gap:.7rem;align-items:flex-start;text-align:left;max-width:66ch;font-size:.92rem;line-height:1.55;color:rgb(var(--text-sub));background:rgb(var(--bg-card));border:1px solid rgb(var(--border));border-radius:var(--radius);padding:.8rem 1.1rem;box-shadow:inset 2px 0 0 rgb(var(--violet)),inset 0 1px 0 rgba(255,255,255,.04)}.dm-micro-broker svg{width:18px;height:18px;flex:none;margin-top:.15rem;color:rgb(var(--violet))}.dm-hero .cta-row{justify-content:flex-start;margin-top:.2rem}.dm-cta-note{font-size:.85rem;max-width:56ch}.dm-cta-note,.dm-disambig{color:rgb(var(--text-dim))}.dm-disambig{font-size:.82rem;max-width:62ch;font-style:italic}.dm-hero .trust{max-width:60ch}.js .dm-cta-note,.js .dm-disambig,.js .dm-hero .cta-row,.js .dm-hero .eyebrow,.js .dm-hero .lead,.js .dm-hero .trust,.js .dm-micro-broker{animation:heroRise .55s var(--ease-expo) both}.js .dm-micro-broker{animation-delay:.08s}.js .dm-hero .cta-row{animation-delay:.16s}.js .dm-cta-note{animation-delay:.22s}.js .dm-disambig{animation-delay:.28s}.js .dm-hero .trust{animation-delay:.34s}.dm-lead{margin-top:.9rem;max-width:68ch}.dm-live{margin-top:1.8rem}.dm-live .qcard{width:min(560px,86vw)}.dm-frame{margin:0;position:relative}.dm-frame figcaption{font-size:.88rem;line-height:1.5;color:rgb(var(--text-sub))}.dm-frame-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.dm-ticker{font-family:var(--font-mono);font-size:.78rem;color:rgb(var(--text))}.dm-chrono{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.8rem}.dm-step{gap:.8rem}.dm-step .dm-step-txt{display:flex;flex-direction:column;gap:.45rem}.dm-step h3{display:flex;align-items:center;gap:.5rem}.dm-step h3 svg{width:17px;height:17px;flex:none;color:rgb(var(--down-mute))}.dm-step-shot{margin:auto 0 0;display:flex;flex-direction:column;gap:.35rem}.dm-step-shot figcaption{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.03em;color:rgb(var(--text-dim));text-align:right}.dm-step-loss{background:rgb(var(--bg-sunken))}.dm-step-loss .num{color:rgb(var(--text-dim));text-shadow:none}.dm-step-loss:hover{border-color:rgb(var(--border-strong));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 14px 30px -24px rgba(0,0,0,.8)}.dm-stamp{margin-top:auto;background:rgb(var(--bg-card));border:1px solid rgb(var(--border));border-radius:calc(var(--radius) - 4px);padding:1rem 1.1rem;box-shadow:inset 2px 0 0 rgb(var(--gold)),inset 0 1px 0 rgba(255,255,255,.04)}.dm-stamp h4{font-size:.95rem;margin-bottom:.35rem}.dm-stamp p{font-size:.88rem;line-height:1.5;color:rgb(var(--text-sub))}.dm-stamp .arrow-link{margin-top:.55rem;font-size:.9rem}@media(max-width:860px){.dm-chrono{grid-template-columns:1fr}}.dm-video{max-width:760px;margin:2rem auto 0}.dm-pw{position:relative;margin-top:1.8rem;display:grid;grid-template-columns:minmax(210px,250px) 1fr;gap:1.2rem;align-items:start}.dm-pw-r{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;margin:0}.dm-pw-nav{display:flex;flex-direction:column;gap:.35rem}.dm-pw-tab{position:relative;overflow:hidden;display:flex;align-items:center;gap:.65rem;padding:.72rem .9rem;border:1px solid rgb(var(--border));border-radius:calc(var(--radius) - 4px);background:rgb(var(--bg-card));color:rgb(var(--text-sub));font-size:.93rem;line-height:1.3;cursor:pointer;transition:border-color .25s,color .25s,background .25s,box-shadow .25s}.dm-pw-tab:hover{border-color:rgb(var(--border-strong));color:rgb(var(--text))}.dm-pw-n{font-family:var(--font-mono);font-size:.7rem;color:rgb(var(--text-mute));font-variant-numeric:tabular-nums;transition:color .25s}.dm-pw-name{flex:1;min-width:0}.dm-pw-bar-p{position:absolute;left:0;bottom:0;height:2px;width:0;background:rgb(var(--gold));opacity:.75;border-radius:0 2px 2px 0}.dm-pw-tab.is-live .dm-pw-bar-p{animation:pwFill var(--pw-dur,6s) linear both}@keyframes pwFill{0%{width:0}to{width:100%}}@media(prefers-reduced-motion:reduce){.dm-pw-tab.is-live .dm-pw-bar-p{animation:none}}.dm-pw-r:checked~.dm-pw-nav>.dm-pw-tab{background:rgb(var(--bg-raised));border-color:rgb(var(--border-strong));color:rgb(var(--text));box-shadow:inset 2px 0 0 rgb(var(--gold))}.dm-pw-r:checked~.dm-pw-nav>.dm-pw-tab .dm-pw-n{color:rgb(var(--gold))}.dm-pw-panel{display:none}.dm-pw-r:checked~.dm-pw-body>.dm-pw-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1.4rem;align-items:stretch;animation:pwIn .4s var(--ease-expo) both}@keyframes pwIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.dm-pw-r:checked~.dm-pw-body>.dm-pw-panel{animation:none}}.dm-pw-r:first-of-type:checked~.dm-pw-nav>.dm-pw-tab:not(:first-child),.dm-pw-r:nth-of-type(2):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(2)),.dm-pw-r:nth-of-type(3):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(3)),.dm-pw-r:nth-of-type(4):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(4)),.dm-pw-r:nth-of-type(5):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(5)),.dm-pw-r:nth-of-type(6):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(6)),.dm-pw-r:nth-of-type(7):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(7)),.dm-pw-r:nth-of-type(8):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(8)),.dm-pw-r:nth-of-type(9):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(9)){background:rgb(var(--bg-card));border-color:rgb(var(--border));color:rgb(var(--text-sub));box-shadow:none}.dm-pw-r:first-of-type:checked~.dm-pw-nav>.dm-pw-tab:not(:first-child) .dm-pw-n,.dm-pw-r:nth-of-type(2):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(2)) .dm-pw-n,.dm-pw-r:nth-of-type(3):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(3)) .dm-pw-n,.dm-pw-r:nth-of-type(4):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(4)) .dm-pw-n,.dm-pw-r:nth-of-type(5):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(5)) .dm-pw-n,.dm-pw-r:nth-of-type(6):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(6)) .dm-pw-n,.dm-pw-r:nth-of-type(7):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(7)) .dm-pw-n,.dm-pw-r:nth-of-type(8):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(8)) .dm-pw-n,.dm-pw-r:nth-of-type(9):checked~.dm-pw-nav>.dm-pw-tab:not(:nth-child(9)) .dm-pw-n{color:rgb(var(--text-mute))}.dm-pw-r:first-of-type:checked~.dm-pw-body>.dm-pw-panel:not(:first-child),.dm-pw-r:nth-of-type(2):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(2)),.dm-pw-r:nth-of-type(3):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(3)),.dm-pw-r:nth-of-type(4):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(4)),.dm-pw-r:nth-of-type(5):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(5)),.dm-pw-r:nth-of-type(6):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(6)),.dm-pw-r:nth-of-type(7):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(7)),.dm-pw-r:nth-of-type(8):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(8)),.dm-pw-r:nth-of-type(9):checked~.dm-pw-body>.dm-pw-panel:not(:nth-child(9)){display:none}.dm-pw-r:first-of-type:focus-visible~.dm-pw-nav>.dm-pw-tab:first-child,.dm-pw-r:nth-of-type(2):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(2),.dm-pw-r:nth-of-type(3):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(3),.dm-pw-r:nth-of-type(4):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(4),.dm-pw-r:nth-of-type(5):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(5),.dm-pw-r:nth-of-type(6):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(6),.dm-pw-r:nth-of-type(7):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(7),.dm-pw-r:nth-of-type(8):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(8),.dm-pw-r:nth-of-type(9):focus-visible~.dm-pw-nav>.dm-pw-tab:nth-child(9){outline:2px solid rgb(var(--gold));outline-offset:2px}.dm-pw-txt{display:flex;flex-direction:column;gap:.7rem}.dm-pw-stat{align-self:flex-start;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--gold));border:1px solid rgba(201,162,92,.35);border-radius:999px;padding:.3em .85em}.dm-pw-txt h3{font-size:1.18rem;line-height:1.3}.dm-pw-txt p{font-size:.94rem;line-height:1.65;color:rgb(var(--text-sub))}.dm-pw-chips{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.1rem}.dm-pw-chips li{font-size:.78rem;line-height:1.4;color:rgb(var(--text-sub));background:rgb(var(--bg-raised));border:1px solid rgb(var(--border));border-radius:999px;padding:.28em .75em}.dm-pw-txt .dm-pw-where{display:flex;gap:.55rem;align-items:flex-start;margin-top:auto;padding-top:.3rem;font-size:.85rem;line-height:1.55;color:rgb(var(--text-dim))}.dm-pw-where svg{width:16px;height:16px;flex:none;margin-top:.15rem;color:rgb(var(--gold));opacity:.8}.dm-pw-screen{margin:0;display:flex;flex-direction:column;border:1px solid rgb(var(--border));border-radius:calc(var(--radius) - 2px);background:rgb(var(--bg-sunken));overflow:hidden;box-shadow:0 22px 44px -34px rgba(0,0,0,.9)}.dm-pw-bar{display:flex;align-items:center;gap:.4rem;padding:.55rem .85rem;background:rgb(var(--bg-card));border-bottom:1px solid rgb(var(--border))}.dm-pw-bar i{width:8px;height:8px;border-radius:50%;background:rgb(var(--border-strong))}.dm-pw-bar span{margin-left:.45rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.02em;color:rgb(var(--text-dim))}.dm-pw-slot{flex:1;min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:2.2rem 1.4rem;text-align:center;background:radial-gradient(75% 65% at 50% 0,rgba(201,162,92,.09),transparent 72%),linear-gradient(rgba(255,255,255,.02) 1px,transparent 0) 0 0/100% 34px,linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0) 0 0/34px 100%}.dm-pw-slot svg{width:32px;height:32px;color:rgb(var(--gold));opacity:.75}.dm-pw-slot figcaption{font-size:.83rem;line-height:1.5;color:rgb(var(--text-dim));max-width:34ch}.dm-pw-shot{flex:1;min-height:340px;display:grid;place-items:center;padding:.85rem;background:radial-gradient(75% 65% at 50% 0,rgba(201,162,92,.09),transparent 72%),linear-gradient(rgba(255,255,255,.02) 1px,transparent 0) 0 0/100% 34px,linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0) 0 0/34px 100%}.dm-pw-shot .zoomable,.dm-pw-shot .zoomable img{width:auto;max-width:100%;max-height:clamp(300px,44vh,460px)}.dm-pw-shot .zoomable img{object-fit:contain}@media(max-width:980px){.dm-pw{grid-template-columns:1fr}.dm-pw-nav{flex-direction:row;overflow-x:auto;padding-bottom:.3rem;scrollbar-width:thin}.dm-pw-tab{flex:none;white-space:nowrap}.dm-pw-r:checked~.dm-pw-body>.dm-pw-panel{grid-template-columns:1fr}}.dm-stats{list-style:none;margin:1.7rem 0 0;padding:1.2rem 0 0;border-top:1px solid rgb(var(--border));display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.dm-stats b{display:block;font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:rgb(var(--gold));line-height:1.15}.dm-stats span{display:block;margin-top:.2rem;font-size:.8rem;line-height:1.4;color:rgb(var(--text-dim))}@media(max-width:860px){.dm-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.dm-stats{grid-template-columns:repeat(2,1fr)}}.dm-before h3{color:rgb(var(--text-sub))}.dm-hub{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.dm-tool{scroll-margin-top:90px}.dm-where{margin-top:auto;padding-top:.6rem;font-family:var(--font-mono);font-size:.72rem;line-height:1.45;color:rgb(var(--gold))}.dm-where span{color:rgb(var(--text-dim))}@media(max-width:860px){.dm-hub{grid-template-columns:1fr 1fr}}@media(max-width:640px){.dm-hub{grid-template-columns:1fr}}.dm-grp{margin-top:1.9rem}.dm-grp-head{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.dm-grp-head p{flex:1;min-width:240px;margin:0;font-size:.9rem;line-height:1.5;color:rgb(var(--text-sub))}.dm-grp-badge{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.03em;white-space:nowrap}.dm-grp-badge svg{width:13px;height:13px;flex:none}.dm-grp-base .dm-grp-badge{border-color:rgb(var(--gold-deep));color:rgb(var(--gold));background:rgba(201,162,92,.12)}.dm-tool-base{border-color:rgb(var(--gold-deep));box-shadow:inset 0 1px 0 rgba(201,162,92,.26)}.dm-ladder{margin:2rem 0 0;padding:1.2rem 1.3rem 1rem;background:rgb(var(--bg-card));border:1px solid rgb(var(--border));border-radius:var(--radius)}.dm-ladder figcaption{font-family:var(--font-display);font-weight:600;font-size:.95rem;color:rgb(var(--text));margin-bottom:1rem}.dm-lad{display:grid;grid-template-columns:minmax(104px,1fr) minmax(0,2.3fr);gap:.5rem .9rem;align-items:center}.dm-lrow{display:contents}.dm-lname{font-size:.83rem;line-height:1.35;color:rgb(var(--text-sub))}.dm-lrow.is-base .dm-lname{color:rgb(var(--text));font-weight:600}.dm-ltrack{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;height:26px}.dm-ltrack i{border-radius:5px;background:rgba(255,255,255,.025);border:1px solid rgb(var(--border))}.dm-lbar{position:absolute;top:0;bottom:0;left:calc(var(--from,0) * 25%);right:0;border-radius:5px;border:1px solid rgb(var(--gold-deep));background:linear-gradient(90deg,rgba(201,162,92,.4),rgba(201,162,92,.14));transform-origin:left;transition:transform .6s var(--ease) calc(var(--i,0) * .12s)}.dm-lrow.is-base .dm-lbar{background:linear-gradient(90deg,rgba(201,162,92,.6),rgba(201,162,92,.28))}.dm-ladder.arm .dm-lbar{transform:scaleX(0);transition:none}.dm-laxis{grid-column:2;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:.15rem;font-family:var(--font-mono);font-size:.7rem;color:rgb(var(--text-dim));text-align:center}@media (prefers-reduced-motion:reduce){.dm-ladder.arm .dm-lbar{transform:none}}@media(max-width:640px){.dm-lad{grid-template-columns:1fr;gap:.15rem}.dm-lname{margin-top:.5rem}.dm-laxis{grid-column:1}}.dm-honest{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dm-honest h3{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;margin-bottom:.6rem}.dm-honest h3 svg{width:17px;height:17px;flex:none}.dm-honest p{font-size:.94rem;line-height:1.6;color:rgb(var(--text-sub))}.dm-broker{box-shadow:inset 2px 0 0 rgb(var(--violet)),inset 0 1px 0 rgba(255,255,255,.04)}.dm-broker h3 svg{color:rgb(var(--violet))}@media(max-width:860px){.dm-honest{grid-template-columns:1fr}}.dm-tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:1.8rem}.dm-tcard{padding:0 0 1.15rem;display:flex;flex-direction:column;gap:.55rem;text-decoration:none;overflow:hidden}.dm-tcard:hover{border-color:rgb(var(--border-strong));transform:translateY(var(--lift-sm));box-shadow:inset 0 1px 0 rgba(201,162,92,.28),0 14px 30px -24px rgba(0,0,0,.8)}.dm-tshot{display:block;position:relative;aspect-ratio:5/4;overflow:hidden;border-bottom:1px solid rgb(var(--border))}.dm-tshot img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block;transition:transform .5s var(--ease-expo)}.dm-tcard:hover .dm-tshot img{transform:scale(1.045)}.dm-tshot:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(to top,rgb(var(--bg-card)),transparent);pointer-events:none}.dm-thead{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;padding:.95rem 1.2rem 0}.dm-tpair{font-size:.92rem;color:rgb(var(--text));word-break:break-all}.dm-tdate,.dm-tpair{font-family:var(--font-mono)}.dm-tdate{font-size:.74rem;color:rgb(var(--text-dim));flex:none}.dm-tgoal{display:flex;align-items:center;gap:.4rem;padding:0 1.2rem;font-family:var(--font-display);font-weight:600;font-size:.95rem;color:rgb(var(--text))}.dm-tgoal svg{width:15px;height:15px;flex:none;color:rgb(var(--gold))}.dm-tgoals{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin:.15rem 1.2rem 0}.dm-tgoals>span{display:flex;flex-direction:column;gap:.15rem;padding:.45rem .5rem;border:1px solid rgb(var(--border));border-radius:calc(var(--radius) * .5);background:rgb(var(--bg-sunken))}.dm-tgoals>span>span{font-size:.66rem;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--text-mute))}.dm-tgoals b{font-family:var(--font-mono);font-size:.82rem;font-weight:500;color:rgb(var(--up));font-variant-numeric:tabular-nums}.dm-tmove{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;margin:.35rem 1.2rem 0;padding-top:.6rem;border-top:1px solid rgb(var(--border))}.dm-tmove>span{font-size:.78rem;line-height:1.35;color:rgb(var(--text-dim));max-width:15ch}.dm-tmove b{font-family:var(--font-display);font-weight:600;font-size:1.45rem;line-height:1;color:rgb(var(--gold));font-variant-numeric:tabular-nums}.dm-topen{margin-top:auto;padding:.5rem 1.2rem 0;display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:rgb(var(--text-dim));transition:color var(--t-fast)}.dm-topen svg{width:14px;height:14px;transition:transform var(--t-fast) var(--ease)}.dm-tcard:hover .dm-topen{color:rgb(var(--gold))}.dm-tcard:hover .dm-topen svg{transform:translateX(3px)}.dm-tall{margin-top:1.2rem}@media(prefers-reduced-motion:reduce){.dm-tcard:hover .dm-tshot img{transform:none}}@media(max-width:900px){.dm-tgrid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.dm-tgrid{grid-template-columns:1fr}}.dm-steps3{grid-template-columns:repeat(3,1fr);max-width:920px;text-align:left}@media(max-width:640px){.dm-steps3{grid-template-columns:1fr}}.dm-channel-note{font-size:.92rem;line-height:1.6;color:rgb(var(--text-dim));max-width:60ch}.dm-see-also{margin-top:.2rem}#live{background:radial-gradient(48% 42% at 84% 0,rgba(217,119,87,.05),transparent 70%),rgb(var(--bg-section))}#norepaint{background:radial-gradient(48% 42% at 16% 0,rgba(201,162,92,.06),transparent 70%),rgb(var(--bg-section))}#hub{background:radial-gradient(48% 42% at 84% 0,rgba(217,119,87,.05),transparent 70%),rgb(var(--bg-section))}#faq{background:radial-gradient(44% 38% at 16% 0,rgba(201,162,92,.05),transparent 72%),rgb(var(--bg-section))}