## Frontend Style Guide Examples should follow these design conventions: **Color Palette (Dark Theme)** - Primary accent: `#ff4f00` (orange) for interactive elements and highlights - Background: `#000000` (main), `#1c1c1e` (cards/containers) - Borders: `#2c2c2e` - Input backgrounds: `#2c2c2e` with border `#3a3a3c` - Text: `#ffffff` (primary), `#8e8e93` (secondary/muted) - Success: `#30d158` (green) - Warning: `#ff4f00` (orange) - Danger: `#ff3b30` (red) - Purple: `#bf5af2` (for special states like rollback) **Typography** - UI: System fonts (`-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, sans-serif`) - Code: `ui-monospace, SFMono-Regular, 'SF Mono', Consolas, monospace` - Sizes: 14-16px body, 12-13px labels, large numbers 48-72px **Sizing & Spacing** - Border radius: 8px (cards/containers/buttons), 6px (inputs/badges) - Section padding: 20-24px - Gap between items: 12px - Transitions: 200ms ease for all interactive states **Button Styles** - Padding: 12px 20px - Border: none - Border radius: 8px - Font size: 14px, weight 600 - Hover: none (no hover state) - Disabled: 50% opacity, `cursor: not-allowed` **CSS Approach** - Plain CSS in `