/* _content/DerbyDash/Components/Account/Layout/AuthLayout.razor.rz.scp.css */
/* _content/DerbyDash/Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */
.registration-progress-container[b-pyrmqnd0rp] {
    padding: 1rem 2rem;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 15px 15px;
    margin: 1.5rem 0;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .registration-progress-container[b-pyrmqnd0rp] {
        max-width: 90%;
    }
    
}
/* _content/DerbyDash/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.forgot-password-container[b-6dt11tn0i0] {
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    position: relative;
    overflow: hidden;
}

.forgot-password-background[b-6dt11tn0i0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/RaceTrack/Background.png');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.forgot-password-content[b-6dt11tn0i0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.forgot-password-card[b-6dt11tn0i0] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin-top: 2rem;
}

.forgot-password-image[b-6dt11tn0i0] {
    flex: 1;
    background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
}

.forgot-password-image[b-6dt11tn0i0]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/RaceTrack/Background.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.forgot-password-image-content[b-6dt11tn0i0] {
    position: relative;
    z-index: 1;
}

.forgot-password-form[b-6dt11tn0i0] {
    flex: 1;
    padding: 3rem;
    background-color: #fff;
}

.forgot-password-logo[b-6dt11tn0i0] {
    text-align: center;
}

.forgot-password-logo h1[b-6dt11tn0i0] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.forgot-password-logo span[b-6dt11tn0i0] {
    color: #ff5722;
}

.forgot-password-title[b-6dt11tn0i0] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group[b-6dt11tn0i0] {
    margin-bottom: 1.5rem;
}

.form-control[b-6dt11tn0i0] {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.form-control:focus[b-6dt11tn0i0] {
    border-color: #ff5722;
    box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25);
}

.btn-forgot-password[b-6dt11tn0i0] {
    background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

.btn-forgot-password:hover[b-6dt11tn0i0] {
    background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
}

.forgot-password-links[b-6dt11tn0i0] {
    margin-top: 2rem;
    text-align: center;
}

.forgot-password-links a[b-6dt11tn0i0] {
    color: #ff5722;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.forgot-password-links a:hover[b-6dt11tn0i0] {
    color: #ff9800;
    text-decoration: underline;
}

.checkered-pattern[b-6dt11tn0i0] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: repeating-linear-gradient(90deg, #000 0px, #000 20px, #fff 20px, #fff 40px);
}

.checkered-pattern.top[b-6dt11tn0i0] {
    top: 0;
    bottom: auto;
}

.racing-stripe[b-6dt11tn0i0] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-50%) skewY(-5deg);
}

.validation-message[b-6dt11tn0i0] {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.text-danger[b-6dt11tn0i0] {
    color: #e74c3c !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .forgot-password-card[b-6dt11tn0i0] {
        flex-direction: column;
    }
    
    .forgot-password-image[b-6dt11tn0i0] {
        padding: 2rem;
    }
    
    .forgot-password-form[b-6dt11tn0i0] {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .forgot-password-content[b-6dt11tn0i0] {
        padding: 1rem;
    }
    
    .forgot-password-card[b-6dt11tn0i0] {
        margin-top: 1rem;
    }
    
    .forgot-password-image[b-6dt11tn0i0] {
        padding: 1.5rem;
    }
    
    .forgot-password-form[b-6dt11tn0i0] {
        padding: 1.5rem;
    }
    
    .forgot-password-title[b-6dt11tn0i0] {
        font-size: 1.5rem;
    }
}
/* _content/DerbyDash/Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-748s2g0v04] {
  display: flex;
  min-height: 100vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
  position: relative;
  overflow: hidden;
}

.login-background[b-748s2g0v04] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/RaceTrack/Background.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.login-content[b-748s2g0v04] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.login-card[b-748s2g0v04] {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.login-image[b-748s2g0v04] {
  flex: 1;
  background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  text-align: center;
  overflow: hidden;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
}

.login-image[b-748s2g0v04]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/RaceTrack/Background.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.login-image-content[b-748s2g0v04] {
  position: relative;
  z-index: 1;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  backdrop-filter: blur(5px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  max-width: 90%;
}

.login-image-content h2[b-748s2g0v04] {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  animation: fadeInUp-b-748s2g0v04 0.8s ease-out forwards;
}

.login-image-content p[b-748s2g0v04] {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  animation: fadeInUp-b-748s2g0v04 0.8s ease-out 0.3s forwards;
  opacity: 0;
}

@keyframes fadeInUp-b-748s2g0v04 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-form[b-748s2g0v04] {
  flex: 1;
  padding: 2.5rem;
  background-color: #fff;
  position: relative;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.03);
}

.login-logo[b-748s2g0v04] {
  text-align: center;
  /* margin-bottom: 2rem; */
}

.login-logo h1[b-748s2g0v04] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.login-logo span[b-748s2g0v04] {
  color: #ff5722;
}

.login-title[b-748s2g0v04] {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.8rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.8rem;
}

.login-title[b-748s2g0v04]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff5722, #ff9800);
  border-radius: 2px;
}

.form-group[b-748s2g0v04] {
  margin-bottom: 1.5rem;
}

.form-group label[b-748s2g0v04] {
  font-weight: 500;
  color: #444;
  margin-bottom: 0.5rem;
  display: block;
}

.form-control[b-748s2g0v04] {
  border-radius: 10px;
  padding: 0.9rem 1.2rem;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  font-size: 1rem;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-control:focus[b-748s2g0v04] {
  border-color: #ff5722;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.15);
  background-color: #fff;
}

.form-check-label[b-748s2g0v04] {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #555;
  cursor: pointer;
}

.form-check-input[b-748s2g0v04] {
  margin-right: 0.5rem;
  cursor: pointer;
}

/* Password visibility toggle styles */
.password-input-container[b-748s2g0v04] {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input-container .form-control[b-748s2g0v04] {
  flex: 1;
  padding-right: 40px; /* Make room for the toggle button */
}

.password-toggle-btn[b-748s2g0v04] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #777;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
  z-index: 2;
}

.password-toggle-btn:hover[b-748s2g0v04],
.password-toggle-btn:focus[b-748s2g0v04] {
  color: #ff5722;
  outline: none;
}

.sr-only[b-748s2g0v04] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.btn-login[b-748s2g0v04] {
  background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
}

.btn-login:hover[b-748s2g0v04] {
  background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.5);
}

.btn-login:active[b-748s2g0v04] {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(255, 87, 34, 0.4);
}

.btn-login[b-748s2g0v04]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.btn-login:hover[b-748s2g0v04]::before {
  left: 100%;
}

.login-links[b-748s2g0v04] {
  margin-top: 2rem;
  text-align: center;
}

.login-links p[b-748s2g0v04] {
  margin-bottom: 0.8rem;
  color: #555;
}

.login-links a[b-748s2g0v04] {
  color: #ff5722;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.login-links a:hover[b-748s2g0v04] {
  color: #ff9800;
}

.login-links a[b-748s2g0v04]::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ff9800;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.login-links a:hover[b-748s2g0v04]::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.login-divider[b-748s2g0v04] {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.login-divider[b-748s2g0v04]::before,
.login-divider[b-748s2g0v04]::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.login-divider span[b-748s2g0v04] {
  padding: 0 1.2rem;
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #fff;
}

.checkered-pattern[b-748s2g0v04] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: repeating-linear-gradient(
    90deg,
    #000 0px,
    #000 25px,
    #fff 25px,
    #fff 50px
  );
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.checkered-pattern.top[b-748s2g0v04] {
  top: 0;
  bottom: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.racing-stripe[b-748s2g0v04] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 30%,
    rgba(255, 255, 255, 0.05) 70%,
    rgba(255, 255, 255, 0.1) 100%
  );
  z-index: 0;
}

.validation-message[b-748s2g0v04] {
  color: #e74c3c;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

.text-danger[b-748s2g0v04] {
  color: #e74c3c !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .login-card[b-748s2g0v04] {
    flex-direction: column;
  }

  .login-image[b-748s2g0v04] {
    padding: 3rem 2rem;
    min-height: 300px;
  }

  .login-image-content[b-748s2g0v04] {
    max-width: 80%;
  }

  .login-image-content h2[b-748s2g0v04] {
    font-size: 2.4rem;
  }

  .login-image-content p[b-748s2g0v04] {
    font-size: 1.2rem;
  }

  .login-form[b-748s2g0v04] {
    height: auto;
    padding: 2.5rem;
  }
}

