/* 우리의 기록 V2 — 기존 Chronicle V1과 독립된 개인 소설 UI */

:root {
  --crnv2-bg: #171009;
  --crnv2-surface: #21170f;
  --crnv2-line: #3a2a1c;
  --crnv2-line-strong: #604628;
  --crnv2-gold: #c89b4a;
  --crnv2-gold-hi: #e4bc70;
  --crnv2-gold-dim: #8f6d37;
  --crnv2-text: #f0e5d5;
  --crnv2-sub: #b5a087;
  --crnv2-dim: #796753;
}

#snsNovelV2Slot:empty {
  display: none;
}

.crnv2-tab-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-radius: 50%;
  background: #d8965e;
  box-shadow: 0 0 8px rgba(216, 150, 94, .7);
  vertical-align: 4px;
}

.crnv2-card {
  position: relative;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--crnv2-line-strong);
  border-radius: 21px;
  color: var(--crnv2-text);
  background:
    radial-gradient(circle at 88% 8%, rgba(206, 159, 73, .16), transparent 38%),
    linear-gradient(155deg, #2b1e13, #171009 72%);
  box-shadow: 0 15px 36px rgba(0, 0, 0, .22);
}

.crnv2-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(214, 169, 88, .12);
  border-radius: 14px;
  pointer-events: none;
}

.crnv2-head {
  position: relative;
  z-index: 1;
  padding: 18px 18px 0;
}

.crnv2-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--crnv2-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.crnv2-label::before,
.crnv2-label::after {
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(200, 155, 74, .52);
}

.crnv2-title {
  margin: 9px 0 0;
  color: var(--crnv2-text);
  font-family: "Noto Serif KR", serif;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -.025em;
}

.crnv2-desc {
  margin: 6px 0 0;
  color: var(--crnv2-sub);
  font-size: 11px;
  line-height: 1.65;
  word-break: keep-all;
}

.crnv2-progress-body,
.crnv2-eligible-body,
.crnv2-error-body {
  position: relative;
  z-index: 1;
  padding: 18px;
}

.crnv2-progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 8px;
}

.crnv2-progress-copy b {
  color: var(--crnv2-text);
  font-family: "Noto Serif KR", serif;
  font-size: 13px;
  font-weight: 600;
}

.crnv2-progress-copy span {
  color: var(--crnv2-gold);
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.crnv2-progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #110c08;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
}

.crnv2-progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c5930, #d5a553);
  box-shadow: 0 0 10px rgba(200, 155, 74, .3);
}

.crnv2-hint {
  margin: 10px 0 0;
  color: var(--crnv2-dim);
  font-size: 10.5px;
  line-height: 1.6;
  word-break: keep-all;
}

.crnv2-primary,
.crnv2-secondary {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.crnv2-primary {
  margin-top: 14px;
  border: 1px solid #e2ba6a;
  color: #251607;
  background: linear-gradient(135deg, #e5c071, #b77e31);
  box-shadow: 0 5px 15px rgba(200, 155, 74, .18);
}

.crnv2-secondary {
  margin-top: 12px;
  border: 1px solid var(--crnv2-line-strong);
  color: var(--crnv2-gold-hi);
  background: rgba(200, 155, 74, .06);
}

.crnv2-primary:disabled,
.crnv2-secondary:disabled {
  opacity: .58;
  cursor: default;
}

.crnv2-primary:focus-visible,
.crnv2-secondary:focus-visible,
.crnv2-chapter:focus-visible,
.crnv2-icon-btn:focus-visible,
.crnv2-reader-next:focus-visible,
.crnv2-toc-item:focus-visible,
.crnv2-unlock-strip button:focus-visible,
.crnv2-purchase button:focus-visible {
  outline: 1px solid rgba(228, 188, 112, .68);
  outline-offset: 2px;
}

.crnv2-price-note {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  border: 1px solid rgba(200, 155, 74, .23);
  border-radius: 11px;
  background: rgba(200, 155, 74, .055);
}

.crnv2-price-note span {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 999px;
  color: #2a1908;
  background: linear-gradient(135deg, #e5c071, #b77e31);
  font-size: 9px;
  font-weight: 900;
}

.crnv2-price-note small {
  color: var(--crnv2-sub);
  font-size: 9.5px;
  line-height: 1.45;
  word-break: keep-all;
}

.crnv2-bind {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 18px;
}

.crnv2-cover {
  position: relative;
  flex: 0 0 auto;
  width: 88px;
  height: 122px;
  overflow: hidden;
  border: 1px solid #7a5935;
  border-radius: 5px 11px 11px 5px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .3), transparent 8%),
    radial-gradient(circle at 82% 12%, rgba(233, 195, 119, .18), transparent 34%),
    linear-gradient(155deg, #5b302d, #291b21 60%, #160f13);
  box-shadow: 0 13px 25px rgba(0, 0, 0, .42);
}

.crnv2-cover.is-large {
  width: 104px;
  height: 146px;
}

.crnv2-cover.is-binding::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 15%, rgba(255, 255, 255, .10) 44%, transparent 70%);
  transform: translateX(-140%);
  animation: crnv2-shine 2s ease-in-out infinite;
}

