.pt-page{background:#f5f8ff;color:#0f172a;overflow-x:hidden}
.pt-wrap{max-width:1380px;margin:12px auto 28px;padding:0 14px;width:100%}
.pt-hero{
  display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:18px;
  padding:28px;border:1px solid #dbe6f7;border-radius:22px;background:
    radial-gradient(120% 90% at 100% 0%,rgba(37,99,235,.14),rgba(37,99,235,0) 60%),
    radial-gradient(70% 70% at 0% 0%,rgba(16,185,129,.10),rgba(16,185,129,0) 55%),
    linear-gradient(180deg,#ffffff,#f8fbff);
  box-shadow:0 18px 40px rgba(15,23,42,.07);
}
.pt-hero-copy{max-width:760px}
.pt-hero-kicker{
  display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;padding:6px 10px;border-radius:999px;
  background:rgba(37,99,235,.10);border:1px solid rgba(37,99,235,.18);color:#1d4ed8;
  font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase
}
.pt-hero-art{position:relative;min-height:180px;overflow:hidden}
.pt-hero-board{
  position:absolute;right:0;bottom:6px;width:100%;height:130px;border-radius:14px;opacity:.35;
  background:
    linear-gradient(45deg,#dbe7f8 25%,transparent 25%) -20px 0/40px 40px,
    linear-gradient(-45deg,#dbe7f8 25%,transparent 25%) -20px 0/40px 40px,
    linear-gradient(45deg,transparent 75%,#dbe7f8 75%) -20px 0/40px 40px,
    linear-gradient(-45deg,transparent 75%,#dbe7f8 75%) -20px 0/40px 40px;
}
.pt-piece{position:absolute;bottom:12px;filter:drop-shadow(0 8px 14px rgba(15,23,42,.18))}
.pt-piece-king{right:120px;width:96px}
.pt-piece-knight{right:40px;width:82px}
.pt-piece-rook{right:220px;width:70px}
.pt-hero h1{margin:0;font-size:3rem;line-height:1.1}
.pt-hero p{margin:8px 0 0;color:#475569;font-weight:600}

.pt-filters-card{margin-top:12px;padding:10px;border:1px solid #dbe6f7;border-radius:16px;background:#fff}
.pt-tabs{display:inline-flex;gap:6px;margin:2px 0 10px}
.pt-tabs a{
  min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;
  border:1px solid #cfe0f6;background:#f8fbff;color:#1e3a8a;font-weight:800;text-decoration:none;
}
.pt-tabs a.is-active{background:linear-gradient(180deg,#2563eb,#1d4ed8);border-color:transparent;color:#fff}
.pt-filters{display:grid;grid-template-columns:minmax(260px,2.1fr) repeat(3,minmax(0,1fr)) auto;gap:10px}
.pt-search{display:flex;align-items:center;gap:8px;border:1px solid #dbe6f7;border-radius:12px;padding:0 12px;min-height:44px}
.pt-search svg{width:17px;height:17px;color:#64748b}
.pt-search input{width:100%;border:0;outline:0;font:inherit;background:transparent}
.pt-filters select,.pt-filters button{min-height:44px;border-radius:12px;font:inherit}
.pt-filters > *{min-width:0}
.pt-filters select{border:1px solid #dbe6f7;padding:0 12px;background:#fff;color:#1e293b}
.pt-filters button{border:0;padding:0 22px;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;font-weight:800}

.pt-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}
.pt-kpi{background:#fff;border:1px solid #dbe6f7;border-radius:14px;padding:14px;display:flex;align-items:center;gap:10px}
.pt-kpi-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}
.pt-kpi-icon svg{width:20px;height:20px}
.pt-kpi-icon.blue{background:#dbeafe;color:#2563eb}
.pt-kpi-icon.green{background:#dcfce7;color:#16a34a}
.pt-kpi-icon.amber{background:#ffedd5;color:#ea580c}
.pt-kpi-icon.purple{background:#ede9fe;color:#7c3aed}
.pt-kpi-icon.pink{background:#fce7f3;color:#db2777}
.pt-kpi-value{font-size:2rem;font-weight:900;line-height:1}
.pt-kpi-label{margin-top:5px;color:#475569;font-weight:700}

.pt-section-head{display:flex;align-items:center;justify-content:space-between;margin:16px 0 10px}
.pt-section-head h2{margin:0;font-size:1.9rem}
.pt-section-head a{font-weight:800;text-decoration:none}

.pt-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.pt-featured-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe6f7;border-radius:16px;padding:14px;min-width:0;box-shadow:0 10px 22px rgba(15,23,42,.05)}
.pt-featured-top{display:flex;align-items:center;gap:10px;margin-top:6px}
.pt-tournament-logo{width:40px;height:40px;object-fit:contain;border-radius:10px;background:#f8fbff;border:1px solid #dbe6f7;padding:4px}
.pt-featured-card h3{margin:0 0 4px;font-size:1.75rem;line-height:1.2}
.pt-featured-card h3 a{text-decoration:none;color:#0f172a}
.pt-featured-card p{margin:0;color:#64748b;font-weight:700}
.pt-meta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;color:#334155;font-weight:700}
.pt-meta-row span{display:inline-flex;align-items:center;gap:6px}
.pt-meta-ico{display:inline-flex;align-items:center;justify-content:center;color:#64748b}
.pt-meta-ico svg{width:14px;height:14px}
.pt-featured-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.pt-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:10px;
  border:1px solid #93c5fd;background:#fff;color:#1d4ed8;font-weight:800;text-decoration:none;min-width:0;text-align:center
}
.pt-btn-primary{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;border-color:transparent}
.is-disabled-action{
  opacity:.55;
  cursor:not-allowed;
  pointer-events:none;
  background:#f1f5f9 !important;
  border-color:#cbd5e1 !important;
  color:#64748b !important;
}

.pt-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-weight:800;font-size:.78rem;border:1px solid}
.pt-badge-live{background:#dcfce7;border-color:#86efac;color:#15803d}
.pt-badge-registration-open{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}
.pt-badge-upcoming{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}
.pt-badge-completed{background:#f1f5f9;border-color:#cbd5e1;color:#334155}

.pt-table-wrap{background:#fff;border:1px solid #dbe6f7;border-radius:14px;overflow:auto;box-shadow:0 10px 22px rgba(15,23,42,.05)}
.pt-table{width:100%;border-collapse:collapse;min-width:860px}
.pt-table th,.pt-table td{padding:12px;border-bottom:1px solid #e2e8f0;text-align:left}
.pt-table th{font-size:.85rem;color:#475569}
.pt-table td a{font-weight:800;text-decoration:none}
.pt-td-tournament{display:flex;align-items:center;gap:8px}
.pt-tournament-mini-logo{width:22px;height:22px;object-fit:contain}
.pt-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:10px;border:1px solid #93c5fd;color:#1d4ed8;font-weight:800;min-width:0;text-align:center}
.pt-action-group{display:flex;gap:6px;flex-wrap:wrap}

.pt-mobile-list{display:none}
.pt-mobile-card{
  border:1px solid #dbe6f7;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);
  padding:14px;box-shadow:0 12px 24px rgba(15,23,42,.06)
}
.pt-mobile-card + .pt-mobile-card{margin-top:10px}
.pt-mobile-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.pt-mobile-title-wrap{min-width:0;flex:1}
.pt-mobile-title-row{display:flex;align-items:center;gap:8px;min-width:0}
.pt-mobile-title{
  font-size:1.02rem;font-weight:900;color:#0f172a;text-decoration:none;line-height:1.25;overflow-wrap:anywhere
}
.pt-mobile-location{margin:5px 0 0;color:#64748b;font-weight:600;font-size:.92rem;line-height:1.45}
.pt-mobile-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px
}
.pt-mobile-metric{
  padding:10px 11px;border-radius:12px;border:1px solid #dbe6f7;background:#fff;display:grid;gap:4px
}
.pt-mobile-metric span{
  color:#64748b;font-size:.72rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase
}
.pt-mobile-metric strong{
  color:#0f172a;font-size:.95rem;line-height:1.35;overflow-wrap:anywhere
}
.pt-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.pt-mobile-actions .pt-btn{width:100%}

.pt-pagination{display:flex;gap:8px;justify-content:center;margin-top:12px}
.pt-pagination a,.pt-pagination span{min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;border:1px solid #dbe6f7;background:#fff;color:#1e293b;text-decoration:none;font-weight:700}
.pt-pagination .is-active{background:#2563eb;border-color:#2563eb;color:#fff}
.pt-pagination .is-disabled{opacity:.45}

.pt-empty{padding:16px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fbff;color:#475569;font-weight:700}
.pt-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}
.pt-trust-item{background:#fff;border:1px solid #dbe6f7;border-radius:14px;padding:14px}
.pt-trust-icon{width:38px;height:38px;border-radius:999px;background:#dbeafe;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}
.pt-trust-icon svg{width:18px;height:18px}
.pt-trust-item h3{margin:0;font-size:1.15rem}
.pt-trust-item p{margin:6px 0 0;color:#475569;font-weight:600}

@media (max-width:1200px){
  .pt-hero{grid-template-columns:1fr}
  .pt-hero-art{min-height:130px}
  .pt-piece-king{right:90px;width:84px}
  .pt-piece-knight{right:20px;width:72px}
  .pt-piece-rook{right:180px;width:60px}
  .pt-filters{grid-template-columns:1fr 1fr 1fr}
  .pt-filters button{grid-column:span 3}
  .pt-featured-grid{grid-template-columns:1fr 1fr}
  .pt-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pt-trust-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .pt-wrap{padding:0 10px}
  .pt-hero{padding:18px}
  .pt-hero h1{font-size:2.1rem}
  .pt-hero-copy p{font-size:.96rem}
  .pt-hero-art{min-height:150px}
  .pt-piece-king{right:78px;width:70px}
  .pt-piece-knight{right:18px;width:58px}
  .pt-piece-rook{right:142px;width:48px}
  .pt-tabs{display:flex}
  .pt-tabs a{flex:1}
  .pt-filters{grid-template-columns:1fr}
  .pt-filters button{grid-column:auto}
  .pt-filters select,.pt-filters button,.pt-search{min-height:46px}
  .pt-kpi{padding:12px}
  .pt-kpi-value{font-size:1.55rem}
  .pt-section-head{flex-direction:column;align-items:flex-start;gap:6px}
  .pt-section-head h2{font-size:1.45rem}
  .pt-featured-card h3{font-size:1.2rem}
  .pt-featured-actions{display:grid;grid-template-columns:1fr;gap:8px}
  .pt-featured-actions .pt-btn{width:100%}
  .pt-action-group{display:grid;grid-template-columns:1fr;gap:6px}
  .pt-action{width:100%}
  .pt-featured-grid{grid-template-columns:1fr}
  .pt-kpis{grid-template-columns:1fr 1fr}
  .pt-trust-grid{grid-template-columns:1fr}
  .pt-table-wrap{display:none}
  .pt-mobile-list{display:grid;gap:10px}
}
@media (max-width:520px){
  .pt-hero{padding:14px}
  .pt-hero h1{font-size:1.7rem}
  .pt-hero-kicker{font-size:.7rem}
  .pt-kpis{grid-template-columns:1fr}
  .pt-mobile-grid{grid-template-columns:1fr}
  .pt-mobile-actions{grid-template-columns:1fr}
  .pt-mobile-top{flex-direction:column}
  .pt-mobile-top .pt-badge{align-self:flex-start}
}
