:root{--primary:#7367F0;--primary-light:#8F85F3;--primary-dark:#5E50EE;--background:rgb(3,0,20);--background-paper:rgb(3,0,20);--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,rgba(255,255,255,.05),rgba(255,255,255,.1) 50%,rgba(255,255,255,.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}}