/* ============================================================
   Tema: Clasico (azul/morado - default)
   ============================================================ */
[data-tema="clasico"], :root {
    --bg:        #f4f6fb;
    --bg-card:   #ffffff;
    --bg-input:  #ffffff;
    --bg-sidebar:#ffffff;
    --bg-topbar: #ffffff;
    --text:      #1a1f2c;
    --muted:     #6b7280;
    --border:    #e5e7eb;
    --accent:    #4f46e5;
    --accent-h:  #4338ca;
    --accent-soft: #eef2ff;
    --ok:        #16a34a;
    --warn:      #d97706;
    --err:       #dc2626;
    --shadow:    0 1px 2px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.04);
    --shadow-lg: 0 4px 20px rgba(0,0,0,.08);
    --radius:    10px;
    --radius-sm: 6px;
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-num:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --letter-spacing: -0.01em;
}
[data-tema="clasico"][data-theme="dark"] {
    --bg:        #0f1419;
    --bg-card:   #1a1f2c;
    --bg-input:  #242b3a;
    --bg-sidebar:#131822;
    --bg-topbar: #131822;
    --text:      #e5e7eb;
    --muted:     #9ca3af;
    --border:    #2a3142;
    --accent:    #818cf8;
    --accent-h:  #6366f1;
    --accent-soft: #1e1b4b;
    --ok:        #4ade80;
    --warn:      #fbbf24;
    --err:       #f87171;
    --shadow:    0 1px 2px rgba(0,0,0,.4), 0 4px 12px rgba(0,0,0,.3);
    --shadow-lg: 0 4px 20px rgba(0,0,0,.5);
}
