# Design Language for mang.quest

## Aesthetics and Tone
mang.quest (망/網 — Korean/Chinese for "network") channels a japanese-minimal aesthetic — wabi-sabi imperfection, deliberate emptiness, and the refined economy of traditional Japanese design applied to network exploration quests. The site treats network topology as something to be discovered through contemplative exploration, where each node and connection reveals itself through patient engagement. Inspiration draws from Kengo Kuma's architectural minimalism, the precise asymmetry of ikebana flower arrangement, crystalline mineral formations in museum displays, and the neon-lit networks of Shibuya's crossing seen from above. The tone is opulent-grand — networks presented with ceremonial reverence, each connection a precious thread in a magnificent tapestry. The modular-blocks layout arranges content in discrete, self-contained units that can be rearranged and explored independently.

## Layout Motifs and Structure
The layout uses a **modular-blocks** architecture — self-contained content units of consistent proportions arranged in a clean grid, each block functioning as an independent module.

**Modular Block Architecture:**
- Grid: display: grid, grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)), gap: 16px, max-width: 1200px
- Blocks: consistent square or golden-ratio proportions (280px min, aspect-ratio maintained via padding-top)
- Each block is self-contained with icon, title, and content
- Featured blocks: span 2 columns for emphasis
- Blocks have minimal borders (1px) and generous internal padding (24px)

**Section Sequence:**
1. **Network Gate:** Hero with retro-display title surrounded by crystalline geometric shapes, dopamine-neon accent glow, and subtle isometric-icon network diagram
2. **Node Discovery:** Modular grid of network concept blocks — each a quest node to explore with isometric-icon headers
3. **Connection Paths:** Featured wide blocks showing network relationship diagrams with crystalline connecting structures
4. **Signal Strength:** Progress indicators with bounce-enter animations showing quest completion metrics
5. **Terminal Node:** Footer as the final network endpoint — minimal, crystalline, with exit links

## Typography and Palette
**Typography:**
- **Headlines:** "Shrikhand" (Google Fonts) — bold retro display type at 2rem-3.5rem, weight 400. Its heavy, characterful presence channels vintage signage with modern personality.
- **Body Text:** "Noto Sans JP" (Google Fonts) — clean Japanese-compatible sans at 0.95rem, weight 400, line height 1.7.
- **Data Values:** "Victor Mono" (Google Fonts) — stylish monospace at 0.85rem for network addresses and metrics.
- **Labels:** "Noto Sans JP" at 0.7rem, weight 500, uppercase, letter-spacing 0.06em.

**Color Palette:**
- **Dopamine Magenta:** #e040a0 — vivid pink-magenta for primary accents
- **Dopamine Cyan:** #00d8d8 — bright cyan for secondary accents and links
- **Dopamine Lime:** #80e040 — vivid green for success states and progress
- **Void Black:** #0a0a0e — near-black background
- **Panel Dark:** #141418 — slightly lighter dark for block backgrounds
- **Neon White:** #f0f0f8 — bright white for primary text
- **Dim Steel:** #5a5a68 — muted gray for secondary text
- **Dopamine Amber:** #f0c020 — bright yellow for highlights and badges

## Imagery and Motifs
**Isometric-Icon Network Nodes:** Network concepts illustrated as isometric icons — three-faced geometric blocks (top/left/right faces in varying shades) at 48x48px, representing servers, routers, firewalls, and protocols. Each icon uses the dopamine neon palette with glow effects (filter: drop-shadow(0 0 4px)).

**Crystalline Geometric Accents:** Angular, faceted geometric shapes (SVG polygons with sharp edges and flat shading in 2-3 tones) positioned at section transitions and behind featured blocks. These crystal forms represent the structured, mineral beauty of network topology — ordered growth from simple rules.

**Bounce-Enter Block Animations:** Modular blocks enter the viewport with a satisfying bounce — translateY(40px) and opacity: 0 transitioning to translateY(0) and opacity: 1 with timing cubic-bezier(0.34, 1.56, 0.64, 1) over 500ms. Each block delays by 60ms (nth-child based), creating a cascade of bouncing arrivals.

**Neon Edge Glow on Blocks:** Active and hovered blocks gain a neon edge glow — box-shadow: 0 0 12px rgba(224,64,160,0.3), border-color transitioning from transparent to Dopamine Magenta over 200ms. The glow color cycles through the dopamine palette for different block categories.

**Network Connection Lines:** Thin SVG lines (1px, Dopamine Cyan at 0.2 opacity) connect related blocks across the grid, drawing themselves on scroll entry (stroke-dasharray animation). Lines curve with quadratic beziers, suggesting organic network routing.

## Prompts for Implementation
Build the page as a japanese-minimal modular network. Grid: display: grid, grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)), gap: 16px. Blocks: background: Panel Dark, border: 1px solid rgba(224,64,160,0.1), border-radius: 8px, padding: 24px.

Bounce-enter: blocks start opacity: 0, transform: translateY(40px). On .visible: opacity: 1, transform: translateY(0), transition: all 500ms cubic-bezier(0.34, 1.56, 0.64, 1). Stagger: transition-delay: calc(var(--index) * 60ms).

Isometric icons: three parallelogram divs (top, left, right faces) assembled within a 48px container. Top: transform: rotate(45deg) scale(0.707). Faces use different shades of the same neon color for 3D effect.

Crystalline shapes: SVG polygons with 5-7 vertices forming angular, gem-like shapes. Fill with linear-gradient, stroke: 1px in neon palette at 0.3 opacity.

Network lines: SVG overlay with position: absolute. Paths connect block center points with quadratic bezier curves. stroke-dasharray: pathLength, stroke-dashoffset animated from pathLength to 0 over 600ms on Intersection Observer entry.

AVOID: Soft, organic layouts, warm pastoral imagery, and casual visual language. Let crystalline precision and dopamine-neon energy create an electrifying network exploration experience.

## Uniqueness Notes
1. **Japanese-minimal for network quests:** The disciplined emptiness of Japanese design creates focused attention on each network concept.
2. **Modular blocks as network nodes:** Each self-contained content unit mirrors the independent, interconnected nature of network nodes.
3. **Crystalline geometry as network topology:** Faceted mineral forms represent the ordered beauty emerging from network architecture rules.
4. **Bounce-enter as packet arrival:** The bouncing animation mimics the arrival of data packets at network endpoints.
5. **Dopamine-neon in minimal context:** Vivid neon accents against stark minimalism create maximum visual impact with minimum elements.

**Seed/Style:** aesthetic: japanese-minimal, layout: modular-blocks, typography: retro-display, palette: dopamine-neon, patterns: bounce-enter, imagery: isometric-icons, motifs: crystalline, tone: opulent-grand

**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 japanese-minimal aesthetic, modular-blocks layout, dopamine-neon palette, isometric-icons imagery, and opulent-grand tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T00:50:28
  domain: mang.quest
  seed: unspecified
  aesthetic: mang.quest (망/網 — Korean/Chinese for "network") channels a japanese-minimal aest...
  content_hash: 1352b86b5d5b
-->
