.one-more-pull-page {
  --desk: #69766f;
  --desk-deep: #4a5852;
  --paper: #f4eddc;
  --paper-bright: #fff9e9;
  --paper-dim: #e0d7c4;
  --ink: #20211e;
  --ink-soft: #42463f;
  --ink-faint: #5c6158;
  --pink: #d54978;
  --pink-dark: #9e3158;
  --indigo: #46539c;
  --indigo-dark: #30386b;
  --green: #2f7352;
  --green-dark: #21523b;
  --red: #b43e32;
  --red-pale: #f0d0c8;
  --rule: rgba(32, 33, 30, 0.2);
  --shadow: rgba(42, 51, 47, 0.27);
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--desk);
  background-image: radial-gradient(circle at 50% -12%, rgba(244, 237, 220, 0.16), transparent 48rem);
  font-family: "Gothic A1", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.one-more-pull-page *,
.one-more-pull-page *::before,
.one-more-pull-page *::after {
  box-sizing: border-box;
}

.one-more-pull-page ::selection {
  color: var(--paper-bright);
  background: var(--indigo);
}

.one-more-pull-page button,
.one-more-pull-page input,
.one-more-pull-page select,
.one-more-pull-page textarea {
  font: inherit;
}

.one-more-pull-page button,
.one-more-pull-page summary,
.one-more-pull-page a {
  -webkit-tap-highlight-color: transparent;
}

.one-more-pull-page a {
  color: inherit;
}

.one-more-pull-page [hidden] {
  display: none !important;
}

.one-more-pull-page .pull-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;
}

.one-more-pull-page .pull-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  padding: 11px 15px;
  color: var(--paper-bright);
  background: var(--ink);
  border: 2px solid var(--paper-bright);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.one-more-pull-page .pull-skip:focus {
  transform: translateY(0);
}

.one-more-pull-page .pull-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 48px, 1480px);
  min-height: 72px;
  margin: 0 auto;
  color: var(--paper-bright);
  border-bottom: 1px solid rgba(255, 249, 233, 0.32);
}

.one-more-pull-page .pull-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-family: "Azeret Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.one-more-pull-page .pull-wordmark-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--paper-bright);
  background: var(--ink);
  border: 1px solid rgba(255, 249, 233, 0.6);
  font-family: "Saira Condensed", sans-serif;
  font-size: 1rem;
}

.one-more-pull-page .pull-wordmark small {
  display: block;
  margin-top: 1px;
  color: rgba(255, 249, 233, 0.68);
  font-family: "Gothic A1", sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0;
}

.one-more-pull-page .pull-registration {
  display: inline-grid;
  grid-template-columns: 10px auto;
  align-items: center;
  gap: 10px;
  max-width: 420px;
  font-size: 0.76rem;
}

.one-more-pull-page .pull-registration strong,
.one-more-pull-page .pull-registration small {
  display: block;
}

.one-more-pull-page .pull-registration strong {
  line-height: 1.25;
}

.one-more-pull-page .pull-registration small {
  margin-top: 2px;
  color: rgba(255, 249, 233, 0.7);
}

.one-more-pull-page .registration-pin {
  width: 9px;
  height: 9px;
  background: var(--paper-dim);
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.one-more-pull-page .pull-registration[data-mode="registered"] .registration-pin {
  background: #79b58b;
}

.one-more-pull-page .pull-registration[data-mode="unsupported"] .registration-pin,
.one-more-pull-page .pull-registration[data-mode="partial"] .registration-pin {
  background: #d8aa64;
}

.one-more-pull-page .pull-registration[data-mode="error"] .registration-pin {
  background: #db695f;
}

.one-more-pull-page #pull-main {
  width: min(100% - 48px, 1480px);
  margin: 0 auto;
}

.one-more-pull-page .pull-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(600px, 1.18fr);
  gap: clamp(30px, 4.8vw, 84px);
  min-height: calc(100dvh - 72px);
  padding: clamp(45px, 6vh, 80px) 0 clamp(55px, 8vh, 104px);
}

.one-more-pull-page .pull-intro {
  align-self: center;
  color: var(--paper-bright);
}

.one-more-pull-page .pull-kicker,
.one-more-pull-page .sequence-heading > p,
.one-more-pull-page .receipt-section > header p {
  margin: 0 0 18px;
  color: rgba(255, 249, 233, 0.9);
  font-family: "Azeret Mono", monospace;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.one-more-pull-page .pull-intro h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.35rem, 4.1vw, 4.9rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.03;
  text-wrap: balance;
}

.one-more-pull-page .pull-explainer {
  max-width: 55ch;
  margin: 26px 0 0;
  color: rgba(255, 249, 233, 0.96);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  line-height: 1.82;
  word-break: keep-all;
}

