/**
 * @file
 * Styles for lcm-course-page.html.twig.
 */

/* ============================================
   COURSE PAGE - GLASS MORPHISM DESIGN
   Option 5: Best for Professional CA Exam Prep
   ============================================ */

.lcm-course-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* ============================================
   HEADER - GLASS MORPHISM
   ============================================ */

.lcm-header-glass {
  margin-bottom: 2rem;
}

.lcm-header-gradient-wrapper {
  padding: 3px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.lcm-header-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 17px;
  padding: 1.75rem 2rem;
  overflow: hidden;
}

.lcm-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}

/* Left Side */
.lcm-header-left {
  flex: 1;
  min-width: 0;
}

.lcm-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #9ca3af;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 1rem;
  transition: color 0.2s;
}

.lcm-back-link:hover {
  color: #6b7280;
}

.lcm-back-link .back-icon {
  width: 16px;
  height: 16px;
}

/* Badges */
.lcm-badges-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.lcm-level-badge {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 50%, #ef4444 100%);
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
  letter-spacing: 0.5px;
}

.lcm-session-badge {
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
}

/* Title */
.lcm-course-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

.lcm-course-desc {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
  max-width: 600px;
  line-height: 1.5;
}

/* Stats Row */
.lcm-meta-row {
  display: flex;
  align-items: center;
  width: 100%;
}

.lcm-quick-stats {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: nowrap;
  width: 100%;
}

.lcm-quick-stats .quick-stat {
  font-size: 1.125rem;
  color: #6b7280;
  white-space: nowrap;
}

.lcm-quick-stats .quick-stat strong {
  color: #111827;
}

/* Right Side */
.lcm-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.875rem;
  flex-shrink: 0;
}

.lcm-cta-btn {
  background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(139, 92, 246, 0.35);
  transition: all 0.2s;
}

.lcm-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.45);
}

.lcm-cta-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lcm-cta-btn.lcm-cta-pro {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
  color: white;
}

.lcm-cta-btn.lcm-cta-pro:hover {
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
}

/* Admin curriculum shortcut */
.lcm-admin-shortcut {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: #f1f5f9; border: 1.5px solid #e2e8f0;
  color: #64748b; cursor: pointer; transition: all 0.2s;
  text-decoration: none; flex-shrink: 0;
}
.lcm-admin-shortcut:hover {
  background: #eef2ff; border-color: #818cf8; color: #6366f1;
  transform: translateY(-1px); box-shadow: 0 4px 12px rgba(99,102,241,0.12);
}

/* ============================================
   STATS CARD - GLASS MORPHISM (OPTION 5)
   Color Psychology: Orange=Streak, Yellow=XP, Purple=Rank
   ============================================ */

.lcm-stats-card {
  padding: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 14px;
  flex-shrink: 0;
}

