@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap";.boot-sequence{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#050508;color:#22c55e;font-family:JetBrains Mono,Fira Code,monospace;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;overflow:hidden}.ascii-logo{text-align:center;animation:fadeIn .8s ease-in}.logo-text{color:#9b7cff;font-size:clamp(.5rem,2vw,1rem);line-height:1.2;margin:0;white-space:pre}.logo-subtitle{color:#e4e4e7;font-size:clamp(.8rem,2.5vw,1.2rem);margin-top:1rem;font-weight:300}.boot-messages{text-align:left;max-width:600px;width:90%}.boot-message{color:#22c55e;font-size:clamp(.8rem,2vw,1rem);margin:.5rem 0;animation:typeIn .3s ease-out}.loading-cursor{color:#22c55e;font-size:clamp(.8rem,2vw,1rem);margin-left:.2rem}.skip-hint{position:fixed;bottom:2rem;right:2rem;color:#71717a;font-size:.8rem;opacity:.7;animation:fadeIn 3s ease-in}@keyframes typeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){.boot-sequence{padding:1rem}.logo-text{font-size:.6rem}.logo-subtitle{font-size:.9rem}.boot-message{font-size:.8rem}.skip-hint{bottom:1rem;right:1rem;font-size:.7rem}}@media(max-width:480px){.logo-text{font-size:.4rem}.logo-subtitle{font-size:.8rem}.boot-message{font-size:.7rem}}.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;inset:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;inset:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;font-family:JetBrains Mono,Fira Code,monospace}body{background:linear-gradient(135deg,#050508,#0a0a12);color:#e4e4e7}#root{height:100vh;width:100vw}.loading-screen{height:100vh;width:100vw;background:linear-gradient(135deg,#050508,#0a0a12);display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:1000}.loading-content{text-align:center;animation:fadeIn 1s ease-in-out}.loading-title{font-size:6rem;font-weight:900;color:#9b7cff;text-shadow:0 0 10px rgba(155,124,255,.8),0 0 20px rgba(155,124,255,.6),0 0 30px rgba(155,124,255,.4),0 0 40px rgba(155,124,255,.2);animation:glow 2s ease-in-out infinite alternate;margin-bottom:2rem;letter-spacing:.2em;font-family:Orbitron,monospace;text-transform:uppercase}.loading-dots{display:flex;justify-content:center;gap:.5rem}.loading-dots span{width:8px;height:8px;background:#9b7cff;border-radius:50%;animation:pulse 1.5s ease-in-out infinite;box-shadow:0 0 10px #9b7cff99}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes glow{0%{text-shadow:0 0 5px rgba(155,124,255,.9),0 0 10px rgba(155,124,255,.8),0 0 15px rgba(155,124,255,.7),0 0 20px rgba(155,124,255,.6),0 0 35px rgba(155,124,255,.4),0 0 40px rgba(155,124,255,.2);filter:brightness(1)}to{text-shadow:0 0 10px rgba(155,124,255,1),0 0 20px rgba(155,124,255,.9),0 0 25px rgba(155,124,255,.8),0 0 30px rgba(155,124,255,.7),0 0 45px rgba(155,124,255,.5),0 0 55px rgba(155,124,255,.3);filter:brightness(1.2)}}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app{height:100vh;width:100vw;background:linear-gradient(135deg,#050508,#0a0a12);padding:20px}.terminal-portfolio{height:100%;width:100%}.terminal{height:100%;width:100%;font-family:JetBrains Mono,Fira Code,monospace!important;font-size:14px!important;line-height:1.4!important}.xterm{height:100%!important;width:100%!important;font-family:JetBrains Mono,Fira Code,monospace!important}.xterm .xterm-viewport,.xterm .xterm-screen{background:transparent!important}.xterm .xterm-rows{font-family:JetBrains Mono,Fira Code,monospace!important;white-space:pre!important;overflow-wrap:normal!important}.xterm .xterm-row{white-space:pre!important;overflow-wrap:normal!important;word-break:normal!important}.xterm-cursor-layer .xterm-cursor{background-color:#9b7cff!important;box-shadow:0 0 8px #9b7cff99!important}.xterm .xterm-viewport::-webkit-scrollbar{width:8px}.xterm .xterm-viewport::-webkit-scrollbar-track{background:#8b949e1a}.xterm .xterm-viewport::-webkit-scrollbar-thumb{background:#9b7cff4d;border-radius:4px}.xterm .xterm-viewport::-webkit-scrollbar-thumb:hover{background:#9b7cff80}.xterm .xterm-selection div{background-color:#9b7cff4d!important}.xterm a{color:#9b7cff!important;text-decoration:underline!important}.xterm a:hover{color:#b18cff!important;text-shadow:0 0 5px rgba(155,124,255,.6)!important}@media(max-width:768px){.loading-title{font-size:4rem}.app{padding:10px}.terminal,.xterm{font-size:12px!important}}@media(max-width:480px){.loading-title{font-size:3rem}.app{padding:5px}.terminal,.xterm{font-size:11px!important}}.terminal:focus-within{outline:none}.xterm.focus .xterm-cursor-layer .xterm-cursor{background-color:#9b7cff!important;animation:cursor-blink 1s infinite}@keyframes cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.xterm .xterm-char-measure-element,.xterm .xterm-helper-textarea{font-family:JetBrains Mono,Fira Code,monospace!important}
