/* PlayNicRodeo — elegante, responsive, premios NC */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
:root{
  --rd-bg:#0c0b0a;
  --rd-panel:#161311;
  --rd-panel2:#1d1814;
  --rd-gold:#d4af37;
  --rd-gold2:#b8922a;
  --rd-ink:#f4efe6;
  --rd-mute:#a89a86;
  --rd-line:rgba(212,175,55,.28);
  --rd-danger:#c45c26;
}
.rd-body{
  margin:0;min-height:100vh;color:var(--rd-ink);
  font-family:Manrope,system-ui,sans-serif;
  background:
    radial-gradient(ellipse 80% 45% at 50% -8%,rgba(212,175,55,.16),transparent 55%),
    radial-gradient(ellipse 40% 35% at 100% 20%,rgba(196,92,38,.08),transparent),
    linear-gradient(180deg,#14110e 0%,var(--rd-bg) 50%,#090807 100%);
  overflow-x:clip;
  padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);
}
.rd-grain{
  pointer-events:none;position:fixed;inset:0;z-index:0;opacity:.28;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}
.rd-body > *:not(.rd-grain){position:relative;z-index:1;}
.rd-body .container{
  max-width:1080px;width:100%;
  padding-left:max(1rem,env(safe-area-inset-left));
  padding-right:max(1rem,env(safe-area-inset-right));
}

.rd-topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(12,11,10,.92);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--rd-line);
  padding:.55rem 0;padding-top:max(.55rem,env(safe-area-inset-top));
}
.rd-topbar-inner{display:flex;align-items:center;gap:.55rem;min-width:0;}
.rd-brand{
  display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;
  font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;letter-spacing:.04em;
  font-size:1.15rem;white-space:nowrap;
}
.rd-brand-mark{
  width:34px;height:34px;border-radius:10px;display:grid;place-items:center;
  background:linear-gradient(160deg,var(--rd-gold),var(--rd-gold2));color:#1a1408;
}
.rd-nav{display:none;gap:.9rem;margin-left:.4rem;flex:1;}
.rd-nav a{color:var(--rd-mute);text-decoration:none;font-weight:700;font-size:.86rem;}
.rd-nav a:hover{color:var(--rd-gold);}
.rd-actions{margin-left:auto;display:flex;gap:.4rem;align-items:center;flex-shrink:0;}
.rd-actions .rd-btn-ghost{display:none;}

@media (max-width:699.98px){
  .rd-brand span:last-child{max-width:42vw;overflow:hidden;text-overflow:ellipsis;}
  .rd-btn-ghost,.rd-btn-fire{
    min-height:40px;padding:.45rem .7rem;font-size:.8rem;
  }
  .rd-btn-lg{min-height:46px;width:100%;}
  .rd-hero-cta{flex-direction:column;align-items:stretch;}
  .rd-hero-cta .rd-btn-ghost,.rd-hero-cta .rd-btn-fire{width:100%;}
  .rd-hero-figure-l,.rd-hero-figure-r{display:none;}
  .rd-hero-figure-c{left:50%;transform:translateX(-50%);}
  .rd-hero-figure-c .rd-hero-figure-svg{width:88px;height:154px;}
  .rd-hero-stage{min-height:220px;}
  .rd-table{min-width:0;font-size:.84rem;}
  .rd-table thead{display:none;}
  .rd-table,.rd-table tbody,.rd-table tr,.rd-table td{
    display:block;width:100%;
  }
  .rd-table tr{
    padding:.85rem .9rem;border-bottom:1px solid rgba(255,255,255,.08);
  }
  .rd-table td{
    padding:.2rem 0;border:0;display:flex;justify-content:space-between;gap:.75rem;
  }
  .rd-table td::before{
    content:attr(data-label);
    color:var(--rd-mute);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
    flex:0 0 auto;
  }
  .rd-table-leaders td:nth-child(1)::before{content:"Puesto";}
  .rd-table-leaders td:nth-child(2)::before{content:"Jinete";}
  .rd-table-leaders td:nth-child(3)::before{content:"Score";}
  .rd-table-leaders td:nth-child(4)::before{content:"Valor";}
  .rd-table:not(.rd-table-leaders) td:nth-child(1)::before{content:"Puesto";}
  .rd-table:not(.rd-table-leaders) td:nth-child(2)::before{content:"Honor";}
  .rd-table:not(.rd-table-leaders) td:nth-child(3)::before{content:"Bote";}
  .rd-table:not(.rd-table-leaders) td:nth-child(4)::before{content:"Trofeos";}
  .rd-empty-cell{display:block!important;text-align:center;}
  .rd-empty-cell::before{content:none!important;}
  .rd-join-card .rd-hero-cta{flex-direction:column;}
  .rd-metric{font-size:.78rem;padding:.5rem .75rem;}
}

