/* PadelCount report list — compact light global style 0.17.4 */

.pc-report-list-body{
  background: var(--pc-report-brand-background, #f6fbff);
}

.pc-report-list-page{
  width:min(1180px, calc(100% - 28px));
  margin:0 auto;
  padding:96px 0 72px;
}

.pc-report-list-hero{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:end;
  padding:26px;
  border-radius:26px;
  background:var(--pc-report-brand-surface, #fff);
  border:1px solid var(--pc-report-brand-border, rgba(16,32,51,.08));
  box-shadow:0 12px 34px rgba(16,32,51,.06);
}

.pc-report-list-kicker{
  display:inline-flex;
  width:fit-content;
  padding:6px 11px;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.075em;
  text-transform:uppercase;
  background:var(--pc-report-brand-accent-soft, rgba(15,116,172,.10));
  color:var(--pc-report-brand-accent, #0f74ac);
}

.pc-report-list-hero h1{
  margin:10px 0 6px;
  color:var(--pc-report-brand-text, #102033);
  font-size:clamp(30px,3.6vw,48px);
  line-height:1.05;
  letter-spacing:-.035em;
}

.pc-report-list-hero p{
  margin:0;
  color:var(--pc-report-brand-text-muted, #5d6b7a);
  font-size:16px;
  line-height:1.5;
}

.pc-report-list-hero aside{
  min-width:150px;
  padding:16px;
  border-radius:20px;
  background:var(--pc-report-brand-accent-soft, rgba(15,116,172,.10));
  border:1px solid var(--pc-report-brand-border, rgba(16,32,51,.08));
  text-align:center;
}

.pc-report-list-hero aside strong{
  display:block;
  color:var(--pc-report-brand-text, #102033);
  font-size:38px;
  line-height:1;
}

.pc-report-list-hero aside span{
  display:block;
  margin-top:4px;
  color:var(--pc-report-brand-text-muted, #64748b);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.pc-report-list-section{
  margin-top:22px;
}

.pc-report-list-compact{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.pc-report-row{
  display:grid;
  grid-template-columns:minmax(260px, 1.5fr) 120px minmax(260px, 1.35fr) auto auto;
  gap:14px;
  align-items:center;
  padding:14px 16px;
  background:var(--pc-report-brand-surface, #fff);
  border:1px solid var(--pc-report-brand-border, rgba(16,32,51,.08));
  border-radius:18px;
  box-shadow:0 8px 24px rgba(16,32,51,.045);
}

.pc-report-row-main{
  display:grid;
  gap:3px;
  min-width:0;
  text-decoration:none;
}

.pc-report-row-title{
  color:var(--pc-report-brand-text, #102033);
  font-weight:900;
  font-size:16px;
  line-height:1.2;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.pc-report-row-id{
  color:var(--pc-report-brand-text-muted, #64748b);
  font-size:11px;
  font-weight:750;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.pc-report-row-score{
  color:var(--pc-report-brand-text, #102033);
  font-size:20px;
  line-height:1;
  font-weight:950;
  text-align:center;
  white-space:nowrap;
}

.pc-report-row-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-start;
  color:var(--pc-report-brand-text-muted, #64748b);
  font-size:11px;
  font-weight:750;
}

.pc-report-row-meta span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 8px;
  border-radius:999px;
  background:#f8fbff;
  border:1px solid var(--pc-report-brand-border, rgba(16,32,51,.08));
}

.pc-report-row-flags{
  display:flex;
  gap:5px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.pc-report-row-flags span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 8px;
  border-radius:999px;
  background:var(--pc-report-brand-accent-soft, rgba(15,116,172,.10));
  color:var(--pc-report-brand-accent, #0f74ac);
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.pc-report-row-flags span.warning{
  background:#fff7ed;
  color:#9a3412;
}

.pc-report-row-open{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:var(--pc-report-brand-accent, #0f74ac);
  color:#fff !important;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

.pc-report-row-open:hover{
  filter:brightness(.96);
}

.pc-report-list-empty{
  padding:22px;
  background:var(--pc-report-brand-surface, #fff);
  border:1px solid var(--pc-report-brand-border, rgba(16,32,51,.08));
  border-radius:18px;
  box-shadow:0 8px 24px rgba(16,32,51,.045);
}

.pc-report-list-empty h3{
  color:var(--pc-report-brand-text, #102033);
  margin:0 0 6px;
}

.pc-report-list-empty p{
  margin:0;
  color:var(--pc-report-brand-text-muted, #64748b);
}

@media(max-width:1050px){
  .pc-report-row{
    grid-template-columns:1fr auto;
  }
  .pc-report-row-score,
  .pc-report-row-meta,
  .pc-report-row-flags{
    grid-column:1 / -1;
    text-align:left;
    justify-content:flex-start;
  }
  .pc-report-row-open{
    grid-row:1;
    grid-column:2;
  }
}

@media(max-width:700px){
  .pc-report-list-page{
    width:min(100% - 22px, 680px);
    padding:78px 0 54px;
  }
  .pc-report-list-hero{
    grid-template-columns:1fr;
    padding:22px;
    border-radius:22px;
  }
  .pc-report-list-hero aside{
    text-align:left;
    min-width:0;
  }
  .pc-report-row{
    grid-template-columns:1fr;
    gap:9px;
    padding:14px;
    border-radius:16px;
  }
  .pc-report-row-open{
    grid-row:auto;
    grid-column:auto;
    width:100%;
  }
  .pc-report-row-score{
    text-align:left;
  }
  .pc-report-row-title{
    white-space:normal;
  }
}

@media print{
  .pc-report-list-page{
    width:100% !important;
    padding:0 !important;
  }
  .pc-report-list-hero,
  .pc-report-row,
  .pc-report-list-empty{
    box-shadow:none !important;
    border:1px solid #bbb !important;
  }
  .pc-report-row-open{
    background:#fff !important;
    color:#111 !important;
    border:1px solid #bbb !important;
  }
}
