*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;color:#fff}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:600}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#000;border-radius:6px}::-webkit-scrollbar-thumb{background:#898989;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#00c9ff}img{width:100%;height:100%}body{background-color:#111219;width:100%;height:100%;position:relative}html,#root{width:100%;height:100%}.app{background:#111219;z-index:0;overflow-y:auto}.app-layout{width:100%;height:100%}.app-sidebar{background-color:#1a1b21;position:sticky;border-right:1px solid #3f3f3f}.loading-screen{position:fixed;width:100%;height:100%;background-color:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loading-overlay{width:100%;display:flex;flex-direction:column;justify-content:center;height:40%;background:#000}.loading-title,.loading-text{color:#fff;text-align:center}.loading-title{font-size:36px}.loading-text{font-size:16px;margin-top:10px}.mobile-menu-button{position:fixed;top:10px;left:10px;z-index:999;background:#001529;color:#fff;border:none;padding:10px 12px;font-size:20px;border-radius:6px;cursor:pointer}.mobile-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;display:flex;justify-content:flex-start}.mobile-sidebar{background:#111219;color:#fff;width:100%;max-width:85%;height:100%;position:relative;overflow-y:auto}.close-sidebar-button{position:absolute;top:10px;right:10px;background:transparent;color:#737b6d;border:none;font-size:20px;cursor:pointer}.yae-miko-container{width:100px;height:100px}.yae-miko-container img{-webkit-user-drag:none;border-radius:50%}.sidebar-container{width:80%;margin:0 auto}.sidebar-header{display:flex;align-items:center;margin-top:50px;flex-direction:column}.sidebar-header h3{margin-top:15px;color:#dadada}.sidebar-title span{font-weight:700;font-size:18px}.sidebar-section{margin-top:20px}.sidebar-section-title{color:#898989;font-size:12px;font-weight:700;margin:10px 0}.sidebar-menu a{display:block;color:#898989;text-decoration:none;padding:10px;border-radius:5px}.sidebar-icon{width:20px;margin-left:15px;text-align:center}.sidebar-icon,.sidebar-menu-item a{color:#898989;text-decoration:none;font-size:16px}.active{background:linear-gradient(90deg,#38d7e4,#834dff);border-radius:5px}.sidebar-menu-item{display:flex;align-items:center;gap:5px}.sidebar-menu-item.active a{color:#fff;font-weight:600}.dashboard{position:relative}.dashboard-background{position:absolute;top:0;left:0;width:100%;height:200px;z-index:-2;overflow:hidden}.dashboard-background img{width:100%;height:100%;object-fit:cover}.dashboard-content{color:#fff;width:90%;margin:0 auto}.dashboard-title{margin:40px 0;font-size:28px}.dashboard-content{width:90%;margin:0 auto;padding-bottom:20px}.dashboard-header{margin:40px 0}.stat-item{flex-grow:1;flex-basis:160px;max-height:125px;max-width:300px;background:linear-gradient(152.97deg,#000 18.75%,#0000);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;padding:20px;border-radius:10px;margin-top:25px}.stat-item div{font-size:16px}.stat-label{font-size:14px;margin-bottom:5px}.dashboard-stats{display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px;margin-bottom:20px}.dashboard-system-info{margin-top:20px}.system-info-table{width:100%;border-collapse:collapse;margin-bottom:20px}.system-info-table .info-label{font-size:16px;width:30%;vertical-align:middle;padding:4px;font-weight:700}.system-info-table .info-value{font-size:16px;width:70%;vertical-align:middle;padding:4px}.dashboard-extra-stats{display:flex;gap:20px;flex-wrap:wrap}.extra-stat-wrapper{flex:0 0 calc(50% - 10px)}@media (max-width: 768px){.dashboard-extra-stats{flex-direction:column}}@media (max-width: 1290px){.extra-stat-wrapper{flex:1 1 100%;max-width:100%}}.extra-stat-wrapper{padding:16px;border-radius:16px;background:#00000080}.extra-stat-title{text-align:center;font-size:20px;font-weight:600;color:#fff;margin-bottom:12px}.extra-stat-scroll{max-height:350px;overflow-y:auto;border-radius:12px}.extra-stat-table{width:100%;border-collapse:collapse;color:#eee;background:#272727;border-radius:12px}.extra-stat-table thead{background:#1f1f1f;position:relative}.extra-stat-table th{text-align:left;padding:12px 16px;font-size:14px;color:#aaa}.extra-stat-table td{padding:12px 16px;font-size:14px;border-top:1px solid #333}.extra-stat-table tbody tr:nth-child(odd){background:#272727}.extra-stat-table tbody tr:nth-child(2n){background:#1f1f1f}.extra-stat-empty{text-align:center;color:#666;padding:20px}.table-header th,.table-header td{padding:12px 16px;font-size:14px;color:#e5e5e5;text-align:left;border-bottom:1px solid #333}.table-header th{background-color:#2a2a2d;font-weight:700;text-transform:uppercase}.service-row{background-color:#1c1c1e;border-bottom:1px solid #333}.service-info{text-transform:capitalize;width:190px}.status-wrapper{display:flex;align-items:center;gap:8px;height:100%}.status-indicator{display:inline-block;width:10px;height:10px;border-radius:50%}.status-active{background-color:#4caf50}.status-dead{background-color:#f44336}.button-wrapper{display:flex;justify-content:flex-end}.modal{padding:20px 24px;width:600px;position:absolute;left:50%;top:50px;transform:translate(-50%);background-color:#212121;border-radius:8px;box-shadow:0 4px 8px #0003;color:#fff;font-family:Jost,sans-serif;z-index:1000}.modal-header{font-weight:600;font-family:Jost,sans-serif;font-size:20px;display:flex;justify-content:space-between;align-items:center}.modal-close-button{font-size:24px;color:#fff;cursor:pointer;border:none;background:transparent}.modal-close-button:hover{background-color:#0000001a}.modal-content{padding-top:10px}.red{color:#e5403a}.green{color:#5ecf5e}.modal-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;color:#fff;font-size:16px;outline:none;width:100%}.modal-input::placeholder{color:#ffffff80}.modal-submit{border:none;outline:none;background-color:#36c936cc;height:44px;width:100%;color:#fff;border-radius:5px;font-family:Jost,sans-serif;font-size:18px;margin-top:10px}.modal-submit:hover{cursor:pointer}.modal-select{margin-top:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;color:#fff;font-size:16px;outline:none;width:100%;background-size:16px 16px}.modal-select option{background:#1e1e1e;color:#fff}.simple-table{margin-top:50px;width:100%;background-color:#1f1f1f;border-radius:8px;color:#fff;box-shadow:0 4px 6px #0000001a;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#2a2a2d;position:sticky;top:0;z-index:2}.table-header p{font-size:16px;font-weight:700;color:#f5f5f5}.table-scroll-wrapper{max-height:300px;overflow-y:auto}.table-container{width:100%;border-collapse:collapse}.table-container td{padding:12px 16px;font-size:14px;color:#e5e5e5;text-align:left}.toggle-button{border:none;border-radius:4px;font-size:12px;font-weight:700;padding:6px 12px;cursor:pointer;transition:background-color .3s ease}.button-danger{background-color:#d9534f;color:#fff}.button-danger:hover{background-color:#c9302c}.button-green{background-color:#5cb85c;color:#fff}.button-green:hover{background-color:#4cae4c}.services{position:relative}.services-background{position:absolute;top:0;left:0;width:100%;height:200px;z-index:-2;overflow:hidden}.services-background img{width:100%;height:100%;object-fit:cover}.services-content{color:#fff;width:90%;margin:0 auto}.services-title{margin:40px 0;font-size:28px}.services-content{width:90%;margin:0 auto;padding-bottom:20px}.services-header{margin:40px 0}.processes{position:relative}.processes-background{position:absolute;top:0;left:0;width:100%;height:200px;z-index:-2;overflow:hidden}.processes-background img{width:100%;height:100%;object-fit:cover}.processes-content{color:#fff;width:90%;margin:0 auto}.processes-title{margin:40px 0;font-size:28px}.processes-content{width:90%;margin:0 auto;padding-bottom:20px}.processes-header{margin:40px 0}.service-row td{padding:14px 16px;font-size:14px;color:#e5e5e5;vertical-align:middle}.processes-action{padding:14px 0}.actions-subpanel{background-color:#2a2a2d;border-radius:15px;padding:20px;margin:20px 0}.actions-subpanel-title{font-style:normal;margin-bottom:5px;line-height:24px}.actions-subpanel-desc{margin-top:5px;color:#c5c5c5;font-size:14px}.actions-subpanel-line{height:.1px;width:100%;background-color:#495057;margin-top:7px}.simpleInput{width:100%;padding:10px;font-size:1rem;border:1px solid #333;border-radius:5px;background-color:#2b2a33;color:#fff;outline:none}.simpleInput::placeholder{color:#aaa}.simpleButton{width:100%;padding:10px;font-size:1rem;color:#fff;font-family:Jost,sans-serif;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-weight:700}.actions-subpanel-form{font-size:16px;margin-top:10px;display:flex;justify-content:space-between;align-items:center}.processes-form-inputs{width:70%;display:flex;gap:10px}.actions{position:relative}.actions-background{position:absolute;top:0;left:0;width:100%;height:200px;z-index:-2;overflow:hidden}.actions-background img{width:100%;height:100%;object-fit:cover}.actions-content{color:#fff;width:90%;margin:0 auto}.actions-title{margin:40px 0;font-size:28px}.actions-content{width:90%;margin:0 auto;padding-bottom:20px}.actions-header{margin:40px 0}.gpio{position:relative}.gpio-background{position:absolute;top:0;left:0;width:100%;height:200px;z-index:-2;overflow:hidden}.gpio-background img{width:100%;height:100%;object-fit:cover}.gpio-content{color:#fff;width:90%;margin:0 auto}.gpio-title{margin:40px 0;font-size:28px}.gpio-content{width:90%;margin:0 auto;padding-bottom:20px}.gpio-header{margin:40px 0}.switch{font-size:17px;position:relative;display:inline-block;width:5em;height:2.5em;-webkit-user-select:none;user-select:none}.switch .cb{opacity:0;width:0;height:0}.toggle{position:absolute;cursor:pointer;width:100%;height:100%;background-color:#373737;border-radius:.1em;transition:.4s;text-transform:uppercase;font-weight:700;overflow:hidden;box-shadow:-.3em 0 #373737,-.3em .3em #373737,.3em 0 #373737,.3em .3em #373737,0 .3em #373737}.toggle>.left{position:absolute;display:flex;width:50%;height:88%;background-color:#f3f3f3;color:#373737;left:0;bottom:0;align-items:center;justify-content:center;transform-origin:right;transform:rotateX(10deg);transform-style:preserve-3d;transition:all .15s}.left:before{position:absolute;content:"";width:100%;height:100%;background-color:#cecece;transform-origin:center left;transform:rotateY(90deg)}.left:after{position:absolute;content:"";width:100%;height:100%;background-color:#707070;transform-origin:center bottom;transform:rotateX(90deg)}.toggle>.right{position:absolute;display:flex;width:50%;height:88%;background-color:#f3f3f3;color:#cecece;right:1px;bottom:0;align-items:center;justify-content:center;transform-origin:left;transform:rotateX(10deg) rotateY(-45deg);transform-style:preserve-3d;transition:all .15s}.right:before{position:absolute;content:"";width:100%;height:100%;background-color:#cecece;transform-origin:center right;transform:rotateY(-90deg)}.right:after{position:absolute;content:"";width:100%;height:100%;background-color:#707070;transform-origin:center bottom;transform:rotateX(90deg)}.switch input:checked+.toggle>.left{transform:rotateX(10deg) rotateY(45deg);color:#cecece}.switch input:checked+.toggle>.right{transform:rotateX(10deg) rotateY(0);color:#487bdb}.switch_block{text-align:left;display:flex;justify-content:center;align-items:center}.table_image{width:32px}.gpio-table-wrapper{width:100%;overflow-x:auto;margin-top:40px}.gpio-table{width:100%;border-collapse:collapse;background-color:#1f1f1f;color:#fff;border-radius:8px;overflow:hidden}.gpio-table td{background-color:#1c1c1e}.gpio-table thead{background-color:#2a2a2d}.gpio-table th{text-align:center;padding:16px;font-size:14px;font-weight:700}.gpio-table td{text-align:center;padding:12px 16px;font-size:14px;color:#e5e5e5;border-bottom:1px solid #333}.gpio-table th:nth-child(1),.gpio-table td:nth-child(1){width:70px}.gpio-table th:nth-child(2),.gpio-table td:nth-child(2){width:90px}.gpio-table th:nth-child(3),.gpio-table td:nth-child(3){width:90px}.gpio-table th:nth-child(4),.gpio-table td:nth-child(4){width:140px}.gpio-table th:nth-child(5),.gpio-table td:nth-child(5){width:70px}.gpio-table th:nth-child(6),.gpio-table td:nth-child(6){width:70px}.kitsune{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.kitsune-text{display:flex;align-items:center;justify-content:center;height:300px;color:#fff;font-size:48px;background-color:#000;width:100%}/**
* 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:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.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}.terminal-wrapper{width:90%;padding:10px;border-radius:10px;background-color:#000}.terminal-title{margin:0 auto 10px;color:#fff}.xterm{width:100%!important;height:100%!important}.terminal-header{position:relative}.terminal-back{border:none;color:#fff;background:#4a4a4a66;width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute}.terminal-back:hover{cursor:pointer}.terminal-error{width:100%;height:408px;display:flex;align-items:center;justify-content:center;font-family:Jost,sans-serif;font-weight:600;font-size:36px;color:#fff}.terminals-container{display:flex;gap:20px;flex-wrap:wrap}.terminal-container{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:16px;color:#fff;flex-grow:1;flex-basis:325px;font-family:Jost,sans-serif;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 4px 12px #0006}.terminal-container:hover{cursor:pointer}.terminal-header{display:flex;justify-content:space-between;align-items:center}.terminal-name{font-size:20px;margin:0;color:#fff}.terminal-expired{color:#f33;font-weight:400}.terminal-red{color:#fff}.terminal-actions button{background-color:#ffffff1a;border:none;color:#fff;font-size:14px;padding:6px 10px;margin-left:8px;border-radius:6px;cursor:pointer;transition:background-color .2s}.terminal-actions button:hover{background-color:#ffffff40}.terminal-footer{width:100%;display:flex;justify-content:space-between;margin-top:12px;font-size:14px;color:#fff}.terms{position:relative}.terms-background{position:absolute;top:0;left:0;width:100%;height:200px;z-index:-2;overflow:hidden}.terms-background img{width:100%;height:100%;object-fit:cover}.terms-content{color:#fff;width:90%;margin:0 auto}.terms-title{margin:40px 0;font-size:28px}.terms-content{width:90%;margin:0 auto;padding-bottom:20px}.terms-header{margin:40px 0}.not-found-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%}.image{height:250px}.text-info{color:#fff;margin-top:125px;text-align:center}.title{color:#fff;font-weight:700;font-size:148px}.sub-title{color:#fff;font-size:18px}.login-container{width:90%;max-width:550px;display:flex;flex-direction:column}.login-subtitle{font-size:12px;margin-top:5px}.login-inputs{margin:30px 0;display:flex;flex-direction:column;gap:30px}.errors{margin-top:10px;text-align:center;color:#ef4444}.action-btn{width:100%;height:42px;border-radius:24px;border:none;outline:none;color:#fff;font-size:24px;background:linear-gradient(90.67deg,#c10c99 -7.12%,#316ad7 114.37%)}.action-btn:hover{cursor:pointer}.action-btn:active{filter:brightness(.9)}.input-group{width:100%;display:flex;flex-direction:column}.input-label{font-family:Manrope,sans-serif;color:#fff;margin-bottom:8px;font-size:16px}.input-wrapper{display:flex;align-items:center;padding-bottom:8px;border-bottom:2px solid rgba(255,255,255,.3)}.icon{color:#595a5e;margin-right:8px;font-size:16px}input{background:transparent;border:none;outline:none;color:#fff;font-size:16px;width:100%}.input-wrapper:focus-within{border-bottom:2px solid;border-image:linear-gradient(90.67deg,#c10c99 -7.12%,#316ad7 114.37%) 1}.logo{height:100px;width:100px;margin-top:40px}.auth-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}
