Initial commit: tty library for terminal styling and layout
- Color: ANSI, RGB, hex color support
- Style: Composable styles (bold + fg + underline)
- Span: Styled text spans with concatenation
- Width: UTF-8 aware width calculation
- Border: ASCII and Unicode box-drawing
- Table: Tables with headers and alignment
- Tree: Tree rendering with guides
- Panel: Bordered panels with titles