@import '_content/BlazorFastAddToCart/BlazorFastAddToCart.sbgt7trbsr.bundle.scp.css';

/* /Components/Pages/CreativeDemos.razor.rz.scp.css */
.creative-demo[b-tinnh4qghd] {
  margin-bottom: 3rem;
}

/* Star Collector */
.star-collector-container[b-tinnh4qghd] {
  position: relative;
  min-height: 500px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 1rem;
  overflow: hidden;
}

.star-collector-container[b-tinnh4qghd]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.collection-box[b-tinnh4qghd] {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1000;
  min-width: 180px;
}

.collection-glow[b-tinnh4qghd] {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.4) 0%, transparent 70%);
  border-radius: 1rem;
  animation: pulse-glow-b-tinnh4qghd 2s ease-in-out infinite;
  pointer-events: none;
  transition: opacity 0.3s;
}

@keyframes pulse-glow-b-tinnh4qghd {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.1); opacity: 0.6; }
}

.collection-header[b-tinnh4qghd] {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.collection-count[b-tinnh4qghd] {
  font-size: 1.5rem;
  color: #667eea;
  font-weight: 700;
}

.collection-score[b-tinnh4qghd] {
  font-size: 1rem;
  color: #764ba2;
  font-weight: 600;
  margin-top: 0.5rem;
}

.combo-indicator[b-tinnh4qghd] {
  font-size: 0.875rem;
  color: #fbbf24;
  font-weight: 700;
  margin-top: 0.5rem;
  animation: combo-pulse-b-tinnh4qghd 0.5s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.8);
}

@keyframes combo-pulse-b-tinnh4qghd {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.stars-field[b-tinnh4qghd] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 1.5rem;
  padding-top: 7rem;
}

.star-item[b-tinnh4qghd] {
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
  position: relative;
  animation: twinkle-b-tinnh4qghd 2s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.star-item:hover[b-tinnh4qghd] {
  transform: scale(1.3) rotate(15deg);
}

.star-emoji[b-tinnh4qghd] {
  display: block;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.6));
}

.star-glow[b-tinnh4qghd] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  animation: star-pulse-b-tinnh4qghd 1.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes twinkle-b-tinnh4qghd {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.9); }
}

@keyframes star-pulse-b-tinnh4qghd {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
  50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.8; }
}

/* Message Sender */
.message-container[b-tinnh4qghd] {
  position: relative;
  min-height: 400px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 1rem;
  overflow: hidden;
}

.inbox[b-tinnh4qghd] {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: white;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1000;
  min-width: 200px;
}

.inbox-header[b-tinnh4qghd] {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.inbox-count[b-tinnh4qghd] {
  font-size: 1.25rem;
  color: #f5576c;
  font-weight: 600;
}

.inbox-notification[b-tinnh4qghd] {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #f5576c;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  animation: bounce-notification-b-tinnh4qghd 0.5s ease-in-out infinite;
}

.inbox-achievement[b-tinnh4qghd] {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #f5576c;
  text-align: center;
  animation: achievement-bounce-b-tinnh4qghd 0.6s ease-in-out infinite;
}

@keyframes achievement-bounce-b-tinnh4qghd {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes bounce-notification-b-tinnh4qghd {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.messages-list[b-tinnh4qghd] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 7rem;
  justify-content: center;
}

.message-bubble[b-tinnh4qghd] {
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: transform 0.2s;
  border: 3px solid hsl(var(--hue, 0), 70%, 60%);
  animation: message-float-b-tinnh4qghd 3s ease-in-out infinite;
}

.message-bubble:hover[b-tinnh4qghd] {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@keyframes message-float-b-tinnh4qghd {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.message-icon[b-tinnh4qghd] {
  font-size: 1.75rem;
}

.message-text[b-tinnh4qghd] {
  font-weight: 600;
  color: #374151;
  font-size: 1rem;
}

/* Energy Transfer */
.energy-container[b-tinnh4qghd] {
  position: relative;
  min-height: 500px;
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 1rem;
  overflow: hidden;
}

.battery-wrapper[b-tinnh4qghd] {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  z-index: 1000;
}

.battery[b-tinnh4qghd] {
  position: relative;
  width: 100px;
  height: 250px;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  border: 5px solid #1f2937;
  overflow: hidden;
  perspective: 1000px;
}

.battery[b-tinnh4qghd]::after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 12px;
  background: #1f2937;
  border-radius: 3px 3px 0 0;
}

.battery-level[b-tinnh4qghd] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #10b981, #34d399, #6ee7b7);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 0 20px rgba(16, 185, 129, 0.5);
}

.battery-glow[b-tinnh4qghd] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(16, 185, 129, 0.3) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.3s;
}

.battery-text[b-tinnh4qghd] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.5rem;
  color: #1f2937;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}

.battery-full-indicator[b-tinnh4qghd] {
  margin-top: 1rem;
  background: linear-gradient(135deg, #10b981, #34d399);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  animation: pulse-full-b-tinnh4qghd 1s ease-in-out infinite;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.battery-progress[b-tinnh4qghd] {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  text-align: center;
}

@keyframes pulse-full-b-tinnh4qghd {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.energy-sources[b-tinnh4qghd] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1.5rem;
  margin-left: 9rem;
  padding-top: 1.5rem;
}

.energy-source[b-tinnh4qghd] {
  background: white;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s;
  text-align: center;
}

.energy-source:hover[b-tinnh4qghd] {
  transform: scale(1.1);
}

.energy-icon[b-tinnh4qghd] {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  animation: energy-pulse-b-tinnh4qghd 1.5s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.6));
}