.one-more-pull-page .pull-explainer strong {
  color: var(--paper-bright);
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.one-more-pull-page .pull-live-state {
  display: grid;
  grid-template-columns: 0.65fr 0.8fr 1.4fr;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 249, 233, 0.4);
  border-bottom: 1px solid rgba(255, 249, 233, 0.4);
}

.one-more-pull-page .pull-live-state > div {
  min-width: 0;
  padding: 13px 14px 14px 0;
}

.one-more-pull-page .pull-live-state > div + div {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 249, 233, 0.28);
}

.one-more-pull-page .pull-live-state span,
.one-more-pull-page .pull-live-state strong {
  display: block;
}

.one-more-pull-page .pull-live-state span {
  color: rgba(255, 249, 233, 0.86);
  font-size: 0.69rem;
  font-weight: 700;
}

.one-more-pull-page .pull-live-state strong {
  margin-top: 4px;
  overflow: hidden;
  font-family: "Azeret Mono", monospace;
  font-size: 0.88rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.one-more-pull-page .guided-launch {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(180px, 1fr);
  align-items: center;
  gap: 17px;
  margin-top: 26px;
}

.one-more-pull-page .guided-launch p {
  margin: 0;
  color: rgba(255, 249, 233, 0.94);
  font-size: 0.75rem;
  line-height: 1.6;
}

.one-more-pull-page .pull-button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 16px;
  color: var(--ink);
  background: var(--paper-bright);
  border: 1px solid var(--ink);
  border-radius: 0;
  box-shadow: 3px 3px 0 rgba(32, 33, 30, 0.24);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

.one-more-pull-page .pull-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 5px 5px 0 rgba(32, 33, 30, 0.3);
}

.one-more-pull-page .pull-button:active:not(:disabled) {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(32, 33, 30, 0.3);
}

.one-more-pull-page .pull-button:focus-visible,
.one-more-pull-page a:focus-visible,
.one-more-pull-page summary:focus-visible,
.one-more-pull-page select:focus-visible,
.one-more-pull-page textarea:focus-visible {
  outline: 3px solid var(--paper-bright);
  outline-offset: 4px;
}

.one-more-pull-page .raw-tool-details .pull-button:focus-visible,
.one-more-pull-page .raw-tool-details select:focus-visible,
.one-more-pull-page .raw-tool-details textarea:focus-visible,
.one-more-pull-page .receipt-section .pull-button:focus-visible,
.one-more-pull-page .action-bench .pull-button:focus-visible {
  outline-color: var(--indigo);
}

.one-more-pull-page .pull-button:disabled {
  color: #7f8179;
  background: #d9d5c9;
  border-color: #85867f;
  box-shadow: none;
  cursor: not-allowed;
}

.one-more-pull-page .pull-button[aria-busy="true"] {
  color: var(--paper-bright);
  background: var(--indigo-dark);
  cursor: wait;
}

.one-more-pull-page .pull-button[aria-busy="true"]::after {
  content: "처리 중";
  position: absolute;
  inset: 4px;
  display: grid;
  place-items: center;
  color: var(--paper-bright);
  background: var(--indigo-dark);
  font-family: "Azeret Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.one-more-pull-page .pull-button-primary {
  justify-content: space-between;
  color: var(--paper-bright);
  background: var(--ink);
  border-color: var(--paper-bright);
  box-shadow: 4px 4px 0 rgba(32, 33, 30, 0.35);
}

.one-more-pull-page .pull-button-primary b {
  color: #f18ab0;
  font-family: "Azeret Mono", monospace;
  font-size: 0.68rem;
}

.one-more-pull-page .actor-rail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 249, 233, 0.22);
  list-style: none;
}

.one-more-pull-page .actor-rail li {
  position: relative;
  min-width: 0;
  padding: 13px 10px 10px 0;
  color: rgba(255, 249, 233, 0.86);
}

.one-more-pull-page .actor-rail li + li {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 249, 233, 0.18);
}

.one-more-pull-page .actor-rail span,
.one-more-pull-page .actor-rail strong,
.one-more-pull-page .actor-rail small {
  display: block;
}

.one-more-pull-page .actor-rail span {
  font-family: "Azeret Mono", monospace;
  font-size: 0.61rem;
}

.one-more-pull-page .actor-rail strong {
  margin-top: 5px;
  color: rgba(255, 249, 233, 0.96);
  font-size: 0.78rem;
}

.one-more-pull-page .actor-rail small {
  margin-top: 3px;
  font-size: 0.65rem;
  line-height: 1.45;
}

.one-more-pull-page .actor-rail li[data-state="active"] {
  color: var(--paper-bright);
}

