.library-page { min-height: 100vh; background: #fbfbfd; }
.library-wrap { width: min(100%, 1080px); margin: 0 auto; padding: 58px 28px 80px; }
.library-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: end; padding-bottom: 30px; border-bottom: 1px solid #e5e5ea; margin-bottom: 34px; }
.library-title { margin: 0 0 12px; color: #1d1d1f; font-size: clamp(36px, 5vw, 56px); line-height: 1.08; letter-spacing: 0; font-weight: 760; }
.library-desc { max-width: 720px; margin: 0; color: #6e6e73; font-size: 16px; line-height: 1.75; }
.library-mark { width: 54px; height: 6px; border-radius: 999px; background: #e94a16; margin-bottom: 24px; }
.library-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 22px; }
.report-list, .category-panel { border: 1px solid #e5e5ea; border-radius: 10px; background: #fff; overflow: hidden; }
.panel-title { margin: 0; padding: 18px 20px; border-bottom: 1px solid #e5e5ea; color: #1d1d1f; font-size: 14px; font-weight: 700; }
.report-card { display: block; padding: 20px; color: #1d1d1f; border-bottom: 1px solid #eeeef2; }
.report-card:last-child { border-bottom: 0; }
.report-card:hover { background: #f8f8fa; text-decoration: none; }
.report-card-title { margin: 0 0 8px; font-size: 18px; line-height: 1.4; font-weight: 720; }
.report-card-meta { color: #86868b; font-size: 12px; line-height: 1.5; }
.report-card-summary { margin: 12px 0 0; color: #515154; font-size: 14px; line-height: 1.7; }
.category-list { display: grid; gap: 0; }
.category-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 20px; border-bottom: 1px solid #eeeef2; color: #424245; font-size: 14px; }
.category-row:last-child { border-bottom: 0; }
.category-count { min-width: 28px; border-radius: 999px; background: #fff7f4; color: #e94a16; text-align: center; font-size: 12px; font-weight: 700; }
@media (max-width: 820px) { .library-header, .library-grid { grid-template-columns: 1fr; } .library-wrap { padding: 38px 18px 64px; } }
