/* v2.37 — 10 identidades visuais premium com CSS variables */
body.theme-classic,body[data-theme="classic"]{
  --bg:#f6f7fb; --surface:#ffffff; --surface-2:#f7f9fc; --text:#172033; --muted:#647083; --line:#e5eaf2;
  --primary:#14345c; --primary-2:#0c2343; --accent:#c9a45e; --accent-2:#9a7731;
  --sidebar:#17243a; --sidebar-text:#eef4ff; --shadow:0 18px 44px rgba(20,52,92,.08); --radius:18px;
  --btn-radius:12px; --card-blur:0px; --panel-pad:22px; --table-head:#f6f8fb;
}
body.theme-moderno-clean,body[data-theme="moderno-clean"]{
  --bg:#f5f8fc; --surface:#ffffff; --surface-2:#f8fbff; --text:#142033; --muted:#66758b; --line:#e5edf7;
  --primary:#2563eb; --primary-2:#1d4ed8; --accent:#0ea5e9; --accent-2:#38bdf8;
  --sidebar:#ffffff; --sidebar-text:#263446; --shadow:0 14px 36px rgba(37,99,235,.08); --radius:20px;
  --btn-radius:14px; --card-blur:0px; --panel-pad:24px; --table-head:#f7fbff;
}
body.theme-premium-gold,body[data-theme="premium-gold"]{
  --bg:#f7f4ee; --surface:#fffdf8; --surface-2:#fbf5e9; --text:#221d16; --muted:#756958; --line:#eadfca;
  --primary:#232323; --primary-2:#111111; --accent:#c89b3c; --accent-2:#8b6826;
  --sidebar:#171717; --sidebar-text:#fff8e7; --shadow:0 18px 44px rgba(75,53,19,.10); --radius:18px;
  --btn-radius:12px; --card-blur:0px; --panel-pad:23px; --table-head:#fbf5e9;
}
body.theme-minimalista,body[data-theme="minimalista"]{
  --bg:#fbfcfe; --surface:#ffffff; --surface-2:#fafafa; --text:#161b22; --muted:#6b7280; --line:#e8eaee;
  --primary:#1f2937; --primary-2:#111827; --accent:#64748b; --accent-2:#94a3b8;
  --sidebar:#ffffff; --sidebar-text:#1f2937; --shadow:0 8px 24px rgba(17,24,39,.045); --radius:14px;
  --btn-radius:10px; --card-blur:0px; --panel-pad:20px; --table-head:#fafafa;
}
body.theme-glass-light,body[data-theme="glass-light"]{
  --bg:#eef6ff; --surface:rgba(255,255,255,.74); --surface-2:rgba(255,255,255,.54); --text:#122033; --muted:#63738a; --line:rgba(199,216,235,.72);
  --primary:#1e40af; --primary-2:#1d4ed8; --accent:#7dd3fc; --accent-2:#bae6fd;
  --sidebar:rgba(255,255,255,.58); --sidebar-text:#17233b; --shadow:0 24px 54px rgba(30,64,175,.12); --radius:22px;
  --btn-radius:16px; --card-blur:18px; --panel-pad:24px; --table-head:rgba(255,255,255,.44);
}
body.theme-legal-tech,body[data-theme="legal-tech"]{
  --bg:#f1fbff; --surface:#ffffff; --surface-2:#eefaff; --text:#102033; --muted:#60768a; --line:#d8eef8;
  --primary:#0f5d8f; --primary-2:#084e7e; --accent:#06b6d4; --accent-2:#22d3ee;
  --sidebar:#09283f; --sidebar-text:#e8fbff; --shadow:0 18px 44px rgba(6,182,212,.11); --radius:18px;
  --btn-radius:13px; --card-blur:0px; --panel-pad:22px; --table-head:#effaff;
}
body.theme-soft-gray,body[data-theme="soft-gray"]{
  --bg:#f4f5f7; --surface:#ffffff; --surface-2:#f8f8fa; --text:#1d2530; --muted:#6b7280; --line:#e0e4ea;
  --primary:#475569; --primary-2:#334155; --accent:#94a3b8; --accent-2:#64748b;
  --sidebar:#fdfdfd; --sidebar-text:#26313f; --shadow:0 14px 34px rgba(71,85,105,.08); --radius:18px;
  --btn-radius:12px; --card-blur:0px; --panel-pad:22px; --table-head:#f6f7f8;
}
body.theme-compacto-profissional,body[data-theme="compacto-profissional"]{
  --bg:#f6f8fb; --surface:#ffffff; --surface-2:#f6f8fa; --text:#182235; --muted:#5f6b7a; --line:#e1e7ef;
  --primary:#1f3a5f; --primary-2:#162a46; --accent:#4f7cac; --accent-2:#2f6690;
  --sidebar:#1d2939; --sidebar-text:#eef4ff; --shadow:0 12px 28px rgba(31,58,95,.08); --radius:12px;
  --btn-radius:9px; --card-blur:0px; --panel-pad:16px; --table-head:#f6f8fa;
}
body.theme-dashboard-executivo,body[data-theme="dashboard-executivo"]{
  --bg:#eef2f8; --surface:#ffffff; --surface-2:#f4f7fc; --text:#111827; --muted:#607089; --line:#dce5f0;
  --primary:#0b2447; --primary-2:#081a33; --accent:#f2a93b; --accent-2:#3b82f6;
  --sidebar:#0b2447; --sidebar-text:#f8fbff; --shadow:0 20px 52px rgba(11,36,71,.12); --radius:20px;
  --btn-radius:14px; --card-blur:0px; --panel-pad:26px; --table-head:#f4f7fc;
}
body.theme-branco-total,body[data-theme="branco-total"]{
  --bg:#ffffff; --surface:#ffffff; --surface-2:#ffffff; --text:#111827; --muted:#6b7280; --line:#edf0f4;
  --primary:#2563eb; --primary-2:#1d4ed8; --accent:#93c5fd; --accent-2:#60a5fa;
  --sidebar:#ffffff; --sidebar-text:#1f2937; --shadow:0 6px 20px rgba(17,24,39,.035); --radius:12px;
  --btn-radius:10px; --card-blur:0px; --panel-pad:20px; --table-head:#ffffff;
}

.layout-compact,body.theme-compacto-profissional,body[data-theme="compacto-profissional"]{--panel-pad:16px;--radius:12px;--btn-radius:9px}
.layout-spacious{--panel-pad:30px;--radius:24px}
.layout-light-sidebar{--sidebar:#ffffff;--sidebar-text:#243044}

.theme-glass-light body:after{opacity:.12}
body.theme-glass-light:after,body[data-theme="glass-light"]:after{opacity:.12}
