:root {
  --accent: #1B2C4F;
  --dm-own-bg: #1B2C4F;
  --success: #1bd557;
  --dm-green: #1bd557;
  --dm-green-glow: rgba(27,213,87,0.3);
  --dm-purple: #843ff5;
  --orange: #f69d04;
  --error: #f34842;
  --bg: #fafafb;
  --bg-2: #fbfbfd;
  --surface: #fbfafc;
  --text-1: #0f1318;
  --dm-other-text: #0f1318;
  --text-2: #414348;
  --text-3: #6d7481;
  --dm-time-other: #6d7481;
  --border: rgba(27,44,79,0.1);
  --border-2: rgba(27,44,79,0.18);
  --dm-bg: #F0F2F8;
  --dm-surface: #FFFFFF;
  --dm-header-bg: #FFFFFF;
  --dm-input-bg: #FFFFFF;
  --dm-other-bg: #FFFFFF;
  --dm-ticks-read: #48DBA8;
  --comment-blue: #3B7BD4;
  --call-bg: #0A0A14;
  --call-avatar-bg: #1E1E2E;
  --status-bar-color: #F0F2F8;
  --success-dark: #17b74b;
  --dm-purple-dark: #640df2;
  --bottom-nav-bg: rgba(254,254,254,0.8);
}
.dm-shell {
  --dm-own-bg: #1B2C4F;
  --dm-green: #1bd557;
  --dm-green-glow: rgba(27,213,87,0.3);
  --dm-purple: #843ff5;
  --dm-other-text: #0f1318;
  --dm-time-other: #6d7481;
  --dm-bg: #F0F2F8;
  --dm-surface: #FFFFFF;
  --dm-header-bg: #FFFFFF;
  --dm-input-bg: #FFFFFF;
  --dm-other-bg: #FFFFFF;
  --dm-ticks-read: #48DBA8;
  --dm-purple-dark: #640df2;
}
:root[data-theme="dark"] {
  --accent: #1b2c4f;
  --dm-own-bg: #1b2c4f;
  --success: #1bd557;
  --dm-green: #1bd557;
  --dm-green-glow: rgba(27,213,87,0.3);
  --dm-purple: #9b7bef;
  --orange: #f79d04;
  --error: #f14542;
  --bg: #1b2128;
  --bg-2: #1c2028;
  --surface: #1c2028;
  --text-1: #f6f7fc;
  --dm-other-text: #f6f7fc;
  --text-2: #bbc1ca;
  --text-3: #878d98;
  --dm-time-other: #878d98;
  --border: rgba(255,255,255,0.1);
  --border-2: rgba(255,255,255,0.18);
  --dm-bg: #121218;
  --dm-surface: #1c2028;
  --dm-header-bg: #1c2028;
  --dm-input-bg: #1c2028;
  --dm-other-bg: #262A36;
  --dm-ticks-read: #4CE0B0;
  --comment-blue: #5B9BE8;
  --call-bg: #0A0A14;
  --call-avatar-bg: #1E1E2E;
  --status-bar-color: #1b2128;
  --success-dark: #1ab65b;
  --dm-purple-dark: #5B32C7;
  --bottom-nav-bg: rgba(14,18,23,0.8);
}
[data-theme="dark"] .dm-shell {
  --dm-own-bg: #1b2c4f;
  --dm-green: #1bd557;
  --dm-green-glow: rgba(27,213,87,0.3);
  --dm-purple: #9b7bef;
  --dm-other-text: #f6f7fc;
  --dm-time-other: #878d98;
  --dm-bg: #121218;
  --dm-surface: #1c2028;
  --dm-header-bg: #1c2028;
  --dm-input-bg: #1c2028;
  --dm-other-bg: #262A36;
  --dm-ticks-read: #4CE0B0;
  --dm-purple-dark: #5B32C7;
}
