:root{--clickable-text: hsl(130, 60%, 60%);--clickable-text-hover: hsl(130, 60%, 80%)}:root,button,input{font-family:"Courier New";font-size:16px;color:#ccc}.clickable,.clickable-no-click{transition:color 250ms ease-in-out;color:var(--clickable-text)}.clickable{position:relative;cursor:pointer;overflow:hidden}.clickable:before{content:"";position:absolute;transition:left 400ms ease-in-out;background-image:linear-gradient(90deg, var(--clickable-text-hover) 50%, var(--clickable-text));bottom:0rem;left:-200%;width:200%;height:1px}.clickable.active,.clickable.active-error,.clickable:hover,.clickable:active{color:var(--clickable-text-hover)}.clickable.active:before,.clickable.active-error:before,.clickable:hover:before,.clickable:active:before{left:0%}.clickable.active-error{color:#d65c5c}.clickable.active-error:before{background-image:linear-gradient(90deg, #d65c5c, #d65c5c)}.clickable.active,.clickable.active-error{cursor:auto}.clickable.warning{color:#d65c5c}.clickable.warning:hover,.clickable.warning:active{color:#ebadad}.clickable.warning:before{background-image:linear-gradient(90deg, #ebadad 50%, #d65c5c)}.clickable-no-click.active{color:var(--clickable-text-hover)}.clickable-no-click.active-error{color:#d65c5c}.bordered{position:relative;transition:background-color 250ms ease-in-out,border-color 250ms ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#111;text-align:center;padding:.5rem 0rem;border:1px solid #2b2b2b}.bordered+*{margin-top:.5rem}.bordered:hover,.bordered:active{background-color:#1a1a1a;border-color:#333}.bordered:hover:before,.bordered:hover:after,.bordered:hover :first-child:before,.bordered:hover :first-child:after,.bordered:active:before,.bordered:active:after,.bordered:active :first-child:before,.bordered:active :first-child:after{width:10px;height:10px;border-color:#999}.bordered:disabled{opacity:.5;pointer-events:none}.bordered:before,.bordered:after,.bordered :first-child:before,.bordered :first-child:after{content:"";position:absolute;transition:width 250ms ease-in-out,height 250ms ease-in-out,border-color 250ms ease-in-out;width:5px;height:5px;border:1px solid #777}.bordered:before{top:-1px;left:-1px;border-width:1px 0px 0px 1px}.bordered:after{top:-1px;right:-1px;border-width:1px 1px 0px 0px}.bordered :first-child{font-weight:bold}.bordered :first-child:before{bottom:-1px;left:-1px;border-width:0px 0px 1px 1px}.bordered :first-child:after{bottom:-1px;right:-1px;border-width:0px 1px 1px 0px}.centered{text-align:center}.bold{font-weight:bold}*{cursor:default;font-weight:normal;font-size:1rem;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;padding:0rem;border:none;margin:0rem}ul,ol{list-style-type:none}button{cursor:pointer;outline:none;background-color:inherit}button:hover :first-child,button:active :first-child{color:var(--clickable-text-hover)}button :first-child{color:var(--clickable-text);transition:color 250ms ease-in-out}button>*{cursor:pointer}footer{position:fixed;display:none;bottom:1rem}footer a+a{margin-left:3rem}a,a:visited{cursor:pointer;text-decoration:none;box-sizing:border-box}a>*,a:visited>*{cursor:pointer}a:hover :first-child,a:active :first-child,a:visited:hover :first-child,a:visited:active :first-child{color:var(--clickable-text-hover)}a :first-child,a:visited :first-child{color:var(--clickable-text);transition:color 250ms ease-in-out}.modal-container,.modal-content{display:flex;justify-content:center;align-items:center}.modal-container{position:absolute;top:0rem;left:0rem;width:100vw;height:100vh}.modal-bg{position:absolute;background-color:rgba(0,0,0,.65);width:100%;height:100%}.modal-content{z-index:1;flex-direction:column;background-color:#111;padding:2rem;border:1px solid #777}.modal-content h1{font-size:1.2rem;text-align:center;font-weight:bold;width:100%;border-bottom:1px solid #777;margin-bottom:1.25rem}.modal-content button{align-self:center;padding:.5rem 1rem;margin-top:1.25rem}#cores{display:flex;flex-wrap:wrap}#cores .core{position:relative;display:flex;align-items:flex-start;width:50%;margin-bottom:1rem}#cores .core:nth-child(3),#cores .core:nth-child(4){margin:1rem 0rem 0rem}#cores .core .core-info{margin-left:1rem}#cores .core .core-button{color:var(--clickable-text);transition:color 250ms ease-in-out,opacity 250ms ease-in-out}#cores .core .core-button+button{margin-left:.5rem}#cores .core .core-button:hover,#cores .core .core-button:active{color:var(--clickable-text-hover)}#cores .core .core-button:disabled{cursor:auto;opacity:.5;color:#ccc}#cores .core .cancel-button{color:#d65c5c}#cores .core .cancel-button:hover,#cores .core .cancel-button:active{color:#ebadad}#disks{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 162px);column-gap:1.5rem;row-gap:1.1rem}#disks #drives{grid-column:1;grid-row:1}#disks #quarantines{grid-column:1;grid-row:2}#disks #disk-view{display:flex;flex-direction:column;grid-column:2;grid-row:1/3}#disks #disk-view .header{transition:opacity 250ms ease-in-out,color 250ms ease-in-out;align-self:center}#disks #disk-view .header.disabled{opacity:.5}#disks #disk-view .subheader{display:flex;justify-content:space-between}#disks .disk,#disks .file{display:flex;justify-content:space-between}.hack-content{transition:border-color 250ms ease-in-out}.hack-content.success{border-color:#5cd670}.hack-content.fail{border-color:#d65c5c}.hack-content h1{font-size:1rem;font-weight:normal;width:100%;height:1.2rem;border-bottom:none;margin-bottom:1rem}.hack-content h1.pretext-header{border-bottom:1px solid #777}.hack-content table{border-collapse:collapse}.hack-content table td{text-align:center;box-sizing:border-box;transition:background-color 250ms ease-in-out;padding:2rem;border:1px solid #777}.hack-content table td:hover,.hack-content table td:active,.hack-content table td.active,.hack-content table td.active-error{background-color:#1a1a1a}.hack-content a{margin-top:1rem}.hack-content .pretext{max-width:35rem;margin-bottom:1rem}.hack-content .header{margin-bottom:1rem}.hack-content .header ul{display:flex;justify-content:center;flex-wrap:wrap}.hack-content .header ul li+li{margin-left:1rem}.hack-content .hidden-passwords{display:flex;flex-direction:column;align-items:center;row-gap:0rem}.hack-content .hidden-passwords .text-line{cursor:default}.hack-content .cryptogram{display:flex;justify-content:space-around;width:100%}.hack-content .cryptogram ol+ol{margin-left:2rem}.hack-content .cryptogram li{cursor:pointer}.hack-content .cryptogram li+li{margin-top:.5rem}#messages p:not(:last-child){margin-bottom:1rem}#research{display:flex;flex-direction:column}#research h1{align-self:flex-start;margin-bottom:1rem}.settings-content{align-items:flex-start;padding:1.5rem 2rem}.settings-content .color-picker{display:flex;align-items:center}.settings-content input{cursor:pointer;appearance:none;outline:none;border:none;background-color:#00000000;margin:0rem .5rem}.settings-content a{align-self:center;margin-top:1rem}.stats-content{display:flex;max-width:49rem}.stats-content ul{display:flex;justify-content:space-between;flex-wrap:wrap}.stats-content ul>ul{justify-content:flex-start;flex-direction:column;width:22rem;padding:0rem 1rem 1rem}.stats-content ul>ul li{padding:0rem 1rem}.stats-content ul h2{font-weight:bold;text-align:center;width:100%;border-bottom:1px solid #777;margin-bottom:.5rem}body{display:flex;justify-content:center;background-color:#111;box-sizing:border-box;min-width:100vw;min-height:100vh;padding:1rem}body #main-menu{display:flex;flex-direction:column;align-items:center}body #main-menu h1{font-size:2rem;font-weight:bold;text-align:center;padding:0rem 5rem;border-bottom:1px solid #777;margin:3rem 0rem 1.5rem}body #main-menu button,body #main-menu a{width:15rem;height:3rem}body #main-content{display:none;grid-template-columns:350px 700px 350px;grid-template-rows:140px;column-gap:2rem;row-gap:2rem}body #main-content #messages{grid-column:1;grid-row:1/3}body #main-content #cores{grid-column:2;grid-row:1}body #main-content #research{grid-column:3;grid-row:1/3}body #main-content #disks{grid-column:2;grid-row:2}/*# sourceMappingURL=output.css.map */
