body{--font-sans: "Open Sans", sans-serif;--font-serif: "Sora", sans-serif;--color-mint: #bfdbfe;--color-mint-dark: #93c5fd;--color-emerald: #1d4ed8;--color-teal: #3b82f6;--color-primary: #1e293b;--color-secondary: #475569;--color-bg: #f8fafc;--color-surface: #ffffff;margin:0;padding:0}.svelte-jfho0x{margin:0;padding:0;box-sizing:border-box}.page-wrapper.svelte-jfho0x{min-height:100vh;background:var(--color-bg);font-family:var(--font-sans);position:relative;overflow-x:hidden}.bg-orbs.svelte-jfho0x{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.orb.svelte-jfho0x{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:svelte-jfho0x-float 20s ease-in-out infinite}.orb-1.svelte-jfho0x{width:500px;height:500px;background:radial-gradient(circle,var(--color-mint),transparent);top:-250px;left:-250px;animation-delay:0s}.orb-2.svelte-jfho0x{width:400px;height:400px;background:radial-gradient(circle,var(--color-mint-dark),transparent);top:40%;right:-200px;animation-delay:-7s}.orb-3.svelte-jfho0x{width:600px;height:600px;background:radial-gradient(circle,var(--color-emerald),transparent);bottom:-300px;left:30%;animation-delay:-14s}@keyframes svelte-jfho0x-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero.svelte-jfho0x{position:relative;padding:140px 24px 60px;text-align:center;z-index:1}.hero-container.svelte-jfho0x{max-width:800px;margin:0 auto;animation:svelte-jfho0x-fadeInUp .8s ease-out}@keyframes svelte-jfho0x-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge.svelte-jfho0x{display:inline-flex;align-items:center;gap:8px;background:var(--color-surface);padding:8px 20px;border-radius:100px;font-size:14px;font-weight:600;color:var(--color-emerald);box-shadow:0 4px 20px #1d4ed81a;margin-bottom:32px;animation:svelte-jfho0x-fadeIn 1s ease-out .2s both}.badge-icon.svelte-jfho0x{font-size:18px}.hero-title.svelte-jfho0x{font-family:var(--font-serif);font-size:clamp(48px,8vw,72px);font-weight:900;line-height:1.1;color:var(--color-primary);margin-bottom:24px;animation:svelte-jfho0x-fadeIn 1s ease-out .4s both}.title-highlight.svelte-jfho0x{background:linear-gradient(135deg,var(--color-emerald) 0%,var(--color-teal) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.title-highlight.svelte-jfho0x:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-mint),var(--color-emerald));border-radius:2px;animation:svelte-jfho0x-expand 1s ease-out .6s both}@keyframes svelte-jfho0x-expand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-subtitle.svelte-jfho0x{font-size:20px;line-height:1.6;color:var(--color-secondary);max-width:600px;margin:0 auto;animation:svelte-jfho0x-fadeIn 1s ease-out .6s both}@keyframes svelte-jfho0x-fadeIn{0%{opacity:0}to{opacity:1}}.content-container.svelte-jfho0x{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px 80px}.no-results.svelte-jfho0x{text-align:center;padding:80px 40px;background:var(--color-surface);border-radius:24px;box-shadow:0 4px 24px #0000000f}.no-results-icon.svelte-jfho0x{font-size:64px;margin-bottom:24px}.no-results.svelte-jfho0x h3:where(.svelte-jfho0x){font-family:var(--font-serif);font-size:24px;font-weight:700;color:var(--color-primary);margin-bottom:12px}.no-results.svelte-jfho0x p:where(.svelte-jfho0x){font-size:16px;color:var(--color-secondary)}.leagues-grid.svelte-jfho0x{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.league-card.svelte-jfho0x{position:relative;background:var(--color-surface);border-radius:20px;padding:28px;text-decoration:none;color:inherit;overflow:hidden;box-shadow:0 2px 12px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);animation:svelte-jfho0x-cardFadeIn .6s ease-out both;animation-delay:var(--delay);display:flex;flex-direction:column}@keyframes svelte-jfho0x-cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.league-card.svelte-jfho0x:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-mint),var(--color-emerald));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.league-card.svelte-jfho0x:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1d4ed826}.league-card.svelte-jfho0x:hover:before{transform:scaleX(1)}.card-glow.svelte-jfho0x{position:absolute;inset:-2px;background:linear-gradient(135deg,var(--color-mint),var(--color-emerald));border-radius:20px;opacity:0;z-index:-1;filter:blur(20px);transition:opacity .4s}.league-card.svelte-jfho0x:hover .card-glow:where(.svelte-jfho0x){opacity:.3}.card-top.svelte-jfho0x{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.country-flag.svelte-jfho0x{font-size:32px;line-height:1}.season-badge.svelte-jfho0x{background:linear-gradient(135deg,var(--color-mint) 0%,var(--color-mint-dark) 100%);color:#1e40af;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700;letter-spacing:.3px}.league-name.svelte-jfho0x{font-family:var(--font-serif);font-size:20px;font-weight:800;color:var(--color-primary);line-height:1.3;margin-bottom:16px}.card-meta.svelte-jfho0x{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;flex-grow:1}.meta-chip.svelte-jfho0x{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600}.country-chip.svelte-jfho0x{background:#eff6ff;color:#1e3a5f}.gender-chip.svelte-jfho0x{background:#f8fafc;color:var(--color-secondary)}.card-footer.svelte-jfho0x{padding-top:16px;border-top:2px solid #f1f5f9}.view-link.svelte-jfho0x{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--color-emerald);transition:gap .3s}.league-card.svelte-jfho0x:hover .view-link:where(.svelte-jfho0x){gap:12px}.view-link.svelte-jfho0x svg:where(.svelte-jfho0x){transition:transform .3s}.league-card.svelte-jfho0x:hover .view-link:where(.svelte-jfho0x) svg:where(.svelte-jfho0x){transform:translate(4px)}@media(max-width:768px){.hero.svelte-jfho0x{padding:120px 20px 60px}.leagues-grid.svelte-jfho0x{grid-template-columns:1fr}}
