/* =================================== */
/* theme.css */
/* =================================== */

/* ===== THEME SLIDER TOGGLE ===== */
  .ze-theme-slider { display:flex; align-items:center; gap:8px; cursor:pointer; user-select:none; -webkit-user-select:none; flex-shrink:0; }
  .ze-theme-slider svg { width:16px; height:16px; flex-shrink:0; transition:all 0.35s ease; }
  .ze-ts-sun { color:#FFD866; opacity:1; }
  .ze-ts-moon { color:rgba(255,255,255,0.35); opacity:0.5; }
  .ze-ts-track { width:44px; height:24px; border-radius:12px; background:rgba(255,255,255,0.15); border:1px solid rgba(255,255,255,0.2); position:relative; transition:all 0.35s ease; flex-shrink:0; }
  .ze-ts-thumb { width:18px; height:18px; border-radius:50%; background:#FFD866; position:absolute; top:2px; left:2px; transition:all 0.35s cubic-bezier(0.4,0,0.2,1); box-shadow:0 1px 4px rgba(0,0,0,0.2); }