.lcm-stats-card-inner {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

/* Progress Ring */
.lcm-progress-ring-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.lcm-progress-ring {
  width: 48px;
  height: 48px;
}

.lcm-progress-ring .ring-bg {
  stroke: #e5e7eb;
}

.lcm-progress-ring .ring-progress {
  transition: stroke-dasharray 0.5s ease;
}

.ring-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-percent {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

/* Stats Badges - Color Coded */
.lcm-stat-badges {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.lcm-stat-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  min-width: 52px;
}

/* Streak - Orange/Red (Urgency, Energy) */
.lcm-stat-badge.streak {
  background: linear-gradient(135deg, #fff7ed 0%, #fee2e2 100%);
  border: 1px solid #fed7aa;
}

.lcm-stat-badge.streak.on-fire {
  animation: fire-pulse 1.5s ease-in-out infinite alternate;
}

@keyframes fire-pulse {
  from { box-shadow: 0 0 8px rgba(249, 115, 22, 0.3); }
  to { box-shadow: 0 0 16px rgba(249, 115, 22, 0.5); }
}

/* XP - Gold/Yellow (Achievement) */
.lcm-stat-badge.xp {
  background: linear-gradient(135deg, #fefce8 0%, #fef3c7 100%);
  border: 1px solid #fde68a;
}

/* Rank - Purple (Prestige) */
.lcm-stat-badge.rank {
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  border: 1px solid #e9d5ff;
}

.lcm-stat-badge .stat-emoji {
  font-size: 1.125rem;
  line-height: 1;
}

.lcm-stat-badge .stat-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-top: 0.125rem;
}

/* ============================================
   TABS BAR
   ============================================ */

.lcm-tabs-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  background: #fff;
  margin: 0 3px 3px 3px;
  border-radius: 0 0 17px 17px;
  border-top: 1px solid #f1f5f9;
  position: relative;
}

.lcm-tabs-scroll-wrapper {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  mask-image: linear-gradient(to right, transparent 0, #000 8px, #000 calc(100% - 24px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8px, #000 calc(100% - 24px), transparent 100%);
}

.lcm-tabs-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.lcm-tabs-left {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-width: max-content;
}

.lcm-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  color: #64748b;
  background: transparent;
  border: none;
  border-bottom: 2.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.lcm-tab:hover {
  color: #374151;
  background: #f8fafc;
}

.lcm-tab.active {
  color: #6d28d9;
  font-weight: 600;
  border-bottom-color: #7c3aed;
  background: transparent;
  box-shadow: none;
}

.lcm-tab-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.lcm-tab-label {
  line-height: 1;
}

.lcm-tab-badge {
  background: #ef4444;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  line-height: 1.4;
  flex-shrink: 0;
}

/* Live Session Badge */
.lcm-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ef4444 0%, #ec4899 100%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.lcm-live-badge .live-dot {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* ============================================
   TAB CONTENT - HIDE/SHOW
   ============================================ */

.lcm-tab-content {
  margin-top: 0;
}

.lcm-tab-pane {
  display: none !important;
}

.lcm-tab-pane.active {
  display: block !important;
}

/* ============================================
   CURRICULUM
   ============================================ */

.lcm-curriculum {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lcm-module {
  background: white;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 0 0 1px rgba(0,0,0,0.03);
  overflow: hidden;
}

.lcm-module-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: background 0.2s;
}

.lcm-module-header:hover {
  background: #f8fafc;
}

.lcm-module-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 6px;
  transition: transform 0.2s;
  font-size: 0.875rem;
}

.lcm-module.expanded .lcm-module-icon {
  transform: rotate(0deg);
}

.lcm-module:not(.expanded) .lcm-module-icon {
  transform: rotate(-90deg);
}

.lcm-module-info {
  flex: 1;
}

.lcm-module-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
}

.lcm-module-desc {
  margin: 2px 0 0 0;
  font-size: 0.85rem;
  color: #64748b;
}

.lcm-module-progress {
  text-align: right;
}

.lcm-module-progress .progress-percent {
  font-weight: 700;
  color: #3b82f6;
  font-size: 1.125rem;
}

.progress-bar-mini {
  width: 80px;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  margin: 4px 0;
}

.progress-bar-mini .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
  border-radius: 3px;
}

.lcm-module-progress .progress-count {
  font-size: 0.8rem;
  color: #94a3b8;
}

/* Lessons List */
.lcm-lessons-list {
  display: none;
  padding: 0 0.75rem 0.75rem;
}

.lcm-module.expanded .lcm-lessons-list {
  display: block;
}

.lcm-lesson-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  background: #f8fafc;
  border-radius: 10px;
  margin-bottom: 4px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

.lcm-lesson-card:last-child {
  margin-bottom: 0;
}

.lcm-lesson-card:hover {
  background: #eef2ff;
  transform: translateX(3px);
}

.lcm-lesson-card.completed {
  border-left: 3px solid #22c55e;
}

.lcm-lesson-card.in-progress {
  border-left: 3px solid #3b82f6;
}

