:root{
      --accent:16 185 129; --ink:15 23 42; --muted:100 116 139;
    }
    html.dark{
      --accent:34 211 238; --ink:229 231 235; --muted:156 163 175;
    }
    /* scrollbar sutil */
    ::-webkit-scrollbar{height:10px;width:10px}
    ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}
    html.dark ::-webkit-scrollbar-thumb{background:#334155}