/* Predict — zavu skin (inyectado por nginx sobre el build compilado, sin fuente).
   Ajustado a los tokens reales de zavu.dev: negro #0a0a0a, verde #25d366, bordes sutiles, píldoras. */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{
  --background:#0a0a0a; --foreground:#fafafa;
  --card:#111112; --card-foreground:#fafafa;
  --popover:#111112; --popover-foreground:#fafafa;
  --primary:#25d366; --primary-foreground:#00140a;
  --secondary:#161617; --secondary-foreground:#fafafa;
  --muted:#161617; --muted-foreground:#8b8f96;
  --accent:#1b1b1d; --accent-foreground:#fafafa;
  --destructive:#ff5c6c; --destructive-foreground:#ffffff;
  --border:rgba(255,255,255,.07); --input:rgba(255,255,255,.09); --ring:#25d366;
  color-scheme:dark;
}
html,body{ background:#0a0a0a !important; color:#fafafa;
  font-family:'Space Grotesk', ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif !important; }
/* botones tipo píldora, como zavu */
button, a[role="button"], [data-slot="button"] { border-radius:9999px !important; }
