/* ==========================================================================
   CRYPTOHELL — Design tokens
   Single dark theme (sengaja, tidak ada light mode)
   ========================================================================== */

:root {
  color-scheme: dark;

  /* Surface */
  --ink:    #0A0605;  /* background utama, hitam hangat */
  --ink-2:  #130B09;  /* section alternatif, kartu */
  --ink-3:  #1C100D;
  --line:   #34201B;  /* border halus */
  --line-2: #4A2A22;  /* border tegas, input */

  /* Brand */
  --crimson:    #A30000; /* merah logo */
  --crimson-hi: #C8140F; /* merah untuk teks di atas hitam */
  --ember:      #FF9E1B; /* oranye/amber logo */
  --ember-dim:  #C9791A;

  /* Text */
  --bone:  #F4EAE0; /* heading */
  --ash:   #BCAEA4; /* body */
  --smoke: #8A7A70; /* caption, meta */

  /* Font */
  --display: "Archivo", "Arial Narrow", Arial, sans-serif;
  --body:    "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono:    "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;

  /* Bentuk hexagon (motif utama brand) */
  --hexv: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
