BLGV Design Specifications & Brand Guidelines
For Design Team Meeting - Version 2.0
๐จ Executive Design Briefโ
Project: BLGV Unified Bitcoin Ecosystem
Company: Belgravia Hartford Capital Inc. (CSE: BLGV.V)
Objective: Create a cohesive, professional, Bitcoin-first design system across all platforms
Target Audience: Institutional investors, Bitcoin professionals, retail crypto users
๐ฑ Platform Overviewโ
4 Primary Platformsโ
- Treasury Intelligence - https://blgvbtc.com (Executive Dashboard)
- DEX Trading - https://dex.blgvbtc.com (Trading Platform)
- Mining Pool - https://pool.blgvbtc.com (Mining Operations)
- Mobile App - iOS/Android (Unified Access)
Design Priority Orderโ
- Mobile App (Primary focus - TestFlight ready)
- Treasury Intelligence (Executive/investor facing)
- DEX Trading (Professional trading interface)
- Mining Pool (Operational dashboard)
๐ฏ Core Design Principlesโ
1. Bitcoin-First Aestheticโ
- Professional, institutional-grade visual identity
- Bitcoin orange (#F7931A) as primary brand color
- Clean, modern typography that conveys trust and innovation
- Subtle Bitcoin iconography without being overly branded
2. Mobile-First Approachโ
- All designs must work perfectly on mobile devices first
- Progressive enhancement for tablet and desktop
- Touch-friendly interfaces with proper target sizes
- Gesture-based navigation where appropriate
3. Financial Professional Standardsโ
- Clean data visualization with real-time updates
- Professional color schemes suitable for financial data
- High contrast for accessibility and readability
- Consistent spacing and typography hierarchy
4. Cross-Platform Consistencyโ
- Unified design language across all platforms
- Consistent component library and design tokens
- Harmonious user experience regardless of platform
- Shared visual identity and branding elements
๐จ Visual Identity Systemโ
Primary Color Paletteโ
/* Bitcoin Orange - Primary Brand Color */
--bitcoin-primary: #F7931A;
--bitcoin-hover: #E68900;
--bitcoin-light: #FFF5E6;
/* Neutral Grays - Professional Foundation */
--gray-50: #F9FAFB;
--gray-100: #F3F4F6;
--gray-200: #E5E7EB;
--gray-300: #D1D5DB;
--gray-400: #9CA3AF;
--gray-500: #6B7280;
--gray-600: #4B5563;
--gray-700: #374151;
--gray-800: #1F2937;
--gray-900: #111827;
/* Semantic Colors */
--success: #22C55E; /* Green for profits, gains */
--danger: #EF4444; /* Red for losses, alerts */
--warning: #F59E0B; /* Amber for warnings */
--info: #3B82F6; /* Blue for information */
Theme Systemโ
/* Light Theme (Default) */
--background: #FFFFFF;
--surface: #F8F9FA;
--surface-elevated: #FFFFFF;
--text-primary: #1A1A1A;
--text-secondary: #6C757D;
--text-muted: #9CA3AF;
--border: #E5E7EB;
/* Dark Theme */
--background: #0F0F0F;
--surface: #1A1A1A;
--surface-elevated: #2A2A2A;
--text-primary: #FFFFFF;
--text-secondary: #E5E7EB;
--text-muted: #9CA3AF;
--border: #374151;
Typography Systemโ
/* Primary Font: Inter (Web) / San Francisco (iOS) / Roboto (Android) */
--font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
--font-family-mono: 'JetBrains Mono', 'Fira Code', monospace;
/* Typography Scale */
--text-xs: 0.75rem; /* 12px - Captions, labels */
--text-sm: 0.875rem; /* 14px - Body text, secondary */
--text-base: 1rem; /* 16px - Body text, primary */
--text-lg: 1.125rem; /* 18px - Large body, small headings */
--text-xl: 1.25rem; /* 20px - Card titles, medium headings */
--text-2xl: 1.5rem; /* 24px - Section headings */
--text-3xl: 1.875rem; /* 30px - Page titles */
--text-4xl: 2.25rem; /* 36px - Hero headings */
/* Font Weights */
--font-normal: 400;
--font-medium: 500;
--font-semibold: 600;
--font-bold: 700;
Spacing Systemโ
/* Consistent 8px grid system */
--space-1: 0.25rem; /* 4px */
--space-2: 0.5rem; /* 8px */
--space-3: 0.75rem; /* 12px */
--space-4: 1rem; /* 16px */
--space-5: 1.25rem; /* 20px */
--space-6: 1.5rem; /* 24px */
--space-8: 2rem; /* 32px */
--space-10: 2.5rem; /* 40px */
--space-12: 3rem; /* 48px */
--space-16: 4rem; /* 64px */
--space-20: 5rem; /* 80px */
Border Radius Systemโ
--radius-sm: 0.25rem; /* 4px - Small elements */
--radius-md: 0.5rem; /* 8px - Buttons, inputs */
--radius-lg: 0.75rem; /* 12px - Cards */
--radius-xl: 1rem; /* 16px - Large cards */
--radius-2xl: 1.5rem; /* 24px - Modals */
--radius-full: 9999px; /* Full rounded */
Shadow Systemโ
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
๐ฑ Platform-Specific Design Requirementsโ
1. Mobile Application (Priority 1)โ
Key Screens to Designโ
-
Onboarding Flow (3-4 screens)
- Welcome screen with BLGV branding
- Wallet creation/import options
- Treasury account linking
- Security setup (biometrics)
-
Home Dashboard
- Live BTC price (large, prominent)
- Stock prices (CSE, OTC, FRA)
- Portfolio summary
- Quick actions (send, receive, trade)
-
Treasury Screen
- Company metrics dashboard
- Holdings breakdown
- NAV calculations
- Acquisition timeline
-
DEX Trading Screen
- Trading pairs list
- Order book interface
- Trading form
- Portfolio balance
-
Mining Screen
- Pool statistics
- Earnings overview
- Miner management
-
Settings Screen
- Profile management
- Security settings
- Theme preferences
- About/help
Mobile Design Specificationsโ
- Screen Sizes: iPhone 12 Pro (390x844), iPhone SE (375x667), Large Android (414x896)
- Touch Targets: Minimum 44x44pt for all interactive elements
- Navigation: Tab bar with 5 primary sections
- Gestures: Pull-to-refresh, swipe navigation where appropriate
- Safe Areas: Proper handling of notches and home indicators
Component Library Neededโ
- Custom Tab Bar with Bitcoin iconography
- Price Display Cards (large, medium, small variants)
- Action Buttons (primary, secondary, ghost)
- Data Tables (mobile-optimized)
- Chart Components (line charts, pie charts)
- Modal/Sheet Components
- Form Input Components
- Loading States and Skeletons
2. Treasury Intelligence Platformโ
Executive Dashboard Requirementsโ
- Hero Section: Live BTC price, company valuation, key metrics
- Stock Performance: Real-time prices from all 3 exchanges
- Treasury Holdings: Bitcoin acquisition timeline, NAV analysis
- Analytics: Interactive charts, trend analysis
- Reports: Downloadable reports, screenshots capability
Design Considerationsโ
- Professional, executive-appropriate aesthetic
- Large data visualizations optimized for presentations
- Print-friendly layouts for reports
- High information density without clutter
- Responsive design for various screen sizes
3. DEX Trading Platformโ
Trading Interface Requirementsโ
- Order Book: Real-time bid/ask display
- Trading Form: Buy/sell orders with validation
- Portfolio View: Asset balances, trading history
- Market Data: Price charts, volume indicators
- Wallet Integration: Seamless Bitcoin wallet connection
Design Considerationsโ
- Professional trading platform aesthetics
- High contrast for easy data reading
- Fast visual feedback for trades
- Mobile-responsive trading interface
- Real-time data updates without jarring animations
4. Mining Pool Platformโ
Operations Dashboard Requirementsโ
- Pool Statistics: Hashrate, difficulty, blocks found
- Miner Management: Individual miner monitoring
- Earnings Tracking: Payouts, performance charts
- Real-time Monitoring: Live operational data
Design Considerationsโ
- Technical, operations-focused interface
- Real-time data visualization
- Mobile-friendly for on-the-go monitoring
- Clear status indicators and alerts
๐ง Component Design Specificationsโ
Buttonsโ
/* Primary Button - Bitcoin Orange */
.btn-primary {
background: var(--bitcoin-primary);
color: white;
padding: 12px 24px;
border-radius: var(--radius-md);
font-weight: var(--font-medium);
min-height: 44px; /* Touch target */
}
/* Secondary Button - Outline */
.btn-secondary {
background: transparent;
color: var(--bitcoin-primary);
border: 1px solid var(--bitcoin-primary);
padding: 12px 24px;
border-radius: var(--radius-md);
}
/* Ghost Button - Text Only */
.btn-ghost {
background: transparent;
color: var(--text-primary);
padding: 12px 24px;
border-radius: var(--radius-md);
}
Cardsโ
/* Standard Card */
.card {
background: var(--surface-elevated);
border-radius: var(--radius-lg);
padding: var(--space-6);
box-shadow: var(--shadow-sm);
border: 1px solid var(--border);
}
/* Price Display Card */
.price-card {
background: gradient or solid color;
padding: var(--space-8);
border-radius: var(--radius-xl);
text-align: center;
}
Navigationโ
/* Tab Bar (Mobile) */
.tab-bar {
background: var(--surface-elevated);
border-top: 1px solid var(--border);
padding: var(--space-2) 0;
height: 80px; /* Safe area compatible */
}
/* Tab Item */
.tab-item {
min-width: 60px;
min-height: 44px;
padding: var(--space-2);
}
๐ Data Visualization Guidelinesโ
Chart Color Systemโ
/* Price Charts */
--chart-green: #22C55E; /* Positive/gains */
--chart-red: #EF4444; /* Negative/losses */
--chart-bitcoin: #F7931A; /* Bitcoin-specific data */
--chart-neutral: #6B7280; /* Neutral/secondary data */
/* Multi-series Charts */
--chart-series-1: #F7931A; /* Bitcoin orange */
--chart-series-2: #3B82F6; /* Blue */
--chart-series-3: #22C55E; /* Green */
--chart-series-4: #8B5CF6; /* Purple */
--chart-series-5: #F59E0B; /* Amber */
Chart Types Neededโ
- Line Charts: Price history, performance tracking
- Bar Charts: Volume data, comparative metrics
- Pie Charts: Portfolio allocation, asset distribution
- Candlestick Charts: Trading data (DEX platform)
- Area Charts: Cumulative data visualization
๐ฏ Accessibility Requirementsโ
WCAG 2.1 AA Complianceโ
- Color Contrast: 4.5:1 for normal text, 3:1 for large text
- Focus Indicators: Visible focus states for all interactive elements
- Alternative Text: Descriptive alt text for all images and charts
- Keyboard Navigation: Full keyboard accessibility
- Screen Reader Support: Semantic HTML and ARIA labels
Mobile Accessibilityโ
- Touch Targets: Minimum 44x44pt (iOS) / 48x48dp (Android)
- Dynamic Type: Support for large text sizes
- Voice Control: Compatible with iOS/Android voice commands
- Reduced Motion: Respect user's motion preferences
๐ Responsive Design Breakpointsโ
/* Mobile First Approach */
/* Base: 320px+ (Small mobile) */
/* Small mobile */
@media (min-width: 375px) { }
/* Large mobile */
@media (min-width: 414px) { }
/* Tablet */
@media (min-width: 768px) { }
/* Desktop */
@media (min-width: 1024px) { }
/* Large desktop */
@media (min-width: 1440px) { }
๐ Implementation Prioritiesโ
Phase 1: Mobile App (Immediate)โ
- Design system foundations (colors, typography, spacing)
- Component library (buttons, cards, forms)
- Key screen layouts (Home, Treasury, DEX)
- Dark/light theme variants
Phase 2: Treasury Platformโ
- Executive dashboard layout
- Data visualization components
- Responsive design implementation
- Print/export layouts
Phase 3: DEX & Pool Platformsโ
- Trading interface components
- Operations dashboard layouts
- Cross-platform consistency audit
- Performance optimizations
๐ Deliverables Neededโ
Design Assetsโ
- Design System Documentation (Figma/Sketch)
- Component Library (Interactive prototypes)
- High-fidelity Mockups (All key screens)
- Responsive Layout Variants
- Icon Library (Bitcoin-themed icons)
- Brand Assets (Logos, illustrations)
Technical Specificationsโ
- CSS Design Tokens (Variables file)
- Component Specifications (Developer handoff)
- Animation Guidelines (Micro-interactions)
- Accessibility Checklist
- Implementation Guidelines
Documentationโ
- Style Guide (Brand usage guidelines)
- Pattern Library (UI patterns and components)
- Best Practices (Do's and don'ts)
- Maintenance Guidelines (Design system evolution)
๐จ Brand Personalityโ
Adjectivesโ
- Professional: Institutional-grade quality
- Trustworthy: Reliable financial platform
- Innovative: Cutting-edge Bitcoin technology
- Accessible: User-friendly for all skill levels
- Transparent: Clear, honest communication
Avoidโ
- Overly technical or intimidating
- Consumer crypto "meme" aesthetics
- Cluttered or overwhelming interfaces
- Generic financial app appearance
- Outdated or legacy design patterns
๐ฑ Technical Constraintsโ
Platform Limitationsโ
- iOS: Native design patterns, Human Interface Guidelines
- Android: Material Design considerations
- Web: Cross-browser compatibility
- Performance: Smooth animations, fast loading
Development Frameworkโ
- Mobile: React Native + Expo
- Web: React + TypeScript
- Styling: Tailwind CSS + Custom CSS variables
- Icons: React Native Vector Icons / Heroicons
๐ Design Processโ
Workflowโ
- Discovery: Review current designs and requirements
- Wireframing: Low-fidelity layout exploration
- Design System: Establish foundations and components
- High-Fidelity: Detailed mockups and prototypes
- Review & Iterate: Stakeholder feedback and refinement
- Handoff: Developer-ready specifications
Timeline Suggestionsโ
- Week 1: Discovery and wireframing
- Week 2: Design system and component library
- Week 3: High-fidelity mockups (mobile focus)
- Week 4: Responsive variants and documentation
- Week 5: Review, iteration, and handoff
๐ Contact & Next Stepsโ
Key Stakeholdersโ
- Product Owner: Mobile app TestFlight priority
- Development Team: React Native + React implementation
- Company Leadership: Professional, institutional focus
Immediate Questions for Designersโ
- What's your experience with Bitcoin/crypto design?
- Can you provide examples of professional financial interfaces?
- What's your process for design system creation?
- How do you approach mobile-first responsive design?
- What tools do you use for developer handoff?
Document Version: 2.0
Last Updated: July 17, 2025
Prepared for: Design team meeting and implementation