/* ===== zenmu Theme - 既存踏襲（緑系ダッシュボード、青系管理画面）===== */

:root[data-theme="zenmu"],
[data-theme="zenmu"] {
    /* === Dashboard Theme Colors === */
    
    /* Primary - Green */
    --theme-primary: #4CAF50;
    --theme-primary-dark: #388E3C;
    --theme-primary-light: #81C784;
    --theme-primary-bg: #d4edda;
    --theme-primary-border: #a3c293;
    
    /* Accent - Same as Primary */
    --theme-accent: #4CAF50;
    --theme-accent-dark: #388E3C;
    --theme-accent-light: #81C784;
    
    /* Header */
    --theme-header-bg: #d4edda;
    --theme-header-text: #2c5234;
    --theme-header-border: #a3c293;
    
    /* Footer */
    --theme-footer-bg: #d4edda;
    --theme-footer-text: #2c5234;
    --theme-footer-border: #a3c293;
    
    /* Sidebar */
    --theme-sidebar-bg: #f4f4f4;
    --theme-sidebar-text: #333333;
    --theme-sidebar-hover: #dddddd;
    --theme-sidebar-active: #c8e6c9;
    --theme-sidebar-active-text: #2c5234;
    
    /* Content */
    --theme-content-bg: #ffffff;
    --theme-body-bg: #f5f5f5;
    --theme-text: #333333;
    --theme-text-muted: #666666;
    
    /* Borders */
    --theme-border: #dddddd;
    --theme-border-dark: #cccccc;
    
    /* === Admin Theme Colors (Microsoft Fluent Style) === */
    
    /* Admin Primary - Microsoft Blue */
    --admin-primary: #0078d4;
    --admin-primary-dark: #106ebe;
    --admin-primary-light: #40e0ff;
    
    /* Admin Header */
    --admin-header-bg-start: #0078d4;
    --admin-header-bg-end: #106ebe;
    --admin-header-text: #ffffff;
    
    /* Admin Sidebar */
    --admin-sidebar-bg: #f3f2f1;
    --admin-sidebar-text: #323130;
    --admin-sidebar-hover: #edebe9;
    --admin-sidebar-active: #deecf9;
    --admin-sidebar-active-text: #0078d4;
    
    /* Admin Content */
    --admin-content-bg: #ffffff;
    --admin-body-bg: #faf9f8;
    
    /* Admin Footer */
    --admin-footer-bg: #f3f2f1;
    --admin-footer-text: #605e5c;
    
    /* Admin Accent */
    --admin-accent: #0078d4;
    --admin-accent-hover: #106ebe;
    
    /* Admin Semantic */
    --admin-success: #107c10;
    --admin-success-bg: #dff6dd;
    --admin-warning: #ffb900;
    --admin-warning-bg: #fff4ce;
    --admin-error: #d13438;
    --admin-error-bg: #fde7e9;
    --admin-info: #0078d4;
    --admin-info-bg: #deecf9;
    
    /* Admin Neutral Colors */
    --admin-gray-900: #323130;
    --admin-gray-800: #403e3d;
    --admin-gray-700: #605e5c;
    --admin-gray-600: #797775;
    --admin-gray-500: #a19f9d;
    --admin-gray-400: #c8c6c4;
    --admin-gray-300: #edebe9;
    --admin-gray-200: #f3f2f1;
    --admin-gray-100: #faf9f8;
    
    /* Button Colors */
    --btn-primary-bg: #0078d4;
    --btn-primary-hover: #106ebe;
    --btn-primary-text: #ffffff;
    --btn-secondary-bg: #605e5c;
    --btn-secondary-hover: #3b3a39;
    --btn-secondary-text: #ffffff;
    --btn-success-bg: #107c10;
    --btn-success-hover: #0b5a0b;
    --btn-danger-bg: #d13438;
    --btn-danger-hover: #a4262c;
}