@media (max-width: 768px) {
  .login-image-content h2[b-748s2g0v04] {
    font-size: 2.2rem;
  }

  .login-image-content p[b-748s2g0v04] {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .login-content[b-748s2g0v04] {
    padding: 1rem;
  }

  .login-card[b-748s2g0v04] {
    margin-top: 1rem;
  }

  .login-image[b-748s2g0v04] {
    padding: 2.5rem 1.5rem;
    min-height: 250px;
  }

  .login-image-content[b-748s2g0v04] {
    padding: 1.5rem;
    max-width: 90%;
  }

  .login-image-content h2[b-748s2g0v04] {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .login-image-content p[b-748s2g0v04] {
    font-size: 1rem;
  }

  .login-form[b-748s2g0v04] {
    padding: 1.8rem;
  }

  .login-title[b-748s2g0v04] {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }

  .btn-login[b-748s2g0v04] {
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
  }
}
/* _content/DerbyDash/Components/Account/Pages/Logout.razor.rz.scp.css */
.logout-container[b-jd6kopnfes] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    position: relative;
    overflow: hidden;
}

.logout-content[b-jd6kopnfes] {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
}

.logout-content h1[b-jd6kopnfes] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.logout-content p[b-jd6kopnfes] {
    font-size: 1.2rem;
    color: #666;
}
/* _content/DerbyDash/Components/Account/Pages/Manage/ChangePassword.razor.rz.scp.css */
/* _content/DerbyDash/Components/Account/Pages/Manage/Email.razor.rz.scp.css */
/* _content/DerbyDash/Components/Account/Pages/Manage/Index.razor.rz.scp.css */
/* _content/DerbyDash/Components/Account/Pages/Manage/ManageLayout.razor.rz.scp.css */
/* _content/DerbyDash/Components/Account/Pages/Manage/Preferences.razor.rz.scp.css */
/* Preferences Page Styling */
.preferences-section[b-skk31h2wzi] {
    background: #f8f9fa; /* Lighter background */
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* Softer shadow */
    max-width: 550px; /* Slightly wider */
    /* margin: 2rem auto; */ /* Removed to allow container control */
    border: 1px solid #dee2e6; /* Subtle border */
}

.preferences-section h3[b-skk31h2wzi] {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #495057;
}

.preferences-section h4[b-skk31h2wzi] {
    text-align: center;
    margin-bottom: 2rem;
    color: #6c757d;
    font-weight: 400;
}

.avatar-options[b-skk31h2wzi] {
    display: flex;
    gap: 2.5rem; /* Increased gap */
    justify-content: center;
    margin-bottom: 2.5rem; /* Increased margin */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.avatar-label[b-skk31h2wzi] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease-in-out; /* Add hover effect */
}

.avatar-label:hover[b-skk31h2wzi] {
    transform: translateY(-5px); /* Lift effect on hover */
}

/* Hide the actual radio button */
.avatar-label input[type="radio"][b-skk31h2wzi] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.avatar-img[b-skk31h2wzi] {
    width: 90px; /* Slightly larger */
    height: 90px;
    border-radius: 50%;
    border: 4px solid #ced4da; /* Default border */
    transition: border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Style for the selected avatar's image */
.avatar-label input[type="radio"]:checked + .avatar-img[b-skk31h2wzi] {
    border-color: #007bff; /* Use primary color for selected border */
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.4); /* Glow effect */
}

/* Button Styling */
.preferences-section .btn-primary[b-skk31h2wzi] {
    display: block; /* Make button block level */
    width: 60%; /* Control width */
    margin: 1.5rem auto 0; /* Center button and add top margin */
    padding: 0.75rem 1.25rem; /* Larger padding */
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px; /* Rounded corners */
}

/* Message Styling */
.preferences-section .alert[b-skk31h2wzi] {
    margin-top: 1.5rem; /* Ensure space above message */
    text-align: center;
}

/* Debug Info Styling */
.preferences-section .small.text-muted[b-skk31h2wzi] {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    font-size: 0.8rem;
    color: #adb5bd;
}
/* _content/DerbyDash/Components/Account/Pages/Manage/RaceTeam.razor.rz.scp.css */
/* Team hint styles for sidebar extra content */
:global(.team-hint)[b-ixgjev98fv] {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp-b-ixgjev98fv 0.8s ease-out 0.5s forwards;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

:global(.team-hint i)[b-ixgjev98fv] {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

@keyframes fadeInUp-b-ixgjev98fv {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Registration next step styles */
.registration-next-step[b-ixgjev98fv] {
    margin-top: 2rem;
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    border-radius: 8px;
    border: 1px solid #c3e6c3;
}

.registration-next-step .btn[b-ixgjev98fv] {
    font-size: 1.2rem;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.registration-next-step .btn:hover[b-ixgjev98fv] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.registration-next-step .btn i[b-ixgjev98fv] {
    margin-right: 0.5rem;
}

/* Card styling improvements */
.card[b-ixgjev98fv] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.card-header[b-ixgjev98fv] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
    border-radius: 12px 12px 0 0 !important;
    padding: 1rem 1.5rem;
}

.card-header h4[b-ixgjev98fv] {
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
}

.card-header h4 i[b-ixgjev98fv] {
    margin-right: 0.5rem;
    color: #28a745;
}

.card-body[b-ixgjev98fv] {
    padding: 1.5rem;
}

/* Form styling */
.form-floating[b-ixgjev98fv] {
    margin-bottom: 1rem;
}

.form-control[b-ixgjev98fv] {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.form-control:focus[b-ixgjev98fv] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Button styling */
.btn-success[b-ixgjev98fv] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-success:hover[b-ixgjev98fv] {
    background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-success i[b-ixgjev98fv] {
    margin-right: 0.5rem;
}

/* Table improvements */
.table-responsive[b-ixgjev98fv] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.table[b-ixgjev98fv] {
    margin-bottom: 0;
}

.table thead th[b-ixgjev98fv] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    font-weight: 600;
}

.table-striped tbody tr:nth-of-type(odd)[b-ixgjev98fv] {
    background-color: rgba(0, 123, 255, 0.02);
}

.table-info[b-ixgjev98fv] {
    background-color: rgba(23, 162, 184, 0.1) !important;
}

.btn-sm[b-ixgjev98fv] {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 6px;
}

/* Alert styling */
.alert-info[b-ixgjev98fv] {
    background: linear-gradient(135deg, #d1ecf1 0%, #b8daff 100%);
    border: 1px solid #bee5eb;
    border-radius: 8px;
    color: #0c5460;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .registration-next-step[b-ixgjev98fv] {
        margin-top: 1.5rem;
        padding: 1rem;
    }
    
    .registration-next-step .btn[b-ixgjev98fv] {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
    
    .card-header[b-ixgjev98fv] {
        padding: 0.75rem 1rem;
    }
    
    .card-body[b-ixgjev98fv] {
        padding: 1rem;
    }
    
    :global(.team-hint)[b-ixgjev98fv] {
        font-size: 1rem;
        margin-top: 1rem;
    }
}
/* _content/DerbyDash/Components/Account/Pages/Manage/Subscription.razor.rz.scp.css */
/* Subscription Page Styling for Manage Layout */
.subscription-container-manage[b-5vipgymjju] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.subscription-content[b-5vipgymjju] {
    padding: 1.5rem;
}

.subscription-card[b-5vipgymjju] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Loading and error states */
.loading-container[b-5vipgymjju] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}

.loading-container p[b-5vipgymjju] {
    margin-top: 1rem;
    color: #6c757d;
}

/* Section styling */
.subscription-section[b-5vipgymjju] {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 1rem;
    background-color: #fafafa;
}

.section-title[b-5vipgymjju] {
    font-weight: 600;
    color: #333;
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
}

.section-description[b-5vipgymjju] {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.section-info[b-5vipgymjju] {
    color: #666;
    margin: 0;
}

/* Progress bar */
.progress-bar[b-5vipgymjju] {
    background-color: #e0e0e0;
    border-radius: 5px;
    height: 8px;
    width: 100%;
    overflow: hidden;
    margin: 0.5rem 0;
}

.progress-fill[b-5vipgymjju] {
    background-color: #4CAF50;
    height: 8px;
    transition: width 1s ease-in-out;
}

/* Credits display */
.referral-credits[b-5vipgymjju] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credits-display[b-5vipgymjju] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.credits-count[b-5vipgymjju] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4CAF50;
    line-height: 1;
}

.credits-label[b-5vipgymjju] {
    font-size: 0.9rem;
    color: #666;
}

.credits-action[b-5vipgymjju] {
    display: flex;
    justify-content: end;
    align-items: center;
}

/* Upgrade section */
.upgrade[b-5vipgymjju], .pause[b-5vipgymjju], .cancel[b-5vipgymjju] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.section-info-block[b-5vipgymjju] {
    flex: 1;
}

/* Auto renewal */
.auto-renewal[b-5vipgymjju] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Action buttons */
.action-button[b-5vipgymjju] {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}

.action-button:hover[b-5vipgymjju] {
    background-color: #f8f9fa;
    border-color: #6c757d;
}

.action-button:disabled[b-5vipgymjju] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: not-allowed;
}

/* Renew options */
.renew-options[b-5vipgymjju] {
    background-color: #f8f9fa;
    border-color: #4CAF50;
}

.renew-option-buttons[b-5vipgymjju] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.renew-option-button[b-5vipgymjju] {
    flex: 1;
    min-width: 80px;
    padding: 0.6rem;
    border: 2px solid #ddd;
    background-color: white;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.renew-option-button:hover[b-5vipgymjju] {
    background-color: #f0f0f0;
    transform: translateY(-1px);
}

.renew-option-button.selected[b-5vipgymjju] {
    border-color: #4CAF50;
    background-color: #E8F5E9;
    color: #2E7D32;
}

.confirm-button[b-5vipgymjju] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    border: none;
    font-weight: 600;
}

.confirm-button:hover[b-5vipgymjju] {
    background-color: #388E3C;
}

/* Special offers */
.offers-progress-bar[b-5vipgymjju] {
    background-color: #e0e0e0;
    border-radius: 5px;
    height: 6px;
    width: 100%;
    overflow: hidden;
    margin-top: 0.8rem;
}

.offers-progress-fill[b-5vipgymjju] {
    background-color: #b0b0b0;
    height: 6px;
    width: 30%;
    transition: width 1s ease-in-out;
}

/* Status badges */
.paused-badge[b-5vipgymjju], .cancelled-badge[b-5vipgymjju] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
}

.paused-badge[b-5vipgymjju] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.cancelled-badge[b-5vipgymjju] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Footer */
.subscription-footer[b-5vipgymjju] {
    background-color: #f8f9fa;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    border-top: 1px solid #dee2e6;
    margin: 1.5rem -1.5rem -1.5rem -1.5rem;
}

.footer-link[b-5vipgymjju] {
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-link:hover[b-5vipgymjju] {
    color: #0056b3;
    text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
    .subscription-content[b-5vipgymjju] {
        padding: 1rem;
    }
    
    .upgrade[b-5vipgymjju], .pause[b-5vipgymjju], .cancel[b-5vipgymjju] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .action-button[b-5vipgymjju] {
        width: 100%;
        text-align: center;
    }
    
    .renew-option-buttons[b-5vipgymjju] {
        flex-direction: column;
    }
    
    .renew-option-button[b-5vipgymjju] {
        width: 100%;
    }
    
    .referral-credits[b-5vipgymjju] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .credits-action[b-5vipgymjju] {
        width: 100%;
        justify-content: flex-start;
    }
}
/* _content/DerbyDash/Components/Account/Pages/Register.razor.rz.scp.css */
/* Form-specific styles for Register page */
.register-title[b-kykyc0eequ] {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.8rem;
  text-align: center;
  position: relative;
  padding-bottom: 0.8rem;
}

.register-title[b-kykyc0eequ]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff5722, #ff9800);
  border-radius: 2px;
}

.form-group[b-kykyc0eequ] {
  margin-bottom: 1.5rem;
}

.form-check-input[b-kykyc0eequ] {
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 2rem !important;
}

/* .form-check-label {
  display: flex !important;
  align-items: baseline;
} */

.form-group label[b-kykyc0eequ] {
  font-weight: 500;
  color: #444;
  margin-bottom: 0.5rem;
  display: block;
}

.form-control[b-kykyc0eequ] {
  border-radius: 10px;
  padding: 0.9rem 1.2rem;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  font-size: 1rem;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-control:focus[b-kykyc0eequ] {
  border-color: #ff5722;
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.15);
  background-color: #fff;
}

/* Password visibility toggle styles */
.password-input-container[b-kykyc0eequ] {
  position: relative;
}

.password-input-container .form-control[b-kykyc0eequ] {
  padding-right: 3rem;
}

.password-toggle-btn[b-kykyc0eequ] {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  padding: 0.25rem;
}

.password-toggle-btn:hover[b-kykyc0eequ],
.password-toggle-btn:focus[b-kykyc0eequ] {
  color: #ff5722;
  outline: none;
}

.sr-only[b-kykyc0eequ] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn-register[b-kykyc0eequ] {
  background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
}

.btn-register:hover[b-kykyc0eequ] {
  background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 87, 34, 0.5);
}

.btn-register:active[b-kykyc0eequ] {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(255, 87, 34, 0.4);
}

.btn-register[b-kykyc0eequ]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.btn-register:hover[b-kykyc0eequ]::before {
  left: 100%;
}

.register-links[b-kykyc0eequ] {
  margin-top: 2rem;
  text-align: center;
}

.register-links a[b-kykyc0eequ] {
  color: #ff5722;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.register-links a:hover[b-kykyc0eequ] {
  color: #ff9800;
  text-decoration: underline;
}

.validation-message[b-kykyc0eequ] {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.text-danger[b-kykyc0eequ] {
  color: #dc3545 !important;
}

.password-tips[b-kykyc0eequ] {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #ff5722;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.password-tips[b-kykyc0eequ]::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -4px;
  right: -2px;
  height: 2px;
  background: linear-gradient(90deg, #ff5722, #ff9800);
  border-radius: 1px 1px 0 0;
}

.password-tips h3[b-kykyc0eequ] {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.password-tips h3 i[b-kykyc0eequ] {
  margin-right: 0.5rem;
  color: #ff5722;
}

.password-tips ul[b-kykyc0eequ] {
  margin: 0;
  padding-left: 1.5rem;
}

.password-tips li[b-kykyc0eequ] {
  margin-bottom: 0.5rem;
  color: #555;
  line-height: 1.5;
}

.password-tips li[b-kykyc0eequ]::before {
  content: "✓";
  margin-right: 0.5rem;
  color: #28a745;
  font-weight: bold;
  margin-left: -1.2rem;
  position: absolute;
}

.password-tips .example[b-kykyc0eequ] {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0.75rem;
  margin-top: 1rem;
  font-family: "Courier New", monospace;
  font-weight: 600;
  color: #495057;
  text-align: center;
}

/* CAPTCHA Widget Styles */
.captcha-group[b-kykyc0eequ] {
  margin-left: 48px !important;
  margin: 2rem 0;
}

.captcha-widget[b-kykyc0eequ] {
  border: 2px solid #d3d3d3;
  border-radius: 4px;
  background: #f9f9f9;
  padding: 0;
  max-width: 300px;
  font-family: Roboto, helvetica, arial, sans-serif;
}

.captcha-main[b-kykyc0eequ] {
  display: flex;
  align-items: center;
  padding: 14px;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

/* Ensure button styling doesn't interfere */
button.captcha-main[b-kykyc0eequ] {
  display: flex;
  align-items: center;
  padding: 14px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

button.captcha-main:focus[b-kykyc0eequ] {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

.captcha-checkbox-container[b-kykyc0eequ] {
  margin-right: 12px;
}

.captcha-checkbox[b-kykyc0eequ] {
  display: none;
}

.captcha-checkbox-label[b-kykyc0eequ] {
  cursor: pointer;
  display: block;
}

.checkbox-custom[b-kykyc0eequ] {
  width: 28px;
  height: 28px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  position: relative;
}

.captcha-checkbox:checked + .captcha-checkbox-label .checkbox-custom[b-kykyc0eequ],
.checkbox-custom.checked[b-kykyc0eequ] {
  background: #1c4587;
  border-color: #1c4587;
}

.captcha-checkbox:checked + .captcha-checkbox-label .checkbox-custom i[b-kykyc0eequ],
.checkbox-custom.checked i[b-kykyc0eequ] {
  color: white;
  font-size: 14px;
  display: block;
  opacity: 1;
}

.checkbox-custom i[b-kykyc0eequ] {
  display: none;
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox-custom:hover[b-kykyc0eequ] {
  border-color: #4285f4;
}

.captcha-text-container[b-kykyc0eequ] {
  flex: 1;
}

.captcha-text[b-kykyc0eequ] {
  font-size: 18px;
  color: #222;
  font-weight: normal;
  line-height: 17px;
}

.captcha-logo[b-kykyc0eequ] {
  margin-left: auto;
}

.captcha-logo-container[b-kykyc0eequ] {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.7;
}

.captcha-logo-circle[b-kykyc0eequ] {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #4285f4 0%, #34a853 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.captcha-logo-circle i[b-kykyc0eequ] {
  color: white;
  font-size: 18px;
}

.captcha-brand[b-kykyc0eequ] {
  text-align: center;
}

.captcha-brand-text[b-kykyc0eequ] {
  font-size: 10px;
  color: #555;
  font-weight: bold;
  display: block;
  line-height: 10px;
}

.captcha-privacy[b-kykyc0eequ] {
  font-size: 8px;
  color: #555;
  margin-top: 1px;
  display: block;
  line-height: 8px;
}

.captcha-widget:hover[b-kykyc0eequ] {
  border-color: #4285f4;
}

.captcha-widget .validation-message[b-kykyc0eequ] {
  display: block;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  padding: 0 14px 10px 14px;
}

/* Scroll down hint styles for sidebar extra content */
:global(.scroll-down-hint)[b-kykyc0eequ] {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  animation: fadeInUp-b-kykyc0eequ 0.8s ease-out 0.5s forwards,
    bounce-b-kykyc0eequ 2s ease-in-out infinite 1.5s;
  opacity: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

:global(.scroll-down-hint i)[b-kykyc0eequ] {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

@keyframes bounce-b-kykyc0eequ {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes fadeInUp-b-kykyc0eequ {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 992px) {
  :global(.scroll-down-hint)[b-kykyc0eequ] {
    font-size: 1rem;
    margin-top: 1.2rem;
    display: flex;
  }
}

@media (max-width: 768px) {
  .register-title[b-kykyc0eequ] {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }

  .btn-register[b-kykyc0eequ] {
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
  }

  .captcha-widget[b-kykyc0eequ] {
    max-width: 100%;
  }

  .captcha-main[b-kykyc0eequ] {
    padding: 12px;
  }

  .captcha-text[b-kykyc0eequ] {
    font-size: 13px;
  }

  .captcha-logo-circle[b-kykyc0eequ] {
    width: 32px;
    height: 32px;
  }

  .captcha-logo-circle i[b-kykyc0eequ] {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  :global(.scroll-down-hint)[b-kykyc0eequ] {
    font-size: 0.9rem;
    margin-top: 1rem;
    display: flex;
  }

  .captcha-widget[b-kykyc0eequ] {
    max-width: 100%;
  }

  .captcha-main[b-kykyc0eequ] {
    padding: 10px;
  }

  .captcha-checkbox-container[b-kykyc0eequ] {
    margin-right: 10px;
  }

  .checkbox-custom[b-kykyc0eequ] {
    width: 24px;
    height: 24px;
  }

  .captcha-checkbox:checked + .captcha-checkbox-label .checkbox-custom i[b-kykyc0eequ] {
    font-size: 12px;
  }

  .captcha-text[b-kykyc0eequ] {
    font-size: 12px;
  }

  .captcha-logo-circle[b-kykyc0eequ] {
    width: 28px;
    height: 28px;
  }

  .captcha-logo-circle i[b-kykyc0eequ] {
    font-size: 14px;
  }

  .captcha-brand-text[b-kykyc0eequ] {
    font-size: 9px;
  }  .captcha-privacy[b-kykyc0eequ] {
    font-size: 7px;
  }
}
/* _content/DerbyDash/Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
.confirmation-container[b-8n2ocxowp7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
    background-color: #f8f9fa;
}

.confirmation-card[b-8n2ocxowp7] {
    max-width: 800px;
    width: 100%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: fadeIn-b-8n2ocxowp7 0.5s ease-in-out;
}

.confirmation-header[b-8n2ocxowp7] {
    background: linear-gradient(135deg, #3a86ff, #4361ee);
    color: white;
    padding: 1.5rem 2rem;
    text-align: center;
    margin: -2.5rem -2.5rem 2rem -2.5rem;
    border-radius: 0;
}

.confirmation-header h1[b-8n2ocxowp7] {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}

.confirmation-content[b-8n2ocxowp7] {
    padding: 0;
    text-align: center;
}

.checkered-flag-icon[b-8n2ocxowp7] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #212529;
}

.checkered-flag-icon i[b-8n2ocxowp7] {
    background: linear-gradient(45deg, #212529 25%, #f8f9fa 25%, #f8f9fa 50%, #212529 50%, #212529 75%, #f8f9fa 75%);
    background-size: 20px 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transform: rotate(0deg);
    animation: waveFlag-b-8n2ocxowp7 3s ease-in-out infinite;
}

.confirmation-message[b-8n2ocxowp7] {
    background-color: #e9f7fe;
    border-left: 4px solid #3a86ff;
    padding: 1.5rem;
    margin: 1.5rem 0;
    text-align: left;
    border-radius: 4px;
}

.next-steps[b-8n2ocxowp7] {
    font-size: 1.1rem;
    margin: 1.5rem 0;
    font-weight: 500;
}

.confirmation-actions[b-8n2ocxowp7] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.confirmation-actions .btn[b-8n2ocxowp7] {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.confirmation-actions .btn-primary[b-8n2ocxowp7] {
    background-color: #3a86ff;
    border-color: #3a86ff;
}

.confirmation-actions .btn-primary:hover[b-8n2ocxowp7] {
    background-color: #2a75f0;
    border-color: #2a75f0;
    transform: translateY(-2px);
}

.confirmation-actions .btn-secondary[b-8n2ocxowp7] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.confirmation-actions .btn-secondary:hover[b-8n2ocxowp7] {
    background-color: #5a6268;
    border-color: #5a6268;
    transform: translateY(-2px);
}

.confirmation-actions .btn-warning[b-8n2ocxowp7] {
    background-color: #ff9500;
    border-color: #ff9500;
    color: white;
}

.confirmation-actions .btn-warning:hover[b-8n2ocxowp7] {
    background-color: #e6850e;
    border-color: #e6850e;
    transform: translateY(-2px);
}

.confirmation-actions .btn-warning:disabled[b-8n2ocxowp7] {
    background-color: #ffc107;
    border-color: #ffc107;
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.confirmation-actions i[b-8n2ocxowp7] {
    margin-right: 0.5rem;
}

@keyframes fadeIn-b-8n2ocxowp7 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes waveFlag-b-8n2ocxowp7 {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .confirmation-header[b-8n2ocxowp7] {
        margin: -1.8rem -1.8rem 1.5rem -1.8rem;
        padding: 1rem 1.5rem;
    }
    
    .confirmation-header h1[b-8n2ocxowp7] {
        font-size: 1.8rem;
    }
    
    .confirmation-actions[b-8n2ocxowp7] {
        flex-direction: column;
    }
    
    .confirmation-actions .btn[b-8n2ocxowp7] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
/* _content/DerbyDash/Components/Account/Pages/ResendEmailConfirmation.razor.rz.scp.css */
.resend-email-container[b-haawpu2lep] {
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    position: relative;
    overflow: hidden;
}

.resend-email-background[b-haawpu2lep] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/RaceTrack/Background.png');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.resend-email-content[b-haawpu2lep] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.resend-email-card[b-haawpu2lep] {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin-top: 2rem;
}

.resend-email-image[b-haawpu2lep] {
    flex: 1;
    background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
}

.resend-email-image[b-haawpu2lep]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/RaceTrack/Background.png');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 0;
}

.resend-email-image-content[b-haawpu2lep] {
    position: relative;
    z-index: 1;
}

.resend-email-form[b-haawpu2lep] {
    flex: 1;
    padding: 3rem;
    background-color: #fff;
}

.resend-email-logo[b-haawpu2lep] {
    text-align: center;
}

.resend-email-logo h1[b-haawpu2lep] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.resend-email-logo span[b-haawpu2lep] {
    color: #ff5722;
}

.resend-email-title[b-haawpu2lep] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group[b-haawpu2lep] {
    margin-bottom: 1.5rem;
}

.form-control[b-haawpu2lep] {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.form-control:focus[b-haawpu2lep] {
    border-color: #ff5722;
    box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25);
}

.btn-resend-email[b-haawpu2lep] {
    background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

.btn-resend-email:hover[b-haawpu2lep] {
    background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
}

.resend-email-links[b-haawpu2lep] {
    margin-top: 2rem;
    text-align: center;
}

.resend-email-links a[b-haawpu2lep] {
    color: #ff5722;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.resend-email-links a:hover[b-haawpu2lep] {
    color: #ff9800;
    text-decoration: underline;
}

.checkered-pattern[b-haawpu2lep] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: repeating-linear-gradient(90deg, #000 0px, #000 20px, #fff 20px, #fff 40px);
}

.checkered-pattern.top[b-haawpu2lep] {
    top: 0;
    bottom: auto;
}

.racing-stripe[b-haawpu2lep] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-50%) skewY(-5deg);
}

.validation-message[b-haawpu2lep] {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.text-danger[b-haawpu2lep] {
    color: #e74c3c !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .resend-email-card[b-haawpu2lep] {
        flex-direction: column;
    }
    
    .resend-email-image[b-haawpu2lep] {
        padding: 2rem;
    }
    
    .resend-email-form[b-haawpu2lep] {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .resend-email-content[b-haawpu2lep] {
        padding: 1rem;
    }
    
    .resend-email-card[b-haawpu2lep] {
        margin-top: 1rem;
    }
    
    .resend-email-image[b-haawpu2lep] {
        padding: 1.5rem;
    }
    
    .resend-email-form[b-haawpu2lep] {
        padding: 1.5rem;
    }
    
    .resend-email-title[b-haawpu2lep] {
        font-size: 1.5rem;
    }
}
/* _content/DerbyDash/Components/Account/Pages/Welcome.razor.rz.scp.css */
/* Welcome.razor.css */

.welcome-container[b-lbd7iim2y0] {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.racing-background[b-lbd7iim2y0] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.racing-track[b-lbd7iim2y0] {
    position: absolute;
    top: 50%;
    left: -100px;
    right: -100px;
    height: 200px;
    background: repeating-linear-gradient(
        90deg,
        transparent 0px,
        transparent 50px,
        #fff 50px,
        #fff 60px
    );
    transform: translateY(-50%) skewY(-2deg);
    animation: trackMove-b-lbd7iim2y0 20s linear infinite;
}

.finish-line[b-lbd7iim2y0] {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 80px;
    height: 400px;
    background: repeating-linear-gradient(
        0deg,
        #000 0px,
        #000 20px,
        #fff 20px,
        #fff 40px
    );    transform: rotate(15deg);
    opacity: 0.3;
}

/* Floating math symbols */
.floating-symbols[b-lbd7iim2y0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.symbol[b-lbd7iim2y0] {
    position: absolute;
    color: rgba(255, 255, 255, 0.08);
    font-size: 2.5rem;
    font-weight: bold;
    animation: float-b-lbd7iim2y0 18s ease-in-out infinite;
}

.symbol:nth-child(1)[b-lbd7iim2y0] {
    top: 8%;
    left: 5%;
    animation-delay: 0s;
    font-size: 3rem;
}

.symbol:nth-child(2)[b-lbd7iim2y0] {
    top: 15%;
    left: 25%;
    animation-delay: 2.5s;
}

.symbol:nth-child(3)[b-lbd7iim2y0] {
    top: 12%;
    left: 45%;
    animation-delay: 5s;
    font-size: 3.5rem;
}

.symbol:nth-child(4)[b-lbd7iim2y0] {
    top: 20%;
    left: 65%;
    animation-delay: 7.5s;
}

.symbol:nth-child(5)[b-lbd7iim2y0] {
    top: 10%;
    left: 85%;
    animation-delay: 10s;
    font-size: 2.8rem;
}

.symbol:nth-child(6)[b-lbd7iim2y0] {
    top: 75%;
    left: 10%;
    animation-delay: 1.5s;
    font-size: 3.2rem;
}

.symbol:nth-child(7)[b-lbd7iim2y0] {
    top: 65%;
    left: 30%;
    animation-delay: 4s;
}

.symbol:nth-child(8)[b-lbd7iim2y0] {
    top: 80%;
    left: 50%;
    animation-delay: 6.5s;
    font-size: 2.8rem;
}

.symbol:nth-child(9)[b-lbd7iim2y0] {
    top: 70%;
    left: 70%;
    animation-delay: 9s;
}

.symbol:nth-child(10)[b-lbd7iim2y0] {
    top: 85%;
    left: 90%;
    animation-delay: 11.5s;
    font-size: 3.5rem;
}

.welcome-content[b-lbd7iim2y0] {
    position: relative;
    z-index: 10;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section[b-lbd7iim2y0] {
    text-align: center;
    padding: 4rem 0;
    animation: fadeInUp-b-lbd7iim2y0 1s ease-out;
}

.logo-section[b-lbd7iim2y0] {
    position: relative;
    margin-bottom: 2rem;
}

.brand-title[b-lbd7iim2y0] {
    font-size: 4rem;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
    margin: 0;
    letter-spacing: -2px;
}

.brand-title .dash[b-lbd7iim2y0] {
    color: #ff6b35;
    text-shadow: 0 4px 20px rgba(255, 107, 53, 0.5);
}

.racing-flag[b-lbd7iim2y0] {
    position: absolute;
    top: -10px;
    right: -50px;
    font-size: 3rem;
    animation: wave-b-lbd7iim2y0 2s ease-in-out infinite;
}

.hero-title[b-lbd7iim2y0] {
    font-size: 3rem;
    color: #a8c7ff;
    margin: 2rem 0 1rem 0;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(168, 199, 255, 0.3);
}

.hero-subtitle[b-lbd7iim2y0] {
    font-size: 1.3rem;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 3rem auto;
}

.features-grid[b-lbd7iim2y0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
    animation: fadeInUp-b-lbd7iim2y0 1s ease-out 0.3s both;
}

.feature-card[b-lbd7iim2y0] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card[b-lbd7iim2y0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.feature-card:hover[b-lbd7iim2y0]::before {
    left: 100%;
}

.feature-card:hover[b-lbd7iim2y0] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.2);
    border-color: rgba(255, 107, 53, 0.3);
}

.feature-icon[b-lbd7iim2y0] {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.feature-card h3[b-lbd7iim2y0] {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p[b-lbd7iim2y0] {
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 1rem;
}

.cta-section[b-lbd7iim2y0] {
    text-align: center;
    padding: 4rem 0;
    animation: fadeInUp-b-lbd7iim2y0 1s ease-out 0.6s both;
}

.cta-section h3[b-lbd7iim2y0] {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-section p[b-lbd7iim2y0] {
    font-size: 1.2rem;
    color: #a8c7ff;
    margin-bottom: 3rem;
}

.cta-buttons[b-lbd7iim2y0] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-cta[b-lbd7iim2y0], .btn-secondary-cta[b-lbd7iim2y0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary-cta[b-lbd7iim2y0] {
    background: linear-gradient(45deg, #ff6b35, #f9d423);
    color: white;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.btn-primary-cta:hover[b-lbd7iim2y0] {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.6);
    color: white;
    text-decoration: none;
}

.btn-secondary-cta[b-lbd7iim2y0] {
    background: transparent;
    color: #a8c7ff;
    border: 2px solid #a8c7ff;
}

.btn-secondary-cta:hover[b-lbd7iim2y0] {
    background: #a8c7ff;
    color: #1a1a2e;
    transform: translateY(-3px);
    text-decoration: none;
}

.stats-section[b-lbd7iim2y0] {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin: 4rem 0;
    flex-wrap: wrap;
    animation: fadeInUp-b-lbd7iim2y0 1s ease-out 0.9s both;
}

.stat-item[b-lbd7iim2y0] {
    text-align: center;
    padding: 1.5rem;
}

.stat-number[b-lbd7iim2y0] {
    font-size: 3rem;
    font-weight: 900;
    color: #ff6b35;
    text-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

.stat-label[b-lbd7iim2y0] {
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-top: 0.5rem;
    font-weight: 500;
}

/* Animations */
@keyframes fadeInUp-b-lbd7iim2y0 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wave-b-lbd7iim2y0 {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(10deg);
    }
}

@keyframes trackMove-b-lbd7iim2y0 {
    0% {
        transform: translateY(-50%) skewY(-2deg) translateX(0);
    }
    100% {
        transform: translateY(-50%) skewY(-2deg) translateX(100px);
    }
}

@keyframes float-b-lbd7iim2y0 {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.08;
    }
    25% {
        transform: translateY(-20px) rotate(5deg);
        opacity: 0.12;
    }
    50% {
        transform: translateY(-35px) rotate(-3deg);
        opacity: 0.15;
    }
    75% {
        transform: translateY(-15px) rotate(8deg);
        opacity: 0.1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .brand-title[b-lbd7iim2y0] {
        font-size: 3rem;
    }
    
    .hero-title[b-lbd7iim2y0] {
        font-size: 2.2rem;
    }
    
    .hero-subtitle[b-lbd7iim2y0] {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .features-grid[b-lbd7iim2y0] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .cta-buttons[b-lbd7iim2y0] {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .stats-section[b-lbd7iim2y0] {
        gap: 2rem;
    }
      .racing-flag[b-lbd7iim2y0] {
        position: static;
        display: block;
        margin: 1rem 0;
    }
    
    /* Reduce floating symbols on tablet */
    .symbol[b-lbd7iim2y0] {
        font-size: 2rem;
    }
    
    .symbol:nth-child(1)[b-lbd7iim2y0],
    .symbol:nth-child(3)[b-lbd7iim2y0],
    .symbol:nth-child(6)[b-lbd7iim2y0],
    .symbol:nth-child(10)[b-lbd7iim2y0] {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .welcome-content[b-lbd7iim2y0] {
        padding: 1rem;
    }
    
    .hero-section[b-lbd7iim2y0] {
        padding: 2rem 0;
    }
    
    .brand-title[b-lbd7iim2y0] {
        font-size: 2.5rem;
    }
    
    .hero-title[b-lbd7iim2y0] {
        font-size: 1.8rem;
    }
    
    .feature-card[b-lbd7iim2y0] {
        padding: 1.5rem;
    }
      .cta-section h3[b-lbd7iim2y0] {
        font-size: 2rem;
    }
    
    /* Further reduce floating symbols on mobile */
    .symbol[b-lbd7iim2y0] {
        font-size: 1.5rem;
        opacity: 0.05;
    }
    
    .symbol:nth-child(1)[b-lbd7iim2y0],
    .symbol:nth-child(3)[b-lbd7iim2y0],
    .symbol:nth-child(6)[b-lbd7iim2y0],
    .symbol:nth-child(10)[b-lbd7iim2y0] {
        font-size: 2rem;
    }
    
    /* Hide some symbols on very small screens */
    .symbol:nth-child(even)[b-lbd7iim2y0] {
        display: none;
    }
}
/* _content/DerbyDash/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.profile-menu-grid[b-awavsgxjjt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.profile-menu-btn[b-awavsgxjjt] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.5rem;
    font-size: 1.05rem;
    font-weight: 500;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    min-width: 0;
    min-height: 2.2rem;
    gap: 0.5rem;
}

.profile-menu-btn i[b-awavsgxjjt] {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    color: #ff9800;
}

.profile-menu-btn:hover[b-awavsgxjjt], .profile-menu-btn.active[b-awavsgxjjt] {
    background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
    color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 4px 16px rgba(255, 152, 0, 0.08);
}

@media (max-width: 600px) {
    .profile-menu-grid[b-awavsgxjjt] {
        grid-template-columns: 1fr;
    }
    .profile-menu-btn[b-awavsgxjjt] {
        font-size: 1rem;
        padding: 0.6rem 0.5rem;
    }
} 
/* _content/DerbyDash/Components/Layout/BetaBanner.razor.rz.scp.css */
.beta-banner[b-54t7qkguwj] {
    background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%);
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 152, 0, 0.3);
}

.beta-banner:hover[b-54t7qkguwj] {
    background: linear-gradient(90deg, #FFED4E 0%, #FF8C00 100%);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.beta-text[b-54t7qkguwj] {
    color: #2C3E50;
    font-weight: bold;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    animation: pulse-b-54t7qkguwj 2s ease-in-out infinite;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@keyframes pulse-b-54t7qkguwj {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.02);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .beta-banner[b-54t7qkguwj] {
        height: 28px;
    }
    
    .beta-text[b-54t7qkguwj] {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }
} 
/* _content/DerbyDash/Components/Layout/Breadcrumb.razor.rz.scp.css */
.breadcrumb[b-t8uouo6ukl] {
    padding-left: 10px; /* Adding padding to the ol for overall left margin */
}

@media (max-width: 768px) {
    nav[aria-label="breadcrumb"][b-t8uouo6ukl],
    .breadcrumb-nav[b-t8uouo6ukl] {
        display: none !important;
    }
}
/* _content/DerbyDash/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o1r8s0yp9i] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available; /* Fallback for iOS Safari */
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.main[b-o1r8s0yp9i] {
    flex: 1;
    width: 100%;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
}

main[b-o1r8s0yp9i] {
    flex: 1;
    /* padding: 1rem; */
}

.sidebar[b-o1r8s0yp9i] {
    background-image: linear-gradient(180deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1001; /* Ensure sidebar is above other elements */
}

.top-row[b-o1r8s0yp9i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o1r8s0yp9i]  a, .top-row[b-o1r8s0yp9i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o1r8s0yp9i]  a:hover, .top-row[b-o1r8s0yp9i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o1r8s0yp9i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o1r8s0yp9i] {
        justify-content: space-between;
    }

    .top-row[b-o1r8s0yp9i]  a, .top-row[b-o1r8s0yp9i]  .btn-link {
        margin-left: 0;
    }
    
    /* main {
        padding: 0.75rem;
    } */
    
    .sidebar[b-o1r8s0yp9i] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        z-index: 1001;
        /* Safe area handling for devices with notches */
        padding-top: max(0px, env(safe-area-inset-top));
        padding-left: max(0px, env(safe-area-inset-left));
        padding-right: max(0px, env(safe-area-inset-right));
    }
    
    /* Add margin-top to the main div to prevent content from being hidden under the sidebar */
    .main[b-o1r8s0yp9i] {
        margin-top: 25px;
        /* Handle safe areas for main content */
        padding-left: max(0px, env(safe-area-inset-left));
        padding-right: max(0px, env(safe-area-inset-right));
        padding-bottom: max(0px, env(safe-area-inset-bottom));
        
        /* Prevent content shifting */
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    
    /* Ensure page takes full height on mobile */
    .page[b-o1r8s0yp9i] {
        min-height: 100vh;
        min-height: -webkit-fill-available;
        width: 100%;
        overflow-x: hidden;
    }
}

@media (min-width: 641px) {
    .page[b-o1r8s0yp9i] {
        flex-direction: row;
    }

    .sidebar[b-o1r8s0yp9i] {
        width: 250px;
        /* height: 100vh; */
        position: sticky;
        top: 0;
    }

    .top-row[b-o1r8s0yp9i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o1r8s0yp9i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
    
    /* main {
        padding: 1rem;
    } */
    
    /* Reset margin for desktop view */
    .main[b-o1r8s0yp9i] {
        margin-top: 0;
    }
}

#blazor-error-ui[b-o1r8s0yp9i] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-o1r8s0yp9i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DerbyDash/Components/Layout/NavMenu.razor.rz.scp.css */
/* Racing-themed sidebar styling */
.sidebar-header[b-0oc0cfzabk] {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-container[b-0oc0cfzabk] {
    display: flex;
    align-items: center;
}

.logo-image[b-0oc0cfzabk] {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.logo-text[b-0oc0cfzabk] {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.derby[b-0oc0cfzabk] {
    color: #ffffff;
}

.dash[b-0oc0cfzabk] {
    color: #ff9800;
}

.navbar-brand[b-0oc0cfzabk] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.navbar-toggler[b-0oc0cfzabk] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem transparent;
    transition: all 0.3s ease;
}

.navbar-toggler:checked[b-0oc0cfzabk] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Navigation items styling */
.nav-item[b-0oc0cfzabk] {
    margin: 0.25rem 1rem;
}

.nav-item[b-0oc0cfzabk]  .nav-link {
    color: #e0e0e0;
    background: none;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    transition: all 0.2s ease;
    font-weight: 500;
}

/* Featured item styling - for the Races menu item */
.featured-item[b-0oc0cfzabk] {
    margin: 0.5rem 0.75rem;
    transform: scale(1.05);
}

.featured-item[b-0oc0cfzabk]  .featured-link {
    background: linear-gradient(90deg, rgba(255, 204, 0, 0.15) 0%, rgba(255, 204, 0, 0.05) 100%);
    border: 1px solid rgba(255, 204, 0, 0.3);
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.featured-item[b-0oc0cfzabk]  .featured-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        rgba(255, 204, 0, 0.1) 0%, 
        rgba(255, 204, 0, 0) 70%);
    z-index: -1;
}

.featured-item[b-0oc0cfzabk]  .featured-link:hover {
    background: linear-gradient(90deg, rgba(255, 204, 0, 0.25) 0%, rgba(255, 204, 0, 0.1) 100%);
    transform: translateX(3px) scale(1.02);
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.3);
}

.featured-item[b-0oc0cfzabk]  .featured-link.active {
    background: linear-gradient(90deg, rgba(255, 204, 0, 0.3) 0%, rgba(255, 204, 0, 0.15) 100%);
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.4);
}

/* Pulsing animation for the featured item */
@keyframes featured-pulse-b-0oc0cfzabk {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);
    }
}

.featured-item[b-0oc0cfzabk] {
    animation: featured-pulse-b-0oc0cfzabk 2s infinite;
}

/* Trophy indicator for the featured item */
.featured-indicator[b-0oc0cfzabk] {
    margin-left: auto;
    font-size: 1.2em;
    animation: bounce-b-0oc0cfzabk 1s ease infinite;
}

@keyframes bounce-b-0oc0cfzabk {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

.nav-icon[b-0oc0cfzabk] {
    margin-right: 12px;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.nav-text[b-0oc0cfzabk] {
    font-size: 0.95rem;
}

.nav-item[b-0oc0cfzabk]  a.active {
    background-color: rgba(255, 152, 0, 0.25);
    color: #ff9800;
    box-shadow: 0 0 10px rgba(255, 152, 0, 0.1);
}

.nav-item[b-0oc0cfzabk]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateX(3px);
}

/* Special styling for the Profile link */
.profile-item[b-0oc0cfzabk]  .nav-link {
    border-left: 3px solid rgba(255, 152, 0, 0.5);
    padding-left: calc(1rem - 3px);
    position: relative;
    overflow: hidden;
}

.profile-item[b-0oc0cfzabk]  .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 152, 0, 0.05) 0%, 
        rgba(255, 152, 0, 0) 100%);
    z-index: -1;
}

.profile-item[b-0oc0cfzabk]  .nav-icon {
    color: rgba(255, 152, 0, 0.8);
    position: relative;
    transition: all 0.3s ease;
}

.profile-item[b-0oc0cfzabk]  .nav-link:hover .nav-icon {
    transform: scale(1.2);
    color: #ff9800;
}

/* Add a subtle pulse animation to draw attention to the profile link */
@keyframes subtle-pulse-b-0oc0cfzabk {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(255, 152, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
    }
}

.profile-item[b-0oc0cfzabk] {
    position: relative;
}

.profile-item[b-0oc0cfzabk]::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    /* background-color: #ff9800; */
    border-radius: 50%;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    /* animation: subtle-pulse 2s infinite; */
}

.profile-item[b-0oc0cfzabk]  .nav-link:hover {
    background-color: rgba(255, 152, 0, 0.15);
    border-left-color: #ff9800;
}

.profile-item[b-0oc0cfzabk]  .nav-link.active {
    background-color: rgba(255, 152, 0, 0.3);
    border-left-color: #ff9800;
}

/* Pay it Forward link styling */
.nav-item[b-0oc0cfzabk]  .pay-it-forward-link {
    border-left: 3px solid rgba(46, 204, 113, 0.5);
    padding-left: calc(1rem - 3px);
    position: relative;
    overflow: hidden;
}

.nav-item[b-0oc0cfzabk]  .pay-it-forward-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(46, 204, 113, 0.05) 0%, 
        rgba(46, 204, 113, 0) 100%);
    z-index: -1;
}

.nav-item[b-0oc0cfzabk]  .pay-it-forward-link .nav-icon {
    color: rgba(46, 204, 113, 0.8);
    transition: all 0.3s ease;
}

.nav-item[b-0oc0cfzabk]  .pay-it-forward-link:hover {
    background-color: rgba(46, 204, 113, 0.15);
    border-left-color: #2ecc71;
    color: #2ecc71;
}

.nav-item[b-0oc0cfzabk]  .pay-it-forward-link:hover .nav-icon {
    transform: scale(1.2);
    color: #2ecc71;
}

.nav-item[b-0oc0cfzabk]  .pay-it-forward-link.active {
    background-color: rgba(46, 204, 113, 0.3);
    border-left-color: #2ecc71;
    color: #2ecc71;
}

/* About link styling */
.nav-item[b-0oc0cfzabk]  .about-link {
    border-left: 3px solid rgba(41, 128, 185, 0.5);
    padding-left: calc(1rem - 3px);
    position: relative;
    overflow: hidden;
}

.nav-item[b-0oc0cfzabk]  .about-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(41, 128, 185, 0.05) 0%, 
        rgba(41, 128, 185, 0) 100%);
    z-index: -1;
}

.nav-item[b-0oc0cfzabk]  .about-link .nav-icon {
    color: rgba(41, 128, 185, 0.8);
    transition: all 0.3s ease;
}

.nav-item[b-0oc0cfzabk]  .about-link:hover {
    background-color: rgba(41, 128, 185, 0.15);
    border-left-color: #2980b9;
    color: #2980b9;
}

.nav-item[b-0oc0cfzabk]  .about-link:hover .nav-icon {
    transform: scale(1.2);
    color: #2980b9;
}

.nav-item[b-0oc0cfzabk]  .about-link.active {
    background-color: rgba(41, 128, 185, 0.3);
    border-left-color: #2980b9;
    color: #2980b9;
}

.nav-item[b-0oc0cfzabk]  .logout-link:hover {
    cursor: pointer;
    background-color: rgba(244, 67, 54, 0.15);
    color: #ff5252;
}

/* Navigation divider */
.nav-divider[b-0oc0cfzabk] {
    margin: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
}

/* Scrollable navigation */
.nav-scrollable[b-0oc0cfzabk] {
    display: none;
    padding-top: 0.5rem;
}

/* Add rule for JS-toggled class */
.nav-scrollable.show-menu[b-0oc0cfzabk] {
    display: block;
}

@media (max-width: 640px) {
    .sidebar-header[b-0oc0cfzabk] {
        padding: 0.75rem;
        height: 3.5rem; /* Fixed height for the sidebar header */
        box-sizing: border-box;
        /* Safe area handling for devices with notches */
        padding-top: max(0.75rem, env(safe-area-inset-top));
        padding-left: max(0.75rem, env(safe-area-inset-left));
        padding-right: max(0.75rem, env(safe-area-inset-right));
        /* Prevent content shifting */
        width: 100%;
        position: relative;
    }
    
    .logo-text[b-0oc0cfzabk] {
        font-size: 1.3rem;
    }
    
    .logo-image[b-0oc0cfzabk] {
        width: 28px;
        height: 28px;
    }
    
    .nav-scrollable[b-0oc0cfzabk] {
        position: absolute;
        width: 100%;
        top: 3.5rem; /* Position below the sidebar header */
        background-image: linear-gradient(180deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        /* Safe area handling */
        padding-left: max(0px, env(safe-area-inset-left));
        padding-right: max(0px, env(safe-area-inset-right));
        /* Prevent horizontal overflow */
        overflow-x: hidden;
        max-width: 100vw;
    }

    .nav-scrollable.show-menu[b-0oc0cfzabk] {
        /* Ensure expanded menu is above the fixed sidebar header (z-index: 1001 in MainLayout.razor.css) */
        /* and potentially other content */
        z-index: 1002;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-0oc0cfzabk] {
        display: none;
    }

    .nav-scrollable[b-0oc0cfzabk] {
        display: block;
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
        padding-bottom: 3rem;
    }
}

/* Scrollbar styling */
.nav-scrollable[b-0oc0cfzabk]::-webkit-scrollbar {
    width: 6px;
}

.nav-scrollable[b-0oc0cfzabk]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.nav-scrollable[b-0oc0cfzabk]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.nav-scrollable[b-0oc0cfzabk]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Version number */
.version-number[b-0oc0cfzabk] {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    padding: 0.5rem;
}
/* _content/DerbyDash/Components/Layout/TopNavbar.razor.rz.scp.css */
.top-navbar[b-0xsp90zl5e] {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    /* Prevent horizontal overflow */
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.container-fluid[b-0xsp90zl5e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-info[b-0xsp90zl5e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title[b-0xsp90zl5e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.page-title i[b-0xsp90zl5e] {
    font-size: 1.5rem;
    color: #ff9800;
    background: rgba(255, 152, 0, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2);
    transition: all 0.3s ease;
    animation: pulse-b-0xsp90zl5e 2s infinite;
}

@keyframes pulse-b-0xsp90zl5e {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(255, 152, 0, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2);
    }
}

.page-title h1[b-0xsp90zl5e] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #2c3e50;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #2c3e50, #4ca1af);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientText-b-0xsp90zl5e 5s ease infinite;
}

@keyframes gradientText-b-0xsp90zl5e {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.page-subtitle[b-0xsp90zl5e] {
    font-size: 0.95rem;
    color: #6c757d;
    font-style: italic;
    margin-left: 3.5rem;
    position: relative;
    animation: fadeIn-b-0xsp90zl5e 0.8s ease-in-out;
}

.page-subtitle[b-0xsp90zl5e]::before {
    content: '🏁';
    position: absolute;
    left: -1.5rem;
    top: 0;
    font-style: normal;
    animation: wave-b-0xsp90zl5e 3s ease-in-out infinite;
    display: inline-block;
}

@keyframes fadeIn-b-0xsp90zl5e {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wave-b-0xsp90zl5e {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
}

.top-navbar-content[b-0xsp90zl5e] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Racer selector styling */
.racer-selector[b-0xsp90zl5e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
    border-radius: 16px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 152, 0, 0.1);
}

.racer-selector:hover[b-0xsp90zl5e] {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    border-color: rgba(255, 152, 0, 0.3);
}

.racer-icon[b-0xsp90zl5e] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ff9800 0%, #ff7800 100%);
    border-radius: 50%;
    color: white;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(255, 152, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.racer-avatar-img[b-0xsp90zl5e] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.racer-avatar-default[b-0xsp90zl5e] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: inherit;
}

.racer-icon[b-0xsp90zl5e]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

/* .racer-selector:hover .racer-icon {
    transform: rotate(15deg);
}

.racer-selector:hover .racer-icon::after {
    transform: rotate(45deg) translate(50%, 50%);
} */

.racer-dropdown-container[b-0xsp90zl5e] {
    display: flex;
    flex-direction: column;
}

.racer-dropdown-container label[b-0xsp90zl5e] {
    font-weight: 600;
    color: #555;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.racer-dropdown-container label i[b-0xsp90zl5e] {
    color: #ff9800;
    font-size: 0.8rem;
}

.racer-selector:hover .racer-dropdown-container label[b-0xsp90zl5e] {
    color: #ff9800;
}

.select-wrapper[b-0xsp90zl5e] {
    position: relative;
}

.select-hint[b-0xsp90zl5e] {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    font-size: 0.8rem;
    color: #888;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    pointer-events: none;
    font-style: italic;
}

.racer-selector:hover .select-hint[b-0xsp90zl5e] {
    opacity: 1;
    transform: translateY(0);
}

.racer-dropdown[b-0xsp90zl5e] {
    width: auto;
    min-width: 200px;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    padding: 0.7rem 3rem 0.7rem 1rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ff9800' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px 16px;
    appearance: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
    cursor: pointer;
}

.racer-dropdown:focus[b-0xsp90zl5e] {
    border-color: #ff9800;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 152, 0, 0.2);
    background-color: #fffaf0;
    transform: scale(1.02);
}

.racer-dropdown:hover[b-0xsp90zl5e] {
    border-color: #ff9800;
    background-color: #fffaf0;
}

/* Add a special animation when dropdown is focused */
.racer-selector:has(.racer-dropdown:focus) .racer-icon[b-0xsp90zl5e] {
    transform: rotate(15deg) scale(1.1);
    background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
}

.racer-dropdown option[b-0xsp90zl5e] {
    padding: 1rem;
    font-size: 1.1rem;
    background-color: #fff;
}

/* No racers message */
.no-racers-message[b-0xsp90zl5e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #fff3e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    color: #e65100;
    font-size: 0.9rem;
}

.no-racers-message i[b-0xsp90zl5e] {
    font-size: 1.1rem;
}

.no-racers-message a[b-0xsp90zl5e] {
    color: #ff9800;
    font-weight: 600;
    text-decoration: none;
    margin-left: 0.25rem;
}

.no-racers-message a:hover[b-0xsp90zl5e] {
    text-decoration: underline;
}

/* Login prompt */
.login-prompt[b-0xsp90zl5e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.login-button[b-0xsp90zl5e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ff9800;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.login-button:hover[b-0xsp90zl5e] {
    background-color: #f57c00;
    transform: translateY(-2px);
}

/* Mobile styles */
@media (max-width: 768px) {
    .top-navbar[b-0xsp90zl5e] {
        padding: 0.75rem 1rem;
        position: relative;
        z-index: 1000; /* Below the sidebar z-index */
        /* Safe area handling for devices with notches */
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
        /* Prevent horizontal overflow */
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .container-fluid[b-0xsp90zl5e] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .page-info[b-0xsp90zl5e] {
        display: none; /* Hide page-info in all cases on mobile */
    }
    
    .page-title[b-0xsp90zl5e] {
        margin-bottom: 0.15rem;
    }
    
    .page-title i[b-0xsp90zl5e] {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }
    
    .page-title h1[b-0xsp90zl5e] {
        font-size: 1.3rem;
    }
    
    .page-subtitle[b-0xsp90zl5e] {
        font-size: 0.85rem;
        margin-left: 3rem;
    }
    
    .top-navbar-content[b-0xsp90zl5e] {
        width: 100%;
        justify-content: center;
    }
    
    .racer-selector[b-0xsp90zl5e] {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .login-prompt[b-0xsp90zl5e] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
        width: 100%;
    }
    
    .no-racers-message[b-0xsp90zl5e] {
        flex-direction: column;
        text-align: center;
        padding: 0.75rem;
        width: 100%;
    }

    /* Hide navbar when game is running on mobile */
    .top-navbar.game-running[b-0xsp90zl5e] {
        display: none;
    }
}

/* Desktop enhancements */
@media (min-width: 1024px) {
    .racer-selector[b-0xsp90zl5e] {
        padding: 0.85rem 1.5rem;
        transition: all 0.4s ease;
    }
    
    .racer-icon[b-0xsp90zl5e] {
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
    }
    
    .racer-avatar-default[b-0xsp90zl5e] {
        font-size: 1.8rem;
    }
    
    .racer-dropdown[b-0xsp90zl5e] {
        min-width: 220px;
        font-size: 1.15rem;
        padding: 0.8rem 3rem 0.8rem 1.2rem;
    }
    
    .racer-dropdown-container label[b-0xsp90zl5e] {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    
    /* Add a subtle animation on hover */
    .racer-selector:hover[b-0xsp90zl5e] {
        background: linear-gradient(135deg, #f9f9f9 0%, #fff8e1 100%);
    }
}

/* Style for the user email */
.navbar-user-email[b-0xsp90zl5e] {
    margin-left: 0.75rem; /* Space between avatar and email */
    font-size: 0.9rem;
    color: #495057; /* Adjust color as needed */
    font-weight: 500;
    white-space: nowrap; /* Prevent email from wrapping */
}

@media (min-width: 769px) {
    .top-navbar.game-running[b-0xsp90zl5e] {
        display: none;
    }
}
/* _content/DerbyDash/Components/Layout/TrackContainer.razor.rz.scp.css */
.road[b-m5qvdxig44] {
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    background-color: #404040;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}

.track-background[b-m5qvdxig44] {
    position: absolute;
    width: 100%;
    /* Set height to exactly twice the animation distance */
    height: 1120px;
    transform-style: preserve-3d;
    will-change: transform;
    transform: translateZ(0);
    display: block; /* Ensure segments stack */
}

/* Animation only runs when explicitly enabled and finish line is not visible */
.track-background.animated:not(.finish-visible)[b-m5qvdxig44] {
    animation: moveRoad-b-m5qvdxig44 3s linear infinite;
    animation-play-state: running;
    transform-origin: top center;
}

.lane-section[b-m5qvdxig44] {
    height: 33.33%;
    position: relative;
    transform-style: preserve-3d;
}

.lane-group[b-m5qvdxig44] {
    position: absolute;
    width: 10px;
    height: calc(100vh + 560px); /* Extended height to allow smooth entry */
    transform-style: preserve-3d;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    /* Position the lane group above the viewport initially */
    top: -280px;
}

.lane[b-m5qvdxig44] {
    width: 100%;
    height: 70px; /* Increased from 70px */
    background-color: #ffff00;
    margin-bottom: 210px;
    transform-style: preserve-3d;
}

.lane-group:nth-child(1)[b-m5qvdxig44] { left: 15%; }
.lane-group:nth-child(2)[b-m5qvdxig44] { left: 32%; }
.lane-group:nth-child(3)[b-m5qvdxig44] { left: 49%; }
.lane-group:nth-child(4)[b-m5qvdxig44] { left: 66%; }
.lane-group:nth-child(5)[b-m5qvdxig44] { left: 83%; }

@keyframes moveRoad-b-m5qvdxig44 {
    0% { transform: translateY(0); }
    100% { transform: translateY(560px); }
}

/* Start line animation - separate from road animation */
.track-background.animated:not(.finish-visible)[b-m5qvdxig44] {
    animation: moveRoad-b-m5qvdxig44 3s linear infinite;
    animation-play-state: running;
    transform-origin: top center;
}

.track-background.animated .start-line.hidden[b-m5qvdxig44],
.track-background.finish-visible .start-line.hidden[b-m5qvdxig44] {
    opacity: 0;
    visibility: hidden;
    display: none;
}

/* Speed variations for dynamic animation speeds - adjusted for better consistency */
.track-background.animated.speed-1:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 18.0s; }  /* 12.0 * 1.5 */
.track-background.animated.speed-2:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 9.0s; }   /* 6.0 * 1.5 */
.track-background.animated.speed-3:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 6.0s; }   /* 4.0 * 1.5 */
.track-background.animated.speed-4:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 3.9s; }   /* 3.0 * 1.3 */
.track-background.animated.speed-5:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 3.12s; }  /* 2.4 * 1.3 */
.track-background.animated.speed-6:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 2.6s; }   /* 2.0 * 1.3 */
.track-background.animated.speed-7:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 2.23s; }  /* 1.71 * 1.3 */
.track-background.animated.speed-8:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 1.65s; }  /* 1.5 * 1.1 */
.track-background.animated.speed-9:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 1.47s; }  /* 1.33 * 1.1 */
.track-background.animated.speed-10:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 1.32s; } /* 1.2 * 1.1 */
.track-background.animated.speed-11:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 1.09s; } /* 1.09 */
.track-background.animated.speed-12:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 1.0s; }  /* 1.0 */
.track-background.animated.speed-13:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 0.92s; } /* 0.92 */
.track-background.animated.speed-14:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 0.86s; } /* 0.86 */
.track-background.animated.speed-15:not(.finish-visible)[b-m5qvdxig44] { animation-duration: 0.8s; }  /* 0.8 */

/* Also apply the same speed variations to the start line animation */
.track-background.animated.speed-1:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 18.0s; }
.track-background.animated.speed-2:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 9.0s; }
.track-background.animated.speed-3:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 6.0s; }
.track-background.animated.speed-4:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 3.9s; }
.track-background.animated.speed-5:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 3.12s; }
.track-background.animated.speed-6:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 2.6s; }
.track-background.animated.speed-7:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 2.23s; }
.track-background.animated.speed-8:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 1.65s; }
.track-background.animated.speed-9:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 1.47s; }
.track-background.animated.speed-10:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 1.32s; }
.track-background.animated.speed-11:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 1.09s; }
.track-background.animated.speed-12:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 1.0s; }
.track-background.animated.speed-13:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 0.92s; }
.track-background.animated.speed-14:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 0.86s; }
.track-background.animated.speed-15:not(.finish-visible) .start-line[b-m5qvdxig44] { animation-duration: 0.8s; }

