:root{
  --bg:#06101d;
  --bg-soft:#0b1628;
  --panel:#0d1b31;
  --panel-2:#11213d;
  --line:rgba(255,255,255,.08);
  --line-strong:rgba(141,184,255,.22);
  --text:#eef4ff;
  --muted:#a9bbd7;
  --blue:#2563eb;
  --violet:#7c3aed;
  --teal:#0f766e;
  --danger:#ef4444;
  --shadow:0 24px 80px rgba(0,0,0,.28);
  --radius:24px;
}

html{
  scroll-behavior:smooth;
}

body{
  background:
    radial-gradient(circle at 10% 10%, rgba(37,99,235,.16), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(124,58,237,.14), transparent 30%),
    linear-gradient(180deg,#04101d 0%, #071423 100%);
  color:var(--text);
}

.site-header{
  background:rgba(4,16,29,.82);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.06);
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.brand-mark{
  box-shadow:0 12px 30px rgba(37,99,235,.35);
}

.main-nav a{
  position:relative;
  padding:8px 2px;
}

.main-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--violet));
  transition:width .22s ease;
}

.main-nav a:hover::after{
  width:100%;
}

.ticker-strip{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.ticker-text{
  display:inline-block;
  white-space:nowrap;
  will-change:transform;
  animation:eliteTicker 38s linear infinite;
  padding-left:100%;
}

@keyframes eliteTicker{
  0%{transform:translateX(0)}
  100%{transform:translateX(-100%)}
}

.sticky-cta-rail{
  top:78px;
  gap:12px;
  padding:12px 18px;
  background:rgba(7,16,30,.84);
  backdrop-filter:blur(14px);
}

.sticky-cta-rail a{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:all .18s ease;
}

.sticky-cta-rail a:hover{
  transform:translateY(-1px);
  border-color:var(--line-strong);
  background:rgba(255,255,255,.06);
}

.hero-section{
  position:relative;
  padding:110px 0 80px;
  overflow:hidden;
}

.hero-section::before{
  content:"";
  position:absolute;
  inset:auto -15% -10% auto;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(124,58,237,.18) 0%, transparent 62%);
  pointer-events:none;
}

.hero-section::after{
  content:"";
  position:absolute;
  inset:40px auto auto -10%;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(37,99,235,.16) 0%, transparent 65%);
  pointer-events:none;
}

.hero-grid{
  position:relative;
  z-index:1;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
}

.hero-copy h1{
  font-size:72px;
  letter-spacing:-.04em;
  margin:18px 0 18px;
  max-width:760px;
  text-wrap:balance;
}

.hero-text{
  max-width:680px;
  font-size:22px;
  line-height:1.45;
  color:#c7d5ea;
}

