:root {
    /* Kyosun brand colors */
    --primary: #522583;
    --primary-dark: #3a1a5e;
    --primary-light: #f3edf8;
    --accent: #7CB342;
    --accent-dark: #5a8a2f;
    --accent-light: #e8f5e9;

    /* Neutral */
    --bg: #f5f5f5;
    --bg-white: #ffffff;
    --text: #333333;
    --text-light: #666666;
    --text-muted: #999999;
    --border: #e0e0e0;
    --border-light: #f0f0f0;

    /* Status */
    --success: #43a047;
    --success-bg: #e8f5e9;
    --error: #e53935;
    --error-bg: #fdecea;
    --warning: #f57c00;
    --warning-bg: #fff3e0;

    /* Layout */
    --header-h: 56px;
    --sidebar-w: 280px;
    --radius: 8px;
    --radius-sm: 4px;
    --shadow: 0 2px 8px rgba(0,0,0,0.08);
    --shadow-lg: 0 4px 16px rgba(0,0,0,0.12);

    /* Typography */
    --font: 'Museo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'SF Mono', 'Fira Code', monospace;
}