.track-segment[b-m5qvdxig44] {
    /* Contains one copy of the repeating lane pattern */
    position: relative;
    /* Set height to exactly match the animation distance */
    height: 560px;
}

.track-container[b-m5qvdxig44] {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.race-lines[b-m5qvdxig44] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.start-line[b-m5qvdxig44], .finish-line[b-m5qvdxig44] {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    transform-style: preserve-3d;
    transition: all 0.3s ease-in-out;
}

/* Start line positioning */
.start-line[b-m5qvdxig44] {
    top: calc(100vh - 450px);
    left: 0;
    width: 100%;
}

.start-line img[b-m5qvdxig44], .finish-line img[b-m5qvdxig44] {
    width: 100vw;
    max-width: none;
    height: auto;
    object-fit: cover;
}

.cars-container[b-m5qvdxig44] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.car-dynamic[b-m5qvdxig44] {
    position: absolute;
    width: 16%;
    margin: 0;
    transform-style: preserve-3d;
    will-change: transform;
    transition: top 0.5s ease-out, left 0.5s ease-out;
    pointer-events: none;
    z-index: 4;
}

/* Player car styling */
.car-dynamic.player-car[b-m5qvdxig44] {
    width: 16%; /* Same size as AI cars */
    z-index: 5; /* Higher z-index to appear above other cars */
    transform-origin: center;
}

.car-dynamic.player-car img[b-m5qvdxig44] {
    /* No special effects - just the regular car image */
}

/* Enhanced styling when player is actively answering */
.car-dynamic.player-car.player-active img[b-m5qvdxig44] {
    /* No special effects - just the regular car image */
}

/* Player indicator above the car */
.player-indicator[b-m5qvdxig44] {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    text-align: center;
    animation: playerIndicatorBounce-b-m5qvdxig44 1.5s ease-in-out infinite;
}

.player-label[b-m5qvdxig44] {
    background: linear-gradient(135deg, #ffd700, #ff6b35);
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: inline-block;
    white-space: nowrap;
}

.player-arrow[b-m5qvdxig44] {
    color: #ffd700;
    font-size: 16px;
    margin-top: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    animation: arrowBounce-b-m5qvdxig44 1s ease-in-out infinite;
}

/* Animations */
@keyframes playerCarPulse-b-m5qvdxig44 {
    0% {
        filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.4)) 
                drop-shadow(0 0 25px rgba(255, 255, 0, 0.2));
        transform: scale(1);
    }
    100% {
        filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.5)) 
                drop-shadow(0 0 35px rgba(255, 255, 0, 0.3));
        transform: scale(1.02);
    }
}

