.tkf-standalone-body {
  margin: 0;
}
.tkf-page {
  background: #fff7e4;
  color: #253044;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, sans-serif;
  margin: 0 calc(50% - 50vw);
  min-height: 100vh;
  padding-bottom: 48px;
  width: 100vw;
}
.tkf-top-nav {
  align-items: center;
  background: #ff8a0a;
  display: flex;
  justify-content: center;
  min-height: 76px;
  padding: 0 16px;
  text-align: center;
}
.tkf-top-nav a {
  background: #fff;
  border: 2px solid rgba(66, 66, 66, .82);
  border-radius: 999px;
  box-shadow: 0 4px 0 rgba(133, 68, 0, .18);
  color: #253044;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  min-width: 138px;
  padding: 12px 20px;
  text-decoration: none;
}
.tkf-shell {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 760px;
  padding: 28px 16px 0;
}
.tkf-shell h1 {
  color: #2d3138;
  font-size: clamp(26px, 6vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-align: center;
}
.tkf-lead {
  color: #5a4931;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 auto 24px;
  max-width: 620px;
  text-align: center;
}
.tkf-images {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
}
.tkf-images img {
  background: #fff;
  border: 2px solid #424242;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(76, 51, 11, .08);
  display: block;
  height: auto;
  max-width: 100%;
}
.tkf-card {
  background: #fff;
  border: 1px solid #ded2b8;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(91, 63, 19, .12);
  padding: clamp(20px, 5vw, 40px);
}
.tkf-field {
  display: block;
  margin: 0 0 22px;
}
.tkf-field span,
.tkf-file span,
.tkf-radio legend {
  color: #2f3744;
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 8px;
}
.tkf-field em,
.tkf-radio em {
  background: #ffe0ec;
  border: 1px solid #f5a9c4;
  border-radius: 999px;
  color: #a5164b;
  font-size: 11px;
  font-style: normal;
  margin-left: 5px;
  padding: 2px 7px;
}
.tkf-field input {
  background: #eefaff;
  border: 1px solid #cfe9f4;
  border-radius: 6px;
  box-sizing: border-box;
  color: #253044;
  font: inherit;
  line-height: 1.6;
  padding: 13px 14px;
  width: 100%;
}
.tkf-note {
  background: #fff7cf;
  border: 1px solid #f1dfa6;
  border-radius: 7px;
  color: #473f30;
  font-size: 14px;
  line-height: 1.85;
  margin: 8px 0 26px;
  padding: 16px;
}
.tkf-radio {
  border: 0;
  margin: 28px 0;
  padding: 0;
}
.tkf-radio label {
  align-items: center;
  background: #fbfdff;
  border: 1px solid #d9edf6;
  border-radius: 7px;
  display: flex;
  gap: 9px;
  margin: 8px 0;
  padding: 12px;
}
.tkf-link a,
.tkf-consent a {
  color: #0969da;
  font-weight: 800;
  text-decoration: none;
}
.tkf-file {
  background: #eefaff;
  border: 1px solid #cfe9f4;
  border-radius: 7px;
  cursor: pointer;
  display: block;
  margin: 0 0 14px;
  padding: 12px;
}
.tkf-file input {
  inline-size: 1px;
  opacity: 0;
  position: absolute;
}
.tkf-file b {
  background: #fff;
  border: 1px dashed #9ecbdd;
  border-radius: 6px;
  color: #637284;
  display: block;
  font-size: 13px;
  min-height: 22px;
  overflow: hidden;
  padding: 9px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tkf-consent {
  border-top: 1px solid #e6dbc2;
  margin-top: 30px;
  padding-top: 24px;
}
.tkf-consent h2 {
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.tkf-consent li {
  margin: 0 0 12px;
}
.tkf-consent label {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 28px 0 0;
}
.tkf-submit {
  background: #ffe300;
  border: 3px solid #2d2d2d;
  border-radius: 8px;
  box-shadow: 0 5px 0 #c8a600;
  color: #1d2733;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin: 34px auto 0;
  max-width: 420px;
  min-height: 64px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tkf-submit:disabled {
  cursor: wait;
  opacity: .72;
}
.tkf-anim-scale {
  animation: tkf-scale 1.7s ease-in-out infinite;
}
.tkf-anim-shine::after {
  animation: tkf-shine 2s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  content: "";
  height: 100%;
  left: -45%;
  position: absolute;
  top: 0;
  transform: skewX(-18deg);
  width: 35%;
}
.tkf-notice {
  border-radius: 7px;
  font-weight: 800;
  margin: 18px auto 0;
  padding: 13px 16px;
}
.tkf-notice p {
  margin: 0;
}
.tkf-notice-error {
  background: #fff0f0;
  border: 1px solid #ffb8b8;
  color: #9b1c1c;
}
.tkf-notice-success {
  background: #eefbf1;
  border: 1px solid #a8dfb6;
  color: #16602a;
}
.tkf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: center;
  padding: 28px 4px 0;
}
.tkf-footer-links a {
  color: #4d3d27;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.tkf-field-error {
  color: #d11919;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-left: 8px;
}
@keyframes tkf-scale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}
@keyframes tkf-shine {
  0% { left: -45%; }
  55%, 100% { left: 115%; }
}
@media (max-width: 560px) {
  .tkf-card {
    padding: 18px 14px 26px;
  }
  .tkf-submit {
    font-size: 17px;
    min-height: 60px;
  }
}