@keyframes energy-pulse-b-tinnh4qghd {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

.energy-bar[b-tinnh4qghd] {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.energy-fill[b-tinnh4qghd] {
  height: 100%;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  transition: width 0.3s;
  box-shadow: 0 0 10px rgba(251, 191, 36, 0.6);
}

.energy-value[b-tinnh4qghd] {
  font-size: 0.75rem;
  font-weight: 600;
  color: #374151;
}

/* Particle Collector */
.particle-container[b-tinnh4qghd] {
  position: relative;
  min-height: 600px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 1rem;
  overflow: hidden;
}

.particle-center[b-tinnh4qghd] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: relative;
}

.particle-count[b-tinnh4qghd] {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
}

.particle-progress[b-tinnh4qghd] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #667eea;
  margin-top: 0.25rem;
  z-index: 1;
}

.particle-achievement[b-tinnh4qghd] {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: 700;
  color: #764ba2;
  white-space: nowrap;
  animation: achievement-bounce-b-tinnh4qghd 0.6s ease-in-out infinite;
}

.particle-rings[b-tinnh4qghd] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.particle-ring[b-tinnh4qghd] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px * var(--ring-index, 0));
  height: calc(100% + 40px * var(--ring-index, 0));
  border: 2px solid rgba(102, 126, 234, 0.3);
  border-radius: 50%;
  animation: ring-expand-b-tinnh4qghd 2s ease-in-out infinite;
  animation-delay: calc(var(--ring-index, 0) * 0.3s);
}

@keyframes ring-expand-b-tinnh4qghd {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.1; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
}

.particles-field[b-tinnh4qghd] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}

.particle[b-tinnh4qghd] {
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  animation: particle-float-b-tinnh4qghd 4s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  filter: hue-rotate(var(--hue, 0deg)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
  transition: transform 0.2s;
}

.particle:hover[b-tinnh4qghd] {
  transform: scale(1.4) rotate(180deg);
}

@keyframes particle-float-b-tinnh4qghd {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-15px) rotate(90deg); }
  50% { transform: translateY(0) rotate(180deg); }
  75% { transform: translateY(-15px) rotate(270deg); }
}

/* Coin Collector */
.coin-container[b-tinnh4qghd] {
  position: relative;
  min-height: 500px;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 1rem;
  overflow: hidden;
}

.treasure-chest[b-tinnh4qghd] {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 200px;
  height: 150px;
  z-index: 1000;
  perspective: 1000px;
}