.lcm-lesson-card.locked {
  border-left: 3px solid #94a3b8;
  opacity: 0.6;
  cursor: not-allowed;
  background: #f1f5f9;
}

.lcm-lesson-card.locked:hover {
  transform: none;
  background: #f1f5f9;
}

.lcm-lesson-card.locked .lcm-lesson-title {
  color: #94a3b8;
}

.lcm-lesson-card.locked .lcm-locked-hint {
  color: #ef4444;
  font-size: 0.75rem;
  font-weight: 500;
}

.lcm-lesson-card.locked .locked-icon-lg {
  font-size: 1.25rem;
  opacity: 0.5;
}

/* Locked Module */
.lcm-module.module-locked {
  opacity: 0.65;
}

.lcm-module.module-locked .lcm-module-header {
  cursor: default;
}

.lcm-module.module-locked .lcm-module-title {
  color: #94a3b8;
}

.lcm-module-lock-msg {
  color: #ef4444;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0.25rem 0 0;
}

.lcm-lesson-status {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  font-size: 0.875rem;
  flex-shrink: 0;
}

.lcm-lesson-info {
  flex: 1;
  min-width: 0;
}

.lcm-lesson-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 550;
  color: #1e293b;
  line-height: 1.3;
}

.lcm-lesson-meta {
  display: flex;
  gap: 0.75rem;
  margin-top: 2px;
  flex-wrap: wrap;
}

.lcm-lesson-meta .meta-item {
  font-size: 0.8rem;
  color: #64748b;
}

.lcm-live-now {
  display: inline-block;
  margin-top: 3px;
  padding: 2px 8px;
  background: #fee2e2;
  color: #dc2626;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  animation: pulse-badge 1.5s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.lcm-upcoming {
  display: inline-block;
  margin-top: 3px;
  padding: 2px 8px;
  background: #dbeafe;
  color: #2563eb;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
}

.lcm-lesson-progress {
  width: 38px;
  text-align: center;
  flex-shrink: 0;
}

.completed-check {
  font-size: 1.125rem;
}

.progress-circle-mini {
  position: relative;
  width: 32px;
  height: 32px;
}

.progress-circle-mini svg {
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
}

.progress-circle-mini .circle-bg {
  fill: none;
  stroke: #e2e8f0;
  stroke-width: 3;
}

.progress-circle-mini .circle-fill {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 3;
  stroke-linecap: round;
}

.progress-circle-mini .circle-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 700;
  color: #64748b;
}

.lcm-lesson-arrow {
  color: #c0c8d4;
  font-size: 1.125rem;
  flex-shrink: 0;
  transition: color 0.2s, transform 0.2s;
}

.lcm-lesson-card:hover .lcm-lesson-arrow {
  color: #667eea;
  transform: translateX(2px);
}

/* ============================================
   LEADERBOARD WIDGET - STUNNING WOW DESIGN
   ============================================ */

/* Full Width Widget */
.lcm-lb-widget-full {
  width: 100%;
}

/* ===== CHAMPIONS ARENA ===== */
.lcm-champions-arena {
  background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
  border-radius: 24px;
  padding: 2rem 1.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

/* Animated Background Stars */
.arena-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.star {
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  animation: twinkle 3s ease-in-out infinite;
}

.star-1 { top: 10%; left: 10%; font-size: 1rem; animation-delay: 0s; }
.star-2 { top: 20%; right: 15%; font-size: 0.875rem; animation-delay: 0.5s; }
.star-3 { top: 40%; left: 5%; font-size: 0.875rem; animation-delay: 1s; }
.star-4 { bottom: 30%; right: 8%; font-size: 0.5rem; animation-delay: 1.5s; }
.star-5 { top: 15%; left: 50%; font-size: 1.125rem; animation-delay: 2s; color: rgba(251, 191, 36, 0.5); }

@keyframes twinkle {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}

.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
}

.orb-1 {
  width: 200px;
  height: 200px;
  background: #fbbf24;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  animation: pulse-orb 4s ease-in-out infinite;
}

