@media screen {
  body #rv-theme-toggle {
    position:fixed!important;inset:auto max(20px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) auto!important;
    z-index:90000;display:inline-flex;align-items:center;justify-content:center;gap:9px;
    width:auto;min-height:44px;max-width:calc(100vw - 32px);margin:0;padding:11px 15px;
    border:1px solid var(--rv-ui-border);border-radius:999px;
    background:var(--rv-ui-control)!important;color:var(--rv-ui-text)!important;
    font:600 12px/1.3 var(--font-sans,Inter,sans-serif);letter-spacing:0;white-space:nowrap;
    box-shadow:0 5px 24px #0003;cursor:pointer;opacity:1;isolation:isolate;
  }
  body #rv-theme-toggle:hover {background:var(--rv-ui-control-hover)!important;border-color:var(--rv-ui-accent)}
  body #rv-theme-toggle:focus-visible {outline:3px solid var(--rv-ui-accent)!important;outline-offset:3px}
  body #rv-theme-toggle svg {width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  body #rv-theme-toggle [hidden] {display:none!important}
  body :is(#main,#hub-gate,dialog) {padding-bottom:max(84px,env(safe-area-inset-bottom))!important;scroll-padding-bottom:84px}
  @media(max-width:600px){body #rv-theme-toggle{right:max(12px,env(safe-area-inset-right))!important;bottom:max(12px,env(safe-area-inset-bottom))!important;padding:10px 13px}}
}
@media print {#rv-theme-toggle{display:none!important}}
