Brand Guidelines v1.0

SECONDMIND OPS

Complete brand identity system for the autonomous AI agent fleet platform.

Last updated: March 2026
01

Logo Concepts

The SecondMind Ops identity represents interconnected autonomous agents working in concert. The mark is built on a network topology.

Primary Mark — Dark Background
SECONDMIND OPS
Primary Mark — Light Background
SECONDMIND OPS
Wordmark Only
SECONDMIND AUTONOMOUS AGENT FLEET
Icon Mark / Favicon
Clear Space & Minimum Size

Maintain a clear space equal to the height of the "S" character around all sides of the logo. Minimum reproduction size: 24px height for icon mark, 120px width for full lockup.

SECONDMIND CLEAR SPACE
02

Color Palette

A dark-first palette engineered for high-contrast data-dense interfaces. Every color serves a functional purpose.

Background System

Background
#050810
rgb(5, 8, 16)
Page background, deepest layer
Panel
#080d1a
rgb(8, 13, 26)
Cards, panels, elevated surfaces
Panel 2
#0c1220
rgb(12, 18, 32)
Secondary panels, nested containers

Accent & Status Colors

Cyan (Primary)
#00c8ff
rgb(0, 200, 255)
Primary actions, links, active states, brand accent
Green (Success)
#00ff88
rgb(0, 255, 136)
Online status, success, positive metrics, active agents
Purple (Premium)
#a855f7
rgb(168, 85, 247)
Premium features, AI/intelligence, upgrades
Yellow (Warning)
#ffd700
rgb(255, 215, 0)
Warnings, attention items, caution states
Red (Error)
#ff3355
rgb(255, 51, 85)
Errors, destructive actions, critical alerts
Orange
#ff8c00
rgb(255, 140, 0)
Secondary warnings, numeric highlights, progress

Text Colors

White (Headings)
#FFFFFF
rgb(255, 255, 255)
Headings, high-emphasis text
Body Text
rgba(255,255,255,0.85)
~rgb(217, 217, 217)
Primary body text, descriptions
Muted Text
rgba(255,255,255,0.72)
~rgb(184, 184, 184)
Secondary text, labels, captions

Gradients

