/* Emerald v0.1.22.2 · DEX-only scoped Strategy Pokédex presentation. Regular mode remains untouched. */
/* Emerald v0.1.22 · Shared Context / Strategy Pokédex presentation layer */
html[data-emerald-mode="dex"]{--spx-font:Inter,"Segoe UI",system-ui,-apple-system,sans-serif;--spx-display:Outfit,Inter,"Segoe UI",system-ui,sans-serif;--spx-bg:#071419;--spx-panel:#0b1d22;--spx-card:#0d2328;--spx-line:#75e5db26;--spx-text:#eafff8;--spx-muted:#8fb4ab;--spx-accent:#78e7cd}
html[data-emerald-mode="dex"] #pokefield-live-panel,html[data-emerald-mode="dex"] #pokefield-live-panel button,html[data-emerald-mode="dex"] #pokefield-live-panel input,html[data-emerald-mode="dex"] #pokefield-live-panel select,html[data-emerald-mode="dex"] #pokefield-live-panel summary{font-family:var(--spx-font)!important}
html[data-emerald-mode="dex"] #pokefield-live-panel strong,html[data-emerald-mode="dex"] #pokefield-live-panel h1,html[data-emerald-mode="dex"] #pokefield-live-panel h2,html[data-emerald-mode="dex"] #pokefield-live-panel h3,html[data-emerald-mode="dex"] .opf-heading strong,html[data-emerald-mode="dex"] .tl-heading strong,html[data-emerald-mode="dex"] .tl-card>header b{font-family:var(--spx-display)!important}

/* Calm top navigation and one shared specimen context across all views. */
html[data-emerald-mode="dex"] #pokefield-live-panel .opf-nav{position:sticky;top:-9px;z-index:80;gap:5px;margin:7px 0 6px;padding:6px 0;background:linear-gradient(#071419f5 76%,#07141900)}
html[data-emerald-mode="dex"] #pokefield-live-panel .opf-nav button{min-height:36px!important;padding:7px 9px!important;border-radius:10px!important;font-size:10px!important;letter-spacing:.025em!important;background:#0b2025!important;color:#aac8c1!important}
html[data-emerald-mode="dex"] #pokefield-live-panel .opf-nav button[aria-pressed="true"]{background:#204b43!important;color:#f0fff9!important;border-color:#7ee9d1!important;box-shadow:inset 0 1px #ffffff12!important}
html[data-emerald-mode="dex"] .spx-context{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:0 0 8px;padding:8px 10px;border:1px solid var(--spx-line);border-radius:12px;background:linear-gradient(135deg,#102b2e,#0b1d22);min-width:0}
html[data-emerald-mode="dex"] .spx-label{display:flex;flex-direction:column;gap:2px;padding-right:9px;border-right:1px solid #ffffff10}html[data-emerald-mode="dex"] .spx-label span{font:800 8px/1 var(--spx-display);letter-spacing:.11em;color:#a7d7ca}html[data-emerald-mode="dex"] .spx-label small{font:700 7px/1 var(--spx-font);color:#668b83}
html[data-emerald-mode="dex"] .spx-mon{display:flex;align-items:center;gap:8px;min-width:0}html[data-emerald-mode="dex"] .spx-mon img{width:34px;height:34px;object-fit:contain;image-rendering:pixelated;flex:none}html[data-emerald-mode="dex"] .spx-mon div{min-width:0}html[data-emerald-mode="dex"] .spx-mon strong{display:block;font:800 12px/1.15 var(--spx-display);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-emerald-mode="dex"] .spx-mon small{display:block;margin-top:2px;font:600 8px/1.35 var(--spx-font);color:#91b6ad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-emerald-mode="dex"] .spx-actions{display:flex;gap:5px}html[data-emerald-mode="dex"] .spx-actions button{min-height:30px!important;padding:6px 8px!important;border-radius:8px!important;font-size:8px!important;background:#102a2d!important}html[data-emerald-mode="dex"] .spx-actions button:disabled{opacity:.3;cursor:default}

/* My Field: the Pokémon field owns the page; controls stay folded until needed. */
html[data-emerald-mode="dex"] #owned-pokefield{position:relative;margin-top:5px!important;padding:14px!important;background:radial-gradient(ellipse at 50% 18%,#12353a,#07171b 74%)!important}
html[data-emerald-mode="dex"] #owned-pokefield .opf-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:6px}html[data-emerald-mode="dex"] .opf-heading>div{display:flex;flex-direction:column;gap:2px}html[data-emerald-mode="dex"] .opf-heading strong{font-size:16px!important;letter-spacing:.06em!important}html[data-emerald-mode="dex"] .opf-heading small,html[data-emerald-mode="dex"] #opf-count{font-size:9px!important;letter-spacing:.025em!important;color:#82aaa0!important}html[data-emerald-mode="dex"] #opf-count{margin:0!important;text-align:right!important}
html[data-emerald-mode="dex"] .opf-field-toolbar{display:grid;grid-template-columns:auto minmax(190px,1fr) auto auto;align-items:center;gap:6px;margin:8px 0 6px}html[data-emerald-mode="dex"] .opf-tool{position:relative;min-width:0}html[data-emerald-mode="dex"] .opf-tool>summary,html[data-emerald-mode="dex"] .opf-scatter-mini,html[data-emerald-mode="dex"] .opf-view-switch button{list-style:none;display:flex;align-items:center;justify-content:center;min-height:34px!important;border:1px solid #75e5db30!important;border-radius:9px!important;background:#0d262b!important;color:#dffaf3!important;padding:7px 9px!important;font:800 9px/1 var(--spx-font)!important;cursor:pointer}html[data-emerald-mode="dex"] .opf-tool>summary::-webkit-details-marker{display:none}html[data-emerald-mode="dex"] .opf-tool>summary span#opf-filter-count{display:inline-grid;place-items:center;margin-left:6px;min-width:18px;height:18px;border-radius:99px;background:#75e5db1b;color:#91ead4;font-size:8px}html[data-emerald-mode="dex"] .opf-tool[open]>summary{border-color:#7ee9d1!important;background:#183c37!important}html[data-emerald-mode="dex"] .opf-tool-body{position:absolute;z-index:120;top:calc(100% + 6px);left:0;width:min(560px,72vw);padding:10px;border:1px solid #75e5db35;border-radius:12px;background:#07171bf5;box-shadow:0 18px 46px #000b}html[data-emerald-mode="dex"] .opf-rank-tool .opf-tool-body{left:auto;right:0;width:min(420px,55vw)}
html[data-emerald-mode="dex"] .opf-view-switch{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;min-width:0}html[data-emerald-mode="dex"] .opf-view-switch button{min-width:0!important;background:#0a1c21!important;color:#759c94!important}html[data-emerald-mode="dex"] .opf-view-switch button[aria-pressed="true"]{background:#204b43!important;color:#effff9!important;border-color:#78e7cd!important}html[data-emerald-mode="dex"] .opf-scatter-mini{white-space:nowrap}html[data-emerald-mode="dex"] .opf-scatter-mini:disabled{opacity:.28;cursor:default}
html[data-emerald-mode="dex"] #owned-pokefield .opf-reactive{margin:0!important;display:grid!important;grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) auto!important;gap:6px!important}html[data-emerald-mode="dex"] .opf-reactive select,html[data-emerald-mode="dex"] .opf-reactive input,html[data-emerald-mode="dex"] .opf-rank-controls select{min-height:38px!important;font-size:10px!important;background:#0b1e23!important}html[data-emerald-mode="dex"] .opf-reactive #opf-numeric{display:flex!important}html[data-emerald-mode="dex"] .opf-reactive #opf-numeric[hidden]{display:none!important}html[data-emerald-mode="dex"] #opf-hint{display:none!important}html[data-emerald-mode="dex"] #opf-focus{width:100%;margin-top:7px;min-height:36px!important}
html[data-emerald-mode="dex"] .opf-rank-controls{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin:0!important}html[data-emerald-mode="dex"] .opf-rank-controls>div{display:none!important}html[data-emerald-mode="dex"] #owned-pokefield[data-view="field"] #opf-rank-y{display:none!important}html[data-emerald-mode="dex"] #owned-pokefield[data-view="field"] .opf-rank-controls{grid-template-columns:1fr!important}
html[data-emerald-mode="dex"] #opf-chain{display:flex!important;gap:5px!important;flex-wrap:wrap!important;margin:6px 0 2px!important}html[data-emerald-mode="dex"] #opf-chain button{min-height:28px!important;padding:5px 8px!important;border-radius:99px!important;font-size:8px!important;background:#173832!important}
html[data-emerald-mode="dex"] #opf-cells{min-height:460px!important;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(112px,1fr))!important;align-content:start!important;align-items:start!important;gap:14px 8px!important;padding:16px 4px 10px!important}html[data-emerald-mode="dex"] .opf-cell{justify-self:stretch!important;min-width:0!important;border-radius:11px!important}html[data-emerald-mode="dex"] .opf-cell.selected-context{background:#75e5db0d!important;box-shadow:0 0 0 1px #78e7cd80,inset 0 0 22px #75e5db0b!important}html[data-emerald-mode="dex"] .opf-cell.selected-context .opf-hex{background:#75e5db45!important}html[data-emerald-mode="dex"] .opf-cell strong{font-size:10px!important}html[data-emerald-mode="dex"] .opf-cell small{font-size:8px!important}html[data-emerald-mode="dex"] .opf-flags,html[data-emerald-mode="dex"] .opf-score{font-size:7px!important}html[data-emerald-mode="dex"] .opf-hex{width:78px!important;height:84px!important}html[data-emerald-mode="dex"] .opf-hex img{width:66px!important;height:66px!important}
html[data-emerald-mode="dex"] #opf-cells.opf-dual{display:grid!important;grid-template-columns:1fr 1fr!important;min-height:460px!important;padding-top:8px!important;gap:8px!important}html[data-emerald-mode="dex"] #opf-cells.opf-cross{display:grid!important;grid-template-columns:18px 1fr!important;grid-template-rows:minmax(460px,1fr) 18px!important;padding-top:8px!important}html[data-emerald-mode="dex"] .opf-cross-plot{min-height:460px!important}

/* TeamLab: more readable, less dashboard-dense. Core strategy stays open; deep tools fold away. */
html[data-emerald-mode="dex"] #teamlab{padding:14px!important;background:radial-gradient(ellipse at 45% 12%,#14363a,#07171b 72%)!important}html[data-emerald-mode="dex"] .tl-heading strong{font-size:17px!important;letter-spacing:.07em!important}html[data-emerald-mode="dex"] .tl-heading span,html[data-emerald-mode="dex"] .tl-heading small{font-size:9px!important;line-height:1.45!important}html[data-emerald-mode="dex"] .tl-hero{padding:12px!important;gap:12px!important}html[data-emerald-mode="dex"] .tl-mon h2{font-size:22px!important}html[data-emerald-mode="dex"] .tl-mon p,html[data-emerald-mode="dex"] .tl-mon small{font-size:9px!important}html[data-emerald-mode="dex"] .tl-stats>div{padding:7px 3px!important}html[data-emerald-mode="dex"] .tl-stats small{font-size:8px!important}html[data-emerald-mode="dex"] .tl-stats b{font-size:16px!important}html[data-emerald-mode="dex"] .tl-live-tags span{font-size:8px!important;padding:5px 8px!important}html[data-emerald-mode="dex"] .tl-grid{gap:10px!important;margin-top:10px!important}html[data-emerald-mode="dex"] .tl-card{padding:12px!important;border-radius:13px!important;background:#091c21!important}html[data-emerald-mode="dex"] .tl-card>header{align-items:center!important;margin:-12px -12px 10px!important;padding:9px 11px!important;border-bottom:1px solid #75e5db18!important;border-radius:13px 13px 0 0!important;background:linear-gradient(90deg,#1a3d3a,#122c32)!important}html[data-emerald-mode="dex"] .tl-card>header b{font-size:11px!important;letter-spacing:.06em!important}html[data-emerald-mode="dex"] .tl-card>header small{font-size:8px!important}html[data-emerald-mode="dex"] .tl-move,html[data-emerald-mode="dex"] .tl-unlocks article,html[data-emerald-mode="dex"] .tl-arch,html[data-emerald-mode="dex"] .tl-partner,html[data-emerald-mode="dex"] .tl-role-profile article{padding:9px!important}html[data-emerald-mode="dex"] .tl-move b,html[data-emerald-mode="dex"] .tl-unlocks b,html[data-emerald-mode="dex"] .tl-arch b,html[data-emerald-mode="dex"] .tl-partner-copy b{font-size:10px!important}html[data-emerald-mode="dex"] .tl-move small,html[data-emerald-mode="dex"] .tl-unlocks small,html[data-emerald-mode="dex"] .tl-arch small,html[data-emerald-mode="dex"] .tl-partner-copy small,html[data-emerald-mode="dex"] .tl-partner-copy p,html[data-emerald-mode="dex"] .tl-partner-copy em,html[data-emerald-mode="dex"] .tl-role-profile small,html[data-emerald-mode="dex"] .tl-foot,html[data-emerald-mode="dex"] .tl-muted{font-size:8.5px!important;line-height:1.45!important}html[data-emerald-mode="dex"] .tl-move p,html[data-emerald-mode="dex"] .tl-unlocks p{font-size:8.5px!important;line-height:1.45!important}html[data-emerald-mode="dex"] .tl-evo-node b{font-size:10px!important}html[data-emerald-mode="dex"] .tl-evo-node small{font-size:8px!important}html[data-emerald-mode="dex"] .tl-selector button{min-width:142px!important;padding:7px 9px!important}html[data-emerald-mode="dex"] .tl-selector b{font-size:10px!important}html[data-emerald-mode="dex"] .tl-selector small{font-size:8px!important}html[data-emerald-mode="dex"] .tl-tactical summary{font-size:8.5px!important}html[data-emerald-mode="dex"] .tl-tactical p{font-size:8.5px!important;line-height:1.5!important}
html[data-emerald-mode="dex"] .spx-collapsible{grid-column:1/-1;margin:0;border:1px solid #75e5db20;border-radius:12px;background:#08191e;overflow:hidden}html[data-emerald-mode="dex"] .spx-collapsible>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;background:#0e272b;color:#eafff8}html[data-emerald-mode="dex"] .spx-collapsible>summary::-webkit-details-marker{display:none}html[data-emerald-mode="dex"] .spx-collapsible>summary span{font:800 10px/1.2 var(--spx-display);letter-spacing:.055em}html[data-emerald-mode="dex"] .spx-collapsible>summary small{font:600 8px/1.35 var(--spx-font);color:#83aaa1;text-align:right}html[data-emerald-mode="dex"] .spx-collapsible>summary:after{content:"+";font:800 15px/1 var(--spx-display);color:#7ee9d1}html[data-emerald-mode="dex"] .spx-collapsible[open]>summary:after{content:"−"}html[data-emerald-mode="dex"] .spx-collapsible>.tl-card{margin:0!important;border:0!important;border-radius:0!important}html[data-emerald-mode="dex"] .spx-collapsible>.tl-card>header{display:none!important}html[data-emerald-mode="dex"] .tl-live-selected{border-color:#78e7cd!important;background:#163b35!important}

/* Live detail cards inherit the same calmer reading rhythm. */
html[data-emerald-mode="dex"] #pokefield-live-panel .pf-card{font-size:10px!important}html[data-emerald-mode="dex"] #pokefield-live-panel .pf-detail summary{font-size:9px!important}html[data-emerald-mode="dex"] #pokefield-live-panel .pf-update-list{font-size:9px!important;line-height:1.45!important}

/* Desktop Strategy Pokédex cockpit: intelligence owns the page; gameplay remains permanently visible. */
@media (min-width:1180px){
  html[data-emerald-mode="dex"] body.spx-game-playing{overflow:hidden!important;padding:0!important;background:#242747!important}
  html[data-emerald-mode="dex"] body.spx-game-playing #root{width:100vw!important;min-height:100vh!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .app-container{max-width:none!important;width:100vw!important;min-height:100vh!important;margin:0!important;background:transparent!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .main-content{padding:0!important;min-height:100vh!important}
  html[data-emerald-mode="dex"] body.spx-game-playing #pokefield-live-panel{position:fixed!important;z-index:100!important;left:14px!important;top:14px!important;right:420px!important;bottom:14px!important;width:auto!important;max-width:none!important;max-height:none!important;margin:0!important;padding:10px 14px 14px!important;overflow:auto!important;border-radius:18px!important;background:#061116f7!important;box-shadow:0 16px 50px #0007!important;scrollbar-color:#315b56 #071419!important}
  html[data-emerald-mode="dex"] body.spx-game-playing #pokefield-live-panel::before{display:none!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing{position:fixed!important;z-index:90!important;right:14px!important;bottom:58px!important;width:390px!important;max-width:390px!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;border:1px solid #ffffff20!important;border-radius:14px!important;background:#0a1017!important;box-shadow:0 16px 42px #0009!important;overflow:visible!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing::before{content:"LIVE PLAY";position:absolute;left:9px;top:-24px;color:#a8c5bd;font:800 8px/1 var(--spx-display);letter-spacing:.12em}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-layout.only-keyboard.game-playing{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-layout.only-keyboard .screen-bezel{padding:7px!important;border-radius:13px!important;background:#151b22!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-layout.only-keyboard canvas{width:100%!important;height:auto!important;aspect-ratio:3/2!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .pf-desktop-controls{position:fixed!important;z-index:92!important;right:14px!important;bottom:14px!important;width:390px!important;margin:0!important;padding:6px!important;background:#080d13f4!important;border-radius:10px!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .pf-desktop-controls-title{display:none!important}
  html[data-emerald-mode="dex"] body.spx-game-playing #owned-pokefield{min-height:calc(100vh - 180px)!important}
  html[data-emerald-mode="dex"] body.spx-game-playing #opf-cells{min-height:calc(100vh - 310px)!important}
}

/* Tablet / mobile stays game-first. Controls expand in normal flow only when requested. */
@media (max-width:1179px){html[data-emerald-mode="dex"] .spx-context{margin-inline:0}html[data-emerald-mode="dex"] .spx-actions button{padding-inline:7px!important}}
@media (max-width:760px){
  html[data-emerald-mode="dex"] .spx-context{grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:7px 8px}html[data-emerald-mode="dex"] .spx-label{display:none}html[data-emerald-mode="dex"] .spx-mon img{width:30px;height:30px}html[data-emerald-mode="dex"] .spx-mon strong{font-size:11px}html[data-emerald-mode="dex"] .spx-mon small{font-size:7.5px}html[data-emerald-mode="dex"] .spx-actions button{min-height:30px!important;padding:5px 6px!important;font-size:7px!important}
  html[data-emerald-mode="dex"] #owned-pokefield{padding:10px!important}html[data-emerald-mode="dex"] .opf-field-toolbar{grid-template-columns:auto 1fr auto;gap:5px}html[data-emerald-mode="dex"] .opf-rank-tool{grid-column:auto}html[data-emerald-mode="dex"] .opf-scatter-mini{grid-column:1/-1;min-height:30px!important}html[data-emerald-mode="dex"] .opf-tool-body,html[data-emerald-mode="dex"] .opf-rank-tool .opf-tool-body{position:static;width:auto;box-shadow:none;margin-top:5px}html[data-emerald-mode="dex"] .opf-view-switch button{font-size:8px!important;padding-inline:5px!important}html[data-emerald-mode="dex"] #opf-cells{min-height:330px!important;grid-template-columns:repeat(auto-fill,minmax(92px,1fr))!important;gap:10px 4px!important;padding-top:12px!important}html[data-emerald-mode="dex"] .opf-hex{width:66px!important;height:72px!important}html[data-emerald-mode="dex"] .opf-hex img{width:56px!important;height:56px!important}html[data-emerald-mode="dex"] #opf-cells.opf-dual{grid-template-columns:1fr!important}html[data-emerald-mode="dex"] #opf-cells.opf-cross{grid-template-rows:320px 18px!important}html[data-emerald-mode="dex"] .opf-cross-plot{min-height:320px!important}
  html[data-emerald-mode="dex"] .tl-grid{grid-template-columns:1fr!important}html[data-emerald-mode="dex"] .tl-card>header{align-items:flex-start!important}html[data-emerald-mode="dex"] .spx-collapsible{grid-column:auto}html[data-emerald-mode="dex"] .spx-collapsible>summary{align-items:flex-start}html[data-emerald-mode="dex"] .spx-collapsible>summary small{max-width:48%}
}
@media (max-width:430px){html[data-emerald-mode="dex"] .spx-actions button:first-child{display:none}html[data-emerald-mode="dex"] .opf-field-toolbar{grid-template-columns:1fr 1fr}html[data-emerald-mode="dex"] .opf-view-switch{grid-column:1/-1;grid-row:1}html[data-emerald-mode="dex"] .opf-tool,html[data-emerald-mode="dex"] .opf-rank-tool{grid-row:2}html[data-emerald-mode="dex"] .opf-scatter-mini{grid-row:3}html[data-emerald-mode="dex"] .tl-heading>div span{display:none!important}}
@media(prefers-reduced-motion:reduce){html[data-emerald-mode="dex"] *{scroll-behavior:auto!important}}
@media (min-width:1180px){
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing{transform:none!important;transform-origin:center!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing .emulator-layout{width:100%!important;max-width:100%!important;margin:0!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing .emulator-layout.with-touch{display:flex!important;flex-direction:column!important;gap:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing .emulator-layout.with-touch .console-wing{display:none!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing .emulator-layout.with-touch .console-center{width:100%!important}
  html[data-emerald-mode="dex"] body.spx-game-playing .emulator-container.game-playing .canvas-wrapper{max-width:none!important;width:100%!important}
}
html[data-emerald-mode="dex"] .spx-live-snapshot{display:grid;grid-template-columns:.85fr 1.4fr 1fr;gap:6px;margin:-2px 0 8px}html[data-emerald-mode="dex"] .spx-live-snapshot[hidden]{display:none!important}html[data-emerald-mode="dex"] .spx-live-snapshot article{min-width:0;display:flex;flex-direction:column;gap:3px;padding:8px 9px;border:1px solid #75e5db18;border-radius:10px;background:#0a1c21}html[data-emerald-mode="dex"] .spx-live-snapshot small{font:800 7px/1 var(--spx-display);letter-spacing:.1em;color:#6f9990}html[data-emerald-mode="dex"] .spx-live-snapshot b{font:800 10px/1.25 var(--spx-display);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#eafff8}html[data-emerald-mode="dex"] .spx-live-snapshot span{font:600 7.5px/1.3 var(--spx-font);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8fb4ab}html[data-emerald-mode="dex"] .spx-snapshot-empty{grid-column:1/-1;padding:8px 10px;border:1px dashed #75e5db18;border-radius:10px;color:#73988f;font:600 8px/1.4 var(--spx-font)}
@media(max-width:760px){html[data-emerald-mode="dex"] .spx-live-snapshot{grid-template-columns:1fr 1fr}html[data-emerald-mode="dex"] .spx-live-snapshot article:nth-child(2){grid-column:1/-1;grid-row:2}html[data-emerald-mode="dex"] .spx-live-snapshot b{font-size:9px}}
