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