body{background:#f5f7fb}
.yx-records-hero{background:linear-gradient(135deg,#0f3b82,#173d74);color:#fff;padding:38px 0 46px}
.yx-records-back{display:inline-block;margin-bottom:14px;color:rgba(255,255,255,.9);font-weight:700}
.yx-records-badge{display:inline-block;margin-bottom:16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.14);font-size:13px;font-weight:700}
.yx-records-hero h1{margin:0 0 12px;font-size:clamp(32px,4vw,52px);line-height:1.12;letter-spacing:-.03em}
.yx-records-hero p{margin:0;max-width:860px;color:rgba(255,255,255,.86)}

.yx-records-page{padding:28px 0 64px}
.yx-records-section{margin-bottom:22px}
.yx-records-card{background:#fff;border-radius:24px;box-shadow:0 16px 48px rgba(15,59,130,.08);padding:24px}
.yx-records-head{margin-bottom:16px}
.yx-records-head h2{margin:0 0 8px;font-size:30px;line-height:1.2;letter-spacing:-.02em}
.yx-records-head p{margin:0;color:#6e6e73}

.yx-records-filters-grid,.yx-records-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.yx-records-field{display:grid;gap:8px}
.yx-records-field span{font-size:14px;color:#6e6e73;font-weight:700}
.yx-records-field select{width:100%;padding:12px 14px;border:1px solid #dbe3f0;border-radius:14px;background:#f8fbff;color:#243042;font-size:14px;outline:none}
.yx-records-field select:focus{border-color:#9fb7e8;background:#fff}

.yx-records-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.yx-records-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:12px;font-weight:700;border:1px solid transparent;text-decoration:none}
.yx-records-btn--primary{background:#0f3b82;color:#fff}
.yx-records-btn--light{background:#fff;color:#1d1d1f;border-color:#e7ebf2}

.yx-records-stats .yx-records-card span{display:block;color:#6e6e73;margin-bottom:8px}
.yx-records-stats .yx-records-card strong{font-size:34px;color:#0f3b82}

.yx-records-table-wrap{overflow:auto;border:1px solid #e7ebf2;border-radius:18px}
.yx-records-table-wrap table{width:100%;border-collapse:collapse}
.yx-records-table-wrap th,.yx-records-table-wrap td{padding:14px 12px;text-align:left;border-bottom:1px solid #e7ebf2;vertical-align:top}
.yx-records-table-wrap th{background:#fff;color:#6e6e73;white-space:nowrap}
.yx-records-empty{text-align:center;color:#6e6e73;padding:30px 16px}
.yx-records-inline-link{color:#0f3b82;font-weight:700}
.yx-records-inline-link:hover{text-decoration:underline}

@media (max-width:1100px){
  .yx-records-filters-grid,.yx-records-stats{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .yx-records-filters-grid,.yx-records-stats{grid-template-columns:1fr}
  .yx-records-hero h1{font-size:34px}
  .yx-records-head h2{font-size:26px}
}