.one-more-pull-page .actor-rail li[data-state="active"]::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 10px;
  left: 0;
  height: 4px;
  background: var(--pink);
}

.one-more-pull-page .actor-rail li[data-state="active"] strong,
.one-more-pull-page .actor-rail li[data-state="done"] strong {
  color: var(--paper-bright);
}

.one-more-pull-page .actor-rail li[data-state="done"] span::after {
  content: " / 끝";
  color: #a5d3af;
}

.one-more-pull-page .proof-worktop {
  position: relative;
  align-self: center;
  min-width: 0;
  padding: 38px 20px 24px 54px;
}

.one-more-pull-page .proof-worktop::before {
  content: "";
  position: absolute;
  inset: 0 0 56px 16px;
  border: 1px solid rgba(255, 249, 233, 0.23);
  pointer-events: none;
}

.one-more-pull-page .proof-worktop::after {
  content: "PULL 03 / DESK A";
  position: absolute;
  right: -18px;
  bottom: 144px;
  color: rgba(255, 249, 233, 0.5);
  font-family: "Azeret Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
}

.one-more-pull-page .stale-strike {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: -8px;
  width: min(390px, 64%);
  padding: 13px 17px;
  color: var(--paper-bright);
  background: var(--red);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(32, 33, 30, 0.35);
  transform: rotate(1.3deg);
}

.one-more-pull-page .stale-strike::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: calc(100% + 22px);
  height: 2px;
  background: var(--ink);
  transform: rotate(-3deg);
  pointer-events: none;
}

.one-more-pull-page .stale-strike strong,
.one-more-pull-page .stale-strike span {
  display: block;
  position: relative;
  z-index: 1;
}

.one-more-pull-page .stale-strike strong {
  font-family: "Azeret Mono", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.one-more-pull-page .stale-strike span {
  margin-top: 4px;
  font-size: 0.7rem;
  line-height: 1.55;
}

.one-more-pull-page .proof-fan {
  position: relative;
  width: min(100%, 640px);
  min-height: 650px;
  margin: 0 auto;
}

.one-more-pull-page .proof-sheet {
  position: absolute;
  width: min(78%, 460px);
  aspect-ratio: 0.72;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(32, 33, 30, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 33, 30, 0.018) 1px, transparent 1px);
  background-size: 11px 11px;
  border: 1px solid rgba(32, 33, 30, 0.5);
  box-shadow: 12px 17px 30px var(--shadow);
  transform-origin: 50% 90%;
}

.one-more-pull-page .proof-sheet-back {
  display: grid;
  place-items: end start;
  padding: 20px;
  color: rgba(32, 33, 30, 0.44);
  font-family: "Saira Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.one-more-pull-page .proof-sheet-one {
  top: 52px;
  left: 0;
  transform: rotate(-11deg);
  animation: pull-fan-one 520ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.one-more-pull-page .proof-sheet-two {
  top: 30px;
  left: 11%;
  transform: rotate(7deg);
  animation: pull-fan-two 560ms 70ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.one-more-pull-page .proof-sheet-current {
  z-index: 2;
  top: 2px;
  left: 17%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(18px, 3.2vw, 30px);
  transform: rotate(-1.4deg);
  animation: pull-fan-current 520ms 120ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

@keyframes pull-fan-one {
  from { opacity: 0; transform: rotate(-2deg) translate3d(44px, 18px, 0); }
  to { opacity: 1; transform: rotate(-11deg) translate3d(0, 0, 0); }
}

@keyframes pull-fan-two {
  from { opacity: 0; transform: rotate(-1deg) translate3d(18px, 18px, 0); }
  to { opacity: 1; transform: rotate(7deg) translate3d(0, 0, 0); }
}

@keyframes pull-fan-current {
  from { opacity: 0; transform: rotate(0deg) translate3d(0, 28px, 0); }
  to { opacity: 1; transform: rotate(-1.4deg) translate3d(0, 0, 0); }
}

.one-more-pull-page .proof-sheet-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--ink);
  font-family: "Azeret Mono", monospace;
}

.one-more-pull-page .proof-sheet-heading span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.one-more-pull-page .proof-sheet-heading strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-family: "Saira Condensed", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 0.9;
}

.one-more-pull-page .proof-sheet-heading small {
  font-size: 0.55rem;
}

.one-more-pull-page .print-specimen {
  position: relative;
  min-height: 0;
  margin: 17px 0;
  overflow: hidden;
  background: var(--paper-bright);
  border: 1px solid rgba(32, 33, 30, 0.38);
}

.one-more-pull-page .crop-mark {
  position: absolute;
  z-index: 3;
  width: 22px;
  height: 22px;
}

.one-more-pull-page .crop-mark::before,
.one-more-pull-page .crop-mark::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.one-more-pull-page .crop-mark::before {
  width: 22px;
  height: 1px;
}