.orb-2 {
  width: 150px;
  height: 150px;
  background: #8b5cf6;
  bottom: 20%;
  right: -30px;
  animation: pulse-orb 5s ease-in-out infinite reverse;
}

@keyframes pulse-orb {
  0%, 100% { opacity: 0.3; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.5; transform: translateX(-50%) scale(1.1); }
}

/* Arena Header */
.arena-header {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.trophy-icon {
  font-size: 2.75rem;
  display: block;
  margin-bottom: 0.5rem;
  animation: bounce-trophy 2s ease-in-out infinite;
}

@keyframes bounce-trophy {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-5px) rotate(-5deg); }
  75% { transform: translateY(-5px) rotate(5deg); }
}

.arena-title {
  color: white;
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  background: linear-gradient(135deg, #fff 0%, #fbbf24 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.arena-subtitle {
  color: rgba(255,255,255,0.7);
  font-size: 1.125rem;
  margin: 0.25rem 0 0;
}

/* ===== CHAMPIONS PODIUM ===== */
.champions-podium {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

/* Champion Card */
.champion-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  min-width: 110px;
}

.champion-card.gold { 
  order: 2; 
  min-width: 130px;
}
.champion-card.silver { order: 1; }
.champion-card.bronze { order: 3; }

/* Floating Crown */
.crown-float {
  font-size: 2.25rem;
  animation: crown-bounce 2s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(251, 191, 36, 0.5));
}

@keyframes crown-bounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-8px) rotate(-10deg); }
  50% { transform: translateY(-12px) rotate(0deg); }
  75% { transform: translateY(-8px) rotate(10deg); }
}