@keyframes playerCarActivePulse-b-m5qvdxig44 {
    0% {
        filter: drop-shadow(0 0 20px rgba(0, 255, 0, 0.45)) 
                drop-shadow(0 0 35px rgba(0, 255, 255, 0.3))
                drop-shadow(0 0 15px rgba(255, 215, 0, 0.4));
        transform: scale(1);
    }
    100% {
        filter: drop-shadow(0 0 30px rgba(0, 255, 0, 0.5)) 
                drop-shadow(0 0 45px rgba(0, 255, 255, 0.4))
                drop-shadow(0 0 25px rgba(255, 215, 0, 0.5));
        transform: scale(1.03);
    }
}

@keyframes playerIndicatorBounce-b-m5qvdxig44 {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes arrowBounce-b-m5qvdxig44 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
}

.car-dynamic img[b-m5qvdxig44] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive adjustments for mobile devices */
@media (max-width: 768px) {
    .player-indicator[b-m5qvdxig44] {
        top: -55px;
    }
    
    .player-label[b-m5qvdxig44] {
        font-size: 12px;
        padding: 3px 8px;
    }
    
    .player-arrow[b-m5qvdxig44] {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .player-indicator[b-m5qvdxig44] {
        top: -45px;
    }
    
    .player-label[b-m5qvdxig44] {
        font-size: 10px;
        padding: 2px 6px;
    }
    
    .player-arrow[b-m5qvdxig44] {
        font-size: 12px;
    }
}

.debug-panel[b-m5qvdxig44] {
    position: fixed;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-family: monospace;
    z-index: 1000;
}

.debug-info[b-m5qvdxig44] {
    margin: 5px 0;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    /* .road {
        top: 15vh;
    } */
    .lane[b-m5qvdxig44] {
        height: 70px; /* Maintain smaller height on mobile */
    }
    .car-dynamic[b-m5qvdxig44] {
        width: 15%;
        transform: translateY(-170px); /* Move cars up by 50px */
    }
    
    .lane-group[b-m5qvdxig44] {
        width: 8px;
    }

    .start-line[b-m5qvdxig44] {
        position: fixed;
        top: 300px; /* Fixed position instead of calc(100vh - 350px) */
        left: 0;
        width: 100%;
    }
}

/* _content/DerbyDash/Components/MenuPages/Addition-TablesMenu.razor.rz.scp.css */
/* Addition-TablesMenu.razor.css */

.tables-menu-container[b-gccch845yp] {
    padding: 1.5rem;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.tables-grid[b-gccch845yp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.table-card[b-gccch845yp] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid transparent;
}

.table-card:hover[b-gccch845yp] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-color: #3498db;
}

.table-card[b-gccch845yp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.table-card:hover[b-gccch845yp]::before {
    opacity: 1;
}

.table-link[b-gccch845yp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    text-decoration: none;
    color: #2c3e50;
    height: 100%;
    transition: background-color 0.3s ease;
}

.table-number[b-gccch845yp] {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #3498db;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.table-text[b-gccch845yp] {
    font-size: 1.2rem;
    text-align: center;
}

.checkered-flag[b-gccch845yp] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.table-card:hover .checkered-flag[b-gccch845yp] {
    opacity: 1;
    transform: rotate(15deg);
}

/* Animation for cards */
@keyframes fadeInUp-b-gccch845yp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.table-card[b-gccch845yp] {
    animation: fadeInUp-b-gccch845yp 0.5s ease-out forwards;
    animation-delay: calc(var(--animation-order) * 0.1s);
    opacity: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tables-grid[b-gccch845yp] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .table-number[b-gccch845yp] {
        font-size: 2rem;
    }
    
    .table-text[b-gccch845yp] {
        font-size: 1rem;
    }
    
    .table-link[b-gccch845yp] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .tables-grid[b-gccch845yp] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tables-menu-container[b-gccch845yp] {
        padding: 1rem;
    }
}

/* Bottom animation section */
.animation-container[b-gccch845yp] {
    margin-top: 3rem;
    position: relative;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(to right, #f5f7fa, #c3cfe2);
}

.race-track[b-gccch845yp] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #555;
    border-top: 3px dashed white;
}

.race-car[b-gccch845yp] {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 60px;
    height: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%233498db" d="M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    animation: moveCar-b-gccch845yp 10s linear infinite;
}

@keyframes moveCar-b-gccch845yp {
    0% {
        left: -60px;
    }
    100% {
        left: 100%;
    }
}
/* _content/DerbyDash/Components/MenuPages/AdditionMenu.razor.rz.scp.css */
/* AdditionMenu.razor.css */

.addition-menu-container[b-oqt3c0dxxl] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.addition-menu-grid[b-oqt3c0dxxl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.addition-menu-card[b-oqt3c0dxxl] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid #2196F3;
    height: 220px;
    animation: fadeInUp-b-oqt3c0dxxl 0.6s ease-out forwards;
    animation-delay: calc(var(--animation-order) * 0.2s);
    opacity: 0;
}

.addition-menu-card:hover[b-oqt3c0dxxl] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 24px rgba(33, 150, 243, 0.3);
    background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
}

.addition-menu-link[b-oqt3c0dxxl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    text-decoration: none;
    color: #2c3e50;
    height: 100%;
    position: relative;
    z-index: 1;
}

.addition-menu-icon[b-oqt3c0dxxl] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #1976D2;
    transition: transform 0.3s ease;
}

.addition-menu-card:hover .addition-menu-icon[b-oqt3c0dxxl] {
    transform: scale(1.2);
}

.addition-menu-title[b-oqt3c0dxxl] {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.8rem;
}

.addition-menu-description[b-oqt3c0dxxl] {
    font-size: 1.1rem;
    text-align: center;
    color: #546e7a;
    max-width: 90%;
}

/* Race track decoration */
.addition-menu-card[b-oqt3c0dxxl]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: repeating-linear-gradient(
        90deg,
        #000,
        #000 20px,
        #fff 20px,
        #fff 40px
    );
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.addition-menu-card:hover[b-oqt3c0dxxl]::after {
    opacity: 1;
}

/* Plus sign decoration */
.plus-decoration[b-oqt3c0dxxl] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.plus-decoration[b-oqt3c0dxxl]::before,
.plus-decoration[b-oqt3c0dxxl]::after {
    content: '';
    position: absolute;
    background-color: #1976D2;
    transition: all 0.3s ease;
}

.plus-decoration[b-oqt3c0dxxl]::before {
    width: 20px;
    height: 4px;
}

.plus-decoration[b-oqt3c0dxxl]::after {
    width: 4px;
    height: 20px;
}

.addition-menu-card:hover .plus-decoration[b-oqt3c0dxxl] {
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 1);
}

/* Animation for race car at bottom */
.animation-section[b-oqt3c0dxxl] {
    margin-top: 4rem;
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(to right, #1976D2, #64B5F6);
}

.race-track-bg[b-oqt3c0dxxl] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
    border-top: 4px dashed white;
}

.race-car-animation[b-oqt3c0dxxl] {
    position: absolute;
    bottom: 15px;
    left: -80px;
    width: 80px;
    height: 40px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%232196F3" d="M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    animation: moveRaceCar-b-oqt3c0dxxl 8s linear infinite;
}

.finish-line[b-oqt3c0dxxl] {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 20px;
    height: 60px;
    background: repeating-linear-gradient(
        0deg,
        #000,
        #000 10px,
        #fff 10px,
        #fff 20px
    );
}

/* Math symbols floating in the background */
.floating-symbols[b-oqt3c0dxxl] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.symbol[b-oqt3c0dxxl] {
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    font-size: 2rem;
    animation: float-b-oqt3c0dxxl 10s ease-in-out infinite;
}

