:root {
  --pink: #ff3399;
  --pink-deep: #d41478;
  --black: #111114;
  --dark: #1c1c22;
  --gray: #6d6d78;
  --light: #f3f3f6;
  --line: #e4e4ea;
  --white: #ffffff;
  --ok: #0f7a45;
  --danger: #b42318;
  --shadow: 0 24px 60px rgba(17, 17, 20, 0.12);
  font-family: "Outfit", sans-serif;
  color: var(--black);
  background: var(--white);
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background:
  radial-gradient(circle at 0% 0%, rgba(255, 51, 153, .16), transparent 32%),
  linear-gradient(180deg, var(--white) 0%, var(--light) 100%);
}
.topbar { border-bottom: 3px solid var(--pink); }
img { max-width: 100%; display: block; }
a { color: var(--pink-deep); }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { font-weight: 600; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.4rem, 6vw, 5.2rem); line-height: 0.92; margin: 0.2rem 0 1rem; }

.topbar, .footer, main { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
body.is-admin .topbar, body.is-admin .footer, body.is-admin main, body.is-admin .flash { width: min(1480px, calc(100% - 2rem)); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; }
.brand img { height: 92px; width: auto; mix-blend-mode: screen; }
.nav { display: flex; align-items: center; gap: 1rem; }
.nav a, .linkish { color: var(--black); text-decoration: none; font-weight: 500; background: none; border: 0; padding: 0; cursor: pointer; }
.nav-toggle { display: none; background: var(--black); color: white; border: 0; border-radius: 999px; padding: 0.45rem 0.8rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; background: var(--pink); color: white; text-decoration: none; border: 0; border-radius: 999px; padding: 0.85rem 1.2rem; font-weight: 650; cursor: pointer; }
.btn:hover { background: var(--pink-deep); }
.btn-ghost { background: transparent; color: var(--black); border: 1px solid var(--black); }
.btn-ghost:hover { background: var(--black); color: white; }
.btn-danger { background: var(--danger); }
.btn-small { padding: 0.45rem 0.8rem; font-size: 0.92rem; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.75rem; color: var(--pink-deep); font-weight: 700; margin: 0; }
.muted, .hint { color: var(--gray); }
.lead { font-size: 1.15rem; max-width: 38rem; color: var(--dark); }
.apertura-aviso { display: inline-block; margin: 0.2rem 0 0; padding: 0.7rem 1rem; border-radius: 999px; background: var(--black); color: var(--pink); font-weight: 700; }

.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2rem; align-items: end; padding: 2rem 0 3rem; }
.prize-pair { display: grid; gap: 0.8rem; }
.prize-fit { background: var(--pink); color: white; }
.prize-fit .eyebrow, .prize-fit h2 { color: white; }
.prize-fit .prize-kicker { color: var(--black); }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.prize { background: var(--black); color: white; padding: 1.6rem; border-radius: 28px; box-shadow: var(--shadow); }
.prize h2 { font-size: 1.7rem; margin: 0.2rem 0 0.6rem; }
.prize p { color: #d7d7de; }
.prize-kicker { font-family: "Bebas Neue", sans-serif; font-size: 7rem; line-height: 0.8; margin: 0.4rem 0; color: var(--pink); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.steps article, .card, .auth-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 1.2rem; }
.steps span { font-family: "Bebas Neue", sans-serif; font-size: 2rem; color: var(--pink); }

.ranking-wrap { padding: 3.2rem 0 1rem; }
.boards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.board { position: relative; overflow: hidden; border-radius: 28px; padding: 1.1rem; background: white; border: 1px solid var(--line); }
.board::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -50px; top: -60px; background: radial-gradient(circle, rgba(255,51,153,.28), transparent 68%); }
.rank-hero { padding: 0.4rem 0 0.2rem; }
.rank-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
.board-circuito { background: #ececf1; border: 0; color: var(--black); }
.board-bienestar { background: #d5d5dc; border: 0; color: var(--black); }
.board-circuito .board-head .eyebrow,
.board-bienestar .board-head .eyebrow { color: var(--pink-deep); }
.board-circuito .board-head h2,
.board-bienestar .board-head h2 { color: var(--black); }
.podium-slot.puesto-1 { background: var(--pink); color: var(--white); min-height: 320px; order: 2; }
.podium-slot.puesto-2 { background: var(--dark); color: var(--white); min-height: 260px; order: 1; }
.podium-slot.puesto-3 { background: var(--white); color: var(--black); border: 2px solid var(--gray); min-height: 230px; order: 3; }
.puesto-1 span, .puesto-2 span { color: rgba(255,255,255,.82); }
.puesto-3 span { color: var(--gray); }
.podium-slot em { display: inline-block; margin: 0.15rem 0 0.35rem; border-radius: 999px; padding: 0.28rem 0.85rem; font-style: normal; font-weight: 800; font-size: 1.05rem; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; background: rgba(17,17,20,.55); border: 2px solid rgba(255,255,255,.85); box-shadow: 0 0 0 3px rgba(255,51,153,.35), 0 8px 18px rgba(0,0,0,.35); text-shadow: 0 0 12px rgba(255,255,255,.9), 0 2px 0 #111114; animation: etiqueta 1.8s ease-in-out infinite; }
.puesto-1 em { background: #111114; color: #ff3399; border-color: #fff; box-shadow: 0 0 0 3px #ff3399, 0 0 22px rgba(255,51,153,.85); }
.puesto-2 em { background: linear-gradient(180deg, #f4f4f7, #b9b9c4); color: #111114; border-color: #fff; text-shadow: 0 1px 0 #fff; }
.puesto-3 em { background: linear-gradient(180deg, #ffd0e6, #ff3399); color: #111114; border-color: #fff; text-shadow: 0 1px 0 rgba(255,255,255,.7); }
.puesto-1::after { background: linear-gradient(180deg, rgba(255,51,153,.78) 0%, rgba(120,0,60,.88) 100%); }
.puesto-2::after { background: linear-gradient(180deg, rgba(17,17,20,.42) 0%, rgba(17,17,20,.86) 100%); }
.puesto-3::after { background: linear-gradient(180deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,.88) 100%); }
@keyframes etiqueta { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
.podium-slot strong { font-size: 1.35rem; line-height: 1.12; }
.podium-slot small { font-size: 1rem; }
.podium-slot b { font-family: "Bebas Neue", sans-serif; font-size: 3.5rem; line-height: .9; -webkit-text-stroke: 5px #111114; paint-order: stroke fill; text-shadow: 0 5px 0 rgba(17,17,20,.45), 0 12px 18px rgba(17,17,20,.35); animation: destaca 1.6s ease-in-out infinite; }
.puesto-3 b { -webkit-text-stroke: 5px #ff3399; color: var(--black); }
@keyframes destaca { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
.chase > li:nth-child(odd) { background: var(--white); }
.chase > li:nth-child(even) { background: var(--light); }
.estado-pendiente { color: var(--gray); }
.estado-aprobada { color: var(--pink-deep); }
.estado-rechazada { color: var(--black); }
.prize-page { padding-top: 0.2rem; }
.prize-hero { text-align: center; }
.prize-hero h1 { max-width: 16ch; margin-inline: auto; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.prize-hero .lead { margin: 0 auto 1.2rem; }
.award-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 0.4rem 0 1.4rem; }
.award { position: relative; isolation: isolate; min-height: 920px; border-radius: 32px; overflow: hidden; background: var(--black); color: white; box-shadow: var(--shadow); display: flex; align-items: stretch; justify-content: center; }
.award > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; z-index: 0; }
.award-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(17,17,20,.42) 0%, rgba(17,17,20,.28) 42%, rgba(17,17,20,.78) 100%); }
.certificate { position: relative; z-index: 2; width: 100%; min-height: 100%; text-align: center; background: none; border: 0; box-shadow: none; padding: 1.1rem 0.9rem 1.3rem; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.certificate img { position: static; width: 142px; height: 142px; max-width: none; object-fit: contain; margin: 0 auto; flex: 0 0 auto; filter: none; image-rendering: auto; mix-blend-mode: screen; }
.award:not(.award-soft) .certificate img { margin-left: 0; margin-right: auto; align-self: flex-start; }
.prize-count { display: flex; flex-direction: column; align-items: center; gap: 0.35rem; margin-top: 1.2rem; }
.prize-count span { position: relative; z-index: 2; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 2.17rem; color: #ff3399; -webkit-text-stroke: 5px #111114; paint-order: stroke fill; margin-bottom: 0.2rem; }
.certificate strong { display: block; font-family: "Bebas Neue", sans-serif; font-size: 22.56rem; line-height: 0.82; color: white; margin: 0.15em 0 0; flex: 0 0 auto; -webkit-text-stroke: 14px #111114; paint-order: stroke fill; }
.certificate em { display: block; font-style: normal; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 700; font-size: 4.35rem; color: var(--pink); margin: 0.35rem 0 0; flex: 0 0 auto; -webkit-text-stroke: 10px #ffffff; paint-order: stroke fill; }
.certificate h2 { margin: 0; font-size: 2.45rem; line-height: 1.02; color: white; text-shadow: 0 6px 16px rgba(0,0,0,.45); }
.prize-steps { margin-bottom: 0.4rem; }
.steps article.step-wide { grid-column: 1 / -1; background: var(--black); color: white; border: 0; }
.steps article.step-wide h3, .steps article.step-wide p { color: white; }
.step-wide span { color: var(--pink); }
.step-dates { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.45rem; margin: 0.9rem 0 0; }
.steps article.step-wide .step-dates b { color: #ffffff; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; line-height: 1.15; }
.steps article.step-wide .step-dates b:first-child { color: var(--pink); font-size: clamp(1.7rem, 3vw, 2.35rem); }
.board-head { display: block; position: relative; }
.board-head > div { width: 100%; }
.board-head .eyebrow { text-align: left; }
.board-head h2 { margin: 0.35rem 0 0; text-align: center; font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.05; }
.prize-chip { margin: 0; background: var(--black); color: white; border-radius: 18px; padding: 0.55rem 0.7rem; min-width: 7.5rem; text-align: center; line-height: 1.15; }
.prize-chip strong { display: block; font-family: "Bebas Neue", sans-serif; font-size: 2.4rem; color: var(--pink); }
.podium { position: relative; display: flex; align-items: end; justify-content: center; gap: 0.6rem; min-height: 280px; margin-top: 1.2rem; }
.podium-slot { position: relative; isolation: isolate; overflow: hidden; flex: 1; background: white; border-radius: 22px 22px 12px 12px; padding: 0.8rem 0.55rem 0.9rem; text-align: center; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(17,17,20,.05); }
.podium-slot::before { content: ""; position: absolute; inset: -18px; z-index: 0; background: var(--foto) center 20% / cover no-repeat; filter: blur(7px) saturate(1.25) contrast(1.05); transform: scale(1.12); animation: fondo-vivo 7s ease-in-out infinite alternate; }
.podium-slot::after { content: ""; position: absolute; inset: 0; z-index: 0; }
.podium-slot > * { position: relative; z-index: 1; }
@keyframes fondo-vivo { from { transform: scale(1.08); } to { transform: scale(1.18); } }
.podium-slot strong, .podium-slot span, .podium-slot b { display: block; }
.podium-slot span { color: var(--gray); font-size: 1.05rem; min-height: 2.4em; }
.podium-slot b { margin-top: 0.35rem; }
.podium-slot.puesto-1 { transform: translateY(-16px); }
.avatar { width: 128px; height: 128px; border-radius: 50%; object-fit: cover; display: block; margin: 0.25rem auto 0.35rem; border: 2px solid rgba(255,255,255,.85); background: var(--light); }
.chase .avatar { width: 72px; height: 72px; margin: 0; flex: 0 0 auto; border-color: var(--line); }
.chase .who { display: flex; align-items: center; gap: 0.45rem; }
.podium-slot { perspective: 700px; }
.cup { width: 78px; height: 94px; margin: 0 auto 0.15rem; transform: rotateY(-16deg) rotateX(6deg); filter: drop-shadow(0 10px 8px rgba(0,0,0,.28)); }
.cup-oro { animation: copa-gira 2.8s ease-in-out infinite; filter: drop-shadow(0 12px 8px rgba(0,0,0,.32)) drop-shadow(0 0 16px rgba(255,216,74,.8)); }
@keyframes copa-gira { 0%, 100% { transform: rotateY(-22deg) rotateX(8deg); } 50% { transform: rotateY(22deg) rotateX(8deg); } }
.nets { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.28rem; padding: 0.4rem 0 0; margin: 0 auto; width: min(100%, 9.2rem); }
.nets li { display: flex; align-items: center; justify-content: center; gap: 0.22rem; min-width: 0; background: var(--light); color: var(--dark); border-radius: 8px; padding: 0.16rem 0.22rem; }
.nets svg { width: 22px; height: 22px; flex: 0 0 auto; }
.podium-slot .nets b, .chase .nets b { font-family: "Bebas Neue", sans-serif; font-size: 0.85rem; line-height: 1; margin: 0; }
.podium-slot .nets b { font-size: 1.2rem; -webkit-text-stroke: 0; text-shadow: none; animation: none; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.puesto-1 .nets li, .puesto-2 .nets li, .puesto-3 .nets li { background: var(--white); color: var(--dark); }
.podium-empty { min-height: 220px; }
.waiting { margin: 0.2rem 0 0; font-weight: 700; }
.chase { list-style: none; margin: 0.8rem 0 0; padding: 0; display: grid; gap: 0.4rem; }
.chase > li { display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; gap: 0.2rem 0.45rem; align-items: center; background: white; border-radius: 14px; padding: 0.35rem 0.55rem; min-width: 0; }
.chase .avatar { grid-column: 1; grid-row: 1 / span 2; width: 96px; height: 96px; max-width: none; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; align-self: center; margin: 0.15rem 0; flex: none; }
.chase .who { grid-column: 2; grid-row: 1; font-weight: 700; min-width: 0; overflow-wrap: break-word; align-self: end; }
.chase .lugar { grid-column: 2; grid-row: 2; align-self: start; font-weight: 750; letter-spacing: 0.04em; text-transform: uppercase; color: var(--pink); font-size: 1.05rem; }
.chase small { grid-column: 3; grid-row: 2; justify-self: center; text-align: center; color: var(--dark); font-size: 1.05rem; font-weight: 650; }
.chase .nets { grid-column: 3; grid-row: 1; display: grid; grid-template-columns: repeat(4, auto); gap: 0.7rem; width: auto; margin: 0; padding: 0; justify-self: end; align-self: end; }
.chase .nets li { position: relative; }
.chase .nets li:not(:last-child)::after { content: "+"; position: absolute; left: calc(100% + 0.12rem); top: 50%; transform: translateY(-54%); font-family: "Bebas Neue", sans-serif; font-size: 1.45rem; line-height: 1; color: var(--pink); }
.chase .total-puesto { grid-row: 1 / span 2; grid-column: 4; display: flex; align-items: center; gap: 0.28rem; font-family: "Bebas Neue", sans-serif; font-size: 2.55rem; color: var(--pink); align-self: center; }
.chase .total-puesto::before { content: "="; color: var(--black); font-size: 1.8rem; line-height: 1; }
.chase .nets li::before { content: none; }
.chase small { color: var(--gray); }
.section-head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: white; border-radius: 18px; overflow: hidden; }
th, td { text-align: left; padding: 0.85rem 0.9rem; border-bottom: 1px solid var(--line); white-space: nowrap; }
th { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray); }
.pos, .total { font-family: "Bebas Neue", sans-serif; font-size: 1.6rem; }
.total { color: var(--pink-deep); }
.empty { padding: 1.5rem; background: white; border-radius: 18px; }

.flash { margin: 1rem auto; width: min(1120px, calc(100% - 2rem)); padding: 0.8rem 1rem; border-radius: 14px; }
.flash-ok { background: #e8f7ee; color: var(--ok); }
.flash-error { background: #fdecec; color: var(--danger); }

.auth-card { width: min(680px, 100%); margin: 1.5rem auto 3rem; }
.stack { display: grid; gap: 0.8rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
label { display: grid; gap: 0.35rem; font-weight: 600; font-size: 0.92rem; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: var(--light); border-radius: 12px; padding: 0.75rem 0.8rem; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--pink); border-color: transparent; }
.switch { display: grid; gap: 0.7rem; margin-top: 1rem; }
.inline-form { display: flex; gap: 0.5rem; }

.page-head, .panel-grid, .net-grid, .filters, .review-list { margin-top: 1rem; }
.page-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.score, .net-grid article { background: var(--black); color: white; border-radius: 20px; padding: 1rem 1.2rem; }
.score strong, .net-grid strong { display: block; font-family: "Bebas Neue", sans-serif; font-size: 3rem; color: var(--pink); line-height: 1; }
.net-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.panel-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 1rem; margin-bottom: 2rem; }
.correo-card { grid-column: 1 / -1; }
.config-bloque { margin-bottom: 1rem; }
.correo-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr); gap: 1rem; align-items: start; }
.correo-preview { width: 100%; height: 760px; border: 0; border-radius: 22px; background: #f4f4f7; }
.guia { list-style: none; margin: 1rem 0 1.2rem; padding: 0; display: grid; gap: 1rem; }
.guia-paso { list-style: none; }
.guia-paso::marker { content: ""; }
.guia-paso { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: start; }
.guia-paso > span { font-family: "Bebas Neue", sans-serif; font-size: 3rem; line-height: .8; color: var(--pink); }
.guia-paso h2 { margin: 0 0 .4rem; font-size: 1.7rem; }
.guia-paso p, .guia-paso li { font-size: 1.05rem; line-height: 1.45; }
.guia-shot { margin: 1rem 0; }
.guia-shot img { width: min(100%, 640px); border-radius: 18px; border: 1px solid var(--line); background: var(--light); }
.guia-shot figcaption { margin-top: .45rem; color: var(--gray); font-size: .92rem; }
.guia-redes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; margin-top: .8rem; }
.guia-redes article { background: var(--black); color: white; border-radius: 16px; padding: .9rem; }
.guia-redes h3 { margin: 0 0 .35rem; color: var(--pink); font-size: 1.15rem; }
.guia-redes p { margin: 0; color: #f4f4f7; font-size: .95rem; }
.guia-aviso { margin-bottom: 2rem; }
.guia-aviso h2 { margin-top: 0; }
.guia-aviso b { color: var(--pink-deep); }
.pub-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.8rem; }
.pub-list li, .review header { display: flex; justify-content: space-between; gap: 0.8rem; align-items: center; }
.pub-list li { border-bottom: 1px solid var(--line); padding-bottom: 0.7rem; flex-wrap: wrap; }
.estado { font-style: normal; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.72rem; font-weight: 700; }
.estado-pendiente { color: var(--gray); }
.estado-aprobada { color: var(--pink-deep); }
.estado-rechazada { color: var(--black); }
.filters { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.filters a { text-decoration: none; color: var(--black); border: 1px solid var(--line); border-radius: 999px; padding: 0.4rem 0.75rem; background: white; }
.filters a.is-on { background: var(--pink); color: white; border-color: var(--pink); }
.review-list { display: grid; gap: 0.8rem; margin-bottom: 2rem; }
.review header { align-items: flex-start; }
.review:target { outline: 3px solid var(--pink); }
.review span, .url-line { color: var(--gray); word-break: break-all; }
.review-form, .row-actions { display: flex; gap: 0.6rem; align-items: end; flex-wrap: wrap; }
.review-form label { flex: 1; }
.logo-preview { height: 72px; width: auto; background: var(--light); padding: 0.4rem; border-radius: 12px; }
.footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem 0 2.5rem; color: var(--gray); }
.footer span, .footer p { display: block; margin: 0.2rem 0 0; }
.install { width: min(720px, calc(100% - 2rem)); margin: 2rem auto; }

@media (max-width: 860px) {
  .topbar, .footer, main { width: min(1120px, calc(100% - 0.6rem)); }
  .hero, .steps, .panel-grid, .net-grid, .split, .section-head, .footer, .page-head, .correo-layout { grid-template-columns: 1fr; display: grid; }
  .correo-preview { height: 640px; }
  .guia-paso { grid-template-columns: 1fr; }
  .guia-redes { grid-template-columns: 1fr 1fr; }
  .boards { grid-template-columns: 1fr 1fr; gap: 0.4rem; }
  .board { padding: 0.45rem; border-radius: 16px; }
  .board-head h2 { font-size: 1.05rem; line-height: 1.08; }
  .board .eyebrow { font-size: 0.58rem; letter-spacing: 0.06em; }
  .cup { width: 40px; height: 46px; }
  .podium-slot { padding: 0.45rem 0.3rem; border-radius: 14px; }
  .podium-slot strong { font-size: 0.98rem; }
  .podium-slot span { font-size: 0.78rem; min-height: 0; }
  .podium-slot em { font-size: 0.64rem; }
  .podium-slot small { font-size: 0.72rem; }
  .podium-slot b { font-size: 2.35rem; }
  .podium-slot .nets b { font-size: 0.95rem; }
  .chase .total-puesto { font-size: 1.85rem; }
  .nets { width: 100%; }
  .podium { flex-direction: column; align-items: stretch; min-height: 0; }
  .podium-slot.puesto-1, .podium-slot.puesto-2, .podium-slot.puesto-3 { min-height: 0; transform: none; width: 100%; }
  .podium-slot.puesto-1 { order: 1; }
  .podium-slot.puesto-2 { order: 2; }
  .podium-slot.puesto-3 { order: 3; }
  .board-head { flex-direction: column; }
  .chase > li { grid-template-columns: auto minmax(0,1fr) auto; }
  .chase .who { grid-column: 2; grid-row: 1; }
  .chase .lugar { grid-column: 2; grid-row: 2; font-size: 0.92rem; }
  .chase .nets { grid-column: 1 / -1; grid-row: 3; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.45rem; }
  .chase .nets li:not(:last-child)::after { font-size: 1rem; left: calc(100% + 0.02rem); }
  .chase .total-puesto::before { font-size: 1.2rem; }
  .chase small { grid-column: 1 / -1; grid-row: 4; font-size: 0.92rem; }
  .chase .nets li { padding: 0.08rem 0.04rem; gap: 0.06rem; }
  .chase .nets svg { width: 16px; height: 16px; }
  .podium-slot .avatar { width: 92px; height: 92px; }
  .chase .avatar { width: 64px; height: 64px; }
  .chase .total-puesto { grid-column: 3; grid-row: 1 / span 2; }
  .podium-slot { overflow: hidden; }
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; top: 78px; right: 1rem; background: white; border: 1px solid var(--line); border-radius: 16px; padding: 0.8rem; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .prize-kicker { font-size: 5rem; }
  .award-grid { grid-template-columns: 1fr; }
  .award { min-height: 0; }
  .certificate img { height: 114px; }
  .certificate strong { font-size: 14.88rem; }
  .certificate em { font-size: 2.85rem; letter-spacing: 0.12em; }
  .certificate h2 { font-size: 1.55rem; }
}
