:root{--bg: #1e1f22;--surface: #2b2d31;--text: #dbdee1;--muted: #949ba4;--blurple: #5865f2}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;margin:0}a{color:inherit}.container{max-width:1100px;margin:0 auto;padding:24px}.skeleton{position:relative;overflow:hidden;background:linear-gradient(90deg,#ffffff05,#ffffff0f,#ffffff05);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.skeleton-line{background:#ffffff08;border-radius:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
