@import"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #9945FF;--primary-green: #14F195;--bg-dark: #0a0a0a;--bg-card: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--border-color: #333}body{font-family:"Exo 2",sans-serif;background:var(--bg-dark);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.gradient-text{background:linear-gradient(90deg,var(--primary-purple),var(--primary-green));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.marble{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:60px;position:relative;transition:transform .3s ease;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3),transparent)}.marble:before{content:"";position:absolute;inset:-5px;border-radius:50%;background:inherit;filter:blur(15px);opacity:.5;z-index:-1}.marble:hover{transform:scale(1.05)}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease}.card:hover{transform:translateY(-5px);border-color:var(--primary-purple);box-shadow:0 10px 30px #9945ff33}table{width:100%;border-collapse:collapse;background:var(--bg-card);border-radius:12px;overflow:hidden}thead{background:linear-gradient(90deg,var(--primary-purple),var(--primary-green))}th{padding:1rem;text-align:left;font-weight:600;color:#fff}td{padding:1rem;border-bottom:1px solid var(--border-color)}tr:last-child td{border-bottom:none}tbody tr:hover{background:#9945ff1a}.position-1{color:gold;font-weight:700}.position-2{color:silver;font-weight:700}.position-3{color:#cd7f32;font-weight:700}button,.btn{background:linear-gradient(90deg,var(--primary-purple),var(--primary-green));border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:"Exo 2",sans-serif}button:hover,.btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #9945ff66}a{color:var(--primary-green);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-purple)}.container{max-width:1200px;margin:0 auto;padding:2rem}@media(max-width:768px){.container{padding:1rem}table{font-size:.875rem}th,td{padding:.5rem}}header.svelte-12qhfyh{background:linear-gradient(180deg,#000,#0d0d0d);border-bottom:2px solid #14F195;box-shadow:0 4px 20px #00000080;position:sticky;top:0;z-index:1000}.nav-container.svelte-12qhfyh{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;position:relative}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:12px;text-decoration:none;z-index:1001}.logo-image.svelte-12qhfyh{height:40px;width:auto}.logo-text.svelte-12qhfyh{font-size:24px;font-weight:900;letter-spacing:1px;background:linear-gradient(135deg,#9945ff,#14f195);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-menu-toggle.svelte-12qhfyh{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:8px;z-index:1001;transition:color .3s}.mobile-menu-toggle.svelte-12qhfyh:hover{color:#14f195}.nav-links.svelte-12qhfyh{display:flex;gap:40px;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;text-decoration:none;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:1px;transition:color .3s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#14f195}@media(max-width:768px){.nav-container.svelte-12qhfyh{padding:15px 20px}.logo-image.svelte-12qhfyh{height:32px}.logo-text.svelte-12qhfyh{font-size:18px}.mobile-menu-toggle.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:linear-gradient(180deg,#0d0d0d,#0a0a0a);flex-direction:column;gap:0;padding:80px 0 40px;box-shadow:4px 0 20px #00000080;transition:left .3s ease;z-index:1000;align-items:flex-start}.nav-links.mobile-open.svelte-12qhfyh{left:0}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){width:100%;padding:20px 30px;border-bottom:1px solid #1a1a1a;font-size:16px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#9945ff1a;border-left:3px solid #14F195;padding-left:27px}}main.svelte-12qhfyh{min-height:calc(100vh - 100px)}footer.svelte-12qhfyh{background:linear-gradient(180deg,#0a0a0a,#000);border-top:2px solid #14F195;margin-top:80px}.footer-container.svelte-12qhfyh{max-width:1400px;margin:0 auto;padding:60px 40px 30px}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:50px}.footer-section.svelte-12qhfyh{display:flex;flex-direction:column;gap:20px}.footer-brand.svelte-12qhfyh{gap:25px}.footer-logo.svelte-12qhfyh{font-size:32px;font-weight:900;letter-spacing:3px;text-transform:uppercase;text-decoration:none;display:inline-block}.footer-description.svelte-12qhfyh{color:#999;font-size:14px;line-height:1.6;max-width:350px}.footer-social.svelte-12qhfyh{display:flex;gap:15px}.social-link.svelte-12qhfyh{width:40px;height:40px;border-radius:50%;background:#9945ff1a;border:1px solid #2a2a2a;display:flex;align-items:center;justify-content:center;color:#999;transition:all .3s}.social-link.svelte-12qhfyh:hover{background:linear-gradient(135deg,#9945ff,#14f195);border-color:transparent;color:#fff;transform:translateY(-3px)}.footer-heading.svelte-12qhfyh{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#9945ff,#14f195);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-links.svelte-12qhfyh{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#999;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s;display:inline-block}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#14f195;transform:translate(5px)}.footer-bottom.svelte-12qhfyh{padding-top:30px;border-top:1px solid #2a2a2a;display:flex;justify-content:space-between;align-items:center;color:#666;font-size:13px;flex-wrap:wrap;gap:20px}.powered-by.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#9945ff;text-decoration:none;font-weight:600;transition:color .3s}.powered-by.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#14f195}@media(max-width:1024px){.footer-content.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:768px){.nav-container.svelte-12qhfyh{padding:15px 20px}.logo.svelte-12qhfyh{font-size:24px}.nav-links.svelte-12qhfyh{gap:20px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:12px}.footer-container.svelte-12qhfyh{padding:40px 20px 20px}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;gap:30px}.footer-bottom.svelte-12qhfyh{flex-direction:column;text-align:center;gap:10px}}
