@import "https://fonts.googleapis.com/css2?family=Geist+Sans:wght@100..900&family=JetBrains+Mono:wght@300;400;500;600;700&display=swap";:root{--background:#09090b;--foreground:#fbfbfb;--border:#262626;--card:#0c0c0e;--card-foreground:#fbfbfb;--muted:#a3a3a3;--input:#18181b;--accent:#2245e3;--color-green:#10b981;--color-red:#ef4444;--color-yellow:#f59e0b;--color-cyan:#06b6d4}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Geist Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.noise-overlay{content:"";opacity:.015;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.flat-card{border:1px solid var(--border);background-color:var(--card);color:var(--card-foreground);box-shadow:none;border-radius:8px;transition:border-color .2s}.flat-card:hover{border-color:#3f3f46}.underline-input{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--foreground);background-color:#0000;outline:none;padding:10px 4px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.underline-input:focus{border-bottom-color:var(--accent)}.btn-flat{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:1px solid var(--border);color:var(--foreground);background:0 0;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-flat:hover{background:var(--input);border-color:#3f3f46}.btn-flat-accent{background:var(--accent);border-color:var(--accent);color:#fff}.btn-flat-accent:hover{background:#1d3bc2;border-color:#1d3bc2}.btn-flat-danger{color:#f87171;border-color:#ef444466}.btn-flat-danger:hover{border-color:var(--color-red);background:#ef44441a}.status-dot{background-color:var(--muted);border-radius:50%;width:6px;height:6px;display:inline-block}.status-dot.active{background-color:var(--color-green);box-shadow:0 0 8px var(--color-green)}.status-dot.inactive{background-color:var(--color-red)}.console-box{border:1px solid var(--border);background:#020204;border-radius:8px;flex-direction:column;gap:6px;max-height:250px;padding:16px;font-family:JetBrains Mono,monospace;font-size:.8rem;display:flex;overflow-y:auto}.console-line{color:#e4e4e7;line-height:1.4}.console-time{color:var(--accent);margin-right:6px;font-weight:500}.flat-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;display:flex;position:fixed;top:0;left:0}.flat-modal{background:var(--card);border:1px solid var(--border);border-radius:8px;max-width:90%;max-height:90%;padding:24px;position:relative}.screenshot-view{border:1px solid var(--border);border-radius:4px;max-width:100%;max-height:70vh}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;opacity:0;pointer-events:none;background:#00000080;width:100vw;height:100vh;transition:opacity .2s;position:fixed;top:0;left:0}.sidebar-overlay.active{opacity:1;pointer-events:auto}.flat-sidebar{background-color:var(--card);border-right:1px solid var(--border);z-index:1000;flex-direction:column;gap:32px;width:260px;height:100vh;padding:24px 20px;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:-260px}.flat-sidebar.active{transform:translate(260px)}.sidebar-link{text-transform:uppercase;color:var(--muted);cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:12px;padding:10px 12px;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.sidebar-link:hover{background:var(--input);color:var(--foreground)}.sidebar-link.active{background:var(--input);color:var(--foreground);border-color:var(--border);border-left:3px solid var(--accent)}.breadcrumb-container{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding-bottom:6px;font-family:JetBrains Mono,monospace;font-size:.75rem;display:flex;overflow-x:auto}.breadcrumb-segment{color:var(--accent);cursor:pointer}.breadcrumb-segment:hover{text-decoration:underline}.file-item{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;padding:10px 12px;font-family:JetBrains Mono,monospace;font-size:.8rem;transition:background-color .1s;display:flex}.file-item:last-child{border-bottom:none}.file-item:hover{background-color:var(--input)}.file-name-wrapper{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;display:flex;overflow:hidden}.volume-slider{-webkit-appearance:none;background:var(--border);border-radius:2px;outline:none;width:100%;height:4px;transition:opacity .2s}.volume-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:12px;height:12px}.layout-root{background-color:var(--background);flex-direction:column;width:100%;min-height:100vh;display:flex}.main-content{flex-direction:column;gap:14px;width:100%;max-width:600px;margin:0 auto;padding:16px 12px;display:flex}@media (width>=768px){.layout-root{flex-direction:row}.main-content{flex:1;max-width:100%;margin:0;padding:24px}.flat-sidebar{border-right:1px solid var(--border);height:100vh;position:sticky;top:0;left:0;transform:none!important}.hamburger-btn{display:none!important}}@media (width>=768px) and (width<=1023px){.flat-sidebar{align-items:center;gap:24px;width:70px;padding:20px 8px}.flat-sidebar h3,.sidebar-link span{display:none}.sidebar-link{border-radius:50%;justify-content:center;width:44px;height:44px;padding:0}.sidebar-logo-txt{display:none}}@media (width>=1024px){.flat-sidebar{width:240px;padding:24px 18px}}.dashboard-top-row{flex-direction:column;gap:14px;display:flex}.dashboard-telemetry-grid{flex-direction:column;gap:10px;display:flex}.dashboard-bottom-row{flex-direction:column;gap:14px;display:flex}@media (width>=768px){.dashboard-top-row{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.dashboard-telemetry-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.dashboard-bottom-row{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}}@media (width<=767px){.main-content{padding:8px 4px!important}.terminal-card-mobile-optimized{border-left:none!important;border-right:none!important;border-radius:4px!important;height:calc(100vh - 78px)!important;padding:8px 6px!important}.terminal-viewport-mobile-optimized{border-radius:4px!important;padding:2px!important}}.xterm{cursor:text;-webkit-user-select:none;user-select:none;position:relative}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{z-index:5;position:absolute;top:0}.xterm .xterm-helper-textarea{opacity:0;z-index:-5;white-space:nowrap;resize:none;border:0;width:0;height:0;margin:0;padding:0;position:absolute;top:0;left:-9999em;overflow:hidden}.xterm .composition-view{color:#fff;white-space:nowrap;z-index:1;background:#000;display:none;position:absolute}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{cursor:default;background-color:#000;position:absolute;inset:0;overflow-y:scroll}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;top:0;left:0}.xterm-char-measure-element{visibility:hidden;line-height:normal;display:inline-block;position:absolute;top:0;left:-9999em}.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{z-index:10;color:#0000;pointer-events:none;position:absolute;inset:0}.xterm .xterm-accessibility-tree:not(.debug) ::selection{color:#0000}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre;font-family:monospace}.xterm .xterm-accessibility-tree>div{transform-origin:0;width:fit-content}.xterm .live-region{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:underline double;text-decoration:underline double}.xterm-underline-3{-webkit-text-decoration:underline wavy;text-decoration:underline wavy}.xterm-underline-4{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.xterm-underline-5{-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:underline overline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;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;pointer-events:none;position:absolute;top:0;right:0}.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;z-index:11;background:0 0;transition:opacity .1s linear}.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{display:none;position:absolute}.xterm .xterm-scrollable-element>.shadow.top{width:100%;height:3px;box-shadow:var(--vscode-scrollbar-shadow,#000) 0 6px 6px -6px inset;display:block;top:0;left:3px}.xterm .xterm-scrollable-element>.shadow.left{width:3px;height:100%;box-shadow:var(--vscode-scrollbar-shadow,#000) 6px 0 6px -6px inset;display:block;top:3px;left:0}.xterm .xterm-scrollable-element>.shadow.top-left-corner{width:3px;height:3px;display:block;top:0;left:0}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow,#000) 6px 0 6px -6px inset}