.one-more-pull-page .crop-mark::after {
  width: 1px;
  height: 22px;
}

.one-more-pull-page .crop-mark-tl { top: 8px; left: 8px; }
.one-more-pull-page .crop-mark-tr { top: 8px; right: 8px; transform: scaleX(-1); }
.one-more-pull-page .crop-mark-bl { bottom: 8px; left: 8px; transform: scaleY(-1); }
.one-more-pull-page .crop-mark-br { right: 8px; bottom: 8px; transform: scale(-1); }

.one-more-pull-page .specimen-title {
  position: absolute;
  top: 17%;
  left: 11%;
  width: 55%;
  font-family: "Saira Condensed", sans-serif;
  font-size: clamp(3.1rem, 6.4vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.72;
}

.one-more-pull-page .specimen-title span {
  position: absolute;
  inset: 0;
}

.one-more-pull-page .ink-black {
  z-index: 2;
  color: var(--ink);
  mix-blend-mode: multiply;
}

.one-more-pull-page .ink-pink {
  z-index: 1;
  color: var(--pink);
  mix-blend-mode: multiply;
  transform: translate(8px, 5px);
}

.one-more-pull-page .specimen-bars {
  position: absolute;
  bottom: 17%;
  left: 11%;
  display: flex;
  width: 51%;
  height: 13%;
  gap: 6px;
}

.one-more-pull-page .specimen-bars i {
  display: block;
  flex: 1;
  background: var(--ink);
}

.one-more-pull-page .specimen-bars i:nth-child(2) {
  background: var(--pink);
  transform: translateY(5px);
}

.one-more-pull-page .weak-copy {
  position: absolute;
  top: 22%;
  right: 9%;
  display: grid;
  gap: 6px;
  width: 23%;
  color: #5b5e55;
  font-size: clamp(0.55rem, 1.1vw, 0.74rem);
  line-height: 1.52;
  word-break: keep-all;
}

.one-more-pull-page .weak-copy strong {
  padding-bottom: 7px;
  border-bottom: 3px solid currentColor;
  font-size: 1.1em;
}

.one-more-pull-page .pink-lock-stamp,
.one-more-pull-page .operator-check-stamp {
  position: absolute;
  z-index: 4;
  display: none;
  padding: 7px 10px 6px;
  font-size: 0.69rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.one-more-pull-page .pink-lock-stamp {
  top: 51%;
  left: 12%;
  color: var(--green);
  border: 3px double var(--green);
  transform: rotate(-8deg);
}

.one-more-pull-page .operator-check-stamp {
  right: 9%;
  bottom: 11%;
  color: var(--indigo);
  border: 2px solid var(--indigo);
  transform: rotate(4deg);
}

.one-more-pull-page .proof-fan[data-pink-locked="true"] .pink-lock-stamp,
.one-more-pull-page .proof-fan[data-operator-check="staged"] .operator-check-stamp,
.one-more-pull-page .proof-fan[data-operator-check="confirmed"] .operator-check-stamp {
  display: block;
}

.one-more-pull-page .proof-fan[data-operator-check="confirmed"] .operator-check-stamp {
  color: var(--green);
  border-color: var(--green);
}

.one-more-pull-page .proof-sheet-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--ink);
  font-family: "Azeret Mono", monospace;
  font-size: 0.55rem;
}

.one-more-pull-page .proof-caption {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1px;
  width: min(90%, 610px);
  margin: -24px auto 0;
  color: var(--ink);
  background: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 7px 8px 0 rgba(32, 33, 30, 0.2);
}

.one-more-pull-page .legend-item {
  display: grid;
  grid-template-columns: 12px auto;
  gap: 0 9px;
  padding: 13px 14px;
  background: var(--paper);
  font-size: 0.67rem;
}

.one-more-pull-page .legend-item i {
  grid-row: 1 / span 2;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.one-more-pull-page .legend-item strong {
  display: block;
  font-size: 0.75rem;
}

.one-more-pull-page .legend-lock {
  color: var(--green-dark);
}

.one-more-pull-page .legend-fix {
  color: var(--pink-dark);
}

.one-more-pull-page .pull-sequence,
.one-more-pull-page .receipt-section,
.one-more-pull-page .raw-tool-details {
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 10px 12px 0 rgba(32, 33, 30, 0.18);
}

.one-more-pull-page .pull-sequence {
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 58px);
}

.one-more-pull-page .sequence-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 3px solid var(--ink);
}

.one-more-pull-page .sequence-heading > p {
  grid-column: 1 / -1;
  margin-bottom: -10px;
  color: var(--ink-faint);
}

