.tsr-repertorio{
  --tsr-rep-burgundy:#7a1f24;
  --tsr-rep-burgundy-dark:#64171c;
  --tsr-rep-cream:#fff4d7;
  --tsr-rep-gold:#dfbb55;
  --tsr-rep-gold-dark:#cda642;
  --tsr-rep-row:#fff;
  --tsr-rep-row-alt:#fbf7ef;
  --tsr-rep-border:rgba(0,0,0,.12);
  --tsr-rep-muted:rgba(0,0,0,.62);
  --tsr-rep-soft:rgba(0,0,0,.035);
  --tsr-youtube:#ff0000;
  --tsr-spotify:#1ed760;
  max-width:100%;
}
.tsr-repertorio *{box-sizing:border-box}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tsr-repertorio-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 22px;padding-top:8px}.tsr-repertorio-kicker{margin:0 0 4px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--tsr-rep-muted);font-weight:800}.tsr-repertorio-title{margin:0;font-size:clamp(24px,3vw,36px);line-height:1.05;color:var(--tsr-rep-burgundy)}
.tsr-repertorio-print{border:1px solid rgba(122,31,36,.18);background:var(--tsr-rep-gold);color:var(--tsr-rep-burgundy);border-radius:999px;padding:12px 25px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(122,31,36,.11);white-space:nowrap;line-height:1.1;transition:background-color .18s ease,color .18s ease,transform .18s ease,filter .18s ease}.tsr-repertorio-print:hover{background:var(--tsr-rep-gold-dark);color:var(--tsr-rep-burgundy-dark);filter:brightness(.96);transform:translateY(-1px)}.tsr-repertorio-table-actions{display:flex;justify-content:flex-end;margin:0 0 18px;padding:0 6px}
.tsr-repertorio-toolbar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:0 0 18px}.tsr-repertorio-toolbar input,.tsr-repertorio-toolbar select{min-height:44px;border:1px solid var(--tsr-rep-border);border-radius:999px;padding:0 16px;background:#fff;max-width:100%;box-shadow:0 6px 18px rgba(0,0,0,.035)}.tsr-repertorio-search{flex:1 1 260px}.tsr-repertorio-filter{flex:0 1 250px}
.tsr-repertorio-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--tsr-rep-border);border-radius:24px;overflow:hidden;background:#fff}.tsr-repertorio-list-head{display:grid;grid-template-columns:72px minmax(0,1.25fr) minmax(0,.85fr) minmax(0,.85fr) 100px;gap:14px;align-items:center;background:var(--tsr-rep-burgundy);color:var(--tsr-rep-cream);font-weight:900;letter-spacing:.04em;text-transform:uppercase;padding:14px 16px}.tsr-repertorio-item{display:grid;grid-template-columns:72px minmax(0,1.25fr) minmax(0,.85fr) minmax(0,.85fr) 100px;gap:14px;align-items:center;border:0;border-bottom:1px solid var(--tsr-rep-border);padding:11px 16px;background:var(--tsr-rep-row);min-height:82px}.tsr-repertorio-item:nth-of-type(odd){background:var(--tsr-rep-row-alt)}.tsr-repertorio-item:hover{background:#f1eadf}.tsr-repertorio-item:last-child{border-bottom:0}.tsr-repertorio-cover{width:72px;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--tsr-rep-soft);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900;color:var(--tsr-rep-muted)}.tsr-repertorio-cover img{width:100%;height:100%;object-fit:cover;display:block}.tsr-repertorio-song-title{font-size:17px;line-height:1.2;margin:0;font-weight:750}.tsr-repertorio-artist{margin:0;color:#1d1d1d;font-size:16px;line-height:1.25}.tsr-repertorio-tags{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.tsr-repertorio-tags span{font-size:12px;line-height:1;border:1px solid rgba(122,31,36,.16);border-radius:999px;padding:6px 8px;background:rgba(122,31,36,.05);font-weight:700;color:var(--tsr-rep-burgundy)}.tsr-repertorio-tags .tsr-flag{background:rgba(223,187,85,.20)}
.tsr-repertorio-links{display:flex;gap:8px;flex-wrap:nowrap;align-items:center;justify-content:flex-start}.tsr-repertorio-links a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;width:34px;height:34px;border:1px solid var(--tsr-rep-border);line-height:1;background:#fff;color:inherit;transition:filter .18s ease,transform .18s ease,background-color .18s ease}.tsr-repertorio-links a:hover{filter:brightness(.90);transform:translateY(-1px)}.tsr-repertorio-links svg{width:20px;height:20px;display:block;fill:currentColor}.tsr-link-youtube{color:var(--tsr-youtube)!important;background:rgba(255,0,0,.07)!important;border-color:rgba(255,0,0,.16)!important}.tsr-link-spotify{color:#14883e!important;background:rgba(30,215,96,.12)!important;border-color:rgba(30,215,96,.20)!important}.tsr-repertorio-empty{padding:18px;border:1px dashed var(--tsr-rep-border);border-radius:18px}
.tsr-repertorio-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:24px;border:1px solid var(--tsr-rep-border)}.tsr-repertorio-table th,.tsr-repertorio-table td{padding:13px 14px;border-bottom:1px solid var(--tsr-rep-border);text-align:left;vertical-align:middle}.tsr-repertorio-table th{font-weight:900;background:var(--tsr-rep-burgundy);color:var(--tsr-rep-cream);letter-spacing:.04em;text-transform:uppercase}.tsr-repertorio-table tr:nth-child(even) td{background:var(--tsr-rep-row-alt)}.tsr-repertorio-table tr:hover td{background:#f1eadf}.tsr-repertorio-table tr:last-child td{border-bottom:0}.tsr-table-song-cell{display:flex;align-items:center;gap:12px}.tsr-table-song-cell img{width:54px;height:54px;object-fit:cover;border-radius:10px;display:block}.tsr-repertorio-table .tsr-repertorio-tags{margin:0}.tsr-repertorio-table .tsr-repertorio-links{justify-content:flex-start}
.tsr-youtube-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(0,0,0,.78)}.tsr-youtube-modal[hidden]{display:none!important}.tsr-youtube-modal__box{position:relative;width:min(960px,96vw);aspect-ratio:16/9;background:#000;border-radius:18px;box-shadow:0 28px 80px rgba(0,0,0,.45);overflow:hidden}.tsr-youtube-modal iframe{width:100%;height:100%;border:0;display:block}.tsr-youtube-modal__close{position:absolute;top:10px;right:10px;z-index:2;width:38px;height:38px;border:0;border-radius:999px;background:#fff;color:#111;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.28)}.tsr-youtube-modal__close:hover{background:#eee}body.tsr-modal-open{overflow:hidden}
@media(max-width:760px){.tsr-repertorio-head{align-items:flex-start;flex-direction:column}.tsr-repertorio-list-head{grid-template-columns:54px minmax(0,1fr) minmax(0,.75fr) 72px;gap:10px;padding:12px}.tsr-repertorio-list-head span:nth-child(4){display:none}.tsr-repertorio-item{grid-template-columns:54px minmax(0,1fr) minmax(0,.75fr) 72px;padding:11px 12px;gap:10px;min-height:74px}.tsr-repertorio-cover{width:54px;border-radius:10px}.tsr-repertorio-song-title{font-size:15px}.tsr-repertorio-artist{font-size:15px}.tsr-repertorio-tags{display:none}.tsr-repertorio-links{justify-content:flex-start;gap:6px}.tsr-repertorio-links a{width:31px;height:31px}.tsr-repertorio-links svg{width:18px;height:18px}.tsr-repertorio-table th:nth-child(3),.tsr-repertorio-table td:nth-child(3){display:none}.tsr-repertorio-table th,.tsr-repertorio-table td{padding:10px 8px}.tsr-repertorio-print{padding:11px 18px}.tsr-table-song-cell img{width:42px;height:42px}}
@media(max-width:480px){.tsr-repertorio-list{border-radius:20px}.tsr-repertorio-list-head{font-size:13px}.tsr-repertorio-item{font-size:15px}.tsr-repertorio-artist{font-size:15px}.tsr-repertorio-links svg{width:18px;height:18px}}
@media print{body.tsr-repertorio-printing > *:not(.tsr-repertorio-print-area){display:none!important}body.tsr-repertorio-printing .tsr-repertorio-print-area{display:block!important;position:static!important;width:100%!important;padding:0!important;background:#fff!important;color:#111!important}.tsr-print-header{display:flex;align-items:center;gap:14px;margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid #111}.tsr-print-logo img{width:58px;height:58px;object-fit:contain}.tsr-print-title{font-size:22px;font-weight:900;line-height:1.1}.tsr-print-ref{font-size:12px;font-weight:800;margin-top:3px}.tsr-print-site{font-size:11px;opacity:.75;margin-top:2px}.tsr-print-desc{font-size:11px;line-height:1.35;margin:0 0 10px}.tsr-print-table{width:100%;border-collapse:collapse;font-size:12px}.tsr-print-table th{background:#7a1f24!important;color:#fff4d7!important;text-align:left;padding:7px 9px;text-transform:uppercase;letter-spacing:.04em}.tsr-print-table td{padding:7px 9px;border-bottom:1px solid #ddd;vertical-align:top}.tsr-print-table tr:nth-child(even) td{background:#fbf7ef!important}.tsr-print-table tr{break-inside:avoid;page-break-inside:avoid}@page{margin:12mm}}


/* 1.2.2: table alignment hardening for themes/GB wrappers */
.tsr-repertorio-table-wrap{
  width:100%;
  overflow-x:auto;
}
.tsr-repertorio-table{
  display:table!important;
  width:100%!important;
  min-width:860px;
  max-width:100%!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}
.tsr-repertorio-table thead{display:table-header-group!important}
.tsr-repertorio-table tbody{display:table-row-group!important}
.tsr-repertorio-table tr{display:table-row!important;width:100%!important}
.tsr-repertorio-table th,
.tsr-repertorio-table td{
  display:table-cell!important;
  float:none!important;
  clear:none!important;
}
.tsr-repertorio-table col.tsr-col-song{width:46%}
.tsr-repertorio-table col.tsr-col-artist{width:27%}
.tsr-repertorio-table col.tsr-col-styles{width:17%}
.tsr-repertorio-table col.tsr-col-listen{width:10%}
.tsr-repertorio-table .tsr-th-listen,
.tsr-repertorio-table .tsr-td-listen{
  text-align:center!important;
}
.tsr-repertorio-table .tsr-td-listen.tsr-repertorio-links{
  display:table-cell!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
}
.tsr-repertorio-table .tsr-td-listen .tsr-link-youtube,
.tsr-repertorio-table .tsr-td-listen .tsr-link-spotify{
  margin:0 3px;
  vertical-align:middle;
}
.tsr-repertorio-table .tsr-td-styles{
  text-align:left!important;
}
.tsr-repertorio-table .tsr-td-styles:empty::after{
  content:'—';
  opacity:.22;
}
.tsr-repertorio-table .tsr-td-song,
.tsr-repertorio-table .tsr-td-artist,
.tsr-repertorio-table .tsr-td-styles,
.tsr-repertorio-table .tsr-td-listen{
  background-clip:padding-box!important;
}
.tsr-repertorio-table-actions{
  width:100%;
  margin:0 0 16px!important;
  padding:0!important;
}
@media(max-width:760px){
  .tsr-repertorio-table{min-width:620px}
  .tsr-repertorio-table col.tsr-col-song{width:45%}
  .tsr-repertorio-table col.tsr-col-artist{width:32%}
  .tsr-repertorio-table col.tsr-col-listen{width:23%}
}
@media print{
  .tsr-repertorio-table-wrap{overflow:visible!important}
}

/* 1.2.3: diseño definitivo 3 columnas + móvil tipo lista */
.tsr-repertorio-table-wrap{
  width:100%!important;
  overflow-x:visible!important;
}
.tsr-repertorio-table{
  width:100%!important;
  min-width:0!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}
.tsr-repertorio-table col.tsr-col-song{width:50%!important}
.tsr-repertorio-table col.tsr-col-artist{width:34%!important}
.tsr-repertorio-table col.tsr-col-listen{width:16%!important}
.tsr-repertorio-table th,
.tsr-repertorio-table td{
  display:table-cell!important;
}
.tsr-repertorio-table .tsr-th-listen,
.tsr-repertorio-table .tsr-td-listen{
  text-align:center!important;
}
.tsr-repertorio-table .tsr-td-listen.tsr-repertorio-links{
  display:table-cell!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.tsr-repertorio-table .tsr-td-listen .tsr-link-youtube,
.tsr-repertorio-table .tsr-td-listen .tsr-link-spotify{
  margin:0 4px!important;
}
.tsr-repertorio-table tr:nth-child(even) td{
  background:var(--tsr-rep-row-alt)!important;
}
.tsr-repertorio-table tr:nth-child(odd) td{
  background:var(--tsr-rep-row)!important;
}
.tsr-repertorio-table tr:hover td{
  background:#f1eadf!important;
}

@media(max-width:760px){
  .tsr-repertorio-table-wrap{
    overflow-x:visible!important;
  }
  .tsr-repertorio-table{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }
  .tsr-repertorio-table colgroup,
  .tsr-repertorio-table thead{
    display:none!important;
  }
  .tsr-repertorio-table tbody{
    display:block!important;
    width:100%!important;
  }
  .tsr-repertorio-table tr{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    padding:12px 14px!important;
    border-bottom:1px solid var(--tsr-rep-border)!important;
    background:var(--tsr-rep-row)!important;
  }
  .tsr-repertorio-table tr:nth-child(even){
    background:var(--tsr-rep-row-alt)!important;
  }
  .tsr-repertorio-table tr:hover{
    background:#f1eadf!important;
  }
  .tsr-repertorio-table tr:last-child{
    border-bottom:0!important;
  }
  .tsr-repertorio-table td,
  .tsr-repertorio-table th{
    display:block!important;
    width:100%!important;
    border:0!important;
    padding:0!important;
    background:transparent!important;
    text-align:left!important;
  }
  .tsr-repertorio-table tr:nth-child(even) td,
  .tsr-repertorio-table tr:nth-child(odd) td,
  .tsr-repertorio-table tr:hover td{
    background:transparent!important;
  }
  .tsr-table-song-cell{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-height:48px!important;
  }
  .tsr-table-song-cell img{
    width:52px!important;
    height:52px!important;
    border-radius:10px!important;
    flex:0 0 52px!important;
  }
  .tsr-table-song-cell strong{
    font-size:17px!important;
    line-height:1.22!important;
  }
  .tsr-repertorio-table .tsr-td-artist{
    margin-top:5px!important;
    padding-left:64px!important;
    color:#333!important;
    font-size:15px!important;
    line-height:1.25!important;
  }
  .tsr-repertorio-table .tsr-td-listen.tsr-repertorio-links{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:8px!important;
    margin-top:9px!important;
    padding-left:64px!important;
    text-align:left!important;
    white-space:normal!important;
  }
  .tsr-repertorio-table .tsr-td-listen .tsr-link-youtube,
  .tsr-repertorio-table .tsr-td-listen .tsr-link-spotify{
    margin:0!important;
    width:33px!important;
    height:33px!important;
  }
}


/* 1.2.4: móvil tipo app musical, iconos a la derecha */
@media(max-width:760px){
  .tsr-repertorio-table tr{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 78px!important;
    grid-template-rows:auto auto!important;
    column-gap:12px!important;
    row-gap:4px!important;
    align-items:center!important;
    padding:13px 14px!important;
    min-height:78px!important;
  }
  .tsr-repertorio-table .tsr-td-song{
    grid-column:1 / 3!important;
    grid-row:1!important;
    min-width:0!important;
  }
  .tsr-repertorio-table .tsr-td-artist{
    grid-column:2!important;
    grid-row:2!important;
    margin:0!important;
    padding-left:0!important;
    min-width:0!important;
    color:#555!important;
  }
  .tsr-repertorio-table .tsr-td-listen.tsr-repertorio-links{
    grid-column:3!important;
    grid-row:1 / 3!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:8px!important;
    margin:0!important;
    padding-left:0!important;
    width:auto!important;
    white-space:nowrap!important;
    align-self:center!important;
  }
  .tsr-table-song-cell{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:center!important;
    min-width:0!important;
  }
  .tsr-table-song-cell img{
    grid-column:1!important;
    grid-row:1 / 3!important;
    width:52px!important;
    height:52px!important;
    flex:0 0 52px!important;
  }
  .tsr-table-song-cell strong{
    grid-column:2!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }
}
@media(max-width:390px){
  .tsr-repertorio-table tr{
    grid-template-columns:48px minmax(0,1fr) 72px!important;
    column-gap:10px!important;
    padding:12px 10px!important;
  }
  .tsr-table-song-cell{grid-template-columns:48px minmax(0,1fr)!important;gap:10px!important}
  .tsr-table-song-cell img{width:48px!important;height:48px!important;flex-basis:48px!important}
  .tsr-repertorio-table .tsr-td-listen .tsr-link-youtube,
  .tsr-repertorio-table .tsr-td-listen .tsr-link-spotify{width:31px!important;height:31px!important}
}

/* 1.3.1: móvil más compacto, título + artista juntos e iconos a la derecha */
.tsr-song-text{display:flex;flex-direction:column;gap:4px;min-width:0}.tsr-mobile-artist{display:none;font-style:normal;color:#686868;font-weight:400;line-height:1.2}
@media(max-width:760px){
  .tsr-repertorio-table tr{
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 78px!important;
    grid-template-rows:auto!important;
    align-items:center!important;
    column-gap:12px!important;
    padding:11px 14px!important;
    min-height:74px!important;
  }
  .tsr-repertorio-table .tsr-td-song{grid-column:1 / 3!important;grid-row:1!important;min-width:0!important;align-self:center!important}
  .tsr-repertorio-table .tsr-td-artist{display:none!important}
  .tsr-mobile-artist{display:block!important;font-size:15px!important}
  .tsr-table-song-cell{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;min-height:52px!important}
  .tsr-table-song-cell img{grid-column:1!important;grid-row:1!important;width:52px!important;height:52px!important;border-radius:10px!important;object-fit:cover!important;align-self:center!important}
  .tsr-table-song-cell strong{display:block!important;font-size:17px!important;line-height:1.15!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .tsr-repertorio-table .tsr-td-listen.tsr-repertorio-links{grid-column:3!important;grid-row:1!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0!important;align-self:center!important;width:auto!important;white-space:nowrap!important}
  .tsr-repertorio-table .tsr-td-listen .tsr-link-youtube,.tsr-repertorio-table .tsr-td-listen .tsr-link-spotify{width:33px!important;height:33px!important;margin:0!important}
}
@media(max-width:390px){
  .tsr-repertorio-table tr{grid-template-columns:48px minmax(0,1fr) 72px!important;column-gap:10px!important;padding:10px 10px!important;min-height:68px!important}
  .tsr-table-song-cell{grid-template-columns:48px minmax(0,1fr)!important;gap:10px!important;min-height:48px!important}
  .tsr-table-song-cell img{width:48px!important;height:48px!important}
  .tsr-table-song-cell strong{font-size:16px!important}.tsr-mobile-artist{font-size:14px!important}
}

/* 1.3.8: playlist buttons + compact repertorio list */
.tsr-repertorio-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-left:auto}.tsr-repertorio-playlist{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border-radius:999px;padding:10px 16px;font-weight:900;line-height:1.1;border:1px solid var(--tsr-rep-border);box-shadow:0 10px 24px rgba(122,31,36,.08);transition:filter .18s ease,transform .18s ease}.tsr-repertorio-playlist:hover{filter:brightness(.94);transform:translateY(-1px)}.tsr-repertorio-playlist svg{width:19px;height:19px;fill:currentColor;display:block}.tsr-playlist-spotify{background:rgba(30,215,96,.14);color:#14883e!important;border-color:rgba(30,215,96,.24)}.tsr-playlist-youtube{background:rgba(255,0,0,.07);color:#e11!important;border-color:rgba(255,0,0,.18)}
.tsr-repertorio-list-head{grid-template-columns:72px minmax(0,1.25fr) minmax(0,.85fr) 100px!important}.tsr-repertorio-item{grid-template-columns:72px minmax(0,1.25fr) minmax(0,.85fr) 100px!important}.tsr-repertorio-tags{grid-column:2 / 4;margin-top:6px}.tsr-repertorio-links{justify-content:center!important}
@media(max-width:760px){.tsr-repertorio-head{gap:14px}.tsr-repertorio-actions{width:100%;justify-content:flex-start}.tsr-repertorio-playlist,.tsr-repertorio-print{padding:10px 14px;font-size:14px}.tsr-repertorio-list-head{display:none!important}.tsr-repertorio-item{display:grid!important;grid-template-columns:58px minmax(0,1fr) 78px!important;grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:3px!important;align-items:center!important;padding:12px 14px!important;min-height:82px!important}.tsr-repertorio-cover{grid-column:1!important;grid-row:1 / 3!important;width:58px!important;border-radius:12px!important;align-self:center!important}.tsr-repertorio-song-title{grid-column:2!important;grid-row:1!important;font-size:18px!important;line-height:1.18!important;margin:0!important;align-self:end!important;min-width:0!important}.tsr-repertorio-artist{grid-column:2!important;grid-row:2!important;font-size:16px!important;line-height:1.18!important;color:#666!important;margin:0!important;align-self:start!important;min-width:0!important}.tsr-repertorio-links{grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:end!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:7px!important}.tsr-repertorio-links a{width:36px!important;height:36px!important}.tsr-repertorio-links svg{width:19px!important;height:19px!important}.tsr-repertorio-tags{display:none!important}}
@media(max-width:420px){.tsr-repertorio-item{grid-template-columns:54px minmax(0,1fr) 72px!important;padding:11px 12px!important}.tsr-repertorio-cover{width:54px!important}.tsr-repertorio-song-title{font-size:17px!important}.tsr-repertorio-artist{font-size:15px!important}.tsr-repertorio-links a{width:34px!important;height:34px!important}}

/* 1.4.4: lazy multimedia links */
.tsr-repertorio a[data-tsr-lazy-link].tsr-link-loading,
.tsr-repertorio a[data-tsr-lazy-link][aria-busy="true"]{
  opacity:.55;
  pointer-events:none;
  position:relative;
}
.tsr-repertorio a[data-tsr-lazy-link].tsr-link-loading svg{
  animation:tsrRepPulse .8s ease-in-out infinite alternate;
}
@keyframes tsrRepPulse{from{transform:scale(.92);opacity:.55}to{transform:scale(1);opacity:1}}
