.mode-switch-wrap{opacity:0;flex-direction:column;align-items:center;gap:.65rem;margin-bottom:2.5rem;animation:1.2s cubic-bezier(.16,1,.3,1) 1s forwards modeSwitchReveal;display:inline-flex;transform:translateY(20px)}.mode-switch-wrap--hero{z-index:20;opacity:0;margin:0;animation:1.2s cubic-bezier(.16,1,.3,1) 1s forwards modeSwitchRevealHero;position:absolute;top:66%;left:50%;transform:translate(-50%,16px)}@keyframes modeSwitchReveal{to{opacity:1;transform:translateY(0)}}@keyframes modeSwitchRevealHero{to{opacity:1;transform:translate(-50%)}}@media (width<=860px){.mode-switch-wrap--hero{top:auto;bottom:max(7.5rem,14vh)}}@media (width<=480px){.mode-switch-wrap--hero{top:auto;bottom:max(6.25rem,12vh)}.mode-switch{width:min(300px,92vw);height:50px}.mode-switch__option{letter-spacing:.04em;font-size:.68rem}.mode-switch__option small{font-size:.52rem}}.mode-switch{-webkit-backdrop-filter:blur(14px);cursor:pointer;width:min(320px,86vw);height:48px;color:inherit;background:#080a128c;border:1px solid #ffffff2e;border-radius:999px;outline:none;grid-template-columns:1fr 1fr;align-items:center;padding:4px;font-family:Outfit,Inter,system-ui,sans-serif;transition:border-color .3s,box-shadow .3s;display:grid;position:relative}.mode-switch:focus-visible{box-shadow:0 0 0 3px #e1060073}.mode-switch__thumb{pointer-events:none;z-index:0;background:linear-gradient(135deg,#e10600 0%,#ff2a1a 55%,#ffb347 140%);border-radius:999px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .45s cubic-bezier(.16,1,.3,1);position:absolute;top:4px;left:4px;box-shadow:0 6px 22px #e1060066}.mode-switch[data-mode=human] .mode-switch__thumb{transform:translate(100%)}.mode-switch__option{z-index:1;letter-spacing:.12em;text-transform:uppercase;color:#e5e7eb8c;-webkit-user-select:none;user-select:none;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.05rem;height:100%;font-family:Outfit,Inter,system-ui,sans-serif;font-size:.72rem;font-weight:700;transition:color .3s;display:flex;position:relative}.mode-switch__option small{letter-spacing:.04em;opacity:.7;text-transform:none;white-space:nowrap;font-family:Outfit,Inter,system-ui,sans-serif;font-size:.52rem;font-weight:500}.mode-switch[data-mode=ai] .mode-switch__option[data-value=ai],.mode-switch[data-mode=human] .mode-switch__option[data-value=human]{color:#fff}.mode-switch--light{background:#ffffffb8;border-color:#0f172a1f;box-shadow:0 10px 30px #0f172a14}.mode-switch--light .mode-switch__option{color:#0f172a66}.mode-switch--light[data-mode=ai] .mode-switch__option[data-value=ai],.mode-switch--light[data-mode=human] .mode-switch__option[data-value=human]{color:#fff}.mode-switch--compact{width:200px;height:36px}.mode-switch--compact .mode-switch__option{letter-spacing:.08em;font-size:.62rem}.mode-switch--compact .mode-switch__option small{display:none}.mode-transition{z-index:9999;pointer-events:none;opacity:0;background:#05070f;transition:opacity .35s;position:fixed;inset:0}.mode-transition.is-active{pointer-events:all;opacity:1}.mode-transition--to-human{background:#f4f6f9}