.chest-lid[b-tinnh4qghd] {
  width: 100%;
  height: 40px;
  background: linear-gradient(135deg, #92400e 0%, #78350f 100%);
  border-radius: 0.5rem 0.5rem 0 0;
  transform-origin: bottom;
  transition: transform 0.5s ease;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
}

.chest-body[b-tinnh4qghd] {
  width: 100%;
  height: 110px;
  background: linear-gradient(135deg, #b45309 0%, #92400e 100%);
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.chest-count-wrapper[b-tinnh4qghd] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  z-index: 1;
}

.chest-count[b-tinnh4qghd] {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fbbf24;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.chest-total[b-tinnh4qghd] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #92400e;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.chest-achievement[b-tinnh4qghd] {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fbbf24;
  text-align: center;
  animation: achievement-bounce-b-tinnh4qghd 0.6s ease-in-out infinite;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.chest-glow[b-tinnh4qghd] {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.5) 0%, transparent 70%);
  border-radius: 1rem;
  animation: chest-glow-pulse-b-tinnh4qghd 2s ease-in-out infinite;
  pointer-events: none;
  transition: opacity 0.3s;
}

@keyframes chest-glow-pulse-b-tinnh4qghd {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

.coins-field[b-tinnh4qghd] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 1.5rem;
  padding-top: 7rem;
}

.coin-item[b-tinnh4qghd] {
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
  animation: coin-spin-b-tinnh4qghd 3s linear infinite;
  animation-delay: var(--rotation, 0deg);
  filter: drop-shadow(0 0 10px rgba(251, 191, 36, 0.6));
  transition: transform 0.2s;
}

.coin-item:hover[b-tinnh4qghd] {
  transform: scale(1.3);
  animation-duration: 0.5s;
}

@keyframes coin-spin-b-tinnh4qghd {
  0% { transform: rotateY(var(--rotation, 0deg)) scale(1); }
  50% { transform: rotateY(calc(var(--rotation, 0deg) + 180deg)) scale(1.1); }
  100% { transform: rotateY(calc(var(--rotation, 0deg) + 360deg)) scale(1); }
}

/* Heart Collector */
.heart-container[b-tinnh4qghd] {
  position: relative;
  min-height: 500px;
  background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 1rem;
  overflow: hidden;
}

.love-meter[b-tinnh4qghd] {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  min-width: 250px;
}

.meter-header[b-tinnh4qghd] {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.meter-bar[b-tinnh4qghd] {
  width: 100%;
  height: 30px;
  background: #f3f4f6;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.meter-fill[b-tinnh4qghd] {
  height: 100%;
  background: linear-gradient(90deg, #ec4899, #f472b6, #fbcfe8);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 20px rgba(236, 72, 153, 0.5);
  position: relative;
}

.meter-fill[b-tinnh4qghd]::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer-b-tinnh4qghd 2s ease-in-out infinite;
}

@keyframes shimmer-b-tinnh4qghd {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.meter-count[b-tinnh4qghd] {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ec4899;
  margin-bottom: 0.5rem;
}

.meter-full[b-tinnh4qghd] {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ec4899;
  animation: heart-bounce-b-tinnh4qghd 1s ease-in-out infinite;
}

.meter-remaining[b-tinnh4qghd] {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9ca3af;
  font-style: italic;
}

@keyframes heart-bounce-b-tinnh4qghd {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.hearts-field[b-tinnh4qghd] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  gap: 1.5rem;
  padding-top: 7rem;
}

.heart-item[b-tinnh4qghd] {
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
  animation: heart-pulse-b-tinnh4qghd 1.5s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  filter: drop-shadow(0 0 10px rgba(236, 72, 153, 0.6));
  transition: transform 0.2s;
}

.heart-item:hover[b-tinnh4qghd] {
  transform: scale(1.4);
}

@keyframes heart-pulse-b-tinnh4qghd {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.1); }
  50% { transform: scale(1.2); }
  75% { transform: scale(1.1); }
}

/* Responsive */
@media (max-width: 768px) {
  .stars-field[b-tinnh4qghd],
  .coins-field[b-tinnh4qghd],
  .hearts-field[b-tinnh4qghd],
  .particles-field[b-tinnh4qghd] {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 1rem;
  }
  
  .collection-box[b-tinnh4qghd],
  .inbox[b-tinnh4qghd],
  .love-meter[b-tinnh4qghd] {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-bottom: 1rem;
  }
  
  .battery-wrapper[b-tinnh4qghd] {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 1rem;
  }
  
  .energy-sources[b-tinnh4qghd] {
    margin-left: 0;
  }
  
  .treasure-chest[b-tinnh4qghd] {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 1rem;
  }
}
/* /Components/Pages/EasingPlayground.razor.rz.scp.css */
/* Cart Container Styling */
.cart-container[b-n578nqr9k5] {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}

.cart[b-n578nqr9k5] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  font-size: 1.25rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  min-width: 120px;
  justify-content: center;
}

