← back

Deep Signal

Intelligence made visible.
Technical·Alive·Data-rich·Intelligent·Electric

01 // logo mark

Electric blue with glow
Aurora
horizontal lockup
mark on light
small sizes — 32px, 20px, 14px

02 // color palette

Signal Dark
#060912
Primary background
Panel
#0C1020
Cards, surfaces
Electric Blue
#2D7EF8
Primary accent
Signal Green
#00D4A0
Secondary accent, positive
White
#FFFFFF
Primary text

03 // typography

heading — IBM Plex Mono 700
Signal Processing
heading 2 — IBM Plex Mono 600
Pattern Recognition
heading 3 — IBM Plex Mono 500
Real-Time Analysis Engine
body — IBM Plex Sans 400
Aurora's neural intelligence layer processes every transaction in real time, detecting patterns across accounts that no human could track manually. The signal is always there — Aurora makes it visible. Every anomaly flagged, every trend surfaced, every insight delivered before you need to ask.
data treatment
€127,450.00
Google Fonts import
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

04 // financial ui

net_worth
€127,450
+4.2% this month
3.2 months of runway secured

05 // brand in context

app icon
app navigation
notification
Aurora · signal detected
Unusual pattern: subscription charges increased 34% across 3 services.

06 // brand voice

onboarding
Connect your accounts. Aurora's intelligence layer activates immediately — analysing transactions, detecting patterns, surfacing the signals that matter. The data speaks. Aurora translates.
push notification
Signal: recurring charge detected. €14.99/mo from a service unused in 47 days. Annual impact: €179.88.
error state
Sync interrupted. Last data point: 08:42. Reconnecting. Analysis continues on cached data — no signal loss.

07 // css variable spec

:root { --color-bg: #060912; --color-surface: #0C1020; --color-accent: #2D7EF8; --color-accent-2: #00D4A0; --color-text: #FFFFFF; --color-muted: rgba(255,255,255,0.4); --font-heading: 'IBM Plex Mono', monospace; --font-body: 'IBM Plex Sans', sans-serif; --radius-sm: 4px; --radius-md: 8px; --shadow-card: 0 4px 24px rgba(0,0,0,0.5); }