/* style.css — complementos finos sobre Tailwind CDN */
[x-cloak] { display: none !important; }

::selection { background: #FFE0DD; color: #2D2A26; }

/* radial gradients sutis no body público */
body { background-image: radial-gradient(circle at 100% 0%, rgba(255,107,107,.08) 0, transparent 50%),
                       radial-gradient(circle at 0% 100%, rgba(255,201,60,.08) 0, transparent 50%); }

/* Scrollbar suave no admin */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
