:root{--px-space-0:0px;--px-space-1:2px;--px-space-2:4px;--px-space-3:8px;--px-space-4:12px;--px-space-5:16px;--px-space-6:24px;--px-space-7:32px;--px-space-8:48px;--px-border-thin:2px;--px-border-thick:4px;--px-touch-min:44px;--px-color-bg:#12141c;--px-color-surface:#20232f;--px-color-surface-raised:#2b2f3e;--px-color-surface-sunken:#171922;--px-color-edge-light:#3d4256;--px-color-edge-dark:#0b0c11;--px-color-ink:#e8eaf2;--px-color-ink-dim:#9aa0b5;--px-color-ink-inverse:#12141c;--px-color-accent:#f2b134;--px-color-accent-ink:#12141c;--px-color-info:#4aa3df;--px-color-success:#5bbf6a;--px-color-warn:#e0603a;--px-color-danger:#d6423e;--px-color-focus:#8fd0ff;--px-color-glossary:#f2b134;--px-color-glossary-underline:#8a6410;--px-color-rarity-common:#9aa0b5;--px-color-rarity-uncommon:#5bbf6a;--px-color-rarity-rare:#4aa3df;--px-color-rarity-epic:#b06ad6;--px-color-category-armament:#d6423e;--px-color-category-skill:#4aa3df;--px-color-category-tactic:#f2b134;--px-color-scrim:rgba(9,10,15,0.72);--px-z-base:0;--px-z-panel:10;--px-z-raised:20;--px-z-dropdown:1000;--px-z-tooltip:2000;--px-z-modal-backdrop:3000;--px-z-modal:3010;--px-z-toast:4000;--px-motion-fast:90ms;--px-motion-base:160ms;--px-motion-slow:260ms;--px-font-ui:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;--px-font-numeric:"Segoe UI",system-ui,monospace}*,:after,:before{box-sizing:border-box}.px-root{color:var(--px-color-ink);background:var(--px-color-bg);font-family:var(--px-font-ui);font-size:16px;line-height:1.4;-webkit-font-smoothing:none}.px-root,.px-root canvas,.px-root img{image-rendering:pixelated}.px-token-value{font-family:var(--px-font-numeric);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.px-root :focus{outline:none}.px-root :focus-visible{outline:var(--px-border-thick) solid var(--px-color-focus);outline-offset:2px}.px-panel{--px-slice:var(--px-space-4);display:grid;grid-template-columns:var(--px-slice) 1fr var(--px-slice);grid-template-rows:var(--px-slice) 1fr var(--px-slice);background:var(--px-color-surface);color:var(--px-color-ink);position:relative;isolation:isolate}.px-panel__slice{border:0 solid var(--px-color-edge-light);background-repeat:no-repeat}.px-panel__slice--tl{grid-area:1/1;border-top-width:var(--px-border-thick);border-left-width:var(--px-border-thick)}.px-panel__slice--tm{grid-area:1/2;border-top-width:var(--px-border-thick)}.px-panel__slice--tr{grid-area:1/3;border-top-width:var(--px-border-thick);border-right-width:var(--px-border-thick);border-color:var(--px-color-edge-dark)}.px-panel__slice--ml{grid-area:2/1;border-left-width:var(--px-border-thick)}.px-panel__slice--mr{grid-area:2/3;border-right-width:var(--px-border-thick);border-color:var(--px-color-edge-dark)}.px-panel__slice--bl{grid-area:3/1;border-bottom-width:var(--px-border-thick);border-left-width:var(--px-border-thick);border-color:var(--px-color-edge-dark)}.px-panel__slice--bm{grid-area:3/2;border-color:var(--px-color-edge-dark)}.px-panel__slice--bm,.px-panel__slice--br{border-bottom-width:var(--px-border-thick)}.px-panel__slice--br{grid-area:3/3;border-right-width:var(--px-border-thick);border-color:var(--px-color-edge-dark)}.px-panel__content{grid-column:2;grid-row:2;min-width:0;padding:var(--px-space-4)}.px-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--px-space-3);min-height:var(--px-touch-min);min-width:var(--px-touch-min);padding:var(--px-space-3) var(--px-space-5);font:inherit;font-weight:600;color:var(--px-color-ink);background:var(--px-color-surface-raised);border-top:var(--px-border-thin) solid var(--px-color-edge-light);border-left:var(--px-border-thin) solid var(--px-color-edge-light);border-right:var(--px-border-thin) solid var(--px-color-edge-dark);border-bottom:var(--px-border-thin) solid var(--px-color-edge-dark);cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;transition:transform var(--px-motion-fast) steps(2),background-color var(--px-motion-fast)}.px-button:hover{background:var(--px-color-edge-light)}.px-button:active,.px-button[data-pressed=true]{transform:translateY(2px);border-color:var(--px-color-edge-dark) var(--px-color-edge-light) var(--px-color-edge-light) var(--px-color-edge-dark)}.px-button[aria-disabled=true],.px-button[disabled]{opacity:.5;cursor:not-allowed;transform:none}.px-button--primary{background:var(--px-color-accent);color:var(--px-color-accent-ink)}.px-button--primary:hover{filter:brightness(1.08);background:var(--px-color-accent)}.px-button--danger{background:var(--px-color-danger);color:var(--px-color-ink)}.px-tabs{display:flex;flex-direction:column;min-width:0}.px-tabs__list{display:flex;flex-wrap:wrap;gap:var(--px-space-2)}.px-tab{min-height:var(--px-touch-min);padding:var(--px-space-3) var(--px-space-4);font:inherit;color:var(--px-color-ink-dim);background:var(--px-color-surface-sunken);border:var(--px-border-thin) solid var(--px-color-edge-dark);border-bottom:none;cursor:pointer}.px-tab[aria-selected=true]{color:var(--px-color-ink);background:var(--px-color-surface)}.px-tabs__panel{padding:var(--px-space-4);background:var(--px-color-surface);border:var(--px-border-thin) solid var(--px-color-edge-dark)}.px-tooltip-anchor{position:relative;display:inline-flex}.px-tooltip{position:absolute;z-index:var(--px-z-tooltip);bottom:calc(100% + var(--px-space-2));left:50%;transform:translateX(-50%);max-width:min(20rem,80vw);padding:var(--px-space-3) var(--px-space-4);color:var(--px-color-ink);background:var(--px-color-surface-raised);border:var(--px-border-thin) solid var(--px-color-edge-light);box-shadow:0 4px 0 0 var(--px-color-edge-dark);font-size:.9375rem;line-height:1.35;pointer-events:none}[dir=rtl] .px-tooltip{left:auto;right:50%;transform:translateX(50%)}.px-glossary{color:var(--px-color-glossary);-webkit-text-decoration:underline dotted var(--px-color-glossary-underline);text-decoration:underline dotted var(--px-color-glossary-underline);text-underline-offset:3px;cursor:help;font-weight:600}.px-glossary:focus-visible{outline-offset:1px}.px-input-prompt{display:inline-block;padding:0 var(--px-space-2);font-family:var(--px-font-numeric);color:var(--px-color-accent-ink);background:var(--px-color-accent);border-bottom:var(--px-border-thin) solid var(--px-color-edge-dark)}.px-warn{color:var(--px-color-warn);font-weight:600}.px-icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em;background:var(--px-icon-fill,var(--px-color-ink-dim))}.px-modal-backdrop{position:fixed;inset:0;z-index:var(--px-z-modal-backdrop);display:flex;align-items:center;justify-content:center;padding:max(var(--px-space-5),env(safe-area-inset-top)) var(--px-space-5) max(var(--px-space-5),env(safe-area-inset-bottom));background:var(--px-color-scrim)}.px-modal{z-index:var(--px-z-modal);max-width:min(40rem,100%);max-height:100%;overflow:auto;background:var(--px-color-surface);border:var(--px-border-thick) solid var(--px-color-edge-light);box-shadow:0 6px 0 0 var(--px-color-edge-dark)}.px-modal__header{display:flex;align-items:center;justify-content:space-between;gap:var(--px-space-4);padding:var(--px-space-4);border-bottom:var(--px-border-thin) solid var(--px-color-edge-dark)}.px-modal__title{margin:0;font-size:1.125rem}.px-modal__body{padding:var(--px-space-4)}.px-toast-region{position:fixed;z-index:var(--px-z-toast);right:var(--px-space-4);bottom:max(var(--px-space-4),env(safe-area-inset-bottom));left:auto;display:flex;flex-direction:column;gap:var(--px-space-3);max-width:min(24rem,92vw);pointer-events:none}[dir=rtl] .px-toast-region{right:auto;left:var(--px-space-4)}.px-toast{pointer-events:auto;padding:var(--px-space-3) var(--px-space-4);color:var(--px-color-ink);background:var(--px-color-surface-raised);border-left:var(--px-border-thick) solid var(--px-color-accent);box-shadow:0 3px 0 0 var(--px-color-edge-dark);animation:px-toast-in var(--px-motion-base) steps(3)}[dir=rtl] .px-toast{border-left:none;border-right:var(--px-border-thick) solid var(--px-color-accent)}.px-toast--danger{border-color:var(--px-color-danger)}.px-toast--success{border-color:var(--px-color-success)}@keyframes px-toast-in{0%{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}.px-card{position:relative;display:grid;width:100%;aspect-ratio:5/7;container-type:inline-size;isolation:isolate}.px-card__layer{grid-area:1/1;min-width:0;min-height:0}.px-card__base{background:var(--px-color-surface-sunken)}.px-card__frame{border:var(--px-border-thick) solid var(--px-card-tint,var(--px-color-edge-light));background:color-mix(in srgb,var(--px-card-tint,var(--px-color-edge-light)) 14%,transparent)}.px-card__art-frame{margin:var(--px-space-5) var(--px-space-4);border:var(--px-border-thin) solid var(--px-color-edge-dark)}.px-card__art-mask{margin:calc(var(--px-space-5) + var(--px-border-thin)) calc(var(--px-space-4) + var(--px-border-thin));overflow:hidden;height:46%}.px-card__art{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.px-card__overlay{border:var(--px-border-thin) solid transparent;background:linear-gradient(180deg,transparent 55%,var(--px-color-edge-dark) 100%);opacity:.5;pointer-events:none}.px-card__content{display:flex;flex-direction:column;gap:var(--px-space-3);padding:var(--px-space-4)}.px-card__topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--px-space-3)}.px-card__name{margin:0;font-size:1rem;line-height:1.15}.px-card__cost{flex:none;min-width:1.75em;padding:var(--px-space-1) var(--px-space-2);font-family:var(--px-font-numeric);font-weight:700;text-align:center;color:var(--px-color-accent-ink);background:var(--px-color-accent);border:var(--px-border-thin) solid var(--px-color-edge-dark)}.px-card__spacer{flex:1 1 auto}.px-card__desc{font-size:.9375rem;line-height:1.35}.px-card__footer{align-items:center;justify-content:space-between}.px-card__footer,.px-card__tags{display:flex;gap:var(--px-space-2);flex-wrap:wrap}.px-card__tags{min-width:0}.px-tag{padding:0 var(--px-space-2);font-size:.75rem;color:var(--px-color-ink-dim);background:var(--px-color-surface-sunken);border:var(--px-border-thin) solid var(--px-color-edge-dark)}.px-card__rarity{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.px-card--common .px-card__rarity{color:var(--px-color-rarity-common)}.px-card--uncommon .px-card__rarity{color:var(--px-color-rarity-uncommon)}.px-card--rare .px-card__rarity{color:var(--px-color-rarity-rare)}.px-card--epic .px-card__rarity{color:var(--px-color-rarity-epic)}.px-iconsvg{display:inline-block;width:1em;height:1em;vertical-align:-.125em}.px-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.px-chip{display:inline-flex;align-items:center;gap:var(--px-space-2);height:24px;padding:0 var(--px-space-2);color:var(--px-color-ink);background:var(--px-color-scrim);border:var(--px-border-thin) solid var(--px-color-edge-dark);font-size:.8125rem}.px-chip__icon{width:16px;height:16px;color:var(--px-color-ink-dim);flex:none}.px-chip__value{font-family:var(--px-font-numeric);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;line-height:1}.px-chip--accent .px-chip__icon{color:var(--px-color-accent)}.px-chip--info .px-chip__icon{color:var(--px-color-info)}.px-chip--success .px-chip__icon{color:var(--px-color-success)}.px-chip--warn .px-chip__icon{color:var(--px-color-warn)}.px-chip--danger .px-chip__icon{color:var(--px-color-danger)}.px-icon-button{width:var(--px-touch-min);height:var(--px-touch-min);padding:0;gap:0}.px-icon-button .px-iconsvg{width:20px;height:20px}.px-icon-button--lg{width:64px;height:64px}.px-icon-button--lg .px-iconsvg{width:28px;height:28px}.px-meter{display:block;position:relative;width:100%;height:10px;background:var(--px-color-surface-sunken);border:var(--px-border-thin) solid var(--px-color-edge-dark);overflow:hidden}.px-meter__fill{display:block;height:100%;background:var(--px-color-info)}.px-meter__fill--accent{background:var(--px-color-accent)}.px-meter__fill--success{background:var(--px-color-success)}.px-meter__fill--danger{background:var(--px-color-danger)}@media (prefers-reduced-motion:reduce){.px-button,.px-root *,.px-toast{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body,html{margin:0;padding:0;min-height:100%;background:var(--px-color-bg);color:var(--px-color-ink)}.aw-root{min-height:100dvh}.aw-shell{display:grid;height:100dvh;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.aw-fullbleed{height:100dvh;overflow:clip;overscroll-behavior:none}.aw-main{grid-column:1;grid-row:1;min-width:0;overflow-y:auto;padding-top:max(var(--px-space-4),env(safe-area-inset-top));padding-inline:max(var(--px-space-4),env(safe-area-inset-left))}.aw-nav{grid-column:1;grid-row:2;padding:var(--px-space-2);padding-bottom:max(var(--px-space-2),env(safe-area-inset-bottom));background:var(--px-color-surface-sunken);border-top:var(--px-border-thick) solid var(--px-color-edge-dark);overflow-x:auto}.aw-nav,.aw-nav__link{display:flex;gap:var(--px-space-1)}.aw-nav__link{flex:1 1;flex-direction:column;align-items:center;justify-content:center;min-height:var(--px-touch-min);min-width:var(--px-touch-min);padding:var(--px-space-1);font:inherit;font-size:.6875rem;font-weight:600;text-align:center;text-decoration:none;color:var(--px-color-ink-dim);background:transparent;border:var(--px-border-thin) solid transparent;cursor:pointer;touch-action:manipulation}.aw-nav__icon{width:18px;height:18px;flex:none}.aw-nav__label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aw-nav__link:hover{color:var(--px-color-ink)}.aw-nav__link[aria-current=page]{color:var(--px-color-accent-ink);background:var(--px-color-accent);border-color:var(--px-color-edge-dark)}@media (min-width:760px){.aw-shell{grid-template-rows:1fr;grid-template-columns:auto 1fr}.aw-main{grid-column:2;grid-row:1}.aw-nav{grid-column:1;grid-row:1;flex-direction:column;gap:var(--px-space-2);overflow-x:visible;overflow-y:auto;min-width:9.5rem;padding:max(var(--px-space-4),env(safe-area-inset-top)) var(--px-space-3) max(var(--px-space-4),env(safe-area-inset-bottom));border-top:none;-webkit-border-end:var(--px-border-thick) solid var(--px-color-edge-dark);border-inline-end:var(--px-border-thick) solid var(--px-color-edge-dark)}.aw-nav__link{flex:0 0 auto;flex-direction:row;justify-content:flex-start;gap:var(--px-space-3);font-size:.9375rem;text-align:start;padding:var(--px-space-2) var(--px-space-3)}.aw-main{-webkit-padding-end:max(var(--px-space-4),env(safe-area-inset-right));padding-inline-end:max(var(--px-space-4),env(safe-area-inset-right))}}.aw-brand{display:none}@media (min-width:760px){.aw-brand{display:block;padding:var(--px-space-3) var(--px-space-3) var(--px-space-5);font-weight:800;letter-spacing:.06em;color:var(--px-color-accent)}}.aw-screen{max-width:64rem;margin:0 auto;padding-block:var(--px-space-3) var(--px-space-6);display:flex;flex-direction:column;gap:var(--px-space-4)}.aw-screen__title{margin:0;align-items:center;font-size:1.25rem;line-height:1.1}.aw-screen__title,.aw-section{display:flex;gap:var(--px-space-3)}.aw-section{flex-direction:column}.aw-section__title{margin:0;display:flex;align-items:center;gap:var(--px-space-2);font-size:1rem}.aw-title-icon{width:16px;height:16px;flex:none;color:var(--px-color-accent)}.aw-muted{color:var(--px-color-ink-dim)}.aw-stack{flex-direction:column}.aw-row,.aw-stack{display:flex;gap:var(--px-space-3)}.aw-row{flex-wrap:wrap;align-items:center}.aw-list{margin:0;-webkit-padding-start:var(--px-space-6);padding-inline-start:var(--px-space-6);display:flex;flex-direction:column;gap:var(--px-space-2)}.aw-mode-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(14rem,100%),1fr));grid-gap:var(--px-space-3);gap:var(--px-space-3)}.aw-mode{display:flex;align-items:center;justify-content:space-between;gap:var(--px-space-3)}.aw-badge{padding:0 var(--px-space-2);font-size:.75rem;font-weight:700;color:var(--px-color-ink-dim);background:var(--px-color-surface-sunken);border:var(--px-border-thin) solid var(--px-color-edge-dark)}.aw-summary{display:flex;flex-wrap:wrap;gap:var(--px-space-3) var(--px-space-6)}.aw-stat{display:flex;flex-direction:column;gap:var(--px-space-1)}.aw-stat__value{font-family:var(--px-font-numeric);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.aw-stat__label{font-size:.8125rem;color:var(--px-color-ink-dim)}.aw-filters{gap:var(--px-space-3)}.aw-filter-group,.aw-filters{display:flex;flex-direction:column}.aw-filter-group{gap:var(--px-space-2)}.aw-filter-group__label{font-size:.8125rem;font-weight:700;color:var(--px-color-ink-dim)}.aw-chips{display:flex;flex-wrap:wrap;gap:var(--px-space-2)}.aw-chip{min-height:var(--px-touch-min);padding:var(--px-space-2) var(--px-space-4);font:inherit;font-size:.875rem;color:var(--px-color-ink-dim);background:var(--px-color-surface-sunken);border:var(--px-border-thin) solid var(--px-color-edge-dark);cursor:pointer;touch-action:manipulation}.aw-chip:hover{color:var(--px-color-ink)}.aw-chip[aria-pressed=true]{color:var(--px-color-accent-ink);background:var(--px-color-accent);border-color:var(--px-color-edge-dark)}.aw-loadout{height:100%;min-height:0;display:flex;flex-direction:column;gap:var(--px-space-3);padding-bottom:max(var(--px-space-2),env(safe-area-inset-bottom))}@media (min-width:760px){.aw-loadout{flex-direction:row}.aw-loadout .aw-deckpane{flex:0 0 40%;max-height:none}.aw-loadout .aw-collection{flex:1 1;min-width:0}}.aw-deckpane{display:flex;flex-direction:column;gap:var(--px-space-2);max-height:40dvh;min-height:0}.aw-deckpane__header{display:flex;align-items:center;gap:var(--px-space-3);flex:none}.aw-deck-warning{display:inline-flex;align-items:center;color:var(--px-color-warn)}.aw-deckpane__grid{display:grid;grid-template-columns:repeat(5,minmax(0,64px));grid-gap:var(--px-space-3);gap:var(--px-space-3);align-content:start;overflow-y:auto;min-height:0;touch-action:pan-y;padding:var(--px-space-1)}@media (min-width:760px){.aw-deckpane__grid{grid-template-columns:repeat(10,minmax(0,64px))}}.aw-deckpane__grid[data-droppable=true]{outline:var(--px-border-thick) solid var(--px-color-accent);outline-offset:-2px}.aw-deckpane__grid[data-flash=true]{outline:var(--px-border-thick) solid var(--px-color-danger);outline-offset:-2px}.aw-slot{position:relative;min-width:0}.aw-slot[data-over=true]{transform:translateY(-2px)}.aw-slot[data-cursor=true]:after,.aw-slot[data-over=true]:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 2px var(--px-color-accent)}.aw-slot[data-flash=true]:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 2px var(--px-color-danger)}.aw-slot-empty{background:var(--px-color-surface-sunken);border:var(--px-border-thin) dashed var(--px-color-edge-light)}.aw-slot-empty,.aw-tile{width:100%;aspect-ratio:64/88}.aw-tile{position:relative;display:block;padding:0;border:var(--px-border-thin) solid var(--px-color-edge-light);background-size:cover;cursor:-webkit-grab;cursor:grab;touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-user-select:none}.aw-tile[data-depleted=true]{opacity:.4;cursor:default}.aw-tile[data-lifted=true]{opacity:.25}.aw-tile--ghost{pointer-events:none;cursor:default}.aw-tile__cost{top:0;left:0;width:16px;justify-content:center;color:var(--px-color-accent-ink);background:var(--px-color-accent);border-right:var(--px-border-thin) solid var(--px-color-edge-dark);border-bottom:var(--px-border-thin) solid var(--px-color-edge-dark)}.aw-tile__cost,.aw-tile__count{position:absolute;height:16px;display:flex;align-items:center;font-family:var(--px-font-numeric);font-size:11px;font-weight:700}.aw-tile__count{right:0;bottom:0;padding:0 var(--px-space-1);color:var(--px-color-ink);background:var(--px-color-scrim)}.aw-tile__lock{position:absolute;top:0;right:0;display:flex;padding:1px;color:var(--px-color-accent-ink);background:var(--px-color-accent)}.aw-collection{display:flex;flex-direction:column;gap:var(--px-space-2);flex:1 1;min-height:0}.aw-collection__header{display:flex;align-items:center;gap:var(--px-space-2);flex:none}.aw-collection__count{-webkit-margin-start:auto;margin-inline-start:auto;font-size:.75rem;color:var(--px-color-ink-dim);white-space:nowrap}.aw-search{flex:1 1;min-width:0;height:var(--px-touch-min);padding:0 var(--px-space-3);font:inherit;font-size:.875rem;color:var(--px-color-ink);background:var(--px-color-surface-sunken);border:var(--px-border-thin) solid var(--px-color-edge-dark)}.aw-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));grid-gap:var(--px-space-3);gap:var(--px-space-3);align-content:start;overflow-y:auto;min-height:0;touch-action:pan-y;padding:var(--px-space-1)}.aw-collection__grid[data-droppable=true]{outline:var(--px-border-thick) solid var(--px-color-accent);outline-offset:-2px}.aw-preview__body{display:flex;flex-direction:column;align-items:center;gap:var(--px-space-3)}.aw-preview__card{width:min(16rem,70vw)}.aw-pips{display:flex;align-items:center;gap:var(--px-space-1)}.aw-preview__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--px-space-3)}.aw-setting{display:flex;flex-direction:column;gap:var(--px-space-2)}.aw-setting__label{font-weight:700}html[data-reduced-motion=force] *,html[data-reduced-motion=force] :after,html[data-reduced-motion=force] :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}