:root{--primary:#7367f0;--primary-light:#8f85f3;--primary-dark:#5e50ee;--background:#030014;--background-paper:#030014;--text-primary:#e7e3fc;--text-secondary:#dbd9e9}body{background-color:var(--background);color:var(--text-primary);margin:0;padding:0;min-block-size:100vh;display:flex;flex-direction:column;overflow-x:hidden}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin-block-start:0}.bg-backgroundPaper{background-color:var(--background-paper)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.w-full{inline-size:100%}.text-center{text-align:center}.font-bold{font-weight:700}.placeholder{background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05));background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}