/* ============================================================
   DayCare+ / AnakHebat.com — Design Tokens
   ============================================================ */

:root {
  /* ── Brand Colors ── */
  --primary:            #2196F3;
  --primary-dark:       #1976D2;
  --primary-light:      #64B5F6;
  --primary-50:         #E8F4FD;
  --primary-100:        #BBDEFB;

  --accent-pink:        #FF4081;
  --accent-pink-dark:   #E91E63;
  --accent-pink-light:  #FF80AB;
  --accent-pink-50:     #FFF0F5;

  --accent-yellow:      #FFC107;
  --accent-yellow-dark: #FFA000;
  --accent-yellow-light:#FFE082;
  --accent-yellow-50:   #FFFDE7;

  --accent-orange:      #FF7043;
  --accent-orange-50:   #FBE9E7;

  --success:            #43A047;
  --success-dark:       #2E7D32;
  --success-light:      #81C784;
  --success-50:         #E8F5E9;

  --warning:            #FB8C00;
  --warning-50:         #FFF3E0;

  --error:              #E53935;
  --error-50:           #FFEBEE;

  --info:               #29B6F6;
  --info-50:            #E1F5FE;

  /* ── Neutrals ── */
  --gray-900:           #1A1A2E;
  --gray-800:           #2D2D44;
  --gray-700:           #4A4A6A;
  --gray-600:           #64648A;
  --gray-500:           #8A8AA0;
  --gray-400:           #B0B0C0;
  --gray-300:           #D0D0DD;
  --gray-200:           #E4E4EE;
  --gray-100:           #F0F0F6;
  --gray-50:            #F7F7FB;
  --white:              #FFFFFF;

  /* ── Semantic ── */
  --bg-body:            #F7F8FC;
  --bg-card:            #FFFFFF;
  --bg-sidebar:         #FFFFFF;
  --bg-hero:            linear-gradient(135deg, #E8F4FD 0%, #FFF0F5 40%, #FFFDE7 80%, #E8F5E9 100%);
  --bg-hero-solid:      #EEF4FF;
  --bg-section-alt:     #F0F4FF;

  --text-heading:       #1A1A2E;
  --text-body:          #4A4A6A;
  --text-muted:         #8A8AA0;
  --text-light:         #B0B0C0;
  --text-on-primary:    #FFFFFF;
  --text-on-dark:       #F0F0F6;
  --text-link:          #1565C0;

  --border-color:       #E4E4EE;
  --border-light:       #F0F0F6;

  /* ── Typography ── */
  --font-heading:       'Nunito', system-ui, -apple-system, sans-serif;
  --font-body:          'Inter', system-ui, -apple-system, sans-serif;

  --text-xs:            0.75rem;     /* 12px */
  --text-sm:            0.875rem;    /* 14px */
  --text-base:          1rem;        /* 16px */
  --text-lg:            1.125rem;    /* 18px */
  --text-xl:            1.25rem;     /* 20px */
  --text-2xl:           1.5rem;      /* 24px */
  --text-3xl:           1.875rem;    /* 30px */
  --text-4xl:           2.25rem;     /* 36px */
  --text-5xl:           3rem;        /* 48px */
  --text-6xl:           3.75rem;     /* 60px */

  --leading-tight:      1.2;
  --leading-snug:       1.35;
  --leading-normal:     1.6;
  --leading-relaxed:    1.75;

  --tracking-tight:     -0.02em;
  --tracking-normal:    0;
  --tracking-wide:      0.02em;
  --tracking-wider:     0.05em;

  --font-normal:        400;
  --font-medium:        500;
  --font-semibold:      600;
  --font-bold:          700;
  --font-extrabold:     800;

  /* ── Spacing ── */
  --space-0:    0;
  --space-1:    0.25rem;    /* 4px */
  --space-2:    0.5rem;     /* 8px */
  --space-3:    0.75rem;    /* 12px */
  --space-4:    1rem;       /* 16px */
  --space-5:    1.25rem;    /* 20px */
  --space-6:    1.5rem;     /* 24px */
  --space-8:    2rem;       /* 32px */
  --space-10:   2.5rem;     /* 40px */
  --space-12:   3rem;       /* 48px */
  --space-14:   3.5rem;     /* 56px */
  --space-16:   4rem;       /* 64px */
  --space-20:   5rem;       /* 80px */
  --space-24:   6rem;       /* 96px */
  --space-32:   8rem;       /* 128px */

  /* ── Border Radius ── */
  --radius-sm:    0.375rem;    /* 6px */
  --radius-md:    0.5rem;      /* 8px */
  --radius-lg:    0.75rem;     /* 12px */
  --radius-xl:    1rem;        /* 16px */
  --radius-2xl:   1.25rem;     /* 20px */
  --radius-3xl:   1.5rem;      /* 24px */
  --radius-full:  9999px;

  /* ── Shadows ── */
  --shadow-xs:    0 1px 2px rgba(26, 26, 46, 0.04);
  --shadow-sm:    0 1px 3px rgba(26, 26, 46, 0.06), 0 1px 2px rgba(26, 26, 46, 0.04);
  --shadow-md:    0 4px 6px -1px rgba(26, 26, 46, 0.07), 0 2px 4px -2px rgba(26, 26, 46, 0.04);
  --shadow-lg:    0 10px 15px -3px rgba(26, 26, 46, 0.07), 0 4px 6px -4px rgba(26, 26, 46, 0.03);
  --shadow-xl:    0 20px 25px -5px rgba(26, 26, 46, 0.08), 0 8px 10px -6px rgba(26, 26, 46, 0.03);
  --shadow-2xl:   0 25px 50px -12px rgba(26, 26, 46, 0.15);

  --shadow-card:       0 2px 12px rgba(21, 101, 192, 0.06);
  --shadow-card-hover: 0 12px 32px rgba(21, 101, 192, 0.12);
  --shadow-btn:        0 2px 8px rgba(21, 101, 192, 0.25);
  --shadow-btn-hover:  0 4px 16px rgba(21, 101, 192, 0.35);
  --shadow-pink:       0 4px 16px rgba(233, 30, 99, 0.25);
  --shadow-sidebar:    2px 0 20px rgba(26, 26, 46, 0.05);

  /* ── Transitions ── */
  --ease-out:       cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out:    cubic-bezier(0.45, 0, 0.55, 1);
  --ease-spring:    cubic-bezier(0.34, 1.56, 0.64, 1);

  --duration-fast:    150ms;
  --duration-normal:  250ms;
  --duration-slow:    400ms;
  --duration-slower:  600ms;

  --transition-base:  all 250ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast:  all 150ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-slow:  all 400ms cubic-bezier(0.22, 1, 0.36, 1);

  /* ── Layout ── */
  --container-sm:     640px;
  --container-md:     768px;
  --container-lg:     1024px;
  --container-xl:     1200px;
  --container-2xl:    1400px;

  --sidebar-width:    260px;
  --sidebar-collapsed:72px;
  --navbar-height:    72px;
  --navbar-height-mobile: 64px;

  /* ── Z-index ── */
  --z-dropdown:   1000;
  --z-sticky:     1020;
  --z-fixed:      1030;
  --z-modal-bg:   1040;
  --z-modal:      1050;
  --z-popover:    1060;
  --z-tooltip:    1070;
  --z-toast:      1080;
}
