/* ============================================================
   MyBotia — Public pages
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body { font-family: -apple-system, BlinkMacSystemFont, 'Inter', sans-serif; background: #0b0829; color: #e2e8f0; overflow-x: hidden; }

.btn-purple { background: #7c4dff; border: none; color: #fff; font-weight: 600; }
.btn-purple:hover { background: #6a3de8; color: #fff; }
.text-light-muted { color: #8fa0d8; }
