:root{
  --bg: #f3f2f1;
  --surface: #ffffff;
  --surface2: #fbfbfb;
  --line: #e1dfdd;
  --text: #201f1e;
  --muted: #605e5c;
  --brand: #0f6cbd;
  --brand2: #115ea3;
  --shadow: 0 6px 22px rgba(0,0,0,.12);
  --shadow2: 0 2px 10px rgba(0,0,0,.06);
  --radius: 10px;
  --radiusSm: 8px;
  --font: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
}

[hidden]{display:none !important}