.symbol:nth-child(1)[b-oqt3c0dxxl] {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.symbol:nth-child(2)[b-oqt3c0dxxl] {
    top: 30%;
    left: 30%;
    animation-delay: 1s;
}

.symbol:nth-child(3)[b-oqt3c0dxxl] {
    top: 15%;
    left: 50%;
    animation-delay: 2s;
}

.symbol:nth-child(4)[b-oqt3c0dxxl] {
    top: 40%;
    left: 70%;
    animation-delay: 3s;
}

.symbol:nth-child(5)[b-oqt3c0dxxl] {
    top: 25%;
    left: 90%;
    animation-delay: 4s;
}

@keyframes float-b-oqt3c0dxxl {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@keyframes moveRaceCar-b-oqt3c0dxxl {
    0% {
        left: -80px;
    }
    100% {
        left: calc(100% + 80px);
    }
}

@keyframes fadeInUp-b-oqt3c0dxxl {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .addition-menu-grid[b-oqt3c0dxxl] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .addition-menu-card[b-oqt3c0dxxl] {
        height: 200px;
    }
    
    .addition-menu-icon[b-oqt3c0dxxl] {
        font-size: 3.5rem;
    }
    
    .addition-menu-title[b-oqt3c0dxxl] {
        font-size: 1.6rem;
    }
    
    .animation-section[b-oqt3c0dxxl] {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .addition-menu-container[b-oqt3c0dxxl] {
        padding: 1.5rem;
    }
    
    .addition-menu-card[b-oqt3c0dxxl] {
        height: 180px;
    }
    
    .addition-menu-link[b-oqt3c0dxxl] {
        padding: 2rem 1.5rem;
    }
    
    .addition-menu-icon[b-oqt3c0dxxl] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    
    .addition-menu-title[b-oqt3c0dxxl] {
        font-size: 1.4rem;
    }
    
    .addition-menu-description[b-oqt3c0dxxl] {
        font-size: 1rem;
    }
}
/* _content/DerbyDash/Components/MenuPages/BaseMenuComponent.razor.rz.scp.css */
.nav_menu_container[b-uyp90jyis5] {
    padding: 2rem;
}

.nav_menu_list[b-uyp90jyis5] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

[b-uyp90jyis5] .nav_menu_item {
    margin-bottom: 1rem;
}

[b-uyp90jyis5] .nav_menu_link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

[b-uyp90jyis5] .nav_menu_link:hover {
    background-color: #e0e0e0;
}

@media (min-width: 768px) {
    .nav_menu_container[b-uyp90jyis5] {
        padding: 3rem;
    }

    [b-uyp90jyis5] .nav_menu_item {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .nav_menu_container[b-uyp90jyis5] {
        padding: 4rem;
    }

    [b-uyp90jyis5] .nav_menu_item {
        margin-bottom: 2rem;
    }
}

.centered-image[b-uyp90jyis5] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%; /* Adjust as needed */
    height: auto;
    object-fit: contain;
    max-width: 600px; /* Optional: Maximum size */
}

.content[b-uyp90jyis5] {
    height: 50vh; /* Upper half of the page */
}

.bottom-half[b-uyp90jyis5] {
    height: 50vh; /* Bottom half of the page */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bottom-half img[b-uyp90jyis5] {
        max-width: 100%; /* Scale GIF to fit */
        max-height: 100%;
    }
/* _content/DerbyDash/Components/MenuPages/BaseMenuPage.razor.rz.scp.css */
.topic-title[b-39raf8rjjh] {
    margin-left: 10px;
    margin-top: 8px;
}

.topic-subtitle[b-39raf8rjjh] {
    margin-left: 10px;
    font-size: 1.2rem;
}
/* _content/DerbyDash/Components/MenuPages/Multiplication-TablesMenu.razor.rz.scp.css */
/* Multiplication-TablesMenu.razor.css */

.tables-menu-container[b-9tut1pq6le] {
    padding: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tables-grid[b-9tut1pq6le] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.table-card[b-9tut1pq6le] {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid transparent;
}

.table-card:hover[b-9tut1pq6le] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    border-color: #9c27b0;
}

.table-card[b-9tut1pq6le]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #9c27b0, #673ab7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.table-card:hover[b-9tut1pq6le]::before {
    opacity: 1;
}

.table-link[b-9tut1pq6le] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem;
    text-decoration: none;
    color: #2c3e50;
    height: 100%;
    transition: background-color 0.3s ease;
}

.table-number[b-9tut1pq6le] {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #9c27b0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.table-text[b-9tut1pq6le] {
    font-size: 1.2rem;
    text-align: center;
}

.multiplication-symbol[b-9tut1pq6le] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.multiplication-symbol[b-9tut1pq6le]::before,
.multiplication-symbol[b-9tut1pq6le]::after {
    content: '';
    position: absolute;
    background-color: #9c27b0;
    transition: all 0.3s ease;
}

.multiplication-symbol[b-9tut1pq6le]::before {
    width: 16px;
    height: 3px;
    transform: rotate(45deg);
}

.multiplication-symbol[b-9tut1pq6le]::after {
    width: 16px;
    height: 3px;
    transform: rotate(-45deg);
}

.table-card:hover .multiplication-symbol[b-9tut1pq6le] {
    transform: rotate(180deg);
    background-color: rgba(255, 255, 255, 1);
}

/* Animation for cards */
@keyframes fadeInUp-b-9tut1pq6le {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.table-card[b-9tut1pq6le] {
    animation: fadeInUp-b-9tut1pq6le 0.5s ease-out forwards;
    animation-delay: calc(var(--animation-order) * 0.1s);
    opacity: 0;
}

/* Bottom animation section */
.animation-container[b-9tut1pq6le] {
    margin-top: 3rem;
    position: relative;
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(to right, #9c27b0, #673ab7);
}

.race-track[b-9tut1pq6le] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #333;
    border-top: 3px dashed white;
}

.race-car[b-9tut1pq6le] {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 60px;
    height: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%239c27b0" d="M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    animation: moveCar-b-9tut1pq6le 10s linear infinite;
}

/* Floating multiplication symbols */
.floating-symbols[b-9tut1pq6le] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.symbol[b-9tut1pq6le] {
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.5rem;
    font-weight: bold;
    animation: float-b-9tut1pq6le 10s ease-in-out infinite;
}

.symbol:nth-child(1)[b-9tut1pq6le] {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.symbol:nth-child(2)[b-9tut1pq6le] {
    top: 30%;
    left: 30%;
    animation-delay: 1s;
}

.symbol:nth-child(3)[b-9tut1pq6le] {
    top: 15%;
    left: 50%;
    animation-delay: 2s;
}

.symbol:nth-child(4)[b-9tut1pq6le] {
    top: 40%;
    left: 70%;
    animation-delay: 3s;
}

.symbol:nth-child(5)[b-9tut1pq6le] {
    top: 25%;
    left: 90%;
    animation-delay: 4s;
}

@keyframes float-b-9tut1pq6le {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@keyframes moveCar-b-9tut1pq6le {
    0% {
        left: -60px;
    }
    100% {
        left: 100%;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tables-grid[b-9tut1pq6le] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .table-number[b-9tut1pq6le] {
        font-size: 2rem;
    }
    
    .table-text[b-9tut1pq6le] {
        font-size: 1rem;
    }
    
    .table-link[b-9tut1pq6le] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .tables-grid[b-9tut1pq6le] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tables-menu-container[b-9tut1pq6le] {
        padding: 1rem;
    }
}
/* _content/DerbyDash/Components/MenuPages/MultiplicationMenu.razor.rz.scp.css */
/* MultiplicationMenu.razor.css */

.multiplication-menu-container[b-fla2iy3lrc] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.multiplication-menu-grid[b-fla2iy3lrc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.multiplication-menu-card[b-fla2iy3lrc] {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid #9c27b0;
    height: 220px;
    animation: fadeInUp-b-fla2iy3lrc 0.6s ease-out forwards;
    animation-delay: calc(var(--animation-order) * 0.2s);
    opacity: 0;
}

.multiplication-menu-card:hover[b-fla2iy3lrc] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 24px rgba(156, 39, 176, 0.3);
    background: linear-gradient(135deg, #e1bee7 0%, #ce93d8 100%);
}

.multiplication-menu-link[b-fla2iy3lrc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    text-decoration: none;
    color: #2c3e50;
    height: 100%;
    position: relative;
    z-index: 1;
}

.multiplication-menu-icon[b-fla2iy3lrc] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: #7b1fa2;
    transition: transform 0.3s ease;
}

.multiplication-menu-card:hover .multiplication-menu-icon[b-fla2iy3lrc] {
    transform: scale(1.2);
}

.multiplication-menu-title[b-fla2iy3lrc] {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.8rem;
}

.multiplication-menu-description[b-fla2iy3lrc] {
    font-size: 1.1rem;
    text-align: center;
    color: #546e7a;
    max-width: 90%;
}

/* Race track decoration */
.multiplication-menu-card[b-fla2iy3lrc]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: repeating-linear-gradient(
        90deg,
        #000,
        #000 20px,
        #fff 20px,
        #fff 40px
    );
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.multiplication-menu-card:hover[b-fla2iy3lrc]::after {
    opacity: 1;
}

/* Multiplication sign decoration */
.times-decoration[b-fla2iy3lrc] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.times-decoration[b-fla2iy3lrc]::before,
.times-decoration[b-fla2iy3lrc]::after {
    content: '';
    position: absolute;
    background-color: #7b1fa2;
    transition: all 0.3s ease;
}

.times-decoration[b-fla2iy3lrc]::before {
    width: 20px;
    height: 4px;
    transform: rotate(45deg);
}

.times-decoration[b-fla2iy3lrc]::after {
    width: 4px;
    height: 20px;
    transform: rotate(45deg);
}

.multiplication-menu-card:hover .times-decoration[b-fla2iy3lrc] {
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 1);
}

/* Animation for race car at bottom */
.animation-section[b-fla2iy3lrc] {
    margin-top: 4rem;
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(to right, #7b1fa2, #ce93d8);
}

.race-track-bg[b-fla2iy3lrc] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
    border-top: 4px dashed white;
}

.race-gif[b-fla2iy3lrc] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 120px;
    z-index: 2;
}

.finish-line[b-fla2iy3lrc] {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 20px;
    height: 60px;
    background: repeating-linear-gradient(
        0deg,
        #000,
        #000 10px,
        #fff 10px,
        #fff 20px
    );
}

/* Math symbols floating in the background */
.floating-symbols[b-fla2iy3lrc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.symbol[b-fla2iy3lrc] {
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    font-size: 2rem;
    animation: float-b-fla2iy3lrc 10s ease-in-out infinite;
}

.symbol:nth-child(1)[b-fla2iy3lrc] {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.symbol:nth-child(2)[b-fla2iy3lrc] {
    top: 30%;
    left: 30%;
    animation-delay: 1s;
}

.symbol:nth-child(3)[b-fla2iy3lrc] {
    top: 15%;
    left: 50%;
    animation-delay: 2s;
}

.symbol:nth-child(4)[b-fla2iy3lrc] {
    top: 40%;
    left: 70%;
    animation-delay: 3s;
}

.symbol:nth-child(5)[b-fla2iy3lrc] {
    top: 25%;
    left: 90%;
    animation-delay: 4s;
}

@keyframes float-b-fla2iy3lrc {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@keyframes fadeInUp-b-fla2iy3lrc {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .multiplication-menu-grid[b-fla2iy3lrc] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .multiplication-menu-card[b-fla2iy3lrc] {
        height: 200px;
    }
    
    .multiplication-menu-icon[b-fla2iy3lrc] {
        font-size: 3.5rem;
    }
    
    .multiplication-menu-title[b-fla2iy3lrc] {
        font-size: 1.6rem;
    }
    
    .animation-section[b-fla2iy3lrc] {
        height: 150px;
    }
    
    .race-gif[b-fla2iy3lrc] {
        max-height: 100px;
    }
}

@media (max-width: 480px) {
    .multiplication-menu-container[b-fla2iy3lrc] {
        padding: 1.5rem;
    }
    
    .multiplication-menu-card[b-fla2iy3lrc] {
        height: 180px;
    }
    
    .multiplication-menu-link[b-fla2iy3lrc] {
        padding: 2rem 1.5rem;
    }
    
    .multiplication-menu-icon[b-fla2iy3lrc] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    
    .multiplication-menu-title[b-fla2iy3lrc] {
        font-size: 1.4rem;
    }
    
    .multiplication-menu-description[b-fla2iy3lrc] {
        font-size: 1rem;
    }
}
/* _content/DerbyDash/Components/MenuPages/RaceSetsMenu.razor.rz.scp.css */
/* RaceSetsMenu.razor.css */

.race-sets-container[b-hiiw7cduhk] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.race-sets-grid[b-hiiw7cduhk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.race-set-card[b-hiiw7cduhk] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid transparent;
    height: 200px;
    animation: fadeInUp-b-hiiw7cduhk 0.6s ease-out forwards;
    animation-delay: calc(var(--animation-order) * 0.2s);
    opacity: 0;
}

.race-set-card:hover[b-hiiw7cduhk] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.race-set-card.addition[b-hiiw7cduhk] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-color: #2196F3;
}

.race-set-card.addition:hover[b-hiiw7cduhk] {
    background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%);
}

.race-set-card.multiplication[b-hiiw7cduhk] {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    border-color: #9c27b0;
}

.race-set-card.multiplication:hover[b-hiiw7cduhk] {
    background: linear-gradient(135deg, #e1bee7 0%, #ce93d8 100%);
}

.race-set-card.disabled[b-hiiw7cduhk] {
    opacity: 0.6;
    pointer-events: none;
    filter: grayscale(70%);
}

.race-set-link[b-hiiw7cduhk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    text-decoration: none;
    color: #2c3e50;
    height: 100%;
    position: relative;
    z-index: 1;
}

.race-set-icon[b-hiiw7cduhk] {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.race-set-card.addition .race-set-icon[b-hiiw7cduhk] {
    color: #1976D2;
}

.race-set-card.multiplication .race-set-icon[b-hiiw7cduhk] {
    color: #7B1FA2;
}

.race-set-card:hover .race-set-icon[b-hiiw7cduhk] {
    transform: scale(1.2);
}

.race-set-title[b-hiiw7cduhk] {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}

.race-set-description[b-hiiw7cduhk] {
    font-size: 1rem;
    text-align: center;
    color: #6c757d;
}

/* Race track decoration */
.race-set-card[b-hiiw7cduhk]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: repeating-linear-gradient(
        90deg,
        #000,
        #000 20px,
        #fff 20px,
        #fff 40px
    );
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.race-set-card:hover[b-hiiw7cduhk]::after {
    opacity: 1;
}

/* Checkered flag */
.checkered-flag[b-hiiw7cduhk] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.race-set-card:hover .checkered-flag[b-hiiw7cduhk] {
    opacity: 1;
    transform: rotate(15deg) scale(1.2);
}

/* Animation for race car at bottom */
.animation-section[b-hiiw7cduhk] {
    margin-top: 2rem;
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(to right, #2c3e50, #4ca1af);
}

.race-track-bg[b-hiiw7cduhk] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
    border-top: 4px dashed white;
}

.race-car-animation[b-hiiw7cduhk] {
    position: absolute;
    bottom: 15px;
    left: -80px;
    width: 80px;
    height: 40px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23e74c3c" d="M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    animation: moveRaceCar-b-hiiw7cduhk 8s linear infinite;
}

.finish-line[b-hiiw7cduhk] {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 20px;
    height: 60px;
    background: repeating-linear-gradient(
        0deg,
        #000,
        #000 10px,
        #fff 10px,
        #fff 20px
    );
}

@keyframes moveRaceCar-b-hiiw7cduhk {
    0% {
        left: -80px;
    }
    100% {
        left: calc(100% + 80px);
    }
}

@keyframes fadeInUp-b-hiiw7cduhk {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .race-sets-grid[b-hiiw7cduhk] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .race-set-card[b-hiiw7cduhk] {
        height: 180px;
    }
    
    .race-set-icon[b-hiiw7cduhk] {
        font-size: 3rem;
        margin-bottom: -1rem;
    }
    
    .race-set-title[b-hiiw7cduhk] {
        font-size: 1.5rem;
    }
    
    .animation-section[b-hiiw7cduhk] {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .race-sets-grid[b-hiiw7cduhk] {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .race-sets-container[b-hiiw7cduhk] {
        padding: 1.5rem;
    }
    
    .race-set-card[b-hiiw7cduhk] {
        height: 160px;
    }
    
    .race-set-link[b-hiiw7cduhk] {
        padding: 2rem 1.5rem;
    }
}
/* _content/DerbyDash/Components/Pages/About.razor.rz.scp.css */
.about-container[b-nof3uz53lh] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-header[b-nof3uz53lh] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.about-header h1[b-nof3uz53lh] {
    color: #2e3192;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.about-content[b-nof3uz53lh] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.about-section[b-nof3uz53lh] {
    margin-bottom: 2.5rem;
}

.about-section h2[b-nof3uz53lh] {
    color: #2e3192;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.about-section h3[b-nof3uz53lh] {
    color: #444;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.about-section .lead[b-nof3uz53lh] {
    font-size: 1.3rem;
    font-weight: 500;
    color: #2e3192;
}

.about-section ul[b-nof3uz53lh] {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.about-section li[b-nof3uz53lh] {
    margin-bottom: 0.8rem;
    position: relative;
}
.about-sentence p[b-nof3uz53lh] {
    margin-bottom: 0.1rem;
    position: relative;
}

.highlight-section[b-nof3uz53lh] {
    background-color: #f8f9ff;
    padding: 2rem;
    border-radius: 8px;
    border-left: 5px solid #2e3192;
}

.highlight-section h2[b-nof3uz53lh] {
    color: #2e3192;
}

.highlight-section ul li[b-nof3uz53lh] {
    color: #333;
}

.conference-section[b-nof3uz53lh] {
    background-color: #fff8e6;
    padding: 2rem;
    border-radius: 8px;
    border-left: 5px solid #ffc107;
    margin-top: 2rem;
}

.conference-section h2[b-nof3uz53lh] {
    color: #d68c00;
}

.cta-section[b-nof3uz53lh] {
    background-color: #f0f8ff;
    padding: 2.5rem;
    border-radius: 8px;
    border-left: 5px solid #007bff;
    margin-top: 2rem;
    text-align: center;
}

.cta-section h2[b-nof3uz53lh] {
    color: #007bff;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p[b-nof3uz53lh] {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.cta-buttons[b-nof3uz53lh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.cta-buttons .btn[b-nof3uz53lh] {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    min-width: 180px;
}

.cta-buttons .btn small[b-nof3uz53lh] {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    margin-top: 0.25rem;
}

.debug-info[b-nof3uz53lh] {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.debug-info h4[b-nof3uz53lh] {
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.debug-info .btn[b-nof3uz53lh] {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .about-container[b-nof3uz53lh] {
        padding: 1.5rem;
    }
    
    .about-header h1[b-nof3uz53lh] {
        font-size: 2rem;
    }
    
    .about-section h2[b-nof3uz53lh] {
        font-size: 1.5rem;
    }
    
    .about-section .lead[b-nof3uz53lh] {
        font-size: 1.2rem;
    }
    
    .cta-section[b-nof3uz53lh] {
        padding: 1.5rem;
    }
    
    .cta-section h2[b-nof3uz53lh] {
        font-size: 1.6rem;
    }
    
    .cta-buttons[b-nof3uz53lh] {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn[b-nof3uz53lh] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
/* _content/DerbyDash/Components/Pages/FAQ.razor.rz.scp.css */
.faq-container[b-i6ygjjscq3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
    border: 5px solid #ff5722;
}

.faq-container[b-i6ygjjscq3]::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: repeating-linear-gradient(45deg, #ff9800, #ff9800 10px, #ffeb3b 10px, #ffeb3b 20px);
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
}

.faq-header[b-i6ygjjscq3] {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 1.5rem 0;
    background-color: #ff5722;
    border-radius: 15px;
    margin: -1rem -1rem 2rem -1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-header h1[b-i6ygjjscq3] {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Racing Sans One', cursive, sans-serif;
}

.race-flag[b-i6ygjjscq3] {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3c8.8 2.4 7.6 12.7 7.6 18.8c0 3.8.7 7.5-.4 11.3c-1.1 3.8-2.5 6.2-5.5 7.7c-2.9 1.5-6.1 1.5-9.7 1.1c-48.6-5.7-100.2-18.3-150.9-23.3c-40.2-4-75.1.7-123.4-22.1V98.3c32.1 15.7 72.2 13.2 97.3 11.4C170.4 106 203.3 98.6 243.2 98c58-1.1 101.5 13.6 165.8 31.2V258c-23.1 6.9-59.6 14.3-90.2 14.5c-72.2.3-106.9-14.1-151.3-31V112.2c-29.6 14.2-100.3 15.2-136.2-7.7v252.3c35.9 22.9 106.6 21.9 136.2 7.7v-59.4c24.1 10.4 68.3 20.3 114.4 20.2c32.6 0 58.9-5.7 78.5-9.9c5.5-1.2 8.9-6.6 8.9-12.1c0-5.5-3.5-11.1-8.9-12.4c-29.6-7.6-79.5-16.3-96.8-36.2c-2-2.3-3.5-4.8-4.7-7.4c-1.2-2.6-1.8-5.5-1.8-8.4c0-2.9.6-5.7 1.8-8.3c1.2-2.6 2.7-5.1 4.7-7.4c17.4-19.9 67.2-28.6 96.8-36.2c5.4-1.4 8.9-6.9 8.9-12.4c0-5.5-3.5-10.9-8.9-12.1c-19.6-4.2-45.8-9.9-78.5-9.9c-46.1-.1-90.3 9.8-114.4 20.2V189.9z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.race-flag.left[b-i6ygjjscq3] {
    left: 20px;
    transform: translateY(-50%) rotate(-15deg);
}

.race-flag.right[b-i6ygjjscq3] {
    right: 20px;
    transform: translateY(-50%) rotate(15deg);
}

.faq-intro[b-i6ygjjscq3] {
    text-align: center;
    margin: 1rem 0 2rem;
    padding: 1rem;
    background-color: #E8F5E9;
    border-radius: 15px;
    border: 2px dashed #4CAF50;
    position: relative;
}

.faq-intro p[b-i6ygjjscq3] {
    font-size: 1.2rem;
    color: #2E7D32;
    font-weight: 600;
    margin: 0;
}

.faq-intro[b-i6ygjjscq3]::before,
.faq-intro[b-i6ygjjscq3]::after {
    content: '🏁';
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.faq-intro[b-i6ygjjscq3]::before {
    left: 15px;
}

.faq-intro[b-i6ygjjscq3]::after {
    right: 15px;
}

.faq-content[b-i6ygjjscq3] {
    margin-top: 2rem;
}

.faq-categories-container[b-i6ygjjscq3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.category-button[b-i6ygjjscq3] {
    padding: 1rem 1.5rem;
    background: linear-gradient(to bottom, #4CAF50, #2E7D32);
    border: none;
    border-radius: 15px;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}

.category-button[b-i6ygjjscq3]::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.3));
    transform: scale(0);
    transition: transform 0.5s;
    border-radius: 50%;
    z-index: 0;
}

.category-button:hover[b-i6ygjjscq3] {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.category-button:hover[b-i6ygjjscq3]::before {
    transform: scale(1.5);
}

.category-button.active[b-i6ygjjscq3] {
    background: linear-gradient(to bottom, #FF5722, #E64A19);
    color: white;
    box-shadow: 0 4px 10px rgba(255, 87, 34, 0.5);
    transform: translateY(-2px);
    margin-bottom: 0;
}

.category-button.active[b-i6ygjjscq3]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E64A19;
}

.faq-items[b-i6ygjjscq3] {
    margin: 0.5rem 0 1.5rem 0;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 15px;
    border: 2px solid #f0f0f0;
    animation: fadeIn-b-i6ygjjscq3 0.5s ease;
}

.accordion-item[b-i6ygjjscq3] {
    border: none;
    margin-bottom: 1.5rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: white;
    border: 2px solid #f0f0f0;
}

.accordion-item:hover[b-i6ygjjscq3] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.accordion-button[b-i6ygjjscq3] {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: #333;
    background-color: #f9f9f9;
    border: none;
    position: relative;
    border-radius: 13px;
    transition: all 0.3s ease;
}

.accordion-button[b-i6ygjjscq3]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, #FF9800, #FF5722);
    border-radius: 3px 0 0 3px;
}

/* .accordion-button::after {
    content: '🏎️';
    position: absolute;
    right: 1.5rem;
    font-size: 1.5rem;
    transition: transform 0.5s ease;
} */

.accordion-button:not(.collapsed)[b-i6ygjjscq3]::after {
    transform: rotate(90deg);
}

.accordion-button:not(.collapsed)[b-i6ygjjscq3] {
    color: #FF5722;
    background-color: #FFF8E1;
    font-weight: 700;
}

.accordion-button:focus[b-i6ygjjscq3] {
    box-shadow: none;
    outline: none;
}

/* Custom accordion styles */
.accordion-collapse[b-i6ygjjscq3] {
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-collapse:not(.show)[b-i6ygjjscq3] {
    display: none;
}

.accordion-collapse.show[b-i6ygjjscq3] {
    display: block;
    animation: fadeIn-b-i6ygjjscq3 0.5s ease;
}

@keyframes fadeIn-b-i6ygjjscq3 {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.accordion-body[b-i6ygjjscq3] {
    padding: 1.5rem;
    background-color: #fff;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    border-top: 1px dashed #f0f0f0;
}

.loading-container[b-i6ygjjscq3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
}

.loading-container[b-i6ygjjscq3]::before {
    content: '🏁';
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: bounce-b-i6ygjjscq3 1s infinite alternate;
}

@keyframes bounce-b-i6ygjjscq3 {
    from { transform: translateY(0); }
    to { transform: translateY(-10px); }
}

.loading-container p[b-i6ygjjscq3] {
    margin-top: 1rem;
    color: #FF5722;
    font-size: 1.2rem;
    font-weight: 600;
}

.no-faqs[b-i6ygjjscq3] {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-size: 1.2rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.no-faqs[b-i6ygjjscq3]::before {
    content: '🏎️';
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
}

.alert-danger[b-i6ygjjscq3] {
    background-color: #FFEBEE;
    border: 2px dashed #F44336;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    color: #D32F2F;
    font-weight: 600;
    position: relative;
}

.alert-danger[b-i6ygjjscq3]::before {
    content: '⚠️';
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
}

.alert-warning[b-i6ygjjscq3] {
    background-color: #FFF8E1;
    border: 2px dashed #FFC107;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    color: #FF8F00;
    font-weight: 600;
    position: relative;
}

.alert-warning[b-i6ygjjscq3]::before {
    content: '🏎️';
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .faq-container[b-i6ygjjscq3] {
        padding: 1.5rem;
        border-width: 3px;
    }

    .faq-header h1[b-i6ygjjscq3] {
        font-size: 2rem;
    }

    .race-flag[b-i6ygjjscq3] {
        width: 40px;
        height: 40px;
    }

    .race-flag.left[b-i6ygjjscq3] {
        left: 10px;
    }

    .race-flag.right[b-i6ygjjscq3] {
        right: 10px;
    }

    .category-button[b-i6ygjjscq3] {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    .accordion-button[b-i6ygjjscq3] {
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }

    .accordion-button[b-i6ygjjscq3]::after {
        font-size: 1.2rem;
        right: 1rem;
    }

    .accordion-body[b-i6ygjjscq3] {
        padding: 1.25rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .faq-container[b-i6ygjjscq3] {
        padding: 1rem;
    }

    .faq-header[b-i6ygjjscq3] {
        padding: 1rem 0;
    }

    .faq-header h1[b-i6ygjjscq3] {
        font-size: 1.6rem;
    }

    .race-flag[b-i6ygjjscq3] {
        width: 30px;
        height: 30px;
    }

    .faq-categories-container[b-i6ygjjscq3] {
        gap: 0.5rem;
    }

    .category-button[b-i6ygjjscq3] {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
        letter-spacing: 0;
    }
    
    .faq-items[b-i6ygjjscq3] {
        padding: 1rem;
        margin: 0.5rem 0 1rem 0;
    }

    .accordion-item[b-i6ygjjscq3] {
        margin-bottom: 1rem;
    }

    .accordion-button[b-i6ygjjscq3] {
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
    }

    .accordion-body[b-i6ygjjscq3] {
        padding: 1rem;
        font-size: 0.9rem;
    }
}
/* _content/DerbyDash/Components/Pages/Feedback.razor.rz.scp.css */
.feedback-container[b-8eqswyqwsw] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
    border: 5px solid #ff5722;
}

.feedback-container[b-8eqswyqwsw]::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: repeating-linear-gradient(45deg, #ff9800, #ff9800 10px, #ffeb3b 10px, #ffeb3b 20px);
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
}

.feedback-header[b-8eqswyqwsw] {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 1.5rem 0;
    background-color: #ff5722;
    border-radius: 15px;
    margin: -1rem -1rem 2rem -1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.feedback-header h1[b-8eqswyqwsw] {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Racing Sans One', cursive, sans-serif;
}

.race-flag[b-8eqswyqwsw] {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3c8.8 2.4 7.6 12.7 7.6 18.8c0 3.8.7 7.5-.4 11.3c-1.1 3.8-2.5 6.2-5.5 7.7c-2.9 1.5-6.1 1.5-9.7 1.1c-48.6-5.7-100.2-18.3-150.9-23.3c-40.2-4-75.1.7-123.4-22.1V98.3c32.1 15.7 72.2 13.2 97.3 11.4C170.4 106 203.3 98.6 243.2 98c58-1.1 101.5 13.6 165.8 31.2V258c-23.1 6.9-59.6 14.3-90.2 14.5c-72.2.3-106.9-14.1-151.3-31V112.2c-29.6 14.2-100.3 15.2-136.2-7.7v252.3c35.9 22.9 106.6 21.9 136.2 7.7v-59.4c24.1 10.4 68.3 20.3 114.4 20.2c32.6 0 58.9-5.7 78.5-9.9c5.5-1.2 8.9-6.6 8.9-12.1c0-5.5-3.5-11.1-8.9-12.4c-29.6-7.6-79.5-16.3-96.8-36.2c-2-2.3-3.5-4.8-4.7-7.4c-1.2-2.6-1.8-5.5-1.8-8.4c0-2.9.6-5.7 1.8-8.3c1.2-2.6 2.7-5.1 4.7-7.4c17.4-19.9 67.2-28.6 96.8-36.2c5.4-1.4 8.9-6.9 8.9-12.4c0-5.5-3.5-10.9-8.9-12.1c-19.6-4.2-45.8-9.9-78.5-9.9c-46.1-.1-90.3 9.8-114.4 20.2V189.9z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.race-flag.left[b-8eqswyqwsw] {
    left: 20px;
    transform: translateY(-50%) rotate(-15deg);
}

.race-flag.right[b-8eqswyqwsw] {
    right: 20px;
    transform: translateY(-50%) rotate(15deg);
}

.feedback-intro[b-8eqswyqwsw] {
    text-align: center;
    margin: 1rem 0 2rem;
    padding: 1rem;
    background-color: #E8F5E9;
    border-radius: 15px;
    border: 2px dashed #4CAF50;
    position: relative;
}

.feedback-intro p[b-8eqswyqwsw] {
    font-size: 1.2rem;
    color: #2E7D32;
    font-weight: 600;
    margin: 0;
}

.feedback-intro[b-8eqswyqwsw]::before,
.feedback-intro[b-8eqswyqwsw]::after {
    content: '🏎️';
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.feedback-intro[b-8eqswyqwsw]::before {
    left: 15px;
}

.feedback-intro[b-8eqswyqwsw]::after {
    right: 15px;
}

.feedback-content[b-8eqswyqwsw] {
    margin-top: 2rem;
}

.form-section[b-8eqswyqwsw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group[b-8eqswyqwsw] {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-group label[b-8eqswyqwsw] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
}

.form-control[b-8eqswyqwsw] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.form-control:focus[b-8eqswyqwsw] {
    border-color: #FF9800;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.2);
    outline: none;
    background-color: #fff;
}

.form-control[b-8eqswyqwsw]::placeholder {
    color: #aaa;
}

.form-control:read-only[b-8eqswyqwsw] {
    background-color: #f0f0f0;
    border-color: #ddd;
    color: #666;
}

.checkbox-group[b-8eqswyqwsw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-group label[b-8eqswyqwsw] {
    margin-bottom: 0;
    cursor: pointer;
}

.form-actions[b-8eqswyqwsw] {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    gap: 1rem;
}

.btn-primary[b-8eqswyqwsw], .btn-secondary[b-8eqswyqwsw] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary[b-8eqswyqwsw] {
    background: linear-gradient(to bottom, #FF5722, #E64A19);
    color: white;
    box-shadow: 0 4px 10px rgba(255, 87, 34, 0.3);
}

.btn-primary:hover[b-8eqswyqwsw] {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 87, 34, 0.4);
}

.btn-secondary[b-8eqswyqwsw] {
    background: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover[b-8eqswyqwsw] {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to bottom, #e0e0e0, #d0d0d0);
}

.submit-button[b-8eqswyqwsw] {
    position: relative;
    padding-left: 3rem;
    overflow: hidden;
}

.checkered-flag[b-8eqswyqwsw] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
}

.validation-message[b-8eqswyqwsw] {
    color: #d32f2f;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    display: block;
}

.validation-summary[b-8eqswyqwsw] {
    background-color: #FFEBEE;
    border: 2px dashed #F44336;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #D32F2F;
}

.validation-summary ul[b-8eqswyqwsw] {
    margin: 0;
    padding-left: 1.5rem;
}

.feedback-success[b-8eqswyqwsw] {
    text-align: center;
    padding: 3rem 2rem;
    background-color: #E8F5E9;
    border-radius: 15px;
    border: 2px dashed #4CAF50;
    animation: fadeIn-b-8eqswyqwsw 0.5s ease;
}

.success-icon[b-8eqswyqwsw] {
    width: 80px;
    height: 80px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2.5rem;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.feedback-success h2[b-8eqswyqwsw] {
    font-size: 2rem;
    color: #2E7D32;
    margin-bottom: 1rem;
    font-family: 'Racing Sans One', cursive, sans-serif;
}

.feedback-success p[b-8eqswyqwsw] {
    font-size: 1.2rem;
    color: #388E3C;
    margin-bottom: 2rem;
}

.feedback-success .submit-button[b-8eqswyqwsw] {
    margin: 0 auto;
    display: inline-block;
}

@keyframes fadeIn-b-8eqswyqwsw {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feedback-container[b-8eqswyqwsw] {
        padding: 1.5rem;
        border-width: 3px;
    }

    .feedback-header h1[b-8eqswyqwsw] {
        font-size: 2rem;
    }

    .race-flag[b-8eqswyqwsw] {
        width: 40px;
        height: 40px;
    }

    .race-flag.left[b-8eqswyqwsw] {
        left: 10px;
    }

    .race-flag.right[b-8eqswyqwsw] {
        right: 10px;
    }

    .form-section[b-8eqswyqwsw] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .btn-primary[b-8eqswyqwsw], .btn-secondary[b-8eqswyqwsw] {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .feedback-container[b-8eqswyqwsw] {
        padding: 1rem;
    }

    .feedback-header[b-8eqswyqwsw] {
        padding: 1rem 0;
    }

    .feedback-header h1[b-8eqswyqwsw] {
        font-size: 1.6rem;
    }

    .race-flag[b-8eqswyqwsw] {
        width: 30px;
        height: 30px;
    }

    .form-actions[b-8eqswyqwsw] {
        flex-direction: column;
    }

    .btn-secondary[b-8eqswyqwsw] {
        order: 2;
    }

    .btn-primary[b-8eqswyqwsw] {
        order: 1;
        margin-bottom: 1rem;
    }
}
/* _content/DerbyDash/Components/Pages/Home.razor.rz.scp.css */
/* Home.razor.css */

.home-container[b-96drjv71qp] {
    min-height: 83vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    position: relative;
    overflow: hidden;
}

.home-content[b-96drjv71qp] {
    max-width: 1200px;
    width: 100%;
    z-index: 10;
    text-align: center;
    animation: fadeIn-b-96drjv71qp 1s ease-out;
}

.app-title[b-96drjv71qp] {
    font-size: 4.5rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    animation: titleAnimation-b-96drjv71qp 1.5s ease-out;
}

.app-subtitle[b-96drjv71qp] {
    font-size: 1.8rem;
    color: #a8c7ff;
    margin-bottom: 3rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: subtitleAnimation-b-96drjv71qp 1.5s ease-out 0.3s both;
}

.start-button[b-96drjv71qp] {
    display: inline-block;
    background: linear-gradient(45deg, #ff4e50, #f9d423);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(249, 212, 35, 0.4);
    transition: all 0.3s ease;
    animation: pulseButton-b-96drjv71qp 2s infinite, buttonAnimation-b-96drjv71qp 1s ease-out 0.6s both;
    position: relative;
    overflow: hidden;
}

.start-button:hover[b-96drjv71qp] {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 25px rgba(249, 212, 35, 0.5);
}

.start-button:active[b-96drjv71qp] {
    transform: translateY(2px);
}

.start-button[b-96drjv71qp]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.start-button:hover[b-96drjv71qp]::after {
    transform: rotate(45deg) translate(10%, 10%);
}

.race-gif-container[b-96drjv71qp] {
    margin-top: 3rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    /* width: 100%; */
    max-width: 600px;
    animation: gifAnimation-b-96drjv71qp 1s ease-out 0.9s both;
}

.race-gif[b-96drjv71qp] {
    width: 100%;
    height: auto;
    display: block;
}

.checkered-border[b-96drjv71qp] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid transparent;
    border-image: repeating-conic-gradient(#000 0% 25%, #fff 0% 50%) 1;
    pointer-events: none;
    opacity: 0.7;
}

/* Floating math symbols */
.floating-symbols[b-96drjv71qp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.symbol[b-96drjv71qp] {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-size: 3rem;
    font-weight: bold;
    animation: float-b-96drjv71qp 15s ease-in-out infinite;
}

.symbol:nth-child(1)[b-96drjv71qp] {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.symbol:nth-child(2)[b-96drjv71qp] {
    top: 20%;
    left: 30%;
    animation-delay: 2s;
}

.symbol:nth-child(3)[b-96drjv71qp] {
    top: 15%;
    left: 50%;
    animation-delay: 4s;
}

.symbol:nth-child(4)[b-96drjv71qp] {
    top: 25%;
    left: 70%;
    animation-delay: 6s;
}

.symbol:nth-child(5)[b-96drjv71qp] {
    top: 15%;
    left: 90%;
    animation-delay: 8s;
}

.symbol:nth-child(6)[b-96drjv71qp] {
    top: 80%;
    left: 15%;
    animation-delay: 1s;
}

.symbol:nth-child(7)[b-96drjv71qp] {
    top: 70%;
    left: 35%;
    animation-delay: 3s;
}

.symbol:nth-child(8)[b-96drjv71qp] {
    top: 75%;
    left: 55%;
    animation-delay: 5s;
}

.symbol:nth-child(9)[b-96drjv71qp] {
    top: 65%;
    left: 75%;
    animation-delay: 7s;
}

.symbol:nth-child(10)[b-96drjv71qp] {
    top: 85%;
    left: 95%;
    animation-delay: 9s;
}

/* Race track decoration at bottom */
.race-track-decoration[b-96drjv71qp] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #333;
    border-top: 4px dashed white;
}

/* Animations */
@keyframes float-b-96drjv71qp {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes pulseButton-b-96drjv71qp {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 78, 80, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 78, 80, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 78, 80, 0);
    }
}

@keyframes fadeIn-b-96drjv71qp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes titleAnimation-b-96drjv71qp {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes subtitleAnimation-b-96drjv71qp {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonAnimation-b-96drjv71qp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gifAnimation-b-96drjv71qp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .app-title[b-96drjv71qp] {
        font-size: 3.5rem;
    }
    
    .app-subtitle[b-96drjv71qp] {
        font-size: 1.5rem;
    }
    
    .start-button[b-96drjv71qp] {
        font-size: 1.3rem;
        padding: 0.9rem 2.5rem;
    }
    
    .race-gif-container[b-96drjv71qp] {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .home-container[b-96drjv71qp] {
        padding: 1.5rem;
    }
    
    .app-title[b-96drjv71qp] {
        font-size: 2.8rem;
    }
    
    .app-subtitle[b-96drjv71qp] {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
    
    .start-button[b-96drjv71qp] {
        font-size: 1.1rem;
        padding: 0.8rem 2rem;
    }
}
/* _content/DerbyDash/Components/Pages/PayItForward.razor.rz.scp.css */
.pay-it-forward-container[b-r948n6x7yx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pay-it-forward-header[b-r948n6x7yx] {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.pay-it-forward-header h1[b-r948n6x7yx] {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.subtitle[b-r948n6x7yx] {
    font-size: 1.5rem;
    color: #3498db;
    font-weight: 500;
}

.intro-section[b-r948n6x7yx] {
    text-align: center;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.how-it-works h2[b-r948n6x7yx], 
.benefits-section h2[b-r948n6x7yx],
.cta-section h2[b-r948n6x7yx] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 2rem;
    font-weight: 600;
}

.steps-container[b-r948n6x7yx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.step-card[b-r948n6x7yx] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #3498db;
}

.step-card:hover[b-r948n6x7yx] {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.step-number[b-r948n6x7yx] {
    position: absolute;
    top: -15px;
    left: -15px;
    background: #3498db;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.step-icon[b-r948n6x7yx] {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 1rem;
    text-align: center;
}

.step-card h3[b-r948n6x7yx] {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    text-align: center;
}

.step-card p[b-r948n6x7yx] {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0.75rem;
}

.benefit-highlight[b-r948n6x7yx] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    text-align: center;
}

.highlight[b-r948n6x7yx] {
    color: #e74c3c;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #fff9f9;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: inline-block;
}

.summary[b-r948n6x7yx] {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 2rem 0;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.benefits-section[b-r948n6x7yx] {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    margin: 3rem 0;
}

.benefits-list[b-r948n6x7yx] {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.benefits-list li[b-r948n6x7yx] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.benefits-list i[b-r948n6x7yx] {
    color: #27ae60;
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.cta-section[b-r948n6x7yx] {
    text-align: center;
    margin: 3rem 0 1rem;
}

.cta-section p[b-r948n6x7yx] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.share-button[b-r948n6x7yx] {
    background: #3498db;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(52, 152, 219, 0.3);
}

.share-button:hover[b-r948n6x7yx] {
    background: #2980b9;
    transform: scale(1.05);
}

.share-button i[b-r948n6x7yx] {
    margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pay-it-forward-header h1[b-r948n6x7yx] {
        font-size: 2rem;
    }
    
    .subtitle[b-r948n6x7yx] {
        font-size: 1.2rem;
    }
    
    .steps-container[b-r948n6x7yx] {
        flex-direction: column;
        align-items: center;
    }
    
    .step-card[b-r948n6x7yx] {
        width: 100%;
        max-width: 100%;
    }
}
/* _content/DerbyDash/Components/Pages/Race.razor.rz.scp.css */
/* Base styles */
html[b-9jvuacocrc], body[b-9jvuacocrc] {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.main-content[b-9jvuacocrc] {
    height: calc(100vh - env(keyboard-inset-height, 0px));
    overflow-y: auto;
}

/* Utility classes */
.ignoremouseclick[b-9jvuacocrc] {
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -9999;
}

#hidden[b-9jvuacocrc] {
    visibility: hidden;
}

/* Race UI elements */
.scores[b-9jvuacocrc] {
    position: fixed;
    bottom: 1em;
}

.race-description[b-9jvuacocrc] {
    position: fixed;
    z-index: 1;
    bottom: 80px;
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white, 
                 0px 1px 0 white, 0px -1px 0 white, -1px 0px 0 white, 1px 0px 0 white;
}

.race-input-box[b-9jvuacocrc] {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 10px;
    box-sizing: border-box;
}

/* Error display */
.error-container[b-9jvuacocrc] {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    text-align: center;
    background: #fff1f0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.error-message[b-9jvuacocrc] {
    color: #d32f2f;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* Results display */
.results-container[b-9jvuacocrc] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    box-sizing: border-box;
    overflow-x: hidden;
}

.results-header[b-9jvuacocrc] {
    text-align: center;
    margin-bottom: 2rem;
}

.race-title[b-9jvuacocrc] {
    color: #cc1414;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.encouraging-message[b-9jvuacocrc] {
    color: #27ae60;
    font-size: 1.8rem;
}

/* Race statistics */
.race-stats[b-9jvuacocrc] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.stat-card[b-9jvuacocrc] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    min-width: 200px;
    text-align: center;
    transition: transform 0.2s;
}

.stat-card:hover[b-9jvuacocrc] {
    transform: translateY(-5px);
}

.stat-label[b-9jvuacocrc] {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.stat-value[b-9jvuacocrc] {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: bold;
}

.improvement[b-9jvuacocrc] {
    background: #e3fcef;
}

/* Leaderboard */
.leaderboard[b-9jvuacocrc] {
    margin: 3rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.leaderboard-title[b-9jvuacocrc] {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.score-list[b-9jvuacocrc] {
    max-width: 400px;
    margin: 0 auto;
}

.score-item[b-9jvuacocrc] {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    margin: 0.5rem 0;
    background: white;
    border-radius: 4px;
    transition: transform 0.2s;
}

.current-score[b-9jvuacocrc] {
    background: #e3f2fd;
    font-weight: bold;
    transform: scale(1.05);
}

.rank[b-9jvuacocrc] {
    color: #6c757d;
    font-weight: bold;
}

.time[b-9jvuacocrc] {
    color: #2c3e50;
}

/* Buttons */
.play-again-button[b-9jvuacocrc], .retry-button[b-9jvuacocrc] {
    display: block;
    width: 200px;
    margin: 1rem auto 3rem;
    padding: 1rem;
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
    z-index: 10;
}

.play-again-button[b-9jvuacocrc] {
    background: linear-gradient(45deg, #3498db, #2980b9);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
    font-weight: bold;
    transform: scale(1.05);
    animation: bounce-b-9jvuacocrc 2s ease infinite;
}

.play-again-button:hover[b-9jvuacocrc] {
    background: linear-gradient(45deg, #2980b9, #1c6ea4);
    transform: scale(1.1);
    animation: none;
}

.retry-button[b-9jvuacocrc] {
    background: #e74c3c;
}

.retry-button:hover[b-9jvuacocrc] {
    background: #c0392b;
    transform: scale(1.1);
}

/* Stoplight animation */
.stoplight-container[b-9jvuacocrc] {
    position: fixed;
    bottom: 200px; /* Position above the question and answer area */
    left: 16%;
    transform: translateX(-10%);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 1000;
    animation: fadeOutStoplight-b-9jvuacocrc 0.5s ease-out 3s forwards;
}

@keyframes fadeOutStoplight-b-9jvuacocrc {
    0% { opacity: 1; }
    100% { opacity: 0; visibility: hidden; }
}

.stoplight[b-9jvuacocrc] {
    background-color: #333;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 4px solid #222;
    position: relative;
}

/* Removed stoplight arm as requested */

.light[b-9jvuacocrc] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.3;
    position: relative;
    margin: 0 3px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.light[b-9jvuacocrc]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), transparent);
}

.light.red[b-9jvuacocrc] {
    background-color: #ff0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
    animation: redLight-b-9jvuacocrc 3s ease-out forwards;
}

.light.yellow[b-9jvuacocrc] {
    background-color: #ffff00;
    box-shadow: 0 0 20px rgba(255, 255, 0, 0.3);
    animation: yellowLight-b-9jvuacocrc 3s ease-out forwards;
}

.light.green[b-9jvuacocrc] {
    background-color: #00ff00;
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
    animation: greenLight-b-9jvuacocrc 3s ease-out forwards;
}

@keyframes redLight-b-9jvuacocrc {
    0% { opacity: 0.3; }
    5% { opacity: 1; }
    33% { opacity: 1; }
    34% { opacity: 0.3; }
    100% { opacity: 0.3; }
}

@keyframes yellowLight-b-9jvuacocrc {
    0% { opacity: 0.3; }
    33% { opacity: 0.3; }
    34% { opacity: 1; }
    66% { opacity: 1; }
    67% { opacity: 0.3; }
    100% { opacity: 0.3; }
}

@keyframes greenLight-b-9jvuacocrc {
    0% { opacity: 0.3; }
    66% { opacity: 0.3; }
    67% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0.3; }
}

.problem-container[b-9jvuacocrc] {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    animation: showProblem-b-9jvuacocrc 0.5s ease-out 3s forwards;
}

.problem-container .game-hud[b-9jvuacocrc] {
    align-items: flex-start;
}

/* Speed indicator */
.speed-indicator[b-9jvuacocrc] {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 25px;
    z-index: 100;
}

/* Enhanced player speed indicator */
.speed-indicator.player-speed[b-9jvuacocrc] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.9), rgba(255, 140, 0, 0.8));
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 
                0 0 20px rgba(255, 215, 0, 0.3);
    animation: speedIndicatorPulse-b-9jvuacocrc 2s ease-in-out infinite alternate;
}

.speed-label[b-9jvuacocrc] {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-bottom: 2px;
    display: block;
}

.speed-value[b-9jvuacocrc] {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Digital-7', monospace;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    display: block;
}

.speed-indicator.player-speed .speed-value[b-9jvuacocrc] {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

@keyframes speedIndicatorPulse-b-9jvuacocrc {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 
                    0 0 20px rgba(255, 215, 0, 0.3);
    }
    100% {
        transform: scale(1.02);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 
                    0 0 30px rgba(255, 215, 0, 0.5);
    }
}

/* Car and start line animations */
.car-dynamic[b-9jvuacocrc], .start-line[b-9jvuacocrc] {
    transition: top 0.5s ease-out;
}

/* Game HUD */
.game-hud[b-9jvuacocrc] {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1000;
}

.speed-meter[b-9jvuacocrc] {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Digital-7', monospace;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}

.math-problem[b-9jvuacocrc] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 15px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    animation: float-b-9jvuacocrc 3s ease-in-out infinite;
    margin-left: 0;
}

.problem-text[b-9jvuacocrc] {
    font-size: 32px;
    color: #2c3e50;
    margin: 0;
    font-weight: bold;
}

.answer-box[b-9jvuacocrc] {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-left: 0;
}

.answer-input[b-9jvuacocrc] {
    width: 100%;
    padding: 15px;
    font-size: 24px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.answer-input:focus[b-9jvuacocrc] {
    outline: none;
    box-shadow: 0 0 20px rgba(52, 152, 219, 0.5);
    transform: scale(1.02);
}

/* Race start screen */
.race-start-container[b-9jvuacocrc] {
    height: 100vh;
    width: 100%;
    /* min-width: 88vw; */
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    overflow-x: hidden;
}

.race-title-box[b-9jvuacocrc] {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeInDown-b-9jvuacocrc 0.8s ease-out;
}

.race-subtitle[b-9jvuacocrc] {
    font-size: 24px;
    color: #a8c7ff;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.race-start-button[b-9jvuacocrc] {
    background: linear-gradient(45deg, #ff4e50, #f9d423);
    border: none;
    border-radius: 50px;
    padding: 20px 60px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulseButton-b-9jvuacocrc 2s infinite;
}

.button-content[b-9jvuacocrc] {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.race-start-button:hover[b-9jvuacocrc] {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.race-start-button:active[b-9jvuacocrc] {
    transform: translateY(1px);
}

.race-instructions[b-9jvuacocrc] {
    margin-top: 40px;
    padding: 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    text-align: center;
    color: #ffffff;
    animation: fadeInUp-b-9jvuacocrc 0.8s ease-out;
}

/* Emergency Exit Button */
.emergency-exit-button[b-9jvuacocrc] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: pulse-b-9jvuacocrc 2s infinite;
}

.emergency-exit-button:hover[b-9jvuacocrc] {
    background-color: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.emergency-exit-button:active[b-9jvuacocrc] {
    transform: translateY(1px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.emergency-exit-button i[b-9jvuacocrc] {
    font-size: 16px;
}

/* Animations */
@keyframes countAnim-b-9jvuacocrc {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes showProblem-b-9jvuacocrc {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes float-b-9jvuacocrc {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse-b-9jvuacocrc {
    0% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(231, 76, 60, 0); }
    100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0); }
}

@keyframes pulseButton-b-9jvuacocrc {
    0% { box-shadow: 0 0 0 0 rgba(255,78,80,0.4); }
    70% { box-shadow: 0 0 0 20px rgba(255,78,80,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,78,80,0); }
}

@keyframes fadeInDown-b-9jvuacocrc {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-9jvuacocrc {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce-b-9jvuacocrc {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

/* Responsive design */
@media (min-width: 1200px) {
    .results-container[b-9jvuacocrc] {
        max-width: 90%;
        margin: 2rem auto;
    }
}

@media (max-width: 768px) {
    .main[b-9jvuacocrc] {
        margin-top: 25px !important;
    }
    
    nav[aria-label="breadcrumb"][b-9jvuacocrc] {
        display: none !important;
    }
    
    .stoplight-container[b-9jvuacocrc] {
        bottom: 180px;
        left: 50%;
        transform: translateX(-50%);
    }
    .problem-text[b-9jvuacocrc] {
        font-size: 24px;
    }
    
    .answer-input[b-9jvuacocrc] {
        font-size: 20px;
        padding: 12px;
    }
    
    .race-title[b-9jvuacocrc] {
        font-size: 36px;
    }
    
    .race-subtitle[b-9jvuacocrc] {
        font-size: 20px;
    }
    
    .button-content[b-9jvuacocrc] {
        font-size: 20px;
    }
    
    .race-start-button[b-9jvuacocrc] {
        padding: 15px 40px;
    }
    
    .emergency-exit-button[b-9jvuacocrc] {
        bottom: 15px;
        right: 15px;
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .emergency-exit-button i[b-9jvuacocrc] {
        font-size: 14px;
    }
    
    .answer-box[b-9jvuacocrc] {
        position: relative;
        bottom: 24px;
    }
    
    .results-container[b-9jvuacocrc] {
        padding: 1rem;
        border-radius: 0;
    }
    
    .race-title[b-9jvuacocrc] {
        font-size: 1.8rem;
    }
    
    .encouraging-message[b-9jvuacocrc] {
        font-size: 1.4rem;
    }
    
    .stat-card[b-9jvuacocrc] {
        min-width: 100%;
        margin-bottom: 1rem;
    }
    
    .race-stats[b-9jvuacocrc] {
        gap: 0.5rem;
    }
    
    .leaderboard[b-9jvuacocrc] {
        padding: 1rem;
    }
    
    /* Responsive stoplight */
    .stoplight-container[b-9jvuacocrc] {
        top: 70%;
        right: 10%;
    }
    
    .stoplight[b-9jvuacocrc] {
        padding: 10px;
        gap: 10px;
    }
    
    .light[b-9jvuacocrc] {
        width: 40px;
        height: 40px;
    }
    
    .stoplight[b-9jvuacocrc]::after {
        height: 10px;
    }
}

@media (max-width: 480px) {
    .emergency-exit-button[b-9jvuacocrc] {
        bottom: 10px;
        right: 10px;
        padding: 6px 10px;
        font-size: 11px;
    }
    
    .emergency-exit-button i[b-9jvuacocrc] {
        font-size: 12px;
    }
    
    /* Smaller stoplight for very small screens */
    .stoplight-container[b-9jvuacocrc] {
        top: 70%;
        right: 5%;
    }
    
    .stoplight[b-9jvuacocrc] {
        padding: 8px;
        gap: 8px;
    }
    
    .light[b-9jvuacocrc] {
        width: 30px;
        height: 30px;
    }
    
    .stoplight[b-9jvuacocrc]::after {
        height: 8px;
    }
}

@media (max-width: 320px) {
    .play-again-button[b-9jvuacocrc] {
        width: 90%;
        padding: 0.7rem;
    }
    
    .race-title[b-9jvuacocrc] {
        font-size: 1.5rem;
    }
}

@media (max-height: 500px) {
    .emergency-exit-button[b-9jvuacocrc] {
        padding: 5px 8px;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .emergency-exit-button[b-9jvuacocrc] {
        bottom: 8px;
        right: 8px;
        padding: 5px 10px;
        font-size: 11px;
    }

    .answer-box[b-9jvuacocrc] {
        position: relative;
        bottom: 24px;
    }
}

/* For devices with notches or unusual screen shapes */
@supports (padding: max(0px)) {
    .emergency-exit-button[b-9jvuacocrc] {
        padding-bottom: max(10px, env(safe-area-inset-bottom));
        right: max(20px, env(safe-area-inset-right));
    }
}

/* _content/DerbyDash/Components/Pages/Subscription.razor.rz.scp.css */
.subscription-container[b-qgvan6fg9k] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background-image: linear-gradient(to bottom, #f9f9f9, #ffffff);
    border: 5px solid #ff5722;
    min-height: 500px;
}

.subscription-container[b-qgvan6fg9k]::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: repeating-linear-gradient(45deg, #ff9800, #ff9800 10px, #ffeb3b 10px, #ffeb3b 20px);
    z-index: -1;
    border-radius: 25px;
    opacity: 0.5;
}

.subscription-header[b-qgvan6fg9k] {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding: 1.5rem 0;
    background-color: #ff5722;
    border-radius: 15px;
    margin: -1rem -1rem 2rem -1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.subscription-header h1[b-qgvan6fg9k] {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Racing Sans One', cursive, sans-serif;
}

.race-flag[b-qgvan6fg9k] {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3c8.8 2.4 7.6 12.7 7.6 18.8c0 3.8.7 7.5-.4 11.3c-1.1 3.8-2.5 6.2-5.5 7.7c-2.9 1.5-6.1 1.5-9.7 1.1c-48.6-5.7-100.2-18.3-150.9-23.3c-40.2-4-75.1.7-123.4-22.1V98.3c32.1 15.7 72.2 13.2 97.3 11.4C170.4 106 203.3 98.6 243.2 98c58-1.1 101.5 13.6 165.8 31.2V258c-23.1 6.9-59.6 14.3-90.2 14.5c-72.2.3-106.9-14.1-151.3-31V112.2c-29.6 14.2-100.3 15.2-136.2-7.7v252.3c35.9 22.9 106.6 21.9 136.2 7.7v-59.4c24.1 10.4 68.3 20.3 114.4 20.2c32.6 0 58.9-5.7 78.5-9.9c5.5-1.2 8.9-6.6 8.9-12.1c0-5.5-3.5-11.1-8.9-12.4c-29.6-7.6-79.5-16.3-96.8-36.2c-2-2.3-3.5-4.8-4.7-7.4c-1.2-2.6-1.8-5.5-1.8-8.4c0-2.9.6-5.7 1.8-8.3c1.2-2.6 2.7-5.1 4.7-7.4c17.4-19.9 67.2-28.6 96.8-36.2c5.4-1.4 8.9-6.9 8.9-12.4c0-5.5-3.5-10.9-8.9-12.1c-19.6-4.2-45.8-9.9-78.5-9.9c-46.1-.1-90.3 9.8-114.4 20.2V189.9z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.race-flag.left[b-qgvan6fg9k] {
    left: 20px;
    transform: translateY(-50%) rotate(-15deg);
}

.race-flag.right[b-qgvan6fg9k] {
    right: 20px;
    transform: translateY(-50%) rotate(15deg);
}

.subscription-content[b-qgvan6fg9k] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.subscription-card[b-qgvan6fg9k] {
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.subscription-section[b-qgvan6fg9k] {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.section-title[b-qgvan6fg9k] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.8rem 0;
}

.section-info[b-qgvan6fg9k] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.5rem 0 0 0;
}

.section-description[b-qgvan6fg9k] {
    font-size: 0.9rem;
    color: #666;
    margin: 0.3rem 0 0 0;
    line-height: 1.4;
}

.progress-bar[b-qgvan6fg9k] {
    background-color: #e0e0e0;
    border-radius: 5px;
    height: 10px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-fill[b-qgvan6fg9k] {
    background-color: #767676;
    height: 10px;
    width: 80%;
    transition: width 1s ease-in-out;
}

.offers-progress-bar[b-qgvan6fg9k] {
    background-color: #e0e0e0;
    border-radius: 5px;
    height: 6px;
    width: 100%;
    overflow: hidden;
    margin-top: 0.8rem;
}

.offers-progress-fill[b-qgvan6fg9k] {
    background-color: #b0b0b0;
    height: 6px;
    width: 30%;
    transition: width 1s ease-in-out;
}

.auto-renewal[b-qgvan6fg9k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-button[b-qgvan6fg9k] {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    font-weight: 500;
}

.action-button:hover[b-qgvan6fg9k] {
    background-color: #f5f5f5;
    border-color: #aaa;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.referral-credits[b-qgvan6fg9k] {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.credits-display[b-qgvan6fg9k] {
    width: 50%;
    padding-right: 1rem;
    border-right: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.credits-count[b-qgvan6fg9k] {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 0.8rem;
    color: #ff5722;
}

.credits-label[b-qgvan6fg9k] {
    font-size: 1rem;
    color: #555;
}

.credits-action[b-qgvan6fg9k] {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 1rem;
}

.upgrade[b-qgvan6fg9k], .pause[b-qgvan6fg9k], .cancel[b-qgvan6fg9k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-info-block[b-qgvan6fg9k] {
    flex: 1;
    padding-right: 1rem;
}

.subscription-footer[b-qgvan6fg9k] {
    background-color: #f8f8f8;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-link[b-qgvan6fg9k] {
    color: #337ab7;
    text-decoration: none;
    margin: 0 0.8rem;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-link:hover[b-qgvan6fg9k] {
    color: #23527c;
    text-decoration: underline;
}

/* Status badges */
.paused-badge[b-qgvan6fg9k], .cancelled-badge[b-qgvan6fg9k] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 0.5rem;
}

.paused-badge[b-qgvan6fg9k] {
    background-color: #FFC107;
    color: #333;
}

.cancelled-badge[b-qgvan6fg9k] {
    background-color: #F44336;
    color: white;
}

/* Loading container */
.loading-container[b-qgvan6fg9k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    margin: 2rem 0;
}

.loading-container p[b-qgvan6fg9k] {
    margin-top: 1rem;
    color: #FF5722;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Alert styles */
.alert[b-qgvan6fg9k] {
    padding: 1.5rem;
    border-radius: 10px;
    margin: 2rem 0;
    text-align: center;
    font-weight: 600;
}

.alert-warning[b-qgvan6fg9k] {
    background-color: #FFF8E1;
    border: 2px dashed #FFC107;
    color: #FF8F00;
}

.alert-danger[b-qgvan6fg9k] {
    background-color: #FFEBEE;
    border: 2px dashed #F44336;
    color: #D32F2F;
}

/* Renewal options */
.renew-options[b-qgvan6fg9k] {
    background-color: #f5f5f5;
    padding: 1.5rem;
}

.renew-option-buttons[b-qgvan6fg9k] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.renew-option-button[b-qgvan6fg9k] {
    flex: 1;
    margin: 0 0.5rem;
    padding: 0.8rem;
    border: 2px solid #ddd;
    background-color: white;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.renew-option-button:first-child[b-qgvan6fg9k] {
    margin-left: 0;
}

.renew-option-button:last-child[b-qgvan6fg9k] {
    margin-right: 0;
}

.renew-option-button:hover[b-qgvan6fg9k] {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.renew-option-button.selected[b-qgvan6fg9k] {
    border-color: #4CAF50;
    background-color: #E8F5E9;
    color: #2E7D32;
}

.confirm-button[b-qgvan6fg9k] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 0.8rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.confirm-button:hover[b-qgvan6fg9k] {
    background-color: #388E3C;
    transform: translateY(-2px);
}

/* Responsive styles */
@media (max-width: 768px) {
    .subscription-container[b-qgvan6fg9k] {
        padding: 1.5rem;
        border-width: 3px;
    }

    .subscription-header h1[b-qgvan6fg9k] {
        font-size: 2rem;
    }

    .race-flag[b-qgvan6fg9k] {
        width: 40px;
        height: 40px;
    }

    .race-flag.left[b-qgvan6fg9k] {
        left: 10px;
    }

    .race-flag.right[b-qgvan6fg9k] {
        right: 10px;
    }

    .subscription-card[b-qgvan6fg9k] {
        max-width: 600px;
    }

    .section-title[b-qgvan6fg9k] {
        font-size: 1.1rem;
    }

    .section-description[b-qgvan6fg9k] {
        font-size: 0.85rem;
    }

    .credits-count[b-qgvan6fg9k] {
        font-size: 1.8rem;
    }

    .credits-label[b-qgvan6fg9k] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .subscription-container[b-qgvan6fg9k] {
        padding: 1rem;
    }

    .subscription-header[b-qgvan6fg9k] {
        padding: 1rem 0;
    }

    .subscription-header h1[b-qgvan6fg9k] {
        font-size: 1.6rem;
    }

    .race-flag[b-qgvan6fg9k] {
        width: 30px;
        height: 30px;
    }

    .subscription-card[b-qgvan6fg9k] {
        max-width: 100%;
    }

    .subscription-section[b-qgvan6fg9k] {
        padding: 1.2rem;
    }

    .section-title[b-qgvan6fg9k] {
        font-size: 1rem;
    }

    .section-info[b-qgvan6fg9k], .section-description[b-qgvan6fg9k] {
        font-size: 0.8rem;
    }

    .action-button[b-qgvan6fg9k] {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .credits-display[b-qgvan6fg9k], .credits-action[b-qgvan6fg9k] {
        padding: 0 0.5rem;
    }

    .credits-count[b-qgvan6fg9k] {
        font-size: 1.5rem;
    }

    .credits-label[b-qgvan6fg9k] {
        font-size: 0.8rem;
    }

    .footer-link[b-qgvan6fg9k] {
        margin: 0.3rem 0.5rem;
        font-size: 0.8rem;
    }
}
/* _content/DerbyDash/Components/Pages/TryAppExplainer.razor.rz.scp.css */
/* Racing hint styles for sidebar extra content */
:global(.racing-hint)[b-wkguiyifbe] {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp-b-wkguiyifbe 0.8s ease-out 0.5s forwards;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

:global(.racing-hint i)[b-wkguiyifbe] {
    margin-right: 0.5rem;
    font-size: 1.2rem;
    color: #ffd700;
}

@keyframes fadeInUp-b-wkguiyifbe {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.explainer-container[b-wkguiyifbe] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.explainer-header[b-wkguiyifbe] {
    text-align: center;
    margin-bottom: 3rem;
}

.explainer-title[b-wkguiyifbe] {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
}

.explainer-title i[b-wkguiyifbe] {
    color: #f39c12;
    margin-right: 0.5rem;
}

.explainer-subtitle[b-wkguiyifbe] {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin: 0;
}

.explainer-content[b-wkguiyifbe] {
    margin-bottom: 3rem;
}

.suggestion-card[b-wkguiyifbe] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.suggestion-card:hover[b-wkguiyifbe] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.suggestion-icon[b-wkguiyifbe] {
    font-size: 2rem;
    color: #3498db;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
    min-width: 2rem;
}

.suggestion-text h3[b-wkguiyifbe] {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.suggestion-text p[b-wkguiyifbe] {
    color: #5a6c7d;
    margin: 0;
    line-height: 1.6;
}

.action-section[b-wkguiyifbe] {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
}

.race-preview h3[b-wkguiyifbe] {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.race-preview p[b-wkguiyifbe] {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.action-buttons[b-wkguiyifbe] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-lets-race[b-wkguiyifbe] {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.btn-lets-race:hover[b-wkguiyifbe] {
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
    color: white;
    text-decoration: none;
}

.btn-lets-race i[b-wkguiyifbe] {
    margin-right: 0.5rem;
}

.btn-back[b-wkguiyifbe] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-back:hover[b-wkguiyifbe] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.btn-back i[b-wkguiyifbe] {
    margin-right: 0.5rem;
}

.educational-note[b-wkguiyifbe] {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-radius: 12px;
    border-left: 4px solid #f39c12;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.note-icon[b-wkguiyifbe] {
    font-size: 1.5rem;
    color: #f39c12;
    margin-right: 1rem;
    margin-top: 0.25rem;
    min-width: 1.5rem;
}

.note-text p[b-wkguiyifbe] {
    margin: 0;
    color: #6c5b00;
    line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .explainer-container[b-wkguiyifbe] {
        padding: 1rem;
    }
    
    .explainer-title[b-wkguiyifbe] {
        font-size: 2rem;
    }
    
    .suggestion-card[b-wkguiyifbe] {
        flex-direction: column;
        text-align: center;
    }
    
    .suggestion-icon[b-wkguiyifbe] {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .action-buttons[b-wkguiyifbe] {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-lets-race[b-wkguiyifbe],
    .btn-back[b-wkguiyifbe] {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .educational-note[b-wkguiyifbe] {
        flex-direction: column;
        text-align: center;
    }
    
    .note-icon[b-wkguiyifbe] {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    :global(.racing-hint)[b-wkguiyifbe] {
        font-size: 1rem;
        margin-top: 1rem;
    }
}
/* _content/DerbyDash/Components/Pages/Welcome.razor.rz.scp.css */
.welcome-container[b-bszq45mn9l] {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.racing-background[b-bszq45mn9l] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.racing-track[b-bszq45mn9l] {
    position: absolute;
    top: 50%;
    left: -100px;
    right: -100px;
    height: 200px;
    background: repeating-linear-gradient(
        90deg,
        transparent 0px,
        transparent 50px,
        #fff 50px,
        #fff 60px
    );
    transform: translateY(-50%) skewY(-2deg);
    animation: trackMove-b-bszq45mn9l 20s linear infinite;
}

.finish-line[b-bszq45mn9l] {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 80px;
    height: 400px;
    background: repeating-linear-gradient(
        0deg,
        #000 0px,
        #000 20px,
        #fff 20px,
        #fff 40px
    );
    transform: rotate(15deg);
    opacity: 0.3;
}

/* Floating math symbols */
.floating-symbols[b-bszq45mn9l] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.symbol[b-bszq45mn9l] {
    position: absolute;
    color: rgba(255, 255, 255, 0.08);
    font-size: 2.5rem;
    font-weight: bold;
    animation: float-b-bszq45mn9l 18s ease-in-out infinite;
}

.symbol:nth-child(1)[b-bszq45mn9l] {
    top: 8%;
    left: 5%;
    animation-delay: 0s;
    font-size: 3rem;
}

.symbol:nth-child(2)[b-bszq45mn9l] {
    top: 15%;
    left: 25%;
    animation-delay: 2.5s;
}

.symbol:nth-child(3)[b-bszq45mn9l] {
    top: 12%;
    left: 45%;
    animation-delay: 5s;
    font-size: 3.5rem;
}

.symbol:nth-child(4)[b-bszq45mn9l] {
    top: 25%;
    left: 75%;
    animation-delay: 7.5s;
}

.symbol:nth-child(5)[b-bszq45mn9l] {
    top: 45%;
    left: 15%;
    animation-delay: 10s;
    font-size: 2.8rem;
}

.symbol:nth-child(6)[b-bszq45mn9l] {
    top: 55%;
    left: 65%;
    animation-delay: 12.5s;
}

.symbol:nth-child(7)[b-bszq45mn9l] {
    top: 75%;
    left: 35%;
    animation-delay: 15s;
    font-size: 3.2rem;
}

.symbol:nth-child(8)[b-bszq45mn9l] {
    top: 85%;
    left: 80%;
    animation-delay: 17.5s;
}

/* Main content */
.welcome-content[b-bszq45mn9l] {
    position: relative;
    z-index: 10;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.hero-section[b-bszq45mn9l] {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

/* Logo and title section */
.logo-container[b-bszq45mn9l] {
    margin-bottom: 3rem;
}

.logo-animation[b-bszq45mn9l] {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.main-title[b-bszq45mn9l] {
    font-size: 4.5rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    animation: titleGlow-b-bszq45mn9l 3s ease-in-out infinite alternate;
}

.derby[b-bszq45mn9l] {
    color: #ffffff;
    margin-right: 0.5rem;
}

.dash[b-bszq45mn9l] {
    color: #ff9800;
    background: linear-gradient(45deg, #ff9800, #ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.beta-badge[b-bszq45mn9l] {
    position: absolute;
    top: -10px;
    right: -40px;
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #2C3E50;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
    animation: betaPulse-b-bszq45mn9l 2s ease-in-out infinite;
}

.tagline[b-bszq45mn9l] {
    font-size: 1.5rem;
    color: #e0e0e0;
    font-style: italic;
    margin: 0;
    animation: fadeInUp-b-bszq45mn9l 1s ease-out 0.5s both;
}

/* Description section */
.description[b-bszq45mn9l] {
    margin-bottom: 3rem;
    animation: fadeInUp-b-bszq45mn9l 1s ease-out 1s both;
}

.description h2[b-bszq45mn9l] {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.description p[b-bszq45mn9l] {
    font-size: 1.2rem;
    color: #b0b0b0;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Features grid */
.features-grid[b-bszq45mn9l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    animation: fadeInUp-b-bszq45mn9l 1s ease-out 1.5s both;
}

.feature-card[b-bszq45mn9l] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-card:hover[b-bszq45mn9l] {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 152, 0, 0.3);
    box-shadow: 0 15px 35px rgba(255, 152, 0, 0.2);
}

.feature-icon[b-bszq45mn9l] {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.feature-card h3[b-bszq45mn9l] {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.feature-card p[b-bszq45mn9l] {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.5;
}

/* Call to action section */
.cta-section[b-bszq45mn9l] {
    margin-bottom: 3rem;
    animation: fadeInUp-b-bszq45mn9l 1s ease-out 2s both;
}

.cta-button[b-bszq45mn9l] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    margin: 0.5rem 1rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button.primary[b-bszq45mn9l] {
    background: linear-gradient(45deg, #ff9800, #ff5722);
    color: white;
}

.cta-button.primary:hover[b-bszq45mn9l] {
    background: linear-gradient(45deg, #ff5722, #e91e63);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 152, 0, 0.4);
}

.cta-button.secondary[b-bszq45mn9l] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-button.secondary:hover[b-bszq45mn9l] {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ff9800;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Beta info section */
.beta-info[b-bszq45mn9l] {
    animation: fadeInUp-b-bszq45mn9l 1s ease-out 2.5s both;
}

.beta-notice[b-bszq45mn9l] {
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 15px;
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.beta-notice h3[b-bszq45mn9l] {
    color: #FFD700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.beta-notice p[b-bszq45mn9l] {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.beta-features[b-bszq45mn9l] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.beta-tag[b-bszq45mn9l] {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: #2C3E50;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

/* Animations */
@keyframes trackMove-b-bszq45mn9l {
    0% {
        transform: translateY(-50%) skewY(-2deg) translateX(0);
    }
    100% {
        transform: translateY(-50%) skewY(-2deg) translateX(-100px);
    }
}

@keyframes float-b-bszq45mn9l {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.08;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 0.15;
    }
}

@keyframes titleGlow-b-bszq45mn9l {
    0% {
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    100% {
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 152, 0, 0.3);
    }
}

@keyframes betaPulse-b-bszq45mn9l {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.6);
    }
}

@keyframes fadeInUp-b-bszq45mn9l {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .welcome-content[b-bszq45mn9l] {
        padding: 1rem;
    }

    .main-title[b-bszq45mn9l] {
        font-size: 3rem;
    }

    .tagline[b-bszq45mn9l] {
        font-size: 1.2rem;
    }

    .description h2[b-bszq45mn9l] {
        font-size: 1.8rem;
    }

    .description p[b-bszq45mn9l] {
        font-size: 1rem;
    }

    .features-grid[b-bszq45mn9l] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .feature-card[b-bszq45mn9l] {
        padding: 1.5rem;
    }

    .cta-button[b-bszq45mn9l] {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        margin: 0.5rem 0.5rem;
    }

    .beta-notice[b-bszq45mn9l] {
        padding: 1.5rem;
    }

    .beta-features[b-bszq45mn9l] {
        flex-direction: column;
        align-items: center;
    }

    .symbol[b-bszq45mn9l] {
        font-size: 1.8rem;
    }

    .symbol:nth-child(3)[b-bszq45mn9l] {
        font-size: 2.2rem;
    }

    .symbol:nth-child(5)[b-bszq45mn9l] {
        font-size: 2rem;
    }

    .symbol:nth-child(7)[b-bszq45mn9l] {
        font-size: 2.4rem;
    }
} 
/* _content/DerbyDash/Components/Shared/RegistrationLayout.razor.rz.scp.css */
.registration-layout-container[b-sqxlzl3yts] {
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    position: relative;
    overflow: hidden;
}

.registration-background[b-sqxlzl3yts] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/RaceTrack/Background.png');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.registration-content[b-sqxlzl3yts] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.registration-card[b-sqxlzl3yts] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin-top: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.registration-sidebar[b-sqxlzl3yts] {
    flex: 1;
    background: linear-gradient(135deg, #ff5722 0%, #ff9800 100%);
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
}

.registration-sidebar[b-sqxlzl3yts]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/RaceTrack/Background.png');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.registration-sidebar-content[b-sqxlzl3yts] {
    position: relative;
    z-index: 1;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 15px 15px 0 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    max-width: 90%;
}

.registration-sidebar-content h2[b-sqxlzl3yts] {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    animation: fadeInUp-b-sqxlzl3yts 0.8s ease-out forwards;
}

.registration-sidebar-content p[b-sqxlzl3yts] {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    animation: fadeInUp-b-sqxlzl3yts 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

.sidebar-extra[b-sqxlzl3yts] {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp-b-sqxlzl3yts 0.8s ease-out 0.5s forwards;
    opacity: 0;
}

@keyframes fadeInUp-b-sqxlzl3yts {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.registration-progress-container[b-sqxlzl3yts] {
    padding: 1rem 2rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 15px 15px;
}

.registration-main-content[b-sqxlzl3yts] {
    flex: 1;
    padding: 2.5rem;
    background-color: #fff;
    position: relative;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.03);
}

.registration-logo[b-sqxlzl3yts] {
    text-align: center;
}

.registration-logo h1[b-sqxlzl3yts] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.registration-logo span[b-sqxlzl3yts] {
    color: #ff5722;
}

.checkered-pattern[b-sqxlzl3yts] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-image: repeating-linear-gradient(90deg, #000 0px, #000 25px, #fff 25px, #fff 50px);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.checkered-pattern.top[b-sqxlzl3yts] {
    top: 0;
    bottom: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.racing-stripe[b-sqxlzl3yts] {
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, #ffb300 0%, #ff8f00 50%, #ffb300 100%);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .registration-card[b-sqxlzl3yts] {
        flex-direction: column;
    }
    
    .registration-sidebar[b-sqxlzl3yts] {
        padding: 3rem 2rem;
        min-height: 300px;
    }
    
    .registration-sidebar-content[b-sqxlzl3yts] {
        max-width: 80%;
    }
    
    .registration-sidebar-content h2[b-sqxlzl3yts] {
        font-size: 2.4rem;
    }
    
    .registration-sidebar-content p[b-sqxlzl3yts] {
        font-size: 1.2rem;
    }
    
    .registration-main-content[b-sqxlzl3yts] {
        height: auto;
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .registration-logo[b-sqxlzl3yts] {
        display: none;
    }
    
    .registration-sidebar-content h2[b-sqxlzl3yts] {
        font-size: 2rem;
    }
    
    .registration-sidebar-content p[b-sqxlzl3yts] {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .registration-content[b-sqxlzl3yts] {
        padding: 1rem;
    }
    
    .registration-card[b-sqxlzl3yts] {
        margin-top: 1rem;
    }
    
    .registration-sidebar[b-sqxlzl3yts] {
        padding: 2.5rem 1.5rem;
        min-height: 250px;
    }
    
    .registration-sidebar-content[b-sqxlzl3yts] {
        padding: 1.5rem;
        max-width: 100%;
    }
    
    .registration-sidebar-content h2[b-sqxlzl3yts] {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .registration-sidebar-content p[b-sqxlzl3yts] {
        font-size: 1rem;
    }
    
    .registration-main-content[b-sqxlzl3yts] {
        padding: 1.8rem;
    }
} 
/* _content/DerbyDash/Components/Shared/RegistrationProgress.razor.rz.scp.css */
.registration-progress[b-z8jvcjy6iq] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    /* margin-bottom: 20px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.progress-title[b-z8jvcjy6iq] {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.progress-steps[b-z8jvcjy6iq] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

/* Scroll hint removed */

.progress-step[b-z8jvcjy6iq] {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    border-left: 3px solid #e9ecef;
    transition: all 0.3s ease;
}

.progress-step.active[b-z8jvcjy6iq] {
    border-left-color: #007bff;
    background-color: #f0f7ff;
}

.progress-step.completed[b-z8jvcjy6iq] {
    border-left-color: #28a745;
}

.step-number[b-z8jvcjy6iq] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.progress-step.active .step-number[b-z8jvcjy6iq] {
    background-color: #007bff;
    color: white;
}

.progress-step.completed .step-number[b-z8jvcjy6iq] {
    background-color: #28a745;
    color: white;
}

.step-content[b-z8jvcjy6iq] {
    flex-grow: 1;
}

.step-name[b-z8jvcjy6iq] {
    font-weight: 600;
    margin-bottom: 3px;
    color: #333;
}

.progress-step.active .step-name[b-z8jvcjy6iq] {
    color: #007bff;
}

.progress-step.completed .step-name[b-z8jvcjy6iq] {
    color: #28a745;
}

.step-description[b-z8jvcjy6iq] {
    font-size: 0.9rem;
    color: #6c757d;
}

.step-edit[b-z8jvcjy6iq] {
    color: #6c757d;
    margin-left: 10px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.step-edit:hover[b-z8jvcjy6iq] {
    background-color: #f8f9fa;
    color: #007bff;
}

@media (max-width: 768px) {
    .registration-progress[b-z8jvcjy6iq] {
        padding: 15px;
    }
    
    .progress-title[b-z8jvcjy6iq] {
        font-size: 15px; /* Set to exactly 15px for mobile */
    }
    
    .progress-steps[b-z8jvcjy6iq] {
        max-height: 110px; /* Show approximately 1 step */
        overflow-y: auto;
        padding-right: 5px;
        position: relative;
    }
    
    /* Scroll hint removed */
    
    .progress-steps[b-z8jvcjy6iq]:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        background: linear-gradient(to bottom, rgba(248, 249, 250, 0), rgba(248, 249, 250, 0.9));
        pointer-events: none;
    }
    
    .progress-step[b-z8jvcjy6iq] {
        padding: 8px;
    }
    
    .step-number[b-z8jvcjy6iq] {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    
    .step-name[b-z8jvcjy6iq] {
        font-size: 0.9rem;
    }
    
    .step-description[b-z8jvcjy6iq] {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .progress-steps[b-z8jvcjy6iq] {
        max-height: 100px; /* Show only 1 step on smaller phones */
    }
}
