/* PÚRPURA — estilos extra del frontend público (Tailwind CDN hace el resto). */
[x-cloak]{display:none !important;}
html{scroll-behavior:smooth;}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
::selection{background:#7c3aed;color:#fff;}
::-webkit-scrollbar{width:10px;height:10px;}
::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px;}
::-webkit-scrollbar-thumb:hover{background:#94a3b8;}
.aspect-square{aspect-ratio:1/1;}
