:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;height:100%}html,body{height:100%;width:100%;background-color:#000;color:snow}*{box-sizing:border-box}div{height:100%}#playArea{overflow:auto;height:calc(100% - 120px);width:100%}#playArea table{width:100%;height:100%;border-collapse:collapse}#playArea tr>td{border:0px solid #000000}#playArea tr>td button#mainSwitch{width:100%;height:100%;min-height:30px;min-width:30px;background-color:#00f;border-radius:0}#playArea tr>td button#mainSwitch :hover{width:100%;height:100%}#menu{overflow:auto;position:sticky;top:0;height:10%;max-width:1700px;min-height:120px;display:grid;grid-auto-flow:column;align-items:center;margin:auto;color:#fff}#menu p{display:grid;grid-auto-flow:column;place-items:center;align-items:center;align-content:center;text-align:center;margin:3px;grid-auto-flow:row;inline-size:95%;width:100%}#menu div{display:grid;grid-auto-flow:column;place-items:center;margin:10px;background-color:#8b0000;height:75%;width:auto}#menu button,#menu input{margin:5px}#menu #button_show{background:purple;color:#fff}#menu #table_cnt_out{background:#b8860b;text-align:center;height:100%-20px}#menu #table_cnt_out button{width:auto;font-size:small;margin:0;padding:5px}#menu #table_cnt_in{background:#d89e0b;color:#fff;height:100%-20px}#menu #table_cnt_in input{margin-right:5px}#menu #random{height:auto;width:auto;display:grid;grid-auto-flow:column;align-items:center;background:#006400}#menu #random button{background:#90ee90;color:#000}#menu #reset{background:green}#menu input{width:3rem;display:grid;grid-auto-flow:column;place-items:center}#menu input#step_time{width:4rem;display:grid;grid-auto-flow:column;place-items:center}#menu input#hasAuto,#menu input#hasLoop{width:20px;height:20px}#menu button{display:grid;grid-auto-flow:column;place-items:center;align-items:center}#menu button#next{background:#f08080;color:#000}#menu button#reset{background:#000;color:#0ff}#menu #auto_step{display:grid}#menu #stat{background:#00008b;width:90%}#menu #stat p{overflow:break-word;word-break:keep-all}#menu input#show_as_button{width:20px;height:20px}div#export_import_area textarea#export{width:100%;height:90%;background-color:#191970;color:#f0f8ff}div#export_import_area button{border:white 1px solid;margin:2px}div#export_import_area button#export,div#export_import_area button#import{background:#add8e6;color:#000}div#export_import_area button#export_at_reset{background:#d3d3d3;color:#000}div#export_import_area button#export_table_csv,div#export_import_area button#import_table_csv{background:#ffa07a;color:#000}div#export_import_area button#show_stat_log{background:#90ee90;color:#000}div#option_area{background-color:#8b0000;color:#fff;padding:10px}div#option_area div{margin:10px;padding:10px;position:relative;display:grid;grid-auto-flow:column;align-items:center;background-color:#8b0000;height:75px;width:500px}
