﻿/* ============================================================
   鍖犲績浼佷笟 鈥?瑙嗚椋庢牸 脳 浜?鏆楄壊璇箟浠ょ墝
   涓?main.css 鐨?[data-theme="dark"] 鍗忓悓锛岃鐩栧悇 preset 鐨勯厤鑹?
   ============================================================ */

/* 鈥斺€?鏆楄壊锛氭樉寮忓垏鎹?鈥斺€?*/
[data-theme="dark"] body.theme-corporate-pro[data-visual-style="classic"]:not([data-colors-custom]) {
  --color-primary: #5b9fd4;
  --color-accent: #e8c547;
  --color-bg: #0d1117;
  --color-surface: #161b22;
  --color-text: #e6edf3;
  --color-muted: #9eb0c4;
  --color-border: #30363d;
  --color-border-strong: #484f58;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="midnight"]:not([data-colors-custom]) {
  --color-primary: #7eb8da;
  --color-accent: #e8d48a;
  --color-bg: #060a10;
  --color-surface: #121a24;
  --color-text: #f0f4f8;
  --color-muted: #94a3b8;
  --color-border: #1e293b;
  --color-border-strong: #334155;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="nordic"]:not([data-colors-custom]) {
  --color-primary: #7bc4a8;
  --color-accent: #a8c4b8;
  --color-bg: #121614;
  --color-surface: #1a211d;
  --color-text: #e8edea;
  --color-muted: #94a89e;
  --color-border: #2a3530;
  --color-border-strong: #3d4a44;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="aurora"]:not([data-colors-custom]) {
  --color-primary: #a5b4fc;
  --color-accent: #67e8f9;
  --color-bg: #0c1222;
  --color-surface: #151d33;
  --color-text: #f1f5f9;
  --color-muted: #94a3b8;
  --color-border: #2a3548;
  --color-border-strong: #3d4f6a;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="heritage"]:not([data-colors-custom]) {
  --color-primary: #e8a0a0;
  --color-accent: #d4b060;
  --color-bg: #14100e;
  --color-surface: #1f1816;
  --color-text: #faf6f0;
  --color-muted: #b0a090;
  --color-border: #3d322c;
  --color-border-strong: #524640;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="jade"]:not([data-colors-custom]) {
  --color-primary: #6ee7c4;
  --color-accent: #e8d5a8;
  --color-bg: #0c1412;
  --color-surface: #152420;
  --color-text: #ecfdf5;
  --color-muted: #8fb8a8;
  --color-border: #234038;
  --color-border-strong: #355a4e;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="slate"]:not([data-colors-custom]) {
  --color-primary: #94a3b8;
  --color-accent: #fb923c;
  --color-bg: #0f1419;
  --color-surface: #1a222c;
  --color-text: #f1f5f9;
  --color-muted: #94a3b8;
  --color-border: #2d3748;
  --color-border-strong: #475569;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="sunrise"]:not([data-colors-custom]) {
  --color-primary: #fb923c;
  --color-accent: #fcd34d;
  --color-bg: #1a120c;
  --color-surface: #261a12;
  --color-text: #fef3e2;
  --color-muted: #c4a882;
  --color-border: #3d2e22;
  --color-border-strong: #524032;
}

[data-theme="dark"] body.theme-corporate-pro[data-visual-style="editorial"]:not([data-colors-custom]) {
  --color-primary: #f5f5f5;
  --color-accent: #fb7185;
  --color-bg: #0a0a0a;
  --color-surface: #141414;
  --color-text: #fafafa;
  --color-muted: #a3a3a3;
  --color-border: #2e2e2e;
  --color-border-strong: #404040;
}

