# Boxes
Container styles for cards and content blocks.
## Variants
```html
Default box with tint background.
Glow box with subtle inset shadow.
Semi-gloss with gradient and stronger shadow.
Ghost box - transparent with border only.
Invisible box - no background, border, or shadow.
```
## With Content
```html
Card Title
Card description text goes here.
```
## Custom Shadow
Combine box styles with shadow variables:
```html
Box with custom deeper shadow.
```
## In Card Grid
```html
```
## Styling Details
- `.box` - Tint background, padding, border-radius, border
- `.box.glow` - Inset glow shadow effect
- `.box.semi-gloss` - Gradient background, premium feel
- `.box.ghost` - Transparent, border outline only
- `.box.invisible` - No visual styling, just structure
## See Also
- [Layouts](https://graffiti-ui.com/llms/layouts.txt) - Grid layouts for cards
- [Callouts](https://graffiti-ui.com/llms/callouts.txt) - Message boxes