:root{--color_outline1:#c3c3c3;--color_grey1:#c3c3c3;--color_grey_light1:#e9e9e9;--color_red_dark1:#e0aeae;--color_red_light1:#fdf7f7;--color_green_light1:#f6faef;--color_blue_light1:#f7fdf8}#div_layout0{display:grid;grid-template-columns:1fr auto 0fr auto 0fr;grid-gap:10px;gap:10px;height:50rem;justify-items:center;transition:all .5s ease}h3{position:fixed;background-color:#fff;padding:0 10px;margin-top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:darkred}#div1,#div2,#div3{padding-top:1px;border:1px solid gray;overflow-wrap:"break-word";width:99%;overflow-y:scroll;overflow-x:hidden;transition:all .5s ease}#div2,#div3{width:3%;opacity:0}#div_layout0.run2{justify-items:center;grid-template-columns:1fr auto 1fr auto 0fr}#div_layout0.run3{justify-items:center;grid-template-columns:1fr auto 1fr auto 1fr}#div1.run{width:99%}#div2.run,#div3.run{width:99%;opacity:1}#div_vert1{width:1px;background-color:gray}#ol1,#ol2{padding-top:10px}.chk{transform:scale(.7)}.chk,.chk:checked{transition:all .5s ease,transform .3s ease}.chk:checked{transform:scale(1)}.chk:after{transform:scale(.3);content:"";width:10px;height:10px;background-color:#fff;display:none;transition:all .5s ease,transform .3s ease}#div_bottom0{margin-top:10px;height:3rem}#quiz0{height:3rem;resize:vertical;min-height:2rem;max-height:12rem;width:99%;margin-bottom:-10px}#run2{border-radius:10px;height:3.4rem;right:10px;position:fixed;width:120px;white-space:pre-wrap;font-size:30px;font-weight:bolder;background-color:var(--color_red_dark1);transition:all .3s ease-out,opacity .5s linear}#run2:hover{background-color:var(--color_grey1)}#run2:active{background-color:var(--color_red_light1)}.animated-gradient{color:darkred;background:linear-gradient(45deg,#fff,#ffe1e1);background-size:200% 200%;animation-name:gradientAnimation;animation-duration:3s;animation-timing-function:ease;animation-iteration-count:infinite}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}#ol1,#ol2,#ol3{height:90%}#ol2 details[open]{max-height:1000%}#ol2 details,#ol2 details[open]{transition:all .3s ease-out,opacity .5s linear}#ol2 details{max-height:70px;overflow:hidden}#ol1 details[open],#ol3 details[open]{max-height:1000%;transition:all .3s ease-out,opacity .5s linear}#ol1 details{max-height:50px;overflow:hidden;transition:all 1s ease-out,opacity .5s linear}summary:hover{background:#d3d3d3}#ol3 details[open] summary~*{animation:open .5s}#ol1 details.closing summary~*,#ol3 details.closing summary~*{animation:close .5s}@keyframes open{0%{opacity:0}to{opacity:1}}@keyframes close{0%{opacity:1}to{opacity:0}}.fade-in1{opacity:0;transition:opacity .4s ease-in}.fade-in2{opacity:0;transition:opacity .3s ease-in}.fade-in3{opacity:0;transition:opacity .5s ease-in}.fade-in4{opacity:0;transition:opacity .7s ease-in}.fade-in5{opacity:0;transition:opacity .9s ease-in}.show{opacity:1}