.rd-btn-ghost,.rd-btn-fire{
  display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
  min-height:42px;padding:.5rem 1rem;border-radius:12px;font-weight:800;font-size:.88rem;
  text-decoration:none;white-space:nowrap;border:1px solid transparent;
}
.rd-btn-ghost{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:var(--rd-ink);}
.rd-btn-ghost:hover{background:rgba(255,255,255,.08);color:#fff;}
.rd-btn-fire{
  background:linear-gradient(135deg,var(--rd-gold),var(--rd-gold2));color:#1a1408;
  box-shadow:0 10px 28px rgba(212,175,55,.22);
}
.rd-btn-fire:hover{filter:brightness(1.06);color:#000;}
.rd-btn-lg{min-height:48px;padding:.7rem 1.2rem;}

.rd-hero{
  position:relative;
  padding:2.2rem max(1rem,env(safe-area-inset-left)) 2rem max(1rem,env(safe-area-inset-right));
  border-bottom:1px solid rgba(255,255,255,.06);
  overflow:hidden;
}
.rd-hero-sky{
  position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(ellipse 70% 55% at 70% 40%,rgba(196,92,38,.18),transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 80%,rgba(212,175,55,.12),transparent 55%),
    linear-gradient(180deg,rgba(0,0,0,.15),transparent 40%);
}
.rd-hero-grid{
  display:grid;gap:1.4rem;align-items:center;
}
.rd-hero-copy{text-align:center;position:relative;z-index:2;}
.rd-kicker{
  display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .7rem;
  font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--rd-gold);
}
.rd-hero h1{
  margin:0 0 .75rem;font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;
  font-size:clamp(2.3rem,8vw,4.2rem);line-height:1.02;color:#fff;letter-spacing:-.01em;
}
.rd-hero h1 span{color:var(--rd-gold);}
.rd-hero-lead{
  margin:0 auto 1.15rem;max-width:560px;color:var(--rd-mute);
  font-size:clamp(.98rem,3.4vw,1.1rem);font-weight:600;
}
.rd-hero-cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;}

