[data-theme=dark]{--sw-track-bg: rgba(255, 255, 255, .08);--sw-track-border: rgba(255, 255, 255, .12);--sw-knob-bg: #ffffff;--sw-knob-shadow: rgba(0, 0, 0, .3);--sw-knob-highlight: rgba(255, 255, 255, .9);--sw-glow-color: rgba(240, 147, 251, .5);--sw-icon-inactive: rgba(255, 255, 255, .25);--sw-icon-active: rgba(255, 255, 255, .8)}[data-theme=light]{--sw-track-bg: rgba(0, 0, 0, .06);--sw-track-border: rgba(0, 0, 0, .1);--sw-knob-bg: #ffffff;--sw-knob-shadow: rgba(0, 0, 0, .15);--sw-knob-highlight: rgba(255, 255, 255, 1);--sw-glow-color: rgba(245, 87, 108, .4);--sw-icon-inactive: rgba(0, 0, 0, .2);--sw-icon-active: rgba(0, 0, 0, .7)}.theme-switch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:72px;height:36px;padding:0;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.theme-switch__track{position:relative;width:72px;height:36px;border-radius:999px;background:var(--sw-track-bg);border:1px solid var(--sw-track-border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:inset 0 2px 4px #00000026;transition:background .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center}.theme-switch:hover .theme-switch__track{border-color:#f093fb4d;box-shadow:inset 0 2px 4px #00000026,0 4px 16px #f093fb26}.theme-switch:focus-visible .theme-switch__track{outline:2px solid var(--primary-color, #f093fb);outline-offset:2px}.theme-switch__icons{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;pointer-events:none}.theme-switch__icon{width:14px;height:14px;transition:opacity .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1)}.theme-switch__icon--sun{color:var(--sw-icon-inactive)}.theme-switch__icon--moon,[data-theme=light] .theme-switch__icon--sun{color:var(--sw-icon-active)}[data-theme=light] .theme-switch__icon--moon{color:var(--sw-icon-inactive)}.theme-switch__knob{position:absolute;left:4px;width:28px;height:28px;border-radius:50%;background:var(--sw-knob-bg);box-shadow:0 2px 8px var(--sw-knob-shadow),inset 0 1px 0 var(--sw-knob-highlight);transition:transform .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}[data-theme=light] .theme-switch__knob{transform:translate(36px)}.theme-switch:active .theme-switch__knob{width:32px;border-radius:14px}.theme-switch__knob-glow{position:absolute;bottom:-4px;width:20px;height:8px;border-radius:50%;background:var(--sw-glow-color);filter:blur(6px);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.theme-switch:hover .theme-switch__knob-glow{opacity:1}@media(prefers-reduced-motion:reduce){.theme-switch,.theme-switch__track,.theme-switch__icon,.theme-switch__knob,.theme-switch__knob-glow{transition-duration:.01ms!important}}@media(prefers-contrast:high){.theme-switch__track{border-width:2px}}
