.verification-page { overflow-y: auto; padding-top: var(--header-height); }
.catalog-review { color: var(--site-ink); }
.catalog-intro { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.catalog-intro .btn-secondary { flex-shrink: 0; }
.catalog-overview { padding: 24px 26px; background: #fff; border: 1px solid var(--site-line); border-radius: 18px; box-shadow: var(--site-shadow); }
.catalog-overview-title { display: flex; align-items: center; gap: 8px; color: var(--site-green); font-size: 12px; font-weight: 650; }
#catalog-summary { margin: 12px 0 17px; font-size: 18px; font-weight: 650; line-height: 1.8; letter-spacing: -.4px; }
.catalog-report-links { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-top: 15px; border-top: 1px solid #edf1eb; }
.catalog-report-links a { font-size: 11px; color: #6c816e; text-decoration: none; line-height: 1.8; }
.catalog-report-links a:hover { color: var(--site-green); text-decoration: underline; }
.catalog-note { background: #f8f4e9; border: 1px solid #eae3ce; color: #8b7950; border-radius: 12px; padding: 14px 18px; line-height: 1.8; margin: 16px 0 30px; font-size: 12px; }
.catalog-search-panel { padding: 23px 26px 17px; border: 1px solid var(--site-line); border-radius: 18px; background: #fff; }
.catalog-filters { display: flex; align-items: end; gap: 24px; flex-wrap: wrap; }
.catalog-field { display: flex; flex-direction: column; gap: 9px; min-width: 240px; flex: 1; }
.catalog-field label { font-size: 12px; font-weight: 650; }
.catalog-search-input { display: flex; gap: 8px; }
.catalog-search-input input { min-width: 0; flex: 1; }
.catalog-review select,.catalog-review input { width: 100%; padding: 12px 13px; border: 1px solid #dce6df; border-radius: 10px; background: #f8faf6; color: var(--site-ink); font: inherit; font-size: 13px; min-height: 46px; }
.catalog-review button { padding: 10px 17px; min-height: 44px; border: 1px solid #dce6df; border-radius: 10px; background: #fff; color: var(--site-green); font: inherit; font-size: 12px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.catalog-search-input button { background: var(--site-ink); color: #fff; border-color: var(--site-ink); }
.catalog-review button:hover:not(:disabled) { background: var(--site-soft); color: var(--site-green); }
.catalog-review button:disabled { opacity: .4; cursor: default; }
.catalog-review .catalog-search-note { font-size: 11px; color: var(--site-muted); margin: 11px 0 0; line-height: 1.7; }
#catalog-result { margin: 28px 0 14px; font-size: 12px; color: var(--site-muted); }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 26px 0 0; }
#catalog-page { color: var(--site-muted); font-size: 12px; }
.catalog-empty { text-align: center !important; padding: 40px !important; color: var(--site-muted); }
.catalog-empty::before { display: none !important; }
.catalog-table-wrap[aria-busy=true] { opacity: .55; }
.catalog-table-wrap { overflow-x: auto; border: 1px solid var(--site-line); border-radius: 18px; background: white; box-shadow: var(--site-shadow); }
.catalog-table { width: 100%; border-collapse: collapse; font-size: 12px; min-width: 960px; }
.catalog-table th,.catalog-table td { text-align: left; padding: 19px 17px; border-bottom: 1px solid #ecf0e8; vertical-align: top; line-height: 1.9; }
.catalog-table th { background: #eef4e9; color: #58724e; white-space: nowrap; font-size: 11px; font-weight: 650; }
.catalog-table td:first-child { width: 26%; }
.catalog-table td:nth-child(2) { min-width: 170px; }
.catalog-table td:nth-child(4) { min-width: 145px; }
.catalog-table td > strong { font-size: 13px; line-height: 1.7; }
.catalog-table tr:last-child td { border-bottom: 0; }
.catalog-table small { display: block; color: #7b8773; max-width: 360px; font-size: 10px; line-height: 1.9; }
.catalog-table a { color: #527640; text-decoration: underline; text-underline-offset: 3px; margin-right: 10px; white-space: nowrap; }
.catalog-table .course-terrain-source { margin-top: 7px; font-size: 10px; }
.catalog-pass { display: inline-block; padding: 2px 7px; background: #eff5e7; border-radius: 5px; font-size: 10px; font-weight: 650; color: #5d7b40; }
.catalog-candidate { color: #90743e !important; }
.catalog-table details { margin-top: 10px; }
.catalog-table summary { cursor: pointer; color: #708265; font-size: 11px; }
.catalog-table details small { overflow-wrap: anywhere; }
@media(max-width:899px) {
    .catalog-intro { align-items: flex-start; flex-direction: column; gap: 17px; }
    .catalog-overview { padding: 21px; border-radius: 16px; }
    #catalog-summary { font-size: 16px; }
    .catalog-note { font-size: 11px; margin-bottom: 22px; }
    .catalog-search-panel { padding: 21px; border-radius: 16px; }
    .catalog-filters { gap: 18px; }
    .catalog-field { min-width: min(240px,100%); }
    .catalog-table-wrap { border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; }
    .catalog-table { min-width: 0; background: transparent; }
    .catalog-table thead { display: none; }
    .catalog-table,.catalog-table tbody,.catalog-table tr,.catalog-table td { display: block; width: 100%; }
    .catalog-table tr { background: white; border: 1px solid var(--site-line); border-radius: 17px; margin-bottom: 18px; overflow: hidden; box-shadow: var(--site-shadow); }
    .catalog-table td { padding: 14px 19px; min-width: 0 !important; }
    .catalog-table td:first-child { width: 100%; padding-top: 18px; background: #fafcf7; }
    .catalog-table td > strong { font-size: 14px; }
    .catalog-table td:last-child { border-bottom: 0; padding-bottom: 18px; }
    .catalog-table td::before { display: block; font-size: 10px; font-weight: 650; color: #6c8261; margin-bottom: 6px; }
    .catalog-table td:nth-child(2)::before { content: '거리 · 난이도 · 고도'; }
    .catalog-table td:nth-child(3)::before { content: '원본 예상 시간'; }
    .catalog-table td:nth-child(4)::before { content: '원본 대조'; }
}
