.Terminal_terminalWindow__lYshd{background-color:rgba(40,42,54,.85);border:1px solid var(--current-line);border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.5);display:flex;flex-direction:column;height:70vh;width:90vw;max-width:900px;animation:Terminal_scale-in-center__zfD3U .4s cubic-bezier(.25,.46,.45,.94) both;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@keyframes Terminal_scale-in-center__zfD3U{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.Terminal_prompt__7QYU6{margin-right:.5rem}.Terminal_titleBar__AeAj3{background-color:var(--current-line);color:#f8f8f2;padding:4px 8px;font-family:sans-serif;font-size:14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.Terminal_title__YZfg9{font-weight:700}.Terminal_buttons__WggXd{display:flex;gap:5px}.Terminal_button__RcQ9V{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer}.Terminal_close__IGajX{width:15px;height:15px;background-color:#ff5f56;border-radius:50%;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;color:#4d0000;font-size:12px;font-weight:700;box-sizing:border-box;padding-bottom:2px}.Terminal_close__IGajX:before{content:"×";opacity:0;transition:opacity .2s ease-in-out}.Terminal_close__IGajX:hover:before{opacity:1}.Terminal_maximize__igEe_,.Terminal_minimize__JTQ_W{display:none}.Terminal_content__xWV_N{flex-grow:1;overflow-y:auto;padding:10px;color:var(--foreground);font-family:"var(--font-mono)";font-size:1rem;line-height:1.5;scrollbar-width:thin;scrollbar-color:var(--cyan) var(--background)}.Terminal_content__xWV_N::-webkit-scrollbar{width:8px}.Terminal_content__xWV_N::-webkit-scrollbar-track{background:var(--background)}.Terminal_content__xWV_N::-webkit-scrollbar-thumb{background-color:var(--cyan);border-radius:4px}.Terminal_terminalInput__i2MFO{background:transparent;border:none;width:100%;color:var(--foreground);font-family:inherit;font-size:inherit}.Terminal_terminalInput__i2MFO:focus{outline:none}.Terminal_input__x_gGv{background:transparent;border:none;outline:none;color:inherit;font-family:inherit;font-size:inherit;width:100%;caret-color:var(--green)}.Desktop_desktop__t3OoZ{width:100vw;height:100vh;animation:Desktop_desktop-fade-in__SmvPz .8s ease-out;box-sizing:border-box;display:flex;flex-direction:column;position:relative}.Desktop_desktopContainer__8WjWe{display:flex;flex-direction:column;height:100%;width:100%;transition:opacity .5s ease}.Desktop_desktopFadeOut__cWy8D{opacity:0;pointer-events:none}@keyframes Desktop_desktop-fade-in__SmvPz{0%{opacity:0}to{opacity:1}}.Desktop_desktopContent__HvgSE{padding:2rem;display:flex;flex-wrap:wrap;align-content:flex-start;gap:1.5rem;flex-grow:1}.Desktop_icon__sv5xe{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#bd93f9;text-align:center;cursor:pointer;width:116px;padding-top:.5rem;background:rgba(68,71,90,.4);border:1px solid #44475a;text-shadow:0 0 2px #bd93f9;box-shadow:0 0 4px rgba(189,147,249,.5);transition:all .2s ease-in-out;background-color:transparent;color:white}.Desktop_icon__sv5xe p{padding:2px 4px;border:1px dotted transparent}.Desktop_icon__sv5xe:focus,.Desktop_icon__sv5xe:hover{outline:none;background:rgba(68,71,90,.6);color:#ff79c6;border-color:#bd93f9;text-shadow:0 0 5px #ff79c6;box-shadow:0 0 8px #ff79c6}.Desktop_logoutOverlay__URrRl{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10;background-color:rgba(24,25,30,.85);animation:Desktop_logout-fade-in__jNVcD .5s ease}@keyframes Desktop_logout-fade-in__jNVcD{0%{opacity:0}to{opacity:1}}.Desktop_logoutSequence__Y4Cg2{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:1.2rem;font-family:VT323,monospace}.Desktop_sequenceLine__3ad5O{opacity:0;animation:Desktop_line-fade-in__85ptJ .5s ease-in forwards;margin-bottom:.5rem;white-space:nowrap}@keyframes Desktop_line-fade-in__85ptJ{0%{opacity:0}to{opacity:1}}.StatusBar_statusBar__jd6Q8{width:100%;height:30px;background-color:var(--current-line);color:var(--foreground);display:flex;justify-content:space-between;align-items:center;padding:0 1rem;box-sizing:border-box;font-family:VT323,monospace;font-size:1rem;flex-shrink:0}.StatusBar_logoutButton__yxJrL{background:none;border:1px solid transparent;color:var(--foreground);cursor:pointer;padding:2px 8px;transition:all .2s ease}.StatusBar_logoutButton__yxJrL:hover{background-color:var(--background);border-color:var(--red);color:var(--red)}.StatusBar_clock__cJWE9{font-weight:700}.CrtTurnOn_crtOnEffect__VXiK8{position:fixed;top:0;left:0;width:100vw;height:100vh;background:transparent;z-index:9999;pointer-events:none;overflow:hidden}.CrtTurnOn_crtOnEffect__VXiK8:after,.CrtTurnOn_crtOnEffect__VXiK8:before{content:"";position:absolute;left:50%;transform:translateX(-50%);background:#fff;box-shadow:0 0 15px #fff,0 0 25px #fff,0 0 35px #fff}.CrtTurnOn_crtOnEffect__VXiK8:before{top:50%;width:0;height:1px;animation:CrtTurnOn_expandWidth__DX3xx .4s ease-out forwards,CrtTurnOn_fadeOut__ag9Ys .5s ease-in .3s forwards}.CrtTurnOn_crtOnEffect__VXiK8:after{top:50%;width:150vw;height:0;transform:translate(-50%,-50%);opacity:0;animation:CrtTurnOn_expandHeight__vxNzQ .5s ease-in .3s forwards}@keyframes CrtTurnOn_expandWidth__DX3xx{0%{width:0}to{width:150vw}}@keyframes CrtTurnOn_expandHeight__vxNzQ{0%{height:1px;opacity:1}to{height:150vh;opacity:.5}}@keyframes CrtTurnOn_fadeOut__ag9Ys{to{opacity:0}}.Login_loginScreen__hxzfE{justify-content:center;height:100vh;width:100vw;background-color:var(--background);color:var(--foreground);font-family:VT323,monospace;cursor:default;position:relative;overflow:hidden}.Login_loginScreen__hxzfE,.Login_userProfile__Tpsmq{display:flex;flex-direction:column;align-items:center}.Login_userProfile__Tpsmq{cursor:pointer;border:2px solid transparent;padding:2rem;transition:all .3s ease}.Login_userProfile__Tpsmq.Login_profileFadeOut__JwiS9{opacity:0;pointer-events:none;transition:opacity .4s ease}.Login_userProfile__Tpsmq:focus,.Login_userProfile__Tpsmq:hover{background-color:var(--current-line);border-color:var(--purple);outline:none}.Login_avatar__X7fZd{width:100px;height:100px;border-radius:50%;background-color:var(--current-line);border:2px solid var(--foreground);margin-bottom:1rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="%23f8f8f2" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');background-size:60%;background-position:50%;background-repeat:no-repeat}.Login_username__5COly{font-size:1.5rem;color:var(--foreground)}.Login_prompt__PkQGR{margin-top:2rem;font-size:1rem;color:var(--comment);text-transform:uppercase;transition:opacity .4s ease}.Login_promptHidden__LoCyC{opacity:0}.Login_loginSequence__Wl5il{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:1.2rem;position:absolute}@keyframes Login_fadeIn__ah70d{0%{opacity:0}to{opacity:1}}.Login_sequenceLine__IYmMB{opacity:0;animation:Login_fadeIn__ah70d .5s ease-in forwards;margin-bottom:.5rem;white-space:nowrap}.Journal_journalOverlay__0lSqh{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:Journal_fadeIn__QssBc .3s ease}@keyframes Journal_fadeIn__QssBc{0%{opacity:0}to{opacity:1}}@keyframes Journal_fadeOut__KzWSX{0%{opacity:1}to{opacity:0}}.Journal_fadeOut__KzWSX{animation:Journal_fadeOut__KzWSX .3s ease forwards}.Journal_journalWindow__VhL8d{width:80vw;max-width:700px;height:70vh;background-color:var(--background);border:1px solid var(--current-line);display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.5);font-family:VT323,monospace}.Journal_titleBar__pE3Zr{background-color:var(--current-line);color:var(--foreground);padding:4px 8px;display:flex;justify-content:space-between;align-items:center;cursor:default}.Journal_title__KuKF_{font-weight:700;font-size:.9rem}.Journal_buttons__KgzEl{display:flex;align-items:center}.Journal_button__scdP4{width:12px;height:12px;border:1px solid var(--foreground);margin-left:5px;cursor:pointer}.Journal_close__XI7k0{background-color:var(--red)}.Journal_content__spjpg{padding:1.5rem;overflow-y:auto;flex-grow:1;color:var(--foreground)}.Journal_loading__ANGDv{text-align:center;color:var(--comment);font-size:1.2rem;padding-top:2rem}.Journal_error__N5q2x{color:var(--red)}.Journal_entry__jluaT{margin-bottom:2rem;border-left:3px solid var(--purple);padding-left:1rem}.Journal_entryTitle__yM7_m{font-size:1.5rem;color:var(--cyan);margin:0}.Journal_entryDate__KQwS5{font-size:.9rem;color:var(--comment);margin:0 0 .5rem}.Journal_entryContent__5Cj3s{font-size:1.1rem;line-height:1.6;color:var(--foreground);white-space:pre-wrap}.VitalsMonitor_overlay__yMPkt{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:VitalsMonitor_fadeIn__v_24C .3s ease}@keyframes VitalsMonitor_fadeIn__v_24C{0%{opacity:0}to{opacity:1}}@keyframes VitalsMonitor_fadeOut__tEK32{0%{opacity:1}to{opacity:0}}.VitalsMonitor_fadeOut__tEK32{animation:VitalsMonitor_fadeOut__tEK32 .3s ease forwards}.VitalsMonitor_window__NArat{width:400px;height:300px;background-color:var(--background);border:1px solid var(--current-line);display:flex;flex-direction:column;box-shadow:0 10px 30px rgba(0,0,0,.5);font-family:VT323,monospace;color:var(--foreground)}.VitalsMonitor_titleBar__pFkcj{background-color:var(--current-line);padding:4px 8px;display:flex;justify-content:space-between;align-items:center;cursor:default}.VitalsMonitor_title__u4buO{font-weight:700;font-size:.9rem}.VitalsMonitor_button__n_OKb{width:12px;height:12px;border:1px solid var(--foreground);background-color:transparent;cursor:pointer}.VitalsMonitor_close__pxJUn{background-color:var(--red)}.VitalsMonitor_content__dljHL{padding:1rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.VitalsMonitor_vital__PJzW5{display:flex;justify-content:space-between;font-size:1.1rem;margin-bottom:.5rem}.VitalsMonitor_value__qdn_j{color:var(--green)}.VitalsMonitor_graph__j_fMZ{height:100px;border:1px solid var(--current-line);display:flex;align-items:flex-end;justify-content:space-around;padding:.5rem;margin-top:1rem}@keyframes VitalsMonitor_pulse-bar__uGK94{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.VitalsMonitor_bar__y2DTN{width:20%;background-color:var(--cyan);transition:height .5s ease-in-out;animation:VitalsMonitor_pulse-bar__uGK94 1.5s ease-in-out infinite}.MemoryViewer_overlay__k1bd7{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1001;animation:MemoryViewer_fadeIn__AeJdB .3s ease}@keyframes MemoryViewer_fadeIn__AeJdB{0%{opacity:0}to{opacity:1}}@keyframes MemoryViewer_fadeOut__94CqN{0%{opacity:1}to{opacity:0}}.MemoryViewer_fadeOut__94CqN{animation:MemoryViewer_fadeOut__94CqN .3s ease forwards}.MemoryViewer_window__lIcWt{width:90vw;max-width:800px;background-color:var(--background);border:1px solid var(--current-line);display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,.6);font-family:VT323,monospace;color:var(--foreground)}.MemoryViewer_titleBar__egePy{background-color:var(--current-line);padding:4px 8px;display:flex;justify-content:space-between;align-items:center;cursor:default}.MemoryViewer_title__F1BV0{font-weight:700;font-size:.9rem}.MemoryViewer_button__83SQ8{width:12px;height:12px;border:1px solid var(--foreground);background-color:transparent;cursor:pointer}.MemoryViewer_close__BneRK{background-color:var(--red)}.MemoryViewer_content__cw36f{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#000}.MemoryViewer_imageContainer__gcxMP{flex-grow:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.MemoryViewer_glitchedImage__pwInh{width:100%;height:auto}.MemoryViewer_imageText__sijcy{font-size:4rem;fill:rgba(255,255,255,.05);font-weight:700;letter-spacing:.5rem;text-transform:uppercase;user-select:none}.MemoryViewer_navButton__T8ykF{background:none;border:none;color:var(--comment);font-size:3rem;cursor:pointer;padding:1rem;transition:color .2s;user-select:none}.MemoryViewer_navButton__T8ykF:hover{color:var(--foreground)}.MemoryViewer_footer__3s1IQ{text-align:center;padding:4px;background-color:var(--current-line);font-size:.9rem;color:var(--comment)}.AudioController_overlay__rwPmB{position:fixed;top:50px;right:20px;z-index:1002;animation:AudioController_fadeIn__Dg0Z2 .3s ease}@keyframes AudioController_fadeIn__Dg0Z2{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes AudioController_fadeOut__w1_hC{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.AudioController_fadeOut__w1_hC{animation:AudioController_fadeOut__w1_hC .3s ease forwards}.AudioController_window__L1Xej{width:350px;background-color:var(--background);border:1px solid var(--current-line);display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,.6);font-family:VT323,monospace;color:var(--foreground)}.AudioController_titleBar__weTQc{background-color:var(--current-line);padding:4px 8px;display:flex;justify-content:space-between;align-items:center;cursor:default}.AudioController_title__6Kunr{font-weight:700;font-size:.9rem}.AudioController_button__Il4vl{width:12px;height:12px;border:1px solid var(--foreground);background-color:transparent;cursor:pointer}.AudioController_close__Vo8rC{background-color:var(--red)}.AudioController_content__oO6fw{padding:1rem}.AudioController_trackButtons__Kxqsm{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.AudioController_trackButtons__Kxqsm button{background:none;border:1px solid var(--comment);color:var(--comment);padding:.5rem;cursor:pointer;transition:all .2s ease;font-size:.9rem}.AudioController_trackButtons__Kxqsm button:hover{color:var(--foreground);border-color:var(--foreground)}.AudioController_trackButtons__Kxqsm button:disabled{color:var(--background);background-color:var(--cyan);border-color:var(--cyan);cursor:default}.AudioController_volumeControl__JBgUF{margin-top:1rem;display:flex;align-items:center;gap:1rem}.AudioController_volumeSlider__NXgCQ{-webkit-appearance:none;appearance:none;width:100%;height:3px;background:var(--current-line);outline:none;transition:opacity .2s}.AudioController_volumeSlider__NXgCQ::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;background:var(--cyan);cursor:pointer;border:2px solid var(--background)}.AudioController_volumeSlider__NXgCQ::-moz-range-thumb{width:15px;height:15px;background:var(--cyan);cursor:pointer;border:2px solid var(--background)}