:root{--indigo-primary: #4f46e5;--slate-bg: #f8fafc}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}body{margin:0;padding:0;background-color:var(--slate-bg);min-height:100vh;min-height:100dvh;overflow-x:hidden;width:100%}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#4f46e533;border-radius:10px}.glass-card{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5)}main{height:100vh;height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:1024px){main>div:first-child{padding-bottom:140px!important}}.animate-fade{animation:fadeInCustom .4s ease-out forwards}@keyframes fadeInCustom{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}input,button,select,textarea{font-family:inherit;font-size:16px}
