@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--hc-mono: "IBM Plex Mono", "Fira Code", monospace;--hc-sans: "IBM Plex Sans", -apple-system, sans-serif;--hc-page: #07090e;--hc-surface: #0d1018;--hc-elevated: #131720;--hc-active: #1a2030;--hc-border: #1e2535;--hc-border2: #2a3550;--hc-text: #e8e4dc;--hc-text2: #8a8fa0;--hc-muted: #8a8fa0;--hc-dim: #454c60;--hc-warm: #c8c4bc;--hc-accent: #4A9EFF;--hc-amber: #f5c842;--hc-green: #3dd68c;--hc-red: #f87171;--hc-gold: #f5c842;--hc-purple: #a78bfa;--hc-orange: #fb923c}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--hc-page);color:var(--hc-text);font-family:var(--hc-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;height:100%;overflow:hidden}.main-layout{display:flex;flex:1;min-height:0;overflow:hidden}.right-col,.content-area{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.tab-content{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.fill-height{display:flex;flex-direction:column;flex:1;min-height:0}.mono{font-family:var(--hc-mono)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
