:root {
  --pd-blue-primary: #0b3c85;      /* Biru Utama PD */
  --pd-blue-hover: #072a60;        /* State hover/active */
  --pd-blue-surface: #eef4fc;      /* Background aksen halus */
  --pd-blue-border: #c8daf4;       /* Border kartu/input fokus */

  --pd-red-accent: #d32f2f;        /* Merah aksen simbol partai / error */
  --pd-yellow-accent: #fbc02d;     /* Kuning keemasan bintang partai */
  --pd-yellow-hover: #f57f17;

  --color-bg-body: #f8fafc;
  --color-bg-surface: #ffffff;
  --color-bg-surface-elevated: #ffffff;

  --color-text-main: #0f172a;       /* Slate 900 untuk kontras WCAG AAA */
  --color-text-muted: #475569;      /* Slate 600 untuk deskripsi/subjudul */
  --color-text-subtle: #94a3b8;     /* Slate 400 untuk placeholder */
  --color-text-inverse: #ffffff;

  --color-border: #e2e8f0;
  --color-border-hover: #cbd5e1;

  --state-success: #16a34a;        /* Status: 1 (Verifikadu) */
  --state-warning: #d97706;        /* Status: 0 (Hein Verifikasaun) */
  --state-danger: #dc2626;         /* Status: 2 (Rujeitadu) */
  --state-info: #2563eb;

  --font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  --font-size-xs: 0.75rem;     /* 12px */
  --font-size-sm: 0.875rem;    /* 14px */
  --font-size-base: 1rem;      /* 16px */
  --font-size-lg: 1.125rem;    /* 18px */
  --font-size-xl: 1.25rem;     /* 20px */
  --font-size-2xl: 1.5rem;     /* 24px */
  --font-size-3xl: 1.875rem;   /* 30px */
  --font-size-4xl: 2.25rem;    /* 36px */

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

  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;

  --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-16: 4rem;    /* 64px */

  --container-max-width: 1140px;
  --container-gutter: var(--space-4);
  --header-height: 72px;

  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.08), 0 2px 4px -2px rgb(0 0 0 / 0.05);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.04);

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 350ms cubic-bezier(0.16, 1, 0.3, 1);
  
  --z-base: 1;
  --z-sticky: 100;
  --z-header: 500;
  --z-modal-backdrop: 900;
  --z-toast: 1000;
}
