@charset "UTF-8";.ui-user-input-container{display:flex;align-items:flex-start;flex-wrap:nowrap;width:100%}.ui-user-input-container .ui-user-input-prompt{padding-left:5px;flex:0 0 auto;white-space:pre-wrap;max-width:100%}.ui-user-input-container .ui-user-input-feild{flex:1 1 auto;min-width:0;outline:none;overflow-wrap:anywhere;word-spacing:normal}.ui-notepad-window{position:relative;background-color:#3c3c3c;caret-shape:block;height:500px;width:100%;border-style:solid;border-width:2px;border-radius:5px;border-color:#005f87;display:flex;flex-direction:column}.ui-notepad-window .ui-notepad-inputregion{border-radius:5px;padding:5px;font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;color:#ffffaf;background-color:#3c3c3c;height:100%;width:100%;caret-color:silver;resize:none;overflow-wrap:anywhere;word-spacing:normal;outline:none}.ui-notepad-window .ui-notepad-navbar{font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;height:50px;background-color:#2b2b2b;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-around}.ui-notepad-window .ui-notepad-navbar .ui-notepad-navbar-button{-webkit-user-select:none;user-select:none}.ui-notepad-window .ui-notepad-navbar .ui-notepad-navbar-button:hover{background-color:#005f87;text-decoration:underline;cursor:default}.ui-notepad-window .ui-notepad-tab-spaces-select{font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;position:absolute;bottom:45px;right:0;display:none;flex-direction:row;justify-content:space-around;background-color:#2b2b2b;width:200px;z-index:100}.ui-notepad-window .ui-notepad-tab-spaces-select .option{-webkit-user-select:none;user-select:none;height:25px;width:50px;padding:2px;text-align:center}.ui-notepad-window .ui-notepad-tab-spaces-select .option:hover{background-color:#005f87;text-decoration:underline;cursor:default}*{padding:0;margin:0;border:0}body{height:100vh;width:100vw;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.window{font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;background-color:#6c6c6c;height:680px;width:1400px;display:flex;flex-direction:column;gap:2px;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;border-radius:5px;border-style:solid;border-color:#6c6c6c;border-width:4px}.navbar{font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;width:100%;height:32px;display:flex;flex-direction:row;justify-content:space-between;text-align:center;font-size:1em}.navbar .window-title{height:100%;width:220px;border-radius:5px;background-color:#1c1c1c;display:flex;flex-direction:row;align-items:center;padding-left:5px;transition:all .15s ease-in-out;justify-content:space-between;box-shadow:#64646f33 0 7px 29px;-webkit-user-select:none;user-select:none}.navbar .window-title .icon{height:30px;width:30px}.navbar .window-title p.title:hover{text-decoration:underline}.navbar .window-title .close{height:30px;width:30px;color:inherit;background-color:transparent;padding:5px;font-size:1.2em}.navbar .window-title .close:hover{cursor:pointer}.navbar .window-controls{display:flex;flex-direction:row;width:fit-content;height:fit-content;align-items:center;padding:5px}.navbar .window-controls .minimize,.navbar .window-controls .windowed,.navbar .window-controls .close{margin-inline:5px;height:20px;width:20px;border-radius:100%;font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;font-size:1.5em;display:flex;justify-content:center;align-items:center;transition:all .1s ease-in-out;border-style:solid;border-color:#1c1c1c80;border-width:2px;box-shadow:#64646f33 0 7px 29px}.navbar .window-controls .minimize:hover,.navbar .window-controls .windowed:hover,.navbar .window-controls .close:hover{cursor:pointer}.navbar .window-controls .minimize{background-color:#5f875f}.navbar .window-controls .minimize:hover{background-color:#547854}.navbar .window-controls .windowed{background-color:#87875f}.navbar .window-controls .windowed:hover{background-color:#787854}.navbar .window-controls .close{background-color:#af5f5f}.navbar .window-controls .close:hover{background-color:#a35252}.terminal-content{overflow-y:scroll;scroll-behavior:smooth;padding:5px;height:100%;background-color:#1c1c1c;border-radius:5px;border-top-left-radius:-10}.terminal-lines{list-style:none;padding-left:0}.line{color:#fff;display:flex;width:100%;white-space:pre-wrap}.line .line-content{overflow-wrap:anywhere;word-spacing:normal;width:100%}.line.multiline{display:flex;flex-direction:column}.output{color:#ffffaf;padding-inline-start:5px}.primary-prompt{padding-inline-start:5px;display:flex;flex-direction:row}.primary-prompt .username{color:#87af87;width:max-content}.primary-prompt .username:after{content:" "}.primary-prompt .current-directory{color:#ff8700;width:max-content}.primary-prompt .current-directory:after{content:"$";padding-inline:5px;color:#5f87af}.terminal-output{padding-left:5px}.terminal-input{display:flex}.input-feild{font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;overflow-wrap:anywhere;word-spacing:normal;background-color:#1c1c1c;width:100%}.input-feild:focus{outline:none}.footer{font-family:IBM Plex Mono;font-weight:400;font-size:16px;color:#fff;color:#3c3c3c;display:flex;gap:5px;-webkit-user-select:none;user-select:none;font-weight:600}.footer .link{color:#3c3c3c;text-decoration-line:underline}.footer .link:hover{color:#870000}span.black{color:#1c1c1c}span.white{color:#fff}span.white_off{color:#f5f5f5}span.white_warm{color:#fffbea}span.white_silver{color:#e6e6e6}span.red{color:#af5f5f}span.red_muted{color:#af3f3f}span.red_bright{color:#ff5f5f}span.red_deep{color:#870000}span.maroon_dark{color:#5f1f3f}span.green_dark{color:#5f875f}span.green_pale{color:#87af87}span.green_olive{color:#6f875f}span.green_mint{color:#afff87}span.green_forest{color:#3f5f3f}span.green_swamp{color:#5f8787}span.green_murky{color:#375f4f}span.yellow_ochre{color:#87875f}span.yellow_light{color:#ffffaf}span.yellow_deep{color:#afaf5f}span.yellow_faded{color:#d7d787}span.yellow_mustard{color:#5f5f00}span.blue_light{color:#5f87af}span.blue_cool{color:#8fafd7}span.blue_dark{color:#005f87}span.blue_ice{color:#afd7ff}span.blue_navy{color:#1c2a4c}span.indigo_deep{color:#2c2c54}span.purple_dark{color:#5f5f87}span.purple_muted{color:#8787af}span.purple_wine{color:#875f87}span.purple_fog{color:#d7d7ff}span.purple_night{color:#3f3f5f}span.teal_bright{color:#5fafaf}span.teal_dusty{color:#5faf87}span.teal_light{color:#afffff}span.teal_deep{color:#2f4f4f}span.cyan_steel{color:#2b5f5f}span.orange_warm{color:#ff8700}span.orange_soft{color:#ffaf5f}span.orange_dark{color:#d78700}span.orange_rust{color:#af5f00}span.brown_dark{color:#4b3a2f}span.grey_faint{color:silver}span.grey_cool{color:#999}span.grey_mid{color:#6c6c6c}span.grey_dark{color:#444}span.grey_ash{color:#3c3c3c}span.grey_charcoal{color:#2b2b2b}span.grey_coal{color:#1a1a1a}span.slate_deep{color:#404860}
