:root{
  --bg:#ffffff;
  --text:#0d0f12;
  --muted:rgb(100,100,100);
  --line:rgba(13,15,18,.08);
  --soft:rgba(13,15,18,.04);
  --shadow: 0 18px 60px rgba(13,15,18,.10);
  --radius:18px;
    --sec1-border: 0.3px;              /* 👈 yahan se width control */
  --sec1-border-color: rgba(0,0,0,.18);

  /* ClickUp-ish spacing */
  --navH: 56px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a{color:inherit;text-decoration:none}
button{font:inherit}

.muted{color:var(--muted)}
.h2{margin:0 0 8px 0;font-size:28px;letter-spacing:-.02em}
.dot{opacity:.6;padding:0 8px}