Cyan to Purple — Premium CTA, hero sections — linear-gradient(135deg, #00c8ff, #a855f7)
Cyan to Green — Active/success states — linear-gradient(135deg, #00c8ff, #00ff88)
Red to Orange — Alerts, urgency — linear-gradient(135deg, #ff3355, #ff8c00)
Cyan Fade — Ambient glow, section headers — linear-gradient(180deg, rgba(0,200,255,0.15), transparent)
03

Typography

Two typefaces form the typographic system: Inter for readability and JetBrains Mono for technical precision.

Primary — Inter

Inter

Body text, UI elements, navigation, descriptions. Optimized for screen readability across all sizes.

ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
0123456789 !@#$%^&*()
Technical — JetBrains Mono

JetBrains Mono

Code, badges, labels, metrics, the wordmark. Conveys technical authority and precision.

ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
0123456789 !@#$%^&*()
Inter Weight Scale
Aa300 Light
Aa400 Regular
Aa500 Medium
Aa600 Semi
Aa700 Bold
JetBrains Mono Weight Scale
Aa300 Light
Aa400 Regular
Aa500 Medium
Aa600 Semi
Aa700 Bold
Type Scale
Page Heading H1
Inter Bold 700 40px / 46px letter-spacing: -0.02em color: #FFFFFF
Section Heading H2
Inter Bold 700 32px / 38px letter-spacing: -0.01em color: #FFFFFF
Card Heading H3
Inter SemiBold 600 22px / 29px letter-spacing: normal color: #FFFFFF
Subsection H4
Inter SemiBold 600 18px / 24px letter-spacing: normal color: #FFFFFF
Body text is set in Inter Regular at 15px. It provides comfortable reading density for data-rich interfaces while maintaining the clean, technical feel of the platform. Line-height of 1.65 ensures readability across long passages.
Inter Regular 400 15px / 25px letter-spacing: normal color: rgba(255,255,255,0.85)
Small body and caption text for secondary information, timestamps, and metadata labels.
Inter Regular 400 13px / 20px color: rgba(255,255,255,0.72)
BADGE / LABEL TEXT
JetBrains Mono SemiBold 600 10-11px / 14px letter-spacing: 0.15em text-transform: uppercase
const agent = fleet.deploy({ mode: 'autonomous' });
JetBrains Mono Regular 400 13px / 22px Code blocks, inline code, terminal output
1,247+12.4%
JetBrains Mono Bold 700 28px / 31px Metric / KPI values
04

Brand Voice

How SecondMind Ops communicates: professional authority backed by genuine technical substance.

Professional, Not Corporate

We speak with the confidence of engineers who have built real systems. No jargon walls, no empty buzzwords. Every claim is grounded in capability.

Technical, But Accessible

We make autonomous operations understandable without dumbing them down. Complexity is presented clearly, not hidden behind marketing language.

Confident, Not Hype-y

We state what the platform does, not what it might do. We let results speak. No "revolutionary", no "game-changing" -- just clear capability statements.

Cutting-Edge, But Stable

We are at the frontier of autonomous systems, but we communicate reliability. The future is here, and it is operational -- not experimental.

Key Brand Phrases
autonomous operations agent fleet command centre AI-native fleet intelligence operational autonomy agent orchestration real-time coordination self-directed agents
Tone Examples

Correct

"Deploy autonomous agent fleets that operate around the clock. Monitor, coordinate, and scale -- all from one command centre."

Correct

"SecondMind Ops manages 47 agents across 12 workstreams with zero manual intervention in the last 72 hours."

Incorrect

"Our revolutionary AI platform is disrupting the industry with game-changing next-gen technology that will transform everything you know about automation!!!"

Incorrect

"Leverage synergistic AI paradigms to unlock exponential value across your enterprise stack."
Writing Guidelines

Headlines

Short, declarative statements. Lead with the outcome. Use active voice. Sentence case, not Title Case (except proper nouns). Max two lines.

Body Copy

Concise paragraphs, 2-3 sentences max. Lead with the most important information. Use technical terms where they add precision, plain language everywhere else.

UI Labels

Minimal, verb-first for actions ("Deploy agent", "View logs"). Noun-first for navigation ("Agent fleet", "Command centre"). Never end with a period.

Error Messages

State what happened, then what to do. Be specific ("Agent alpha-7 lost connection" not "Something went wrong"). No blame, no apology -- just facts and a path forward.

05

UI Components

Core interface elements styled with the SecondMind Ops brand system. Glass-morphism, subtle glow, and functional clarity.

Buttons
Badges & Status Indicators
Active Online Premium Warning Error In Progress
v2.4.1 Fleet: 47 agents AI-Native

Agent Fleet Overview

All Systems Go

47 autonomous agents deployed across 12 workstreams. Average response latency 23ms. Zero manual interventions required in the last 72 hours.

Glass Panel

Glass-morphism Effect

Used for overlays, modals, sticky headers, and floating panels. Combines backdrop blur with subtle border glow.

backdrop-filter: blur(20px) saturate(180%);
background: rgba(8,13,26,0.65);
border: 1px solid rgba(0,200,255,0.22);
Metric Tiles
Active Agents
47
+3 today
Tasks / Hour
1,247
+12.4%
Latency (avg)
23ms
-8.2%
Error Rate
0.02%
Nominal
Code Block
// Deploy an autonomous agent fleet
const fleet = await SecondMind.createFleet({
  name: 'revenue-ops',
  agents: 12,
  mode: 'autonomous',
  coordination: 'mesh',
});

fleet.on('task:complete', (result) => {
  CommandCentre.log(result);
});

await fleet.deploy();
Scan-line Overlay Effect

Applied to dark backgrounds for the signature SecondMind Ops visual texture. Subtle, never distracting.

SCAN-LINE OVERLAY ACTIVE
repeating-linear-gradient with 2px transparent + 2px rgba(0,200,255,0.015-0.03)
06

Do's and Don'ts

Essential guidelines for maintaining brand consistency across all touchpoints.

Do

  • Use the full dark palette hierarchy: Background > Panel > Panel 2 for depth
  • Maintain the cyan accent as the primary interactive color across all interfaces
  • Use JetBrains Mono for all technical content: code, metrics, labels, badges
  • Apply glass-morphism sparingly for elevated elements like modals and sticky headers
  • Keep plenty of whitespace (darkspace) between elements -- let the interface breathe
  • Use status colors consistently: green for success/active, yellow for warning, red for error
  • Write in active voice with specific, measurable claims
  • Use the network-node logo at appropriate sizes with required clear space
  • Prefer sentence case for headlines and UI labels
  • Use subtle border glow (rgba(0,200,255,0.22)) to define panel edges

Don't

  • Never place the logo on busy or patterned backgrounds without a solid panel behind it
  • Never use light/white backgrounds for primary interfaces -- dark theme is core to the brand
  • Never stretch, rotate, or modify the logo proportions
  • Avoid using cyan on cyan, or any accent color for large background fills
  • Don't mix Inter and JetBrains Mono within the same sentence or label
  • Don't use heavy box shadows -- prefer subtle border glow and backdrop blur instead
  • Avoid hype language: "revolutionary", "game-changing", "disruptive", "synergy"
  • Don't use more than two accent colors in a single component
  • Never reduce the logo below minimum size (24px icon, 120px full lockup)
  • Don't add color to the logo mark beyond the approved cyan, white, or dark variants
Logo Misuse Examples
SECONDMIND
Do not distort or skew
SECONDMIND
Do not use unapproved colors
SECONDMIND
Do not reduce opacity below 50%