.batch-drop-compact { border: 1px dashed #b9b5ac; text-align:center; padding:8px 16px; margin-bottom:16px; }
.batch-drop-compact p { display:inline; font-size:13px; margin:0 8px; }
.batch-progress { display:flex; gap:16px; align-items:center; margin:20px 0; font-size:14px; }
.batch-progress progress { flex:1; accent-color:#252820; height:8px; }
.batch-buttons, .batch-result-actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.batch-result-actions { padding:16px; border-top:1px solid #dedbd3; }
.batch-result-actions span { font-size:12px; color:#595950; }
.batch-transcript { margin:16px; overflow-wrap:anywhere; }
.batch-transcript summary { cursor:pointer; padding:10px 0; }
.batch-transcript small { color:#77766e; }
.batch-controls button, .batch-result-actions button, .batch-buttons button { min-height:44px; }
.web-main .batch-controls button, .web-main .batch-result-actions button { width:auto; margin:0; }
.web-main .batch-workspace .result-art { height:min(65vh,760px); min-height:240px; }
.batch-price-detail { margin:0; padding:10px 0; font-size:13px; }
.web-main #batch-prices summary { cursor:pointer; padding:14px 0; min-height:44px; }
.web-main .batch-price-detail { max-height:320px; overflow-y:auto; }
.web-main .batch-workspace .image-queue { max-height:min(65vh,760px); overflow:auto; }
.batch-price-detail div { display:flex; justify-content:space-between; gap:18px; padding:4px 0; }
.batch-price-detail span { overflow-wrap:anywhere; }
.batch-price-detail strong { white-space:nowrap; }
.batch-budget { font-size:13px; }
.batch-transcript summary { min-height:44px; }
.batch-controls select:disabled { opacity:.65; }
.batch-workspace .queue-item small { display:block; }
.batch-workspace .queue-title { gap:12px; }
.batch-workspace .queue-title span { font-size:11px; }
.batch-actionbar>div { min-width:0; }
@media(max-width:700px) {
 .batch-buttons { width:100%; }
 .batch-buttons button { flex:1; }
 .batch-result-actions button { flex:1; }
 .batch-drop-compact p { display:block; }
 .batch-progress { gap:8px; font-size:12px; }
 .web-main .batch-workspace .compare-pair { grid-template-columns:1fr; }
 .web-main .batch-workspace .result-art { height:auto; min-height:0; }
 .web-main .batch-workspace .result-art img { height:auto; max-height:none; }
}
.legal-document {
  max-width: 850px;
  margin: 40px auto;
  padding: 0 28px 50px;
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.legal-document h1 {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 24px;
}
.legal-document h2 {
  font-size: 22px;
  margin: 30px 0 12px;
}
.legal-document h3 {
  font-size: 17px;
  margin: 22px 0 10px;
}
.legal-document p {
  margin-bottom: 15px;
}
.legal-document a,
.purchase-policy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.points-page .purchase-policy {
  font-size: 14px;
  line-height: 1.7;
  color: #3f443f;
}
.legal-document ul {
  padding-left: 22px;
}
.legal-document li {
  list-style: disc;
}
@font-face {
  font-family: Manrope;
  src: url('assets/manrope-regular.ttf');
}
@font-face {
  font-family: Manrope;
  src: url('assets/manrope-bold.ttf');
  font-weight: 600 800;
}
@font-face {
  font-family: 'Google Sans';
  src: url('assets/google-sans-medium.ttf');
  font-weight: 500;
}
:root {
  --ink: #252725;
  --muted: #74786f;
  --line: #e3e5df;
  --soft: #f3f4f0;
  --paper: #f7f8f4;
  --white: #fff;
  --radius: 10px;
  font-family: Manrope, 'Microsoft YaHei', sans-serif;
  color: var(--ink);
  background: #eff0eb;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
select,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
  color: inherit;
}
button:disabled {
  opacity: 0.5;
  cursor: default;
}
button:not(:disabled):active {
  transform: translateY(1px);
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #969d86;
  outline-offset: 3px;
}
svg {
  flex-shrink: 0;
  vertical-align: middle;
}
[hidden] {
  display: none !important;
}
.mono {
  font-size: 10px;
  letter-spacing: 1.1px;
}
.muted {
  color: var(--muted);
}
.tiny {
  font-size: 10px;
  line-height: 1.6;
}
.caps {
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 800;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.brand img {
  width: 30px;
  height: 30px;
}
.studio-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.studio-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.studio-title > span {
  border-left: 1px solid var(--line);
  padding-left: 20px;
  font-size: 11px;
  color: var(--muted);
}
.header-links {
  display: flex;
  gap: 20px;
  font-size: 11px;
  align-items: center;
}
.back-exploration {
  color: var(--muted);
}
.version {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 6px 10px;
  font-size: 9px;
  white-space: nowrap;
}
.workspace {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  min-height: calc(100vh - 78px);
}
.sidebar {
  background: #fbfcf9;
  border-right: 1px solid var(--line);
  padding: 25px 14px 28px;
  max-height: calc(100vh - 78px);
  position: sticky;
  top: 0;
  overflow-y: auto;
  scrollbar-width: thin;
}
.sidebar-intro {
  padding: 0 12px 22px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.sidebar-intro h1 {
  font-size: 23px;
  letter-spacing: -1px;
  margin: 7px 0;
}
.sidebar-intro p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.nav-group {
  margin: 20px 0;
}
.nav-group h2 {
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #93988d;
  font-weight: 600;
  padding: 0 12px;
  margin: 0 0 8px;
}
.nav-group button {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 11px;
  min-height: 33px;
}
.nav-group button:hover {
  background: #eff1e9;
}
.nav-group button[aria-current='page'] {
  background: var(--ink);
  color: white;
}
.nav-group .nav-no {
  font-size: 8px;
  opacity: 0.55;
  min-width: 18px;
}
.content {
  min-width: 0;
  padding: 0 32px 30px;
}
.workspace-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #d9ddd1;
  height: 64px;
  align-items: stretch;
}
.workspace-tabs button {
  font-size: 12px;
  position: relative;
  color: var(--muted);
  padding: 0;
}
.workspace-tabs button[aria-selected='true'] {
  color: var(--ink);
  font-weight: 800;
}
.workspace-tabs button[aria-selected='true']:after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ink);
}
.stage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0 20px;
  gap: 15px;
}
.stage-top h2 {
  font-size: 19px;
  margin: 0 0 5px;
  letter-spacing: -0.5px;
}
.stage-top p {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.stage-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
}
.stage-tools select {
  background: #f9faf6;
  border: 1px solid #d1d6c8;
  border-radius: 6px;
  padding: 8px;
  font-size: 10px;
}
.text-button {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 6px 0;
}
.prototype-disclosure {
  font-size: 10px;
  color: #70776a;
  line-height: 1.7;
  margin: 15px 0;
}
.stage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 215px;
  gap: 26px;
  align-items: start;
}
.browser-stage {
  display: flex;
  min-width: 0;
  border: 1px solid #d4d8cd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 30px #2930230a;
  background: #e6e8e0;
}
.reader-context {
  flex: 1;
  min-width: 130px;
  overflow: hidden;
  position: relative;
  background: #eeeae0;
  display: flex;
  flex-direction: column;
}
.context-bar {
  height: 41px;
  border-bottom: 1px solid #d6d6ca;
  background: #f8f9f4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  font-size: 9px;
  color: #777c71;
  white-space: nowrap;
  overflow: hidden;
}
.reader-caption {
  padding: 29px 24px 20px;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #7d7e71;
}
.reader-art {
  position: relative;
  margin: 0 21px 25px;
  flex: 1;
  min-height: 400px;
  border: 2px solid #32372d;
  background: #fff;
  overflow: hidden;
}
.reader-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}
.speech {
  position: absolute;
  border: 2px solid #272a23;
  border-radius: 50%;
  background: #fffdf7;
  z-index: 1;
  text-align: center;
  padding: 18px 14px;
  font-size: 13px;
  line-height: 1.55;
  box-shadow: 2px 3px 0 #0001;
  max-width: 160px;
  font-weight: 700;
}
.speech.s1 {
  top: 7%;
  right: 6%;
  transform: rotate(3deg);
}
.speech.s2 {
  bottom: 13%;
  left: 6%;
  transform: rotate(-3deg);
  font-size: 12px;
}
.reader-context .speech {
  font-size: 11px;
  padding: 12px;
  max-width: 115px;
}
.context-credit {
  text-align: center;
  font-size: 9px;
  color: #898b80;
  padding: 0 14px 15px;
}
.frame {
  width: 360px;
  flex-shrink: 0;
  max-width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.browser-cap {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f4f0;
  border-bottom: 1px solid var(--line);
  padding: 0 15px;
  font-size: 10px;
  gap: 15px;
}
.browser-cap img {
  width: 16px;
  height: 16px;
}
.cap-brand {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cap-tools {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #7d8375;
}
.extension {
  height: 730px;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 12px;
  min-height: 0;
  color: var(--ink);
}
.extension-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 73px;
  flex-shrink: 0;
  padding: 0 22px;
  border-bottom: 1px solid #f0f1ec;
}
.extension-head .brand {
  font-size: 15px;
}
.extension-head .brand img {
  width: 28px;
  height: 28px;
}
.icon-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.icon-button:hover {
  background: var(--soft);
}
.switch {
  width: 33px;
  height: 20px;
  border-radius: 20px;
  position: relative;
  background: #b6bcb0;
  flex-shrink: 0;
}
.switch:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.switch[aria-checked='true'] {
  background: var(--ink);
}
.switch[aria-checked='true']:after {
  left: 16px;
}
.switch.small {
  width: 29px;
  height: 18px;
}
.switch.small:after {
  width: 12px;
  height: 12px;
}
.switch.small[aria-checked='true']:after {
  left: 14px;
}
.extension-body {
  padding: 22px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  scrollbar-width: thin;
  scrollbar-color: #cfd4c7 transparent;
}
.extension h2 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0 0 8px;
  font-weight: 800;
}
.extension h3 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.45px;
  margin: 0 0 10px;
}
.intro-copy {
  font-size: 11px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 23px;
}
.step-label {
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
}
.step-number {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  background: #eff0eb;
  color: var(--ink);
  font-size: 9px;
  border-radius: 50%;
}
.field-select {
  width: 100%;
  height: 43px;
  border: 1px solid #dce0d6;
  background: #f7f8f4;
  color: var(--ink);
  border-radius: 7px;
  padding: 0 11px;
  font-size: 13px;
  font-weight: 700;
}
.source-hint {
  font-size: 9px;
  color: var(--muted);
  margin: 7px 0 21px;
}
.source-hint span {
  color: #30392c;
}
.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 19px;
}
.scope-grid button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 11px 3px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #7c8275;
  font-size: 10px;
}
.scope-grid button[aria-pressed='true'] {
  color: var(--ink);
  border: 1.5px solid var(--ink);
  background: #f0f1ed;
}
.primary {
  width: 100%;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  background: var(--ink);
  color: #fff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
  padding: 12px;
}
.primary:hover {
  background: #383e31;
}
.secondary {
  width: 100%;
  min-height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d5dacf;
  background: #fff;
  border-radius: 7px;
  padding: 10px;
  font-size: 11px;
  font-weight: 700;
}
.secondary:hover {
  background: #f6f8f1;
}
.button-stack {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 20px;
}
.mode-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  gap: 10px;
}
.mode-row > span {
  font-size: 10px;
  color: var(--muted);
}
.segment {
  display: flex;
  background: #f0f2ec;
  padding: 3px;
  border-radius: 6px;
}
.segment button {
  font-size: 10px;
  color: #7b8271;
  padding: 6px 12px;
  border-radius: 4px;
}
.segment button[aria-pressed='true'] {
  background: #fff;
  box-shadow: 0 1px 3px #0001;
  color: var(--ink);
  font-weight: 800;
}
.auto-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}
.auto-row .auto-label {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
}
.auto-row .auto-label button {
  font-size: 9px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auto-row strong {
  font-weight: 700;
}
.site-note {
  font-size: 9px;
  color: #7c8373;
  line-height: 1.7;
  margin: 7px 0 0;
}
.cost-line {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: var(--muted);
  margin-top: 9px;
}
.account-block {
  margin-top: 15px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 9px;
  align-items: center;
  background: #fafbf8;
}
.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e9ede3;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.account-summary {
  flex: 1;
}
.account-summary strong {
  font-size: 11px;
  display: block;
}
.account-summary span {
  font-size: 9px;
  color: var(--muted);
}
.buy-button {
  font-size: 10px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 8px 0;
}
.google-button {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #747775;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Google Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1f1f1f;
}
.google-button img {
  width: 18px;
  height: 18px;
}
.guest-block {
  margin-top: 17px;
}
.guest-block p {
  font-size: 9px;
  color: var(--muted);
  margin: 0 0 9px;
}
.extension-foot {
  min-height: 43px;
  padding: 8px 20px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  background: #fff;
}
.extension-foot button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #72796a;
  font-size: 9px;
  padding: 5px 0;
}
.view-header {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
}
.back-button {
  width: 29px;
  height: 29px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #f3f5ef;
}
.back-button:hover {
  background: #e7ece0;
}
.view-title {
  margin-bottom: 23px;
}
.view-title .caps {
  color: #8e9782;
  display: block;
  margin-bottom: 10px;
}
.view-title h2 {
  font-size: 25px;
}
.view-title p {
  font-size: 11px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.divider {
  height: 1px;
  background: var(--line);
  margin: 20px 0;
}
.form-field {
  display: block;
  margin-bottom: 16px;
}
.form-field > span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-field small {
  font-weight: 400;
  color: var(--muted);
}
input[type='text'],
input[type='email'],
input[type='number'],
textarea,
.form-select {
  width: 100%;
  border: 1px solid #d8ddcf;
  background: #fcfdfb;
  border-radius: 7px;
  color: var(--ink);
  padding: 11px;
  font-size: 11px;
}
textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.7;
}
input::placeholder,
textarea::placeholder {
  color: #969d8d;
}
.check-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 10px;
  line-height: 1.65;
  color: #616b58;
  margin: 13px 0;
}
.check-line input {
  accent-color: #252725;
  margin: 2px 0 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.info {
  padding: 12px 13px;
  background: #f1f3ed;
  border: 1px solid #e0e5d8;
  border-radius: 7px;
  font-size: 10px;
  line-height: 1.75;
  color: #59634f;
  margin: 15px 0;
}
.info strong {
  color: var(--ink);
  display: block;
  font-size: 11px;
  margin-bottom: 3px;
}
.notice-error {
  background: #f7f3ed;
  border-color: #e9dfd2;
  color: #795a35;
}
.notice-error strong {
  color: #72512f;
}
.status-box {
  margin-top: 18px;
  border: 1px solid #dce2d3;
  background: #f5f7f0;
  border-radius: 8px;
  padding: 13px;
  font-size: 10px;
  line-height: 1.7;
}
.status-box strong {
  font-size: 11px;
  display: block;
}
.status-links {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 7px;
  flex-wrap: wrap;
}
.status-links button {
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 2px 0;
}
.progress-track {
  height: 4px;
  background: #e0e5d9;
  border-radius: 5px;
  overflow: hidden;
  margin: 14px 0 7px;
}
.progress-track span {
  display: block;
  height: 100%;
  width: 68%;
  background: #3c4435;
  border-radius: 5px;
}
.center-state {
  text-align: center;
  padding: 28px 5px 12px;
}
.state-symbol {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf1e6;
  color: #303c25;
  margin: 0 auto 23px;
}
.state-symbol.dark {
  background: #252725;
  color: #fff;
}
.center-state h2 {
  font-size: 26px;
  margin-bottom: 12px;
}
.center-state p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 12px;
}
.center-state .brand {
  justify-content: center;
  margin-bottom: 25px;
}
.spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #cfd7c4;
  border-top-color: #303b25;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.balance-card {
  padding: 20px;
  background: #f4f6ef;
  border: 1px solid #e2e7d9;
  border-radius: 10px;
  margin: 18px 0;
}
.balance-card .balance-value {
  font-size: 38px;
  letter-spacing: -1.6px;
  font-weight: 700;
  margin: 8px 0 1px;
}
.balance-card .balance-value span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.balance-card .tiny {
  color: var(--muted);
}
.inline-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.pack {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #dce2d4;
  border-radius: 8px;
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
.pack[aria-pressed='true'] {
  border: 1.5px solid #2d3427;
  background: #f5f7f0;
}
.radio-dot {
  width: 15px;
  height: 15px;
  border: 1px solid #bbc4af;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.pack[aria-pressed='true'] .radio-dot {
  border: 4px solid #303a27;
}
.pack-copy {
  flex: 1;
}
.pack-copy strong {
  font-size: 13px;
  display: block;
}
.pack-copy small {
  font-size: 9px;
  color: var(--muted);
}
.pack-price {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.list-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  width: 100%;
  text-align: left;
  font-size: 11px;
}
.list-row .grow {
  flex: 1;
}
.list-row strong {
  font-size: 11px;
  display: block;
}
.list-row small {
  font-size: 9px;
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.list-row .arrow-tail {
  color: #87917b;
}
.feedback-types {
  display: flex;
  gap: 7px;
  margin-bottom: 19px;
}
.feedback-types button {
  font-size: 10px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.feedback-types button[aria-pressed='true'] {
  background: #262d21;
  color: #fff;
  border-color: #262d21;
}
.attachment-actions {
  display: flex;
  gap: 8px;
}
.attachment-actions button {
  flex: 1;
  font-size: 10px;
  min-height: 38px;
  border: 1px dashed #c3ceba;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.attachment {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  margin-top: 12px;
}
.attachment-image {
  height: 108px;
  position: relative;
  overflow: hidden;
  background: #ebece4;
}
.attachment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.attachment-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  font-size: 9px;
  gap: 5px;
}
.attachment-caption button {
  font-size: 9px;
  text-decoration: underline;
}
.redaction {
  position: absolute;
  left: 20%;
  top: 33%;
  width: 55%;
  height: 20%;
  background: #111;
}
.privacy-line {
  font-size: 9px;
  color: #7b856f;
  line-height: 1.7;
  margin-top: 12px;
}
.error-text {
  font-size: 10px;
  color: #885d32;
  margin: 8px 0;
  line-height: 1.65;
}
.capture-preview {
  border: 1px solid #c8d0bf;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background: #e6e8df;
  aspect-ratio: 4/5;
}
.capture-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capture-preview .redaction {
  height: 12%;
  top: 21%;
  left: 6%;
  width: 50%;
}
.capture-tools {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}
.capture-tools button {
  flex: 1;
  min-height: 35px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 10px;
}
.capture-tools button[aria-pressed='true'] {
  background: #262e21;
  color: #fff;
}
.note-column {
  font-size: 11px;
  color: #6e7863;
  line-height: 1.85;
  padding-top: 8px;
}
.note-column .caps {
  font-size: 8px;
  color: #89957b;
}
.note-column h3 {
  font-size: 15px;
  color: #2c3624;
  margin: 8px 0 12px;
  line-height: 1.6;
}
.note-column p {
  font-size: 11px;
  margin: 0 0 17px;
}
.note-rule {
  border-top: 1px solid #d4dcc9;
  padding-top: 17px;
  margin-top: 22px;
}
.note-rule ul {
  padding-left: 14px;
  margin: 10px 0;
  font-size: 10px;
}
.note-column a {
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.board-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
}
.board-top h2 {
  font-size: 23px;
  margin: 0 0 7px;
  letter-spacing: -0.7px;
}
.board-top p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.board-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.board-filter button {
  font-size: 10px;
  border: 1px solid #cdd6c2;
  padding: 7px 11px;
  border-radius: 20px;
}
.board-filter button.active {
  background: #252725;
  color: #fff;
}
.screen-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 30px 24px;
}
.board-card {
  min-width: 0;
}
.board-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  margin-bottom: 11px;
  font-weight: 700;
  gap: 10px;
}
.board-label span {
  font-size: 8px;
  font-weight: 400;
  color: #7b8870;
}
.board-label button {
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.board-viewport {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #d0d8c5;
  height: 560px;
  background: #fff;
  position: relative;
}
.board-viewport iframe {
  border: 0;
  width: 360px;
  height: 771px;
  transform-origin: top left;
  pointer-events: none;
}
.board-card p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 10px;
}
.screen-board.web-board {
  grid-template-columns: 1fr;
}
.web-board .board-viewport {
  height: 570px;
}
.web-board .board-viewport iframe {
  width: 1050px;
  height: 740px;
}
.web-frame {
  width: 100%;
  background: #fff;
  border: 1px solid #d2d9c7;
  border-radius: 12px;
  overflow: hidden;
}
.web-body {
  height: 730px;
  overflow: auto;
  background: #fff;
  font-size: 12px;
}
.web-nav {
  padding: 19px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
}
.web-nav .brand {
  font-size: 17px;
}
.web-nav .brand img {
  width: 28px;
  height: 28px;
}
.web-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 10px;
}
.web-nav-links .web-active {
  font-weight: 800;
}
.web-nav button {
  white-space: nowrap;
}
.web-nav .dark-button {
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
}
.web-main {
  padding: 36px 40px 30px;
}
.web-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  min-height: 400px;
}
.web-hero h1 {
  font-size: 45px;
  letter-spacing: -2px;
  line-height: 1.05;
  font-weight: 800;
  margin: 20px 0;
}
.web-hero p {
  font-size: 12px;
  color: #747c6b;
  line-height: 1.85;
  max-width: 320px;
}
.web-hero .primary {
  width: auto;
  display: inline-flex;
  margin: 16px 0 12px;
  padding: 13px 20px;
}
.web-hero small {
  display: block;
  font-size: 9px;
  color: #7e8874;
}
.web-manga {
  height: 410px;
  position: relative;
  background: #e6e5da;
  overflow: hidden;
  border: 2px solid #272e21;
  transform: rotate(2deg);
  box-shadow: 10px 10px 0 #e7ebdf;
}
.web-manga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comparison-switch {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  background: #fff;
  border: 1px solid #c4ccbb;
  border-radius: 5px;
  padding: 3px;
  z-index: 2;
  box-shadow: 0 2px 8px #0001;
}
.comparison-switch button {
  padding: 7px 11px;
  border-radius: 3px;
  font-size: 9px;
}
.comparison-switch button[aria-pressed='true'] {
  background: #252c20;
  color: #fff;
}
.web-section-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 24px;
}
.web-section-line strong {
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
}
.web-section-line p {
  font-size: 10px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.web-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 40px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #798370;
}
.web-footer .footer-links {
  display: flex;
  gap: 20px;
}
.page-title {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 8px;
}
.page-lead {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0 0 28px;
}
.upload-zone {
  border: 1.5px dashed #becab2;
  border-radius: 10px;
  text-align: center;
  background: #fafcf7;
  padding: 42px 20px;
  margin: 23px 0;
}
.upload-zone h3 {
  font-size: 17px;
  margin: 13px 0 7px;
}
.upload-zone p {
  font-size: 10px;
  color: #7c886f;
  margin: 0 0 17px;
}
.upload-zone button {
  background: #252d20;
  color: #fff;
  padding: 11px 20px;
  border-radius: 6px;
  font-size: 11px;
}
.web-subhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.web-subhead > div {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 10px;
}
.web-subhead select {
  border: 1px solid #d7dfcd;
  border-radius: 5px;
  padding: 9px;
  background: #f8faf4;
  font-size: 10px;
}
.batch-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.batch-table th {
  font-size: 9px;
  font-weight: 500;
  color: #7b886d;
  padding: 10px 7px;
  border-bottom: 1px solid var(--line);
}
.batch-table td {
  font-size: 11px;
  padding: 13px 7px;
  border-bottom: 1px solid var(--line);
}
.batch-file {
  display: flex;
  align-items: center;
  gap: 12px;
}
.file-thumb {
  width: 35px;
  height: 43px;
  object-fit: cover;
  border: 1px solid #dde4d3;
  border-radius: 3px;
}
.file-meta small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}
.web-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.web-actions .primary {
  width: auto;
  min-width: 175px;
}
.web-actions p {
  font-size: 10px;
  color: #79866b;
  line-height: 1.8;
}
.checkout-layout {
  max-width: 820px;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.checkout-summary {
  border: 1px solid var(--line);
  background: #f7f9f3;
  padding: 25px;
  border-radius: 10px;
}
.checkout-summary h3 {
  font-size: 20px;
  margin: 12px 0;
}
.checkout-total {
  font-size: 42px;
  letter-spacing: -1.5px;
  margin: 20px 0;
}
.checkout-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 11px 0;
  border-bottom: 1px solid #e0e7d5;
}
.checkout-right {
  padding-top: 15px;
}
.checkout-right h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
}
.checkout-right p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.85;
}
.web-success {
  max-width: 400px;
  margin: 60px auto;
  text-align: center;
}
.web-success h2 {
  font-size: 33px;
  letter-spacing: -1px;
}
.web-success p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.web-support {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 45px;
}
.web-support h2 {
  font-size: 25px;
  letter-spacing: -1px;
}
.web-support p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.web-feedback-form {
  background: #f8faf4;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
}
.ticket {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  width: 100%;
  text-align: left;
}
.ticket strong {
  display: block;
  font-size: 12px;
}
.ticket small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 7px;
}
.tag {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 4px;
  background: #eaf0e1;
  font-size: 8px;
  color: #5e7050;
}
.timeline-entry {
  position: relative;
  padding: 0 0 24px 19px;
  border-left: 1px solid #d4deca;
  font-size: 11px;
  line-height: 1.85;
  margin-left: 5px;
}
.timeline-entry:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: #77896a;
  border-radius: 50%;
}
.timeline-entry strong {
  display: block;
}
.timeline-entry small {
  font-size: 9px;
  color: #859675;
}
.decisions {
  max-width: 1100px;
  padding: 32px 0;
}
.decisions h2 {
  font-size: 29px;
  letter-spacing: -1px;
}
.decisions > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}
.decision-card {
  padding: 24px;
  background: #fbfcf8;
  border: 1px solid #dce4d2;
  border-radius: 8px;
}
.decision-card h3 {
  font-size: 17px;
  margin: 0 0 12px;
}
.decision-card p,
.decision-card li {
  font-size: 11px;
  line-height: 1.9;
  color: #6e7c60;
}
.decision-card a {
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.decision-card ul {
  padding-left: 16px;
}
.flow-line {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 15px 0;
}
.flow-line span {
  padding: 6px 9px;
  background: #e9efdf;
  border-radius: 4px;
  font-size: 10px;
}
.contract-table {
  width: 100%;
  border-collapse: collapse;
}
.contract-table td,
.contract-table th {
  border-bottom: 1px solid #dce5d1;
  padding: 12px 8px;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}
.contract-table th {
  font-size: 9px;
  color: #778a66;
  font-weight: 700;
}
.font-preview {
  font-size: 33px;
  font-weight: 700;
}
.color-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
.color-row span {
  width: 40px;
  height: 40px;
  border: 1px solid #d7ddcc;
  border-radius: 5px;
}
.embed-mode {
  background: #fff;
}
.embed-mode .frame {
  width: 360px;
  max-width: 100%;
}
.embed-mode .extension {
  height: 730px;
}
.embed-mode .web-frame {
  border: 0;
  border-radius: 0;
}
.embed-mode .web-body {
  height: 740px;
}
.embedded-notice {
  font-size: 9px;
  text-align: center;
  padding: 8px;
  background: #f4f5ef;
  color: #7c8672;
}
.capture-screen {
  position: relative;
  margin-top: 20px;
}
.selection-frame {
  position: absolute;
  inset: 18% 8% 20%;
  border: 2px dashed #292f23;
  background: #fff1;
  box-shadow: 0 0 0 80px #19210f66;
  pointer-events: none;
}
.floating-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 9px;
}
.permission-symbol {
  height: 90px;
  display: grid;
  place-items: center;
}
.review-summary {
  border: 1px solid #dce3d3;
  background: #fafbf7;
  border-radius: 7px;
  padding: 13px;
  margin: 15px 0;
}
.review-summary p {
  font-size: 11px;
  line-height: 1.8;
  white-space: pre-wrap;
  margin: 0;
}
.review-summary .tiny {
  font-size: 9px;
  display: block;
  margin-top: 12px;
  color: #7b896f;
}
.fake-input {
  border: 1px solid #d9e0d0;
  border-radius: 6px;
  padding: 11px;
  background: #f9fbf5;
  font-size: 11px;
  margin-top: 16px;
}
.inline-radio {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  border: 1px solid #dbe3d1;
  padding: 12px;
  border-radius: 7px;
  margin: 10px 0;
  font-size: 11px;
  line-height: 1.7;
}
.inline-radio input {
  accent-color: #28331f;
  margin-top: 3px;
}
.inline-radio small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}
#toast {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 15px);
  background: #252d20;
  color: #fff;
  padding: 12px 20px;
  border-radius: 7px;
  max-width: 90vw;
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (min-width: 1650px) {
  .content {
    padding-left: 45px;
    padding-right: 45px;
  }
  .stage-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 36px;
  }
  .reader-context {
    min-width: 350px;
  }
  .reader-art {
    margin-left: 35px;
    margin-right: 35px;
  }
  .reader-context .speech {
    font-size: 13px;
    max-width: 160px;
    padding: 17px;
  }
  .screen-board {
    grid-template-columns: repeat(4, minmax(250px, 1fr));
  }
}
@media (max-width: 1250px) {
  .stage-layout {
    grid-template-columns: 1fr;
  }
  .note-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .note-rule {
    margin: 0;
    border: 0;
    padding: 0;
  }
  .workspace {
    grid-template-columns: 210px minmax(0, 1fr);
  }
  .content {
    padding-left: 23px;
    padding-right: 23px;
  }
  .screen-board {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
  .stage-tools {
    gap: 7px;
  }
  .web-hero h1 {
    font-size: 37px;
  }
  .web-hero {
    gap: 25px;
  }
  .web-nav-links {
    gap: 12px;
  }
  .web-main {
    padding: 28px;
  }
  .web-footer {
    padding: 20px 28px;
  }
}
@media (max-width: 900px) {
  .workspace {
    display: block;
  }
  .sidebar {
    position: static;
    max-height: 180px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 10px 15px;
    display: flex;
    gap: 15px;
    overflow: auto;
  }
  .sidebar-intro {
    min-width: 160px;
    border: 0;
    margin: 0;
    padding: 10px;
  }
  .sidebar-intro h1 {
    font-size: 20px;
  }
  .nav-group {
    min-width: 180px;
    margin: 5px 0;
  }
  .nav-group h2 {
    white-space: nowrap;
  }
  .nav-group button {
    font-size: 10px;
    padding: 6px 10px;
    min-height: 28px;
  }
  .studio-header {
    padding: 0 20px;
    height: 65px;
  }
  .header-links .version {
    display: none;
  }
  .studio-title > span {
    font-size: 9px;
  }
  .reader-context {
    min-width: 200px;
  }
  .stage-top h2 {
    font-size: 17px;
  }
  .web-hero {
    gap: 25px;
  }
  .web-hero h1 {
    font-size: 35px;
  }
  .web-manga {
    height: 340px;
  }
  .web-nav {
    padding: 16px 22px;
  }
  .web-nav-links {
    gap: 14px;
  }
  .stage-tools > span {
    display: none;
  }
  .checkout-layout {
    gap: 25px;
  }
  .web-hero {
    min-height: 370px;
  }
  .web-support {
    gap: 25px;
  }
}
@media (max-width: 620px) {
  .studio-header {
    padding: 0 15px;
  }
  .studio-title {
    gap: 10px;
  }
  .studio-title > span {
    display: none;
  }
  .header-links {
    gap: 8px;
    font-size: 9px;
  }
  .brand {
    font-size: 15px;
  }
  .sidebar {
    max-height: 150px;
  }
  .sidebar-intro {
    min-width: 135px;
  }
  .content {
    padding: 0 12px 25px;
  }
  .workspace-tabs {
    height: 53px;
    gap: 22px;
  }
  .workspace-tabs button {
    font-size: 10px;
  }
  .stage-top {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    padding: 20px 0 17px;
  }
  .stage-top p {
    line-height: 1.7;
  }
  .reader-context {
    display: none;
  }
  .browser-stage {
    max-width: 362px;
    margin: auto;
  }
  .frame {
    width: 360px;
    max-width: 100%;
  }
  .note-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .screen-board {
    grid-template-columns: 1fr;
  }
  .board-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .board-viewport {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
  .board-label {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .decision-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .web-nav {
    padding: 15px;
    flex-wrap: wrap;
  }
  .web-nav-links {
    gap: 15px;
    width: 100%;
    justify-content: space-between;
  }
  .web-nav-links button {
    font-size: 9px;
  }
  .web-main {
    padding: 25px 20px;
  }
  .web-hero,
  .checkout-layout,
  .web-support {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .web-hero h1 {
    font-size: 37px;
  }
  .web-manga {
    height: 360px;
  }
  .web-section-line {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .web-footer {
    padding: 17px 20px;
    flex-direction: column;
  }
  .web-subhead {
    align-items: flex-start;
    flex-direction: column;
  }
  .web-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .batch-table th:nth-child(3),
  .batch-table td:nth-child(3) {
    display: none;
  }
  .web-body {
    height: 760px;
  }
  .web-success {
    margin: 30px auto;
  }
  .page-title {
    font-size: 27px;
  }
  .board-filter {
    gap: 6px;
  }
  .board-filter button {
    font-size: 9px;
  }
  .prototype-disclosure {
    font-size: 9px;
  }
  .extension-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .extension-body {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Keep the same image frame and mask geometry in editing and review. */
.attachment-image {
  height: auto;
  aspect-ratio: 4/5;
  max-width: 144px;
  margin: 0 auto;
}
.attachment-image img,
.capture-preview img {
  object-fit: contain;
  display: block;
}
.attachment .redaction,
.capture-preview .redaction {
  left: 6%;
  top: 21%;
  width: 50%;
  height: 12%;
}
.attachment-caption > span:first-child,
.file-meta {
  min-width: 0;
  overflow-wrap: anywhere;
}
.attachment-caption > span:last-child {
  flex-shrink: 0;
}
@media (max-width: 620px) {
  .web-nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
  }
  .web-nav-links button {
    text-align: left;
  }
  .web-nav-links .dark-button {
    text-align: center;
  }
  .batch-file {
    gap: 7px;
  }
  .batch-table td {
    font-size: 10px;
  }
}

.embed-mode .extension {
  height: auto;
  min-height: 730px;
}
.embed-mode .extension-body {
  overflow: visible;
  flex: 1 0 auto;
}
.extension-body:has(#feedback-description) .view-title {
  margin-bottom: 16px;
}
.extension-body:has(#feedback-description) textarea {
  min-height: 96px;
}
.extension-body:has(#feedback-description) .feedback-types {
  margin-bottom: 14px;
}
.extension-body:has(#feedback-description) .form-field {
  margin-bottom: 13px;
}

/* ICON 02 / Relay structure / Ink controls */
.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 7px 9px;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid var(--line);
  border-radius: 6px;
  white-space: nowrap;
  background: #fff;
}
.home-button:hover,
.brand-home:hover {
  background: var(--soft);
}
.view-header {
  gap: 7px;
}
.brand-home {
  padding: 5px;
  border-radius: 5px;
}
.recent-result {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-top: 1px solid var(--line);
  padding: 13px 0;
  margin-top: 14px;
  text-align: left;
}
.recent-result span {
  flex: 1;
}
.recent-result strong {
  display: block;
  font-size: 10px;
}
.recent-result small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 4px;
}
.web-frame {
  container-type: inline-size;
}
.web-body {
  height: 800px;
}
.web-main {
  padding: 30px 32px 36px;
}
.web-nav {
  padding: 18px 26px;
  gap: 18px;
  min-height: 82px;
  position: sticky;
  top: 0;
  z-index: 8;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.web-nav-links {
  gap: 18px;
  flex-wrap: wrap;
}
.web-nav-links button {
  font-size: 11px;
  min-height: 34px;
}
.web-nav-links [aria-current='page'] {
  font-weight: 800;
}
.web-nav-links .points-link {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  padding: 5px 11px;
  border-radius: 6px;
  font-weight: 700;
}
.points-link span {
  font-size: 17px;
}
.web-nav-links .account-nav {
  width: 32px;
  min-height: 32px;
  border-radius: 50%;
  background: #252725;
  color: #fff;
  font-size: 11px;
}
.web-nav-links .dark-button {
  min-height: 38px;
  padding: 7px 17px;
  background: #252725;
}
.web-footer {
  padding: 20px 32px;
  gap: 18px;
}
.footer-links {
  flex-wrap: wrap;
}
.website-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 32px;
}
.website-intro .caps {
  font-size: 8px;
}
.website-intro h1 {
  font-size: clamp(30px, 3.6cqw, 47px);
  line-height: 1.14;
  letter-spacing: -1.6px;
  margin: 16px 0 13px;
  max-width: 620px;
}
.website-intro p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  line-height: 1.8;
}
.website-cta {
  width: 225px;
  flex-shrink: 0;
  padding-bottom: 3px;
}
.website-cta span {
  font-size: 8px;
  color: var(--muted);
  display: block;
  margin-top: 9px;
  text-align: center;
}
.extension-install {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 34px;
  align-items: center;
  margin: 36px 0;
  padding: 28px 30px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
}
.extension-install h2 {
  margin: 11px 0 10px;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.extension-install p {
  max-width: 650px;
  margin: 0 0 10px;
  color: #d7ddcf;
  font-size: 11px;
  line-height: 1.75;
}
.extension-install .caps,
.extension-install-action span {
  color: #aeb8a6;
}
.extension-install .quiet {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.extension-install-action {
  text-align: center;
}
.extension-install-action .primary {
  background: #fff;
  color: var(--ink);
}
.extension-install-action .primary:hover {
  background: #eef1e9;
}
.extension-install-action span {
  display: block;
  margin-top: 9px;
  font-size: 8px;
}
.extension-page-intro {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.extension-page-intro > p:first-of-type {
  max-width: 720px;
  font-size: 14px;
}
.extension-store-link {
  width: fit-content;
  min-width: 280px;
  margin-top: 22px;
  padding: 0 22px;
}
.extension-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 18px 0 34px;
}
.extension-feature-grid section {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.extension-feature-grid h3 {
  margin: 0 0 8px;
}
.showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-bottom: 15px;
}
.showcase-head h2 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin: 0;
}
.showcase-head > span {
  font-size: 9px;
  color: var(--muted);
}
.compare-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.compare-pair figure {
  margin: 0;
  min-width: 0;
}
.compare-pair figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 9px;
  padding: 0 0 9px;
}
.compare-pair figcaption strong {
  font-size: 11px;
}
.compare-pair figcaption span {
  color: var(--muted);
  text-align: right;
}
.result-art {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #eeeae2;
  container-type: inline-size;
  border: 1px solid #31342f;
}
.result-art > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fffdf7;
  border: 1.4px solid #262925;
  border-radius: 50%;
  color: #262925;
  font-size: 3cqw;
  line-height: 1.4;
  font-weight: 700;
}
.bubble.one {
  width: 34.4%;
  height: 14.7%;
  top: 5%;
  right: 5.1%;
}
.bubble.two {
  width: 39%;
  height: 14.7%;
  bottom: 7.5%;
  left: 2.4%;
}
.full-pair {
  max-width: 1050px;
  margin: 0 auto;
  gap: 22px;
}
.full-pair .result-art {
  max-height: 560px;
}
.web-section-line {
  margin-top: 25px;
  padding-top: 22px;
}
.web-section-line strong {
  font-size: 12px;
}
.web-section-line p {
  font-size: 10px;
  line-height: 1.9;
}
.result-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 15px 0 12px;
}
.area-thumbnail {
  width: 100%;
  max-height: 332px;
}
.area-thumbnail img {
  object-fit: cover;
}
.area-thumbnail .bubble {
  font-size: 3.5cqw;
}
.area-selection {
  position: relative;
  margin-top: 20px;
  padding: 6px;
  background: #e8e9e4;
}
.area-selection .result-art {
  max-height: 330px;
}
.selection-outline {
  position: absolute;
  inset: 6px;
  border: 2px dashed #252725;
  pointer-events: none;
}
.selection-outline:before,
.selection-outline:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 2px solid #252725;
}
.selection-outline:before {
  top: -5px;
  left: -5px;
}
.selection-outline:after {
  bottom: -5px;
  right: -5px;
}
.viewer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 25px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
}
.viewer-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 25px;
  font-size: 11px;
  background: var(--soft);
}
.viewer-controls > div {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}
.viewer-controls > div button {
  min-width: 30px;
  min-height: 30px;
  border: 1px solid #d1d5cd;
  background: #fff;
  border-radius: 4px;
}
.viewer-controls > .secondary {
  width: auto;
  min-height: 34px;
  padding: 7px 10px;
}
.viewer-canvas {
  overflow: auto;
  padding: 25px;
  background: #eceee8;
}
.viewer-canvas > div {
  min-width: 360px;
  margin: auto;
}
.viewer-canvas .result-art {
  max-height: none;
}
.auth-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 55px;
  max-width: 940px;
  margin: 8px auto;
  align-items: center;
}
.auth-story h1 {
  font-size: 43px;
  line-height: 1.13;
  letter-spacing: -1.5px;
  margin: 17px 0;
}
.auth-story > p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 320px;
  color: var(--muted);
}
.auth-manga {
  margin-top: 22px;
  max-height: 280px;
  max-width: 235px;
}
.auth-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px;
}
.auth-symbol {
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  background: var(--soft);
  border-radius: 12px;
  margin-bottom: 23px;
}
.auth-card h2 {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  margin: 11px 0;
}
.auth-card > p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 26px;
}
.auth-card .google-button {
  margin-top: 22px;
}
.auth-card .auth-legal {
  font-size: 9px;
  margin: 18px 0 10px;
  line-height: 1.9;
}
.auth-legal button {
  text-decoration: underline;
  padding: 0;
  font-size: inherit;
}
.account-page {
  max-width: 900px;
  margin: 15px auto;
}
.account-page h1,
.points-page h1,
.policy-page h1 {
  font-size: 38px;
  letter-spacing: -1.3px;
  margin: 12px 0;
}
.account-page > p,
.account-page-title p,
.points-page > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.account-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.account-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 33px;
}
.account-overview > div {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 27px;
}
.account-overview h2 {
  font-size: 32px;
  margin: 20px 0 5px;
  letter-spacing: -1px;
}
.account-overview small {
  font-size: 12px;
  margin-left: 8px;
  font-weight: 400;
}
.account-overview p {
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 22px;
}
.account-overview .text-button {
  display: block;
  margin-top: 15px;
}
.points-page {
  max-width: 750px;
  margin: 10px auto;
}
.points-balance {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  margin: 25px 0;
  font-size: 11px;
}
.points-balance .text-button {
  margin-left: auto;
}
.coming-packs {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 25px 0;
  background: #f8f9f5;
}
.coming-packs h2 {
  font-size: 25px;
  letter-spacing: -0.5px;
}
.coming-packs p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 490px;
}
.coming-packs .primary {
  max-width: 300px;
  margin-top: 24px;
}
.pack-skeleton {
  padding: 20px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.pack-skeleton span {
  color: var(--muted);
}
.ledger-head,
.ledger-row {
  display: grid;
  grid-template-columns: 2fr 1fr 80px;
  gap: 16px;
  padding: 18px 8px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.ledger-head {
  font-size: 9px;
  color: var(--muted);
}
.ledger-row small {
  display: block;
  color: var(--muted);
  margin-top: 5px;
  font-size: 10px;
}
.ledger-row > :last-child {
  text-align: right;
}
.batch-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.batch-title h1 {
  font-size: clamp(25px, 3cqw, 37px);
  letter-spacing: -1.1px;
  line-height: 1.2;
  margin: 14px 0 10px;
}
.batch-title p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.advanced-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 6px 9px;
  border: 1px solid #dce0d6;
  border-radius: 4px;
  background: #f5f6f1;
}
.points-required {
  font-size: 9px;
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.batch-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  margin: 21px 0;
  font-size: 10px;
  color: var(--muted);
  flex-wrap: wrap;
}
.batch-controls label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--ink);
}
.batch-controls select {
  padding: 8px 25px 8px 9px;
  border: 1px solid #d5d9cf;
  background: #fafbf7;
  border-radius: 5px;
  font-size: 11px;
  color: var(--ink);
}
.controls-end {
  margin-left: auto;
}
.upload-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.upload-bottom > span {
  font-size: 10px;
  color: var(--muted);
}
.batch-workspace {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.image-queue {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}
.queue-title {
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #f5f6f2;
  min-height: 44px;
  font-size: 10px;
}
.queue-title .text-button {
  font-size: 9px;
}
.queue-item {
  display: flex;
  border-bottom: 1px solid var(--line);
  padding: 10px 5px 10px 10px;
  gap: 1px;
}
.queue-item.selected {
  background: #eef0e9;
  box-shadow: inset 2px 0 #252725;
}
.queue-item > button:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: left;
  min-width: 0;
  flex: 1;
  padding: 0;
}
.queue-item img {
  width: 30px;
  height: 39px;
  object-fit: cover;
  border: 1px solid #d9ddd3;
  flex-shrink: 0;
}
.queue-item span {
  min-width: 0;
}
.queue-item strong {
  display: block;
  font-size: 9px;
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.queue-item small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 5px;
}
.remove-queued {
  padding: 4px;
  align-self: flex-start;
}
.queue-note {
  font-size: 9px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  padding: 14px 12px;
}
.batch-canvas {
  min-width: 0;
}
.canvas-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 2px 0 17px;
  font-size: 10px;
}
.canvas-title > strong {
  overflow-wrap: anywhere;
}
.canvas-title > span {
  color: var(--muted);
  white-space: nowrap;
}
.result-placeholder {
  aspect-ratio: 4/5;
  border: 1px dashed #cbd1c3;
  background: #f7f8f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-align: center;
  padding: 22px;
}
.result-placeholder > strong {
  font-size: 12px;
  max-width: 210px;
  line-height: 1.7;
}
.result-placeholder > p {
  font-size: 10px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0;
  max-width: 220px;
}
.result-placeholder .secondary {
  font-size: 10px;
  margin-top: 8px;
  max-width: 170px;
}
.canvas-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  color: var(--muted);
  padding: 10px 0;
  min-height: 38px;
}
.canvas-bottom .text-button {
  font-size: 9px;
  white-space: nowrap;
}
.batch-actionbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 16px;
}
.batch-actionbar p {
  font-size: 10px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.batch-actionbar .primary,
.batch-actionbar .secondary {
  width: auto;
  min-width: 185px;
  flex-shrink: 0;
}
.quote-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}
.quote-details > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  font-size: 11px;
}
.quote-details > div span {
  color: var(--muted);
}
.quote-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 23px;
}
.quote-card {
  padding: 25px;
  background: #f6f7f3;
  border: 1px solid #dbe0d3;
  border-radius: 9px;
}
.quote-card h2 {
  font-size: 36px;
  letter-spacing: -1px;
  margin: 20px 0;
}
.quote-card small {
  font-size: 12px;
  font-weight: 400;
  margin-left: 9px;
}
.quote-card .info {
  background: #fff;
}
.quote-card .button-stack {
  margin-top: 20px;
}
.policy-page {
  max-width: 750px;
  margin: 10px auto;
}
.policy-page > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.policy-draft {
  padding: 13px 15px;
  border: 1px dashed #a9b39e;
  background: #f8f9f5;
  font-size: 11px;
  margin: 22px 0;
}
.policy-page section {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.policy-page section h2 {
  font-size: 16px;
  letter-spacing: -0.3px;
  margin: 0 0 10px;
}
.policy-page section p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.draft-field {
  font-size: 9px;
  padding: 4px 7px;
  background: var(--soft);
  color: var(--muted);
  display: inline-block;
}
.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 11px;
  text-decoration: underline;
  margin: 20px 0;
}
@container (max-width:820px) {
  .website-intro {
    align-items: flex-start;
  }
  .website-cta {
    width: 190px;
  }
  .extension-install {
    grid-template-columns: minmax(0, 1fr) 205px;
    gap: 22px;
    padding: 24px;
  }
  .web-nav {
    flex-wrap: wrap;
    padding: 15px 22px;
    gap: 9px;
  }
  .web-nav-links {
    gap: 13px;
  }
  .web-main {
    padding: 25px;
  }
  .auth-layout {
    gap: 25px;
  }
  .auth-card {
    padding: 22px;
  }
  .auth-story h1 {
    font-size: 35px;
  }
  .batch-workspace {
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 16px;
  }
  .queue-item img {
    width: 24px;
    height: 34px;
  }
  .queue-item strong {
    font-size: 8px;
  }
  .result-placeholder {
    padding: 13px;
  }
  .result-placeholder > strong {
    font-size: 10px;
  }
  .result-placeholder > p {
    font-size: 9px;
  }
  .quote-layout {
    gap: 25px;
  }
  .compare-pair {
    gap: 12px;
  }
  .compare-pair figcaption {
    flex-wrap: wrap;
    gap: 4px;
  }
  .compare-pair figcaption span {
    font-size: 8px;
  }
}
@container (max-width:580px) {
  .website-intro {
    display: block;
  }
  .website-intro h1 {
    font-size: 34px;
  }
  .website-cta {
    margin-top: 22px;
    width: 235px;
  }
  .extension-install,
  .extension-feature-grid {
    grid-template-columns: 1fr;
  }
  .extension-install {
    gap: 20px;
    padding: 24px 20px;
  }
  .extension-store-link {
    width: 100%;
    min-width: 0;
  }
  .showcase-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .web-nav-links {
    gap: 10px;
    width: 100%;
  }
  .web-nav-links button {
    font-size: 9px;
  }
  .web-nav .brand {
    font-size: 17px;
  }
  .web-main {
    padding: 22px 18px;
  }
  .auth-layout,
  .account-overview,
  .quote-layout {
    grid-template-columns: 1fr;
  }
  .auth-story {
    display: none;
  }
  .auth-card {
    max-width: 370px;
    width: 100%;
    margin: auto;
  }
  .batch-title h1 {
    font-size: 27px;
  }
  .batch-title .points-required {
    display: none;
  }
  .batch-workspace {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .image-queue {
    display: flex;
    overflow-x: auto;
    align-items: stretch;
  }
  .queue-title {
    min-width: 84px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .queue-item {
    min-width: 165px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .queue-item strong {
    font-size: 9px;
  }
  .queue-item img {
    width: 28px;
    height: 38px;
  }
  .queue-note {
    display: none;
  }
  .batch-controls {
    gap: 10px;
  }
  .controls-end {
    margin-left: 0;
  }
  .batch-actionbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .canvas-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .upload-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .compare-pair {
    gap: 10px;
  }
  .result-placeholder {
    padding: 10px;
  }
  .result-placeholder > p {
    font-size: 9px;
  }
  .viewer-head {
    padding: 13px;
    gap: 7px;
  }
  .viewer-head > strong {
    display: none;
  }
  .viewer-controls {
    padding: 12px;
    gap: 9px;
    flex-wrap: wrap;
  }
  .viewer-controls > .secondary {
    font-size: 10px;
  }
  .viewer-canvas {
    padding: 16px;
  }
  .points-balance {
    gap: 9px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .coming-packs {
    padding: 24px;
  }
  .account-page h1,
  .points-page h1 {
    font-size: 32px;
  }
  .web-footer {
    padding: 18px;
    font-size: 9px;
  }
  .full-pair .result-art {
    max-height: none;
  }
}
.full-pair {
  max-width: 900px;
}
.full-pair .result-art {
  max-height: none;
}
.area-thumbnail {
  width: min(100%, 264px);
  max-height: none;
  margin: auto;
}
.area-thumbnail img {
  object-fit: contain;
}
.area-selection {
  max-width: 276px;
  margin-left: auto;
  margin-right: auto;
}
.area-selection .result-art {
  max-height: none;
}
.auth-manga {
  width: 224px;
  max-width: 100%;
  max-height: none;
}
@media (max-width: 620px) {
  .web-body {
    height: 810px;
  }
  .home-button {
    min-height: 40px;
  }
  .viewer-head .home-button {
    font-size: 9px;
  }
  .full-pair .bubble {
    border-width: 1px;
  }
  .auth-card .google-button {
    min-height: 44px;
  }
  .web-nav-links button {
    min-height: 40px;
  }
}

.web-body {
  height: auto !important;
  min-height: 100vh;
  overflow: visible !important;
}
.web-frame {
  max-width: 1600px;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0 !important;
}
.web-nav {
  position: sticky;
  top: 0;
}
.web-main {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 44px 42px 60px;
  min-height: 65vh;
}
.web-footer {
  padding: 25px 42px;
}
.sample-note {
  font-size: 11px;
  line-height: 1.9;
  color: #74786f;
  margin: 18px 0;
}
.auth-story .result-art {
  max-width: 250px;
  margin-top: 24px;
}
.email-login {
  margin-top: 25px;
  border-top: 1px solid #e3e5df;
  padding-top: 12px;
}
.email-login summary {
  font-size: 11px;
  cursor: pointer;
  padding: 8px 0;
}
.email-login label,
.support-page label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  margin: 18px 0;
}
.email-login input,
.support-page input,
.support-page textarea,
.support-page select {
  border: 1px solid #d5dacf;
  border-radius: 6px;
  padding: 11px;
  background: #fcfdf9;
  color: #252725;
  resize: vertical;
  font: inherit;
}
.notice {
  border: 1px solid #d7c1b7;
  background: #fff8f4;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 1.9;
  max-width: 900px;
  margin: 22px auto;
  border-radius: 7px;
}
.support-page {
  max-width: 620px;
  margin: 15px auto;
}
.support-page h1 {
  font-size: 35px;
  letter-spacing: -1px;
}
.support-page > p {
  font-size: 12px;
  color: #74786f;
  line-height: 1.9;
}
.support-image {
  max-width: 100%;
  max-height: 320px;
  display: block;
  margin: 20px 0;
}
.point-packs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.website-pack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border: 1px solid #d5dacf;
  border-radius: 8px;
  text-align: left;
}
.website-pack strong {
  font-size: 19px;
}
.website-pack span {
  font-size: 30px;
  font-weight: 700;
}
.website-pack small {
  font-size: 10px;
  line-height: 1.8;
  color: #74786f;
}
.website-pack:hover {
  background: #f3f4f0;
}
.nav-link {
  background: none;
}
.review-summary {
  white-space: pre-wrap;
}
.web-nav-links button {
  min-height: 40px;
}
.web-nav-links .dark-button {
  width: auto;
}
@media (max-width: 620px) {
  .web-main {
    padding: 26px 20px 40px;
  }
  .web-footer {
    padding: 20px;
  }
  .point-packs {
    grid-template-columns: 1fr;
  }
  .website-pack {
    gap: 13px;
  }
  .website-pack span {
    font-size: 25px;
  }
  .web-nav {
    position: static;
  }
  .support-page h1 {
    font-size: 29px;
  }
  .website-intro h1 {
    font-size: 34px;
  }
}
.purchase-consent { display: flex; align-items: flex-start; gap: 12px; margin: 16px 0 24px; font-size: 14px; line-height: 1.65; }
.purchase-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 3px 0 0; accent-color: #252725; }
.purchase-consent label { min-width: 0; }
.purchase-consent a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.story-film { margin: 22px auto 64px; max-width: 1160px; }
.story-film video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #252725; border-radius: 8px; }
.story-film .sample-note { margin: 14px 0; }
.showcase-intro { margin: 30px 0 34px; }
.showcase-intro p { font-size: 22px; line-height: 1.5; margin: 12px 0; }
.manga-showcase { max-width: 1160px; margin: 0 auto 56px; }
.manga-showcase .showcase-head { margin-bottom: 20px; }
.showcase-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.showcase-pair figure { margin: 0; min-width: 0; }
.showcase-pair figcaption { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; font-size: 14px; }
.showcase-pair figcaption span { color: #61665e; font-size: 12px; }
.showcase-pair img { display: block; width: 100%; height: auto; border: 1px solid #dce0d5; background: white; }
@media (max-width: 620px) {
  .story-film { margin-bottom: 38px; }
  .story-film .showcase-head, .manga-showcase .showcase-head { display: block; }
  .story-film .showcase-head h2, .manga-showcase .showcase-head h2 { margin-bottom: 10px; }
  .showcase-pair { gap: 20px; grid-template-columns: 1fr; }
  .showcase-pair figcaption { font-size: 16px; }
  .manga-showcase { margin-bottom: 38px; }
}
.review-sample-image { max-width: 100%; height: auto; }
