:root{
  --gold:#C8A04A; --gold-2:#E6C878;
  --ink:#14161D; --ink-2:#1A1D29;
  --violet:#6C5CE7; --teal:#0FB9B1; --amber:#EE9A1E; --rose:#FF6B81; --blue:#2D9CDB;
  --bg:#F4F5F8; --card:#fff; --border:#ECEDF1; --muted:#9aa0ad; --text:#1A1D29; --text-2:#4a5063;
  --r-card:20px; --r-field:12px; --r-pill:20px;
  --shadow-card:0 1px 0 rgba(20,22,29,.02);
  --font-ui:'Plus Jakarta Sans',system-ui,sans-serif;
  --font-display:'Spectral',Georgia,serif;
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{font-family:var(--font-ui);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none;}
::-webkit-scrollbar{width:10px;height:10px;}
::-webkit-scrollbar-thumb{background:#d8dbe3;border-radius:8px;border:2px solid var(--bg);}
.rh-scroll::-webkit-scrollbar{width:6px;}