.rd-hero-stage{
  position:relative;z-index:2;min-height:280px;
  display:grid;grid-template-rows:1fr auto;justify-items:center;
  padding-top:.5rem;
}
.rd-stage-glow{
  position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);
  width:min(420px,90%);height:180px;border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(212,175,55,.28),transparent 70%);
  filter:blur(8px);animation:rdPulse 4.5s ease-in-out infinite;
}
.rd-hero-figure{
  position:absolute;bottom:78px;display:flex;flex-direction:column;align-items:center;
  animation:rdFloat 3.6s ease-in-out infinite;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.45));
  pointer-events:none;
}
.rd-hero-figure-l{left:calc(50% - 130px);transform:scale(.86);animation-delay:-.6s;opacity:.92;}
.rd-hero-figure-r{left:calc(50% + 54px);transform:scale(.82);animation-delay:-1.2s;opacity:.9;}
.rd-hero-figure-c{left:calc(50% - 40px);z-index:3;animation-duration:3.2s;}
.rd-hero-figure-svg{width:80px;height:140px;display:block;}
.rd-hero-figure-c .rd-hero-figure-svg{width:96px;height:168px;}
.rd-crown-float{
  color:var(--rd-gold);font-size:1.15rem;margin-bottom:.15rem;
  filter:drop-shadow(0 0 10px rgba(212,175,55,.45));
  animation:rdShine 2.4s ease-in-out infinite;
}
.rd-hero-podium{
  position:relative;z-index:1;display:flex;align-items:flex-end;gap:.45rem;
  width:min(340px,92%);height:86px;
}
.rd-plank{
  flex:1;border-radius:10px 10px 4px 4px;display:grid;place-items:center;
  background:linear-gradient(180deg,rgba(212,175,55,.35),rgba(90,60,20,.55));
  border:1px solid rgba(212,175,55,.4);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 14px 28px rgba(0,0,0,.35);
  color:#1a1408;font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;font-size:1.35rem;
}
.rd-plank-1{height:100%;background:linear-gradient(180deg,#e6c35a,#9a7420);}
.rd-plank-2{height:74%;}
.rd-plank-3{height:58%;}
.rd-dust{
  position:absolute;left:50%;bottom:10px;transform:translateX(-50%);
  width:70%;height:18px;border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(196,145,70,.35),transparent 70%);
  filter:blur(4px);animation:rdDust 3.8s ease-in-out infinite;
}
@keyframes rdFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
.rd-hero-figure-l{animation-name:rdFloatL;}
.rd-hero-figure-r{animation-name:rdFloatR;}
@keyframes rdFloatL{
  0%,100%{transform:scale(.86) translateY(0)}
  50%{transform:scale(.86) translateY(-6px)}
}
@keyframes rdFloatR{
  0%,100%{transform:scale(.82) translateY(0)}
  50%{transform:scale(.82) translateY(-5px)}
}
@keyframes rdPulse{0%,100%{opacity:.55}50%{opacity:1}}
@keyframes rdShine{0%,100%{transform:translateY(0);opacity:.85}50%{transform:translateY(-3px);opacity:1}}
@keyframes rdDust{0%,100%{opacity:.45;transform:translateX(-50%) scaleX(1)}50%{opacity:.8;transform:translateX(-50%) scaleX(1.08)}}

@media (min-width:900px){
  .rd-hero-grid{
    grid-template-columns:1.05fr .95fr;gap:1rem;
    min-height:min(72vh,560px);
  }
  .rd-hero-copy{text-align:left;padding-right:.5rem;}
  .rd-hero-cta{justify-content:flex-start;}
  .rd-hero-lead{margin-left:0;}
  .rd-hero-stage{min-height:340px;}
  .rd-hero-figure-l{left:calc(50% - 150px);}
  .rd-hero-figure-r{left:calc(50% + 70px);}
  .rd-hero-figure-c{left:calc(50% - 48px);}
  .rd-hero-figure-svg{width:92px;height:160px;}
  .rd-hero-figure-c .rd-hero-figure-svg{width:118px;height:200px;}
  .rd-hero-podium{width:380px;height:96px;}
}
@media (max-width:419px){
  .rd-hero-figure-l{left:calc(50% - 110px);}
  .rd-hero-figure-r{left:calc(50% + 38px);}
  .rd-hero-figure-svg{width:64px;height:112px;}
  .rd-hero-figure-c .rd-hero-figure-svg{width:78px;height:136px;}
  .rd-hero-stage{min-height:240px;}
  .rd-hero-podium{height:70px;}
}

.rd-main{padding:0 0 max(1rem,env(safe-area-inset-bottom));}
.rd-section{margin-top:2rem;scroll-margin-top:5rem;}
.rd-section-head{margin-bottom:1.1rem;}
.rd-section-head-center{text-align:center;}
.rd-section-head h2{
  margin:.4rem 0 .3rem;font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;
  font-size:clamp(1.7rem,4.5vw,2.4rem);color:#fff;
}
.rd-muted{margin:0;color:var(--rd-mute);font-size:.95rem;}
.rd-badge{
  display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:800;
  letter-spacing:.1em;text-transform:uppercase;padding:.35rem .75rem;border-radius:999px;
  background:rgba(212,175,55,.1);border:1px solid var(--rd-line);color:var(--rd-gold);
}

.rd-economy-grid{
  display:grid;grid-template-columns:1fr;gap:.8rem;margin-bottom:1.2rem;
}
.rd-eco-card{
  background:var(--rd-panel);border:1px solid rgba(255,255,255,.08);border-radius:18px;
  padding:1.15rem 1.05rem;text-align:center;
}
.rd-eco-highlight{border-color:var(--rd-line);box-shadow:0 16px 40px rgba(212,175,55,.08);}
.rd-eco-icon{
  width:44px;height:44px;margin:0 auto .55rem;border-radius:12px;display:grid;place-items:center;
  background:rgba(212,175,55,.12);color:var(--rd-gold);font-size:1.1rem;
}
.rd-eco-card h3{margin:0 0 .35rem;font-size:.95rem;font-weight:800;color:#fff;}
.rd-eco-value{
  margin:0 0 .45rem;font-family:"Cormorant Garamond",Georgia,serif;
  font-size:2rem;font-weight:700;color:var(--rd-gold);line-height:1;
}
.rd-eco-value span{font-size:1rem;letter-spacing:.06em;}
.rd-eco-note{margin:0;color:var(--rd-mute);font-size:.86rem;}
.rd-eco-note code{
  background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.1);
  border-radius:6px;padding:.1rem .35rem;color:var(--rd-gold);font-size:.8rem;
}

.rd-table-wrap{
  overflow-x:auto;-webkit-overflow-scrolling:touch;
  border:1px solid rgba(255,255,255,.1);border-radius:16px;background:var(--rd-panel);
}
.rd-table{
  width:100%;border-collapse:collapse;min-width:0;font-size:.92rem;
}
.rd-table caption{
  caption-side:top;padding:.85rem 1rem .35rem;text-align:left;
  font-family:"Cormorant Garamond",Georgia,serif;font-size:1.25rem;font-weight:700;color:#fff;
}
.rd-table th{
  text-align:left;padding:.7rem 1rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;
  color:var(--rd-mute);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.18);
}
.rd-table td{
  padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);color:#efe8dc;vertical-align:middle;
}
.rd-table tbody tr:last-child td{border-bottom:none;}
.rd-table tbody tr:hover{background:rgba(212,175,55,.04);}
.rd-rank{
  display:inline-flex;min-width:2.2rem;justify-content:center;padding:.2rem .45rem;border-radius:8px;
  font-weight:800;font-size:.82rem;
}
.rd-rank.gold{background:rgba(212,175,55,.18);color:var(--rd-gold);}
.rd-rank.silver{background:rgba(226,232,240,.12);color:#e2e8f0;}
.rd-rank.bronze{background:rgba(180,83,9,.18);color:#fdba74;}
.rd-empty-cell{text-align:center;color:var(--rd-mute)!important;padding:1.4rem 1rem!important;}

.rd-prize{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;}
.rd-prize span{
  background:var(--rd-panel);border:1px solid var(--rd-line);border-radius:999px;
  padding:.45rem .8rem;font-size:.82rem;font-weight:800;color:var(--rd-gold);
}

.rd-arena-frame{
  background:linear-gradient(180deg,rgba(212,175,55,.06),transparent 28%),var(--rd-panel);
  border:1px solid var(--rd-line);border-radius:20px;padding:1rem .85rem 1.2rem;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
}
.rd-podium{display:grid;grid-template-columns:1fr;gap:.85rem;align-items:end;min-height:12rem;}
.rd-card{
  position:relative;background:linear-gradient(180deg,var(--rd-panel2),#120f0c);
  border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.1rem .9rem 1.15rem;text-align:center;
  animation:rdRise .5s ease both;
}
.rd-card.place-1{border-color:rgba(212,175,55,.55);box-shadow:0 18px 44px rgba(212,175,55,.15);}
.rd-card.place-2{border-color:rgba(226,232,240,.28);}
.rd-card.place-3{border-color:rgba(180,83,9,.4);}
.rd-crown{font-size:1.2rem;margin-bottom:.2rem;color:var(--rd-gold);}
.rd-card.place-2 .rd-crown{color:#e2e8f0;}
.rd-card.place-3 .rd-crown{color:#d97706;}
.rd-place{
  display:inline-flex;align-items:center;justify-content:center;min-width:2.3rem;height:1.7rem;
  margin-bottom:.4rem;border-radius:8px;font-weight:800;font-size:.8rem;
  background:rgba(212,175,55,.14);color:var(--rd-gold);border:1px solid var(--rd-line);
}
.rd-card.place-1 .rd-place{background:linear-gradient(135deg,var(--rd-gold),var(--rd-gold2));color:#1a1408;border:none;}
.rd-skin-wrap{display:flex;justify-content:center;margin:.15rem 0 .5rem;}
.rd-skin{
  width:100px;height:168px;object-fit:contain;display:block;
  filter:drop-shadow(0 12px 16px rgba(0,0,0,.45));
}
.rd-card.place-1 .rd-skin{width:118px;height:196px;}
.rd-tag{
  display:inline-block;margin-bottom:.45rem;font-size:.68rem;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;color:#1a1408;background:var(--rd-gold);border-radius:999px;padding:.2rem .55rem;
}
.rd-card.place-2 .rd-tag{background:#e2e8f0;}
.rd-card.place-3 .rd-tag{background:#d97706;color:#fff;}
.rd-name{
  margin:0 0 .4rem;font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;
  font-size:1.25rem;color:#fff;overflow-wrap:anywhere;
}
.rd-stats{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin:0;text-align:left;}
.rd-stat{background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.42rem .5rem;}
.rd-stat b{display:block;font-size:.66rem;color:var(--rd-mute);text-transform:uppercase;letter-spacing:.04em;}
.rd-stat span{font-weight:800;color:var(--rd-gold);font-size:.95rem;}

.rd-metric-tabs{display:flex;gap:.4rem;overflow-x:auto;scrollbar-width:none;margin-bottom:.9rem;}
.rd-metric-tabs::-webkit-scrollbar{display:none;}
.rd-metric{
  flex:0 0 auto;border:1px solid rgba(255,255,255,.12);background:var(--rd-panel);color:var(--rd-mute);
  border-radius:999px;padding:.55rem .9rem;font-weight:800;font-size:.82rem;cursor:pointer;min-height:42px;
  display:inline-flex;align-items:center;gap:.35rem;
}
.rd-metric.active{color:#1a1408;background:linear-gradient(135deg,var(--rd-gold),var(--rd-gold2));border-color:transparent;}

.rd-rider-row{
  display:flex;align-items:center;gap:.65rem;min-width:0;position:static;
}
.rd-rider-row img{width:40px;height:66px;object-fit:contain;flex-shrink:0;display:block;}
.rd-rider-name{font-weight:800;color:#fff;overflow-wrap:anywhere;}
.rd-rider-sub{font-size:.78rem;color:var(--rd-mute);}

.rd-empty{
  text-align:center;padding:2rem 1rem;color:var(--rd-mute);
  background:rgba(0,0,0,.18);border:1px dashed var(--rd-line);border-radius:16px;
}
.rd-empty-mark{
  width:72px;height:72px;margin:0 auto .7rem;border-radius:18px;
  display:grid;place-items:center;font-size:1.55rem;color:var(--rd-gold);
  background:rgba(212,175,55,.1);border:1px solid rgba(212,175,55,.28);
}
.rd-empty-figures{
  display:flex;align-items:flex-end;justify-content:center;gap:.2rem;margin:0 auto .75rem;
  filter:drop-shadow(0 12px 16px rgba(0,0,0,.35));
}
.rd-empty-figures svg{opacity:.92;}
.rd-empty .rd-btn-fire{margin-top:.85rem;}
.rd-skin-fallback{
  width:118px;height:196px;margin:0 auto;border-radius:14px;
  display:grid;place-items:center;font-size:2rem;color:var(--rd-gold);
  background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.25);
}
.rd-rider-fallback{
  width:40px;height:66px;border-radius:8px;display:grid;place-items:center;
  background:rgba(212,175,55,.1);color:var(--rd-gold);flex-shrink:0;
}

.rd-finale{
  margin-top:2.3rem;text-align:center;
  padding:2.3rem max(1rem,env(safe-area-inset-left)) 2rem max(1rem,env(safe-area-inset-right));
  background:radial-gradient(ellipse 70% 55% at 50% 0%,rgba(212,175,55,.14),transparent 60%),linear-gradient(180deg,#1a1510,var(--rd-bg));
  border-top:1px solid var(--rd-line);
}
.rd-finale-kicker{margin:0 0 .35rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--rd-gold);}
.rd-finale h2{
  margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;
  font-size:clamp(2.1rem,8vw,3.4rem);color:#fff;
}
.rd-finale-sub{margin:.4rem 0 1.15rem;color:var(--rd-mute);font-weight:600;}
.rd-join-card{
  max-width:560px;margin:0 auto;background:var(--rd-panel);border:1px solid var(--rd-line);
  border-radius:18px;padding:1.25rem 1.15rem 1.35rem;text-align:left;
  position:relative;z-index:2;overflow:hidden;
}
.rd-join-steps{
  margin:0 0 1.1rem;padding-left:0;list-style:none;color:#e8dfd0;counter-reset:rdjoin;
}
.rd-join-steps li{
  margin:.55rem 0;padding-left:2.15rem;position:relative;line-height:1.45;
}
.rd-join-steps li::before{
  counter-increment:rdjoin;content:counter(rdjoin);
  position:absolute;left:0;top:.05rem;
  width:1.55rem;height:1.55rem;border-radius:8px;
  display:grid;place-items:center;
  background:rgba(212,175,55,.14);border:1px solid var(--rd-line);
  color:var(--rd-gold);font-size:.78rem;font-weight:800;
}
.rd-join-steps code{
  background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.1);
  border-radius:6px;padding:.1rem .35rem;color:var(--rd-gold);font-size:.84rem;
}
.rd-join-card .rd-hero-cta{justify-content:flex-start;}

.rd-footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:1.1rem max(1rem,env(safe-area-inset-left)) max(1.6rem,env(safe-area-inset-bottom));
  text-align:center;color:#7a6f60;font-size:.85rem;
}

@keyframes rdRise{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:none;}}

@media(min-width:700px){
  .rd-economy-grid{grid-template-columns:1fr 1fr 1fr;}
  .rd-nav{display:flex;}
  .rd-actions .rd-btn-ghost{display:inline-flex;}
  .rd-podium{grid-template-columns:1fr 1.18fr 1fr;gap:1rem;}
  .rd-card.place-1{order:2;transform:translateY(-14px);}
  .rd-card.place-2{order:1;}
  .rd-card.place-3{order:3;}
  .rd-metric-tabs{justify-content:center;}
  .rd-join-card .rd-hero-cta{justify-content:center;}
  .rd-table{min-width:520px;}
}
@media(min-width:960px){
  .rd-hero{padding-top:3.2rem;}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .rd-card{animation:none;}
}