/* 鈥斺€?鏆楄壊锛氱郴缁熷亸濂斤紙鏈己鍒朵寒鑹叉椂锛?鈥斺€?*/
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="classic"]:not([data-colors-custom]) {
    --color-primary: #5b9fd4;
    --color-accent: #e8c547;
    --color-bg: #0d1117;
    --color-surface: #161b22;
    --color-text: #e6edf3;
    --color-muted: #9eb0c4;
    --color-border: #30363d;
    --color-border-strong: #484f58;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="midnight"]:not([data-colors-custom]) {
    --color-primary: #7eb8da;
    --color-accent: #e8d48a;
    --color-bg: #060a10;
    --color-surface: #121a24;
    --color-text: #f0f4f8;
    --color-muted: #94a3b8;
    --color-border: #1e293b;
    --color-border-strong: #334155;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="nordic"]:not([data-colors-custom]) {
    --color-primary: #7bc4a8;
    --color-accent: #a8c4b8;
    --color-bg: #121614;
    --color-surface: #1a211d;
    --color-text: #e8edea;
    --color-muted: #94a89e;
    --color-border: #2a3530;
    --color-border-strong: #3d4a44;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="aurora"]:not([data-colors-custom]) {
    --color-primary: #a5b4fc;
    --color-accent: #67e8f9;
    --color-bg: #0c1222;
    --color-surface: #151d33;
    --color-text: #f1f5f9;
    --color-muted: #94a3b8;
    --color-border: #2a3548;
    --color-border-strong: #3d4f6a;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="heritage"]:not([data-colors-custom]) {
    --color-primary: #e8a0a0;
    --color-accent: #d4b060;
    --color-bg: #14100e;
    --color-surface: #1f1816;
    --color-text: #faf6f0;
    --color-muted: #b0a090;
    --color-border: #3d322c;
    --color-border-strong: #524640;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="jade"]:not([data-colors-custom]) {
    --color-primary: #6ee7c4;
    --color-accent: #e8d5a8;
    --color-bg: #0c1412;
    --color-surface: #152420;
    --color-text: #ecfdf5;
    --color-muted: #8fb8a8;
    --color-border: #234038;
    --color-border-strong: #355a4e;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="slate"]:not([data-colors-custom]) {
    --color-primary: #94a3b8;
    --color-accent: #fb923c;
    --color-bg: #0f1419;
    --color-surface: #1a222c;
    --color-text: #f1f5f9;
    --color-muted: #94a3b8;
    --color-border: #2d3748;
    --color-border-strong: #475569;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="sunrise"]:not([data-colors-custom]) {
    --color-primary: #fb923c;
    --color-accent: #fcd34d;
    --color-bg: #1a120c;
    --color-surface: #261a12;
    --color-text: #fef3e2;
    --color-muted: #c4a882;
    --color-border: #3d2e22;
    --color-border-strong: #524032;
  }
  :root:not([data-theme="light"]) body.theme-corporate-pro[data-visual-style="editorial"]:not([data-colors-custom]) {
    --color-primary: #f5f5f5;
    --color-accent: #fb7185;
    --color-bg: #0a0a0a;
    --color-surface: #141414;
    --color-text: #fafafa;
    --color-muted: #a3a3a3;
    --color-border: #2e2e2e;
    --color-border-strong: #404040;
  }
}

/* 鈥斺€?浜壊锛氬己鍒朵寒鑹叉椂鎭㈠ preset 娴呰壊浠ょ墝锛堣鐩栫郴缁熸殫鑹诧級 鈥斺€?*/
[data-theme="light"] body.theme-corporate-pro[data-visual-style="classic"]:not([data-colors-custom]) {
  --color-primary: #0b5cad;
  --color-accent: #c9a227;
  --color-bg: #f4f6f9;
  --color-surface: #ffffff;
  --color-text: #1a2332;
  --color-muted: #5c6b7f;
  --color-border: #e2e8f0;
  --color-border-strong: #cbd5e1;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="midnight"]:not([data-colors-custom]) {
  --color-primary: #0c1929;
  --color-accent: #b8941f;
  --color-bg: #f4f6f8;
  --color-surface: #ffffff;
  --color-text: #0c1929;
  --color-muted: #5c6b7f;
  --color-border: #dce3ec;
  --color-border-strong: #c5d0de;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="nordic"]:not([data-colors-custom]) {
  --color-primary: #2d4a3e;
  --color-accent: #8fa99b;
  --color-bg: #f7f8f6;
  --color-surface: #ffffff;
  --color-text: #1a1f1c;
  --color-muted: #6b7c72;
  --color-border: #e8ebe9;
  --color-border-strong: #d4dad6;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="aurora"]:not([data-colors-custom]) {
  --color-primary: #4f46e5;
  --color-accent: #0891b2;
  --color-bg: #f8fafc;
  --color-surface: #ffffff;
  --color-text: #0f172a;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-border-strong: #cbd5e1;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="heritage"]:not([data-colors-custom]) {
  --color-primary: #5c1a1b;
  --color-accent: #8b6914;
  --color-bg: #faf7f2;
  --color-surface: #fffefb;
  --color-text: #2c1810;
  --color-muted: #6b5b4f;
  --color-border: #e8dfd0;
  --color-border-strong: #d4c8b8;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="jade"]:not([data-colors-custom]) {
  --color-primary: #0d5c4d;
  --color-accent: #c9a962;
  --color-bg: #f3f7f5;
  --color-surface: #ffffff;
  --color-text: #1a2e28;
  --color-muted: #5a6f68;
  --color-border: #d4e4de;
  --color-border-strong: #b8d4c8;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="slate"]:not([data-colors-custom]) {
  --color-primary: #1e293b;
  --color-accent: #f97316;
  --color-bg: #f1f5f9;
  --color-surface: #ffffff;
  --color-text: #0f172a;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-border-strong: #cbd5e1;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="sunrise"]:not([data-colors-custom]) {
  --color-primary: #ea580c;
  --color-accent: #fbbf24;
  --color-bg: #fffbf7;
  --color-surface: #ffffff;
  --color-text: #292524;
  --color-muted: #78716c;
  --color-border: #fde8d8;
  --color-border-strong: #fcd9c4;
}

[data-theme="light"] body.theme-corporate-pro[data-visual-style="editorial"]:not([data-colors-custom]) {
  --color-primary: #111111;
  --color-accent: #e11d48;
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-text: #111111;
  --color-muted: #525252;
  --color-border: #e5e5e5;
  --color-border-strong: #d4d4d4;
}
