:root{--navy:#101c3b;--red:#cf163d;--text:#202637;--muted:#697386;--line:#dbe1ea;--pale:#f5f7fb;--green:#e8f5ed;--green-text:#256344;--shadow:0 8px 24px rgba(16,28,59,.08)}
*{box-sizing:border-box}html{background:#f3f5f8}body{margin:0;background:#f3f5f8;color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}.hidden{display:none!important}button,input,select,textarea{font:inherit}
.public-splash{position:fixed;inset:0;z-index:100;background:#0c1732;display:grid;place-items:center;overflow:hidden;transition:opacity .22s ease}.public-splash.leaving{opacity:0}.public-splash-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.public-splash-fallback{position:absolute;inset:0;display:grid;place-content:center;text-align:center;color:#fff;background:linear-gradient(145deg,#0b1732,#17284e)}.public-splash-fallback img{width:90px;margin:0 auto 20px}.public-splash-fallback p{margin:0 0 8px;font-size:12px;font-weight:800;letter-spacing:.18em}.public-splash-fallback h1{margin:0;font-size:clamp(30px,6vw,72px);line-height:1.02}.public-enter{position:absolute;left:50%;bottom:8.5%;transform:translateX(-50%);min-width:180px;border:1px solid rgba(255,255,255,.55);border-radius:8px;padding:14px 28px;background:rgba(12,23,50,.9);color:#fff;font-weight:900;letter-spacing:.12em;cursor:pointer;box-shadow:0 8px 30px rgba(0,0,0,.25)}.public-enter:hover{background:#cf163d;border-color:#cf163d}.public-splash-legal{position:absolute;left:20px;right:20px;bottom:20px;display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}.public-splash-legal button{border:0;background:transparent;color:#fff;font-size:10px;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.public-splash-legal span{color:#fff8;font-size:10px}
.public-hero{background:var(--navy);border-bottom:6px solid var(--red);color:#fff}.public-hero-inner{max-width:1220px;margin:auto;display:flex;align-items:center;gap:18px;padding:18px 24px}.public-logo{width:55px;max-height:55px;object-fit:contain}.public-brand{min-width:0;flex:1}.public-brand p,.public-kicker,.public-section-title p,.public-home-card>header p{margin:0 0 4px;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.public-brand p{color:#dce4f5}.public-brand h1{margin:0;font-size:22px;line-height:1.05}.public-brand span{display:block;margin-top:6px;font-size:12px;color:#d7deed}.public-home-button{border:1px solid #ffffff55;border-radius:8px;background:#ffffff0d;color:#fff;padding:9px 13px;font-weight:800;cursor:pointer}.public-shell{max-width:1220px;margin:22px auto 46px;padding:0 22px}.public-message{margin:18px 0;background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px}.public-message.error{border-color:#e7b6bd;color:#9c3030}
.public-home{display:grid;gap:16px}.public-home-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 3px 14px rgba(16,28,59,.05)}.public-home-card>header{padding:16px 18px;border-bottom:1px solid var(--line);background:#fbfbfd}.public-home-card>header p{color:#6d7890}.public-home-card>header h2{margin:0;color:var(--navy);font-size:17px}.public-notices{display:grid}.public-notice{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:13px 18px;border-top:1px solid #edf0f4}.public-notice:first-child{border-top:0}.public-notice>span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#fff1d7;color:#8f5b00;font-weight:900}.public-notice strong{font-size:12px;color:var(--navy)}.public-notice p{margin:3px 0 0;color:#5e687a;font-size:12px;line-height:1.45}.public-documents{display:grid;grid-template-columns:minmax(0,1fr);gap:9px;padding:14px}.public-document-card{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #dfe4ec;border-radius:9px;padding:10px 12px;background:#fff;color:inherit;text-decoration:none}.public-document-card:hover{background:#f8fafc;border-color:#c8d2e0}.public-document-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:7px;background:#eef2f8;color:#4f617c;font-size:9px;font-weight:900}.public-document-card.is-pdf .public-document-icon{background:#fff0f1;color:#b3263d}.public-document-card strong{display:block;color:var(--navy);font-size:12px}.public-document-card small{display:block;margin-top:3px;color:#7b8494;font-size:9px}.public-document-card b{font-size:10px;color:#51617a}.public-category-entry{padding-bottom:16px}.public-category-help{margin:14px 18px 0;color:#697386;font-size:12px}.public-home-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 18px 2px}.public-home-categories button{min-height:105px;border:1px solid #d5dce7;border-left:5px solid var(--red);border-radius:10px;background:#fff;text-align:left;padding:15px 17px;cursor:pointer;display:grid;align-content:center}.public-home-categories button:hover{background:#f8fafc;box-shadow:0 5px 16px rgba(16,28,59,.07)}.public-home-categories small{font-size:9px;color:#788398;font-weight:900;letter-spacing:.08em}.public-home-categories strong{margin:4px 0 8px;color:var(--navy);font-size:18px}.public-home-categories span{font-size:11px;color:#6a7487;font-weight:700}
.public-toolbar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:15px 18px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:var(--shadow)}.public-toolbar h2,.public-section-title h2{margin:0;color:var(--navy);font-size:18px}.public-kicker,.public-section-title p{color:#687b99}.public-team-finder{display:grid;gap:5px;min-width:280px}.public-team-finder span{font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#687b99}.public-team-finder select{width:100%;border:1px solid #c7d1df;border-radius:8px;background:#fff;color:var(--navy);padding:9px 34px 9px 11px;font-size:11px;font-weight:700;cursor:pointer}.public-section{margin-top:24px}.public-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px;padding:0 3px}.public-section-title span{font-size:11px;color:var(--muted)}.public-groups-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.public-group-card,.public-final-round{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 3px 12px rgba(16,28,59,.045)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.public-group-card>summary,.public-final-round>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#fff}.public-group-card>summary div{display:flex;align-items:baseline;gap:7px}.public-group-card>summary small{color:var(--muted);font-size:9px;text-transform:uppercase;font-weight:800}.public-group-card>summary strong{font-size:18px;color:var(--navy)}.public-group-card>summary span,.public-final-round>summary span{font-size:9px;font-weight:800;color:#7a8495;text-transform:uppercase}.public-group-card>summary span.closed{color:var(--green-text)}.public-group-card[open]>summary,.public-final-round[open]>summary{border-bottom:1px solid var(--line);background:#f8fafc}.public-group-body{padding:11px}.public-table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:11px}th{background:#eef3f8;color:#53627a;font-size:9px;text-transform:uppercase}th,td{padding:7px 6px;border-bottom:1px solid #edf0f4;text-align:center}th:nth-child(3),td:nth-child(3){text-align:left}td:nth-child(3){font-weight:700}.qualified{background:#eef8f1}.qualified td:first-child{font-weight:900;color:var(--green-text)}.public-group-matches{margin-top:11px;display:grid;gap:7px}.public-match,.public-final-match{position:relative;border:1px solid #e1e6ee;border-left:4px solid #aab4c2;border-radius:8px;padding:8px 10px;background:#fff}.public-match.is-live,.public-final-match.is-live{border-left-color:#cf163d;background:#fff9fa}.public-match.is-finished,.public-final-match.is-finished{border-left-color:#2e7d57;background:#fbfefc}.public-match-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.public-match-meta{font-size:9px;color:var(--muted)}.public-match-status{font-size:8px;font-weight:900;border-radius:999px;padding:3px 6px}.public-match-status.is-pending{background:#edf0f4;color:#687386}.public-match-status.is-finished{background:#e4f3e9;color:#236144}.public-match-status.is-live{background:#cf163d;color:#fff;animation:publicPulse 1.4s ease-in-out infinite}.public-match-line{display:grid;grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr);align-items:center;gap:7px}.public-match-team{min-width:0;display:flex;align-items:center;gap:7px}.public-match-team.is-home{justify-content:flex-end;text-align:right}.public-match-team.is-away{justify-content:flex-start;text-align:left}.public-match-team strong{min-width:0;font-size:11px;line-height:1.15}.public-match-logo{width:28px;height:28px;flex:0 0 28px;object-fit:contain;display:block}.public-match-score-slot{text-align:center}.public-score{display:inline-block;min-width:68px;border-radius:7px;padding:6px 8px;color:#124f88;font-size:14px;font-weight:900;white-space:nowrap}.public-score.is-finished{background:#dfeefa;color:#0d4f82}.public-score.is-live{background:#fde1e5;color:#a80f2d;animation:publicScoreLive 1.15s ease-in-out infinite}.public-match-pending{font-size:9px;font-weight:800;color:#8a93a2}@keyframes publicPulse{50%{opacity:.45}}@keyframes publicScoreLive{0%,100%{background:#fde1e5;box-shadow:0 0 0 0 rgba(207,22,61,.08)}50%{background:#f8bbc5;box-shadow:0 0 0 3px rgba(207,22,61,.08)}}.public-finals{display:grid;gap:9px}.public-final-round>summary{border-left:6px solid #9aa7bb}.public-final-round.phase-r32>summary{border-left-color:#78688e}.public-final-round.phase-r16>summary{border-left-color:#447ca9}.public-final-round.phase-qf>summary{border-left-color:#b38241}.public-final-round.phase-sf>summary{border-left-color:#b14848}.public-final-round.phase-bronze>summary,.public-final-round.phase-final>summary{border-left-color:#b88911}.public-final-round>summary strong{color:var(--navy);font-size:13px}.public-final-body{padding:11px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.public-empty{grid-column:1/-1;background:#fff;border:1px dashed #cdd5e1;border-radius:9px;padding:16px;color:var(--muted)}
.public-footer{max-width:1220px;margin:0 auto 26px;padding:14px 22px;border-top:1px solid #d4dbe5;color:#7a8494;font-size:10px;display:flex;justify-content:center;align-items:center;gap:8px 12px;flex-wrap:wrap;text-align:center}.public-footer>span{width:100%;text-align:center}.public-footer nav{display:flex;justify-content:center;gap:7px;align-items:center;flex-wrap:wrap}.public-footer button{border:0;background:transparent;color:#53627a;text-decoration:underline;cursor:pointer;font-size:10px}.public-footer nav span{color:#a3abb7}.public-legal-dialog{border:0;border-radius:12px;padding:0;max-width:min(700px,92vw);width:100%;box-shadow:0 20px 60px rgba(0,0,0,.25)}.public-legal-dialog::backdrop{background:#0d1733aa}.public-legal-dialog article>header{display:flex;justify-content:space-between;align-items:center;padding:15px 18px;border-bottom:1px solid #e0e5ec}.public-legal-dialog h2{margin:0;color:var(--navy);font-size:16px}.public-legal-dialog header button{border:0;background:transparent;font-size:24px;cursor:pointer;color:#657084}.public-legal-dialog article>div{padding:18px;font-size:13px;line-height:1.55;color:#424b5d}
.public-header-categories{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.public-header-categories button{border:1px solid rgba(255,255,255,.42);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:7px 10px;font-size:9px;font-weight:800;cursor:pointer;white-space:nowrap}.public-header-categories button:hover:not(:disabled){background:#fff;color:var(--navy)}.public-header-categories button:disabled{opacity:.42;cursor:default}.public-header-categories.hidden{display:none!important}
@media(max-width:780px){.public-hero{border-bottom-width:4px}.public-hero-inner{padding:11px 14px;gap:11px;min-height:0}.public-logo{width:38px;max-height:42px}.public-brand h1{font-size:19px;line-height:1.02;max-width:285px}.public-brand p{margin-bottom:3px;font-size:9px;letter-spacing:.08em;white-space:nowrap}.public-brand span{margin-top:4px;font-size:10px}.public-header-categories{display:none!important}.public-home-button{margin-left:auto;flex:0 0 auto;padding:7px 10px;font-size:10px}.public-shell{padding:0 11px;margin-top:13px}.public-documents,.public-home-categories,.public-groups-grid,.public-final-body{grid-template-columns:1fr}.public-toolbar,.public-section-title{align-items:flex-start;flex-direction:column}.public-team-finder{width:100%;min-width:0}.public-match-line{grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr)}.public-match-team{gap:5px}.public-match-logo{width:24px;height:24px;flex-basis:24px}.public-match-team strong{font-size:10px}.public-footer{margin:0 11px 18px;padding:13px 2px;flex-direction:column}.public-enter{bottom:10%;min-width:150px}.public-splash-legal{bottom:12px}.public-home-categories button{min-height:90px}.public-footer{margin:0 11px 18px;padding:13px 2px;align-items:center;text-align:center}.public-footer nav{justify-content:center}.public-footer>span{text-align:center}}
@media(max-width:390px){.public-hero-inner{padding:10px 12px;gap:9px}.public-logo{width:34px;max-height:38px}.public-brand h1{font-size:18px;max-width:260px}.public-brand p{font-size:8px}.public-brand span{font-size:9px}}

.public-message.coming-soon{border-color:#d8deea;background:#f7f9fc;color:var(--navy);font-weight:800;text-align:center;box-shadow:0 4px 14px rgba(16,28,59,.06)}
.public-home-categories button.is-coming-soon{border-left-color:#aab4c5;background:#fbfcfe;cursor:pointer}.public-home-categories button.is-coming-soon span{color:#8a94a5}.public-home-categories button.is-coming-soon:hover{background:#f6f8fb;box-shadow:none}

.public-category-coming-soon{margin:12px 18px 0;padding:12px 14px;border:1px solid #d8deea;border-radius:9px;background:#f7f9fc;color:var(--navy);font-size:12px;font-weight:800;text-align:center;box-shadow:0 3px 10px rgba(16,28,59,.04)}

/* Fase final pública · árbol compacto pensado para móvil vertical */
.public-bracket-shell{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 3px 12px rgba(16,28,59,.045)}
.public-bracket-help{padding:9px 11px;border-bottom:1px solid #e8ecf2;background:#f8fafc;color:#6d788b;font-size:9px;text-align:center}
.public-bracket-scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:8px 0 4px}
.public-bracket-canvas{position:relative;min-height:150px}
.public-bracket-round-label{position:absolute;top:0;height:25px;display:grid;place-items:center;border-radius:6px;background:#e5eaf1;color:#1e2b45;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.public-bracket-lines{position:absolute;inset:0;pointer-events:none;overflow:visible}.public-bracket-lines path{fill:none;stroke:#bcc7d5;stroke-width:1.2}
.public-bracket-match{position:absolute;display:block;margin:0;padding:0;overflow:hidden;border:1px solid #aab8ca;border-radius:6px;background:#fff;color:#16233e;text-align:left;cursor:pointer;font-family:inherit;box-shadow:0 1px 2px rgba(16,28,59,.05)}
.public-bracket-match.is-pending{border-color:#66a57b;background:#edf7ef}.public-bracket-match.is-live{border-color:#cb2946;background:#fff1f3}.public-bracket-match.is-finished{border-color:#4d80aa;background:#edf5fb}
.public-bracket-meta{height:18px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px;padding:0 4px;background:#324d70;color:#fff}.public-bracket-match.is-pending .public-bracket-meta{background:#538b65}.public-bracket-match.is-live .public-bracket-meta{background:#b91f3b}.public-bracket-meta b{font-size:6px}.public-bracket-meta small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;font-size:5.5px;color:inherit}
.public-bracket-team{height:15px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;padding:0 4px;border-top:1px solid rgba(78,97,126,.16)}.public-bracket-team em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal;font-size:6.5px;font-weight:750}.public-bracket-team strong{font-size:7px}.public-bracket-team.is-winner em,.public-bracket-team.is-winner strong{font-weight:950}.public-bracket-team strong.is-live{color:#b70f2d;animation:publicBracketLive 1.05s ease-in-out infinite}
.public-bracket-bronze-label{position:absolute;height:15px;display:grid;place-items:center;color:#7b6b40;font-size:6px;font-weight:900;text-transform:uppercase}.public-bracket-match.is-bronze{opacity:.92}
@keyframes publicBracketLive{0%,100%{color:#b70f2d;background:transparent}50%{color:#fff;background:#cf163d;border-radius:3px}}
.public-bracket-dialog{border:0;border-radius:12px;padding:0;width:min(92vw,430px);max-width:430px;box-shadow:0 20px 60px rgba(0,0,0,.28)}.public-bracket-dialog::backdrop{background:#0d1733aa}.public-bracket-dialog article>header{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;background:#132546;color:#fff}.public-bracket-dialog header small{display:block;margin-bottom:2px;font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#d5def0}.public-bracket-dialog h2{margin:0;font-size:16px}.public-bracket-dialog header button{border:0;background:transparent;color:#fff;font-size:25px;cursor:pointer}.public-bracket-dialog article>div{padding:15px}.public-bracket-detail-status{display:inline-block;margin-bottom:9px;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900}.public-bracket-detail-status.is-pending{background:#dcefe1;color:#2e6f43}.public-bracket-detail-status.is-live{background:#cf163d;color:#fff}.public-bracket-detail-status.is-finished{background:#dcebf7;color:#1b5888}.public-bracket-detail-meta{margin-bottom:12px;color:#6d7788;font-size:10px;text-align:center}.public-bracket-detail-teams{display:grid;gap:7px}.public-bracket-detail-teams>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid #dde4ed;border-radius:8px;background:#f9fbfd}.public-bracket-detail-teams span{font-size:13px;font-weight:800;color:var(--navy)}.public-bracket-detail-teams strong{font-size:20px;color:#174f7f}.public-bracket-detail-teams strong.is-live{color:#bd1634;animation:publicScoreLive 1.15s ease-in-out infinite}
@media(max-width:780px){.public-bracket-scroll{margin:0;padding-bottom:6px}.public-bracket-help{font-size:8px}.public-bracket-dialog{width:calc(100vw - 24px)}}


.public-standing-logo-head,.public-standing-logo-cell{width:28px;min-width:28px;padding-left:2px!important;padding-right:2px!important;text-align:center!important}
.public-standing-logo{width:22px;height:22px;display:block;margin:0 auto;object-fit:contain}
.public-bracket-team{grid-template-columns:auto minmax(0,1fr) auto}
.public-bracket-team.is-away{grid-template-columns:auto minmax(0,1fr) auto}
.public-bracket-logo{width:11px;height:11px;display:block;object-fit:contain}
.public-bracket-detail-teams>div.is-home{grid-template-columns:auto minmax(0,1fr) auto}
.public-bracket-detail-teams>div.is-away{grid-template-columns:auto minmax(0,1fr) auto}
.public-bracket-detail-teams .public-match-logo{width:30px;height:30px;flex-basis:30px}
@media(max-width:780px){.public-standing-logo-head,.public-standing-logo-cell{width:25px;min-width:25px}.public-standing-logo{width:20px;height:20px}}

/* Clasificacion: badge circular independiente para ocultar lienzos blancos cuadrados */
.public-standing-logo-badge{
  width:30px;
  height:30px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(18,79,136,.18);
  box-shadow:0 1px 3px rgba(16,28,59,.10);
}
.public-standing-logo-badge .public-standing-logo{
  width:24px;
  height:24px;
  padding:0;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#fff;
  object-fit:contain;
}
@media(max-width:780px){
  .public-standing-logo-badge{width:28px;height:28px}
  .public-standing-logo-badge .public-standing-logo{width:22px;height:22px}
}


/* Logos de colegios: soporte circular uniforme en toda la web de familias */
.public-school-logo-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(18,79,136,.18);
  box-shadow:0 1px 3px rgba(16,28,59,.10);
}
.public-school-logo-badge img{
  display:block;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#fff;
  object-fit:contain;
}
.public-match-logo-badge{
  width:34px;
  height:34px;
  flex-basis:34px;
}
.public-match-logo-badge .public-match-logo{
  width:28px;
  height:28px;
  flex-basis:auto;
}
.public-bracket-logo-badge{
  width:16px;
  height:16px;
}
.public-bracket-logo-badge .public-bracket-logo{
  width:12px;
  height:12px;
}
.public-bracket-detail-teams .public-match-logo-badge{
  width:36px;
  height:36px;
  flex-basis:36px;
}
.public-bracket-detail-teams .public-match-logo-badge .public-match-logo{
  width:30px;
  height:30px;
}
@media(max-width:780px){
  .public-match-logo-badge{width:30px;height:30px;flex-basis:30px}
  .public-match-logo-badge .public-match-logo{width:24px;height:24px}
  .public-bracket-logo-badge{width:15px;height:15px}
  .public-bracket-logo-badge .public-bracket-logo{width:11px;height:11px}
}

/* LIVE 01C - Cabecera móvil: categorías siempre visibles en vertical */
@media (max-width:780px){
  .public-hero-inner{
    flex-wrap:wrap;
    align-items:center;
  }
  .public-brand{
    flex:1 1 0;
    min-width:0;
  }
  .public-header-categories{
    display:flex!important;
    order:3;
    flex:0 0 100%;
    width:100%;
    margin-left:0;
    padding-top:2px;
    justify-content:center;
    flex-wrap:nowrap;
    gap:8px;
  }
  .public-header-categories.hidden{
    display:none!important;
  }
  .public-header-categories button{
    flex:1 1 0;
    min-width:0;
    max-width:190px;
    padding:7px 10px;
    font-size:9px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

@media (max-width:390px){
  .public-header-categories{gap:6px}
  .public-header-categories button{padding:7px 8px;font-size:8px}
}

/* LIVE 01E - Título en una línea sin invadir la navegación de categorías */
@media (max-width:430px){
  .public-hero-inner{
    gap:9px;
    padding-left:11px;
    padding-right:11px;
  }
  .public-logo{
    width:38px;
    max-height:44px;
    flex:0 0 38px;
  }
  .public-brand h1{
    font-size:15px;
    line-height:1.08;
    letter-spacing:-.035em;
    white-space:nowrap;
  }
  .public-brand p{
    margin-bottom:3px;
    font-size:9px;
  }
  .public-brand span{
    margin-top:4px;
    font-size:11px;
  }
  .public-header-categories{
    margin-top:2px;
  }
}
@media (max-width:365px){
  .public-hero-inner{
    gap:8px;
    padding-left:9px;
    padding-right:9px;
  }
  .public-logo{
    width:34px;
    flex-basis:34px;
  }
  .public-brand h1{
    font-size:13px;
    letter-spacing:-.04em;
  }
}

/* LIVE 01G - Portada móvil: composición ligeramente más alta */
@media (max-width:780px){
  .public-splash-fallback{
    box-sizing:border-box;
    padding-bottom:13vh;
  }
  .public-enter{
    bottom:21%;
  }
}

@media (max-width:390px){
  .public-splash-fallback{
    padding-bottom:11vh;
  }
  .public-enter{
    bottom:20%;
  }
}


/* LIVE 01H - Portada móvil: bloque institucional más alto, logo mayor y edición visible */
.public-splash-edition{
  display:block;
  margin-top:14px;
  color:rgba(255,255,255,.86);
  font-size:14px;
  font-weight:500;
  letter-spacing:.02em;
}
@media (max-width:780px){
  .public-splash-fallback{
    place-content:start center;
    padding:24vh 14px 0;
  }
  .public-splash-fallback img{
    width:108px;
    margin:0 auto 18px;
  }
  .public-splash-fallback p{
    margin:0 0 9px;
    font-size:11px;
    letter-spacing:.19em;
  }
  .public-splash-fallback h1{
    margin:0 auto;
    max-width:680px;
    font-size:clamp(25px,6.55vw,34px);
    line-height:1.02;
    letter-spacing:-.018em;
  }
  .public-splash-edition{
    margin-top:14px;
    font-size:13px;
  }
  .public-enter{
    bottom:23.5%;
  }
}
@media (max-width:430px){
  .public-splash-fallback{
    padding-top:20.5vh;
  }
  .public-splash-fallback img{
    width:104px;
    margin-bottom:17px;
  }
  .public-splash-fallback h1{
    width:calc(100vw - 34px);
    font-size:clamp(23px,6.35vw,27px);
    letter-spacing:-.022em;
  }
  .public-splash-edition{
    margin-top:13px;
    font-size:12px;
  }
  .public-enter{
    bottom:23%;
  }
}
@media (max-width:390px){
  .public-splash-fallback{
    padding-top:19.5vh;
  }
  .public-splash-fallback img{
    width:98px;
  }
  .public-splash-fallback h1{
    width:calc(100vw - 28px);
    font-size:clamp(22px,6.15vw,25px);
  }
  .public-enter{
    bottom:22.5%;
  }
}

/* LIVE 01I - Portada móvil: ajuste final de equilibrio visual */
@media (max-width:780px){
  .public-splash-fallback{
    padding-top:21.5vh;
  }
  .public-splash-fallback img{
    width:114px;
    margin-bottom:18px;
  }
  .public-splash-fallback h1{
    max-width:650px;
    font-size:clamp(24px,6.15vw,32px);
    letter-spacing:-.015em;
  }
  .public-splash-edition{
    margin-top:18px;
  }
}
@media (max-width:430px){
  .public-splash-fallback{
    padding-top:17.5vh;
  }
  .public-splash-fallback img{
    width:112px;
    margin-bottom:17px;
  }
  .public-splash-fallback h1{
    width:calc(100vw - 48px);
    font-size:clamp(22px,5.9vw,25px);
    line-height:1.03;
    letter-spacing:-.018em;
  }
  .public-splash-edition{
    margin-top:17px;
    font-size:12px;
  }
}
@media (max-width:390px){
  .public-splash-fallback{
    padding-top:16.8vh;
  }
  .public-splash-fallback img{
    width:108px;
  }
  .public-splash-fallback h1{
    width:calc(100vw - 42px);
    font-size:clamp(21px,5.8vw,23px);
  }
}

/* LIVE familias · resumen de portada y pantalla en directo */
.public-live-home{position:relative;overflow:hidden;border-radius:16px;padding:18px;background:linear-gradient(145deg,#0d1c3d,#162b55);color:#fff;box-shadow:0 12px 30px rgba(16,28,59,.16)}
.public-live-home::after{content:"";position:absolute;width:190px;height:190px;right:-80px;top:-95px;border-radius:50%;background:rgba(207,22,61,.13);pointer-events:none}
.public-live-home-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:18px}
.public-live-eyebrow,.public-live-kicker{display:flex;align-items:center;gap:7px;margin:0 0 5px;font-size:9px;font-weight:900;letter-spacing:.11em;color:#f3b7c3;text-transform:uppercase}
.public-live-eyebrow i,.public-live-kicker span,.public-live-card-top i{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(207,22,61,.15);animation:publicLiveDot 1.5s ease-in-out infinite}
.public-live-home h2{margin:0;font-size:20px;line-height:1.05}.public-live-home-head p{margin:6px 0 0;color:#d8e0ee;font-size:11px}
.public-live-primary{flex:0 0 auto;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:#fff;color:var(--navy);padding:10px 14px;font-size:10px;font-weight:900;cursor:pointer}.public-live-primary span{margin-left:5px;color:var(--red)}
.public-live-home-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:15px}
.public-live-home-stats>div,.public-live-home-stats>button{min-width:0;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:9px 8px;background:rgba(255,255,255,.07)}
.public-live-home-stats>button{font:inherit;text-align:left;cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.public-live-home-stats>button:active{transform:scale(.98)}
.public-live-home-stats>button:focus-visible{outline:2px solid #fff;outline-offset:2px}
@media(hover:hover){.public-live-home-stats>button:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.26)}}
.public-live-home-stats strong{display:block;font-size:20px;line-height:1;color:#fff}.public-live-home-stats span{display:block;margin-top:5px;color:#bfcbe0;font-size:8px;font-weight:750;line-height:1.15;text-transform:uppercase;letter-spacing:.04em}
.public-live-home-matches{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
.public-live-home-empty{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:11px;color:#cbd5e5;font-size:10px}

.public-live-screen{display:grid;gap:17px}.public-live-top{overflow:hidden;border-radius:16px;padding:20px;background:linear-gradient(145deg,#0d1c3d,#162c57);color:#fff;box-shadow:0 12px 30px rgba(16,28,59,.14)}
.public-live-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.public-live-title-row h2{margin:0;font-size:25px;line-height:1.04}.public-live-title-row>div>p:last-child{margin:7px 0 0;color:#cbd5e6;font-size:11px}.public-live-updated{flex:0 0 auto;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:6px 9px;color:#c7d1e1;font-size:8px}
.public-live-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:17px}.public-live-stats>div{border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.065);padding:12px 10px}.public-live-stats strong{display:block;font-size:25px;line-height:1}.public-live-stats span{display:block;margin-top:6px;color:#b8c6db;font-size:8px;font-weight:850;letter-spacing:.07em}
.public-live-filters{display:flex;gap:6px;margin-top:13px;overflow-x:auto;scrollbar-width:none}.public-live-filters::-webkit-scrollbar{display:none}.public-live-filters button{border:1px solid rgba(255,255,255,.25);border-radius:999px;background:transparent;color:#d7dfec;padding:7px 12px;font-size:9px;font-weight:850;white-space:nowrap;cursor:pointer}.public-live-filters button.is-active{background:#fff;color:var(--navy);border-color:#fff}
.public-live-section{display:grid;gap:9px}.public-live-section-heading{display:flex;align-items:center;justify-content:space-between;padding:0 3px}.public-live-section-heading>div{display:flex;align-items:center;gap:9px}.public-live-section-heading>div>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#e9eef5;color:#53647d;font-size:13px;font-weight:900}.public-live-section-heading>div>span.is-red{background:#fde7eb}.public-live-section-heading>div>span.is-red::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(207,22,61,.12);animation:publicLiveDot 1.5s ease-in-out infinite}.public-live-section-heading>div>span.is-check{background:#e8f4ed;color:#2b704b}.public-live-section-heading small{display:block;margin-bottom:2px;color:#8993a4;font-size:8px;font-weight:900;letter-spacing:.08em}.public-live-section-heading h3{margin:0;color:var(--navy);font-size:17px}.public-live-section-heading>b{min-width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#f3dce2;color:#b10f2d;font-size:11px}
.public-live-match-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.public-live-match-card{overflow:hidden;border:1px solid #dbe2ec;border-radius:12px;background:#fff;box-shadow:0 4px 13px rgba(16,28,59,.055)}.public-live-match-card.is-live{border-color:#e0a4b0;box-shadow:0 6px 20px rgba(207,22,61,.09)}
.public-live-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;background:#edf2f7;color:#5d687a;font-size:8px;font-weight:900;text-transform:uppercase}.public-live-match-card.is-live .public-live-card-top{background:#c91639;color:#fff}.public-live-match-card.is-closed .public-live-card-top{background:#e7f0f8;color:#195981}.public-live-card-top>span{display:flex;align-items:center;gap:6px}.public-live-card-top i{width:6px;height:6px;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.16)}.public-live-card-top b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.public-live-card-meta{padding:8px 10px 0;color:#788397;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.public-live-card-game{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;padding:10px}.public-live-card-game>div{min-width:0;display:grid;justify-items:center;gap:5px;text-align:center}.public-live-card-game>div strong{max-width:100%;font-size:10px;line-height:1.15;color:var(--navy)}.public-live-logo{width:34px;height:34px;border:1px solid #dbe3ed;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#fff;color:#6f7d90;font-size:12px;font-weight:900}.public-live-logo img{width:28px;height:28px;display:block;object-fit:contain}.public-live-score{color:#a80f2d;font-size:18px;white-space:nowrap}.public-live-score small{font-size:10px}.public-live-vs{color:#8993a2;font-size:8px;font-weight:900}.public-live-card-foot{display:flex;justify-content:space-between;gap:8px;padding:7px 10px;border-top:1px solid #edf0f4;color:#8a94a3;font-size:8px}.public-live-match-card.is-compact .public-live-card-game{padding:8px}.public-live-match-card.is-compact .public-live-logo{width:28px;height:28px}.public-live-match-card.is-compact .public-live-logo img{width:23px;height:23px}
#publicLive .public-live-match-card.is-live .public-live-score{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:5px 9px;border:2px solid #c91639;border-radius:10px;background:#c91639;color:#fff;box-shadow:0 4px 11px rgba(201,22,57,.16);font-size:16px;font-weight:950;line-height:1;will-change:background-color,color,box-shadow;-webkit-animation:publicLiveScoreFlash 1.15s ease-in-out infinite;animation:publicLiveScoreFlash 1.15s ease-in-out infinite}#publicLive .public-live-match-card.is-live .public-live-score small{color:inherit}@keyframes publicLiveScoreFlash{0%,100%{background:#c91639;color:#fff;border-color:#c91639;box-shadow:0 5px 14px rgba(201,22,57,.18)}50%{background:#fff;color:#c91639;border-color:#c91639;box-shadow:0 3px 10px rgba(201,22,57,.10)}}
.public-live-list{display:grid;gap:7px}.public-live-list-row{display:grid;grid-template-columns:92px minmax(0,1fr);overflow:hidden;border:1px solid #dde3eb;border-radius:11px;background:#fff;box-shadow:0 3px 10px rgba(16,28,59,.04)}.public-live-list-time{display:grid;align-content:center;padding:10px 11px;background:#edf5ef}.public-live-list-row.is-closed .public-live-list-time{background:#e8f1f8}.public-live-list-time strong{color:#326a49;font-size:10px}.public-live-list-row.is-closed .public-live-list-time strong{color:#215e8c}.public-live-list-time small{margin-top:4px;color:#748094;font-size:8px}.public-live-list-game{min-width:0;padding:9px 11px}.public-live-list-game>small{display:block;margin-bottom:6px;color:#7d8797;font-size:8px;font-weight:800;text-transform:uppercase}.public-live-list-game>div{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:7px}.public-live-list-game>div>span{min-width:0;display:flex;align-items:center;gap:5px}.public-live-list-game>div>span.is-away{justify-content:flex-end;text-align:right}.public-live-list-game b{min-width:0;font-size:9px;color:var(--navy)}.public-live-list-game .public-live-logo{width:24px;height:24px;flex:0 0 24px}.public-live-list-game .public-live-logo img{width:20px;height:20px}.public-live-list-game .public-live-score{font-size:13px}
.public-live-empty{display:grid;place-items:center;gap:5px;min-height:105px;border:1px dashed #ccd5e1;border-radius:12px;background:#fff;padding:16px;text-align:center}.public-live-empty strong{color:var(--navy);font-size:12px}.public-live-empty span{max-width:380px;color:#7c8797;font-size:9px;line-height:1.4}.public-live-empty.is-small{min-height:80px}
@keyframes publicLiveDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}

@media(max-width:780px){
  .public-live-home{padding:15px;border-radius:14px}.public-live-home-head{align-items:flex-start}.public-live-home h2{font-size:18px}.public-live-primary{padding:9px 11px;font-size:9px}.public-live-home-stats{gap:5px}.public-live-home-stats>div,.public-live-home-stats>button{padding:8px 6px}.public-live-home-stats strong{font-size:18px}.public-live-home-matches{grid-template-columns:1fr}
  .public-live-top{padding:16px;border-radius:14px}.public-live-title-row{display:block}.public-live-title-row h2{font-size:22px}.public-live-updated{display:inline-block;margin-top:10px}.public-live-stats{gap:5px;margin-top:13px}.public-live-stats>div{padding:9px 6px}.public-live-stats strong{font-size:20px}.public-live-stats span{font-size:7px}.public-live-match-grid{grid-template-columns:1fr}.public-live-list-row{grid-template-columns:78px minmax(0,1fr)}
}
@media(max-width:390px){
  .public-live-home{padding:13px}.public-live-home-head{gap:9px}.public-live-home h2{font-size:16px}.public-live-home-head p{font-size:10px}.public-live-primary{padding:8px 9px}.public-live-home-stats strong{font-size:16px}.public-live-home-stats span{font-size:6.5px}
  .public-live-card-game{gap:5px}.public-live-logo{width:31px;height:31px}.public-live-logo img{width:25px;height:25px}.public-live-card-game>div strong{font-size:9px}.public-live-score{font-size:16px}
}

/* LIVE 03 · Mi equipo */
.public-my-team{overflow:hidden;border:1px solid #d9e1ec;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(16,28,59,.07)}
.public-my-team-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px 13px;background:linear-gradient(180deg,#fff,#f7f9fc)}
.public-my-team-head p{margin:0 0 3px;color:#c51638;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.public-my-team-head h2{margin:0;color:var(--navy);font-size:20px;line-height:1.08}.public-my-team-head>div>span{display:block;margin-top:6px;color:#788397;font-size:10px}.public-my-team-star{width:36px;height:36px;flex:0 0 36px;border-radius:50%;display:grid;place-items:center;background:#fff1d8;color:#d39a28;font-size:17px;box-shadow:inset 0 0 0 1px #f0dfbb}
.public-my-team-search{padding:0 20px 18px}.public-my-team-search>label{display:block;margin-bottom:6px;color:#526078;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.public-my-team-input-wrap{position:relative}.public-my-team-input-wrap input{width:100%;height:44px;border:1px solid #cfd8e5;border-radius:11px;background:#fff;padding:0 42px 0 13px;color:var(--navy);font:inherit;font-size:12px;outline:none;box-shadow:0 2px 7px rgba(16,28,59,.035)}.public-my-team-input-wrap input:focus{border-color:#8d9db5;box-shadow:0 0 0 3px rgba(16,28,59,.07)}.public-my-team-input-wrap button{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:29px;height:29px;border:0;border-radius:50%;background:#edf1f6;color:#5d6a7f;font-size:18px;line-height:1;cursor:pointer}.public-my-team-hint{margin-top:6px;color:#8993a2;font-size:8px}
.public-my-team-card{border-top:1px solid #e5eaf0;background:#fbfcfe;padding:17px 20px 19px}.public-my-team-identity{display:flex;align-items:center;gap:10px}.public-my-team-identity>.public-live-logo{width:42px;height:42px;flex:0 0 42px}.public-my-team-identity>.public-live-logo img{width:34px;height:34px}.public-my-team-identity>div{min-width:0;flex:1}.public-my-team-identity small{display:block;color:#7b8797;font-size:8px;font-weight:850;text-transform:uppercase}.public-my-team-identity h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;color:var(--navy);font-size:18px}.public-my-team-saved{flex:0 0 auto;border-radius:999px;background:#fff1d8;color:#9a6b13;padding:6px 8px;font-size:7px;font-weight:900;letter-spacing:.04em}
.public-my-team-next{overflow:hidden;margin-top:13px;border:1px solid #d7e0eb;border-radius:12px;background:#fff}.public-my-team-next.is-live{border-color:#dfa5b0;box-shadow:0 6px 18px rgba(207,22,61,.07)}.public-my-team-next-state{display:flex;align-items:center;gap:7px;padding:8px 11px;background:#edf5ef;color:#326a49;font-size:8px;font-weight:900;letter-spacing:.05em}.public-my-team-next.is-live .public-my-team-next-state{background:#c91639;color:#fff}.public-my-team-next-state i{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.16);animation:publicLiveDot 1.5s ease-in-out infinite}.public-my-team-next-meta{display:flex;justify-content:space-between;gap:8px;padding:8px 11px 0;color:#7b8796;font-size:8px;font-weight:850;text-transform:uppercase}.public-my-team-next-meta b{color:#34435b}.public-my-team-versus{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;padding:10px 11px 12px}.public-my-team-versus>div{min-width:0;display:grid;justify-items:center;gap:5px;text-align:center}.public-my-team-versus>div strong{max-width:100%;color:var(--navy);font-size:10px;line-height:1.16}.public-my-team-versus>span>b{color:#8792a3;font-size:8px}.public-my-team-versus .public-live-score{font-size:18px}.public-my-team-next-foot{display:flex;justify-content:space-between;gap:8px;border-top:1px solid #edf0f4;padding:7px 11px;color:#8a94a3;font-size:8px}.public-my-team-no-next{display:grid;gap:4px;margin-top:13px;border:1px dashed #ccd6e2;border-radius:11px;padding:13px;background:#fff}.public-my-team-no-next strong{color:var(--navy);font-size:10px}.public-my-team-no-next span{color:#7e8999;font-size:8px;line-height:1.4}
.public-my-team-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:9px}.public-my-team-summary article{min-width:0;border:1px solid #e0e6ed;border-radius:10px;background:#fff;padding:10px}.public-my-team-summary small{display:block;color:#8a95a5;font-size:7px;font-weight:900;letter-spacing:.05em}.public-my-team-summary strong{display:block;margin-top:4px;color:var(--navy);font-size:10px;line-height:1.2}.public-my-team-summary span{display:block;margin-top:4px;color:#768295;font-size:8px}.public-my-team-summary article.is-final{background:#f8f2f4;border-color:#ead4da}.public-my-team-summary article.is-final small{color:#aa2340}
.public-my-team-actions{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:10px}.public-my-team-actions button{border:0;border-radius:999px;background:var(--navy);color:#fff;padding:9px 13px;font-size:9px;font-weight:900;cursor:pointer}.public-my-team-actions button span{margin-left:5px;color:#e6a3b1}.public-my-team-field{margin-left:auto;border-radius:999px;background:#edf1f6;color:#4b5b72;padding:7px 10px;font-size:8px;font-weight:850}
@media(max-width:640px){.public-my-team{border-radius:14px}.public-my-team-head{padding:15px 15px 11px}.public-my-team-head h2{font-size:18px}.public-my-team-head>div>span{font-size:9px}.public-my-team-search{padding:0 15px 15px}.public-my-team-card{padding:14px 15px 16px}.public-my-team-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.public-my-team-summary article.is-final{grid-column:1/-1}.public-my-team-actions{align-items:stretch}.public-my-team-actions button{flex:1}.public-my-team-field{display:grid;place-items:center;margin-left:0}}
@media(max-width:390px){.public-my-team-head{padding-left:13px;padding-right:13px}.public-my-team-search,.public-my-team-card{padding-left:13px;padding-right:13px}.public-my-team-star{width:32px;height:32px;flex-basis:32px}.public-my-team-identity h3{font-size:16px}.public-my-team-saved{font-size:6.5px;padding:5px 7px}.public-my-team-summary strong{font-size:9px}}

/* LIVE 04 · Mapa interactivo de Tajonar */
.public-field-link{appearance:none;border:0;background:transparent;padding:0;color:inherit;font:inherit;font-weight:900;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.public-live-match-card.is-live .public-field-link{color:#fff}.public-field-link.is-on-list{color:#52657c;text-decoration:none}.public-live-list-row.is-closed .public-field-link.is-on-list{color:#215e8c}
.public-map-home{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;overflow:hidden;border:1px solid #d8e0ea;border-radius:16px;background:linear-gradient(135deg,#101c3b 0%,#162a54 100%);padding:18px 20px;color:#fff;box-shadow:0 9px 26px rgba(16,28,59,.12)}
.public-map-home-copy p{margin:0 0 4px;color:#e7a3b2;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.public-map-home-copy h2{margin:0;font-size:21px;line-height:1.05}.public-map-home-copy span{display:block;max-width:520px;margin-top:7px;color:#c7d2e4;font-size:10px;line-height:1.45}.public-map-home-actions{display:grid;justify-items:end;gap:9px}.public-map-home-fields{display:flex;max-width:410px;gap:5px;flex-wrap:wrap;justify-content:flex-end}.public-map-home-fields button{display:flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.07);color:#d9e1ed;padding:5px 7px;font-size:7px;cursor:pointer}.public-map-home-fields button b{font-size:8px}.public-map-home-fields button span{color:#aebbd0}.public-map-home-fields button.is-live{border-color:#ee8fa1;background:#c91639;color:#fff}.public-map-home-fields button.is-live span{color:#fff}.public-map-home-fields button.is-next{border-color:rgba(255,255,255,.28)}.public-map-primary{border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#fff;color:#101c3b;padding:9px 13px;font-size:9px;font-weight:900;cursor:pointer}.public-map-primary span{margin-left:5px;color:#c51638}
.public-map-screen{display:grid;gap:13px}.public-map-top{overflow:hidden;border-radius:16px;background:linear-gradient(135deg,#101c3b,#1b315e);padding:18px 20px;color:#fff;box-shadow:0 9px 26px rgba(16,28,59,.11)}.public-map-kicker{margin:0 0 4px;color:#e7a3b2;font-size:8px;font-weight:900;letter-spacing:.09em}.public-map-top h2{margin:0;font-size:25px;line-height:1.05}.public-map-top>div>span{display:block;margin-top:6px;color:#c8d3e4;font-size:10px}.public-map-field-chips{display:flex;gap:6px;margin-top:14px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.public-map-field-chips::-webkit-scrollbar{display:none}.public-map-field-chips button{flex:0 0 auto;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.055);color:#d9e2ef;padding:7px 10px;font-size:8px;font-weight:900;cursor:pointer}.public-map-field-chips button i{font-style:normal;color:#aebcd1;font-size:6.5px}.public-map-field-chips button.is-live{background:#c91639;border-color:#e77389;color:#fff}.public-map-field-chips button.is-live i{color:#fff}.public-map-field-chips button.is-next{border-color:#8aa0bf}.public-map-field-chips button.is-selected{outline:2px solid #fff;outline-offset:2px}
.public-map-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.8fr);gap:13px;align-items:start}.public-map-viewport{position:relative;overflow:auto;max-height:72vh;border:1px solid #d9e1eb;border-radius:15px;background:#edf2f7;box-shadow:0 7px 22px rgba(16,28,59,.07);overscroll-behavior:contain}.public-map-canvas{position:relative;width:100%;min-width:760px;line-height:0}.public-map-canvas>img{display:block;width:100%;height:auto}.public-map-hotspot{position:absolute;border:2px solid rgba(16,28,59,.18);border-radius:10px;background:rgba(255,255,255,.08);color:transparent;cursor:pointer;transition:.16s ease;line-height:1}.public-map-hotspot span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.9);border-radius:999px;background:rgba(16,28,59,.88);color:#fff;padding:5px 7px;font-size:8px;font-weight:900;opacity:0;transition:.16s ease;white-space:nowrap}.public-map-hotspot:hover,.public-map-hotspot:focus-visible{border-color:#101c3b;background:rgba(255,255,255,.18);outline:none}.public-map-hotspot:hover span,.public-map-hotspot:focus-visible span{opacity:1;transform:translate(-50%,-50%) scale(1)}.public-map-hotspot.is-live{border-color:#cf163d;background:rgba(207,22,61,.16);box-shadow:0 0 0 4px rgba(207,22,61,.12)}.public-map-hotspot.is-live::after{content:"";position:absolute;right:7px;top:7px;width:9px;height:9px;border-radius:50%;background:#cf163d;box-shadow:0 0 0 5px rgba(207,22,61,.15);animation:publicLiveDot 1.5s ease-in-out infinite}.public-map-hotspot.is-next{border-color:#56749e;background:rgba(57,92,137,.09)}.public-map-hotspot.is-selected{border-color:#101c3b;background:rgba(255,255,255,.32);box-shadow:0 0 0 5px rgba(255,255,255,.86),0 0 0 8px rgba(16,28,59,.42)}.public-map-hotspot.is-selected span{opacity:1;transform:translate(-50%,-50%) scale(1)}
.public-map-field-panel{overflow:hidden;border:1px solid #d9e1eb;border-radius:15px;background:#fff;box-shadow:0 7px 22px rgba(16,28,59,.07);position:sticky;top:10px}.public-map-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 16px;border-bottom:1px solid #e5eaf1;background:linear-gradient(180deg,#fff,#f7f9fc)}.public-map-panel-head small{display:block;color:#8a95a4;font-size:7px;font-weight:900;letter-spacing:.07em}.public-map-panel-head h3{margin:2px 0 0;color:#101c3b;font-size:25px}.public-map-panel-head>span{border-radius:999px;background:#edf1f6;color:#65748a;padding:6px 8px;font-size:7px;font-weight:900;white-space:nowrap}.public-map-panel-head>span.is-live{background:#c91639;color:#fff}.public-map-panel-head>span.is-next{background:#e8f0f7;color:#315f88}.public-map-activity{margin:12px;border:1px solid #dce3ec;border-radius:12px;overflow:hidden;background:#fff}.public-map-activity.is-live{border-color:#dfa3af;box-shadow:0 5px 16px rgba(207,22,61,.08)}.public-map-activity>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:8px 10px;background:#edf2f7}.public-map-activity.is-live>div:first-child{background:#c91639;color:#fff}.public-map-activity>div:first-child small{font-size:7px;font-weight:900;letter-spacing:.06em}.public-map-activity>div:first-child b{font-size:7px}.public-map-activity-game{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;padding:10px}.public-map-activity-game>span{min-width:0;display:grid;justify-items:center;gap:4px;text-align:center}.public-map-activity-game>span.is-away{justify-items:center}.public-map-activity-game strong{font-size:9px;color:#101c3b;line-height:1.15}.public-map-activity-game .public-live-logo{width:28px;height:28px}.public-map-activity-game .public-live-logo img{width:23px;height:23px}.public-map-activity-game .public-live-score{font-size:15px}.public-map-activity footer{display:flex;justify-content:space-between;gap:8px;border-top:1px solid #edf0f4;padding:7px 10px;color:#8590a0;font-size:7px}.public-map-no-activity{display:grid;gap:4px;margin:12px;border:1px dashed #cfd8e4;border-radius:11px;padding:13px;background:#fbfcfe}.public-map-no-activity strong{color:#101c3b;font-size:10px}.public-map-no-activity span{color:#7c8797;font-size:8px;line-height:1.4}.public-map-last{border-top:1px solid #e8ecf2;padding-top:2px}.public-map-last>small{display:block;margin:9px 12px 0;color:#8d97a6;font-size:7px;font-weight:900;letter-spacing:.05em}
.public-my-team-actions .public-my-team-field{appearance:none;border:0;flex:0 0 auto!important;margin-left:auto;border-radius:999px;background:#edf1f6!important;color:#4b5b72!important;padding:7px 10px!important;font-size:8px!important;font-weight:850!important;cursor:pointer}.public-my-team-actions .public-my-team-field:hover{background:#e3e9f1!important}
@media(max-width:820px){.public-map-home{grid-template-columns:1fr;padding:15px}.public-map-home-actions{justify-items:stretch}.public-map-home-fields{max-width:none;justify-content:flex-start}.public-map-primary{justify-self:start}.public-map-layout{grid-template-columns:1fr}.public-map-field-panel{position:static}.public-map-viewport{max-height:62vh}.public-map-canvas{min-width:860px}}
@media(max-width:520px){.public-map-home{border-radius:14px;padding:14px}.public-map-home-copy h2{font-size:18px}.public-map-home-copy span{font-size:9px}.public-map-home-fields{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.public-map-home-fields button{display:grid;justify-items:center;gap:2px;padding:6px 3px;border-radius:9px}.public-map-home-fields button b{font-size:8px}.public-map-home-fields button span{font-size:5.8px;white-space:nowrap}.public-map-primary{width:100%;display:flex;justify-content:center}.public-map-top{padding:15px;border-radius:14px}.public-map-top h2{font-size:22px}.public-map-top>div>span{font-size:9px}.public-map-layout{gap:9px}.public-map-viewport{border-radius:12px;max-height:58vh}.public-map-canvas{min-width:820px}.public-map-field-panel{border-radius:12px}.public-map-panel-head{padding:12px 13px}.public-map-panel-head h3{font-size:22px}.public-map-activity{margin:10px}.public-map-hotspot span{font-size:7px}}

/* LIVE 04B - Mapa móvil: vista global, selector completo y resaltado discreto */
.public-map-hotspot{
  border-color:transparent;
  background:transparent;
  box-shadow:none;
}
.public-map-hotspot:hover,.public-map-hotspot:focus-visible{
  border-color:rgba(16,28,59,.42);
  background:rgba(255,255,255,.10);
}
.public-map-hotspot.is-next{
  border-color:rgba(58,91,135,.32);
  background:rgba(58,91,135,.05);
}
.public-map-hotspot.is-live{
  border-color:#cf163d;
  background:rgba(207,22,61,.08);
  box-shadow:0 0 0 2px rgba(207,22,61,.10);
}
.public-map-hotspot.is-selected{
  border-color:#101c3b;
  background:rgba(255,255,255,.10);
  box-shadow:0 0 0 2px rgba(255,255,255,.92),0 0 0 4px rgba(16,28,59,.30);
}
.public-map-hotspot.is-selected span{
  opacity:1;
  transform:translate(-50%,-50%) scale(.92);
}

@media(max-width:820px){
  .public-map-field-chips{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:6px;
    overflow:visible;
    padding-bottom:0;
  }
  .public-map-field-chips button{
    min-width:0;
    width:100%;
    justify-content:center;
    padding:7px 4px;
    border-radius:10px;
    gap:3px;
  }
  .public-map-field-chips button span{font-size:8px}
  .public-map-field-chips button i{font-size:5.8px}
  .public-map-layout{grid-template-columns:1fr;gap:10px}
  .public-map-viewport{
    overflow:hidden;
    max-height:none;
    width:100%;
    border-radius:13px;
  }
  .public-map-canvas{
    width:100%;
    min-width:0;
  }
  .public-map-canvas>img{width:100%;height:auto}
  .public-map-field-panel{position:static;top:auto}
  .public-map-hotspot{
    border-width:1.5px;
    border-radius:6px;
  }
  .public-map-hotspot span{
    padding:3px 5px;
    font-size:6.5px;
  }
  .public-map-hotspot.is-live::after{
    right:3px;
    top:3px;
    width:6px;
    height:6px;
    box-shadow:0 0 0 3px rgba(207,22,61,.14);
  }
  body.public-map-mode .public-hero-inner{padding-top:15px}
}

@media(max-width:520px){
  .public-map-top{padding:14px 13px}
  .public-map-top h2{font-size:21px}
  .public-map-top>div>span{font-size:8.5px;line-height:1.35}
  .public-map-field-chips{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-top:12px}
  .public-map-field-chips button{padding:6px 2px}
  .public-map-field-chips button span{font-size:7.5px}
  .public-map-field-chips button i{font-size:5.3px}
  .public-map-viewport{border-radius:11px}
  .public-map-hotspot.is-selected{
    box-shadow:0 0 0 1.5px rgba(255,255,255,.95),0 0 0 3px rgba(16,28,59,.30);
  }
}

@media(max-width:380px){
  .public-map-field-chips{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}
  .public-map-field-chips button{padding:6px 1px}
  .public-map-field-chips button span{font-size:7px}
  .public-map-field-chips button i{display:none}
}

/* LIVE 04C - Ajuste fino de posición A4/A5 y legibilidad de campos */
@media(max-width:820px){
  .public-map-field-chips button{
    min-height:42px;
    padding:8px 4px;
  }
  .public-map-field-chips button span{
    font-size:11px;
    line-height:1;
    letter-spacing:.01em;
  }
  .public-map-field-chips button i{
    font-size:7px;
    line-height:1;
    margin-top:2px;
  }
  .public-map-hotspot span{
    padding:4px 6px;
    font-size:9px;
    line-height:1;
  }
}
@media(max-width:520px){
  .public-map-field-chips button{
    min-height:44px;
    padding:8px 2px;
  }
  .public-map-field-chips button span{
    font-size:11px;
  }
  .public-map-field-chips button i{
    font-size:6.5px;
  }
  .public-map-hotspot span{
    font-size:9px;
  }
}
@media(max-width:380px){
  .public-map-field-chips button{
    min-height:42px;
  }
  .public-map-field-chips button span{
    font-size:10px;
  }
}

/* LIVE 05 · integración Mi equipo + partidos + mapa */
.public-match-meta .public-field-link.is-inline-meta,
.public-bracket-detail-meta .public-field-link.is-bracket-detail{
  display:inline-flex;
  align-items:center;
  gap:3px;
  vertical-align:baseline;
  color:inherit;
  text-decoration:none;
  border-radius:999px;
  padding:1px 5px;
  background:rgba(16,28,59,.06);
}
.public-match-meta .public-field-link.is-inline-meta:hover,
.public-bracket-detail-meta .public-field-link.is-bracket-detail:hover{
  background:rgba(201,22,57,.10);
  color:#a80f2f;
}
.public-my-team-location{display:inline-flex;align-items:center;justify-content:flex-end;min-width:0}
.public-my-team-next-meta .public-field-link.is-my-team-main{
  display:inline-flex;
  align-items:center;
  gap:3px;
  border-radius:999px;
  padding:4px 7px;
  background:#edf2f7;
  color:#31465f;
  text-decoration:none;
  font-size:8px;
  white-space:nowrap;
}
.public-my-team-next.is-live .public-my-team-next-meta .public-field-link.is-my-team-main{
  background:#fff1f4;
  color:#a90e31;
}
.public-map-field-panel .public-map-activity + .public-map-activity{margin-top:-4px}
.public-map-field-panel .public-map-activity + .public-map-activity>div:first-child{background:#f5f7fa}
.public-map-field-panel .public-map-activity + .public-map-activity>div:first-child small{color:#617086}
@media(max-width:520px){
  .public-match-meta .public-field-link.is-inline-meta{padding:1px 3px}
  .public-my-team-next-meta{align-items:center}
  .public-my-team-next-meta .public-field-link.is-my-team-main{font-size:8px;padding:4px 6px}
  .public-my-team-actions .public-my-team-field{font-size:8.5px!important;padding:8px 9px!important}
}

/* LIVE 06 · fase final */
.public-live-final-zone{position:relative;overflow:hidden;border:1px solid #d8deea;border-radius:16px;background:linear-gradient(145deg,#fff,#f7f9fd);box-shadow:0 8px 24px rgba(16,28,59,.07)}
.public-live-final-zone::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#cf163d,#0f1e40)}
.public-live-final-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:18px 18px 12px}.public-live-final-head small{display:block;color:#b20f2f;font-size:8px;font-weight:950;letter-spacing:.11em}.public-live-final-head h3{margin:3px 0 0;color:var(--navy);font-size:22px}.public-live-final-head p{margin:5px 0 0;color:#727f91;font-size:10px}.public-live-final-head button{flex:0 0 auto;border:0;border-radius:999px;background:var(--navy);color:#fff;padding:9px 12px;font-size:9px;font-weight:900;cursor:pointer}.public-live-final-head button span{margin-left:5px;color:#f0a5b5}
.public-live-final-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:0 18px 12px}.public-live-final-stats>div{border:1px solid #e0e5ed;border-radius:10px;background:#fff;padding:9px 10px}.public-live-final-stats strong{display:block;color:var(--navy);font-size:20px;line-height:1}.public-live-final-stats span{display:block;margin-top:4px;color:#8792a2;font-size:7px;font-weight:900;letter-spacing:.06em}
.public-live-final-matches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 18px 15px}.public-live-final-card{overflow:hidden;border:1px solid #dbe2eb;border-radius:12px;background:#fff}.public-live-final-card.is-live{border-color:#d996a5;box-shadow:0 5px 16px rgba(207,22,61,.09)}.public-live-final-card header{display:flex;align-items:center;justify-content:space-between;gap:8px;background:#edf2f7;padding:8px 10px;color:#59687b;font-size:8px;font-weight:900}.public-live-final-card.is-live header{background:#c91639;color:#fff}.public-live-final-card header>span{display:flex;align-items:center;gap:6px}.public-live-final-card header i{width:6px;height:6px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.16);animation:publicLiveDot 1.5s ease-in-out infinite}.public-live-final-stage{padding:8px 10px 0;color:#7f8998;font-size:8px;font-weight:850;text-transform:uppercase}.public-live-final-game{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:7px;padding:10px}.public-live-final-game>div{min-width:0;display:grid;justify-items:center;gap:5px;text-align:center}.public-live-final-game>div strong{max-width:100%;color:var(--navy);font-size:10px;line-height:1.15}.public-live-final-game>div.is-winner strong{color:#a80f2d}.public-live-final-game>div.is-winner::after{content:"CLASIFICADO";color:#a80f2d;font-size:6px;font-weight:950;letter-spacing:.06em}.public-live-final-card footer{display:flex;justify-content:space-between;gap:8px;border-top:1px solid #edf0f4;padding:7px 10px;color:#8791a0;font-size:8px}
.public-live-qualified{border-top:1px solid #e3e8ef;padding:12px 18px 16px}.public-live-qualified:empty{display:none}.public-live-qualified-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.public-live-qualified-head small{color:#a90f2c;font-size:8px;font-weight:950;letter-spacing:.08em}.public-live-qualified-head span{color:#8a94a3;font-size:8px}.public-live-qualified-list{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.public-live-qualified-list::-webkit-scrollbar{display:none}.public-live-qualified-list>span{min-width:128px;display:grid;grid-template-columns:26px minmax(0,1fr);grid-template-rows:auto auto;column-gap:7px;align-items:center;border:1px solid #e1e6ed;border-radius:10px;background:#fff;padding:7px 8px}.public-live-qualified-list .public-live-logo{grid-row:1/3;width:26px;height:26px}.public-live-qualified-list .public-live-logo img{width:21px;height:21px}.public-live-qualified-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--navy);font-size:8px}.public-live-qualified-list small{color:#929ba8;font-size:7px}
@media(max-width:680px){.public-live-final-head{padding:16px 14px 11px}.public-live-final-head h3{font-size:19px}.public-live-final-head button{padding:8px 10px}.public-live-final-stats{padding:0 14px 11px;gap:5px}.public-live-final-stats>div{padding:8px 7px}.public-live-final-stats strong{font-size:18px}.public-live-final-matches{grid-template-columns:1fr;padding:0 14px 13px}.public-live-qualified{padding:11px 14px 14px}}

/* LIVE 07 · Refinamiento de Ahora mismo y experiencia móvil */
.public-live-pulse{display:flex;align-items:center;flex-wrap:wrap;gap:7px 12px;margin-top:11px;border-top:1px solid rgba(255,255,255,.12);padding-top:10px;color:#d6deeb;font-size:9px;line-height:1.3}
.public-live-pulse:empty{display:none}.public-live-pulse>span{display:flex;align-items:center;gap:5px;min-width:0}.public-live-pulse b{color:#fff;font-weight:900}.public-live-pulse-fields{flex-wrap:wrap}.public-live-pulse em{font-style:normal;color:#aebdd3;font-size:8px;font-weight:900}
.public-field-link.is-on-pulse{border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07);padding:3px 6px;color:#fff;text-decoration:none;font-size:8px}
.public-live-section-heading>b.is-neutral{background:#e9eef5;color:#53647d}.public-live-section-heading>b.is-blue{background:#e6f0f8;color:#215e8c}

@media(max-width:680px){
  .public-live-screen{gap:14px}.public-live-top{padding:15px 14px}.public-live-title-row h2{font-size:21px}.public-live-title-row>div>p:last-child{font-size:10px;line-height:1.35}.public-live-updated{margin-top:8px;padding:5px 8px;font-size:7.5px}
  .public-live-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:12px}.public-live-stats>div{min-height:59px;padding:9px 10px}.public-live-stats strong{font-size:22px}.public-live-stats span{margin-top:5px;font-size:7.5px;line-height:1.2}
  .public-live-pulse{display:grid;gap:6px;margin-top:9px;padding-top:9px;font-size:8.5px}.public-live-pulse>span{flex-wrap:wrap}.public-field-link.is-on-pulse{font-size:8px;padding:3px 6px}
  .public-live-filters{margin-top:10px}.public-live-filters button{padding:7px 13px;font-size:9px}
  .public-live-section-heading{padding:0 1px}.public-live-section-heading h3{font-size:16px}.public-live-section-heading>div>span{width:25px;height:25px}.public-live-section-heading>b{min-width:26px;height:26px;font-size:10px}
  .public-live-match-card{border-radius:11px}.public-live-card-top{padding:9px 10px;font-size:8.5px}.public-live-card-meta{font-size:8.5px}.public-live-card-game{padding:11px 9px;gap:6px}.public-live-card-game>div strong{font-size:10px;line-height:1.18}.public-live-score{font-size:18px}.public-live-card-foot{font-size:8px}
  .public-live-list-row{grid-template-columns:82px minmax(0,1fr)}.public-live-list-time{padding:10px 9px}.public-live-list-time strong{font-size:10px}.public-live-list-time small{font-size:8px}.public-live-list-game{padding:9px 9px}.public-live-list-game>small{font-size:8px}.public-live-list-game b{font-size:9.5px;line-height:1.15}.public-live-list-game .public-live-score{font-size:13px}
  .public-live-empty{min-height:82px;padding:13px}.public-live-empty.is-small{min-height:65px}.public-live-empty strong{font-size:11px}.public-live-empty span{font-size:8.5px}
}
@media(max-width:390px){
  .public-live-stats>div{min-height:56px;padding:8px}.public-live-stats strong{font-size:20px}.public-live-list-row{grid-template-columns:76px minmax(0,1fr)}.public-live-list-game b{font-size:9px}.public-live-list-game .public-live-logo{width:22px;height:22px;flex-basis:22px}.public-live-list-game .public-live-logo img{width:18px;height:18px}
}
@media(prefers-reduced-motion:reduce){.public-live-card-top i,.public-live-section-heading>div>span.is-red::before,.public-live-final-card header i,.public-my-team-next-state i{animation:none!important}}

/* LIVE 07B · buscador ligero "Mi equipo" para móvil/iOS */
.public-my-team-results{position:relative;z-index:5;display:grid;gap:4px;margin-top:7px;border:1px solid #d9e1eb;border-radius:12px;background:#fff;padding:5px;box-shadow:0 10px 24px rgba(16,28,59,.10);touch-action:pan-y;overscroll-behavior:contain}
.public-my-team-results.hidden{display:none!important}
.public-my-team-result{appearance:none;width:100%;border:0;border-radius:9px;background:#fff;display:grid;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:8px 9px;text-align:left;cursor:pointer;color:var(--navy)}
.public-my-team-result:hover,.public-my-team-result:focus-visible{background:#f2f5f9;outline:none}
.public-my-team-result>.public-live-logo{width:30px;height:30px;flex:0 0 30px}
.public-my-team-result>.public-live-logo img{width:24px;height:24px}
.public-my-team-result>span:nth-child(2){min-width:0}
.public-my-team-result strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.2}
.public-my-team-result small{display:block;margin-top:2px;color:#7c8797;font-size:8px;font-weight:750}
.public-my-team-result>b{color:#a5afbd;font-size:17px;text-align:right}
.public-my-team-result-empty{padding:11px 10px;color:#7d8796;font-size:9px;text-align:center}
@media(max-width:640px){
  .public-my-team-input-wrap input{font-size:16px;height:46px} /* evita zoom y mejora respuesta en iOS */
  .public-my-team-results{max-height:292px;overflow:auto;-webkit-overflow-scrolling:touch}
  .public-my-team-result{grid-template-columns:36px minmax(0,1fr) 18px;padding:10px 9px}
  .public-my-team-result>.public-live-logo{width:34px;height:34px;flex-basis:34px}
  .public-my-team-result>.public-live-logo img{width:27px;height:27px}
  .public-my-team-result strong{font-size:11px}
  .public-my-team-result small{font-size:8.5px}
}


/* LIVE 08 · acceso rápido persistente a Tu equipo */
.public-my-team-dock{position:fixed;z-index:1200;left:50%;bottom:calc(10px + env(safe-area-inset-bottom,0px));transform:translateX(-50%);width:min(680px,calc(100vw - 24px));min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(15,30,64,.97);box-shadow:0 15px 36px rgba(5,15,36,.30);padding:7px 8px 7px 9px;color:#fff;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.public-my-team-dock.hidden{display:none!important}
.public-my-team-dock-main{appearance:none;min-width:0;border:0;background:transparent;color:inherit;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;padding:2px;text-align:left;cursor:pointer}
.public-my-team-dock-logo{width:42px;height:42px;border-radius:11px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(15,30,64,.08)}
.public-my-team-dock-logo img{display:block;width:34px;height:34px;object-fit:contain}.public-my-team-dock-logo>span{color:var(--navy);font-size:18px;font-weight:950}
.public-my-team-dock-copy{min-width:0;display:block}.public-my-team-dock-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f0a8b7;font-size:7.5px;font-weight:950;letter-spacing:.055em}.public-my-team-dock-copy small.is-live{color:#fff}.public-my-team-dock-copy small.is-live::before{content:"";display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#ff3159;box-shadow:0 0 0 4px rgba(255,49,89,.15);vertical-align:1px}.public-my-team-dock-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;color:#fff;font-size:12px;line-height:1.15}.public-my-team-dock-copy em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;color:#b9c5d8;font-size:8px;font-style:normal;font-weight:700}
.public-my-team-dock-action{appearance:none;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:rgba(255,255,255,.08);color:#fff;min-width:54px;height:45px;display:grid;place-items:center;align-content:center;gap:0;padding:3px 8px;cursor:pointer}.public-my-team-dock-action.hidden{display:none!important}.public-my-team-dock-action span{font-size:16px;line-height:1}.public-my-team-dock-action b{margin-top:2px;font-size:7.5px}.public-my-team-dock-close{appearance:none;width:28px;height:28px;align-self:start;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#c4cfdf;font-size:17px;line-height:1;cursor:pointer}
body.public-my-team-dock-open #publicSite{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}
@media(max-width:680px){
  .public-my-team-dock{bottom:calc(7px + env(safe-area-inset-bottom,0px));width:calc(100vw - 14px);min-height:59px;border-radius:15px;grid-template-columns:minmax(0,1fr) auto auto;gap:5px;padding:6px 6px 6px 7px}
  .public-my-team-dock-main{grid-template-columns:38px minmax(0,1fr);gap:8px}.public-my-team-dock-logo{width:38px;height:38px;border-radius:10px}.public-my-team-dock-logo img{width:31px;height:31px}.public-my-team-dock-copy small{font-size:7px}.public-my-team-dock-copy strong{font-size:11px}.public-my-team-dock-copy em{font-size:7.5px}.public-my-team-dock-action{min-width:48px;height:40px;padding:2px 6px}.public-my-team-dock-action span{font-size:14px}.public-my-team-dock-action b{font-size:7px}.public-my-team-dock-close{width:25px;height:25px;font-size:15px}
  body.public-my-team-dock-open #publicSite{padding-bottom:calc(71px + env(safe-area-inset-bottom,0px))}
}
@media(max-width:370px){.public-my-team-dock-logo{display:none}.public-my-team-dock-main{grid-template-columns:minmax(0,1fr)}.public-my-team-dock-copy strong{font-size:10.5px}}


/* LIVE 09 · Cuadro de honor y premios en la web pública */
.public-final-honors{margin-top:22px;border:1px solid #dfe5ee;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);box-shadow:0 12px 30px rgba(18,35,70,.08);overflow:hidden}
.public-final-honors-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:20px 22px 14px;border-bottom:1px solid #e6ebf2;background:linear-gradient(135deg,#102044,#182f62);color:#fff}.public-final-honors-head p{margin:0 0 3px;color:#ef9bad;font-size:8px;font-weight:950;letter-spacing:.1em}.public-final-honors-head h2{margin:0;font-size:24px;line-height:1.05}.public-final-honors-head>span{color:#c8d3e6;font-size:9px;font-weight:850}
.public-honor-podium{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:14px}.public-honor-place{min-width:0;min-height:74px;display:grid;grid-template-columns:54px 46px minmax(0,1fr);align-items:center;gap:9px;border:1px solid #e1e6ed;border-radius:13px;background:#fff;padding:9px 11px}.public-honor-place.is-empty{grid-template-columns:54px minmax(0,1fr);opacity:.62}.public-honor-rank{display:grid;place-items:center;align-content:center}.public-honor-rank span{font-size:21px;line-height:1}.public-honor-rank b{margin-top:3px;color:#59667a;font-size:9px}.public-honor-logo{width:44px;height:44px;border-radius:10px;background:#fff;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #e4e8ef}.public-honor-logo img{width:36px;height:36px;object-fit:contain}.public-honor-name{min-width:0}.public-honor-place small{display:block;color:#8893a3;font-size:7.5px;font-weight:950;letter-spacing:.04em}.public-honor-place strong{display:block;margin-top:4px;color:var(--navy);font-size:12px;line-height:1.15}.public-honor-place.is-1{border-color:#e3c65d;background:#fffaf0}.public-honor-place.is-1 .public-honor-name strong{font-size:14px}
.public-awards-block{border-top:1px solid #e5eaf1;padding:16px 18px 19px}.public-awards-heading{margin-bottom:11px}.public-awards-heading small{color:#9c7c1e;font-size:7.5px;font-weight:950;letter-spacing:.08em}.public-awards-heading h3{margin:3px 0 0;color:var(--navy);font-size:17px}.public-awards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.public-awards-grid article{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;border:1px solid #e4e8ef;border-radius:11px;background:#fff;padding:10px}.public-awards-grid article>span{width:34px;height:34px;border-radius:9px;background:#f7f0d7;color:#8f711a;display:grid;place-items:center;font-size:16px}.public-awards-grid small{display:block;color:#8d96a4;font-size:7px;font-weight:950;letter-spacing:.035em}.public-awards-grid strong{display:block;margin-top:3px;color:var(--navy);font-size:10.5px;line-height:1.16}.public-awards-grid strong.is-pending{color:#a1a8b2;font-weight:750}.public-awards-grid div>span{display:block;margin-top:2px;color:#7c8796;font-size:8px;font-weight:700}
@media(max-width:680px){.public-final-honors{margin-top:16px;border-radius:15px}.public-final-honors-head{align-items:flex-start;padding:16px 14px 12px}.public-final-honors-head h2{font-size:21px}.public-final-honors-head>span{max-width:40%;text-align:right;font-size:8px}.public-honor-podium{grid-template-columns:1fr;gap:6px;padding:10px}.public-honor-place{min-height:66px;grid-template-columns:46px 40px minmax(0,1fr);gap:8px;padding:8px 9px}.public-honor-place.is-empty{grid-template-columns:46px minmax(0,1fr)}.public-honor-rank span{font-size:18px}.public-honor-logo{width:38px;height:38px}.public-honor-logo img{width:31px;height:31px}.public-honor-place strong{font-size:11px}.public-honor-place.is-1 .public-honor-name strong{font-size:12.5px}.public-awards-block{padding:13px 11px 14px}.public-awards-heading h3{font-size:15px}.public-awards-grid{grid-template-columns:1fr;gap:6px}.public-awards-grid article{grid-template-columns:34px minmax(0,1fr);padding:9px}.public-awards-grid article>span{width:32px;height:32px;font-size:14px}.public-awards-grid strong{font-size:10px}}

@media(max-width:680px){
  #publicLive .public-live-match-card.is-live .public-live-score{min-width:58px;padding:4px 8px;border-radius:9px;font-size:15px}
}

/* LIVE 13 · Portada: estado EN DIRECTO y marcadores destacados */
#publicLiveHomeSection .public-live-eyebrow{
  -webkit-animation:publicLiveHomeEyebrowFlash 1.15s ease-in-out infinite;
  animation:publicLiveHomeEyebrowFlash 1.15s ease-in-out infinite;
}
#publicLiveHomeSection .public-live-match-card.is-live .public-live-score{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  padding:4px 7px;
  border:2px solid #c91639;
  border-radius:9px;
  background:#c91639;
  color:#fff;
  box-shadow:0 4px 10px rgba(201,22,57,.15);
  font-size:14px;
  font-weight:950;
  line-height:1;
  will-change:background-color,color,box-shadow;
  -webkit-animation:publicLiveScoreFlash 1.15s ease-in-out infinite;
  animation:publicLiveScoreFlash 1.15s ease-in-out infinite;
}
#publicLiveHomeSection .public-live-match-card.is-live .public-live-score small{color:inherit}
@-webkit-keyframes publicLiveHomeEyebrowFlash{
  0%,100%{opacity:1;transform:translateZ(0)}
  50%{opacity:.42;transform:translateZ(0)}
}
@keyframes publicLiveHomeEyebrowFlash{
  0%,100%{opacity:1}
  50%{opacity:.42}
}
@media(max-width:680px){
  #publicLiveHomeSection .public-live-match-card.is-live .public-live-score{
    min-width:50px;
    padding:3px 7px;
    border-radius:8px;
    font-size:13px;
  }
}

/* LIVE 14 · Mi equipo: señalización en directo coherente con LIVE */
.public-my-team-next.is-live .public-live-score{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  padding:4px 8px;
  border:2px solid #c91639;
  border-radius:9px;
  background:#c91639;
  color:#fff;
  box-shadow:0 4px 11px rgba(201,22,57,.16);
  font-size:15px;
  font-weight:950;
  line-height:1;
  will-change:background-color,color,box-shadow;
  -webkit-animation:publicLiveScoreFlash 1.15s ease-in-out infinite;
  animation:publicLiveScoreFlash 1.15s ease-in-out infinite;
}
.public-my-team-next.is-live .public-live-score small{color:inherit}
.public-my-team-next.is-live .public-my-team-next-state{
  will-change:background-color,color;
  -webkit-animation:publicMyTeamLiveStateFlash 1.15s ease-in-out infinite;
  animation:publicMyTeamLiveStateFlash 1.15s ease-in-out infinite;
}
.public-my-team-dock-copy small.is-live{
  will-change:opacity,color;
  -webkit-animation:publicMyTeamDockLiveFlash 1.15s ease-in-out infinite;
  animation:publicMyTeamDockLiveFlash 1.15s ease-in-out infinite;
}
.public-my-team-dock-copy small.is-live::before{
  will-change:opacity,box-shadow;
  -webkit-animation:publicMyTeamDockDotFlash 1.15s ease-in-out infinite;
  animation:publicMyTeamDockDotFlash 1.15s ease-in-out infinite;
}
@-webkit-keyframes publicMyTeamLiveStateFlash{
  0%,100%{background:#c91639;color:#fff}
  50%{background:#fff;color:#c91639}
}
@keyframes publicMyTeamLiveStateFlash{
  0%,100%{background:#c91639;color:#fff}
  50%{background:#fff;color:#c91639}
}
@-webkit-keyframes publicMyTeamDockLiveFlash{
  0%,100%{opacity:1;color:#fff}
  50%{opacity:.38;color:#ff9caf}
}
@keyframes publicMyTeamDockLiveFlash{
  0%,100%{opacity:1;color:#fff}
  50%{opacity:.38;color:#ff9caf}
}
@-webkit-keyframes publicMyTeamDockDotFlash{
  0%,100%{opacity:1;box-shadow:0 0 0 4px rgba(255,49,89,.18)}
  50%{opacity:.25;box-shadow:0 0 0 1px rgba(255,49,89,.04)}
}
@keyframes publicMyTeamDockDotFlash{
  0%,100%{opacity:1;box-shadow:0 0 0 4px rgba(255,49,89,.18)}
  50%{opacity:.25;box-shadow:0 0 0 1px rgba(255,49,89,.04)}
}
@media(max-width:680px){
  .public-my-team-next.is-live .public-live-score{
    min-width:54px;
    padding:3px 7px;
    border-radius:8px;
    font-size:14px;
  }
}

/* LIVE 14B · La cabecera de Mi equipo en juego permanece fija en rojo */
.public-my-team-next.is-live .public-my-team-next-state{
  background:#c91639;
  color:#fff;
  -webkit-animation:none;
  animation:none;
  will-change:auto;
}

/* LIVE 15 · Campo seleccionado destacado sobre el plano */
.public-map-hotspot.is-selected span{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
  min-width:44px;
  padding:6px 9px;
  border:2px solid #c91639;
  border-radius:999px;
  background:#c91639;
  color:#fff;
  box-shadow:0 5px 14px rgba(201,22,57,.25),0 0 0 3px rgba(255,255,255,.82);
  font-size:11px;
  font-weight:950;
  line-height:1;
  text-align:center;
  z-index:4;
  will-change:background-color,color,box-shadow,transform;
  -webkit-animation:publicSelectedFieldFlash 1.15s ease-in-out infinite;
  animation:publicSelectedFieldFlash 1.15s ease-in-out infinite;
}
@-webkit-keyframes publicSelectedFieldFlash{
  0%,100%{background:#c91639;color:#fff;border-color:#c91639;box-shadow:0 5px 14px rgba(201,22,57,.25),0 0 0 3px rgba(255,255,255,.82)}
  50%{background:#fff;color:#c91639;border-color:#c91639;box-shadow:0 3px 11px rgba(201,22,57,.15),0 0 0 3px rgba(255,255,255,.92)}
}
@keyframes publicSelectedFieldFlash{
  0%,100%{background:#c91639;color:#fff;border-color:#c91639;box-shadow:0 5px 14px rgba(201,22,57,.25),0 0 0 3px rgba(255,255,255,.82)}
  50%{background:#fff;color:#c91639;border-color:#c91639;box-shadow:0 3px 11px rgba(201,22,57,.15),0 0 0 3px rgba(255,255,255,.92)}
}
@media(max-width:520px){
  .public-map-hotspot.is-selected span{
    min-width:40px;
    padding:5px 8px;
    font-size:10px;
  }
}


/* LIVE 16 · Tarjetas de pista simétricas + marcador LIVE destacado */
.public-map-activity-game>span,
.public-map-activity-game>span.is-away{
  display:grid;
  justify-items:center;
  align-content:center;
  gap:4px;
  text-align:center;
}
.public-map-activity.is-live .public-map-activity-game .public-live-score{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:54px;
  padding:4px 8px;
  border:2px solid #c91639;
  border-radius:9px;
  background:#c91639;
  color:#fff;
  box-shadow:0 4px 11px rgba(201,22,57,.16);
  font-size:15px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
  will-change:background-color,color,box-shadow;
  -webkit-animation:publicLiveScoreFlash 1.15s ease-in-out infinite;
  animation:publicLiveScoreFlash 1.15s ease-in-out infinite;
}
.public-map-activity.is-live .public-map-activity-game .public-live-score small{
  color:inherit;
}
@media(max-width:520px){
  .public-map-activity.is-live .public-map-activity-game .public-live-score{
    min-width:50px;
    padding:3px 7px;
    border-radius:8px;
    font-size:14px;
  }
}

/* LIVE 17B · camisetas LIVE legibles y compactas */
.public-live-shirt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  margin-top:1px;
  min-height:13px;
  color:#6a7689;
  font-size:6.2px;
  font-weight:850;
  line-height:1;
  text-transform:uppercase;
  white-space:nowrap;
}
.public-live-shirt i{
  position:relative;
  display:inline-block;
  width:10px;
  height:10px;
  flex:0 0 10px;
  background:var(--shirt-color);
  box-shadow:0 1px 2px rgba(16,28,59,.10);
  clip-path:polygon(18% 0,35% 0,42% 12%,58% 12%,65% 0,82% 0,100% 22%,84% 38%,84% 100%,16% 100%,16% 38%,0 22%);
  border:0;
}
.public-live-shirt i::before{
  content:'';
  position:absolute;
  left:1px;
  top:1px;
  width:8px;
  height:8px;
  background:transparent;
  box-shadow:inset 0 0 0 1px rgba(16,28,59,.26);
  clip-path:polygon(18% 0,35% 0,42% 12%,58% 12%,65% 0,82% 0,100% 22%,84% 38%,84% 100%,16% 100%,16% 38%,0 22%);
}
.public-live-shirt i::after{
  content:'';
  position:absolute;
  left:50%;
  top:1px;
  width:4px;
  height:2px;
  transform:translateX(-50%);
  border-radius:0 0 999px 999px;
  background:rgba(255,255,255,.72);
}
.public-live-shirt b{
  font:inherit;
  color:inherit;
  letter-spacing:.015em;
}
.public-live-match-card.is-live .public-live-card-game>div{align-content:center}
.public-live-match-card.is-compact .public-live-shirt{font-size:5.9px;gap:3px}
.public-live-match-card.is-compact .public-live-shirt i{width:9px;height:9px;flex-basis:9px}
.public-my-team-next.is-live .public-live-shirt{font-size:6.2px}
.public-live-card-foot{justify-content:flex-start}
.public-my-team-next-foot{justify-content:flex-start}
.public-map-activity footer{justify-content:flex-start}
@media(max-width:430px){
  .public-live-shirt{font-size:5.9px;gap:3px;min-height:12px}
  .public-live-shirt i{width:9px;height:9px;flex-basis:9px}
  .public-live-shirt i::before{left:1px;width:7px;height:7px}
  .public-live-shirt i::after{width:3px;height:2px}
}

/* Encuesta pública integrada en AVISOS */
.public-evaluation-notice{border-top:1px solid #edf0f4;background:linear-gradient(135deg,#f7f9fd,#fff8fa)}.public-evaluation-notice article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px 18px}.public-evaluation-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#cf163d;color:#fff;font-size:13px}.public-evaluation-notice strong{display:block;color:var(--navy);font-size:12px}.public-evaluation-notice p{margin:3px 0;color:#667186;font-size:11px}.public-evaluation-notice small{display:inline-block;border-radius:999px;padding:3px 6px;background:#edf2f8;color:#5d6b82;font-size:8px;font-weight:800}.public-evaluation-notice a{border-radius:8px;padding:9px 12px;background:var(--navy);color:#fff;text-decoration:none;font-size:10px;font-weight:900;white-space:nowrap}.public-evaluation-notice a b{color:#ff9bac}@media(max-width:600px){.public-evaluation-notice article{grid-template-columns:30px minmax(0,1fr);padding:13px 14px}.public-evaluation-notice a{grid-column:1/-1;text-align:center}}
