.price-board { padding-bottom: 70px; }
.site .pb-inquiry { color: #fff; }
.site .pb-empty a { color: var(--green); }
.pb-table-scroll, .pb-search { position: relative; }
.pb-hero { display: flex; justify-content: space-between; align-items: center; padding-top: 68px; padding-bottom: 54px; gap: 30px; }
.site .pb-hero h1 { font-size: clamp(35px, 4vw, 58px); line-height: 1.22; letter-spacing: -2px; font-weight: 550; margin: 20px 0; }
.pb-hero h1 span { color: var(--green); }
.site .pb-intro { color: var(--muted); font-size: 14px; line-height: 1.85; max-width: 500px; margin: 0; }
.pb-live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #4b8761; box-shadow: 0 0 0 4px #e7eee4; margin-left: 10px; }
.pb-hero-aside { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; font-size: 13px; color: var(--green); }
.pb-hero-aside svg { width: 100px; height: 100px; stroke: #71917b; stroke-width: 1.2; margin-bottom: 5px; }
.pb-hero-aside small { font-size: 8px; letter-spacing: 1.2px; color: #7b867c; }
.pb-stats { display: grid; grid-template-columns: 1fr 1fr 2fr 1.5fr; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; }
.pb-stats > div { padding: 23px 28px; display: flex; flex-direction: column; justify-content: center; gap: 10px; border-right: 1px solid var(--line); }
.pb-stats > div:last-child { border-right: 0; }.pb-stats span { font-size: 11px; color: var(--muted); }.pb-stats strong { font-size: 30px; font-weight: 500; line-height: 1.2; font-variant-numeric: tabular-nums; }
.pb-stats .pb-updated strong { font-size: 17px; min-height: 36px; display: flex; align-items: center; }
.pb-stats .pb-status { flex-direction: row; align-items: center; gap: 12px; background: #f0f4ec; }.pb-status .pb-live-dot { margin: 0; flex-shrink: 0; }.pb-status button { border: 1px solid #d4dfcf; border-radius: 50%; background: transparent; width: 30px; height: 30px; font-size: 20px; color: var(--green); cursor: pointer; }
.pb-toolbar { display: flex; gap: 12px; align-items: center; padding: 30px 0 24px; flex-wrap: wrap; }.pb-search { display: flex; align-items: center; gap: 12px; padding: 0 15px; background: white; border: 1px solid var(--line); border-radius: 6px; flex: 1 1 270px; height: 46px; }.pb-search > span { font-size: 27px; color: #79877b; }.pb-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 12px; min-width: 0; }.pb-search:focus-within { outline: 2px solid #87a18b; outline-offset: 2px; }
.pb-select-label { display: flex; gap: 8px; align-items: center; font-size: 11px; color: var(--muted); }.pb-select-label select { font: inherit; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; padding: 0 26px 0 12px; height: 46px; background: #fff; max-width: 155px; }
.pb-section-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }.site .pb-section-label h2 { font-size: 16px; margin: 0; font-weight: 600; }.pb-section-label > span { font-size: 10px; color: var(--muted); }.pb-section-label h2 span { font-size: 11px; font-weight: 400; color: var(--muted); margin-left: 12px; }
.pb-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 305px; gap: 20px; align-items: start; }.pb-list { min-width: 0; background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }.pb-table-scroll { overflow: auto; }.pb-table { width: 100%; border-collapse: collapse; font-size: 11px; }.pb-table th { background: #eff3ec; font-size: 10px; font-weight: 500; text-align: left; white-space: nowrap; }.pb-table th, .pb-table td { padding: 17px 14px; border-bottom: 1px solid #e9ede5; }.pb-table .pb-right { text-align: right; }.pb-table td { vertical-align: middle; }.pb-table small { display: block; font-size: 9px; color: #889084; margin-top: 5px; }.pb-table .pb-model { border: 0; padding: 0; background: none; font: inherit; color: var(--ink); font-weight: 600; cursor: pointer; text-align: left; overflow-wrap: anywhere; min-width: 95px; max-width: 170px; }.pb-table .pb-model:hover { text-decoration: underline; }.pb-table .pb-price { font-weight: 600; font-size: 15px; font-variant-numeric: tabular-nums; color: var(--green); white-space: nowrap; }.pb-table .pb-date { white-space: nowrap; font-size: 10px; }.pb-table .pb-arrow { font-size: 15px; color: #8c9d89; }.pb-table tr[data-selected="true"] { background: #f3f7ee; }.pb-table tr:hover { background: #f7f9f3; }.pb-table td:first-child { border-left: 3px solid transparent; }.pb-table tr[data-selected="true"] td:first-child { border-color: var(--green); }.pb-table button:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.pb-pagination { display: flex; justify-content: space-between; align-items: center; padding: 16px; gap: 10px; font-size: 10px; color: var(--muted); border-top: 1px solid #e9ede5; }.pb-pagination > div { display: flex; gap: 8px; }.pb-pagination button, #pb-clear { background: white; border: 1px solid var(--line); border-radius: 4px; padding: 7px 10px; color: var(--ink); cursor: pointer; font: inherit; }.pb-pagination button:disabled { opacity: .35; cursor: default; }
.pb-detail { border: 1px solid #d6e0cf; border-radius: 8px; padding: 25px 23px; background: #edf2e7; min-width: 0; }.site .pb-detail-kicker { display: flex; align-items: center; justify-content: space-between; font-size: 9px; letter-spacing: 1.6px; color: #63765e; margin: 0 0 24px; }.pb-detail-kicker > span { font-size: 20px; }.site .pb-detail h3 { font-size: 22px; font-weight: 550; margin: 12px 0 6px; line-height: 1.4; overflow-wrap: anywhere; }.site .pb-detail p:not(.pb-detail-kicker) { font-size: 11px; color: #6f7d68; line-height: 1.8; margin: 0; }.pb-badge { display: inline-block; border: 1px solid #c8d7bc; border-radius: 3px; padding: 3px 8px; color: #576c4e; font-size: 9px; }.pb-detail-price { display: flex; align-items: baseline; gap: 5px; margin: 26px 0 4px; color: var(--green); flex-wrap: wrap; }.pb-detail-price > span { font-size: 18px; }.pb-detail-price strong { font-size: 32px; font-weight: 500; letter-spacing: -1px; font-variant-numeric: tabular-nums; }.pb-detail-price small { font-size: 10px; color: #7d8b76; }.site #pb-change { font-size: 10px; }.site #pb-change[data-direction="up"] { color: #a55332; }.site #pb-change[data-direction="down"] { color: #277153; }
#pb-chart { margin: 24px 0 12px; min-height: 135px; }#pb-chart svg { display: block; width: 100%; height: auto; }#pb-chart text { fill: #76876d; font: 8px sans-serif; }.pb-detail-meta { display: grid; gap: 10px; padding: 16px 0; border-top: 1px solid #d5decb; }.pb-detail-meta > div { display: flex; gap: 12px; justify-content: space-between; font-size: 10px; }.pb-detail-meta span { color: #7b8973; white-space: nowrap; }.pb-detail-meta b { font-weight: 400; text-align: right; overflow-wrap: anywhere; }.pb-inquiry { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: var(--green); color: white; font-size: 11px; margin-top: 18px; border-radius: 4px; }.pb-inquiry > span { font-size: 17px; }.pb-history { font-size: 10px; border-top: 1px solid #d5decb; padding-top: 14px; }.pb-history summary { cursor: pointer; color: #53644b; }.pb-history-scroll { max-height: 200px; overflow: auto; margin-top: 10px; }.pb-history table { width: 100%; border-collapse: collapse; font-size: 9px; text-align: right; }.pb-history th { font-weight: 500; }.pb-history td, .pb-history th { padding: 8px 2px; border-bottom: 1px solid #dce4d3; }.pb-history td:first-child, .pb-history th:first-child { text-align: left; }
.pb-chart-placeholder { display: flex; align-items: flex-end; justify-content: space-around; gap: 15px; height: 140px; padding: 30px 15px 0; border-bottom: 1px solid #d5decb; margin: 25px 0; }.pb-chart-placeholder i { background: #d9e3cd; width: 30px; height: 40%; border-radius: 4px 4px 0 0; }.pb-chart-placeholder i:nth-child(2n) { height: 75%; }.pb-chart-placeholder i:nth-child(3) { height: 58%; }.pb-detail-footnote { color: #819077; font-size: 10px; }
.pb-empty { text-align: center; padding: 75px 24px; }.pb-empty[hidden], .price-board [hidden] { display: none !important; }.pb-empty-icon { font-size: 35px; color: #88a079; }.site .pb-empty h3 { font-size: 21px; font-weight: 500; margin: 20px 0 10px; }.site .pb-empty p { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 0 0 20px; }.pb-empty a { font-size: 11px; color: var(--green); }.site .pb-note { font-size: 10px; line-height: 1.9; color: var(--muted); margin: 22px 0 0; }.pb-note span { font-weight: 600; margin-right: 15px; color: #586751; }.pb-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1150px) { .pb-workspace { grid-template-columns: minmax(0,1fr) 280px; gap: 14px; }.pb-table th, .pb-table td { padding: 14px 10px; }.pb-table .pb-price { font-size: 13px; }.pb-stats > div { padding: 20px; } }
@media (max-width: 950px) { .pb-workspace { grid-template-columns: 1fr; }.pb-detail { max-width: none; }.pb-stats { grid-template-columns: 1fr 1fr; }.pb-stats > div { border-bottom: 1px solid var(--line); }.pb-stats > div:nth-child(2n) { border-right: 0; }.pb-stats > div:nth-child(n+3) { border-bottom: 0; }.pb-detail-price strong { font-size: 40px; }#pb-chart { max-width: 650px; } }
@media (max-width: 650px) { .pb-hero { padding-top: 38px; padding-bottom: 32px; }.pb-hero-aside { display: none; }.site .pb-hero h1 { font-size: 38px; letter-spacing: -1px; }.pb-toolbar { gap: 10px; padding-top: 22px; }.pb-search { flex-basis: 100%; }.pb-select-label { flex: 1 1 30%; flex-direction: column; align-items: flex-start; gap: 6px; }.pb-select-label select { width: 100%; max-width: none; padding-left: 8px; padding-right: 15px; font-size: 10px; height: 38px; }.pb-stats > div { padding: 17px; }.pb-stats .pb-updated strong { font-size: 12px; }.pb-stats strong { font-size: 26px; }.pb-stats span { font-size: 9px; }.pb-stats .pb-status { gap: 8px; }.pb-section-label > span { font-size: 8px; }.pb-table { min-width: 640px; }.pb-pagination { padding: 12px; }.price-board { padding-bottom: 45px; }.pb-empty { padding: 50px 18px; }.pb-detail { padding: 23px; } }
@media (max-width: 650px) {
  .pb-table { min-width: 0; }
  .pb-table th:nth-child(2), .pb-table td:nth-child(2),
  .pb-table th:nth-child(4), .pb-table td:nth-child(4),
  .pb-table th:nth-child(5), .pb-table td:nth-child(5) { display: none; }
}
