@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root[data-theme=light]{--bg-color: #ffffff;--text-color: #000000}:root[data-theme=dark]{--bg-color: #000000;--text-color: #ffffff}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none;word-wrap:break-word;-webkit-tap-highlight-color:transparent}body,button,input,select,textarea,a,.link{font-family:Poppins,sans-serif}html{scroll-behavior:smooth}body{transition:background-color .2s ease,color .2s ease}button,a,.link{cursor:pointer;transition:all .2s ease}.container{max-width:1240px;margin:0 auto}.row{display:flex;flex-wrap:wrap}.col-1{width:8.3333333333%;padding:16px}.col-2{width:16.6666666667%;padding:16px}.col-3{width:25%;padding:16px}.col-4{width:33.3333333333%;padding:16px}.col-5{width:41.6666666667%;padding:16px}.col-6{width:50%;padding:16px}.col-7{width:58.3333333333%;padding:16px}.col-8{width:66.6666666667%;padding:16px}.col-9{width:75%;padding:16px}.col-10{width:83.3333333333%;padding:16px}.col-11{width:91.6666666667%;padding:16px}.col-12{width:100%;padding:16px}@media screen and (max-width: 992px) and (min-width: 768px){.col-md-1{width:8.3333333333%;padding:16px}.col-md-2{width:16.6666666667%;padding:16px}.col-md-3{width:25%;padding:16px}.col-md-4{width:33.3333333333%;padding:16px}.col-md-5{width:41.6666666667%;padding:16px}.col-md-6{width:50%;padding:16px}.col-md-7{width:58.3333333333%;padding:16px}.col-md-8{width:66.6666666667%;padding:16px}.col-md-9{width:75%;padding:16px}.col-md-10{width:83.3333333333%;padding:16px}.col-md-11{width:91.6666666667%;padding:16px}.col-md-12{width:100%;padding:16px}}@media screen and (max-width: 768px) and (min-width: 576px){.col-sm-1{width:8.3333333333%;padding:16px}.col-sm-2{width:16.6666666667%;padding:16px}.col-sm-3{width:25%;padding:16px}.col-sm-4{width:33.3333333333%;padding:16px}.col-sm-5{width:41.6666666667%;padding:16px}.col-sm-6{width:50%;padding:16px}.col-sm-7{width:58.3333333333%;padding:16px}.col-sm-8{width:66.6666666667%;padding:16px}.col-sm-9{width:75%;padding:16px}.col-sm-10{width:83.3333333333%;padding:16px}.col-sm-11{width:91.6666666667%;padding:16px}.col-sm-12{width:100%;padding:16px}}@media screen and (max-width: 576px){.col-xs-1{width:8.3333333333%;padding:16px}.col-xs-2{width:16.6666666667%;padding:16px}.col-xs-3{width:25%;padding:16px}.col-xs-4{width:33.3333333333%;padding:16px}.col-xs-5{width:41.6666666667%;padding:16px}.col-xs-6{width:50%;padding:16px}.col-xs-7{width:58.3333333333%;padding:16px}.col-xs-8{width:66.6666666667%;padding:16px}.col-xs-9{width:75%;padding:16px}.col-xs-10{width:83.3333333333%;padding:16px}.col-xs-11{width:91.6666666667%;padding:16px}.col-xs-12{width:100%;padding:16px}}#homePage{width:100vw;height:100vh;overflow:hidden;margin:0;padding:0;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at 20% 30%,#5808b473,#080c22 80%),radial-gradient(circle at 80% 20%,#ff408138,#0000 50%),radial-gradient(circle at 50% 80%,#00b4d82e,#0000 60%),linear-gradient(135deg,#0b071e,#130a2f,#04010a);background-size:cover;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-user-select:none;user-select:none}.terminal-window{width:85%;height:80%;max-width:960px;max-height:640px;border-radius:12px;overflow:hidden;box-shadow:0 30px 70px #000000bf,0 10px 30px #00000080,inset 0 0 0 1px #ffffff1f;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;background-color:#0d111773}.terminal-window .terminal-header{height:40px;background:#161b22d9;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;padding:0 14px;position:relative;-webkit-user-select:none;user-select:none}.terminal-window .terminal-header .window-buttons{display:flex;align-items:center;gap:8px;z-index:50}.terminal-window .terminal-header .window-buttons .window-btn{width:12px;height:12px;border-radius:50%;border:none;position:relative;display:flex;align-items:center;justify-content:center}.terminal-window .terminal-header .window-buttons .window-btn.close{background-color:#ff5f56;border:.5px solid #e0443e}.terminal-window .terminal-header .window-buttons .window-btn.minimize{background-color:#ffbd2e;border:.5px solid #dea123}.terminal-window .terminal-header .window-buttons .window-btn.maximize{background-color:#27c93f;border:.5px solid #1aab29}.terminal-window .terminal-header .terminal-title{position:absolute;left:50%;transform:translate(-50%);font-size:13px;font-weight:600;color:#ffffffd9;white-space:nowrap;pointer-events:none}.terminal-window .terminal-container{flex:1;padding:12px 0 12px 16px;overflow:hidden;background-color:#0d1117;height:100%}.terminal-window .terminal-container .xterm,.terminal-window .terminal-container .xterm *,.terminal-window .terminal-container .xterm-rows,.terminal-window .terminal-container .xterm-rows *{font-family:Fira Code,JetBrains Mono,Menlo,Monaco,Consolas,Courier New,monospace!important}.terminal-window .terminal-container .xterm-viewport::-webkit-scrollbar{width:8px}.terminal-window .terminal-container .xterm-viewport::-webkit-scrollbar-track{background:transparent}.terminal-window .terminal-container .xterm-viewport::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px;border:2px solid transparent;background-clip:padding-box;transition:background-color .2s ease}.terminal-window .terminal-container .xterm-viewport::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
* @license MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* Originally forked from (with the author's permission):
*   Fabrice Bellard's javascript vt100 for jslinux:
*   http://bellard.org/jslinux/
*   Copyright (c) 2011 Fabrice Bellard
*   The original design remains. The terminal itself
*   has been extended to include xterm CSI codes, among
*   other features.
*/.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;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.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,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.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}
