#binder_spinners{display:block;height:100%;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity 1s ease-in-out;width:100%}binder-spinner#ring_1{animation-duration:2s;border-top-color:#f5a252;height:300px;margin-left:-150px;margin-top:-150px;width:300px}binder-spinner#ring_2{animation-duration:3s;border-top-color:#579aca;height:380px;margin-left:-190px;margin-top:-190px;width:380px}binder-spinner#ring_3{animation-duration:4s;border-top-color:#e56581;height:460px;margin-left:-230px;margin-top:-230px;width:460px}binder-spinner{animation:spin 4s linear infinite;border:25px solid transparent;border-radius:100%;display:block;left:80vw;position:absolute;top:117px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.edit_or_run{position:fixed;right:8px;top:9px;z-index:2000}.binder_help_text button{background:#fffdf7;box-shadow:0 0 20px 0 #fff;cursor:pointer;display:block;padding:7px 20px}body.wiggle_binder .edit_or_run>button{animation:wiggle-binder-button .3s ease-in-out 0s 1}@keyframes wiggle-binder-button{0%{transform:rotate(0deg)}30%{transform:rotate(10deg)}70%{transform:rotate(-10deg)}to{transform:rotate(0deg)}}.binder_help_text button img{color:#000;font-style:normal;font-weight:900;height:2.2em;margin:-8px -8px -8px 0}.edit_or_run>button{background:unset;background-color:var(--overlay-button-bg);border:3px solid rgba(92,97,163,.46);border-radius:30px;box-shadow:none;color:var(--black);cursor:pointer;display:block;font-family:var(--lato-ui-font-stack);font-size:16px;letter-spacing:.1px;padding:8px 16px;text-align:center;white-space:nowrap;width:100%;z-index:2000}.edit_or_run>button:hover{text-decoration:underline}.binder_help_text{--width:min(85vw,570px);background-color:#fff;border:0;border-radius:8px;box-shadow:0 0 0 100vmax #0000004a;color:#000;color-scheme:light;font-family:var(--sans-serif-font-stack);max-height:calc(100vh - 4rem);overflow:auto;padding:16px;position:fixed;width:var(--width)}.binder_help_text a{color:#000}@media (max-width:500px){.binder_help_text{left:0;max-height:100vh;top:0;width:100vw}}.binder_help_text .close{--size:32px;background-image:url(close-outline.9c22a232.svg);background-size:var(--size) var(--size);cursor:pointer;height:var(--size);position:absolute;right:5px;top:5px;width:var(--size)}.copy_div,.download_div{align-items:center;display:flex;height:40px;justify-content:space-between;margin-bottom:.75rem;padding:4px 8px}.binder_help_text button,.copy_div,.download_div{border:3px solid #3f448c5e;border-radius:8px;margin:0 auto;overflow:hidden;width:max(60%,10rem)}.copy_div input,.download_div a{border:none;cursor:text;font-family:Roboto Mono,monospace;font-size:.7rem;line-height:1.4;outline:none;width:calc(100% - 8px - 1rem)}.download_div,.download_div a{cursor:pointer}.copy_icon,.download_icon{background-image:url(copy-outline.0f561529.svg);background-position:50%;background-repeat:no-repeat;background-size:1rem 1rem;box-shadow:0 0 60px 60px #fff;cursor:pointer;height:1.5rem;position:relative;width:1.5rem}.download_icon{background-image:url(download-outline.523a74d8.svg)}.copy_icon.success_copy:after{animation:fadeout 3s;background-color:#dcebf5;content:"Copied!"}.copy_icon.success_copy:after,.copy_icon:not(.success_copy):hover:after{border-radius:.5rem;font-family:JuliaMono,monospace;font-size:.75rem;font-weight:700;line-height:1.5rem;position:absolute;text-align:center;width:4rem}.copy_icon:not(.success_copy):hover:after{background-color:#f4f5dc;content:"Copy"}.copy_icon:after{right:1.5rem}@keyframes fadeout{0%{opacity:1}20%{opacity:1}40%{opacity:0}to{opacity:0}}.command{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.edit_or_run li{margin-bottom:2rem}.edit_or_run li img,.edit_or_run li video{border:5px solid #d4d4d4;border-radius:5px;width:100%}.expected_runtime_box{background:linear-gradient(45deg,#cdd7ef,#e5f7ff);border-radius:.6em;color:#323232;display:block;font-style:italic;margin:2em 0 -2em;padding:.6em 1em}.expected_runtime_box span{font-style:normal;font-weight:700}