/**
 * Cohost Dark Glass Theme - Complete Bundle
 * Production-ready theme system for Cohost Engine
 * 
 * Import order matters - tokens first, then structure, then components
 */

/* Design System Foundation */
@import url('./themes/cohost/tokens.css');

/* Layout Structure */
@import url('./themes/cohost/layout.css');

/* UI Components */
@import url('./themes/cohost/components.css');

/* Visual Effects & Animations */
@import url('./themes/cohost/effects.css');

/* Optional: Calendar Styling */
@import url('./themes/cohost/calendar.css');

/* Optional: Chart Styling */
@import url('./themes/cohost/charts.css');

/**
 * Theme is now loaded!
 * 
 * Quick Start:
 * 1. Add <link rel="stylesheet" href="/static/css/cohost.css"> to your layout
 * 2. Add <div class="fx-bg"></div> right after <body> tag
 * 3. Wrap content in <div class="app">...</div>
 * 4. Include <div class="toast-wrap"></div> before </body>
 * 
 * Intensity Control:
 * - Add data-theme-intensity="minimal|moderate|high" to <html> or <body>
 * - Default is "moderate"
 * 
 * Accessibility:
 * - Respects prefers-reduced-motion automatically
 * - Respects prefers-contrast automatically
 * - All focus states included
 */