.one-more-pull-page .sequence-heading h2,
.one-more-pull-page .receipt-section h2 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(1.7rem, 3.1vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.16;
  word-break: keep-all;
}

.one-more-pull-page .sequence-heading > span {
  padding: 7px 10px;
  color: var(--paper-bright);
  background: var(--indigo);
  font-family: "Azeret Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
}

.one-more-pull-page .guided-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--ink);
  list-style: none;
}

.one-more-pull-page .guided-steps li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  min-width: 0;
  padding: 18px 14px 20px 0;
  color: var(--ink-faint);
}

.one-more-pull-page .guided-steps li + li {
  padding-left: 14px;
  border-left: 1px solid var(--rule);
}

.one-more-pull-page .guided-steps li > span {
  font-family: "Azeret Mono", monospace;
  font-size: 0.64rem;
  font-weight: 700;
}

.one-more-pull-page .guided-steps strong,
.one-more-pull-page .guided-steps small {
  display: block;
}

.one-more-pull-page .guided-steps strong {
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.one-more-pull-page .guided-steps small {
  margin-top: 4px;
  font-size: 0.64rem;
  line-height: 1.55;
  word-break: keep-all;
}

.one-more-pull-page .guided-steps li[data-state="active"]::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -3px;
  left: 0;
  height: 5px;
  background: var(--pink);
}

.one-more-pull-page .guided-steps li[data-state="active"] > span,
.one-more-pull-page .guided-steps li[data-state="active"] strong {
  color: var(--pink-dark);
}

.one-more-pull-page .guided-steps li[data-state="done"] > span,
.one-more-pull-page .guided-steps li[data-state="done"] strong {
  color: var(--green);
}

.one-more-pull-page .guided-steps li[data-state="done"] > span::after {
  content: "✓";
  display: block;
  margin-top: 4px;
}

.one-more-pull-page .pull-error {
  margin-top: 20px;
  padding: 13px 16px;
  color: var(--red);
  background: var(--red-pale);
  border: 2px solid var(--red);
  font-size: 0.8rem;
  font-weight: 700;
}

.one-more-pull-page .pull-error strong,
.one-more-pull-page .pull-error span {
  display: block;
}

.one-more-pull-page .pull-error strong {
  font-family: "Azeret Mono", monospace;
  font-size: 0.68rem;
}

.one-more-pull-page .pull-error span {
  margin-top: 4px;
}

.one-more-pull-page .action-bench {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 1px;
  margin-top: 28px;
  color: var(--paper-bright);
  background: rgba(255, 249, 233, 0.18);
  border: 1px solid var(--ink);
}

.one-more-pull-page .agent-bench,
.one-more-pull-page .human-bench {
  min-width: 0;
  padding: clamp(20px, 2.7vw, 34px);
  background: var(--desk-deep);
}

.one-more-pull-page .human-bench {
  background: #58665e;
}

.one-more-pull-page .agent-bench > header,
.one-more-pull-page .human-bench > header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 249, 233, 0.28);
}

.one-more-pull-page .agent-bench h3,
.one-more-pull-page .human-bench h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.one-more-pull-page .agent-bench header p,
.one-more-pull-page .human-bench header p {
  margin: 5px 0 0;
  color: rgba(255, 249, 233, 0.86);
  font-size: 0.7rem;
}

.one-more-pull-page .agent-tape,
.one-more-pull-page .human-stamp {
  display: inline-block;
  min-width: 68px;
  padding: 7px 9px;
  font-family: "Azeret Mono", monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  transform: rotate(-2deg);
}

.one-more-pull-page .agent-tape {
  background: var(--indigo);
}

.one-more-pull-page .human-stamp {
  color: var(--paper-bright);
  border: 2px solid #8ac29b;
  transform: rotate(2deg);
}

.one-more-pull-page .agent-tool-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 19px;
}

.one-more-pull-page .pull-button-agent {
  justify-content: space-between;
  color: var(--paper-bright);
  background: var(--indigo-dark);
  border-color: rgba(255, 249, 233, 0.7);
  box-shadow: 3px 3px 0 rgba(19, 23, 46, 0.58);
}

.one-more-pull-page .pull-button-agent code {
  max-width: 15ch;
  overflow: hidden;
  color: #bfc7ff;
  font-family: "Azeret Mono", monospace;
  font-size: 0.55rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.one-more-pull-page .human-action-lines {
  margin-top: 19px;
  border-top: 1px solid rgba(255, 249, 233, 0.22);
}

.one-more-pull-page .human-action-line {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 249, 233, 0.22);
}

.one-more-pull-page .line-owner {
  grid-row: 1 / span 2;
  padding-top: 11px;
  color: rgba(255, 249, 233, 0.92);
  font-size: 0.66rem;
  font-weight: 800;
}

