
/* PadelCount Chart Catalog - EN static reference page */

.pc-chart-catalog-page .common-hero {
  background-position: center;
}

.pc-chart-catalog-main {
  background: #f7fbff;
}

.pc-catalog-intro {
  padding: 70px 0 34px;
}

.pc-catalog-intro-card {
  background: linear-gradient(135deg, #ffffff 0%, #eef8ff 100%);
  border: 1px solid rgba(15,116,172,.14);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 50px rgba(15, 116, 172, .10);
}

.pc-catalog-kicker,
.pc-catalog-section-title span,
.pc-catalog-architecture-card span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15,116,172,.10);
  color: #0f74ac;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pc-catalog-intro-card h2,
.pc-catalog-section-title h2,
.pc-catalog-architecture-card h2 {
  color: #102033;
  margin-bottom: 14px;
}

.pc-catalog-intro-card p,
.pc-catalog-section-title p,
.pc-catalog-architecture-card p {
  color: #526171;
  line-height: 1.7;
}

.pc-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pc-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  background: #0f74ac;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15,116,172,.18);
}

.pc-catalog-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.pc-catalog-btn.secondary {
  background: #ffffff;
  color: #0f74ac;
  border: 1px solid rgba(15,116,172,.18);
  box-shadow: none;
}

.pc-catalog-principles,
.pc-catalog-list,
.pc-catalog-architecture {
  padding: 36px 0;
}

.pc-catalog-section-title {
  margin-bottom: 24px;
}

.pc-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pc-principle-card,
.pc-chart-card,
.pc-catalog-architecture-card {
  background: #ffffff;
  border: 1px solid rgba(16,32,51,.08);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(16,32,51,.06);
}

.pc-principle-card {
  padding: 20px;
}

.pc-principle-card strong {
  display: block;
  color: #102033;
  margin-bottom: 8px;
}

.pc-principle-card p {
  margin: 0;
  color: #637083;
  line-height: 1.55;
}

.pc-chart-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pc-chart-card {
  padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.pc-chart-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(16,32,51,.10);
}