.cart:hover[b-n578nqr9k5] {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.cart-icon[b-n578nqr9k5] {
  font-size: 1.5rem;
  line-height: 1;
}

.cart-count[b-n578nqr9k5] {
  background: white;
  color: #667eea;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  min-width: 28px;
}

.controls-grid[b-n578nqr9k5] {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.control-group[b-n578nqr9k5] {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.control-group label[b-n578nqr9k5] {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  color: #374151;
}

.control-group input[type="range"][b-n578nqr9k5] {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
  outline: none;
  -webkit-appearance: none;
}

.control-group input[type="range"][b-n578nqr9k5]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #667eea;
  cursor: pointer;
}

.control-group input[type="range"][b-n578nqr9k5]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #667eea;
  cursor: pointer;
  border: none;
}

.control-group span[b-n578nqr9k5] {
  min-width: 50px;
  text-align: right;
  font-weight: 600;
  color: #667eea;
}

.easing-grid[b-n578nqr9k5] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.easing-card[b-n578nqr9k5] {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.easing-card:hover[b-n578nqr9k5] {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.easing-card h3[b-n578nqr9k5] {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: #1f2937;
  font-weight: 600;
}

.easing-values[b-n578nqr9k5] {
  margin: 0 0 1rem;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.75rem;
  color: #6b7280;
  background: #f9fafb;
  padding: 0.5rem;
  border-radius: 0.25rem;
  word-break: break-all;
}

.easing-trigger[b-n578nqr9k5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: transform 0.2s;
  font-weight: 500;
}

.easing-trigger:hover[b-n578nqr9k5] {
  transform: scale(1.02);
}

.easing-icon[b-n578nqr9k5] {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .cart-container[b-n578nqr9k5] {
    top: 1rem;
    right: 1rem;
  }

  .cart[b-n578nqr9k5] {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    min-width: 100px;
  }

  .easing-grid[b-n578nqr9k5] {
    grid-template-columns: 1fr;
  }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Cart Container */
.cart-container[b-46c5y7com9] {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}

.cart[b-46c5y7com9] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  font-size: 1.25rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cart:hover[b-46c5y7com9] {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.cart-icon[b-46c5y7com9] {
  font-size: 1.5rem;
}

.cart-count[b-46c5y7com9] {
  background: white;
  color: #667eea;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

/* Product Grid */
.product-grid[b-46c5y7com9] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.product-card[b-46c5y7com9] {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.product-card:hover[b-46c5y7com9] {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.product-image[b-46c5y7com9] {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f9fafb;
}

.product-image img[b-46c5y7com9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-info[b-46c5y7com9] {
  padding: 1.25rem;
}

.product-info h3[b-46c5y7com9] {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: #1f2937;
}

.product-price[b-46c5y7com9] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #667eea;
  margin: 0.5rem 0;
}

.add-to-cart-btn[b-46c5y7com9] {
  width: 100%;
  padding: 0.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: transform 0.2s;
  margin-top: 0.75rem;
}

.add-to-cart-btn:hover[b-46c5y7com9] {
  transform: scale(1.02);
}

/* Single Product Demo */
.single-product-demo[b-46c5y7com9] {
  margin-top: 1.5rem;
}

.item-details[b-46c5y7com9] {
  display: flex;
  gap: 2rem;
  background: white;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.item-details__product[b-46c5y7com9] {
  flex-shrink: 0;
  cursor: pointer;
}

.item-details__product img[b-46c5y7com9] {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

.item-info[b-46c5y7com9] {
  flex: 1;
}

.item-info h3[b-46c5y7com9] {
  font-size: 1.75rem;
  margin: 0 0 0.75rem;
  color: #1f2937;
}

.item-info p[b-46c5y7com9] {
  color: #6b7280;
  margin: 0.5rem 0;
  line-height: 1.6;
}

.item-info .price[b-46c5y7com9] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #667eea;
  margin-top: 1rem;
}

/* Easing Demo */
.easing-demo[b-46c5y7com9] {
  margin-top: 1.5rem;
}

.easing-controls[b-46c5y7com9] {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.easing-controls label[b-46c5y7com9] {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  color: #374151;
}

.easing-controls input[type="range"][b-46c5y7com9] {
  flex: 1;
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
  outline: none;
  -webkit-appearance: none;
}

.easing-controls input[type="range"][b-46c5y7com9]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #667eea;
  cursor: pointer;
}

.easing-controls input[type="range"][b-46c5y7com9]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #667eea;
  cursor: pointer;
  border: none;
}

.easing-controls span[b-46c5y7com9] {
  min-width: 50px;
  text-align: right;
  font-weight: 600;
  color: #667eea;
}

/* Responsive */
@media (max-width: 768px) {
  .cart-container[b-46c5y7com9] {
    top: 1rem;
    right: 1rem;
  }

  .cart[b-46c5y7com9] {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
  }

  .product-grid[b-46c5y7com9] {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
  }

  .item-details[b-46c5y7com9] {
    flex-direction: column;
    padding: 1.5rem;
  }

  .item-details__product img[b-46c5y7com9] {
    width: 100%;
    height: auto;
  }
}

/* Demo Sections */
.demo-section[b-46c5y7com9] {
  margin-bottom: 3rem;
}

/* Player Container */
.player-container[b-46c5y7com9] {
  position: relative;
  margin-bottom: 1rem;
}

  .player-container .demo-box[b-46c5y7com9] {
    min-height: 150px;
  }

.demo-section h2[b-46c5y7com9] {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #1f2937;
}

.demo-section > p[b-46c5y7com9] {
  color: #6b7280;
  margin: 0 0 1rem;
  line-height: 1.6;
}

.demo-box[b-46c5y7com9] {
  padding: 1.5rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  margin-bottom: 1rem;
  min-height: 80px;
}

.controls[b-46c5y7com9] {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

  .controls button[b-46c5y7com9] {
    padding: 0.5rem 1rem;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: background 0.15s;
  }

    .controls button:hover:not(:disabled)[b-46c5y7com9] {
      background: #5568d3;
    }

    .controls button:disabled[b-46c5y7com9] {
      background: #d1d5db;
      cursor: not-allowed;
    }

/* Features */
.features ul[b-46c5y7com9] {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li[b-46c5y7com9] {
  padding: 0.5rem 0;
  color: #4b5563;
  line-height: 1.6;
}

  .features li strong[b-46c5y7com9] {
    color: #1f2937;
  }

/* Speed Control */
.speed-control[b-46c5y7com9] {
  margin-bottom: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

  .speed-control label[b-46c5y7com9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-weight: 500;
    color: #374151;
  }

  .speed-control input[type="range"][b-46c5y7com9] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
  }

    .speed-control input[type="range"][b-46c5y7com9]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #667eea;
      cursor: pointer;
    }

    .speed-control input[type="range"][b-46c5y7com9]::-moz-range-thumb {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #667eea;
      cursor: pointer;
      border: none;
    }

/* Progress Display */
.progress-display[b-46c5y7com9] {
  margin-bottom: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

.progress-bar[b-46c5y7com9] {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress-fill[b-46c5y7com9] {
  height: 100%;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  transition: width 0.3s ease;
  border-radius: 4px;
}

.progress-text[b-46c5y7com9] {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

/* Seek Controls */
.seek-controls[b-46c5y7com9] {
  margin-bottom: 1rem;
  padding: 1rem;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}

.seek-bar-container[b-46c5y7com9] {
  margin-bottom: 1rem;
}

  .seek-bar-container label[b-46c5y7com9] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-weight: 500;
    color: #374151;
  }

.seek-bar[b-46c5y7com9] {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e5e7eb;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

  .seek-bar[b-46c5y7com9]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #667eea;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
  }

    .seek-bar[b-46c5y7com9]::-webkit-slider-thumb:hover {
      transform: scale(1.1);
      box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
    }

  .seek-bar[b-46c5y7com9]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #667eea;
    cursor: pointer;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
  }

    .seek-bar[b-46c5y7com9]::-moz-range-thumb:hover {
      transform: scale(1.1);
      box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
    }

.seek-buttons[b-46c5y7com9] {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

  .seek-buttons button[b-46c5y7com9] {
    padding: 0.5rem 1rem;
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
  }

    .seek-buttons button:hover[b-46c5y7com9] {
      background: #667eea;
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    }

.seek-info[b-46c5y7com9] {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  padding: 0.75rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  text-align: center;
}

/* Code Sample */
.code-sample[b-46c5y7com9] {
  margin-top: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

  .code-sample pre[b-46c5y7com9] {
    margin: 0;
    padding: 1.25rem;
    background: #1f2937;
    color: #e5e7eb;
    overflow-x: auto;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  .code-sample code[b-46c5y7com9] {
    font-family: inherit;
    color: inherit;
    background: none;
    padding: 0;
  }

/* API Reference */
.api-reference[b-46c5y7com9] {
  margin-top: 2rem;
}

.api-section[b-46c5y7com9] {
  margin-bottom: 2.5rem;
}

  .api-section h3[b-46c5y7com9] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #1f2937;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
  }

.api-table[b-46c5y7com9] {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

  .api-table thead[b-46c5y7com9] {
    background: #f9fafb;
  }

  .api-table th[b-46c5y7com9] {
    padding: 0.875rem 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e5e7eb;
  }

  .api-table td[b-46c5y7com9] {
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 0.9375rem;
  }

  .api-table tbody tr:last-child td[b-46c5y7com9] {
    border-bottom: none;
  }

  .api-table tbody tr:hover[b-46c5y7com9] {
    background: #f9fafb;
  }

  .api-table code[b-46c5y7com9] {
    background: #f3f4f6;
    padding: 0.2em 0.4em;
    border-radius: 0.25rem;
    font-size: 0.875em;
    color: #667eea;
    font-weight: 600;
  }

/* Count Demo */
.count-demo[b-46c5y7com9] {
  margin-top: 1.5rem;
}

.count-controls[b-46c5y7com9] {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.count-controls label[b-46c5y7com9] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  color: #374151;
}

.count-controls input[type="number"][b-46c5y7com9] {
  padding: 0.5rem 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  width: 80px;
  outline: none;
  transition: border-color 0.2s;
}

.count-controls input[type="number"]:focus[b-46c5y7com9] {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.count-display[b-46c5y7com9] {
  font-weight: 600;
  color: #667eea;
  font-size: 1.125rem;
}

/* Trigger Demo */
.trigger-demo[b-46c5y7com9] {
  margin-top: 1.5rem;
}

.trigger-note[b-46c5y7com9] {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
}

/* Progress Demo */
.progress-demo[b-46c5y7com9] {
  margin-top: 1.5rem;
}

.progress-indicator[b-46c5y7com9] {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.progress-bar-container[b-46c5y7com9] {
  position: relative;
  width: 100%;
  height: 32px;
  background: #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.progress-bar-fill[b-46c5y7com9] {
  height: 100%;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  transition: width 0.1s ease-out;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.75rem;
  min-width: 50px;
}

.progress-text[b-46c5y7com9] {
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.progress-status[b-46c5y7com9] {
  text-align: center;
  font-weight: 500;
  color: #6b7280;
  margin: 0;
  font-size: 0.9375rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section h1[b-46c5y7com9] {
    font-size: 2rem;
  }

  .hero-subtitle[b-46c5y7com9] {
    font-size: 1rem;
  }

  .features-grid[b-46c5y7com9] {
    grid-template-columns: 1fr;
  }

  .demo-section[b-46c5y7com9] {
    padding: 1.5rem;
  }

  .api-table[b-46c5y7com9] {
    font-size: 0.8125rem;
  }

    .api-table th[b-46c5y7com9],
    .api-table td[b-46c5y7com9] {
      padding: 0.625rem 0.75rem;
    }

  .count-controls[b-46c5y7com9] {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Typewriter Container Styles */
.type-writer-container[b-46c5y7com9] {
  line-height: 1.7;
}

  .type-writer-container h2[b-46c5y7com9],
  .type-writer-container h3[b-46c5y7com9],
  .type-writer-container h4[b-46c5y7com9] {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
  }

  .type-writer-container p[b-46c5y7com9] {
    margin-bottom: 1rem;
  }

  .type-writer-container ul[b-46c5y7com9],
  .type-writer-container ol[b-46c5y7com9] {
    margin: 1rem 0;
    padding-left: 1.5rem;
  }

  .type-writer-container li[b-46c5y7com9] {
    margin-bottom: 0.5rem;
  }

  .type-writer-container a[b-46c5y7com9] {
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s;
  }

    .type-writer-container a:hover[b-46c5y7com9] {
      color: #5568d3;
      text-decoration: underline;
    }

  .type-writer-container code[b-46c5y7com9] {
    background: #f3f4f6;
    padding: 0.2em 0.4em;
    border-radius: 0.25rem;
    font-size: 0.9em;
    color: #667eea;
    font-weight: 600;
  }

/* AI Chat Demo Styles */
.chat-container[b-46c5y7com9] {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 0 auto;
}

.chat-messages[b-46c5y7com9] {
  max-height: 500px;
  overflow-y: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #f9fafb;
}

.chat-message[b-46c5y7com9] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  animation: slideIn-b-46c5y7com9 0.3s ease;
}

@keyframes slideIn-b-46c5y7com9 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.message-header[b-46c5y7com9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
}

.message-time[b-46c5y7com9] {
  color: #9ca3af;
  font-size: 0.75rem;
}

.message-content[b-46c5y7com9] {
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  line-height: 1.6;
  max-width: 85%;
}

.user-message .message-content[b-46c5y7com9] {
  background: #667eea;
  color: white;
  align-self: flex-end;
  margin-left: auto;
}

.ai-message .message-content[b-46c5y7com9] {
  background: white;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  align-self: flex-start;
}

.user-message[b-46c5y7com9] {
  align-items: flex-end;
}

.ai-message[b-46c5y7com9] {
  align-items: flex-start;
}

.chat-input-container[b-46c5y7com9] {
  border-top: 1px solid #e5e7eb;
  background: white;
  padding: 1rem;
}

  .chat-input-container .speed-control[b-46c5y7com9] {
    margin-bottom: 0.75rem;
    padding: 0.75rem;
  }

.chat-input[b-46c5y7com9] {
  display: flex;
  gap: 0.75rem;
}

  .chat-input input[type="text"][b-46c5y7com9] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.2s;
  }

    .chat-input input[type="text"]:focus[b-46c5y7com9] {
      border-color: #667eea;
      box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

    .chat-input input[type="text"]:disabled[b-46c5y7com9] {
      background: #f3f4f6;
      cursor: not-allowed;
    }

  .chat-input button[b-46c5y7com9] {
    padding: 0.75rem 1.5rem;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    white-space: nowrap;
  }

    .chat-input button:hover:not(:disabled)[b-46c5y7com9] {
      background: #5568d3;
      transform: translateY(-1px);
    }

    .chat-input button:disabled[b-46c5y7com9] {
      background: #d1d5db;
      cursor: not-allowed;
      transform: none;
    }

/* Scrollbar styles for chat messages */
.chat-messages[b-46c5y7com9]::-webkit-scrollbar {
  width: 8px;
}

.chat-messages[b-46c5y7com9]::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 4px;
}

.chat-messages[b-46c5y7com9]::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 4px;
}

  .chat-messages[b-46c5y7com9]::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
  }
/* /Components/Pages/RandomDestinations.razor.rz.scp.css */
.random-destination[b-7bs1ppeh7q] {
  position: fixed;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  z-index: 1000;
  transition: transform 0.2s;
}

.random-destination:hover[b-7bs1ppeh7q] {
  transform: scale(1.1);
}

.destination-icon[b-7bs1ppeh7q] {
  font-size: 1.5rem;
  line-height: 1;
}

.destination-count[b-7bs1ppeh7q] {
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 2px 6px;
  margin-top: 2px;
}

.items-grid[b-7bs1ppeh7q] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.item-card[b-7bs1ppeh7q] {
  background: white;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.item-card:hover[b-7bs1ppeh7q] {
  transform: translateY(-4px);
}

.item-content[b-7bs1ppeh7q] {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.item-icon[b-7bs1ppeh7q] {
  font-size: 3rem;
}

.item-content span[b-7bs1ppeh7q] {
  font-weight: 500;
  color: #374151;
}

@media (max-width: 768px) {
  .items-grid[b-7bs1ppeh7q] {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
  }
  
  .item-icon[b-7bs1ppeh7q] {
    font-size: 2rem;
  }
}