.one-more-pull-page .operator-verdict-line > p {
  margin: 0;
  color: rgba(255, 249, 233, 0.86);
  font-size: 0.7rem;
}

.one-more-pull-page .operator-verdict-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.one-more-pull-page .operator-verdict-actions .pull-button {
  justify-content: center;
  padding-inline: 10px;
  text-align: center;
}

.one-more-pull-page .pull-button-human,
.one-more-pull-page .pull-button-operator {
  justify-content: flex-start;
  min-height: 43px;
  color: var(--paper-bright);
  background: var(--green-dark);
  border-color: #a6cfaf;
  box-shadow: 3px 3px 0 rgba(26, 60, 45, 0.5);
}

.one-more-pull-page .pull-button-operator {
  color: var(--ink);
  background: #d8cfbb;
  border-color: var(--ink);
  box-shadow: 3px 3px 0 rgba(32, 33, 30, 0.42);
}

.one-more-pull-page .pull-button-quiet {
  color: var(--paper-bright);
  background: transparent;
  border-color: rgba(255, 249, 233, 0.54);
  box-shadow: none;
}

.one-more-pull-page .pull-button-quiet[aria-pressed="true"],
.one-more-pull-page .pull-button-human[aria-pressed="true"] {
  color: var(--paper-bright);
  background: var(--green);
  border-width: 3px;
}

.one-more-pull-page .pull-button-operator[aria-pressed="true"] {
  color: var(--paper-bright);
  background: var(--indigo-dark);
}

.one-more-pull-page .receipt-section {
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 50px);
}

.one-more-pull-page .receipt-section > header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 3px solid var(--ink);
}

.one-more-pull-page .receipt-section > header p {
  margin-bottom: 10px;
  color: var(--ink-faint);
}

.one-more-pull-page .pull-button-undo {
  min-height: 42px;
  background: transparent;
  box-shadow: none;
}

.one-more-pull-page .receipt-empty {
  margin: 24px 0 0;
  padding: 20px;
  color: var(--ink-faint);
  background: rgba(32, 33, 30, 0.045);
  border: 1px dashed rgba(32, 33, 30, 0.3);
  font-size: 0.8rem;
}

.one-more-pull-page .receipt-feed {
  margin: 0;
  padding: 0;
  list-style: none;
}

.one-more-pull-page .receipt-feed li {
  display: grid;
  grid-template-columns: minmax(125px, 0.55fr) minmax(0, 2fr) auto;
  gap: 18px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.78rem;
}

.one-more-pull-page .receipt-feed code,
.one-more-pull-page .receipt-feed time {
  font-family: "Azeret Mono", monospace;
  font-size: 0.62rem;
}

.one-more-pull-page .receipt-feed code {
  overflow: hidden;
  color: var(--indigo);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.one-more-pull-page .receipt-feed time {
  color: var(--ink-faint);
}

.one-more-pull-page .raw-tool-details {
  margin-bottom: 34px;
}

.one-more-pull-page .raw-tool-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
}

.one-more-pull-page .raw-tool-details > summary::-webkit-details-marker {
  display: none;
}

.one-more-pull-page .raw-tool-details summary strong,
.one-more-pull-page .raw-tool-details summary small {
  display: block;
}

.one-more-pull-page .raw-tool-details summary small {
  margin-top: 4px;
  color: var(--ink-faint);
  font-size: 0.72rem;
}

.one-more-pull-page .raw-tool-details summary b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--ink);
  font-family: "Azeret Mono", monospace;
}

.one-more-pull-page .raw-tool-details[open] summary b {
  transform: rotate(45deg);
}

.one-more-pull-page .raw-tool-grid {
  display: grid;
  grid-template-columns: 0.58fr 1fr 1.05fr;
  gap: 1px;
  padding: 1px;
  background: var(--ink);
  border-top: 1px solid var(--ink);
}

.one-more-pull-page .raw-tool-grid > * {
  min-width: 0;
  margin: 0;
  padding: 24px;
  background: var(--paper-bright);
}

.one-more-pull-page .raw-tool-grid dl {
  margin: 0;
}

.one-more-pull-page .raw-tool-grid dl div {
  padding: 10px 0;
  border-bottom: 1px solid var(--rule);
}

.one-more-pull-page .raw-tool-grid dt {
  color: var(--ink-faint);
  font-size: 0.68rem;
  font-weight: 700;
}

.one-more-pull-page .raw-tool-grid dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  font-family: "Azeret Mono", monospace;
  font-size: 0.68rem;
}

.one-more-pull-page .raw-tool-grid form {
  display: grid;
  align-content: start;
  gap: 8px;
}

.one-more-pull-page .raw-tool-grid label {
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 800;
}

