/* pro.css — platform base. Keep minimal; do not override theme tokens.
   SellAuth may replace this file with its own platform build. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; }
[x-cloak] { display: none !important; }
.container, .container-fluid { width: 100%; margin-inline: auto; }
