/* MTO Light Theme */
:root {
  --bg-page:       #f4f5f7;
  --bg-surface:    #ffffff;
  --bg-sidebar:    #2c3e50;
  --bg-sidebar-hover: #34495e;
  --bg-input:      #ffffff;
  --bg-hover:      #f0f2f5;
  --bg-badge:      #e8ecf0;

  --text-primary:  #1a202c;
  --text-secondary:#4a5568;
  --text-muted:    #718096;
  --text-sidebar:  #ecf0f1;
  --text-sidebar-muted: #bdc3c7;
  --text-on-accent:#ffffff;

  --border:        #e2e8f0;
  --border-focus:  #4a90d9;

  --accent:        #3b82f6;
  --accent-hover:  #2563eb;
  --accent-light:  #eff6ff;

  --danger:        #e53e3e;
  --danger-light:  #fff5f5;
  --warning:       #d69e2e;
  --warning-light: #fffff0;
  --success:       #38a169;
  --success-light: #f0fff4;
  --info:          #3182ce;
  --info-light:    #ebf8ff;

  --priority-5:    #e53e3e;
  --priority-4:    #ed8936;
  --priority-3:    #3182ce;
  --priority-2:    #68d391;
  --priority-1:    #a0aec0;

  --radius:        6px;
  --radius-lg:     10px;
  --shadow-sm:     0 1px 3px rgba(0,0,0,0.08);
  --shadow:        0 2px 8px rgba(0,0,0,0.10);
}
