:root{--max-width:1100px;--border-radius:12px;--nav-width:400px;--global-width:1020px;--min-height:200px;--header-height:60px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace}*{box-sizing:border-box;padding:0;margin:0}body{display:flex;flex-direction:column;align-items:center}main{height:100%}a{color:inherit;text-decoration:none}.background{background-color:#0057b7;position:fixed;top:0;right:0;left:0;bottom:0;z-index:-1}.container{display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.25);position:relative;margin:20px auto 0;border-radius:5px;background:gold;width:var(--max-width);height:calc(100vh - 300px);min-height:700px}.more{display:flex;justify-content:center;cursor:pointer;background:hsla(0,0%,100%,.25);border-radius:0 0 5px 5px;font-size:90%;padding:12px 16px;color:#fff;font-weight:700;transition:all .3s;min-width:160px}.more:hover{background:#00afdb}footer{margin-top:50px;margin-bottom:20px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.privacy{margin-top:15px}.privacy a{color:#ccc}.privacy a:hover{color:#fff}.card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-template-rows:260px;grid-column-gap:20px;column-gap:20px;grid-row-gap:10px;row-gap:10px}button{cursor:pointer;border:none;outline:none;background-color:#00afdb;border-radius:5px;padding:6px 20px;color:#fff}button:hover{background-color:#1297e0}.mt10{margin-top:10px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml20{margin-left:20px}.ml60{margin-left:60px}.mla{margin-left:auto}.p10{padding:10px}.m10{margin:10px}.m20{margin:20px}.crumb{color:#333;text-transform:uppercase;margin:20px 10px;font-size:20px;font-weight:500}.flex-start{justify-content:flex-start}.flex-hcenter{justify-content:center}.button,.curosr{cursor:pointer}.button{color:#eee;border-radius:3px;padding:5px 10px;white-space:nowrap}.small-button{padding:6px 8px;font-size:14px}.mini-button{padding:3px 5px;font-size:14px}.green{background-color:#4dac02}.green:hover{background-color:#42880b}.light-blue{background-color:#5bc0de}.dark-blue,.light-blue:hover{background-color:#00c0de}.dark-blue:hover{background-color:#0077a8}.black{background-color:#404b55}.black:hover{background-color:#55616a}.red{background-color:#c00}.red:hover{background-color:#b00}.pink{background-color:#e84b91}.pink:hover{background-color:#aa4b91}.orange{background-color:#f8ab10}.orange:hover{background-color:#eba10c}.yellow{background-color:#f3c033}.yellow:hover{background-color:#ffc033}.xterm .xterm-viewport::-webkit-scrollbar{width:12px}.xterm .xterm-viewport::-webkit-scrollbar-track{background:#eee;border-radius:5px}.xterm .xterm-viewport::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.xterm .xterm-viewport::-webkit-scrollbar-thumb:hover{background:#555}.dropdown_dropdown__h59DN{min-width:270px}.dropdown_dropdown-title__JoXEj{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:13px;color:#ccc}.dropdown_dropdown-title__JoXEj:empty:before{content:"Not connected"}.dropdown_dropdown-current__1z_7J{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;border:2px solid #ccc;padding:2px 5px;margin:10px 0;cursor:pointer;height:28px;box-sizing:border-box}.dropdown_dropdown-current__1z_7J:hover{border-color:#00c0de}.dropdown_dropdown-current__1z_7J:hover .dropdown_expand-icon__chpS_{color:#00c0de}.dropdown_dropdown-list__02pFt{position:fixed;z-index:999;list-style:none;padding:0;margin:0;color:#fff;min-width:200px}.dropdown_dropdown-list-item__lt4FK{white-space:nowrap;padding:10px;font-size:14px;cursor:pointer;background-color:#00c0de}.dropdown_dropdown-list-item__lt4FK:hover{background-color:#1985b1}.toast-container{position:fixed;bottom:90vh;left:0;width:100vw;display:flex;justify-content:center;pointer-events:none}.toast-content{max-width:80vw;word-break:break-all;font-size:14px;color:#67c28a;background-color:#f0f9eb;border:2px solid #e1f3d8;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2);padding:10px 15px;margin-bottom:20px;display:flex;align-items:center;pointer-events:all}.toast-content.danger{color:#f56c6c;border-color:#fde2e2;background-color:#fef0f0}.toast-action{padding-left:20px;color:red;opacity:.8;border:0;background:none;cursor:pointer;font-family:inherit}.toast-action:hover{opacity:1}.device-manager{width:400px;margin-left:10px;display:flex;align-items:center}.device-manager-actions{padding:10px 0;display:flex;align-items:center;justify-content:space-between}.device-manager-actions .action-button{color:#fff;border-radius:0}.device-manager-item{display:flex;align-items:center;padding:15px 10px;background-color:#fff;cursor:pointer}.device-manager-item.active{background-color:#e8e9ec}.device-manager-item:hover{background-color:#f7f7f7}.device-manager-icon{color:#aaa;width:24px;height:24px}.device-manager-label{margin-left:10px;color:#333}:root{--modal-padding:20px;--white:#fff;--shadow:50px 50px 100px 10px rgba(0,0,0,.1);--full-height:100%}.close-icon{color:#aaa;width:24px;height:24px}.modal-mask{z-index:9999;position:fixed;top:0;left:0;height:var(--full-height);width:100vw;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center}.modal-container{box-shadow:var(--card-shadow);background-color:var(--white);border-radius:12px;width:80vw;animation:slide-in .3s ease;padding:10px var(--modal-padding)}.modal-header{padding:10px;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:18px;color:#039be5}.modal-close-btn{cursor:pointer}.modal-close-btn:hover{filter:brightness(1.2)}.modal-content{margin:15px 20px 30px}.modal-footer{padding:var(--modal-padding) 0 10px;display:flex;justify-content:flex-end}.flex-center{justify-content:center}.modal-actions{display:flex;align-items:center}.modal-action:not(:last-child){margin-right:20px}.footer-button{padding:6px 30px;border-radius:3px}.show{opacity:1;transform:translateY(0);position:fixed;left:0;bottom:0;animation:slide-in .6s ease;z-index:99999}.hide,.show{transition:all .3s ease}.hide{opacity:0;transform:translateY(20px)}.infinite-progress-bar-container{width:100%;height:20px;border-radius:3px;position:relative;overflow:hidden}.infinite-progress-bar{height:100%;background:linear-gradient(90deg,transparent,#4dac02,transparent);animation:move 1.5s linear infinite}@keyframes move{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.header_header__zJOD0{display:flex;justify-content:space-between;align-items:center;width:var(--global-width);height:var(--header-height)}.header_logo__vVwaF{display:flex;align-items:center;color:#fff;font-size:1.5em}.header_logo__vVwaF a:hover{opacity:.7}.header_nav__7sJ38{display:flex;align-items:center;justify-content:flex-end;width:var(--nav-width)}.header_nav-item__sBGg_{text-transform:uppercase;margin-right:25px;color:#fff;font-weight:500}.header_nav-item__sBGg_:hover{color:#ddd}.tab-group_tab-group__blRdv{width:var(--global-width);margin-top:30px}.tab_tab-item__Tduue{margin-right:35px;color:#ccc;text-transform:uppercase}.tab_tab-current___9KcQ,.tab_tab-item__Tduue:hover{color:#fff}@font-face{font-family:__Inter_aaf875;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ec159349637c90ad-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_aaf875;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/513657b02c5c193f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_aaf875;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fd4db3eb5472fc27-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_aaf875;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/51ed15f9841b9f9d-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_aaf875;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/05a31a2ca4975f99-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_aaf875;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/d6b16ce4a6175f26-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_aaf875;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_aaf875;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_aaf875{font-family:__Inter_aaf875,__Inter_Fallback_aaf875;font-style:normal}