.one-more-pull-page .raw-tool-grid select,
.one-more-pull-page .raw-tool-grid textarea {
  width: 100%;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 0;
}

.one-more-pull-page .raw-tool-grid select {
  min-height: 42px;
  padding: 8px 10px;
}

.one-more-pull-page .raw-tool-grid textarea {
  resize: vertical;
  padding: 11px;
  font-family: "Azeret Mono", monospace;
  font-size: 0.7rem;
  line-height: 1.55;
}

.one-more-pull-page .raw-tool-grid form p {
  min-height: 2.6em;
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.68rem;
}

.one-more-pull-page .raw-tool-grid pre {
  overflow: auto;
  color: #d8dfd2;
  background: var(--ink);
  font-family: "Azeret Mono", monospace;
  font-size: 0.65rem;
  line-height: 1.65;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.one-more-pull-page .simulation-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin: 0 0 58px;
  padding: 16px 18px;
  color: var(--paper-bright);
  border-top: 1px solid rgba(255, 249, 233, 0.4);
  border-bottom: 1px solid rgba(255, 249, 233, 0.4);
  font-size: 0.73rem;
}

.one-more-pull-page .simulation-note span {
  color: rgba(255, 249, 233, 0.7);
}

.one-more-pull-page .pull-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  width: min(100% - 48px, 1480px);
  margin: 0 auto;
  padding: 22px 0 26px;
  color: rgba(255, 249, 233, 0.62);
  border-top: 1px solid rgba(255, 249, 233, 0.3);
  font-family: "Azeret Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.07em;
}

.one-more-pull-page .pull-footer span:last-child {
  text-align: right;
}

@media (max-width: 1120px) {
  .one-more-pull-page .pull-hero {
    grid-template-columns: minmax(310px, 0.82fr) minmax(500px, 1.18fr);
    gap: 20px;
  }

  .one-more-pull-page .proof-worktop {
    padding-left: 30px;
  }

  .one-more-pull-page .proof-fan {
    min-height: 590px;
  }

  .one-more-pull-page .guided-launch {
    grid-template-columns: 1fr;
  }

  .one-more-pull-page .guided-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .one-more-pull-page .guided-steps li:nth-child(4),
  .one-more-pull-page .guided-steps li:nth-child(5) {
    border-top: 1px solid var(--rule);
  }

  .one-more-pull-page .action-bench {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .one-more-pull-page .pull-header {
    width: min(100% - 30px, 1480px);
  }

  .one-more-pull-page .pull-registration small {
    display: none;
  }

  .one-more-pull-page #pull-main {
    width: min(100% - 30px, 1480px);
  }

  .one-more-pull-page .pull-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding-top: 48px;
  }

  .one-more-pull-page .pull-intro h1 {
    max-width: 15ch;
    font-size: clamp(2.45rem, 9vw, 4rem);
  }

  .one-more-pull-page .proof-worktop {
    padding: 40px 20px 25px 42px;
  }

  .one-more-pull-page .proof-fan {
    min-height: min(112vw, 680px);
  }

  .one-more-pull-page .proof-sheet {
    width: min(76%, 460px);
  }

  .one-more-pull-page .sequence-heading,
  .one-more-pull-page .receipt-section > header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .one-more-pull-page .guided-steps {
    grid-template-columns: 1fr;
  }

  .one-more-pull-page .guided-steps li,
  .one-more-pull-page .guided-steps li + li {
    padding: 14px 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid var(--rule);
  }

  .one-more-pull-page .guided-steps li[data-state="active"]::after {
    top: 9px;
    right: auto;
    bottom: 9px;
    left: -12px;
    width: 4px;
    height: auto;
  }

  .one-more-pull-page .raw-tool-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .one-more-pull-page .pull-header {
    min-height: 64px;
  }

  .one-more-pull-page .pull-wordmark > span:last-child,
  .one-more-pull-page .pull-registration small {
    display: none;
  }

  .one-more-pull-page .pull-registration {
    max-width: 220px;
  }

  .one-more-pull-page .pull-registration strong {
    font-size: 0.67rem;
  }

  .one-more-pull-page .guided-launch,
  .one-more-pull-page .agent-tool-buttons {
    grid-template-columns: 1fr;
  }

  .one-more-pull-page .actor-rail {
    grid-template-columns: 1fr;
  }

  .one-more-pull-page .actor-rail li,
  .one-more-pull-page .actor-rail li + li {
    display: grid;
    grid-template-columns: 30px 75px 1fr;
    align-items: baseline;
    gap: 8px;
    padding: 9px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 249, 233, 0.14);
  }

  .one-more-pull-page .actor-rail strong,
  .one-more-pull-page .actor-rail small {
    margin: 0;
  }

  .one-more-pull-page .actor-rail li[data-state="active"]::before {
    inset: 6px auto 6px -8px;
    width: 4px;
    height: auto;
  }

  .one-more-pull-page .proof-worktop {
    padding: 30px 8px 18px 24px;
  }

  .one-more-pull-page .proof-worktop::after {
    display: none;
  }

  .one-more-pull-page .proof-fan {
    min-height: 120vw;
  }

  .one-more-pull-page .proof-sheet {
    width: 79%;
  }

  .one-more-pull-page .proof-sheet-current {
    left: 15%;
    padding: 17px;
  }

  .one-more-pull-page .proof-caption {
    grid-template-columns: 1fr;
    width: 96%;
    margin-top: -12px;
  }

  .one-more-pull-page .stale-strike {
    top: 6px;
    right: -4px;
    width: 78%;
  }

  .one-more-pull-page .pull-sequence,
  .one-more-pull-page .receipt-section {
    padding: 22px 18px;
  }

  .one-more-pull-page .agent-bench,
  .one-more-pull-page .human-bench {
    padding: 21px 17px;
  }

  .one-more-pull-page .human-action-line {
    grid-template-columns: 1fr;
  }

  .one-more-pull-page .line-owner {
    grid-row: auto;
    padding-top: 0;
  }

  .one-more-pull-page .operator-verdict-actions {
    grid-template-columns: 1fr;
  }

  .one-more-pull-page .receipt-feed li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .one-more-pull-page .simulation-note {
    grid-template-columns: 1fr;
  }

  .one-more-pull-page .pull-footer {
    grid-template-columns: 1fr;
    width: min(100% - 30px, 1480px);
  }

  .one-more-pull-page .pull-footer span:nth-child(2) {
    display: none;
  }

  .one-more-pull-page .pull-footer span:last-child {
    text-align: left;
  }
}

