:root {
  --ce-bg:#08101f; --ce-surface:#111c31; --ce-surface-2:#17253f;
  --ce-text:#f5f7fb; --ce-muted:#9fb0ca; --ce-border:rgba(255,255,255,.10);
  --ce-accent:#6ea8fe; --ce-danger:#ff6b81;
  --background:#08101f;--background-soft:#0d1728;--surface:#111c31;
  --surface-soft:#17253f;--surface-hover:#1d2d4a;--surface-glass:rgba(17,28,49,.92);
  --border:rgba(255,255,255,.10);--border-strong:rgba(255,255,255,.18);
  --text:#f5f7fb;--text-soft:#cbd5e1;--muted:#9fb0ca;
  --primary:#6e7dff;--primary-hover:#5969eb;--primary-soft:rgba(110,125,255,.15);
  --success:#27c894;--success-soft:rgba(39,200,148,.12);
  --danger:#ff6b81;--danger-soft:rgba(255,107,129,.12);
  color-scheme:dark;
}
html,body{background:var(--ce-bg);color:var(--ce-text)}
.application,.main-content{background:var(--ce-bg)}
.admin-card,.market-card,.profile-card,.chat-panel{background:var(--ce-surface);border-color:var(--ce-border);color:var(--ce-text)}
input,select,textarea{background:var(--ce-surface-2);color:var(--ce-text);border-color:var(--ce-border)}
.auth-card,.profile-modern-card,.modern-profile-hero,.gallery-browser,.gallery-tile,.user-center-card,.mailbox-panel,.design-editor{color:var(--text);border-color:var(--border)}
