

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');


:root {
  
  --color-bg:        #08060F;
  --color-surface:   #0D0B1A;
  --color-surface-2: #131128;
  --color-surface-3: #1A1736;
  --color-border:    rgba(255,255,255,0.08);
  --color-border-hover: rgba(167,139,250,0.35);

  
  --color-primary:      #A78BFA;
  --color-primary-dark: #7C3AED;
  --color-primary-dim:  rgba(167,139,250,0.12);
  --color-primary-glow: rgba(167,139,250,0.25);

  
  --color-accent:      #FB923C;
  --color-accent-dark: #F97316;
  --color-accent-light: #FFEDD5;
  --color-accent-dim:  rgba(251,146,60,0.12);
  --color-accent-glow: rgba(251,146,60,0.25);

  
  --color-text:        #F4F4F8;
  --color-text-muted:  #A8B2C8;
  --color-text-subtle: #6B7A99;

  
  --color-success:    #10B981;
  --color-success-bg: rgba(16,185,129,0.1);
  --color-error:      #EF4444;
  --color-error-bg:   rgba(239,68,68,0.1);
  --color-warning:    #F59E0B;
  --color-warning-bg: rgba(245,158,11,0.1);
  --color-info:       #3B82F6;
  --color-info-bg:    rgba(59,130,246,0.1);

  
  --gradient-primary:     linear-gradient(135deg, #A78BFA 0%, #7C3AED 100%);
  --gradient-accent:      linear-gradient(135deg, #FB923C 0%, #EF4444 100%);
  --gradient-card:        linear-gradient(145deg, #0D0B1A 0%, #131128 100%);
  --gradient-shine:       linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.05) 50%, transparent 60%);

  
  --sport-football:    linear-gradient(135deg, #166534 0%, #16a34a 100%);
  --sport-volleyball:  linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
  --sport-basketball:  linear-gradient(135deg, #9a3412 0%, #ea580c 100%);
  --sport-padel:       linear-gradient(135deg, #115e59 0%, #0d9488 100%);
  --sport-tennis:      linear-gradient(135deg, #854d0e 0%, #d97706 100%);
  --sport-esports:     linear-gradient(135deg, #581c87 0%, #7c3aed 100%);
  --sport-tabletennis: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
  --sport-multisport:  linear-gradient(135deg, #134e4a 0%, #0891b2 100%);

  
  --sp-1:  0.25rem;   
  --sp-2:  0.5rem;    
  --sp-3:  0.75rem;   
  --sp-4:  1rem;      
  --sp-5:  1.25rem;   
  --sp-6:  1.5rem;    
  --sp-8:  2rem;      
  --sp-10: 2.5rem;    
  --sp-12: 3rem;      
  --sp-16: 4rem;      
  --sp-20: 5rem;      
  --sp-24: 6rem;      
  --sp-32: 8rem;      

  
  --font:         'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Syne', 'Inter', sans-serif;

  
  --r-sm:   0.375rem;
  --r-md:   0.5rem;
  --r-lg:   0.75rem;
  --r-xl:   1rem;
  --r-2xl:  1.5rem;
  --r-full: 9999px;

  
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.5);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.45);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.55);
  --shadow-xl: 0 16px 64px rgba(0,0,0,0.65);
  --shadow-primary: 0 0 32px rgba(167,139,250,0.2);
  --shadow-accent:  0 0 32px rgba(251,146,60,0.2);

  
  --max-w:        1280px;
  --max-w-wide:   1440px;
  --max-w-narrow: 800px;
  --header-h:     72px;

  
  --t-fast:   150ms ease;
  --t-base:   250ms ease;
  --t-slow:   400ms ease;
  --t-spring: 350ms cubic-bezier(0.34,1.56,0.64,1);

  
  --z-base:    1;
  --z-above:   10;
  --z-sticky:  100;
  --z-overlay: 200;
  --z-modal:   300;
  --z-toast:   400;
}


*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  font-family: var(--font);
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.65;
  font-size: 1rem;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video, picture {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--t-fast);
}
a:hover { color: var(--color-primary-dark); }

ul, ol { list-style: none; }

button {
  font-family: var(--font);
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

input, textarea, select {
  font-family: var(--font);
  font-size: 1rem;
  color: var(--color-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-text);
}

p { max-width: 65ch; }

hr {
  border: none;
  border-top: 1px solid var(--color-border);
}


.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--sp-6);
}
.container--wide   { max-width: var(--max-w-wide); }
.container--narrow { max-width: var(--max-w-narrow); margin-inline: auto; }


.grid   { display: grid; gap: var(--sp-6); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .container { padding-inline: var(--sp-4); }
}


.flex         { display: flex; }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-col     { display: flex; flex-direction: column; }
.items-center { align-items: center; }
.items-start  { align-items: flex-start; }
.justify-end  { justify-content: flex-end; }
.flex-wrap    { flex-wrap: wrap; }
.flex-1       { flex: 1; }
.flex-shrink-0 { flex-shrink: 0; }

.gap-1  { gap: var(--sp-1); }
.gap-2  { gap: var(--sp-2); }
.gap-3  { gap: var(--sp-3); }
.gap-4  { gap: var(--sp-4); }
.gap-6  { gap: var(--sp-6); }
.gap-8  { gap: var(--sp-8); }
.gap-12 { gap: var(--sp-12); }


.text-xs   { font-size: 0.75rem; }
.text-sm   { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg   { font-size: 1.125rem; }
.text-xl   { font-size: 1.25rem; }
.text-2xl  { font-size: 1.5rem; }
.text-3xl  { font-size: 1.875rem; }
.text-4xl  { font-size: 2.25rem; }

.font-light     { font-weight: 300; }
.font-normal    { font-weight: 400; }
.font-medium    { font-weight: 500; }
.font-semibold  { font-weight: 600; }
.font-bold      { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black     { font-weight: 900; }

.text-muted   { color: var(--color-text-muted); }
.text-subtle  { color: var(--color-text-subtle); }
.text-primary { color: var(--color-primary); }
.text-accent  { color: var(--color-accent); }
.text-success { color: var(--color-success); }
.text-error   { color: var(--color-error); }
.text-warning { color: var(--color-warning); }

.text-center { text-align: center; }
.text-right  { text-align: right; }
.text-left   { text-align: left; }

.leading-tight  { line-height: 1.1; }
.leading-snug   { line-height: 1.3; }
.leading-normal { line-height: 1.6; }
.leading-relaxed { line-height: 1.8; }

.tracking-wide  { letter-spacing: 0.05em; }
.tracking-wider { letter-spacing: 0.1em; }

.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }


.heading-xl {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.heading-lg {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.heading-md {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.heading-sm {
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}


.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: var(--sp-4);
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-primary);
  flex-shrink: 0;
}


.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-accent {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.mt-auto { margin-top: auto; }
.mb-2  { margin-bottom: var(--sp-2); }
.mb-3  { margin-bottom: var(--sp-3); }
.mb-4  { margin-bottom: var(--sp-4); }
.mb-6  { margin-bottom: var(--sp-6); }
.mb-8  { margin-bottom: var(--sp-8); }
.mb-12 { margin-bottom: var(--sp-12); }

.py-section    { padding-block: var(--sp-24); }
.py-section-sm { padding-block: var(--sp-16); }

@media (max-width: 768px) {
  .py-section    { padding-block: var(--sp-16); }
  .py-section-sm { padding-block: var(--sp-12); }
}


.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0;
}
.hidden          { display: none !important; }
.block           { display: block; }
.inline-block    { display: inline-block; }
.overflow-hidden { overflow: hidden; }
.relative        { position: relative; }
.w-full          { width: 100%; }
.h-full          { height: 100%; }


.divider {
  height: 1px;
  background: var(--color-border);
  margin-block: var(--sp-8);
}


.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html { scroll-behavior: auto; }
}


@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-24px); }
  to   { opacity: 1; transform: none; }
}
@keyframes slideRight {
  from { opacity: 0; transform: translateX(-24px); }
  to   { opacity: 1; transform: none; }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}
@keyframes glow {
  0%, 100% { box-shadow: 0 0 20px rgba(34,211,238,0.15); }
  50%       { box-shadow: 0 0 40px rgba(34,211,238,0.45); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); animation-timing-function: ease-in; }
  50%       { transform: translateY(-6px); animation-timing-function: ease-out; }
}
@keyframes toastIn {
  from { opacity: 0; transform: translateX(100%); }
  to   { opacity: 1; transform: none; }
}
@keyframes toastOut {
  from { opacity: 1; transform: none; }
  to   { opacity: 0; transform: translateX(120%); }
}
@keyframes progressBar {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes counterUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}


:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}


::selection {
  background: var(--color-primary-dim);
  color: var(--color-primary);
}


::-webkit-scrollbar       { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--color-surface); }
::-webkit-scrollbar-thumb { background: var(--color-surface-3); border-radius: var(--r-full); }
::-webkit-scrollbar-thumb:hover { background: var(--color-text-subtle); }