@keyframes crnv2-shine {
  55%, 100% { transform: translateX(150%); }
}

@media (prefers-reduced-motion: reduce) {
  .crnv2-cover.is-binding::after { animation: none; }
  .crnv2-reader { transition: none !important; }
  .crnv2-purchase-backdrop { transition: none !important; }
  .crnv2-spinner { animation: none !important; }
}

.crnv2-cover-line {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(231, 194, 121, .35);
  border-radius: 3px 8px 8px 3px;
}

.crnv2-cover-orn,
.crnv2-cover-main,
.crnv2-cover-author {
  position: relative;
  z-index: 1;
  text-align: center;
}

.crnv2-cover-orn {
  margin-top: 20px;
  color: #d9b371;
  font-family: "Playfair Display", serif;
  font-size: 8px;
  letter-spacing: .18em;
}

.crnv2-cover-main {
  margin-top: 16px;
  color: #f0dec4;
  font-family: "Noto Serif KR", serif;
  font-size: 11px;
  line-height: 1.55;
}

.crnv2-cover-author {
  position: absolute;
  right: 5px;
  bottom: 13px;
  left: 5px;
  overflow: hidden;
  color: #b89562;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crnv2-cover.is-large .crnv2-cover-orn { margin-top: 25px; font-size: 8.5px; }
.crnv2-cover.is-large .crnv2-cover-main { margin-top: 20px; font-size: 13px; }
.crnv2-cover.is-large .crnv2-cover-author { bottom: 16px; font-size: 8px; }

.crnv2-bind-info {
  min-width: 0;
}

.crnv2-bind-step {
  color: var(--crnv2-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.crnv2-bind-info h3 {
  margin: 7px 0 0;
  color: var(--crnv2-text);
  font-family: "Noto Serif KR", serif;
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.crnv2-bind-info p {
  margin: 7px 0 0;
  color: var(--crnv2-sub);
  font-size: 10.5px;
  line-height: 1.55;
}

.crnv2-dots {
  display: flex;
  gap: 5px;
  margin-top: 12px;
}

.crnv2-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4e3924;
}

.crnv2-dots i.on {
  background: var(--crnv2-gold);
  box-shadow: 0 0 7px rgba(200, 155, 74, .7);
}

.crnv2-leave-note {
  position: relative;
  z-index: 1;
  margin: 0 18px 18px;
  padding: 9px 10px;
  border: 1px solid rgba(200, 155, 74, .15);
  border-radius: 10px;
  color: var(--crnv2-dim);
  background: rgba(0, 0, 0, .16);
  font-size: 9.5px;
  text-align: center;
}

.crnv2-ready {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.crnv2-ready-info {
  min-width: 0;
  flex: 1;
}

.crnv2-new {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border: 1px solid rgba(216, 150, 94, .45);
  border-radius: 999px;
  color: #e3ad7f;
  background: rgba(137, 71, 47, .18);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.crnv2-ready h3 {
  margin: 8px 0 0;
  color: var(--crnv2-text);
  font-family: "Noto Serif KR", serif;
  font-size: 17px;
  line-height: 1.4;
}

.crnv2-meta {
  margin-top: 5px;
  color: var(--crnv2-dim);
  font-size: 9.5px;
}

.crnv2-chapters {
  position: relative;
  z-index: 1;
  padding: 0 18px 18px;
}

.crnv2-chapter {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(86, 64, 43, .42);
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.crnv2-chapter-no {
  color: var(--crnv2-gold-dim);
  font-family: "Playfair Display", serif;
  font-size: 10px;
}

.crnv2-chapter-title {
  overflow: hidden;
  color: #ddceba;
  font-family: "Noto Serif KR", serif;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crnv2-chapter-state {
  color: var(--crnv2-dim);
  font-size: 8.5px;
}

.crnv2-chapter-state.is-new {
  color: #dda26f;
  font-weight: 800;
}

.crnv2-chapter.is-locked {
  color: #9c8d79;
}

.crnv2-chapter.is-locked .crnv2-chapter-title {
  color: #9f907d;
}

.crnv2-chapter-state.is-locked {
  color: #bd9450;
  font-weight: 700;
  white-space: nowrap;
}

.crnv2-unlock-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: -5px 18px 18px;
}

.crnv2-unlock-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 11px 11px 13px;
  border: 1px solid rgba(200, 155, 74, .24);
  border-radius: 12px;
  background: rgba(200, 155, 74, .055);
}

.crnv2-unlock-strip > div {
  min-width: 0;
}

.crnv2-unlock-strip b,
.crnv2-unlock-strip small {
  display: block;
}

.crnv2-unlock-strip b {
  color: #e5d4bd;
  font-family: "Noto Serif KR", serif;
  font-size: 10.5px;
}

.crnv2-unlock-strip small {
  margin-top: 3px;
  color: var(--crnv2-dim);
  font-size: 8.5px;
}

.crnv2-unlock-strip button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid #b9873f;
  border-radius: 10px;
  color: #251607;
  background: linear-gradient(135deg, #e4bc70, #b77e31);
  font-size: 9.5px;
  font-weight: 900;
}

.crnv2-serial {
  position: relative;
  z-index: 1;
  margin: 0 18px 18px;
  padding: 13px;
  border: 1px solid rgba(200, 155, 74, .24);
  border-radius: 13px;
  background: rgba(0, 0, 0, .13);
}

.crnv2-serial b {
  display: block;
  color: #eadcc8;
  font-family: "Noto Serif KR", serif;
  font-size: 11.5px;
  line-height: 1.5;
}

.crnv2-serial small {
  display: block;
  margin-top: 4px;
  color: var(--crnv2-dim);
  font-size: 9px;
  line-height: 1.5;
}

.crnv2-serial em {
  display: block;
  margin-top: 7px;
  color: #a88a61;
  font-size: 8.5px;
  font-style: normal;
  text-align: center;
}

.crnv2-error-body h3 {
  margin: 0;
  color: var(--crnv2-text);
  font-family: "Noto Serif KR", serif;
  font-size: 15px;
}

.crnv2-error-body p {
  margin: 8px 0 0;
  color: var(--crnv2-sub);
  font-size: 10.5px;
  line-height: 1.6;
}

.crnv2-reader {
  position: fixed;
  z-index: 1800;
  inset: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  color: var(--crnv2-text);
  background:
    radial-gradient(circle at 50% -12%, rgba(200, 155, 74, .10), transparent 36%),
    var(--crnv2-bg);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), opacity .18s ease, visibility 0s linear .3s;
}

.crnv2-reader.open {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

body.crnv2-reader-open {
  overflow: hidden;
}

body.crnv2-reader-open .bottom-tab-bar {
  display: none !important;
}

.crnv2-reader-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  padding: max(8px, env(safe-area-inset-top)) 13px 8px;
  border-bottom: 1px solid rgba(67, 49, 32, .75);
}

.crnv2-icon-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #b89d7b;
  background: rgba(200, 155, 74, .07);
  cursor: pointer;
}

.crnv2-icon-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.crnv2-reader-head-copy {
  min-width: 0;
  text-align: center;
}

.crnv2-reader-head-copy b {
  display: block;
  overflow: hidden;
  font-family: "Noto Serif KR", serif;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crnv2-reader-head-copy small {
  display: block;
  margin-top: 2px;
  color: var(--crnv2-dim);
  font-size: 8px;
  letter-spacing: .12em;
}

.crnv2-reader-progress {
  height: 2px;
  background: #20170f;
}

.crnv2-reader-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--crnv2-gold);
}

.crnv2-reader-scroll {
  flex: 1;
  overflow-y: auto;
  outline: none;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.crnv2-reader-scroll::-webkit-scrollbar {
  display: none;
}

.crnv2-reader-article {
  width: min(100%, 680px);
  min-height: 100%;
  margin: 0 auto;
  padding: 34px 25px calc(70px + env(safe-area-inset-bottom));
}

.crnv2-reader-no {
  color: var(--crnv2-gold);
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 10px;
  font-style: italic;
  letter-spacing: .2em;
}

.crnv2-reader-title {
  margin: 11px 0 26px;
  color: var(--crnv2-text);
  text-align: center;
  font-family: "Noto Serif KR", serif;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -.04em;
}

.crnv2-reader-orn {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 86px;
  margin: 0 auto 29px;
  color: var(--crnv2-gold-dim);
  font-size: 7px;
}

.crnv2-reader-orn::before,
.crnv2-reader-orn::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #5b4329;
}

.crnv2-reader-text {
  color: #e8dccb;
  font-family: "Noto Serif KR", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -.01em;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.crnv2-reader-text p {
  margin: 0 0 1.4em;
}

.crnv2-reader-text p:first-child::first-letter {
  float: left;
  margin: .05em .12em 0 0;
  color: var(--crnv2-gold-hi);
  font-family: "Playfair Display", serif;
  font-size: 3.3em;
  line-height: .82;
}

.crnv2-reader-end {
  margin-top: 38px;
  padding-top: 23px;
  border-top: 1px solid #3b2b1d;
  text-align: center;
}

.crnv2-reader-end small {
  display: block;
  color: var(--crnv2-dim);
  font-size: 9px;
}

.crnv2-reader-next {
  width: 100%;
  min-height: 46px;
  margin-top: 14px;
  border: 1px solid var(--crnv2-line-strong);
  border-radius: 12px;
  color: var(--crnv2-gold-hi);
  background: rgba(200, 155, 74, .06);
  font-family: "Noto Serif KR", serif;
  font-size: 11px;
}

.crnv2-reader-next.is-unlock {
  border-color: #c59649;
  color: #251607;
  background: linear-gradient(135deg, #e4bd70, #ae752d);
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(200, 155, 74, .16);
}

.crnv2-reader-next[hidden] {
  display: none;
}

.crnv2-toc-backdrop {
  position: fixed;
  z-index: 1810;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  padding: 16px;
  opacity: 0;
  background: rgba(8, 6, 4, .72);
  transition: opacity .2s ease, visibility 0s linear .2s;
}

.crnv2-toc-backdrop.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.crnv2-toc {
  width: min(100%, 448px);
  max-height: min(72vh, 620px);
  overflow: hidden;
  border: 1px solid var(--crnv2-line-strong);
  border-radius: 22px 22px 16px 16px;
  color: var(--crnv2-text);
  background: linear-gradient(165deg, #241a11, #15100b);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
}

.crnv2-toc-handle {
  width: 38px;
  height: 4px;
  margin: 9px auto 0;
  border-radius: 99px;
  background: #5e4a35;
}

.crnv2-toc header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 7px 20px;
}

.crnv2-toc h2 {
  margin: 0;
  font-family: "Noto Serif KR", serif;
  font-size: 17px;
}

.crnv2-toc-list {
  max-height: calc(min(72vh, 620px) - 72px);
  overflow-y: auto;
  padding: 0 18px calc(18px + env(safe-area-inset-bottom));
}

.crnv2-toc-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 49px;
  border: 0;
  border-top: 1px solid rgba(86, 64, 43, .42);
  color: #ddceba;
  background: transparent;
  text-align: left;
}

.crnv2-toc-item.is-current {
  color: var(--crnv2-gold-hi);
}

.crnv2-toc-item.is-locked {
  color: #948673;
}

.crnv2-toc-item span:first-child {
  color: var(--crnv2-gold-dim);
  font-family: "Playfair Display", serif;
  font-size: 10px;
}

.crnv2-toc-item span:nth-child(2) {
  overflow: hidden;
  font-family: "Noto Serif KR", serif;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crnv2-toc-state {
  color: #bd9450;
  font-size: 9px;
  white-space: nowrap;
}

body.crnv2-purchase-open {
  overflow: hidden;
}

.crnv2-purchase-backdrop {
  position: fixed;
  z-index: 1830;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  padding: 16px;
  opacity: 0;
  background: rgba(8, 6, 4, .78);
  transition: opacity .2s ease, visibility 0s linear .2s;
}

.crnv2-purchase-backdrop.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.crnv2-purchase {
  position: relative;
  width: min(100%, 448px);
  max-height: min(82vh, 680px);
  overflow-y: auto;
  border: 1px solid var(--crnv2-line-strong);
  border-radius: 22px 22px 16px 16px;
  color: var(--crnv2-text);
  background:
    radial-gradient(circle at 88% 2%, rgba(200, 155, 74, .15), transparent 36%),
    linear-gradient(165deg, #281d13, #15100b);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .62);
  outline: none;
}

.crnv2-purchase-handle {
  width: 38px;
  height: 4px;
  margin: 9px auto 0;
  border-radius: 99px;
  background: #5e4a35;
}

.crnv2-purchase-content {
  position: relative;
  padding: 25px 20px calc(20px + env(safe-area-inset-bottom));
  text-align: center;
}

.crnv2-purchase-close {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #a99175;
  background: rgba(200, 155, 74, .06);
  font-size: 21px;
}

.crnv2-purchase-kicker {
  color: var(--crnv2-gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
}

.crnv2-purchase h2 {
  margin: 9px 30px 0;
  color: var(--crnv2-text);
  font-family: "Noto Serif KR", serif;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -.035em;
}

.crnv2-purchase p {
  margin: 8px auto 0;
  max-width: 330px;
  color: var(--crnv2-sub);
  font-size: 11px;
  line-height: 1.65;
  word-break: keep-all;
}

.crnv2-purchase-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  align-items: baseline;
  margin: 19px 0 4px;
  padding: 14px;
  border: 1px solid rgba(200, 155, 74, .24);
  border-radius: 13px;
  background: rgba(0, 0, 0, .15);
  text-align: left;
}

.crnv2-purchase-summary span {
  color: #ddceba;
  font-family: "Noto Serif KR", serif;
  font-size: 11px;
}

.crnv2-purchase-summary b {
  color: var(--crnv2-gold-hi);
  font-size: 13px;
}

.crnv2-purchase-summary small {
  grid-column: 1 / -1;
  color: var(--crnv2-dim);
  font-size: 9px;
}

.crnv2-purchase-balance {
  margin-top: 12px;
  color: var(--crnv2-dim);
  font-size: 10px;
}

.crnv2-purchase-actions {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9px;
  margin-top: 16px;
}

.crnv2-purchase-primary,
.crnv2-purchase-secondary,
.crnv2-purchase-tertiary {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  font-size: 11.5px;
  font-weight: 900;
}

.crnv2-purchase-content > .crnv2-purchase-primary,
.crnv2-purchase-content > .crnv2-purchase-secondary {
  margin-top: 15px;
}

.crnv2-purchase-content > .crnv2-purchase-secondary {
  margin-top: 8px;
}

.crnv2-purchase-primary {
  border: 1px solid #e2ba6a;
  color: #251607;
  background: linear-gradient(135deg, #e5c071, #b77e31);
  box-shadow: 0 5px 15px rgba(200, 155, 74, .18);
}

.crnv2-purchase-secondary {
  border: 1px solid var(--crnv2-line-strong);
  color: var(--crnv2-gold-hi);
  background: rgba(200, 155, 74, .06);
}

.crnv2-purchase-tertiary {
  min-height: 38px;
  margin-top: 6px;
  border: 0;
  color: var(--crnv2-dim);
  background: transparent;
  font-size: 10px;
}

.crnv2-purchase-result {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  margin: 0 auto 13px;
  border: 1px solid rgba(200, 155, 74, .4);
  border-radius: 50%;
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.crnv2-purchase-result.is-success {
  color: #2c1b08;
  background: linear-gradient(135deg, #e5c071, #b77e31);
}

.crnv2-purchase-result.is-warn {
  color: var(--crnv2-gold-hi);
  background: rgba(200, 155, 74, .08);
}

.crnv2-purchase-busy {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.crnv2-spinner {
  width: 32px;
  height: 32px;
  margin-bottom: 17px;
  border: 2px solid rgba(200, 155, 74, .18);
  border-top-color: var(--crnv2-gold-hi);
  border-radius: 50%;
  animation: crnv2-spin .8s linear infinite;
}

@keyframes crnv2-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 380px) {
  .crnv2-ready {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 13px;
  }

  .crnv2-cover.is-large {
    width: 80px;
    height: 116px;
  }

  .crnv2-cover.is-large .crnv2-cover-orn { margin-top: 18px; font-size: 6.5px; }
  .crnv2-cover.is-large .crnv2-cover-main { margin-top: 14px; font-size: 10px; }
  .crnv2-cover.is-large .crnv2-cover-author { bottom: 11px; font-size: 6px; }
  .crnv2-reader-article { padding-right: 22px; padding-left: 22px; }
  .crnv2-reader-text { font-size: 15.5px; line-height: 2.02; }
  .crnv2-purchase-backdrop { padding: 10px; }
  .crnv2-purchase-content { padding-right: 16px; padding-left: 16px; }
  .crnv2-purchase h2 { font-size: 18px; }
  .crnv2-unlock-strip { gap: 8px; }
  .crnv2-unlock-strip button { padding: 0 9px; }
}
