# Design Language for monopole.news

## Aesthetics and Tone
monopole.news (Monopole — magnetic monopole, a theoretical physics concept) channels a glitch aesthetic — digital artifacts, corrupted visuals, and the beautiful errors of failing technology applied to a news and updates portal covering magnetic monopole research breakthroughs. The site treats scientific news as signals emerging from noise — each breakthrough a moment of clarity in the static of ongoing research, where the glitch aesthetic represents both the difficulty of detection and the electrifying moment of discovery. Inspiration draws from glitch art pioneers like Rosa Menkman, corrupted digital photography, CRT monitor interference patterns, and the visual noise of particle accelerator data readouts. The tone is tech-tutorial — complex physics discoveries explained with clear, structured guidance despite the chaotic visual surface.

## Layout Motifs and Structure
The layout uses a **magazine-spread** architecture — news stories presented in editorial-style spreads with dramatic imagery, creating a premium physics news publication.

**Magazine Spread Architecture:**
- Two-column spreads: display: grid, grid-template-columns: 1fr 1fr at full width
- Single-column editorial blocks: max-width: 600px for article reading
- Full-bleed imagery zones between text sections
- Pull-quotes in large humanist type breaking the reading flow
- Gutter line: 1px vertical at spread center

**Section Sequence:**
1. **Signal:** Hero with humanist headline, duotone gradient background with glitch artifacts, neon-glow accent highlights, sci-fi-hud corner brackets
2. **Breaking:** Latest news in magazine spreads — left: article text, right: glitch-processed research imagery with spring-animation entrance
3. **Archive:** Past stories in compact card grid with neon-glow category indicators and glitch hover effects
4. **Analysis:** Deep-dive articles with sci-fi-hud data overlays and editorial pull-quotes
5. **Noise Floor:** Footer as signal-loss — increasing glitch density, minimal text, final transmission sign-off

## Typography and Palette
**Typography:**
- **Headlines:** "Source Serif 4" (Google Fonts) — humanist serif at 2.5rem-3.5rem, weight 700. Its warm authority grounds the chaotic glitch visuals in readable typography.
- **Body Text:** "Source Sans 3" (Google Fonts) — clean humanist sans at 0.95rem, weight 400, line height 1.75.
- **Data:** "Share Tech Mono" (Google Fonts) — monospace at 0.8rem for measurements and HUD readouts.
- **Pull Quotes:** "Source Serif 4" at 1.8rem, weight 400, italic.

**Color Palette:**
- **Duotone Dark:** #0a0a1a — deep near-black blue for backgrounds
- **Duotone Accent:** #4080c0 — medium blue for duotone processing
- **Neon Green:** #40e070 — vivid green for primary accents and active indicators
- **Neon Red:** #e04040 — bright red for glitch artifacts and alerts
- **Neon Blue:** #4080e0 — vivid blue for secondary accents
- **Text Pale:** #d0d0d8 — cool light gray for body text
- **Panel:** #10101a — dark blue for card backgrounds
- **Glitch Magenta:** #d040a0 — hot magenta for glitch color channel shifts

## Imagery and Motifs
**Glitch-Processed Research Imagery:** News article images feature CSS glitch effects — box-shadow color channel displacement (2px offset in Neon Red and Neon Blue at 0.4 opacity), with occasional css animation bursts (@keyframes glitch: small translateX jitters of 1-3px over 100ms, triggered on scroll entry). Creates the data-corruption aesthetic of intercepted transmissions.

**Neon-Glow News Indicators:** Story categories and breaking news markers glow with neon light — text-shadow: 0 0 8px currentColor at 0.4 opacity, with the color matching the category (Neon Green for breakthroughs, Neon Blue for analysis, Neon Red for urgent). Box elements: box-shadow: 0 0 15px rgba(color, 0.12).

**Spring-Animation Story Entrances:** News stories enter with a springy bounce — transform: translateY(30px) scale(0.97) to translateY(0) scale(1) with timing cubic-bezier(0.34, 1.56, 0.64, 1) over 400ms. The overshoot creates an energetic, headline-news feeling.

**Sci-Fi HUD Data Overlays:** Analysis sections framed with HUD-style brackets — CSS-drawn L-shaped corners (border-top + border-left combinations, 12px length, 1px solid Neon Green at 0.3 opacity) at content corners. Small text labels ("SIGNAL DETECTED", "ANALYSIS MODE") in monospace at 0.65rem.

**Glitch Scanline Overlay:** The page features a subtle CRT scanline effect — pseudo-element with background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px), pointer-events: none. Creates the monitor-screen quality of surveillance footage.

## Prompts for Implementation
Build the page as a glitch physics news magazine. Spreads: display: grid, grid-template-columns: 1fr 1fr. Articles: max-width: 600px.

Glitch effect: .glitch-img { position: relative; } .glitch-img::before { content: ''; position: absolute; inset: 0; background: inherit; mix-blend-mode: screen; opacity: 0.4; transform: translateX(2px); } .glitch-img::after { content: ''; position: absolute; inset: 0; background: inherit; mix-blend-mode: multiply; opacity: 0.3; transform: translateX(-2px); filter: hue-rotate(90deg); }

Spring entrance: .story { opacity: 0; transform: translateY(30px) scale(0.97); transition: all 400ms cubic-bezier(0.34, 1.56, 0.64, 1); } .story.visible { opacity: 1; transform: translateY(0) scale(1); }

Neon glow: .category-green { color: #40e070; text-shadow: 0 0 8px rgba(64,224,112,0.4); }

HUD corners: .hud-frame { position: relative; } .hud-frame::before { content: ''; position: absolute; top: 0; left: 0; width: 12px; height: 12px; border-top: 1px solid rgba(64,224,112,0.3); border-left: 1px solid rgba(64,224,112,0.3); }

Scanlines: body::after { content: ''; position: fixed; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px); pointer-events: none; z-index: 9999; }

AVOID: Clean, polished news aggregator layouts, corporate media designs, and conventional science journalism aesthetics. Let the glitch distortion and tech-tutorial clarity create an exciting, signal-from-noise news experience.

## Uniqueness Notes
1. **Glitch aesthetic for physics news:** Digital corruption visuals transform research reporting into exciting signal-interception narrative.
2. **Magazine-spread for premium physics journalism:** Editorial layout elevates monopole news to the status of feature-length science storytelling.
3. **Neon-glow category system:** Color-coded neon indicators create immediate visual hierarchy for news urgency and type.
4. **Spring-animation as breaking-news energy:** Bouncy entrance animations inject the excitement of real-time discovery into scrolled content.
5. **Sci-fi HUD as analytical framing:** Surveillance-style brackets position readers as active analysts rather than passive news consumers.

**Seed/Style:** aesthetic: glitch, layout: magazine-spread, typography: humanist, palette: duotone, patterns: spring, imagery: neon-glow, motifs: sci-fi-hud, tone: tech-tutorial

**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 glitch aesthetic, magazine-spread layout, duotone palette, neon-glow imagery, and tech-tutorial tone.
<!-- DESIGN STAMP
  timestamp: 2026-03-19T01:27:22
  seed: brackets position readers as active analysts rather than passive news consumers
  aesthetic: monopole.news (Monopole — magnetic monopole, a theoretical physics concept) chan...
  content_hash: f06f5f4dfd24
-->
