# Design Language for judge.club

## Aesthetics and Tone
judge.club channels an isometric aesthetic — the tilted-axis perspective of strategy games and architectural diagrams applied to the concept of judgment communities. The site presents judicial reasoning and evaluation as a collaborative club activity viewed from an elevated isometric vantage point, where complex systems of judgment become navigable 3D spaces. Inspiration draws from isometric pixel art games (Monument Valley, Fez), architectural axonometric drawings, and the playful complexity of Rube Goldberg machines. The tone is dreamy-ethereal — judgment presented not as harsh verdict but as contemplative exploration through beautifully constructed logical spaces. The dark-neon palette creates an atmosphere of nightclub sophistication merged with judicial gravitas, as if the club of judges meets in a neon-lit geometric palace.

## Layout Motifs and Structure
The layout uses a **bento-box** architecture — distinct rectangular compartments of varying sizes arranged in a tight, organized grid, referencing Japanese bento box design principles of efficient, beautiful organization.

**Bento-Box Architecture:**
- Grid container: max-width 1200px, CSS Grid with auto-fit rows and columns
- Compartment sizes: 1x1 (280px square), 2x1 (580px x 280px), 1x2 (280px x 580px), 2x2 (580px square)
- Gap between compartments: 8px — tight enough to feel unified, wide enough to define boundaries
- Each compartment has a distinct background color from the dark-neon palette
- Compartment corners: 8px border-radius for subtle softness

**Content Distribution:**
1. **Hero Box:** 2x2 compartment with isometric title scene
2. **Info Boxes:** Four 1x1 compartments with individual features, each with an isometric icon
3. **Showcase Box:** 2x1 compartment with featured content/demo
4. **Detail Boxes:** Mix of 1x1 and 1x2 for extended content
5. **Footer Strip:** Full-width 1-row compartment grid for links and meta

## Typography and Palette
**Typography:**
- **Headlines:** "Chakra Petch" (Google Fonts) — a geometric typeface with angular, techy character at 2rem-3.5rem, weight 700. Its sharp forms complement the isometric grid precision.
- **Body Text:** "Inter" (Google Fonts) — clean and highly readable at 0.95rem, weight 400, line height 1.65.
- **Accent/Labels:** "Chakra Petch" at 0.75rem, weight 500, uppercase, letter-spacing 0.1em for box labels and category tags.
- **Code/Data:** "Fira Code" (Google Fonts) — monospace for any data or technical content at 0.85rem.

**Color Palette:**
- **Void Black:** #0a0a14 — deep blue-black for primary backgrounds
- **Neon Cyan:** #00e5ff — primary neon accent for highlights and interactive states
- **Neon Magenta:** #e040fb — secondary neon for important elements and hover states
- **Midnight Blue:** #1a1a3e — slightly lighter than void for compartment backgrounds
- **Dim Lavender:** #5c5c8a — muted purple-gray for secondary text and borders
- **Ghost White:** #e8e8f0 — cool white for primary text on dark backgrounds
- **Amber Glow:** #ffc107 — warm neon for tertiary accents and warning/active states
- **Deep Indigo:** #12122a — background gradient endpoint

## Imagery and Motifs
**Isometric CSS Illustrations:** Key concepts illustrated using CSS-created isometric shapes — cubes, platforms, and structures built from transformed divs. Each bento compartment features a small isometric scene representing its content theme (scales of justice as an isometric structure, a gavel as a 3D block shape).

**Bokeh Background Particles:** Soft, out-of-focus light circles (20-60px, radial-gradient from neon color to transparent) float in the background behind the bento grid, creating a nightclub bokeh effect. 10-15 particles with slow drift animations.

**Nature Motifs as Neon Outlines:** Simplified leaf and branch shapes rendered as 1px neon-colored SVG outlines floating at edges of the viewport, merging organic forms with the digital palette.

**Spring Animation Pattern:** Interactive elements use CSS spring-physics transitions — when clicked or hovered, they overshoot their target state and bounce back (cubic-bezier(0.175, 0.885, 0.32, 1.275)), creating a lively, bouncy interaction quality.

**Neon Border Glow:** Key compartments have animated border effects — a neon-colored box-shadow that pulses gently (opacity oscillating between 0.3 and 0.6, 3s cycle), creating the effect of neon sign tubes.

## Prompts for Implementation
Build the page as a bento-box grid with neon nightclub atmosphere. The CSS Grid uses named template areas for precise compartment placement. Each compartment div has its assigned palette color background and 8px border-radius.

Isometric CSS illustrations: create simple 3D shapes using transform: rotateX(45deg) rotateZ(45deg) on nested divs with different background colors for top, left, and right faces. A cube face setup: top face gets the lightest shade, left face medium, right face darkest.

Bokeh particles: 12 divs with position: fixed, border-radius: 50%, background: radial-gradient(circle, rgba(0,229,255,0.3) 0%, transparent 70%), sizes 30-60px, animated with @keyframes drift (translateX and translateY oscillation, 15-25s loops).

Spring hover effects: compartments use transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) and scale to 1.02 on hover. The overshoot cubic-bezier creates the bouncy spring feeling.

Neon border glow: box-shadow: 0 0 15px rgba(0,229,255,0.4), animated with @keyframes that modulate the alpha between 0.2 and 0.5.

AVOID: CTA-heavy layouts, pricing blocks, stat-grids. Let the bento-box organization and neon-isometric visual language create a nightclub-meets-courthouse exploration.

## Uniqueness Notes
1. **Isometric illustrations within bento-box grid:** Combining the Japanese organization principle with isometric 3D creates a unique spatial design language.
2. **Dark-neon palette for judicial content:** Nightclub-inspired neon coloring applied to judgment and legal concepts creates an unexpected tonal contrast.
3. **Bokeh background particles:** Out-of-focus neon light circles create atmospheric depth behind the structured grid.
4. **Spring-physics hover animations:** The bouncy overshoot on interactions adds playful energy to the otherwise precise grid system.
5. **CSS-created isometric judicial objects:** Building scales, gavels, and legal symbols as isometric CSS shapes demonstrates technical craft while maintaining the aesthetic.

**Seed/Style:** aesthetic: isometric, layout: bento-box, typography: eclectic-hybrid, palette: dark-neon, patterns: spring, imagery: bokeh-background, motifs: nature, tone: dreamy-ethereal

**Avoided Overused Patterns:** corporate aesthetic (76%), parallax patterns (85%), asymmetric layout (85%), mono typography (86%), warm palette (89%), friendly tone (76%), minimal imagery (84%). This design uses isometric aesthetic, bento-box layout, dark-neon palette, bokeh-background imagery, and dreamy-ethereal tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T00:28:28
  seed: unspecified
  aesthetic: judge.club channels an isometric aesthetic — the tilted-axis perspective of stra...
  content_hash: 977b82440fb4
-->
