/* A compact price register on the shared page canvas. */
.price-sheet { padding: 100px 0 110px; color: #f1f2f5; scroll-margin-top: 45px; }
.price-sheet-inner { width: min(1200px, calc(100% - 96px)); margin-inline: auto; display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 100px; align-items: start; }
.price-sheet-intro { position: sticky; top: 60px; }
.price-sheet h2 { font-size: 56px; font-weight: 500; line-height: 1.08; letter-spacing: -.065em; margin: 0; }
.price-sheet-lead { font-size: 17px; line-height: 1.7; color: #999eaa; max-width: 300px; margin: 23px 0 0; }
.price-download { display: grid; grid-template-columns: 40px 1fr 24px; gap: 18px; align-items: center; padding: 27px 0; margin: 42px 0 25px; border-block: 1px solid #323238; color: #ebedf2; }
.price-download svg { stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.price-file-icon { color: #c9b49b; }
.price-download strong { display: block; font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.price-download small { display: block; font-size: 11px; color: #989ca7; margin-top: 4px; }
.price-download-arrow { transition: transform .2s; }
.price-download:hover { border-color: #b4a08a; }
.price-download:hover .price-download-arrow { transform: translateY(3px); }
.price-sheet-note { color: #9b9fab; font-size: 13px; line-height: 1.8; max-width: 305px; margin: 0; }
.price-sheet-date { color: #8b8f9a; font-size: 11px; margin: 18px 0 0; }
.price-list { width: 100%; border-collapse: collapse; text-align: left; }
.price-list thead { color: #9196a2; font-size: 11px; }
.price-list thead th { padding: 0 0 20px; font-weight: 400; border-bottom: 1px solid #424047; }
.price-list thead th:nth-child(2) { text-align: right; padding-right: 24px; }
.price-list tbody tr { border-bottom: 1px solid #292a30; transition: background-color .2s; }
.price-list tbody th { padding: 21px 18px 21px 0; font-size: 16px; font-weight: 450; line-height: 1.4; letter-spacing: -.02em; }
.price-row-number { display: inline-block; width: 35px; color: #7d818d; font-family: ui-monospace, Consolas, monospace; font-size: 10px; font-weight: 400; letter-spacing: 0; }
.price-list tbody td:nth-child(2) { text-align: right; padding-right: 24px; white-space: nowrap; font-size: 22px; font-weight: 450; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.price-list tbody td:last-child { width: 44px; padding: 10px 0; }
.price-list tbody a { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #373940; border-radius: 50%; color: #a9aebb; transition: border-color .2s, color .2s; }
.price-list tbody a svg { stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.price-list-featured th > span:last-child { color: #e5c4a0; }
.price-list tbody tr:hover, .price-list tbody tr:focus-within { background: #ba99760a; }
.price-list tbody a:hover { border-color: #c6b19a; color: #fff; }
.price-sheet a:focus-visible { outline: 2px solid #e8d5bf; outline-offset: 5px; border-radius: 3px; }
.price-list tbody a:focus-visible { border-radius: 50%; }
@media (max-width: 1100px) {
  .price-sheet-inner { grid-template-columns: 285px minmax(0, 1fr); gap: 50px; width: calc(100% - 64px); }
  .price-sheet h2 { font-size: 49px; }
  .price-row-number { display: none; }
  .price-list tbody td:nth-child(2) { font-size: 20px; padding-right: 16px; }
  .price-list thead th:nth-child(2) { padding-right: 16px; }
  .price-download { gap: 12px; }
}
@media (max-width: 850px) {
  .price-sheet-inner { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .price-sheet-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
  .price-sheet-lead { grid-column: 1; font-size: 15px; }
  .price-download { grid-column: 2; grid-row: 1 / 3; align-self: center; margin: 0; }
  .price-sheet-note { grid-column: 1; margin-top: 24px; }
  .price-sheet-date { grid-column: 2; align-self: end; }
  .price-row-number { display: inline-block; }
}
@media (max-width: 600px) {
  .price-sheet { padding: 65px 0 70px; }
  .price-sheet-inner { width: calc(100% - 40px); gap: 35px; }
  .price-sheet-intro { display: block; }
  .price-sheet h2 { font-size: 47px; }
  .price-sheet-lead { margin-top: 18px; max-width: 310px; }
  .price-download { margin: 25px 0 19px; padding-block: 21px; gap: 16px; }
  .price-sheet-note { margin-top: 0; font-size: 12px; }
  .price-sheet-date { margin-top: 12px; }
  .price-list thead th { padding-bottom: 15px; font-size: 10px; }
  .price-list thead th:nth-child(2) { padding-right: 10px; }
  .price-list tbody th { font-size: 14px; padding: 19px 8px 19px 0; }
  .price-list tbody td:nth-child(2) { font-size: 18px; padding-right: 10px; }
  .price-row-number { display: none; }
  .price-list tbody a { width: 44px; height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .price-download-arrow, .price-list tbody tr, .price-list tbody a { transition: none; }
}
