@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.app{width:100%;min-height:100vh;background:#0a0a0a;overflow-x:hidden}html{scroll-behavior:smooth}body{overflow-x:hidden}.skeleton-loader{min-height:50vh;background:linear-gradient(90deg,#1a1a2e 25%,#252540,#1a1a2e 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:8px;margin:2rem 0}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:root{--cyan: #00aeef;--cyan-dark: #0088cc;--cyan-glow: rgba(0, 174, 239, .15);--cyan-subtle: rgba(0, 174, 239, .07);--gold: #c9a84c;--gold-light: #e8d088;--bg: #0a0a0a;--bg-2: #111111;--card-bg: rgba(16, 16, 16, .9);--border: rgba(255, 255, 255, .06);--border-cyan: rgba(0, 174, 239, .25);--text: rgba(255, 255, 255, .92);--text-2: #b8b8b8;--text-3: #707070;--ease: cubic-bezier(.4, 0, .2, 1);--ease-spring: cubic-bezier(.175, .885, .32, 1.275);--shadow-card: 0 8px 32px rgba(0, 0, 0, .5);--shadow-glow: 0 0 40px rgba(0, 174, 239, .12);--radius: 16px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body,p,h1,h2,h3,h4,h5,h6,span,div,section,article{cursor:default}body{margin:0;min-width:320px;min-height:100vh;background-color:#0a0a0a}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600}a{font-weight:500;color:#00aeef;text-decoration:none;transition:color .3s ease}a:hover{color:#08c}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#00aeef}
