.page-head {
  padding: 48px 0 35px;
}
.page-head h1 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
}
.page-head p {
  color: var(--muted);
  margin-top: 10px;
}
.back {
  font-size: 13px;
  color: var(--muted);
  display: inline-block;
  margin: 30px 0 20px;
}
.detail {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(290px, 0.65fr);
  gap: 50px;
  align-items: start;
}
.detail-art {
  background: var(--surface);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.detail-art img {
  max-height: 75vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.detail-info {
  padding-top: 12px;
  position: sticky;
  top: 25px;
}
.detail-info .collection {
  font-size: 12px;
  color: var(--muted);
}
.detail-info h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 12px 0 15px;
}
.tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tag {
  font-size: 11px;
  color: var(--muted);
  background: var(--surface);
  padding: 3px 8px;
  border-radius: 3px;
}
.specs {
  margin: 26px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.specs dt {
  font-size: 11px;
  color: var(--muted);
}
.specs dd {
  margin: 3px 0 0;
  font-size: 13px;
}
.download-hint {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin: 12px 0 22px;
}
.detail-save {
  width: 100%;
}
.description {
  font-size: 13px;
  color: var(--muted);
  margin: 24px 0;
}
.preview-hint {
  text-align: center;
  color: var(--muted);
  font-size: 11px;
  padding: 12px;
}
.notice {
  padding: 16px 20px;
  background: var(--surface);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  font-size: 13px;
  margin-bottom: 25px;
}
.notice p {
  color: var(--muted);
}
.price-intro {
  max-width: 670px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 35px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.price-card {
  padding: 32px 35px;
  border-right: 1px solid var(--line);
}
.price-card:first-child {
  padding-left: 0;
}
.price-card:last-child {
  border: 0;
}
.price-card h2 {
  font-size: 18px;
  font-weight: 500;
}
.price {
  font-size: 44px;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin: 16px 0;
}
.price small {
  font-size: 18px;
}
.price-card p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 25px;
}
.price-card .button {
  width: 100%;
}
.pricing-rules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  max-width: 950px;
  margin-top: 45px;
}
.pricing-rules h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.pricing-rules p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
}
.account-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.balance-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  padding: 30px 0;
  margin-bottom: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 35px;
}
.balance-label {
  font-size: 13px;
  color: var(--muted);
}
.balance-value {
  font-size: 42px;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}
.balance-note {
  font-size: 12px;
  color: var(--muted);
}
.balance-action {
  align-self: center;
}
.balance-action .button {
  margin-bottom: 8px;
}
.account-tabs {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.account-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  color: var(--muted);
  font-size: 14px;
}
.account-tabs button.active {
  color: var(--ink);
  border-color: var(--ink);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
td,
th {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 13px 8px;
}
th {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
}
.table-wrap {
  overflow: auto;
}
.fine-print {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.fine-print a {
  text-decoration: underline;
}
.positive {
  color: var(--brand);
}
.terms {
  max-width: 780px;
  padding-top: 45px;
}
.terms h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
.terms h2 {
  font-size: 20px;
  margin: 30px 0 10px;
}
.terms p {
  font-size: 14px;
  line-height: 2;
  color: var(--muted);
  margin-bottom: 12px;
}
