body{margin:0;font-family:monospace;color:#fff;display:flex;align-items:center;justify-content:space-evenly;min-height:100vh;overflow-y:hidden;padding:10px}.terminal,body{background:#141414;overflow-x:hidden}.terminal{width:95vw;max-width:1300px;min-height:95vh;max-height:95vh;padding:15px;overflow-y:auto;font-size:18px;line-height:1.3;box-sizing:border-box;-webkit-overflow-scrolling:touch}.terminal::-webkit-scrollbar{display:none}.terminal{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:768px){body{overflow-y:auto}.terminal #output{padding-bottom:56px}#input-line{position:-webkit-sticky;position:sticky;bottom:0;background:#141414;padding-top:6px}}.line{display:flex;align-items:center;flex-wrap:wrap}.prompt{margin-right:5px;font-weight:700}.input-area{color:#fff;font-family:monospace;font-size:18px;flex:1 1;min-width:50px}.hidden{display:none}.help-output{line-height:1.05;font-size:16px;color:#888;margin-top:8px;font-family:monospace}.help-output .cmd{font-weight:700;color:#fff;text-shadow:0 0 3px #fff,0 0 6px #fff;display:inline-block;min-width:80px}.help-output .desc{color:#888}.category{text-transform:uppercase;display:block;color:#666;margin-top:3px}.category,.cmd{font-weight:700}.cmd{color:#fff;text-shadow:0 0 1px #fff,0 0 4px #fff}.desc{color:#888}.ascii-banner{color:#0fc;font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word;display:inline-block;vertical-align:top;margin:0 40px 0 0}@media (max-width:600px){.ascii-banner{font-size:9px}}.social-links{font-size:16px;line-height:1.5;position:fixed;top:8%;left:80%;transform:translateX(-50%);white-space:pre-line;color:#e7e7e7;margin:0;z-index:10}@media (max-width:768px){.social-links{position:relative;left:auto;transform:none;top:auto;margin-top:20px;margin-left:0}}.social-links ul{list-style:none;padding:0;margin:0}.social-links li{margin:4px 0}.social-links a{color:#e7e7e7;text-decoration:none}.social-links a:hover{text-decoration:underline}.Intro{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px;margin-bottom:15px}.window{position:absolute;top:100px;left:100px;width:400px;height:280px;background:#fdfaf3;border:2px solid #000;display:flex;flex-direction:column;box-shadow:5px 5px 0 #000;z-index:100}.window-header{background:#e5dfd0;padding:6px 10px;cursor:move;display:flex;justify-content:space-between;align-items:center;font-weight:700;border-bottom:2px solid #000;color:#000;touch-action:none}.close-btn{background:#fff;border:2px solid #000;font-size:14px;font-weight:700;cursor:pointer;width:22px;height:22px;line-height:18px;text-align:center;padding:0}.close-btn:hover{background:#000;color:#fff}.window-body{flex:1 1;padding:12px;font-size:14px;overflow-y:auto;color:#111}.window-body a{color:#0645ad;text-decoration:none}.window-body a:hover{text-decoration:underline}.window-body::-webkit-scrollbar{width:16px}.window-body::-webkit-scrollbar-track{background:silver;border:2px solid #000;border-radius:0}.window-body::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#f0f0f0,#d0d0d0 50%,#a0a0a0);border:2px solid #000;border-radius:0;box-shadow:inset 1px 1px 0 #fff,inset -1px -1px 0 grey}.window-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#e0e0e0,silver 50%,#909090);box-shadow:inset 1px 1px 0 #fff,inset -1px -1px 0 #606060}.window-body::-webkit-scrollbar-thumb:active{background:linear-gradient(45deg,#d0d0d0,#b0b0b0 50%,grey);box-shadow:inset 2px 2px 0 #606060,inset -2px -2px 0 #fff}.window-body::-webkit-scrollbar-corner{background:silver;border:2px solid #000}.window-body{scrollbar-width:auto;scrollbar-color:#a0a0a0 silver}.resize-handle{position:absolute;background:transparent;z-index:5}.resize-handle.n,.resize-handle.s{height:6px;width:100%;cursor:ns-resize;left:0}.resize-handle.e,.resize-handle.w{width:6px;height:100%;cursor:ew-resize;top:0}.resize-handle.n{top:-3px}.resize-handle.s{bottom:-3px}.resize-handle.e{right:-3px}.resize-handle.w{left:-3px}.resize-handle.ne,.resize-handle.nw,.resize-handle.se,.resize-handle.sw{width:10px;height:10px;background:transparent;z-index:6}.resize-handle.nw{top:-5px;left:-5px;cursor:nwse-resize}.resize-handle.ne{top:-5px;right:-5px;cursor:nesw-resize}.resize-handle.sw{bottom:-5px;left:-5px;cursor:nesw-resize}.resize-handle.se{bottom:-5px;right:-5px;cursor:nwse-resize}.file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:20px;gap:20px;text-align:center;margin-top:10px}@media (max-width:480px){.file-grid{grid-template-columns:repeat(2,1fr)}}.file{display:inline-block;padding:10px;border-radius:6px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px;transition:background .2s}.file-icon{width:40px;height:40px}.file:hover{background:hsla(0,0%,100%,.1)}.input-wrapper{position:relative;display:inline-flex;align-items:center}.input-area{background:transparent;border:none;color:inherit;font:inherit;outline:none;caret-color:transparent;min-width:2px}.cursor{position:absolute;width:7px;height:1em;background:#fff;animation:blink 1s infinite;pointer-events:none}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}