:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.TapArea-module__SGaZSG__area{border:4px var(--textbook-position-color)solid;touch-action:none;z-index:1000000;border-radius:4px;width:100%;height:100%;animation:.5s ease-in-out infinite alternate TapArea-module__SGaZSG__blink;position:absolute;top:0;left:0}@keyframes TapArea-module__SGaZSG__blink{0%{background:0 0}to{background:var(--textbook-position-color)}}
.DataIcon-module__1RJngq__dataFrame{text-align:right;z-index:20;cursor:pointer;width:82px;height:48px;display:inline-block}.DataIcon-module__1RJngq__dataFrameHeader{width:8px;height:48px;display:inline-block}.DataIcon-module__1RJngq__dataFrameBody{background:#000;width:50px;height:48px;display:inline-block}.DataIcon-module__1RJngq__dataFrameBody.DataIcon-module__1RJngq__dot{background:url(../media/pattern-dot.83a7ba52.png) 400%}.DataIcon-module__1RJngq__dataFrameBody.DataIcon-module__1RJngq__check{background:url(../media/pattern-check.2600e4a0.png) 400%}.DataIcon-module__1RJngq__dataFrame.DataIcon-module__1RJngq__selectable{opacity:.3}.DataIcon-module__1RJngq__dataFrame.DataIcon-module__1RJngq__selectable:hover{opacity:.5}
.DeviceInner-module__8xxxDa__inner{background-color:#fff;border:4px solid #000;border-radius:12px;flex-direction:column;width:330px;height:392px;display:flex;overflow:hidden}.DeviceInner-module__8xxxDa__dataLayer{z-index:1;width:100%;height:96px;display:block;position:relative}.DeviceInner-module__8xxxDa__dataLayer:after{content:"";z-index:2;background:#ffffff80;width:100%;height:100%;position:absolute;top:0;left:0}.DeviceInner-module__8xxxDa__dataLayer:not(.DeviceInner-module__8xxxDa__selected):hover:after{background:#ffffff4d}.DeviceInner-module__8xxxDa__dataLayer:not(.DeviceInner-module__8xxxDa__selected):active:after{background:#fff3}.DeviceInner-module__8xxxDa__dataLayer.DeviceInner-module__8xxxDa__selected:after{background:0 0}.DeviceInner-module__8xxxDa__dataLayerInner{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.DeviceInner-module__8xxxDa__layerName{cursor:default;margin:8px 0;font-size:12px;line-height:12px}.DeviceInner-module__8xxxDa__protocolName{cursor:default;margin:16px 0;font-size:16px;font-weight:700;line-height:16px}.DeviceInner-module__8xxxDa__clocks{margin:0;font-size:16px;line-height:16px}.DeviceInner-module__8xxxDa__clock{border:1px solid gray;border-radius:8px;width:17px;height:16px;margin:0 2px;display:inline-block;position:relative}.DeviceInner-module__8xxxDa__clock .DeviceInner-module__8xxxDa__clockHand{transform-origin:bottom;background:gray;width:1px;height:7px;display:inline-block;position:absolute;top:0;left:7px}.DeviceInner-module__8xxxDa__clock.DeviceInner-module__8xxxDa__red{border:1px solid red}.DeviceInner-module__8xxxDa__clock.DeviceInner-module__8xxxDa__red .DeviceInner-module__8xxxDa__clockHand{background:red}.DeviceInner-module__8xxxDa__dataIconAreaOuter{width:114px;height:100%;padding:0 16px;display:inline-block;position:absolute;top:0;overflow:hidden}.DeviceInner-module__8xxxDa__dataIconArea{text-align:center;vertical-align:middle;width:100%;height:100%;position:relative}.DeviceInner-module__8xxxDa__dataIconMoving{position:absolute}
.PreferenceButton-module__XyqM5a__preferenceButton{z-index:10000;cursor:pointer;background:url(../media/preference.93b937f9.svg);width:32px;height:32px;position:absolute;top:4px;right:4px}.PreferenceButton-module__XyqM5a__preferenceButton:hover{opacity:.8}
.Clipboard-module__j4l5AW__button{background:var(--simulator-copy-button);cursor:pointer;border:2px var(--simulator-copy-button)solid;vertical-align:middle;background-image:url(../media/clipboard.41b860d3.png);background-repeat:no-repeat;background-size:contain;border-radius:2px;width:20px;height:20px;margin:0 4px;display:inline-block}.Clipboard-module__j4l5AW__button:hover{opacity:.8}.Clipboard-module__j4l5AW__button:active{opacity:.4}
.RouterArea-module__AQk6Hq__routerArea{vertical-align:bottom;cursor:pointer;justify-content:space-between;width:32px;height:440px;padding:0 6px;display:inline-flex;position:relative}.RouterArea-module__AQk6Hq__routerArea.RouterArea-module__AQk6Hq__open{width:384px}.RouterArea-module__AQk6Hq__wave{background:url(../media/wave.a4cc9a87.svg);width:10px;height:100%;display:inline-block}.RouterArea-module__AQk6Hq__inner{flex-direction:column;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex;position:relative}.RouterArea-module__AQk6Hq__row{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}.RouterArea-module__AQk6Hq__wire{background:var(--simulator-wire-color);width:36px;height:4px;display:inline-block}.RouterArea-module__AQk6Hq__router{cursor:default;background:url(../media/router.8cecf043.svg);width:80px;height:80px;display:inline-block;position:relative}.RouterArea-module__AQk6Hq__router .RouterArea-module__AQk6Hq__callout{display:none}.RouterArea-module__AQk6Hq__router:hover .RouterArea-module__AQk6Hq__callout{cursor:text;z-index:10000;background:#fff;border:2px solid #000;border-radius:4px;width:320px;display:block;position:absolute;bottom:100px;left:-120px}.RouterArea-module__AQk6Hq__router:hover .RouterArea-module__AQk6Hq__callout:before{content:"";border-top:16px solid #000;border-left:16px solid #0000;border-right:16px solid #0000;width:0;height:0;position:absolute;bottom:-16px;left:calc(50% - 16px)}.RouterArea-module__AQk6Hq__router:hover .RouterArea-module__AQk6Hq__callout:after{content:"";background:0 0;width:100%;height:32px;position:absolute;bottom:-32px;left:0}.RouterArea-module__AQk6Hq__ipAddress{justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex}.RouterArea-module__AQk6Hq__ipAddress span{text-shadow:1px 1px #fff,-1px 1px #fff,-1px -1px #fff,1px -1px #fff;background:#fffc;margin-bottom:4px}.RouterArea-module__AQk6Hq__router:hover .RouterArea-module__AQk6Hq__ipAddress{opacity:.5}.RouterArea-module__AQk6Hq__header{cursor:text;color:#fff;background:#000;font-weight:700;line-height:32px}.RouterArea-module__AQk6Hq__routingTable{text-align:left;border-spacing:0;margin:auto}.RouterArea-module__AQk6Hq__routingTable th,.RouterArea-module__AQk6Hq__routingTable td{padding:8px}.RouterArea-module__AQk6Hq__routingTable tr th{text-align:center;border-bottom:1px solid #aaa}.RouterArea-module__AQk6Hq__routingTable tr td{border-bottom:1px solid #aaa}.RouterArea-module__AQk6Hq__routingTable tr:last-child td{border-bottom:none}.RouterArea-module__AQk6Hq__dataIconsArea{position:relative}.RouterArea-module__AQk6Hq__dataIcon{position:absolute;transform:translate(-36px)translateY(-16px)}
.Server-module__i8kcKG__serverCover{z-index:1500;background:#e8e8e8;border-top-left-radius:6px;border-top-right-radius:6px;width:330px;height:392px;transition:all 1s;position:absolute}.Server-module__i8kcKG__coverOpen{transform:translateY(-400px)}.Server-module__i8kcKG__display{background:#fff;border:4px solid #000;border-radius:6px;width:100%;height:200px;position:relative}.Server-module__i8kcKG__display:before{content:"";background:linear-gradient(#1f74bf,#288cd8);width:100%;height:100%;transition:all .8s;position:absolute;left:0;right:0}.Server-module__i8kcKG__display.Server-module__i8kcKG__open:before{height:0}.Server-module__i8kcKG__displayStand{border-bottom:26px solid #505050;border-left:20px solid #0000;border-right:20px solid #0000;width:160px;margin:auto auto 4px}.Server-module__i8kcKG__explorerInner{flex-direction:column;height:100%;font-size:16px;display:flex}.Server-module__i8kcKG__explorerHeader{gap:4px;height:44px;padding:6px;display:flex}.Server-module__i8kcKG__explorerBackArrow{color:gray;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:4px;width:28px;height:28px;font-size:24px;font-weight:900;line-height:28px}.Server-module__i8kcKG__explorerBackArrow:hover{background:#eee}.Server-module__i8kcKG__explorerBackArrow:active{opacity:.8}.Server-module__i8kcKG__explorerPath{text-align:left;border:1px solid gray;flex-grow:1;height:28px;padding:0 4px;line-height:24px}.Server-module__i8kcKG__turnOff{cursor:pointer;background-image:url(../media/power-button.3c5dfbd0.png);background-repeat:no-repeat;background-size:contain;width:16px;margin-top:5px;margin-left:8px}.Server-module__i8kcKG__turnOff:hover{opacity:.6}.Server-module__i8kcKG__explorerBody{flex-grow:1}.Server-module__i8kcKG__tiles{text-align:left;padding:0 4px}.Server-module__i8kcKG__tile{vertical-align:top;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;width:72px;margin:4px;display:inline-block}.Server-module__i8kcKG__tile:hover{background:#eee}.Server-module__i8kcKG__tile:active{opacity:.8}.Server-module__i8kcKG__breakAll{overflow-wrap:break-word;word-break:break-all;width:100%;white-space:wrap}.Server-module__i8kcKG__directory{width:64px;height:44px;margin:auto}.Server-module__i8kcKG__directory div:first-child{background:#deba8f;border-top-left-radius:2px;border-top-right-radius:2px;width:30px;height:5px}.Server-module__i8kcKG__directory div:nth-child(2){background:#deba8f;border-top-right-radius:2px;width:100%;height:3px}.Server-module__i8kcKG__directory div:nth-child(3){background:linear-gradient(#f7f39e,#f0eba0);border-top-right-radius:2px;width:100%;height:36px}.Server-module__i8kcKG__file{color:gray;border:2px solid gray;border-radius:4px;width:40px;height:44px;margin:auto;padding-top:12px;font-size:12px;font-weight:900}.Server-module__i8kcKG__textarea{resize:none;scrollbar-width:thin;border:1px solid gray;border-radius:0;width:calc(100% - 16px);height:calc(100% - 8px);margin:0 8px 8px;font-family:Martian Mono,Noto Sans JP,monospace;font-size:12px}.Server-module__i8kcKG__hardware{background:#888;border:4px solid #000;width:100%;height:162px;padding:16px}.Server-module__i8kcKG__hardwareFirstRow{height:32px;position:relative}.Server-module__i8kcKG__hardwareLight{background:#ffc8c8;border-radius:16px;width:32px;height:32px;display:inline-block;position:absolute;left:0}.Server-module__i8kcKG__hardwareLight.Server-module__i8kcKG__bright{animation:.2s linear infinite Server-module__i8kcKG__flash}@keyframes Server-module__i8kcKG__flash{0%,49%{background:#ffc8c8}50%,to{background:#ff6464}}.Server-module__i8kcKG__hardwareTitle{vertical-align:bottom;background:#fff;padding:2px 6px}.Server-module__i8kcKG__hardwareRow{background:#ddd;width:100%;height:32px;margin:12px 0}
.SimulatorMainArea-module__qIyOVa__tool{text-align:center;white-space:nowrap;float:left;background-color:#fff;background-image:linear-gradient(#eeeef8 1px,#0000 1px),linear-gradient(90deg,#eeeef8 1px,#0000 1px);background-size:20px 20px;justify-content:space-around;width:100%;height:100%;padding:0 12px;position:relative;overflow:hidden}.SimulatorMainArea-module__qIyOVa__toolInner{transform-origin:0 0;width:fit-content;margin:0 auto}.SimulatorMainArea-module__qIyOVa__openCoverButton{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.SimulatorMainArea-module__qIyOVa__spaceForCover{width:100%;height:384px;margin-top:10px;padding:180px 0 0}.SimulatorMainArea-module__qIyOVa__devices{align-items:flex-end;width:fit-content;height:fit-content;display:flex}.SimulatorMainArea-module__qIyOVa__smartphoneArea{width:fit-content;height:fit-content;display:inline-block}.SimulatorMainArea-module__qIyOVa__smartphonePosition{z-index:1500;width:fit-content;height:fit-content;margin:16px 20px 0 0;display:inline-block;position:relative}.SimulatorMainArea-module__qIyOVa__serverArea{width:fit-content;height:fit-content;display:inline-block}.SimulatorMainArea-module__qIyOVa__serverPosition{z-index:1500;width:fit-content;height:fit-content;margin:16px 0 0 20px;display:inline-block;position:relative}.SimulatorMainArea-module__qIyOVa__bottomOuter{position:relative}.SimulatorMainArea-module__qIyOVa__ipAddress{text-align:center;z-index:110;width:100%;position:absolute;top:6px}.SimulatorMainArea-module__qIyOVa__ipAddress span{text-shadow:1px 1px #fff,-1px 1px #fff,-1px -1px #fff,1px -1px #fff;background:#fffc;margin-bottom:4px}.SimulatorMainArea-module__qIyOVa__bottomRadioWave{z-index:100;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;height:48px;padding-right:8px;display:flex;position:relative}.SimulatorMainArea-module__qIyOVa__wave{border-right:solid 5px var(--simulator-wire-color);border-radius:10px;width:24px;height:32px;margin:0 -4px;display:inline-block}.SimulatorMainArea-module__qIyOVa__bottomWire{z-index:100;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:48px;display:flex;position:relative;overflow:visible}.SimulatorMainArea-module__qIyOVa__bottomWire span.SimulatorMainArea-module__qIyOVa__wire:first-child{background:var(--simulator-wire-color);width:184px;height:4px;display:inline-block}.SimulatorMainArea-module__qIyOVa__bottomWire span.SimulatorMainArea-module__qIyOVa__wire:nth-child(2){background:var(--simulator-wire-color);width:4px;height:calc(50% + 2px);margin-bottom:auto;display:inline-block}.SimulatorMainArea-module__qIyOVa__iconWrapper{width:fit-content;height:fit-content;position:absolute}.SimulatorMainArea-module__qIyOVa__iconArea{width:100%;height:100%;position:absolute;top:0;left:0}.SimulatorMainArea-module__qIyOVa__overflowHidden{overflow:hidden}.SimulatorMainArea-module__qIyOVa__explosion{filter:saturate(0%);width:72px;height:72px;position:absolute;top:0;right:60%}
.Smartphone-module__R9nJPG__smartphoneCover{z-index:1500;background:#fff;border:.3rem solid #000;border-radius:12px;width:330px;height:392px;transition:all 1s;position:absolute;overflow:hidden}.Smartphone-module__R9nJPG__coverOpen{transform:translateY(-400px)}.Smartphone-module__R9nJPG__webBrowser{height:100%}.Smartphone-module__R9nJPG__notch{text-align:center;background:#555;height:1rem;font-size:0}.Smartphone-module__R9nJPG__notch:before{content:"";clip-path:polygon(5% 100%,0% 0%,100% 0%,95% 100%);background:#000;width:8rem;height:100%;display:inline-block}.Smartphone-module__R9nJPG__addressBar{background:#555;height:2.8rem;position:relative}.Smartphone-module__R9nJPG__addressBarTextbox{color:#fff;background-color:#888;border:#0000;border-radius:1rem;width:calc(100% - .6rem);height:2rem;margin:.4rem .3rem;padding:0 1rem;font-size:.8rem}.Smartphone-module__R9nJPG__addressBarTextbox::placeholder{color:#ddd;-webkit-user-select:none;user-select:none}.Smartphone-module__R9nJPG__refreshButton{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#222;border-radius:14px;width:28px;height:28px;font-size:12px;line-height:12px;position:absolute;top:8px;right:8px}.Smartphone-module__R9nJPG__refreshButton:hover{color:#fff;opacity:.8;background:#222}.Smartphone-module__R9nJPG__refreshButtonInner{display:inline-block;position:relative;transform:translate(2px)rotate(-45deg)scale(1.8)}.Smartphone-module__R9nJPG__addressBarInner .Smartphone-module__R9nJPG__favorites{text-align:left;background:#00000080;width:100%;padding:.4rem;display:none;position:absolute}.Smartphone-module__R9nJPG__addressBarInner:focus-within .Smartphone-module__R9nJPG__favorites{display:flex}.Smartphone-module__R9nJPG__favorite{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;align-items:center;width:fit-content;display:flex}.Smartphone-module__R9nJPG__favorite:hover{opacity:.8;background:0 0}.Smartphone-module__R9nJPG__favorite .Smartphone-module__R9nJPG__icon{text-align:center;background:#fff;border-radius:.4rem;width:3.6rem;height:3.6rem;font-size:2.4rem;line-height:3.6rem;display:inline-block}.Smartphone-module__R9nJPG__favorite .Smartphone-module__R9nJPG__title{color:#fff;text-overflow:ellipsis;inline-size:4.4rem;font-size:.5rem;line-height:1rem;display:block;overflow:hidden}.Smartphone-module__R9nJPG__browserbody{background:#fff;height:calc(100% - 3.8rem)}.Smartphone-module__R9nJPG__browserbody iframe{border:none;width:100%;height:100%}.Smartphone-module__R9nJPG__loader{aspect-ratio:1;--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0)content-box;width:72px;-webkit-mask:var(--_m);-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;z-index:1600;background:#79a7d8;border-radius:50%;margin:96px auto;padding:12px;animation:1s linear infinite Smartphone-module__R9nJPG__loaderAnimation;-webkit-mask-composite:source-out;mask-composite:subtract}@keyframes Smartphone-module__R9nJPG__loaderAnimation{to{transform:rotate(1turn)}}
.Select-module__wEjbhq__wrapper{position:relative}.Select-module__wEjbhq__select{appearance:none;border:1px solid gray;border-radius:2px;width:100%;margin:4px 0;padding:4px 8px;display:block}.Select-module__wEjbhq__wrapper:after{content:"";border-top:12px solid #000;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;display:inline-block;position:absolute;top:calc(50% - 6px);right:12px}
.Slider-module__IIKQiq__slider{appearance:none;border:2px solid gray;border-radius:6px;width:100%;margin:12px 0}.Slider-module__IIKQiq__slider::-webkit-slider-runnable-track{cursor:pointer;background:gray;width:100%;height:8px}.Slider-module__IIKQiq__slider:focus{border:2px solid #000}.Slider-module__IIKQiq__slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#000;border:none;border-radius:10px;width:20px;height:20px;margin-top:-5px}
.Package-module__XD7Q_W__packageOuter{overflow:hidden}.Package-module__XD7Q_W__package{--package-size:2.4rem;margin-top:calc(var(--package-size) + .3rem);margin-right:var(--package-size);background:#c8a063;padding:.4rem;position:relative}.Package-module__XD7Q_W__package .Package-module__XD7Q_W__package{--package-size:1.6rem}.Package-module__XD7Q_W__package span:first-child{width:100%;height:var(--package-size);transform-origin:0 100%;background:#b28146;display:block;position:absolute;bottom:100%;left:0;transform:skew(-45deg)}.Package-module__XD7Q_W__package span:nth-child(2){transform-origin:0 0;background:#956034;width:10000rem;height:100%;display:block;position:absolute;bottom:0;left:100%;transform:skewY(-45deg)}.Package-module__XD7Q_W__package span:nth-child(3){width:100%;height:.8rem;transform:skewX(-45deg)translateY(calc(var(--package-size)*-.5))translateY(50%);transform-origin:0 100%;background:#d9cab0;border:1px solid #000;border-right:none;display:block;position:absolute;bottom:100%;left:0}.Package-module__XD7Q_W__package span:nth-child(4){width:.8rem;height:4rem;transform:skewY(-45deg)translateX(calc(var(--package-size)*.5))translateX(-50%);transform-origin:0 0;background:#d9cab0;border:1px solid #000;border-top:none;display:block;position:absolute;top:0;left:100%}.Package-module__XD7Q_W__packageHeader{white-space:pre-wrap;word-break:break-all;background:#fff;margin:1rem 0;padding:1.2rem .2rem;font-family:Martian Mono,Noto Sans JP,monospace;position:relative;box-shadow:0 0 1px #000}.Package-module__XD7Q_W__packageHeader:before{content:"";background:#fff6;width:calc(100% - 2rem);height:1.6rem;display:block;position:absolute;top:-.8rem;left:1rem;box-shadow:0 0 1px #000}.Package-module__XD7Q_W__packageHeader:after{content:"";background:#fff6;width:calc(100% - 2rem);height:1.6rem;display:block;position:absolute;bottom:-.8rem;left:1rem;box-shadow:0 0 1px #000}.Package-module__XD7Q_W__packageHeader dl{line-height:1.2rem}.Package-module__XD7Q_W__packageHeader dt,.Package-module__XD7Q_W__packageHeader dd{word-break:break-all;vertical-align:top;width:50%;font-size:.8rem;line-height:100%;display:inline-block}.Package-module__XD7Q_W__packageBody{background:#0006;border-radius:1rem;margin-top:2rem;padding:1rem 0 1rem .8rem;position:relative;overflow:hidden}.Package-module__XD7Q_W__packageBodyInner{margin-right:-1rem}.Package-module__XD7Q_W__packageBody>span:first-child{content:"";width:100%;height:calc(var(--package-size) - .4rem);background:#0003;display:block;position:absolute;bottom:0;left:0}.Package-module__XD7Q_W__packageBody>span:nth-child(2){content:"";width:calc(var(--package-size) - .4rem);background:#00000080;height:100%;display:block;position:absolute;top:0;left:0}.Package-module__XD7Q_W__packageBody:after{content:"";pointer-events:none;background:#0000004d;border-radius:1rem;width:100%;height:100%;display:block;position:absolute;top:0;left:0}
.Paper-module__PtZuuq__paper{filter:drop-shadow(0 0 1px #000);background:#fff;margin-top:2rem;padding:.5em 1em 2rem;position:relative}.Paper-module__PtZuuq__paper:before{content:"";background:#fff;width:calc(100% - 2rem);height:2rem;display:block;position:absolute;top:-2rem;left:0}.Paper-module__PtZuuq__paper:after{content:"";border-top:0 solid #0000;border-bottom:2rem solid #eee;border-left:0 solid #eee;border-right:2rem solid #0000;display:block;position:absolute;top:-2rem;right:0;box-shadow:-1px 1px 1px #0000004d,-1px 1px 1px #0003}.Paper-module__PtZuuq__paperInner{white-space:pre-wrap;word-break:break-all;background-image:linear-gradient(#ccc 1px,#0000 1px);background-size:100% 1.6rem;padding-bottom:1px;font-family:Martian Mono,Noto Sans JP,monospace;font-size:.8rem;line-height:1.6rem}
.Signal-module__YIG8VG__signal{color:#fff;background:#000;margin-bottom:12rem;padding:.4rem}.Signal-module__YIG8VG__signal0,.Signal-module__YIG8VG__signal1{text-align:center;color:#b4b4b4;margin-bottom:2rem;display:inline-block}.Signal-module__YIG8VG__signal0:before{content:"";box-sizing:border-box;border-bottom:1px solid #fff;width:32px;height:24px;display:block}.Signal-module__YIG8VG__signal1:before{content:"";box-sizing:border-box;border-top:1px solid #fff;width:32px;height:24px;display:block}.Signal-module__YIG8VG__signal0+.Signal-module__YIG8VG__signal1:before,.Signal-module__YIG8VG__signal1+.Signal-module__YIG8VG__signal0:before{border-left:1px solid #fff}.Signal-module__YIG8VG__wifi{color:#fff;background:#000;margin-bottom:4rem;padding:.4rem}.Signal-module__YIG8VG__wifi0,.Signal-module__YIG8VG__wifi1{text-align:center;color:#b4b4b4;margin-bottom:2rem;display:inline-block}.Signal-module__YIG8VG__wifi0:before{content:"";box-sizing:border-box;background-image:url(../media/sine-wave.e790a501.svg);background-repeat:no-repeat;background-size:100% 100%;border-left:0 solid #0000;border-right:0 solid #0000;width:32px;height:24px;display:block;transform:scaleY(-1)}.Signal-module__YIG8VG__wifi1:before{content:"";box-sizing:border-box;background-image:url(../media/sine-wave.e790a501.svg);background-repeat:no-repeat;background-size:100% 100%;border-left:0 solid #0000;border-right:0 solid #0000;width:32px;height:24px;display:block}.Signal-module__YIG8VG__signal0,.Signal-module__YIG8VG__wifi0{background:#141464}.Signal-module__YIG8VG__signal1,.Signal-module__YIG8VG__wifi1{background:#500000}
.SimulatorSideArea-module__HOE8CW__sideArea{background:var(--container-background-color);flex-direction:column;width:100%;height:100%;display:flex}.SimulatorSideArea-module__HOE8CW__sideAreaHead{background:var(--container-header-color);text-align:center;font-weight:700;line-height:2rem}.SimulatorSideArea-module__HOE8CW__sideAreaClose{cursor:pointer;float:right;margin-right:1rem}.SimulatorSideArea-module__HOE8CW__sideAreaBody{flex:1;padding:.8rem;position:relative;overflow:hidden scroll}.SimulatorSideArea-module__HOE8CW__sideAreaBody:empty{overflow-y:hidden}.SimulatorSideArea-module__HOE8CW__section{margin:12px 0 24px}.SimulatorSideArea-module__HOE8CW__h4{margin:8px 0;font-size:20px}.SimulatorSideArea-module__HOE8CW__protocol{border:dashed 1px var(--text-color);border-radius:4px;margin:12px 0;padding:12px 16px}.SimulatorSideArea-module__HOE8CW__protocol:not(.SimulatorSideArea-module__HOE8CW__selected):not(.SimulatorSideArea-module__HOE8CW__unselectable){cursor:pointer}.SimulatorSideArea-module__HOE8CW__protocol:not(.SimulatorSideArea-module__HOE8CW__selected):not(.SimulatorSideArea-module__HOE8CW__unselectable):hover{background:#fff6}.SimulatorSideArea-module__HOE8CW__protocol:not(.SimulatorSideArea-module__HOE8CW__selected):not(.SimulatorSideArea-module__HOE8CW__unselectable):active{background:#fffc}.SimulatorSideArea-module__HOE8CW__protocol.SimulatorSideArea-module__HOE8CW__selected{background:#fff;border:1px solid #000}.SimulatorSideArea-module__HOE8CW__protocolTitle{margin-bottom:4px;font-weight:700}.SimulatorSideArea-module__HOE8CW__protocolBody{font-size:14px}.SimulatorSideArea-module__HOE8CW__dataInsertTextArea{width:100%;margin:12px 0}.SimulatorSideArea-module__HOE8CW__dataInsertButton{display:"block";margin:"auto";width:100%}.SimulatorSideArea-module__HOE8CW__scrollable{width:100%;padding:1rem;position:absolute;top:calc(50% - 10rem);left:0}.SimulatorSideArea-module__HOE8CW__scrollable div{color:var(--text-color-white);text-align:center;background:#0009;border-radius:.5rem;padding:1rem;font-size:24px;line-height:8rem}.SimulatorSideArea-module__HOE8CW__scrollable div span{animation:1s infinite SimulatorSideArea-module__HOE8CW__moving;position:relative}@keyframes SimulatorSideArea-module__HOE8CW__moving{0%{top:1rem}to{top:-1rem}}
.SimulatorArea-module__SoBvTG__outer{width:100%;height:100%;display:flex}.SimulatorArea-module__SoBvTG__mainArea{flex:38rem;height:100%;overflow:hidden}.SimulatorArea-module__SoBvTG__sideArea{flex:100 100 16rem;min-width:16rem;max-width:22rem;height:100%}
.TextbookMainArea-module__EFPD0G__textbook{text-align:justify;line-break:strict;font-size:1rem;line-height:2rem}.TextbookMainArea-module__EFPD0G__textbook h1{border-bottom:.2rem dashed var(--text-color);margin-bottom:2rem;padding-bottom:.4rem;font-size:1.8rem;font-weight:900;line-height:2.4rem}.TextbookMainArea-module__EFPD0G__textbook h2{border-left:solid 1rem var(--text-color);margin-top:1rem;margin-bottom:.8rem;padding:.6rem .8rem;font-size:1.4rem;font-weight:900;line-height:1.4rem}.TextbookMainArea-module__EFPD0G__textbook a{color:var(--link-color)}.TextbookMainArea-module__EFPD0G__textbook p{text-indent:1rem;margin:1rem 0}.TextbookMainArea-module__EFPD0G__textbook ol{padding-left:1.2rem}.TextbookMainArea-module__EFPD0G__textbook ol li{margin:.2rem 0;padding-left:.4rem}.TextbookMainArea-module__EFPD0G__textbook ul{padding-left:1.6rem}.TextbookMainArea-module__EFPD0G__textbook ul li{margin:.2rem 0;padding-left:0;list-style:none;position:relative}.TextbookMainArea-module__EFPD0G__textbook ul li:after{content:"";background:var(--text-color);border-radius:6px;width:10px;height:10px;position:absolute;top:12px;left:-22px}.TextbookMainArea-module__EFPD0G__textbook table{border-collapse:collapse;page-break-inside:avoid;margin:1rem auto}.TextbookMainArea-module__EFPD0G__textbook th,.TextbookMainArea-module__EFPD0G__textbook td{border:1px solid;padding:.4rem 1rem}.TextbookMainArea-module__EFPD0G__textbook code{word-break:break-all;background-color:#eee;border:1px solid #bbb;border-radius:.2rem;padding:.05rem;font-family:Martian Mono,Noto Sans JP,monospace;font-size:.9rem;line-height:.9rem}.TextbookMainArea-module__EFPD0G__textbook pre{white-space:pre-wrap;word-break:break-all;background-color:#eee;border:1px solid #bbb;border-radius:.2rem;padding:.4rem;font-family:Martian Mono,Noto Sans JP,monospace;font-size:.9rem;line-height:1.2rem}.TextbookMainArea-module__EFPD0G__textbook strong{font-weight:700}.TextbookMainArea-module__EFPD0G__textbook details{margin-bottom:1rem}.TextbookMainArea-module__EFPD0G__textbook summary{cursor:pointer}.TextbookMainArea-module__EFPD0G__adjacentLink{justify-content:space-between;margin:1rem 0;display:flex}.TextbookMainArea-module__EFPD0G__adjacentLink div:first-child{text-align:left}.TextbookMainArea-module__EFPD0G__adjacentLink div:nth-child(2){text-align:right}.TextbookMainArea-module__EFPD0G__adjacentLink a{color:var(--link-color)}.TextbookMainArea-module__EFPD0G__adjacentLink a:hover{opacity:.8}
.TextbookTableOfContents-module__iI9i5W__textbookTocAreaWrapper{width:48px;height:100%;position:relative;overflow-x:visible}.TextbookTableOfContents-module__iI9i5W__textbookTocArea{background:var(--toc-background-append-color);max-width:48px;height:100%;color:var(--text-color-white);-ms-overflow-style:none;scrollbar-width:none;z-index:15000;flex:100 0 6rem;transition:max-width .1s ease-in;position:absolute;overflow-y:scroll}.TextbookTableOfContents-module__iI9i5W__textbookTocArea::-webkit-scrollbar{display:none}.TextbookTableOfContents-module__iI9i5W__textbookTocArea:before{content:"";background:var(--toc-background-color);width:48px;height:100%;position:absolute}.TextbookTableOfContents-module__iI9i5W__textbookTocArea:hover{max-width:500px;transition-delay:.3s}.TextbookTableOfContents-module__iI9i5W__textbookTocArea ul{width:100%;margin:0;padding:0;list-style:none;overflow-x:visible}.TextbookTableOfContents-module__iI9i5W__textbookPageItem{width:100%;height:48px;margin:0;padding:0;position:relative;overflow-x:visible}.TextbookTableOfContents-module__iI9i5W__textbookPageItem a{color:var(--textbook-toc-text-color);width:100%;height:100%;text-decoration:none;display:block}.TextbookTableOfContents-module__iI9i5W__textbookPageItem:before{content:"";pointer-events:none;border:1px solid #fff;border-radius:4px;width:20px;height:20px;position:absolute;top:14px;left:14px}.TextbookTableOfContents-module__iI9i5W__textbookPageItem.TextbookTableOfContents-module__iI9i5W__opened{background:var(--toc-background-selected-color)}.TextbookTableOfContents-module__iI9i5W__textbookPageItem.TextbookTableOfContents-module__iI9i5W__completed:after{content:"";border-left:4px solid var(--textbook-toc-text-completed-color);border-bottom:4px solid var(--textbook-toc-text-completed-color);pointer-events:none;width:24px;height:14px;position:absolute;top:20px;left:14px;transform:translateY(-8px)rotate(-45deg)}.TextbookTableOfContents-module__iI9i5W__textbookPageTitle{white-space:nowrap;width:fit-content;margin-left:64px;margin-right:16px;line-height:48px;display:block}.TextbookTableOfContents-module__iI9i5W__separator{z-index:100;background:#fff9;height:2px;margin:.6rem 8px .4rem;position:relative}
.TextbookAndSimulator-module__rdmctq__main{width:100%;height:calc(100vh - 3rem);color:var(--text-color);display:flex}.TextbookAndSimulator-module__rdmctq__toc{overflow-x:visible}.TextbookAndSimulator-module__rdmctq__textbookArea{flex:100 0 16rem;min-width:16rem;max-width:44rem;height:100%;padding:1rem 2rem;position:relative;overflow-y:scroll}.TextbookAndSimulator-module__rdmctq__textbookController{color:#fff;opacity:.8;cursor:pointer;z-index:10000;background:gray;border-top-right-radius:.6rem;border-bottom-right-radius:.6rem;padding:1rem .2rem;line-height:100%;display:inline-block;position:absolute;top:50%;left:0}.TextbookAndSimulator-module__rdmctq__textbookController:before{content:"<";display:inline-block;transform:scaleY(200%)}.TextbookAndSimulator-module__rdmctq__textbookController:hover{opacity:1}.TextbookAndSimulator-module__rdmctq__textbookController.TextbookAndSimulator-module__rdmctq__open{left:0%}.TextbookAndSimulator-module__rdmctq__textbookController.TextbookAndSimulator-module__rdmctq__open:before{content:">"}.TextbookAndSimulator-module__rdmctq__toolArea{flex:72rem;min-width:0;height:100%;position:relative}@media print{.TextbookAndSimulator-module__rdmctq__header,.TextbookAndSimulator-module__rdmctq__textbookPageListArea{display:none}.TextbookAndSimulator-module__rdmctq__textbookArea{width:100%;padding:0;overflow-y:visible}.TextbookAndSimulator-module__rdmctq__toolArea{display:none}}.TextbookAndSimulator-module__rdmctq__displayNone{display:none}
.WrapperWithHeader-module__2rZDEW__allWrapper{min-width:1280px}.WrapperWithHeader-module__2rZDEW__header{background:var(--deep-background-color);align-items:center;height:3rem;padding:0 1rem;line-height:3rem;display:flex}.WrapperWithHeader-module__2rZDEW__header a{color:#fff;align-items:center;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.WrapperWithHeader-module__2rZDEW__header img:first-child{height:2.4rem}.WrapperWithHeader-module__2rZDEW__header img:nth-child(2){filter:grayscale()invert()brightness(2);height:1.4rem;margin-left:.6rem;margin-right:1rem}.WrapperWithHeader-module__2rZDEW__env{color:#fff;background:#e64040;border-radius:4px;margin-left:16px;padding:10px 12px;font-weight:900;line-height:100%}.WrapperWithHeader-module__2rZDEW__separator{flex-grow:1}.WrapperWithHeader-module__2rZDEW__lang{height:100%;margin-right:16px;padding:8px 0;display:block}.WrapperWithHeader-module__2rZDEW__selectLang{color:#fff;cursor:pointer;border:1px solid #fff;border-radius:2px;align-items:center;height:100%;padding:0 36px 0 8px;display:flex;position:relative}.WrapperWithHeader-module__2rZDEW__selectLang:hover{background:#fff3}.WrapperWithHeader-module__2rZDEW__selectedLangDisplay{height:fit-content;margin-left:6px;line-height:100%}.WrapperWithHeader-module__2rZDEW__selectLang:after{content:"";border-top:12px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;display:inline-block;position:absolute;top:calc(50% - 6px);right:12px}.WrapperWithHeader-module__2rZDEW__selectLangFill{z-index:100000;cursor:default;width:100vw;height:100vh;position:fixed;top:0;left:0}.WrapperWithHeader-module__2rZDEW__selectLangOptions{z-index:100001;color:#000;background:#fff;position:absolute;top:100%;left:-1px}.WrapperWithHeader-module__2rZDEW__selectLangOption{min-width:max-content;padding:0 8px}.WrapperWithHeader-module__2rZDEW__selectLangOption:hover{background:#eee}.WrapperWithHeader-module__2rZDEW__flag{width:30px;height:20px;display:inline-block}.WrapperWithHeader-module__2rZDEW__flag-jp{background:url(../media/jp.2a396323.svg) 0 0/contain no-repeat}.WrapperWithHeader-module__2rZDEW__flag-us{background:url(../media/us.3e7fa2e0.svg) 0 0/contain no-repeat}.WrapperWithHeader-module__2rZDEW__userName{color:#fff}
.TextbookContainer-module__yY9eYG__container{background:var(--textbook-container-background-color);border-radius:2px;padding:2px 20px 2px 60px;position:relative}.TextbookContainer-module__yY9eYG__container:after{content:"!";font-size:32px;font-weight:900;position:absolute;top:24px;left:24px}.TextbookContainer-module__yY9eYG__container p{text-indent:0!important}
.TextbookImg-module__IkjwHG__img{border:1px solid #fff;max-width:100%;margin:1.5rem auto;box-shadow:0 0 2px #000}.TextbookImg-module__IkjwHG__imgInline{vertical-align:middle;height:1.5rem;display:inline-block}
.TextbookMission-module__xBkbUG__mission{margin:.6rem 0;position:relative}.TextbookMission-module__xBkbUG__mission .TextbookMission-module__xBkbUG__header{background:var(--textbook-mission-header-color);border-radius:8px 8px 0 0;width:fit-content;padding:4px 48px 4px 20px;font-weight:700;position:relative}.TextbookMission-module__xBkbUG__mission.TextbookMission-module__xBkbUG__done .TextbookMission-module__xBkbUG__header{background:var(--textbook-mission-header-achieved-color)}.TextbookMission-module__xBkbUG__mission .TextbookMission-module__xBkbUG__header:after{content:"";border-left:4px var(--text-color)solid;border-bottom:4px var(--text-color)solid;opacity:.1;width:24px;height:12px;position:absolute;top:12px;right:8px;transform:rotate(-45deg)}.TextbookMission-module__xBkbUG__mission.TextbookMission-module__xBkbUG__done .TextbookMission-module__xBkbUG__header:after{opacity:1}.TextbookMission-module__xBkbUG__mission .TextbookMission-module__xBkbUG__description{background:var(--textbook-mission-background-color);padding:12px 20px}.TextbookMission-module__xBkbUG__mission.TextbookMission-module__xBkbUG__done .TextbookMission-module__xBkbUG__description{background:var(--textbook-mission-background-achieved-color)}.TextbookMission-module__xBkbUG__mission .TextbookMission-module__xBkbUG__hints{background:var(--textbook-mission-background-color);border-top:1px dotted #000}.TextbookMission-module__xBkbUG__mission .TextbookMission-module__xBkbUG__hintsInner{height:200px;padding:10px 20px;overflow-y:scroll}.TextbookMission-module__xBkbUG__mission .TextbookMission-module__xBkbUG__hints ol,.TextbookMission-module__xBkbUG__mission .TextbookMission-module__xBkbUG__hints ol code{font-size:12px;line-height:24px}.TextbookMission-module__xBkbUG__mission.TextbookMission-module__xBkbUG__done .TextbookMission-module__xBkbUG__hints{background:var(--textbook-mission-background-achieved-color)}.TextbookMission-module__xBkbUG__newHintButton{text-align:center;background:var(--textbook-hint-button-background-color);width:100%;color:var(--text-color-white);cursor:pointer;border:none;border-radius:2px;margin-bottom:8px;display:block}.TextbookMission-module__xBkbUG__newHintButton:hover{background:var(--textbook-hint-button-background-color);color:var(--text-color-white);opacity:.9}.TextbookMission-module__xBkbUG__mission.TextbookMission-module__xBkbUG__done.TextbookMission-module__xBkbUG__doneNow .TextbookMission-module__xBkbUG__header{animation:1s linear 3 TextbookMission-module__xBkbUG__doneNowHeader}@keyframes TextbookMission-module__xBkbUG__doneNowHeader{0%{background:var(--textbook-mission-header-achieved-color)}30%,70%{background:#16a00d}to{background:var(--textbook-mission-header-achieved-color)}}.TextbookMission-module__xBkbUG__mission.TextbookMission-module__xBkbUG__done.TextbookMission-module__xBkbUG__doneNow .TextbookMission-module__xBkbUG__description,.TextbookMission-module__xBkbUG__mission.TextbookMission-module__xBkbUG__done.TextbookMission-module__xBkbUG__doneNow .TextbookMission-module__xBkbUG__hints{animation:1s linear 3 TextbookMission-module__xBkbUG__doneNowBody}@keyframes TextbookMission-module__xBkbUG__doneNowBody{0%{background:var(--textbook-mission-background-achieved-color)}30%,70%{background:#7ecd78}to{background:var(--textbook-mission-background-achieved-color)}}.TextbookMission-module__xBkbUG__inputAreaButton{cursor:pointer;margin-left:auto;padding:0 12px;display:block}.TextbookMission-module__xBkbUG__inputAreaButton.TextbookMission-module__xBkbUG__wrong{animation:1s linear TextbookMission-module__xBkbUG__wrongAnim}@keyframes TextbookMission-module__xBkbUG__wrongAnim{0%,75%{background:#ea9393}to{background:#eee}}.TextbookMission-module__xBkbUG__textboxWrapper{padding:4px 12px;display:inline-block;position:relative}.TextbookMission-module__xBkbUG__textboxWrapper span{-webkit-user-select:none;user-select:none;visibility:hidden}.TextbookMission-module__xBkbUG__textboxWrapper input{text-align:center;width:100%;height:90%;position:absolute;top:0;left:0}.TextbookMission-module__xBkbUG__textboxWrapper input::placeholder{color:#ddd}.TextbookMission-module__xBkbUG__textareaWrapper pre{margin:0 0 8px}.TextbookMission-module__xBkbUG__textareaWrapper div{text-align:right;margin-top:0;margin-bottom:24px;line-height:100%}.TextbookMission-module__xBkbUG__textareaWrapper textarea{width:100%;height:10rem}.TextbookMission-module__xBkbUG__review{grid-template-rows:1fr;transition:grid-template-rows 1s;display:grid}.TextbookMission-module__xBkbUG__reviewInner{border-top:1px var(--text-color)solid;background:var(--textbook-container-background-color);border-radius:0 0 8px 8px;gap:16px;padding:12px 20px;display:flex;overflow:hidden}.TextbookMission-module__xBkbUG__reviewTitle{width:fit-content;font-weight:700}.TextbookMission-module__xBkbUG__reviewBody{flex:1}.TextbookMission-module__xBkbUG__invisible{grid-template-rows:0fr}.TextbookMission-module__xBkbUG__invisible .TextbookMission-module__xBkbUG__reviewInner{border:none;padding:0}
.TextbookPosition-module__B2T0CW__wrapper{border:4px var(--textbook-position-color)solid;border-radius:4px;position:relative}.TextbookPosition-module__B2T0CW__wrapper:hover{animation:.5s ease-in-out infinite alternate TextbookPosition-module__B2T0CW__blink}@keyframes TextbookPosition-module__B2T0CW__blink{0%{background:0 0}to{background:var(--textbook-position-color)}}
.TextbookSection-module__vBLTCG__section{margin:48px 0}.TextbookSection-module__vBLTCG__section:first-child{margin-top:0}.TextbookSection-module__vBLTCG__section:last-child{margin-bottom:0}
.TextbookTerminology-module__BSph7G__terminology{position:relative}.TextbookTerminology-module__BSph7G__terminology .TextbookTerminology-module__BSph7G__strong{background:linear-gradient(transparent 70%,var(--textbook-terminology-strong-color)70%);font-weight:700}.TextbookTerminology-module__BSph7G__terminology:hover .TextbookTerminology-module__BSph7G__strong{background:linear-gradient(transparent 70%,var(--textbook-terminology-strong-hover-color)70%)}.TextbookTerminology-module__BSph7G__terminology .TextbookTerminology-module__BSph7G__again{background:linear-gradient(transparent 70%,var(--textbook-terminology-again-color)70%)}.TextbookTerminology-module__BSph7G__terminology:hover .TextbookTerminology-module__BSph7G__again{background:linear-gradient(transparent 70%,var(--textbook-terminology-again-hover-color)70%)}.TextbookTerminology-module__BSph7G__terminology .TextbookTerminology-module__BSph7G__popUp{display:none}.TextbookTerminology-module__BSph7G__terminology:hover .TextbookTerminology-module__BSph7G__popUp{background:var(--textbook-terminology-popup-background-color);width:calc(100% + 6rem);color:var(--text-color-white);text-indent:0;z-index:200;border-radius:.2rem;padding:.2rem .8rem;font-size:.8rem;line-height:1.5rem;text-decoration:none;display:block;position:absolute;top:2.3rem;left:-3rem}.TextbookTerminology-module__BSph7G__terminology:hover:before{content:"";border:.8rem solid #0000;border-bottom:var(--textbook-terminology-popup-background-color).8rem solid;z-index:200;width:1rem;height:1rem;display:block;position:absolute;top:.8rem;left:calc(50% - .8rem)}
.TextbookYouTubeVideo-module__ep_Csa__wrapper{aspect-ratio:16/9;width:100%}.TextbookYouTubeVideo-module__ep_Csa__iframe{border:none}
.App-module__j0npwW__main{width:100%;height:calc(100vh - 3rem);color:var(--text-color);display:flex}
.Dashboard-module__2YNnkq__table{table-layout:fixed;width:fit-content;height:100%;margin-bottom:12rem}.Dashboard-module__2YNnkq__headerRow{width:6rem}.Dashboard-module__2YNnkq__username{z-index:1000;background:#fff;width:16rem;position:sticky;left:0}.Dashboard-module__2YNnkq__cell{text-align:center;height:100%;position:relative}.Dashboard-module__2YNnkq__missions{align-items:stretch;width:100%;height:100%;display:flex}.Dashboard-module__2YNnkq__missions div{border-top:1px solid #000;border-bottom:1px solid #000;border-right:1px solid #000;flex:1}.Dashboard-module__2YNnkq__missions div:first-child{border-left:1px solid #000;flex:1}.Dashboard-module__2YNnkq__viewed:after{content:"👀";font-size:.8rem;position:absolute;top:0;right:0}
.TextbookList-module__beZS4G__main{display:block}.TextbookList-module__beZS4G__main h2{text-align:center;margin:4rem 0 2rem}.TextbookList-module__beZS4G__textbookList{counter-reset:textbook-counter;flex-wrap:wrap;justify-content:flex-start;width:fit-content;margin:0 auto;padding:2rem;display:flex}.TextbookList-module__beZS4G__textbookList li{counter-increment:textbook-counter;list-style-type:none}.TextbookList-module__beZS4G__textbookList li a{background:var(--light-background-color);min-width:280px;color:var(--text-color);text-align:center;border-radius:.2rem;flex:1;margin:2rem 1rem;padding:3rem 2rem 2rem;text-decoration:none;display:block;position:relative}ol.TextbookList-module__beZS4G__textbookList li a:before{content:counter(textbook-counter);background:var(--deep-background-color);width:3rem;color:var(--text-color-white);border-radius:1.5rem;font-size:1.2rem;line-height:3rem;position:absolute;top:-1.5rem;left:calc(50% - 1.5rem)}ol.TextbookList-module__beZS4G__textbookList li a.TextbookList-module__beZS4G__noNumber:before{display:none}.TextbookList-module__beZS4G__textbookList li a:hover{opacity:.7}.TextbookList-module__beZS4G__textbookListTitle{text-underline-offset:10px;margin-bottom:2rem;line-height:2rem;text-decoration:underline}.TextbookList-module__beZS4G__progressBarOuter{border:2px var(--text-color)solid;background:var(--background-color);border-radius:3px;height:2rem;margin:1rem 0;position:relative}.TextbookList-module__beZS4G__progressBarInner{background:var(--success-color);height:100%}.TextbookList-module__beZS4G__progressBarText{text-align:center;width:100%;height:100%;position:absolute;top:0;left:0}.TextbookList-module__beZS4G__reset{cursor:pointer;text-align:center;width:fit-content;margin:3rem auto 0}.TextbookList-module__beZS4G__more{text-align:center}