.pc-chart-card.pc-ai-card {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.pc-chart-id {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #102033;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .05em;
  margin-bottom: 14px;
}

.pc-ai-card .pc-chart-id {
  background: #4b5563;
}

.pc-chart-card h3 {
  color: #102033;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.pc-chart-card p {
  color: #5d6b7a;
  line-height: 1.6;
  margin-bottom: 14px;
}

.pc-chart-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-chart-card li {
  color: #3f4b59;
  line-height: 1.55;
  padding: 9px 0;
  border-top: 1px solid rgba(16,32,51,.08);
}

.pc-chart-card li b {
  color: #102033;
}

.pc-catalog-architecture-card {
  padding: 28px;
  margin-bottom: 55px;
}

.pc-catalog-architecture-card pre {
  background: #102033;
  color: #e9f7ff;
  border-radius: 18px;
  padding: 18px;
  overflow-x: auto;
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .pc-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-chart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-catalog-intro {
    padding-top: 44px;
  }
}

@media (max-width: 640px) {
  .pc-catalog-intro-card {
    padding: 22px;
    border-radius: 22px;
  }

  .pc-principles-grid,
  .pc-chart-grid {
    grid-template-columns: 1fr;
  }

  .pc-catalog-actions {
    flex-direction: column;
  }

  .pc-catalog-btn {
    width: 100%;
  }

  .pc-chart-card {
    padding: 18px;
  }
}

@media print {
  .pc-chart-catalog-main {
    background: #ffffff;
  }

  .pc-catalog-btn {
    display: none;
  }

  .pc-chart-card,
  .pc-principle-card,
  .pc-catalog-intro-card,
  .pc-catalog-architecture-card {
    box-shadow: none;
    break-inside: avoid;
  }
}


.pc-live-chart-examples{
  padding:20px 0 70px;
}

.pc-chart-preview-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.pc-preview-card{
  background:#fff;
  border-radius:24px;
  border:1px solid rgba(16,32,51,.08);
  box-shadow:0 12px 34px rgba(16,32,51,.06);
  padding:22px;
}

.pc-preview-head{
  margin-bottom:18px;
}

.pc-preview-head h3{
  margin:10px 0 0;
  color:#102033;
}

.pc-preview-card canvas{
  width:100% !important;
  height:320px !important;
}

.pc-demo-heatmap{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.pc-demo-heatmap .z{
  min-height:110px;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-weight:800;
  text-align:center;
  color:#fff;
}

.pc-demo-heatmap .z span{
  display:block;
  margin-top:6px;
  font-size:22px;
}

.pc-demo-heatmap .low{background:#9ca3af;}
.pc-demo-heatmap .medium{background:#6b7280;}
.pc-demo-heatmap .high{background:#4b5563;}
.pc-demo-heatmap .very-high{background:#1f2937;}

@media (max-width: 991px){
  .pc-chart-preview-grid{
    grid-template-columns:1fr;
  }

  .pc-preview-card canvas{
    height:260px !important;
  }
}


/* Complete 18 x 2 visual chart examples */
.pc-live-chart-examples{
  padding:20px 0 80px;
}

.pc-chart-example-section{
  margin:34px 0 46px;
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(16,32,51,.07);
}

.pc-chart-example-title{
  margin-bottom:18px;
}

.pc-chart-example-title h3{
  color:#102033;
  margin:10px 0 8px;
  font-size:26px;
}

.pc-chart-example-title p{
  color:#5d6b7a;
  margin:0;
  line-height:1.6;
}

.pc-chart-preview-grid.two-examples{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.pc-preview-card{
  background:#fff;
  border-radius:24px;
  border:1px solid rgba(16,32,51,.08);
  box-shadow:0 12px 34px rgba(16,32,51,.06);
  padding:22px;
  min-height:360px;
}

.pc-preview-card.pc-ai-card{
  background:#f3f4f6;
  border-color:#d1d5db;
}

.pc-preview-head{
  margin-bottom:16px;
}

.pc-preview-head h3{
  color:#102033;
  margin:10px 0 0;
  font-size:20px;
}

.pc-canvas-wrap{
  height:285px;
  position:relative;
}

.pc-preview-card canvas{
  width:100% !important;
  height:285px !important;
}

.pc-demo-kpi-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.pc-demo-kpi-grid div,
.pc-demo-kpi-hero{
  border:1px solid #dbeafe;
  background:#f8fbff;
  border-radius:18px;
  padding:18px;
}

.pc-demo-kpi-grid span,
.pc-demo-kpi-hero span{
  display:block;
  color:#64748b;
  font-weight:700;
  margin-bottom:6px;
}

.pc-demo-kpi-grid strong{
  font-size:28px;
  color:#102033;
}

.pc-demo-kpi-hero{
  text-align:center;
  padding:45px 20px;
}

.pc-demo-kpi-hero strong{
  display:block;
  font-size:64px;
  line-height:1;
  color:#0f74ac;
}

.pc-demo-kpi-hero small{
  color:#64748b;
  font-weight:700;
}

.pc-demo-heatmap{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.pc-demo-heatmap .z,
.pc-mini-heat i,
.pc-pressure-heat i{
  min-height:84px;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-weight:850;
  text-align:center;
  color:#fff;
  font-style:normal;
}

.pc-demo-heatmap .z span{
  display:block;
  margin-top:6px;
  font-size:22px;
}

.low{background:#9ca3af!important;}
.medium{background:#6b7280!important;}
.high{background:#4b5563!important;}
.very-high{background:#1f2937!important;}

.pc-dual-heatmaps{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.pc-dual-heatmaps h4{
  margin-bottom:10px;
  color:#374151;
}

.pc-mini-heat{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
}

.pc-territory-court{
  display:grid;
  grid-template-rows:1fr 1fr 1fr;
  min-height:285px;
  border-radius:24px;
  overflow:hidden;
  border:2px solid #d1d5db;
}

.pc-territory-court div{
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#fff;
}

.pc-territory-court .net{background:#1f2937;}
.pc-territory-court .transition{background:#6b7280;}
.pc-territory-court .back{background:#9ca3af;color:#102033;}

.pc-territory-overlay{
  min-height:285px;
  border-radius:24px;
  background:linear-gradient(180deg,#1f2937 0%,#6b7280 52%,#e5e7eb 100%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  padding:24px;
}

.pc-territory-overlay span{
  background:rgba(255,255,255,.88);
  color:#102033;
  padding:10px 14px;
  border-radius:999px;
  font-weight:850;
}

.pc-demo-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid #e5e7eb;
}

.pc-demo-table th,
.pc-demo-table td{
  padding:12px;
  border-bottom:1px solid #e5e7eb;
  text-align:left;
}

.pc-demo-table th{
  background:#102033;
  color:#fff;
}

.pc-demo-table tr:last-child td{
  border-bottom:0;
}

.pc-ai-meter{
  display:flex;
  flex-direction:column;
  gap:12px;
  justify-content:center;
  min-height:240px;
}

.pc-ai-meter .meter{
  height:22px;
  background:#e5e7eb;
  border-radius:999px;
  overflow:hidden;
}

.pc-ai-meter .meter i{
  display:block;
  height:100%;
  background:#4b5563;
  border-radius:999px;
}

.pc-ai-meter strong{
  font-size:34px;
  color:#1f2937;
}

.pc-ai-meter span{
  color:#6b7280;
  font-weight:700;
}

.pc-compare-dual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.pc-compare-dual div{
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:20px;
}

.pc-compare-dual strong{
  font-size:24px;
  color:#102033;
}

.pc-bracket{
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
  min-height:220px;
}

.pc-bracket span{
  min-width:118px;
  padding:18px;
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:18px;
  text-align:center;
  font-weight:850;
}

.pc-bracket i{
  width:34px;
  height:3px;
  background:#0f74ac;
  flex:0 0 auto;
}

.pc-chain{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  min-height:240px;
}

.pc-chain span{
  padding:14px 18px;
  border-radius:18px;
  background:#f3f4f6;
  border:1px solid #d1d5db;
  font-weight:850;
}

.pc-chain i{
  color:#6b7280;
  font-weight:900;
}

.pc-matrix{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
}

.pc-matrix b,
.pc-matrix i{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border-radius:12px;
  font-style:normal;
}

.pc-matrix b{
  background:#1f2937;
  color:#fff;
}

.pc-matrix i{
  background:#e5e7eb;
  color:#102033;
  font-weight:850;
}

.pc-pressure-heat{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.pc-intensity-gauge{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:270px;
  text-align:center;
}

.pc-intensity-gauge .ring{
  width:170px;
  height:170px;
  border-radius:50%;
  border:18px solid #1f2937;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#f3f4f6;
}

.pc-intensity-gauge strong{
  font-size:44px;
  color:#1f2937;
}

.pc-intensity-gauge span{
  font-weight:800;
  color:#6b7280;
}

.pc-intensity-gauge p{
  margin-top:16px;
  color:#64748b;
  font-weight:700;
}

@media(max-width:991px){
  .pc-chart-preview-grid.two-examples,
  .pc-dual-heatmaps,
  .pc-compare-dual{
    grid-template-columns:1fr;
  }

  .pc-preview-card{
    min-height:auto;
  }

  .pc-canvas-wrap,
  .pc-preview-card canvas{
    height:260px !important;
  }
}

@media print{
  .pc-chart-example-section,
  .pc-preview-card{
    box-shadow:none;
    break-inside:avoid;
  }
}
