:root{
  --bg:#f4f5f7; --panel:#ffffff; --panel2:#f7f8fa; --line:#e3e6ea;
  --txt:#12161c; --mut:#6b7280; --acc:#e6a028; --acc-ink:#1a1206;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.45}
a{color:var(--acc)}
h1,h2,h3{margin:0 0 8px}
button{font-family:inherit}
