Workshopr Intervention Cards
37 tap-accessible cards for common facilitation challenges. A standalone microsite that also integrates into the Coach's Facilitate mode. Designed for quick access during live sessions.
App Identity
#E54D4D
Design Philosophy
Intervention cards must be scannable in seconds. A facilitator reaches for one when something goes wrong -- the design prioritizes speed and clarity over aesthetics.
--bg-page), subtle shadows, and rounded corners. The design evokes index cards or flash cards -- tactile, familiar, quick to flip through.Color Tokens
Red palette (Learn red, #E54D4D). Intervention sits in the Facilitate phase but deliberately uses red — not facilitate purple — as its accent. Intervention pages locally override --phase-facilitate / --intervention-primary / --coach-primary to red.
Core Palette
Category Tints (6 Red Levels)
Darkest = most urgent situations. Lightest = softest, trust-building scenarios.
/* Intervention app tokens */ --intervention-primary: #E54D4D; --intervention-dark: #C73E3E; --intervention-light: #FEE2E2; --intervention-very-light: #FEF2F2; --intervention-gradient: linear-gradient(135deg, #E54D4D 0%, #C73E3E 100%); --intervention-shadow: 0 4px 14px rgba(229, 77, 77, 0.25); /* Category tints (dark = urgent, light = soft) */ --intervention-cat-1: #7F1D1D; /* Energy & Engagement */ --intervention-cat-2: #991B1B; /* Conflict & Tension */ --intervention-cat-3: #B91C1C; /* Participation */ --intervention-cat-4: #C73E3E; /* Time & Pacing */ --intervention-cat-5: #E54D4D; /* Focus & Clarity */ --intervention-cat-6: #F87171; /* Connection & Trust */
Typography
The Intervention site uses a distinct font pairing for its editorial, handbook feel.
| Role | Font | Weight | Usage |
|---|---|---|---|
| Display | Fraunces |
500-700 | Hero titles, card titles, section headings |
| Body | Inter |
400-600 | Card content, descriptions, navigation |
| Accent | Fraunces |
500-600 | Eyebrows, special callouts |
Card Anatomy
Each intervention card follows a consistent structure optimized for scanning.
┌─────────────────────────────────────┐ │ ┌────┐ │ │ │Icon│ Card Title │ │ └────┘ Category Badge │ │ │ │ Trigger: │ │ "When you notice..." │ │ │ │ Quick Response: │ │ "Try saying..." │ │ │ │ ┌─────────────────────────────────┐ │ │ │ Steps: │ │ │ │ 1. First action │ │ │ │ 2. Follow-up │ │ │ │ 3. Resolution │ │ │ └─────────────────────────────────┘ │ │ │ │ Pro Tip │ │ "Advanced advice..." │ └─────────────────────────────────────┘
| Element | Purpose | Style |
|---|---|---|
| Left border | Category color identification | border-left: 4px solid var(--cat-color) |
| Trigger | When to use this card | Italic, muted color, "When you notice..." format |
| Quick Response | Immediate thing to say/do | Bold, boxed, high-contrast for quick scanning |
| Steps | Detailed resolution process | Numbered list, contained in subtle card |
| Pro Tip | Expert-level advice | Amber-highlighted callout box |
Key Components
Integration with Coach
Intervention cards appear inside the Coach's Facilitate mode as a sidebar panel.
| Aspect | Standalone Microsite | Embedded in Coach |
|---|---|---|
| Layout | Full page, marketing hero | Sidebar panel, compact cards |
| Typography | Fraunces + Inter | Inherits Coach fonts (Fraunces + Source Sans) |
| Navigation | Breadcrumbs, category pages | Accordion categories, search filter |
| Card detail | Full page | Modal overlay |
Do / Don't
Font Migration Complete
css/intervention/styles.css.