:root {
  /* ── Cores ── */
  --bg:      #080808;
  --surface: #111111;
  --s2:      #181818;
  --border:  rgba(255,255,255,0.07);
  --red:     #FF2D55;
  --yellow:  #FFD60A;
  --blue:    #0A84FF;
  --green:   #30D158;
  --text:    #ffffff;
  --muted:   rgba(255,255,255,0.55);
  --overlay: linear-gradient(0deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.0) 70%);

  /* ── Feed ── */
  --feed-w:  390px;

  /* ── Espaçamento / raio ── */
  --r:       16px;

  /* ── Layout empresa ── */
  --max:     680px;
}
