#lighting-switch{position:absolute;left:calc(max(16px, env(safe-area-inset-left)) + 52px);top:auto;bottom:var(--viewer-control-bottom);height:44px;z-index:24;display:flex;gap:3px;background:#f7f4ebed;border:1px solid #fff9;padding:3px;border-radius:28px;backdrop-filter:blur(12px);box-shadow:0 8px 30px #25382f16}
#lighting-switch button{min-height:36px;min-width:84px;padding:8px 15px;border:0;border-radius:22px;background:transparent;color:#344137;font:inherit;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}
#lighting-switch button[aria-pressed=true]{background:#344438;color:#fff}#lighting-switch button:focus-visible{outline:3px solid #c5a66f;outline-offset:2px}
#lighting-switch svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
body.drawer-open #lighting-switch,body.render-open #lighting-switch,body.location #lighting-switch,body.plans #lighting-switch{display:none}
@media(max-width:700px){#lighting-switch{left:calc(max(12px, env(safe-area-inset-left)) + 52px);right:auto;width:150px;margin:0}#lighting-switch button{min-width:0;flex:1;padding:6px;font-size:11px;gap:4px}#lighting-switch svg{width:13px;height:13px}}
@media(max-width:380px){#lighting-switch{width:112px}#lighting-switch svg{display:none}}