.eyebrow{
  background:rgba(37,99,235,.14);
  border:1px solid rgba(141,184,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.hero-actions .btn,
.center-actions .btn{
  min-height:56px;
  padding:16px 26px;
  border-radius:18px;
  box-shadow:var(--shadow);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hero-actions .btn:hover,
.center-actions .btn:hover{
  transform:translateY(-2px);
}

.btn-primary{
  background:linear-gradient(135deg,#2563eb,#3b82f6);
}

.btn-secondary{
  background:linear-gradient(135deg,#0f766e,#14b8a6);
}

.btn-dark{
  background:linear-gradient(135deg,#18253a,#24364f);
}

.hero-stats{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.stat-card,
.feature-card,
.preview-card,
.purpose-box,
.show-card,
.live-preview-box,
.leaderboard-box,
.sponsor-card,
.press-card,
.faq-item,
.proof-card,
.urgency-card,
.profile-main-card,
.profile-side-card,
.profile-note,
.profile-table-wrap,
.brand-box,
.form-shell,
.metric,
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  backdrop-filter:blur(10px);
}

.show-card{
  position:relative;
  overflow:hidden;
  max-width:480px;
  padding:28px;
  border-color:rgba(141,184,255,.14);
  background:
    linear-gradient(180deg, rgba(37,99,235,.12), rgba(124,58,237,.10)),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}

.show-card::before{
  content:"";
  position:absolute;
  top:-60px;
  right:-60px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
}

.show-card h3{
  font-size:44px;
  letter-spacing:-.03em;
}

.card-badge{
  box-shadow:0 12px 30px rgba(239,68,68,.32);
}

.countdown-section{
  padding:28px 0 6px;
}

.countdown-box{
  border-radius:30px;
  padding:34px 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
    radial-gradient(circle at top center, rgba(124,58,237,.12), transparent 48%);
  box-shadow:var(--shadow);
}

.countdown-grid{
  gap:18px;
}

.count-box{
  padding:26px 12px;
  border-radius:22px;
  background:rgba(255,255,255,.04);
}

.count-box strong{
  font-size:52px;
}

.engagement-bar{
  gap:18px;
}

.engagement-item{
  min-height:104px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.section-head h2{
  font-size:48px;
  letter-spacing:-.03em;
  text-wrap:balance;
}

.section-head p{
  max-width:780px;
  font-size:18px;
}

.feature-grid{
  gap:20px;
}

.feature-card,
.preview-card,
.press-card,
.faq-item,
.proof-card{
  position:relative;
  overflow:hidden;
}

.feature-card::before,
.preview-card::before,
.press-card::before,
.faq-item::before,
.proof-card::before{
  content:"";
  position:absolute;
  inset:auto -30px -30px auto;
  width:100px;
  height:100px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.06), transparent 70%);
}

.feature-card h3,
.preview-card h3,
.press-card h3,
.faq-item h3{
  font-size:22px;
  letter-spacing:-.02em;
}

.live-preview-box,
.leaderboard-box{
  border-radius:28px;
  padding:22px;
}

.live-embed-wrap iframe{
  min-height:460px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 60px rgba(0,0,0,.24);
}

.leaderboard-table thead tr{
  background:#101b30;
}

.leaderboard-table th,
.leaderboard-table td{
  font-size:14px;
}

.sponsor-card.premium{
  background:
    linear-gradient(180deg, rgba(37,99,235,.16), rgba(124,58,237,.14)),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}

.brand-grid{
  align-items:stretch;
}

.brand-story h2,
.founder-section h2,
.page-hero h1{
  letter-spacing:-.03em;
}

.page-hero h1{
  font-size:60px;
  line-height:1.05;
}

.proof-quote{
  font-size:18px;
  line-height:1.6;
}

.founder-box{
  padding:38px 34px;
  border-radius:28px;
}

.cta-box{
  padding:52px 28px;
  border-radius:32px;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}

.cta-box h2{
  font-size:48px;
  letter-spacing:-.03em;
}

.site-footer{
  margin-top:40px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
    #06101d;
}

.float-glow{
  position:relative;
}

.float-glow::after{
  content:"";
  position:absolute;
  inset:auto auto -24px 20px;
  width:60%;
  height:18px;
  background:radial-gradient(circle, rgba(37,99,235,.22), transparent 70%);
  filter:blur(12px);
  z-index:-1;
}

.hover-lift:hover{
  transform:translateY(-6px);
}

.os-console-shell .os-panel,
.os-console-shell .os-kpi-card,
.os-console-shell .os-link-card,
.os-console-shell .os-health-card,
.os-console-shell .os-mini-card{
  box-shadow:var(--shadow);
}

.os-console-header h1,
.profile-hero-copy h1{
  letter-spacing:-.03em;
}

.profile-hero-copy h1{
  font-size:58px;
  line-height:1.05;
}

.profile-avatar{
  border:1px solid rgba(255,255,255,.1);
}

.form-shell,
.metric,
.card{
  border-radius:24px;
}

.input-ui{
  min-height:52px;
}

.floating-btn{
  background:linear-gradient(135deg,#111827,#1f2937);
}

.reveal-up{
  transition:opacity .7s ease, transform .7s ease, filter .7s ease;
  filter:blur(6px);
}

.reveal-up.is-visible{
  filter:blur(0);
}

@media (max-width:1200px){
  .hero-copy h1{font-size:60px}
  .section-head h2{font-size:40px}
  .cta-box h2{font-size:40px}
}

@media (max-width:1024px){
  .hero-grid{grid-template-columns:1fr}
  .hero-copy h1{font-size:54px}
  .page-hero h1{font-size:46px}
}

@media (max-width:680px){
  .hero-section{padding:88px 0 56px}
  .hero-copy h1{font-size:40px}
  .hero-text{font-size:18px}
  .section-head h2{font-size:32px}
  .cta-box h2{font-size:30px}
  .page-hero h1{font-size:34px}
  .show-card h3{font-size:34px}
  .count-box strong{font-size:34px}
}


/* ========================================================
   CTA RAIL ALIGNMENT FIX
   ======================================================== */
.sticky-cta-rail{
  position:sticky;
  top:78px;
  z-index:35;
  width:100%;
  padding:10px 0;
  background:rgba(7,16,30,.84);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(14px);
}

.sticky-cta-rail .container{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.sticky-cta-inner{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  flex-wrap:wrap;
}

.sticky-cta-inner a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:#dce7fb;
  font-size:14px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:all .18s ease;
}

.sticky-cta-inner a:hover{
  transform:translateY(-1px);
  border-color:rgba(141,184,255,.22);
  background:rgba(255,255,255,.06);
}

@media (max-width:680px){
  .sticky-cta-rail{
    top:72px;
    padding:8px 0;
  }

  .sticky-cta-rail .container{
    padding:0 16px;
  }

  .sticky-cta-inner{
    gap:8px;
    overflow-x:auto;
    flex-wrap:nowrap;
    scrollbar-width:none;
  }

  .sticky-cta-inner::-webkit-scrollbar{
    display:none;
  }

  .sticky-cta-inner a{
    white-space:nowrap;
    flex:0 0 auto;
  }
}


/* ========================================================
   LEADERBOARD PAGE ELITE ALIGNMENT
   ======================================================== */
.leaderboard-page-section{
  padding:30px 0 80px;
}

.leaderboard-page-shell{
  border-radius:28px;
  padding:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03)),
    radial-gradient(circle at top right, rgba(124,58,237,.10), transparent 32%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}

.leaderboard-page-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:18px;
}

.leaderboard-page-head h2{
  margin:12px 0 0 0;
  font-size:32px;
  line-height:1.1;
  letter-spacing:-.02em;
}

.leaderboard-page-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.leaderboard-page-table-wrap{
  overflow:auto;
  border-radius:20px;
}

.leaderboard-page-table-wrap .leaderboard-table{
  min-width:720px;
}

.leaderboard-table tbody tr{
  transition:background .18s ease;
}

.leaderboard-table tbody tr:hover{
  background:rgba(255,255,255,.03);
}

.leaderboard-empty-state{
  text-align:center;
  padding:44px 20px;
}

.leaderboard-empty-state strong{
  display:block;
  font-size:28px;
  margin-bottom:12px;
}

.leaderboard-empty-state p{
  color:#b7c6df;
  font-size:16px;
  margin:0 0 20px 0;
}

@media (max-width:680px){
  .leaderboard-page-shell{
    padding:16px;
    border-radius:22px;
  }

  .leaderboard-page-head h2{
    font-size:24px;
  }

  .leaderboard-empty-state{
    padding:30px 10px;
  }

  .leaderboard-empty-state strong{
    font-size:22px;
  }
}


/* ========================================================
   CONTESTANTS PAGE ELITE UI
   ======================================================== */
.contestants-section{
  padding:40px 0 80px;
}

.contestants-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
}

.contestant-card{
  border-radius:24px;
  padding:20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.25);
}

.contestant-avatar{
  width:100%;
  height:200px;
  border-radius:16px;
  background:linear-gradient(135deg,#1e293b,#0f172a);
  margin-bottom:16px;
}

.contestant-body h3{
  margin:0 0 8px 0;
  font-size:20px;
}

.contestant-body p{
  color:#9fb1cf;
  font-size:14px;
  margin-bottom:16px;
}

.contestant-actions{
  display:flex;
  gap:10px;
}

.contestants-empty{
  grid-column:1 / -1;
  text-align:center;
  padding:60px 20px;
  border-radius:24px;
  border:1px dashed rgba(255,255,255,.12);
  background:rgba(255,255,255,.02);
}

.contestants-empty strong{
  font-size:26px;
  display:block;
  margin-bottom:12px;
}

.contestants-empty p{
  color:#9fb1cf;
  margin-bottom:20px;
}

@media (max-width:1000px){
  .contestants-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:680px){
  .contestants-grid{
    grid-template-columns:1fr;
  }
}


/* ========================================================
   CONTESTANT PROFILE PAGE
   ======================================================== */
.profile-hero{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:24px;
  align-items:center;
}

.profile-avatar-block{
  display:flex;
  justify-content:center;
}

.profile-avatar{
  width:150px;
  height:150px;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:56px;
  font-weight:700;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}

.profile-summary-section,
.profile-metrics-section,
.profile-timeline-section{
  padding:50px 0 10px;
}

.profile-summary-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
}

.profile-main-card,
.profile-side-card,
.profile-note,
.profile-table-wrap{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:24px;
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}

.profile-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.meta-pill{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:#dce7fb;
  font-size:13px;
  font-weight:700;
}

.profile-stat-list{
  display:grid;
  gap:14px;
}

.profile-stat-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

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

.profile-stat-row strong{
  font-size:22px;
}

.profile-metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.profile-metric-card span{
  display:block;
  margin-top:8px;
  color:#c8d5eb;
}

.profile-note{
  margin-top:18px;
}

@media (max-width:1024px){
  .profile-hero,
  .profile-summary-grid{
    grid-template-columns:1fr;
  }

  .profile-metrics-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  .profile-metrics-grid{
    grid-template-columns:1fr;
  }

  .profile-avatar{
    width:120px;
    height:120px;
    font-size:42px;
  }
}


/* ========================================================
   LIVE PAGE ELITE UI
   ======================================================== */
.live-section{
  padding:40px 0 80px;
}

.live-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:20px;
}

.live-main{
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 80px rgba(0,0,0,.25);
}

.live-player iframe{
  width:100%;
  height:420px;
}

.live-empty{
  padding:60px 20px;
  text-align:center;
}

.live-empty strong{
  font-size:26px;
  display:block;
  margin-bottom:10px;
}

.live-empty p{
  color:#9fb1cf;
}

.live-side{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.live-card{
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.live-actions{
  display:flex;
  gap:10px;
  margin-top:12px;
}

.live-activity{
  margin-top:12px;
  padding-left:18px;
  color:#9fb1cf;
}

.live-activity li{
  margin-bottom:8px;
}

.live-badge{
  background:#ef4444;
  color:#fff;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

@media (max-width:900px){
  .live-grid{
    grid-template-columns:1fr;
  }

  .live-player iframe{
    height:260px;
  }
}


/* ========================================================
   VOTING PAGE ELITE UI
   ======================================================== */
.vote-section{
  padding:40px 0 80px;
}

.vote-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.vote-card{
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.vote-avatar{
  height:160px;
  border-radius:16px;
  background:linear-gradient(135deg,#1e293b,#0f172a);
  margin-bottom:12px;
}

.vote-stats{
  margin:10px 0;
  color:#9fb1cf;
}

.vote-actions{
  display:flex;
  gap:10px;
  justify-content:center;
}

.vote-empty{
  text-align:center;
  padding:60px 20px;
  border-radius:24px;
  border:1px dashed rgba(255,255,255,.12);
  background:rgba(255,255,255,.02);
}

.vote-empty strong{
  font-size:26px;
  display:block;
  margin-bottom:10px;
}

.vote-empty p{
  color:#9fb1cf;
  margin-bottom:20px;
}

.vote-cta{
  padding:40px 0 80px;
}

@media (max-width:1000px){
  .vote-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  .vote-grid{
    grid-template-columns:1fr;
  }
}


/* ========================================================
   FAN DASHBOARD
   ======================================================== */
.fan-dashboard-section{
  padding:40px 0 80px;
}

.fan-stat-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
  margin-bottom:20px;
}

.fan-stat-card{
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}

.fan-stat-card span{
  display:block;
  color:#9fb1cf;
  font-size:13px;
  margin-bottom:10px;
}

.fan-stat-card strong{
  font-size:24px;
  line-height:1.1;
}

.fan-dashboard-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
}

.fan-panel{
  padding:22px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}

.fan-panel-wide{
  grid-column:1 / -1;
}

.fan-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.fan-panel-head h2{
  margin:10px 0 0 0;
  font-size:28px;
  line-height:1.1;
}

.fan-table-wrap{
  overflow:auto;
  border-radius:18px;
}

.fan-favorites-list{
  display:grid;
  gap:14px;
}

.fan-favorite-item{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}

.fan-favorite-item p{
  margin:6px 0 0 0;
  color:#9fb1cf;
  font-size:14px;
}

.fan-favorite-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.fan-settings-form .grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.fan-checkbox-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
  color:#dce7fb;
}

.fan-checkbox-grid label{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

@media (max-width:1200px){
  .fan-stat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:900px){
  .fan-dashboard-grid{
    grid-template-columns:1fr;
  }

  .fan-settings-form .grid,
  .fan-checkbox-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  .fan-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .fan-favorite-item{
    flex-direction:column;
    align-items:flex-start;
  }
}
