/* Global Styles for Graph Memory TUI */ GraphMemoryApp { background: $surface; color: $text; } /* 全局Input样式 - 确保可见 */ Input { background: $surface-lighten-1; color: $text; border: solid $primary; } Input:focus { border: double $accent; } LeftPanel { width: 1fr; dock: left; } RightPanel { width: 35; dock: right; background: $panel; } RightPanel ScrollableContainer { height: 100%; overflow-y: scroll; } StatusBar { dock: bottom; height: 1; background: $primary; color: $text-primary; }