/* ═══════════════════════════════════════════════════
   AuGamer – DEFAULT Theme (Clean Australian Light)
═══════════════════════════════════════════════════ */
:root {
  --accent:          #16a34a;
  --accent-hover:    #15803d;
  --accent-bg:       #f0fdf4;
  --accent-border:   #bbf7d0;
  --brand-color:     #16a34a;
  --link-color:      #2563eb;
  --link-hover:      #1d4ed8;
  --text-color:      #1e293b;
  --muted-text:      #64748b;
  --heading-color:   #0f172a;

  --nav-bg:          rgba(255,255,255,.92);
  --nav-link:        #374151;
  --nav-hover-bg:    #f0fdf4;
  --nav-hover-color: #16a34a;
  --btn-theme-bg:    #f1f5f9;

  --hero-bg:         linear-gradient(135deg, #064e3b 0%, #065f46 40%, #047857 100%);
  --hero-overlay:    linear-gradient(to right, rgba(0,0,0,.15), transparent);
  --hero-title:      #ffffff;
  --hero-sub:        rgba(255,255,255,.85);

  --card-bg:         #ffffff;
  --section-bg:      #f8fafc;
  --section-alt-bg:  #f1f5f9;
  --cta-bg:          linear-gradient(135deg, #16a34a, #0d9488);
  --cta-text:        #ffffff;

  --border-color:    #e2e8f0;
  --hover-bg:        #f8fafc;
  --table-head-bg:   #f1f5f9;
  --input-bg:        #ffffff;
  --focus-ring:      rgba(22,163,74,.2);

  --pill-bg:         #ffffff;
  --tag-bg:          #f0fdf4;
  --tag-color:       #166534;
  --tag-border:      #bbf7d0;

  --toolbar-bg:      #f1f5f9;
  --toolbar-btn-bg:  #ffffff;
  --hint-bg:         #fffbeb;
  --blockquote-bg:   #f0fdf4;
  --code-bg:         #f1f5f9;
  --code-color:      #7c3aed;
  --pre-bg:          #1e293b;

  --footer-bg:       #0f172a;
  --footer-text:     #94a3b8;
  --footer-heading:  #e2e8f0;
  --footer-link:     #94a3b8;

  --admin-sidebar-bg: #f8fafc;
  --breadcrumb-bg:   #f8fafc;
}
body { background: var(--section-bg); color: var(--text-color); }
