Asset Library

Transparent logos, brand scene imagery, design tokens, and system components.

TRANSPARENT LOGOS (8 RGBA)
Logo 01
logo_01
Logo 02
logo_02
Logo 03
logo_03
Logo 04
logo_04
Logo 05
logo_05
Logo 06
logo_06
Logo 07
logo_07
Logo 08
logo_08
SITE HIERARCHY
sovereign-ui/ ├── index.html ← Ecosystem Hub (this site) ├── system-criteria.html ← Build standards & quality gates │ ├── brands/ │ ├── index.html ← Brand directory (layered view) │ ├── fth-trading.html ← #01 FTH Trading │ ├── unykorn.html ← #02 UnyKorn │ ├── xxxiii-sovereign.html ← #03 XXXIII Sovereign │ ├── ... (16 brand pages) │ └── men-of-god.html ← #16 Men of God │ ├── videos/ │ ├── index.html ← Video gallery (32 videos) │ ├── 01_fth_trading.mp4 ← Brand film │ ├── 01_fth_trading_logo.mp4 ← Logo sting │ └── ... (32 video files) │ └── assets/ ├── index.html ← This page └── logos/ ← 8 transparent RGBA PNGs
DESIGN SYSTEM TOKENS
sovereign-design-system/ ├── tokens/ │ ├── theme.tokens.css ← Color, glass, glow, typography │ ├── motion.tokens.css ← Duration, easing, transitions │ └── layout.tokens.css ← Spacing, max-widths, grid │ ├── brands/ │ ├── unykorn.skin.css ← Deep black + electric blue │ ├── xxxiii.skin.css ← Cold white + ice blue + gold │ ├── helios.skin.css ← Black + amber + molten gold │ ├── nil33.skin.css ← Graphite + silver + cyan │ └── y3k.skin.css ← Black + emerald + ice blue │ ├── components/ │ └── components.css ← 12 component families │ └── devices/ └── responsive.css ← Watch → Desktop → XR