#inspection-text{font-family:"500",sans-serif;font-size:12px;color:#9b6fff;text-shadow:-.5px .5px 1.5px rgba(0,0,0,.2);white-space:nowrap;overflow:hidden;display:inline-block;border-right:3px solid rgb(87,20,203);padding-right:5px;animation:typeWriter 2.5s steps(40,end) infinite,blinkCursor .5s infinite;transition:opacity .5s ease-in-out;padding-left:10px}@keyframes typeWriter{0%{width:0}to{width:100%}}@keyframes blinkCursor{0%{border-color:#9b6fff}20%{border-color:transparent}40%{border-color:#9b6fff}60%{border-color:transparent}80%{border-color:#9b6fff}to{border-color:transparent}}#inspection-mode{display:none;align-items:center;justify-content:space-between;width:160px;height:50px;padding:10px 15px;background:rgba(255,255,255,.2);backdrop-filter:blur(10px) brightness(1.1);border-radius:10px 25px;border:1px solid rgba(255,255,255,.5);box-shadow:inset 0 0 20px rgba(255,255,255,.3),0 4px 10px rgba(70,70,70,.1);opacity:0;transform:scale(.9);transition:opacity .5s ease-in-out,transform .3s ease-in-out;z-index:30}#inspection-mode.active{display:flex;opacity:1;transform:scale(1)}#inspection-mode span{font-size:7pt;font-family:"500",sans-serif;color:#fff;margin-right:10px}#inspection-toggle{position:relative;display:inline-block;width:80px;height:30px}#inspection-toggle input{display:none}#inspection-toggle .slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.2);box-shadow:inset 0 0 20px rgba(0,0,0,.1),0 4px 10px rgba(70,70,70,.1);border:1px solid rgb(255,255,255,.5);border-radius:20px;transition:background-color .4s ease-in-out;cursor:pointer}#inspection-toggle .slider:before{content:"";position:absolute;width:26px;height:26px;border-radius:50%;background:#fff;top:1px;left:1px;transition:transform .4s ease-in-out}@keyframes switchGlow{0%{background:#0ff}10%{background:#0ff}20%{background:#2e2be2}60%{background:#8a2be2}80%{background:#f0f}to{background:#ff0095}}@keyframes switchOuterGlow{0%{box-shadow:0 0 10px #0ff}10%{box-shadow:0 0 10px #0ff}20%{box-shadow:0 0 10px #2e2be2}60%{box-shadow:0 0 10px #8a2be2}80%{box-shadow:0 0 10px #f0f}to{box-shadow:0 0 10px #ff0095}}#inspection-toggle input:checked+.slider{animation:switchGlow 3s infinite alternate,switchOuterGlow 3s infinite alternate}#inspection-toggle input:checked+.slider:before{transform:translate(25px)}
