﻿/* ==========================================================================
   CAPY CLASS â€” BOLD COLOR OVERRIDE LAYER  v9.0.0
   Loaded after styles.css. Replaces flat white/gray surfaces with
   rich, vivid, gamified colour everywhere.
   ========================================================================== */

/* --------------------------------------------------------------------------
   BODY â€” Punchy animated mesh background
-------------------------------------------------------------------------- */
body {
  background:
    radial-gradient(ellipse at 15% 10%,  rgba(16, 185, 129, 0.22) 0px, transparent 42%),
    radial-gradient(ellipse at 85% 8%,   rgba(59, 130, 246, 0.18) 0px, transparent 42%),
    radial-gradient(ellipse at 55% 55%,  rgba(139, 92, 246, 0.12) 0px, transparent 45%),
    radial-gradient(ellipse at 10% 80%,  rgba(245, 158, 11, 0.14) 0px, transparent 42%),
    radial-gradient(ellipse at 90% 85%,  rgba(239, 68, 68, 0.10)  0px, transparent 42%),
    linear-gradient(165deg, #e8f8f1 0%, #edf3fb 40%, #f3eefb 70%, #fdf5e8 100%) !important;
  background-attachment: fixed !important;
}

/* --------------------------------------------------------------------------
   SIDEBAR â€” deep forest gradient, unchanged
-------------------------------------------------------------------------- */
.side-menu {
  background: linear-gradient(180deg, #082318 0%, #040e08 100%);
}

/* --------------------------------------------------------------------------
   TOPBAR â€” vivid glass strip
-------------------------------------------------------------------------- */
.topbar {
  background: linear-gradient(135deg,
    rgba(255,255,255,0.96) 0%,
    rgba(240,253,244,0.96) 50%,
    rgba(239,246,255,0.96) 100%) !important;
  border: 1.5px solid rgba(16, 185, 129, 0.28) !important;
  box-shadow: 0 6px 28px rgba(16, 185, 129, 0.12), 0 2px 8px rgba(59,130,246,0.06) !important;
}

/* --------------------------------------------------------------------------
   HERO PANEL â€” rainbow gradient sweep
-------------------------------------------------------------------------- */
.hero-panel {
  background: linear-gradient(135deg,
    #ecfdf5 0%,
    #f0fdf4 25%,
    #eff6ff 60%,
    #f5f3ff 100%) !important;
  border: 2px solid rgba(16, 185, 129, 0.30) !important;
  box-shadow: 0 8px 32px rgba(16,185,129,0.12) !important;
}

/* --------------------------------------------------------------------------
   METRIC CARDS â€” vivid explicit color classes
-------------------------------------------------------------------------- */
.metric-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.25) !important;
  position: relative;
  overflow: hidden;
  transition: transform 180ms cubic-bezier(0.34,1.56,0.64,1), box-shadow 180ms ease !important;
}
.metric-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, transparent 60%);
  pointer-events: none;
}
.metric-card:hover {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}
.metric-card.mc-blue {
  background: linear-gradient(145deg, #dbeafe 0%, #bfdbfe 50%, #eff6ff 100%) !important;
  border-color: rgba(59,130,246,0.45) !important;
  box-shadow: 0 4px 16px rgba(59,130,246,0.18) !important;
}
.metric-card.mc-blue strong { color: #1d4ed8 !important; }
.metric-card.mc-green {
  background: linear-gradient(145deg, #bbf7d0 0%, #86efac 50%, #dcfce7 100%) !important;
  border-color: rgba(16,185,129,0.45) !important;
  box-shadow: 0 4px 16px rgba(16,185,129,0.2) !important;
}
.metric-card.mc-green strong { color: #065f46 !important; }
.metric-card.mc-orange {
  background: linear-gradient(145deg, #fed7aa 0%, #fdba74 50%, #fff7ed 100%) !important;
  border-color: rgba(249,115,22,0.45) !important;
  box-shadow: 0 4px 16px rgba(249,115,22,0.18) !important;
}
.metric-card.mc-orange strong { color: #c2410c !important; }
.metric-card.mc-purple {
  background: linear-gradient(145deg, #ddd6fe 0%, #c4b5fd 50%, #f5f3ff 100%) !important;
  border-color: rgba(139,92,246,0.45) !important;
  box-shadow: 0 4px 16px rgba(139,92,246,0.18) !important;
}
.metric-card.mc-purple strong { color: #5b21b6 !important; }
.metric-card.mc-teal {
  background: linear-gradient(145deg, #99f6e4 0%, #5eead4 50%, #f0fdfa 100%) !important;
  border-color: rgba(20,184,166,0.45) !important;
  box-shadow: 0 4px 16px rgba(20,184,166,0.2) !important;
}
.metric-card.mc-teal strong { color: #0f766e !important; }

/* keep backward compat with old nth-child rules that may appear on other screens */
.metric-card:not([class*="mc-"]):nth-child(1) {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-color: rgba(59,130,246,0.3) !important;
}
.metric-card:not([class*="mc-"]):nth-child(2) {
  background: linear-gradient(135deg, #f0fdf4 0%, #bbf7d0 100%) !important;
  border-color: rgba(16,185,129,0.35) !important;
}
.metric-card:not([class*="mc-"]):nth-child(3) {
  background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 100%) !important;
  border-color: rgba(139,92,246,0.35) !important;
}
.metric-card:not([class*="mc-"]):nth-child(4) {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
  border-color: rgba(245,158,11,0.35) !important;
}
.metric-card:not([class*="mc-"]):nth-child(5) {
  background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%) !important;
  border-color: rgba(20,184,166,0.35) !important;
}


/* --------------------------------------------------------------------------
   SUBJECT CARDS â€” coloured left-edge with warm gradient fill
-------------------------------------------------------------------------- */
.subject-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 2px solid rgba(16,185,129,0.18) !important;
}
.subject-card:hover {
  background: linear-gradient(135deg, #f0fdf4 0%, #e0f2fe 100%) !important;
  border-color: rgba(16,185,129,0.55) !important;
}

/* Give every subject mark a unique hue via nth-child */
.subject-card:nth-child(1) .subject-mark { background: linear-gradient(135deg,#2563eb,#1d4ed8) !important; }
.subject-card:nth-child(2) .subject-mark { background: linear-gradient(135deg,#10b981,#059669) !important; }
.subject-card:nth-child(3) .subject-mark { background: linear-gradient(135deg,#8b5cf6,#6d28d9) !important; }
.subject-card:nth-child(4) .subject-mark { background: linear-gradient(135deg,#f59e0b,#d97706) !important; }
.subject-card:nth-child(5) .subject-mark { background: linear-gradient(135deg,#ef4444,#dc2626) !important; }
.subject-card:nth-child(6) .subject-mark { background: linear-gradient(135deg,#0d9488,#0f766e) !important; }
.subject-card:nth-child(7) .subject-mark { background: linear-gradient(135deg,#ec4899,#db2777) !important; }
.subject-card:nth-child(8) .subject-mark { background: linear-gradient(135deg,#f97316,#ea580c) !important; }
.subject-card:nth-child(n+9) .subject-mark { background: linear-gradient(135deg,#06b6d4,#0891b2) !important; }

/* --------------------------------------------------------------------------
   QUIZ PANEL â€” bold tinted card
-------------------------------------------------------------------------- */
.quiz-panel {
  background: linear-gradient(160deg, #f0fdf4 0%, #eff6ff 100%) !important;
  border: 2px solid rgba(16,185,129,0.28) !important;
}

/* --------------------------------------------------------------------------
   SUPPORT / SIDE PANELS
-------------------------------------------------------------------------- */
.support-panel {
  background: linear-gradient(135deg, #fffbeb 0%, #fef9c3 100%) !important;
  border: 1.5px solid rgba(245,158,11,0.28) !important;
}
.support-panel:nth-child(2) {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%) !important;
  border-color: rgba(139,92,246,0.28) !important;
}

/* --------------------------------------------------------------------------
   GOAL PANEL & ACTIVITY PANEL
-------------------------------------------------------------------------- */
.goal-panel {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.22) !important;
}
.activity-panel {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border: 1.5px solid rgba(59,130,246,0.22) !important;
}

/* --------------------------------------------------------------------------
   SCHEDULE CARDS
-------------------------------------------------------------------------- */
.schedule-form-panel {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.22) !important;
}
.assignment-panel {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
  border: 1.5px solid rgba(245,158,11,0.25) !important;
}
.schedule-day-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
}
.schedule-day-card.is-today {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%) !important;
  border-color: rgba(16,185,129,0.5) !important;
}
.schedule-row {
  background: #ffffff !important;
}

/* --------------------------------------------------------------------------
   NOTE CARDS â€” warm creamy with a coloured top strip
-------------------------------------------------------------------------- */
.note-card {
  background: linear-gradient(160deg, #fffbeb 0%, #fef3c7 60%, #fff8e6 100%) !important;
  border: 1.5px solid rgba(245,158,11,0.28) !important;
}
.note-card:nth-child(even) {
  background: linear-gradient(160deg, #f0fdf4 0%, #dcfce7 60%, #ecfdf5 100%) !important;
  border-color: rgba(16,185,129,0.28) !important;
}
.note-card:nth-child(3n) {
  background: linear-gradient(160deg, #f5f3ff 0%, #ede9fe 60%, #faf5ff 100%) !important;
  border-color: rgba(139,92,246,0.28) !important;
}

/* --------------------------------------------------------------------------
   NOTE FORM & PANEL
-------------------------------------------------------------------------- */
.note-form {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.22) !important;
}

/* --------------------------------------------------------------------------
   PROFILE HERO
-------------------------------------------------------------------------- */
.profile-hero {
  background: linear-gradient(135deg, #f0fdf4 0%, #eff6ff 50%, #f5f3ff 100%) !important;
  border: 2px solid rgba(16,185,129,0.28) !important;
}

/* --------------------------------------------------------------------------
   AUTH CHOICE CARDS
-------------------------------------------------------------------------- */
.auth-choice-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%) !important;
  border: 2px solid rgba(16,185,129,0.22) !important;
}
.auth-choice-card.is-signup {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-color: rgba(59,130,246,0.28) !important;
}
.auth-choice-card:hover {
  box-shadow: 0 12px 36px rgba(16,185,129,0.18) !important;
}
.auth-choice-card.is-signup:hover {
  box-shadow: 0 12px 36px rgba(59,130,246,0.18) !important;
}

/* --------------------------------------------------------------------------
   PROFILE CARDS
-------------------------------------------------------------------------- */
.profile-card:nth-child(1) {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border-color: rgba(16,185,129,0.22) !important;
}
.profile-card:nth-child(2) {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
  border-color: rgba(245,158,11,0.22) !important;
}
.profile-card:nth-child(3) {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-color: rgba(59,130,246,0.22) !important;
}

/* --------------------------------------------------------------------------
   LEVEL / ACHIEVEMENT / COMPLETION PANELS
-------------------------------------------------------------------------- */
.level-panel {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
  border: 1.5px solid rgba(245,158,11,0.28) !important;
}
.achievement-panel {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%) !important;
  border: 1.5px solid rgba(139,92,246,0.25) !important;
}
.subject-progress-panel {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.25) !important;
}
.completion-card:nth-child(1) {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-color: rgba(59,130,246,0.22) !important;
}
.completion-card:nth-child(2) {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border-color: rgba(16,185,129,0.22) !important;
}
.completion-card:nth-child(3) {
  background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 100%) !important;
  border-color: rgba(139,92,246,0.22) !important;
}

/* --------------------------------------------------------------------------
   STREAK TOOL CARDS
-------------------------------------------------------------------------- */
.streak-tool-card:nth-child(1) {
  background: linear-gradient(135deg, #fff1f2 0%, #fee2e2 100%) !important;
  border: 1.5px solid rgba(239,68,68,0.25) !important;
}
.streak-tool-card:nth-child(2) {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
  border: 1.5px solid rgba(245,158,11,0.25) !important;
}
.streak-tool-card:nth-child(3) {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.25) !important;
}

/* --------------------------------------------------------------------------
   SHOP ITEM CARDS â€” rainbow rotation
-------------------------------------------------------------------------- */
.shop-item-card:nth-child(4n+1) { background: linear-gradient(135deg,#eff6ff,#dbeafe) !important; border-color:rgba(59,130,246,.25) !important; }
.shop-item-card:nth-child(4n+2) { background: linear-gradient(135deg,#f0fdf4,#dcfce7) !important; border-color:rgba(16,185,129,.25) !important; }
.shop-item-card:nth-child(4n+3) { background: linear-gradient(135deg,#fffbeb,#fef3c7) !important; border-color:rgba(245,158,11,.25) !important; }
.shop-item-card:nth-child(4n+4) { background: linear-gradient(135deg,#faf5ff,#ede9fe) !important; border-color:rgba(139,92,246,.25) !important; }

/* --------------------------------------------------------------------------
   SETTINGS CARDS â€” alternating cool/warm
-------------------------------------------------------------------------- */
.settings-card:nth-child(odd) {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.18) !important;
}
.settings-card:nth-child(even) {
  background: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 100%) !important;
  border: 1.5px solid rgba(59,130,246,0.18) !important;
}

/* --------------------------------------------------------------------------
   V7 STUDIO / BACKUP CARDS
-------------------------------------------------------------------------- */
.v7-card {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%) !important;
  border: 1.5px solid rgba(59,130,246,0.15) !important;
}

/* --------------------------------------------------------------------------
   FUN LAB CARDS
-------------------------------------------------------------------------- */
.fun-pet-card {
  background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 60%, #ffedd5 100%) !important;
  border: 1.5px solid rgba(251,146,60,0.35) !important;
}
.fun-map-card {
  background: linear-gradient(135deg, #fef3c7 0%, #dcfce7 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.3) !important;
}
.fun-reward-card {
  background: linear-gradient(135deg, #f5f3ff 0%, #e9d5ff 100%) !important;
  border: 1.5px solid rgba(139,92,246,0.35) !important;
}
.engagement-card {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border: 1.5px solid rgba(59,130,246,0.2) !important;
}
.engagement-card:nth-child(even) {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border-color: rgba(16,185,129,0.22) !important;
}

/* --------------------------------------------------------------------------
   MP DAILY CARD â€” sunburst gold
-------------------------------------------------------------------------- */
.mp-daily-card {
  background: linear-gradient(135deg, #fef9c3 0%, #fde68a 40%, #fbbf24 100%) !important;
  border: 2px solid rgba(245,158,11,0.5) !important;
  box-shadow: 0 6px 20px rgba(245,158,11,0.18) !important;
}

/* --------------------------------------------------------------------------
   EXPERIENCE & SUBJECT DETAIL PANELS
-------------------------------------------------------------------------- */
.experience-panel {
  background: linear-gradient(135deg, #fafffe 0%, #f0fdf4 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.18) !important;
}
.experience-card:nth-child(1) {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-color: rgba(59,130,246,0.2) !important;
}
.experience-card:nth-child(2) {
  background: linear-gradient(135deg, #faf5ff 0%, #ede9fe 100%) !important;
  border-color: rgba(139,92,246,0.2) !important;
}
.subject-detail {
  background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%) !important;
  border: 1.5px solid rgba(59,130,246,0.15) !important;
}

/* --------------------------------------------------------------------------
   AI PANEL SURFACES
-------------------------------------------------------------------------- */
.ai-panel {
  background: linear-gradient(160deg, #f0fdf4 0%, #ecfdf5 60%, #eff6ff 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.22) !important;
}
.ai-settings {
  background: linear-gradient(90deg, #f0fdf4 0%, #eff6ff 100%) !important;
  border-bottom: 1.5px solid rgba(16,185,129,0.18) !important;
}
.ai-history-panel {
  background: linear-gradient(180deg, #f5f3ff 0%, #ede9fe 100%) !important;
  border-right: 1.5px solid rgba(139,92,246,0.18) !important;
}
.ai-chat-form {
  background: linear-gradient(90deg, #f0fdf4 0%, #ecfdf5 100%) !important;
}

/* --------------------------------------------------------------------------
   MOBILE HEADER â€” branded gradient
-------------------------------------------------------------------------- */
.mobile-header {
  background: linear-gradient(90deg,
    rgba(240,253,244,0.96) 0%,
    rgba(239,246,255,0.96) 100%) !important;
  border-bottom: 1.5px solid rgba(16,185,129,0.22) !important;
}

/* --------------------------------------------------------------------------
   MOBILE TAB BAR â€” frosted forest tint
-------------------------------------------------------------------------- */
.mobile-tab-bar {
  background: linear-gradient(0deg,
    rgba(240,253,244,0.96) 0%,
    rgba(255,255,255,0.96) 100%) !important;
  border-top: 1.5px solid rgba(16,185,129,0.2) !important;
}

/* Active tab gets a vivid pill */
.mobile-tab.is-active {
  background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%) !important;
  color: #065f46 !important;
}

/* --------------------------------------------------------------------------
   SECTION HEAD â€” subtle tint banner behind titles
-------------------------------------------------------------------------- */
.section-head {
  padding: 14px 20px;
  margin: -4px -8px 20px;
  background: linear-gradient(90deg, rgba(16,185,129,0.07) 0%, transparent 100%);
  border-radius: 14px;
  border-left: 4px solid var(--green);
}

/* --------------------------------------------------------------------------
   CONTROL PANEL (grade/difficulty switcher)
-------------------------------------------------------------------------- */
.control-panel {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 60%, #eff6ff 100%) !important;
  border: 1.5px solid rgba(16,185,129,0.2) !important;
}

/* --------------------------------------------------------------------------
   GOAL ITEMS â€” alternating green/blue/amber tints
-------------------------------------------------------------------------- */
.goal-item:nth-child(3n+1) { background: linear-gradient(90deg,#f0fdf4,#ecfdf5) !important; }
.goal-item:nth-child(3n+2) { background: linear-gradient(90deg,#eff6ff,#e0f2fe) !important; }
.goal-item:nth-child(3n+3) { background: linear-gradient(90deg,#fffbeb,#fef3c7) !important; }
.goal-item.is-done { background: linear-gradient(90deg,#dcfce7,#bbf7d0) !important; }

/* --------------------------------------------------------------------------
   ACHIEVEMENT ITEMS
-------------------------------------------------------------------------- */
.achievement-item:nth-child(4n+1) { background: linear-gradient(135deg,#eff6ff,#dbeafe) !important; }
.achievement-item:nth-child(4n+2) { background: linear-gradient(135deg,#f0fdf4,#dcfce7) !important; }
.achievement-item:nth-child(4n+3) { background: linear-gradient(135deg,#fffbeb,#fef3c7) !important; }
.achievement-item:nth-child(4n+4) { background: linear-gradient(135deg,#faf5ff,#ede9fe) !important; }
.achievement-item.is-unlocked {
  background: linear-gradient(135deg,#dcfce7,#86efac) !important;
  border: 1.5px solid rgba(16,185,129,0.45) !important;
  box-shadow: 0 2px 10px rgba(16,185,129,0.15) !important;
}

/* --------------------------------------------------------------------------
   STREAK CALENDAR DAYS
-------------------------------------------------------------------------- */
.streak-day { background: #f1f5f9 !important; }
.streak-day.is-studied {
  background: linear-gradient(135deg,#10b981,#059669) !important;
  box-shadow: 0 2px 8px rgba(16,185,129,0.3) !important;
}

/* --------------------------------------------------------------------------
   PROGRESS TRACKS â€” vivid fills
-------------------------------------------------------------------------- */
.xp-track span {
  background: linear-gradient(90deg, #059669 0%, #10b981 50%, #34d399 100%) !important;
}
.boss-health-track span {
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 60%, #f97316 100%) !important;
}
.progress-track span {
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 60%, #60a5fa 100%) !important;
}

/* --------------------------------------------------------------------------
   FUN MAP â€” more vivid island
-------------------------------------------------------------------------- */
.fun-map {
  background: linear-gradient(135deg, #fde68a 0%, #bbf7d0 50%, #bfdbfe 100%) !important;
  border: 1.5px solid rgba(245,158,11,0.3) !important;
}

/* --------------------------------------------------------------------------
   TOASTS
-------------------------------------------------------------------------- */
.app-toast.is-good {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
}
.app-toast.is-bad {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
}

/* --------------------------------------------------------------------------
   VERSION BADGE
-------------------------------------------------------------------------- */
.version-counter {
  background: linear-gradient(135deg,rgba(16,185,129,0.15),rgba(59,130,246,0.15)) !important;
  border: 1.5px solid rgba(16,185,129,0.45) !important;
  color: #065f46 !important;
  font-weight: 900 !important;
}

/* ==========================================================================
   STUDIEKALENDER & AKTIVITETSLOGG (Stress-Free Activity Tracker)
   ========================================================================== */

.calendar-banner {
  padding: 16px 20px;
  background: linear-gradient(135deg, #ecfdf5 0%, #eff6ff 100%);
  border: 1.5px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.calendar-banner strong {
  display: block;
  font-size: 1.05rem;
  color: #065f46;
  margin-bottom: 4px;
}
.calendar-banner p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}

.calendar-layout-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 20px;
}

.calendar-main-card {
  grid-column: 1 / -1;
  background: linear-gradient(160deg, #ffffff 0%, #f0fdf4 100%) !important;
  border: 2px solid rgba(16, 185, 129, 0.25) !important;
}

.calendar-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.calendar-hint {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}

.calendar-weekdays-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.calendar-weekdays-row span {
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--forest);
  text-transform: uppercase;
}

.interactive-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.interactive-day-tile {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #f8fafc !important;
  border: 1.5px solid rgba(11, 34, 26, 0.08);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform 140ms cubic-bezier(0.16, 1, 0.3, 1), border-color 140ms ease, box-shadow 140ms ease !important;
  padding: 4px;
}
.interactive-day-tile:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: var(--green);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}
.interactive-day-tile.is-studied {
  background: linear-gradient(135deg, #dcfce7 0%, #86efac 100%) !important;
  border-color: #10b981;
  color: #065f46;
  font-weight: 850;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}
.interactive-day-tile.is-today {
  border: 2px solid #2563eb !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}
.interactive-day-tile.is-selected-day {
  border-color: #f59e0b !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.4) !important;
  transform: scale(1.06);
}
.interactive-day-tile .day-num {
  font-size: 0.92rem;
  font-weight: 800;
}
.interactive-day-tile .day-icon {
  font-size: 0.82rem;
  line-height: 1;
}

.calendar-detail-card {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border: 1.5px solid rgba(59, 130, 246, 0.28) !important;
}
.detail-card-head {
  margin-bottom: 12px;
}
.day-activity-badge-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.day-activity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  box-shadow: var(--shadow-xs);
  animation: messagePop 180ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.day-activity-item span {
  font-size: 1.2rem;
  line-height: 1;
}

/* ==========================================================================
   QUIZ EXPLANATION CARD & BIG NEXT QUESTION BUTTON (Features 2, 10, 13)
   ========================================================================== */

.quiz-explanation-card {
  margin-top: 14px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
  border: 2px solid #10b981;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: ccRiseIn 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.explanation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.explanation-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 850;
}
.explanation-badge.is-good {
  background: #dcfce7;
  color: #065f46;
}
.explanation-badge.is-bad {
  background: #fee2e2;
  color: #991b1b;
}

.explanation-points {
  font-size: 0.92rem;
  font-weight: 850;
  color: #d97706;
}

.explanation-text {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 600;
}

.explanation-action-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.big-next-btn {
  flex: 1;
  min-height: 50px !important;
  font-size: 1.08rem !important;
  padding: 12px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}
.big-next-btn small {
  font-size: 0.78rem;
  opacity: 0.85;
  font-weight: 700;
}

.ask-ai-expl-btn {
  min-height: 50px !important;
  font-size: 0.94rem !important;
  padding: 10px 20px !important;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%) !important;
  border-color: #bfdbfe !important;
  color: #1d4ed8 !important;
}
.ask-ai-expl-btn:hover {
  background: #ffffff !important;
  border-color: #3b82f6 !important;
}

/* ==========================================================================
   RICH EMPTY STATES (Feature 3)
   ========================================================================== */

.rich-empty-state {
  padding: 36px 24px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
  border: 2px dashed rgba(16, 185, 129, 0.35);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.empty-state-icon {
  font-size: 2.8rem;
  line-height: 1;
  animation: mascotWiggle 3s ease-in-out infinite;
}
.rich-empty-state h4 {
  font-size: 1.2rem;
  font-weight: 850;
  color: var(--ink);
}
.rich-empty-state .mini-copy {
  max-width: 420px;
  color: var(--muted);
}
.empty-state-cta {
  margin-top: 8px;
}

/* ==========================================================================
   APP MODAL SYSTEM (Features 1 & 6: Onboarding & Level-Up)
   ========================================================================== */

.app-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10005;
  background: rgba(7, 31, 23, 0.65);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: ccModalFadeIn 220ms ease-out;
}
.app-modal-backdrop[hidden] {
  display: none !important;
}

@keyframes ccModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.app-modal-card {
  width: 100%;
  max-width: 520px;
  background: linear-gradient(160deg, #ffffff 0%, #f0fdf4 100%);
  border: 2px solid rgba(16, 185, 129, 0.35);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 32px 36px;
  animation: ccModalCardSlide 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

@keyframes ccModalCardSlide {
  from { transform: scale(0.92) translateY(16px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}

.onboarding-card .onboarding-step {
  display: none;
  flex-direction: column;
  gap: 14px;
}
.onboarding-card .onboarding-step.is-active {
  display: flex;
}
.onboarding-mascot {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-bottom: -4px;
}
.onboarding-card h2 {
  font-size: 1.45rem;
  font-weight: 850;
  color: var(--ink);
  line-height: 1.25;
}
.onboarding-grade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
}
.onboarding-choice-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-bottom: 4px solid #cbd5e1;
  border-radius: var(--radius-md);
  cursor: pointer;
  text-align: left;
  transition: transform var(--fast), border-color var(--fast), box-shadow var(--fast);
}
.onboarding-choice-btn:hover {
  border-color: #10b981;
  border-bottom-color: #059669;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.2);
}
.onboarding-choice-btn strong {
  font-size: 1.15rem;
  color: var(--ink);
}
.onboarding-choice-btn span {
  font-size: 0.78rem;
  color: var(--muted);
}

.onboarding-subject-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  max-height: 240px;
  overflow-y: auto;
  margin-top: 8px;
}
.onboarding-subject-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 750;
  transition: transform var(--fast), border-color var(--fast);
}
.onboarding-subject-btn:hover, .onboarding-subject-btn.is-selected {
  border-color: #10b981;
  background: #dcfce7;
  color: #065f46;
  transform: translateY(-2px);
}
.onboarding-subj-icon {
  font-weight: 850;
  color: #059669;
}

.onboarding-feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0;
}
.onboarding-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #ffffff;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
}
.onboarding-finish-btn {
  width: 100%;
  min-height: 48px;
  font-size: 1.05rem;
}
.onboarding-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(11, 34, 26, 0.08);
}

/* Level Up Modal */
.levelup-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 440px;
}
.levelup-badge-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
}
.levelup-star {
  font-size: 5rem;
  line-height: 1;
  animation: mascotWiggle 2s infinite ease-in-out;
}
.levelup-level-num {
  position: absolute;
  bottom: 0;
  padding: 4px 14px;
  font-size: 0.92rem;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}
.levelup-card h2 {
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--ink);
}
.levelup-rewards-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 8px 0;
}
.levelup-reward-chip {
  padding: 8px 16px;
  background: #fef3c7;
  border: 1.5px solid #fde68a;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 800;
  color: #b45309;
}
.levelup-confirm-btn {
  width: 100%;
  min-height: 48px;
  font-size: 1.05rem;
  margin-top: 6px;
}

/* ==========================================================================
   HOME HERO â€” ULTRA VIVID  (v9.1)
   ========================================================================== */

/* Glowing orb blobs floating behind the hero â€” softer */
.home-hero-vivid {
  position: relative;
  background: linear-gradient(145deg,
    #f0f9ff 0%,
    #f5f3ff 40%,
    #f0fdf4 75%,
    #fffbeb 100%) !important;
  border: 1.5px solid rgba(99,102,241,0.18) !important;
  box-shadow: 0 4px 20px rgba(99,102,241,0.08) !important;
  overflow: hidden !important;
}

.hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.28;
  animation: orbFloat 10s ease-in-out infinite;
}
.hero-orb.orb-1 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #bae6fd, #7dd3fc);
  top: -50px;
  left: -40px;
  animation-delay: 0s;
}
.hero-orb.orb-2 {
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, #ddd6fe, #c4b5fd);
  top: 0;
  right: 40px;
  animation-delay: -3s;
}
.hero-orb.orb-3 {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, #bbf7d0, #6ee7b7);
  bottom: -10px;
  left: 45%;
  animation-delay: -6s;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(10px, -12px) scale(1.04); }
  66%       { transform: translate(-8px, 8px) scale(0.97); }
}

/* Hero inner elements above the orbs */
.home-hero-vivid .hero-copy,
.home-hero-vivid .hero-media {
  position: relative;
  z-index: 1;
}

.hero-heading-vivid {
  background: linear-gradient(135deg, #3b5bdb, #7048e8, #0d9488) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-size: 1.5rem !important;
  line-height: 1.22 !important;
}

.home-level-pill {
  background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: 0 2px 8px rgba(99,102,241,0.28) !important;
  animation: levelPillPulse 4s ease-in-out infinite;
}
@keyframes levelPillPulse {
  0%, 100% { box-shadow: 0 2px 8px rgba(99,102,241,0.28); }
  50%       { box-shadow: 0 2px 14px rgba(99,102,241,0.45); }
}

.hero-cta-main {
  background: linear-gradient(135deg, #6366f1 0%, #3b82f6 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 4px 14px rgba(99,102,241,0.28) !important;
  transition: transform 140ms cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 140ms ease !important;
}
.hero-cta-main:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 20px rgba(99,102,241,0.38) !important;
}
.hero-cta-quiz {
  background: linear-gradient(135deg, #10b981 0%, #0d9488 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 3px 12px rgba(16,185,129,0.25) !important;
}
.hero-cta-quiz:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 6px 18px rgba(16,185,129,0.35) !important;
}

/* Capybara mascot bounces gently */
.hero-media-bounce img {
  animation: capyBounce 5s ease-in-out infinite;
  filter: drop-shadow(0 8px 16px rgba(16,185,129,0.15));
}
@keyframes capyBounce {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  50%       { transform: translateY(-8px) rotate(0.5deg); }
}

.media-caption-vivid {
  background: rgba(99,102,241,0.85) !important;
  color: #ffffff !important;
  border-radius: var(--radius-pill) !important;
  padding: 5px 14px !important;
  box-shadow: 0 2px 8px rgba(99,102,241,0.2) !important;
}
.media-caption-vivid span { color: rgba(255,255,255,0.78) !important; }
.media-caption-vivid strong { color: #ffffff !important; }

/* ==========================================================================
   MOBILE QUICK-ACTION CARDS â€” softer pastel tones
   ========================================================================== */

.mobile-quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 2px 4px;
  margin-bottom: 8px;
}

.quick-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 10px 14px;
  border-radius: var(--radius-md);
  border: 1.5px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition:
    transform 160ms cubic-bezier(0.34,1.56,0.64,1),
    box-shadow 160ms ease;
  animation: qacSlideIn var(--dur, 300ms) cubic-bezier(0.34,1.56,0.64,1) both;
}
.quick-action-card:nth-child(1) { --dur: 280ms; }
.quick-action-card:nth-child(2) { --dur: 340ms; }
.quick-action-card:nth-child(3) { --dur: 400ms; }
.quick-action-card:nth-child(4) { --dur: 460ms; }

@keyframes qacSlideIn {
  from { opacity: 0; transform: translateY(16px) scale(0.93); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.quick-action-card:active { transform: scale(0.95) !important; }
.quick-action-card:hover  { transform: translateY(-3px) scale(1.02); }

/* Subtle sheen sweep on hover */
.quick-action-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 45%;
  height: 200%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: skewX(-20deg);
  transition: left 450ms ease;
  pointer-events: none;
}
.quick-action-card:hover::after { left: 130%; }

.quick-action-card .qac-icon {
  font-size: 2rem;
  line-height: 1;
  display: block;
  animation: qacIconBob 4s ease-in-out infinite;
}
.quick-action-card:nth-child(even) .qac-icon { animation-delay: -2s; }
@keyframes qacIconBob {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-4px) scale(1.06); }
}

.quick-action-card strong {
  font-size: 0.95rem;
  font-weight: 800;
  display: block;
}
.quick-action-card small {
  font-size: 0.73rem;
  opacity: 0.78;
  display: block;
  line-height: 1.25;
}

/* Per-card colors â€” pastel with soft border */
.qac-green {
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
  color: #065f46;
  border-color: rgba(16,185,129,0.3);
  box-shadow: 0 4px 14px rgba(16,185,129,0.12);
}
.qac-purple {
  background: linear-gradient(145deg, #faf5ff 0%, #ede9fe 100%);
  color: #4c1d95;
  border-color: rgba(139,92,246,0.3);
  box-shadow: 0 4px 14px rgba(139,92,246,0.12);
}
.qac-blue {
  background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
  color: #1e3a8a;
  border-color: rgba(59,130,246,0.3);
  box-shadow: 0 4px 14px rgba(59,130,246,0.12);
}
.qac-orange {
  background: linear-gradient(145deg, #fffbeb 0%, #fef3c7 100%);
  color: #78350f;
  border-color: rgba(245,158,11,0.3);
  box-shadow: 0 4px 14px rgba(245,158,11,0.12);
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-quick-actions { display: none; }
}

/* ==========================================================================
   MOBILE HEADER â€” subtle dark tint (not too strong)
   ========================================================================== */

.mobile-header {
  background: linear-gradient(135deg,
    #1e293b 0%,
    #1e3a5f 50%,
    #134e4a 100%) !important;
  border-bottom: none !important;
  box-shadow: 0 2px 12px rgba(15,23,42,0.25) !important;
}

.mobile-header-titles .eyebrow {
  color: rgba(186,230,253,0.8) !important;
}
.mobile-header-titles h2 {
  color: #f1f5f9 !important;
  font-weight: 800 !important;
}
.mobile-streak-chip {
  background: rgba(255,255,255,0.12) !important;
  color: #e0f2fe !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  backdrop-filter: blur(4px) !important;
}

.mobile-stat {
  background: rgba(255,255,255,0.1) !important;
  border-radius: var(--radius-sm) !important;
  padding: 5px 8px !important;
  backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
}
.mobile-stat strong,
.mobile-stat span {
  color: #f1f5f9 !important;
}

.mobile-header-progress {
  background: rgba(255,255,255,0.1) !important;
}
.mobile-header-progress span {
  background: linear-gradient(90deg, #7dd3fc, #a5b4fc, #86efac) !important;
}

.mobile-menu-icon,
.mobile-menu-icon::before,
.mobile-menu-icon::after {
  background: #f1f5f9 !important;
}

/* ==========================================================================
   HOME SUBNAV â€” soft pill tabs
   ========================================================================== */

.home-subnav-vivid {
  background: linear-gradient(135deg, #f8f7ff 0%, #f0f6ff 100%) !important;
  border: 1.5px solid rgba(99,102,241,0.18) !important;
  border-radius: var(--radius-md) !important;
  padding: 5px !important;
  gap: 4px !important;
  box-shadow: 0 2px 10px rgba(99,102,241,0.08) !important;
}

.home-subnav-vivid .home-subnav-tab {
  border-radius: var(--radius-sm) !important;
  font-weight: 700 !important;
  color: #4b5563 !important;
  transition: background 160ms ease, color 160ms ease, transform 140ms cubic-bezier(0.34,1.56,0.64,1) !important;
}
.home-subnav-vivid .home-subnav-tab:hover:not(.is-active) {
  background: rgba(99,102,241,0.08) !important;
  transform: translateY(-1px) !important;
}
.home-subnav-vivid .home-subnav-tab.is-active {
  background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(99,102,241,0.3) !important;
  transform: translateY(-1px) !important;
}
.home-subnav-vivid .home-subnav-tab .subnav-icon {
  font-size: 1.05rem;
}

/* ==========================================================================
   MOBILE-SPECIFIC SIZING
   ========================================================================== */

@media (max-width: 767px) {
  .metric-grid { padding-bottom: 4px; }
  .metric-card {
    min-width: 108px !important;
    border-radius: 14px !important;
    padding: 12px 12px 10px !important;
  }
  .metric-card strong {
    font-size: 1.75rem !important;
    display: block;
  }
  .home-hero-vivid {
    border-radius: 18px !important;
    margin: 6px !important;
  }
  .hero-orb.orb-1 { width: 120px; height: 120px; }
  .hero-orb.orb-2 { width: 90px;  height: 90px;  right: 8px; }
  #homeScreen .metric-card:nth-child(1) { animation-delay: 50ms; }
  #homeScreen .metric-card:nth-child(2) { animation-delay: 100ms; }
  #homeScreen .metric-card:nth-child(3) { animation-delay: 150ms; }
  #homeScreen .metric-card:nth-child(4) { animation-delay: 200ms; }
  #homeScreen .metric-card:nth-child(5) { animation-delay: 250ms; }
  .home-subnav-vivid .home-subnav-tab {
    padding: 9px 12px !important;
    font-size: 0.82rem !important;
  }
}

