.theme-picker{display:flex;align-items:center;gap:3px;justify-self:end}.navlinks .theme-picker{display:none}.tp-swatch{width:18px;height:18px;padding:0;background:0 0;border:none;cursor:pointer;display:grid;place-items:center;-webkit-tap-highlight-color:transparent}.tp-swatch::before{content:"";width:7px;height:7px;background:var(--tp-face);box-shadow:inset 0 0 0 1px rgba(var(--text-0-rgb),.6);transition:transform .15s ease,box-shadow .15s ease}.tp-swatch:hover::before{transform:scale(1.3)}.tp-swatch[aria-pressed=true]::before{box-shadow:inset 0 0 0 1px rgba(var(--text-0-rgb),.6),0 0 0 1.5px var(--bg-0),0 0 0 2.5px rgba(var(--gem-bright-rgb),.7)}.tp-swatch:focus-visible{outline:0}.tp-swatch:focus-visible::before{box-shadow:inset 0 0 0 1px rgba(var(--text-0-rgb),.6),0 0 0 2px var(--bg-0),0 0 0 3.1px var(--accent-text)}.tp-swatch[aria-pressed=true]:focus-visible::before{box-shadow:inset 0 0 0 1px rgba(var(--text-0-rgb),.6),0 0 0 1.5px var(--bg-0),0 0 0 2.5px rgba(var(--gem-bright-rgb),.7),0 0 0 4px var(--bg-0),0 0 0 5.1px var(--accent-text)}.tp-swatch[data-theme-id=current]{--tp-face:#10141a}.tp-swatch[data-theme-id=paper]{--tp-face:#efe6d0}.tp-swatch[data-theme-id=editorial]{--tp-face:#ffffff}.tp-swatch[data-theme-id=signal]{--tp-face:#0a72c4}.tp-swatch[data-theme-id=burgundy]{--tp-face:#7a3048}