/* Theme selector shared by the clear and black site variants. */
.theme-switch{position:fixed;right:18px;top:calc(env(safe-area-inset-top) + 18px);z-index:80;display:flex;align-items:center;gap:3px;padding:4px;border:1px solid #c9c5b9;border-radius:999px;background:#f8f7f2;box-shadow:0 7px 22px #0002;font-size:11px;font-weight:800}.theme-switch a{padding:8px 11px;border-radius:999px;color:#34352f;text-decoration:none}.theme-switch a[aria-current="page"]{background:#0b0b0b;color:#fff}.theme-switch .theme-icon{font-size:13px;line-height:1}@media(max-width:820px){.theme-switch{right:12px;top:12px}.theme-switch a{padding:7px 9px}}