/* Champion Rank Label */
.champion-rank {
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.champion-card.gold .champion-rank { color: #fbbf24; }
.champion-card.silver .champion-rank { color: #cbd5e1; }
.champion-card.bronze .champion-rank { color: #fdba74; }

/* Avatar Wrapper */
.champion-avatar-wrap {
  position: relative;
  margin-bottom: 0.75rem;
}

/* Avatar Ring */
.avatar-ring {
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #475569, #64748b);
}

.avatar-ring.gold-ring {
  background: linear-gradient(135deg, #fbbf24, #f59e0b, #fcd34d, #fbbf24);
  background-size: 300% 300%;
  animation: shimmer-gold 3s ease infinite;
  padding: 5px;
}

.avatar-ring.silver-ring {
  background: linear-gradient(135deg, #e2e8f0, #94a3b8, #cbd5e1, #e2e8f0);
  background-size: 300% 300%;
  animation: shimmer-silver 4s ease infinite;
}

.avatar-ring.bronze-ring {
  background: linear-gradient(135deg, #fdba74, #ea580c, #fed7aa, #fdba74);
  background-size: 300% 300%;
  animation: shimmer-bronze 3.5s ease infinite;
}

@keyframes shimmer-gold {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes shimmer-silver {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes shimmer-bronze {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Champion Avatar */
.champion-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
}

.champion-card.gold .champion-avatar {
  width: 72px;
  height: 72px;
  font-size: 2.25rem;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  box-shadow: 0 0 30px rgba(251, 191, 36, 0.5);
}

.champion-card.silver .champion-avatar {
  width: 60px;
  height: 60px;
  font-size: 1.75rem;
  background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
}

.champion-card.bronze .champion-avatar {
  width: 56px;
  height: 56px;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #fdba74 0%, #ea580c 100%);
}

/* Medal Badge */
.medal-badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
  font-size: 1.75rem;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

.medal-badge.gold-medal {
  font-size: 2.25rem;
  animation: medal-shine 2s ease-in-out infinite;
}

@keyframes medal-shine {
  0%, 100% { filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); }
  50% { filter: drop-shadow(0 4px 15px rgba(251, 191, 36, 0.8)); }
}

/* Sparkle Ring for Gold */
.sparkle-ring {
  position: absolute;
  inset: -10px;
  border: 2px dashed rgba(251, 191, 36, 0.4);
  border-radius: 50%;
  animation: rotate-sparkle 10s linear infinite;
}

@keyframes rotate-sparkle {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Champion Info */
.champion-info {
  margin-bottom: 0.5rem;
  text-align: center;
}

.champion-name {
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.champion-card.gold .champion-name {
  font-size: 1.5rem;
  color: #fef3c7;
  max-width: 140px;
}

.champion-score {
  color: rgba(255,255,255,0.95);
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 0.25rem;
}

.champion-score small {
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
  margin-left: 2px;
}

.champion-card.gold .champion-score {
  font-size: 1.75rem;
  color: #fbbf24;
  text-shadow: 0 2px 8px rgba(251, 191, 36, 0.4);
}

/* Champion Stats - Clean Pill Design */
.champion-stats-row {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.6rem;
  border-radius: 20px;
  font-size: 0.875rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
}

.stat-pill.fire {
  background: rgba(251, 146, 60, 0.2);
  border-color: rgba(251, 146, 60, 0.3);
}

.stat-pill.xp {
  background: rgba(250, 204, 21, 0.15);
  border-color: rgba(250, 204, 21, 0.25);
}

.stat-pill .stat-icon {
  font-size: 1rem;
  line-height: 1;
}

.stat-pill .stat-val {
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
}

.champion-card.gold .stat-pill {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.25);
  padding: 0.35rem 0.7rem;
}

.champion-card.gold .stat-pill .stat-val {
  font-size: 1rem;
  color: #fef3c7;
}

/* Legacy stats (keep for compatibility) */
.champion-stats {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.stat-item {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
}

/* Podium Base - Wider */
.podium-base {
  width: 100%;
  max-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 12px 0 0;
  position: relative;
  margin-top: 0.5rem;
}

.base-num {
  font-size: 1.75rem;
  font-weight: 900;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.gold-base {
  height: 80px;
  max-width: 120px;
  background: linear-gradient(180deg, #fbbf24 0%, #d97706 100%);
  box-shadow: 0 -4px 20px rgba(251, 191, 36, 0.4), inset 0 2px 10px rgba(255,255,255,0.3);
}

.gold-base .base-num { font-size: 2.25rem; }

.silver-base {
  height: 55px;
  max-width: 100px;
  background: linear-gradient(180deg, #cbd5e1 0%, #64748b 100%);
  box-shadow: 0 -4px 15px rgba(148, 163, 184, 0.3), inset 0 2px 8px rgba(255,255,255,0.2);
}

.bronze-base {
  height: 40px;
  max-width: 100px;
  background: linear-gradient(180deg, #fdba74 0%, #c2410c 100%);
  box-shadow: 0 -4px 15px rgba(234, 88, 12, 0.3), inset 0 2px 8px rgba(255,255,255,0.2);
}

/* ===== YOUR POSITION CARD ===== */
.lcm-your-position {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
  border-radius: 16px;
  margin-bottom: 1rem;
  border: 2px solid #c7d2fe;
}

.lcm-your-position.in-top3 {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-color: #fbbf24;
}

.yp-left { flex-shrink: 0; }

.yp-rank-circle {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.yp-rank-circle.top3 {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.yp-rank-circle.top10 {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.yp-rank-num {
  color: white;
  font-weight: 800;
  font-size: 1.125rem;
}

.yp-center { flex: 1; }

.yp-title {
  font-weight: 700;
  color: #1e293b;
  font-size: 1.125rem;
}

.yp-subtitle {
  color: #64748b;
  font-size: 1rem;
  margin-top: 0.125rem;
}

.yp-percentile {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.yp-percent-badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}

.yp-percent-badge.excellent { background: #dcfce7; color: #166534; }
.yp-percent-badge.good { background: #dbeafe; color: #1e40af; }
.yp-percent-badge.improve { background: #fef3c7; color: #92400e; }

.yp-of-total {
  color: #64748b;
  font-size: 0.875rem;
}

.yp-right { text-align: right; }

.yp-gap {
  display: flex;
  flex-direction: column;
}

.gap-label {
  font-size: 0.875rem;
  color: #64748b;
}

.gap-value {
  font-weight: 700;
  color: #dc2626;
  font-size: 1.125rem;
}

/* ===== RANKINGS LIST ===== */
.lcm-rankings-section {
  background: white;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 1rem;
}

.rankings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 600;
  color: #64748b;
  font-size: 1rem;
}

.rankings-badge {
  padding: 0.2rem 0.5rem;
  background: #dbeafe;
  color: #1e40af;
  border-radius: 6px;
  font-size: 0.875rem;
}

.lcm-rankings-list {
  max-height: 300px;
  overflow-y: auto;
}

.ranking-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.15s;
}

.ranking-row:last-child { border-bottom: none; }

.ranking-row:hover {
  background: #f8fafc;
}

.ranking-row.is-you {
  background: linear-gradient(90deg, #dbeafe 0%, #eff6ff 100%);
  border-left: 4px solid #3b82f6;
}

.ranking-pos {
  width: 28px;
  text-align: center;
}

.pos-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #f1f5f9;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #64748b;
}

.ranking-avatar {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.ranking-info { flex: 1; min-width: 0; }

.ranking-name {
  font-weight: 500;
  color: #1e293b;
  font-size: 1.125rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ranking-meta {
  font-size: 0.875rem;
  color: #94a3b8;
}

.ranking-score {
  text-align: right;
  flex-shrink: 0;
}

.score-val {
  font-weight: 700;
  color: #3b82f6;
  font-size: 1.125rem;
}

.score-label {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-left: 2px;
}

/* ===== VIEW FULL BUTTON ===== */
.lcm-view-full-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.lcm-view-full-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.btn-arrow {
  font-size: 1.5rem;
  transition: transform 0.2s;
}

.lcm-view-full-btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* Legacy styles kept for compatibility */
.lcm-btn-secondary {
  display: block;
  text-align: center;
  padding: 0.75rem;
  background: #f1f5f9;
  color: #3b82f6;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}

.lcm-btn-secondary:hover {
  background: #e2e8f0;
}

/* ============================================
   STUDY MATERIALS / RESOURCES
   ============================================ */

.lcm-resources-container {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.resources-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.resources-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.25rem;
}

.resources-subtitle {
  color: #64748b;
  font-size: 1.125rem;
  margin: 0;
}

/* Resource Category */
.resource-category {
  margin-bottom: 2rem;
}

.resource-category:last-child {
  margin-bottom: 0;
}

.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f1f5f9;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.category-count {
  font-size: 1rem;
  color: #64748b;
  background: #f1f5f9;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
}

/* Resource Grid */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

/* Resource Card */
.resource-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.resource-card:hover {
  background: #f1f5f9;
  border-color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.resource-card.featured {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 30%, #fef3c7 100%);
  border-color: #fbbf24;
}

.resource-card.featured:hover {
  border-color: #f59e0b;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3);
}

/* Resource Icon */
.resource-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  flex-shrink: 0;
}

.resource-card.featured .resource-icon {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

/* Resource Info */
.resource-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.resource-title {
  font-weight: 600;
  color: #1e293b;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.resource-desc {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.3;
}

.resource-meta {
  font-size: 0.875rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.download-count {
  color: #3b82f6;
  font-weight: 500;
}

/* Download Icon */
.resource-download-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e7ff;
  color: #3b82f6;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.2s;
}

.resource-card:hover .resource-download-icon {
  background: #3b82f6;
  color: white;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .lcm-champions-arena {
    padding: 1.5rem 1rem 0;
  }
  
  .arena-title { font-size: 1.5rem; }
  .trophy-icon { font-size: 2.25rem; }
  
  .champion-card.gold .champion-avatar { width: 60px; height: 60px; font-size: 1.75rem; }
  .champion-card.silver .champion-avatar,
  .champion-card.bronze .champion-avatar { width: 48px; height: 48px; font-size: 1.5rem; }
  
  .gold-base { height: 60px; width: 85px; }
  .silver-base { height: 45px; width: 80px; }
  .bronze-base { height: 35px; width: 80px; }
  
  .champion-name { font-size: 0.875rem; max-width: 70px; }
  .champion-score { font-size: 1.125rem; }
  .champion-card.gold .champion-score { font-size: 1.5rem; }
  
  .champion-stats-row { gap: 0.35rem; }
  .stat-pill { padding: 0.15rem 0.35rem; font-size: 0.875rem; }
  .stat-pill .stat-icon { font-size: 0.875rem; }
  .stat-pill .stat-val { font-size: 0.875rem; }
}

/* ============================================
   EMPTY & MISC
   ============================================ */

.lcm-empty {
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.empty-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.lcm-empty h3 {
  margin: 0 0 0.5rem 0;
  color: #1e293b;
}

.lcm-empty p {
  margin: 0;
  color: #64748b;
}

/* Upcoming Class */
.lcm-upcoming-class {
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
  border-radius: 16px;
  border: 1px solid #e0e7ff;
}

.upcoming-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.lcm-upcoming-class h2 {
  font-size: 1.75rem;
  color: #1e293b;
  margin: 0;
  font-weight: 700;
}

.upcoming-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.upcoming-date-chip,
.upcoming-time-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.125rem;
  color: #475569;
  background: white;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
}

.upcoming-time-chip {
  color: #4f46e5;
  font-weight: 600;
  border-color: #c7d2fe;
  background: #eef2ff;
}

/* Countdown Grid */
.lcm-countdown-wrapper {
  margin-bottom: 24px;
}

.lcm-cd-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lcm-cd-block {
  background: white;
  border-radius: 12px;
  padding: 14px 8px;
  min-width: 72px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.lcm-cd-num {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.lcm-cd-unit {
  font-size: 0.875rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.lcm-cd-sep {
  font-size: 1.75rem;
  font-weight: 700;
  color: #cbd5e1;
  padding-bottom: 18px;
}

/* Urgent state - under 5 min */
.lcm-cd-block.urgent {
  border-color: #fca5a5;
  background: #fef2f2;
}
.lcm-cd-block.urgent .lcm-cd-num {
  color: #dc2626;
}

/* Starting soon pulse */
.lcm-starting-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #dc2626;
}

.lcm-pulse-ring {
  width: 12px;
  height: 12px;
  background: #dc2626;
  border-radius: 50%;
  animation: lcm-pulse 1.5s ease-in-out infinite;
}

@keyframes lcm-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(220, 38, 38, 0); }
}

/* Join Class Button */
.lcm-btn-join-class {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.3);
}

.lcm-btn-join-class:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
  color: white;
}

/* ============================================
   CERTIFICATE CTA
   ============================================ */

.lcm-cert-cta {
  margin: 0.75rem 0 0;
}
.lcm-cert-cta-inner {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.75rem 1.25rem; border-radius: 12px;
  text-decoration: none; transition: all 0.2s;
  border: 1.5px solid transparent;
}
.lcm-cert-cta-inner:hover { transform: translateY(-1px); }
.lcm-cert-cta-inner.earned {
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border-color: #f59e0b; color: #92400e;
}
.lcm-cert-cta-inner.earned:hover { background: linear-gradient(135deg, #fef3c7, #fde68a); }
.lcm-cert-cta-inner.eligible {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border-color: #22c55e; color: #166534;
  animation: lcmCertPulse 2s ease-in-out infinite;
}
@keyframes lcmCertPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0.2); }
  50% { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
}
.lcm-cert-cta-inner.locked {
  background: #f8fafc; border-color: #e2e8f0; color: #94a3b8;
}
.lcm-cert-cta-icon { font-size: 1.75rem; flex-shrink: 0; }
.lcm-cert-cta-text {
  flex: 1; display: flex; flex-direction: column; line-height: 1.3;
}
.lcm-cert-cta-text strong { font-size: 1.125rem; }
.lcm-cert-cta-text small { font-size: 0.875rem; opacity: 0.8; }

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  .lcm-course-page {
    padding: 1rem;
  }
  
  .lcm-header-top {
    flex-direction: column;
  }
  
  .lcm-header-right {
    width: 100%;
    align-items: stretch;
    flex-direction: column-reverse;
  }
  
  .lcm-stats-card {
    width: 100%;
  }
  
  .lcm-stats-card-inner {
    justify-content: center;
  }
  
  .lcm-cta-btn {
    text-align: center;
  }
  
  .lcm-cta-group {
    width: 100%;
    justify-content: stretch;
  }
  
  .lcm-cta-group .lcm-cta-btn {
    flex: 1;
    text-align: center;
  }
  
  .lcm-tabs-bar {
    padding: 0 0.5rem;
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }
  
  .lcm-tabs-scroll-wrapper {
    mask-image: linear-gradient(to right, transparent 0, #000 4px, #000 calc(100% - 20px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 4px, #000 calc(100% - 20px), transparent 100%);
  }

  .lcm-tab {
    padding: 0.75rem 1rem;
    font-size: 1.125rem;
    gap: 0.375rem;
  }

  .lcm-tab-icon {
    font-size: 1.125rem;
  }
  
  .lcm-tabs-left {
    flex-wrap: nowrap;
  }
  
  .lcm-live-badge {
    justify-content: center;
  }
  
  .lcm-meta-row {
    width: 100%;
  }
  
  .lcm-quick-stats {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  
  .lcm-course-title {
    font-size: 1.75rem;
  }
  
  .lcm-lesson-meta {
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .progress-bar-mini {
    width: 70px;
  }
}

/* Continue Where You Left Off toast */
.lcm-continue-toast {
  position: fixed; bottom: 24px; left: 24px; z-index: 9998;
  display: flex; align-items: center; gap: 14px;
  background: #fff; border-radius: 16px; padding: 14px 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.04);
  min-width: 320px; max-width: 420px;
  opacity: 0; transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.lcm-continue-toast.lcm-toast-visible { opacity: 1; transform: translateY(0); }
.lcm-continue-toast-icon { font-size: 28px; line-height: 1; flex-shrink: 0; }
.lcm-continue-toast-body { flex: 1; min-width: 0; }
.lcm-continue-toast-label { font-size: 10px; font-weight: 700; color: #6366f1; text-transform: uppercase; letter-spacing: 0.06em; }
.lcm-continue-toast-title { font-size: 14px; font-weight: 700; color: #0f172a; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lcm-continue-toast-progress { font-size: 12px; color: #64748b; margin-top: 2px; }
.lcm-continue-toast-btn {
  padding: 10px 16px; border-radius: 10px; background: linear-gradient(135deg,#6366f1,#7c3aed); color: #fff;
  font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap;
  box-shadow: 0 3px 10px rgba(99,102,241,0.25); transition: all 0.2s;
}
.lcm-continue-toast-btn:hover { color: #fff; box-shadow: 0 5px 16px rgba(99,102,241,0.35); transform: translateY(-1px); }
.lcm-continue-toast-close {
  background: none; border: none; color: #cbd5e1; cursor: pointer;
  font-size: 16px; padding: 4px 8px; border-radius: 6px; flex-shrink: 0;
  transition: all 0.15s;
}
.lcm-continue-toast-close:hover { color: #64748b; background: #f1f5f9; }
@media (max-width: 600px) {
  .lcm-continue-toast { left: 12px; right: 12px; bottom: 12px; min-width: 0; }
  .lcm-continue-toast-icon { font-size: 24px; }
}
