# Design Language for transactology.org

## Aesthetics and Tone
transactology.org is the Y2K-futuristic institutional face of transaction science -- an organization portal that looks like it was designed in 2001 by a visionary who had access to technology from 2035. Chrome surfaces, translucent UI panels, neon-electric accents, and the optimistic tech-utopianism of the early internet age. Think of the original iMac G3's translucent housing applied to a research institution's website. The visual language merges Y2K bubble aesthetics (rounded corners, candy colors, plastic sheen) with genuine technical depth. The tone is friendly and accessible -- an institution that wants to democratize knowledge about transactions without dumbing it down. Inspiration from Y2K-era tech product launches, translucent consumer electronics, and the enthusiastic optimism of early dotcom educational portals.

## Layout Motifs and Structure
A **split-screen** layout that divides the viewport into a fixed sidebar navigation and a scrollable content area, mirroring the dual nature of transactions (sender/receiver, input/output).

**Primary structure:**
- **Left panel (35% width, fixed):** A translucent sidebar with frosted-glass effect over a neon-electric gradient. Contains: organization logo (stylized "T.ORG" in tech-mono), navigation links styled as Y2K-era pill buttons with rounded ends, and a small animated waveform at the bottom representing live transaction data.
- **Right panel (65% width, scrollable):** The main content area with a clean white-to-blue gradient background (#ffffff to #e8f0ff). Content sections stack vertically with generous spacing. Each section opens with a large display heading and a horizontal gradient rule.
- **Wave-form motifs:** Sine-wave SVG patterns separate content sections -- gentle undulating lines that represent the oscillating nature of supply and demand, rendered in neon electric blue (#0066ff at 0.2 opacity).
- **Footer exchange:** At the bottom of the scrollable area, a simulated transaction: "You gave: your time. You received: knowledge." rendered in playful tech-mono type.

**Spatial relationships:** The split-screen creates permanent dual context. Right panel content uses 48px padding with 700px max-width for readability. Navigation pills are 12px apart vertically with 16px horizontal padding.

## Typography and Palette
**Fonts:**
- **Headlines:** "Orbitron" (Google Fonts) -- a geometric, futuristic sans-serif with sharp corners and wide spacing, used at clamp(28px, 4vw, 52px). Weight 700. The letterforms scream Y2K-futurism while maintaining legibility. Used sparingly for section titles only.
- **Body text:** "Inter" (Google Fonts) -- a clean, variable-weight sans-serif optimized for screens at 16px/1.7 line-height. Weight 400 for body, 600 for emphasis. The neutrality of Inter lets the Y2K display type shine without competition.
- **Code/Technical:** "Space Mono" (Google Fonts) -- monospace at 14px for technical notation, transaction syntax, and the sidebar waveform labels. Weight 400.

**Color Palette:**
- **Background white:** #ffffff (clean white for content area)
- **Background blue wash:** #e8f0ff (light blue tint for content fade)
- **Sidebar gradient:** linear-gradient(180deg, #0044cc, #0066ff, #00aaff) behind frosted glass
- **Neon electric:** #0066ff (primary accent -- links, buttons, interactive elements)
- **Neon light:** #66aaff (lighter blue for hover states)
- **Text primary:** #1a1a2e (near-black with blue undertone)
- **Text secondary:** #5a6a7a (muted blue-gray for metadata)
- **Y2K accent:** #ff6600 (orange pop color for notifications, alerts)

## Imagery and Motifs
**Core visual motifs:**
- **Wave-form patterns:** Smooth sine-wave SVG paths spanning full width, with 3 overlapping waves at different frequencies and opacities (0.1, 0.15, 0.2). The waves represent transaction oscillations and create gentle movement without distraction.
- **Gradient mesh blobs:** Soft, blurred circular gradients (filter: blur(80px)) floating in the sidebar background, slowly drifting (CSS animation: translateY oscillation over 20s). These evoke the translucent plastic surfaces of Y2K consumer electronics.
- **Pill-shaped UI elements:** All interactive elements (buttons, tags, navigation links) use border-radius: 999px creating perfect pill shapes -- the signature Y2K form language.
- **Magnetic interaction on sidebar links:** Navigation pills respond to cursor proximity by subtly shifting toward the cursor (transform: translate based on mouse position), creating a magnetic attraction effect within a 60px radius. Implemented with mousemove event listener on the sidebar.

## Prompts for Implementation
**Split-screen persistent navigation:** Use CSS grid: grid-template-columns: 35% 65% on the body/main container. Left column: position: sticky with top: 0 and height: 100vh, overflow: hidden. Right column: overflow-y: auto.

**Frosted sidebar implementation:**
- Background: linear-gradient with backdrop-filter: blur(20px) saturate(180%).
- A pseudo-element behind the sidebar with the gradient, and the sidebar itself has background: rgba(255,255,255,0.1).

**Magnetic navigation pills:**
- addEventListener('mousemove') on the sidebar container.
- For each pill, calculate distance from cursor. If within 60px, apply transform: translate(dx * 0.15, dy * 0.15) where dx/dy are the distance components.
- Use requestAnimationFrame for smooth animation. Reset transform when cursor leaves radius.

**Waveform animation:**
- SVG path elements with d attributes defining sine curves.
- Animate via CSS: transform: translateX(-50px) cycling over 8s, creating the illusion of flowing waves.

**AVOID:** CTA-heavy layouts, pricing blocks, stat-grids, dark-mode defaults. This is a bright, optimistic, Y2K-inspired experience.

## Uniqueness Notes
**Differentiators from other designs:**

1. **Y2K-futuristic institutional portal:** No other design applies the optimistic translucent-plastic aesthetic of early-2000s consumer electronics to an organizational/institutional context -- most Y2K designs are fashion or entertainment focused.

2. **Magnetic pill navigation in a fixed sidebar:** The combination of a persistent split-screen sidebar with magnetically-responsive pill-shaped navigation creates a uniquely tactile, almost toy-like interaction model.

3. **Transaction metaphor in footer ("You gave: time. You received: knowledge"):** The self-referential closing statement that frames the user's visit itself as a transaction creates a meta-commentary unique to this domain.

**Chosen seed/style:** aesthetic: y2k-futurism, layout: split-screen, typography: tech-mono, palette: neon-electric, patterns: magnetic, imagery: gradient-mesh, motifs: wave-forms, tone: friendly

**Avoided overused patterns:** photography imagery (90%), centered layout (98%), card-grid layout (96%), warm palette (94%), parallax patterns (99%), mono typography (81%), mysterious-moody tone (70%).
<!-- DESIGN STAMP
  timestamp: 2026-03-21T16:06:07
  domain: transactology.org
  seed: seed
  aesthetic: transactology.org is the Y2K-futuristic institutional face of transaction scienc...
  content_hash: 4c28dc72574f
-->