@media (max-width: 390px) {
  .one-more-pull-page #pull-main,
  .one-more-pull-page .pull-header,
  .one-more-pull-page .pull-footer {
    width: calc(100% - 24px);
  }

  .one-more-pull-page .pull-hero {
    padding-top: 34px;
  }

  .one-more-pull-page .pull-intro h1 {
    font-size: 2.35rem;
    line-height: 1.05;
  }

  .one-more-pull-page .pull-explainer {
    font-size: 0.9rem;
  }

  .one-more-pull-page .pull-live-state {
    grid-template-columns: 0.62fr 0.78fr 1.32fr;
  }

  .one-more-pull-page .pull-live-state > div,
  .one-more-pull-page .pull-live-state > div + div {
    padding-right: 7px;
    padding-left: 7px;
  }

  .one-more-pull-page .pull-live-state > div:first-child {
    padding-left: 0;
  }

  .one-more-pull-page .pull-live-state span {
    font-size: 0.58rem;
  }

  .one-more-pull-page .pull-live-state strong {
    font-size: 0.7rem;
  }

  .one-more-pull-page .proof-worktop {
    margin-right: -5px;
    margin-left: -5px;
    padding-left: 17px;
  }

  .one-more-pull-page .proof-fan {
    min-height: 119vw;
  }

  .one-more-pull-page .proof-sheet {
    width: 78%;
  }

  .one-more-pull-page .proof-sheet-one {
    left: 3px;
  }

  .one-more-pull-page .proof-sheet-current {
    left: 17%;
    padding: 13px;
  }

  .one-more-pull-page .proof-sheet-heading strong {
    font-size: 1.55rem;
  }

  .one-more-pull-page .print-specimen {
    margin: 10px 0;
  }

  .one-more-pull-page .specimen-title {
    font-size: 2.8rem;
  }

  .one-more-pull-page .weak-copy {
    font-size: 0.5rem;
  }

  .one-more-pull-page .proof-sheet-footer {
    font-size: 0.46rem;
  }

  .one-more-pull-page .proof-caption {
    width: 100%;
  }

  .one-more-pull-page .sequence-heading h2,
  .one-more-pull-page .receipt-section h2 {
    font-size: 1.65rem;
  }

  .one-more-pull-page .pull-button {
    width: 100%;
  }

  .one-more-pull-page .raw-tool-details > summary {
    padding: 18px;
  }

  .one-more-pull-page .raw-tool-details summary small {
    display: none;
  }

  .one-more-pull-page .raw-tool-grid > * {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .one-more-pull-page .proof-sheet-one,
  .one-more-pull-page .proof-sheet-two,
  .one-more-pull-page .proof-sheet-current {
    animation: none;
  }

  .one-more-pull-page .pull-button {
    transition: none;
  }

  .one-more-pull-page .pull-button:hover:not(:disabled),
  .one-more-pull-page .pull-button:active:not(:disabled) {
    transform: none;
  }
}
