/* ===== KINELIO CORE R10.5 — PUBLIC QR ENTRY VISUAL POLISH ===== */
.qr-entry {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 92px) 0 clamp(64px, 8vw, 104px);
}

.qr-entry-card {
  width: min(100%, 640px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 52px);
  border: 1px solid #dedede;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(0, 0, 0, .075);
}


.qr-entry-id {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  padding: 8px 11px;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
  background: #f8f8f6;
  color: #666;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.qr-entry-id::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #111;
}

.qr-entry-id strong {
  color: #111;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}

.qr-entry-card h1 {
  max-width: 560px;
  margin: 0;
  color: #111;
  font-size: clamp(38px, 5.5vw, 56px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.qr-entry-lead {
  max-width: 510px;
  margin: 22px 0 0;
  color: #5f5f63;
  font-size: 18px;
  line-height: 1.55;
}

.qr-entry-action {
  width: 100%;
  min-height: 56px;
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}

.qr-entry-footnote {
  margin: 16px 0 0;
  color: #777;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 640px) {
  .qr-entry {
    width: min(100% - 24px, 760px);
    padding: 28px 0 54px;
  }

  .qr-entry-card {
    padding: 28px 22px 26px;
    border-radius: 18px;
    box-shadow: 0 14px 42px rgba(0, 0, 0, .07);
  }


  .qr-entry-id {
    margin-bottom: 18px;
  }

  .qr-entry-card h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.2vw, 44px);
    line-height: 1.04;
    letter-spacing: -.04em;
    text-wrap: pretty;
  }

  .qr-entry-lead {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.5;
  }

  .qr-entry-action {
    margin-top: 26px;
    min-height: 54px;
  }

  .qr-entry-footnote {
    max-width: 280px;
    margin: 14px auto 0;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .qr-entry {
    width: min(100% - 18px, 760px);
  }

  .qr-entry-card {
    padding-inline: 18px;
  }

  .qr-entry-card h1 {
    font-size: 32px;
  }
}
/* ===== END KINELIO CORE R10.5 — PUBLIC QR ENTRY VISUAL POLISH ===== */
