.footer-top {
  flex-wrap: wrap;
}
.wf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  width: 100%;
  flex-basis: 100%;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}
.wf-campaign {
  display: flex;
  flex-direction: column;
  align-items: start !important;
}
.wf-campaign img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.wf-section {
  padding: 26px 0;
  border-block-end: 1px solid var(--line);
  min-width: 0;
}
.wf-section h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
.wf-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin: 25px 0;
}
.wf-heading h1 {
  font-size: 28px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.wf-heading h2 {
  font-size: 20px;
}
.wf-heading p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 8px;
}
.wf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr);
  gap: 35px;
}
.wf-layout > * {
  min-width: 0;
}
.wf-form {
  max-width: 780px;
}
.wf-auth {
  max-width: 580px;
  margin: 35px auto 70px;
}
.wf-auth .field {
  margin-bottom: 17px;
}
.wf-auth h1 {
  font-size: 28px;
  margin: 20px 0;
}
.wf-auth .btn {
  margin-top: 8px;
}
.wf-auth .check {
  flex-wrap: wrap;
  overflow-wrap: anywhere;
}
.wf-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0;
}
.wf-social .btn {
  background: white;
  color: var(--ink);
  justify-content: start;
  margin: 0;
}
.wf-social .provider-mark {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: var(--wash);
  font-weight: 700;
  border-radius: 4px;
  flex-shrink: 0;
}
.wf-social [data-provider="LINE"] .provider-mark {
  background: #06c755;
  color: #fff;
}
.wf-social [data-provider="Yahoo! JAPAN"] .provider-mark {
  color: #de1634;
}
.wf-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--muted);
  margin: 24px 0;
}
.wf-divider:before,
.wf-divider:after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.wf-steps {
  display: flex;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 24px 0;
}
.wf-steps li {
  flex: 1;
  border-block-start: 3px solid var(--line);
  padding-top: 9px;
  font-size: 11px;
}
.wf-steps .active {
  border-color: var(--green);
  color: var(--green);
}
.wf-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.wf-tabs {
  display: flex;
  gap: 20px;
  overflow: auto;
  border-bottom: 1px solid var(--line);
  margin: 20px 0;
  max-width: 100%;
}
.wf-tabs a,
.wf-tabs button {
  padding: 12px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  font-size: 12px;
}
.wf-tabs .active {
  color: var(--green);
  border-color: var(--green);
  font-weight: 600;
}
.wf-tabs button {
  min-width: 48px;
  min-height: 44px;
  padding-inline: 16px;
}
.wf-table-wrap {
  max-width: 100%;
  overflow: auto;
  border-block: 1px solid var(--line);
  margin: 18px 0;
}
.wf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.wf-table th {
  text-align: start;
  font-weight: 500;
  font-size: 11px;
  background: var(--wash);
  color: var(--muted);
  padding: 13px;
  white-space: nowrap;
}
.wf-table td {
  padding: 15px 13px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  overflow-wrap: anywhere;
  max-width: 350px;
}
.wf-table tr:last-child td {
  border-bottom: 0;
}
.wf-table td .btn {
  font-size: 11px;
  padding: 6px 10px;
  min-height: 32px;
}
.wf-table td img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}
.wf-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.wf-row > .grow {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
.wf-row img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 5px;
}
.wf-row strong {
  font-size: 14px;
}
.wf-row small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.wf-row p {
  font-size: 13px;
  margin-top: 8px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.wf-filters {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.wf-filters input {
  min-width: 0;
  flex: 1;
  max-width: 420px;
}
.wf-filters .select {
  max-width: 230px;
}
.wf-book th,
.wf-book td {
  text-align: center;
}
.wf-book td {
  position: relative;
}
.wf-book .wf-ask {
  color: #b44535;
  background: #fcf1ee;
}
.wf-book .wf-bid {
  color: var(--green);
  background: #edf7f1;
}
.wf-chart {
  height: 290px;
  margin: 20px 0;
}
.wf-chart canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.wf-photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  background: var(--wash);
}
.wf-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.wf-gallery img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}
.wf-summary {
  border-block: 1px solid var(--line);
  padding: 22px 0;
}
.wf-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  font-size: 13px;
}
.wf-summary dd {
  margin: 0;
  text-align: end;
  overflow-wrap: anywhere;
}
.wf-summary dt {
  color: var(--muted);
}
.wf-summary strong {
  font-size: 25px;
}
.wf-thread {
  min-height: 200px;
  max-height: 440px;
  overflow: auto;
  padding: 20px 0;
}
.wf-thread article {
  padding: 15px;
  background: var(--wash);
  margin-bottom: 12px;
  border-radius: 5px;
  overflow-wrap: anywhere;
}
.wf-thread p {
  white-space: pre-wrap;
  margin: 7px 0;
  font-size: 13px;
}
.wf-thread small {
  color: var(--muted);
  font-size: 10px;
}
.wf-page-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 25px;
}
.wf-page-links a {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.wf-prose {
  max-width: 820px;
  font-size: 14px;
  line-height: 1.9;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.wf-prose p {
  margin: 18px 0;
}
.wf-notice {
  padding: 13px 16px;
  border-inline-start: 3px solid #bf862b;
  background: #fff8e8;
  color: #805e2b;
  font-size: 12px;
  line-height: 1.7;
  margin: 20px 0;
}
.wf-danger {
  border-color: #ad493a;
  color: #9d4337;
  background: #fff3f0;
}
.wf-success {
  max-width: 650px;
  text-align: center;
  margin: 70px auto;
}
.wf-success > .icon {
  width: 48px;
  height: 48px;
  color: var(--green);
  margin-bottom: 20px;
}
.wf-success h1 {
  font-size: 28px;
  margin: 15px 0;
}
.wf-success .wf-actions {
  justify-content: center;
}
.wf-error-code {
  font-size: 80px;
  font-weight: 600;
  color: #829d8c;
  line-height: 1.2;
}
.wf-proof {
  padding: 24px;
  background: #f1f5f8;
  border: 1px dashed #a8bccb;
  min-height: 150px;
  font-size: 12px;
  line-height: 2;
}
.wf-proof strong {
  font-size: 23px;
  display: block;
}
.wf-evidence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 15px 0;
}
.wf-evidence img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: var(--wash);
}
.wf-evidence figcaption {
  font-size: 10px;
  overflow-wrap: anywhere;
}
.wf-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  margin: 25px 0;
}
.wf-metrics > div {
  padding: 22px 17px;
  border-inline-end: 1px solid var(--line);
  min-width: 0;
}
.wf-metrics strong {
  display: block;
  font-size: 26px;
  overflow-wrap: anywhere;
}
.wf-metrics small {
  color: var(--muted);
  font-size: 11px;
}
.wf-print {
  max-width: 820px;
  margin: 25px auto;
  background: white;
}
.wf-print-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 25px 0;
  border-bottom: 2px solid var(--ink);
  gap: 20px;
}
.wf-print h1 {
  font-size: 28px;
}
.wf-print .watermark {
  font-size: 14px;
  letter-spacing: 0;
  color: #a45143;
  border: 2px solid currentColor;
  padding: 6px 12px;
}
.wf-admin-tools {
  margin: 16px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wf-admin-tools .btn {
  font-size: 11px;
  min-height: 35px;
}
.wf-admin-nav-search {
  width: 100%;
  margin-bottom: 14px;
  font-size: 11px;
  border: 1px solid var(--line);
  padding: 8px;
  background: white;
  border-radius: 4px;
}
.wf-code {
  font-family: monospace;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.wf-diff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.wf-diff section {
  border-top: 2px solid #829d8c;
  padding: 18px 0;
  min-width: 0;
}
.wf-diff p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 13px;
}
.wf-json {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: var(--wash);
  padding: 16px;
  font-size: 11px;
  max-height: 280px;
  overflow: auto;
}
.wf-upload {
  border: 1px dashed #b9c5be;
  padding: 20px;
  display: block;
  margin: 16px 0;
  border-radius: 5px;
}
.wf-upload input {
  display: block;
  max-width: 100%;
  margin-top: 12px;
  font-size: 12px;
}
.wf-upload small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 10px;
}
.wf-policy-list details {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.wf-policy-list summary {
  font-weight: 600;
  cursor: pointer;
}
.wf-policy-list p {
  font-size: 13px;
  line-height: 1.8;
  margin: 14px 0;
}
.wf-badge-level {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.wf-badge-level .icon {
  width: 32px;
  height: 32px;
  color: #a37825;
}
.wf-badge-level strong {
  display: block;
}
.wf-badge-level small {
  color: var(--muted);
}
@media (max-width: 950px) {
  .wf-layout {
    grid-template-columns: 1fr;
  }
  .wf-page-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wf-table {
    min-width: 560px;
  }
  .wf-book {
    min-width: 0;
  }
}
@media (max-width: 640px) {
  .wf-heading {
    flex-wrap: wrap;
  }
  .wf-heading h1 {
    font-size: 24px;
  }
  .wf-auth {
    margin: 25px 0 50px;
  }
  .wf-auth h1 {
    font-size: 24px;
  }
  .wf-social {
    grid-template-columns: 1fr;
  }
  .wf-layout {
    gap: 20px;
  }
  .wf-row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .wf-row > .grow {
    flex-basis: 60%;
  }
  .wf-page-links {
    grid-template-columns: 1fr;
  }
  .wf-metrics strong {
    font-size: 21px;
  }
  .wf-metrics > div {
    padding: 16px 10px;
  }
  .wf-metrics small {
    font-size: 10px;
  }
  .wf-diff {
    grid-template-columns: 1fr;
  }
  .wf-chart {
    height: 230px;
  }
  .wf-evidence {
    grid-template-columns: 1fr;
  }
  .wf-actions .btn {
    font-size: 12px;
    flex-grow: 1;
  }
  .wf-steps {
    gap: 7px;
  }
  .wf-steps li {
    font-size: 10px;
  }
  .wf-print-head {
    flex-wrap: wrap;
  }
  .wf-success h1 {
    font-size: 24px;
  }
  .wf-section h2 {
    font-size: 19px;
  }
  .wf-table {
    font-size: 11px;
  }
  .wf-prose {
    font-size: 13px;
  }
}
@media print {
  .header,
  .topbar,
  .category-nav,
  .footer,
  .mobile-nav,
  .account-nav,
  .wf-actions,
  .wf-notice,
  .breadcrumbs,
  body > header,
  #toast {
    display: none !important;
  }
  .container {
    width: 100%;
    max-width: none;
  }
  .wf-print {
    margin: 0;
    max-width: none;
  }
  .wf-table {
    min-width: 0;
  }
  .wf-print .watermark {
    display: block;
  }
  .wf-print-head {
    break-after: avoid;
  }
  body {
    background: white;
    padding: 0 !important;
  }
  .wf-table tr {
    break-inside: avoid;
  }
}
