.reports-page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:44px 0 80px}
.reports-year{margin-bottom:24px;padding:26px;border:1px solid rgba(11,31,58,.1);border-radius:18px;background:#fff;box-shadow:0 16px 42px rgba(11,31,58,.07)}
.reports-year-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid rgba(11,31,58,.09)}
.reports-year-head span{display:block;margin-bottom:4px;color:#9b6900;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.reports-year-head h2{margin:0;color:#0b1f3a;font-size:clamp(24px,3vw,34px);line-height:1.1}
.reports-year-head>strong{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:46px;padding:0 12px;border-radius:999px;background:#0b1f3a;color:#fff;font-size:14px}
.reports-list{display:grid;gap:10px;margin-top:18px}
.reports-document{display:grid;grid-template-columns:58px minmax(0,1fr) 44px;align-items:center;gap:16px;padding:14px 16px;border:1px solid rgba(11,31,58,.09);border-radius:12px;background:#f8fafc;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.reports-document:hover{transform:translateY(-1px);border-color:rgba(200,151,43,.42);box-shadow:0 10px 24px rgba(11,31,58,.08)}
.reports-document-type{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:10px;background:#0b1f3a;color:#fff;font-size:10px;font-weight:900;letter-spacing:.05em}
.reports-document-copy{min-width:0}
.reports-document-copy strong{display:block;color:#14243a;font-size:15px;line-height:1.45;overflow-wrap:anywhere}
.reports-document-copy small{display:block;margin-top:5px;color:#6a7890;font-size:12px}
.reports-document-action{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#d6a529;color:#07192f;font-size:18px;transition:background .18s ease,color .18s ease}
.reports-document:hover .reports-document-action{background:#0b1f3a;color:#fff}
.reports-empty{display:grid;justify-items:center;gap:14px;padding:54px 24px;border:1px dashed rgba(11,31,58,.2);border-radius:18px;background:#fff;text-align:center}
.reports-empty span{display:inline-flex;align-items:center;justify-content:center;width:62px;height:68px;border-radius:11px;background:#0b1f3a;color:#fff;font-size:11px;font-weight:900}
.reports-empty p{margin:0;color:#66758a;font-size:15px}
@media(max-width:640px){.reports-page{width:min(100% - 24px,1180px);padding:28px 0 56px}.reports-year{padding:18px 14px}.reports-document{grid-template-columns:48px minmax(0,1fr) 38px;gap:11px;padding:11px}.reports-document-type{width:48px;height:52px}.reports-document-action{width:38px;height:38px}.reports-document-copy strong{font-size:14px}}
