.tn-qrs-page {
  --qrs-paper: #faf6ee; --qrs-wash: #f5efdf; --qrs-ink: #1a1208; --qrs-muted: #5a4a30;
  --qrs-line: #b8a888; --qrs-button: #ede6d4; --qrs-hover: #dfd4bb; --qrs-focus: #a83d00;
  --qrs-primary: #6a3b1f; --qrs-primary-hover: #824826; --qrs-primary-text: #f7ead1;
  width: min(1180px, 100%); margin: 0 auto; color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); color-scheme: light;
}
body:is([data-scheme="dark"], [data-scheme="inverse"], [data-scheme="auto"][data-d="dark"], [data-scheme="auto"][data-l="dark"]) .tn-qrs-page,
html[data-scheme="dark"] body:not([data-scheme="light"]) .tn-qrs-page {
  --qrs-paper: #241d12; --qrs-wash: #322a1a; --qrs-ink: #f7ead1; --qrs-muted: #c3b492;
  --qrs-line: #826744; --qrs-button: #2f2115; --qrs-hover: #3a2a1b; --qrs-focus: #e8823f;
  --qrs-primary: #6a3b1f; --qrs-primary-hover: #824826; --qrs-primary-text: #f7ead1;
  color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .tn-qrs-page {
    --qrs-paper: #241d12; --qrs-wash: #322a1a; --qrs-ink: #f7ead1; --qrs-muted: #c3b492;
    --qrs-line: #826744; --qrs-button: #2f2115; --qrs-hover: #3a2a1b; --qrs-focus: #e8823f;
    --qrs-primary: #6a3b1f; --qrs-primary-hover: #824826; --qrs-primary-text: #f7ead1;
    color-scheme: dark;
  }
}
.tn-qrs-page .tn-qrs-tool {
  box-sizing: border-box; width: 100%; min-width: 0; margin: 0 auto;
  border: 1px solid var(--qrs-line); border-radius: 0; background: var(--qrs-paper);
  color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); box-shadow: none;
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Segoe UI", system-ui, sans-serif;
  font-size: 14px; line-height: 1.5;
}
.tn-qrs-tool *, .tn-qrs-tool *::before, .tn-qrs-tool *::after { box-sizing: border-box; }
.tn-qrs-tool [hidden] { display: none !important; }
.tn-qrs-tool :is(p, figure, dl, dt, dd) { margin: 0; padding: 0; }
.tn-qrs-tool :is(code, pre, kbd, samp) { padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; -webkit-text-fill-color: inherit; }
.tn-qrs-tool .tn-qrs-workspace { display: grid; grid-template-columns: minmax(0, 9fr) minmax(0, 11fr); align-items: start; gap: 24px; padding: 20px; }
.tn-qrs-tool :is(.tn-qrs-input, .tn-qrs-result) { display: grid; align-content: start; gap: 12px; min-width: 0; }
.tn-qrs-tool .tn-qrs-drop {
  display: grid; justify-items: center; align-content: center; gap: 10px; min-width: 0;
  padding: 22px 16px; border: 1px dashed var(--qrs-line); border-radius: 0;
  background: var(--qrs-wash); color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); text-align: center;
}
.tn-qrs-tool .tn-qrs-drop > svg { display: block; width: 32px; height: 32px; color: var(--qrs-ink); flex: 0 0 auto; }
.tn-qrs-tool .tn-qrs-drop > strong { max-width: 100%; color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); font-size: 18px; font-weight: 800; line-height: 1.5; word-break: keep-all; overflow-wrap: anywhere; }
.tn-qrs-tool .tn-qrs-drop > p { max-width: 100%; color: var(--qrs-muted); -webkit-text-fill-color: var(--qrs-muted); font-size: 13px; line-height: 1.65; word-break: keep-all; overflow-wrap: anywhere; }
.tn-qrs-tool .tn-qrs-drop.is-dragover { border-color: var(--qrs-focus); border-style: solid; background: var(--qrs-hover); }
.tn-qrs-tool #qrsFile {
  position: absolute; width: 1px; height: 1px; min-width: 0; min-height: 0;
  margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap;
}
.tn-qrs-tool :is(.tn-qrs-input-actions, .tn-qrs-result-actions) { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; min-width: 0; }
.tn-qrs-tool .tn-qrs-btn {
  appearance: none; -webkit-appearance: none; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
  min-width: 54px; max-width: 100%; height: 38px; min-height: 38px; margin: 0; padding: 0 12px;
  border: 1px solid var(--qrs-line); border-radius: 0; background: var(--qrs-button); background-image: none;
  color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); box-shadow: none; outline: none;
  font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight: 900; line-height: 1; letter-spacing: normal;
  text-transform: none; text-decoration: none; text-align: center; white-space: nowrap; cursor: pointer;
}
.tn-qrs-tool .tn-qrs-btn:hover:not(:disabled), .tn-qrs-tool .tn-qrs-btn:focus-visible:not(:disabled) { background: var(--qrs-hover); }
.tn-qrs-tool .tn-qrs-btn--primary { border-color: var(--qrs-primary); background: var(--qrs-primary); color: var(--qrs-primary-text); -webkit-text-fill-color: var(--qrs-primary-text); }
.tn-qrs-tool .tn-qrs-btn--primary:hover:not(:disabled), .tn-qrs-tool .tn-qrs-btn--primary:focus-visible:not(:disabled) { background: var(--qrs-primary-hover); border-color: var(--qrs-primary-hover); }
.tn-qrs-tool .tn-qrs-btn:disabled { opacity: .6; cursor: not-allowed; }
.tn-qrs-tool :is(.tn-qrs-drop, .tn-qrs-btn, textarea):focus-visible { outline: 2px solid var(--qrs-focus); outline-offset: 3px; }
.tn-qrs-tool[aria-busy="true"] .tn-qrs-drop { cursor: progress; }
.tn-qrs-tool .tn-qrs-preview {
  display: grid; place-items: center; min-width: 0; height: 210px; padding: 12px;
  border: 1px solid var(--qrs-line); border-radius: 0; background: var(--qrs-wash); overflow: hidden;
}
.tn-qrs-tool #qrsPreview { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 184px; margin: 0; border: 0; border-radius: 0; object-fit: contain; box-shadow: none; }
.tn-qrs-tool #qrsPreviewEmpty { min-width: 0; max-width: 100%; padding: 12px; color: var(--qrs-muted); -webkit-text-fill-color: var(--qrs-muted); font-size: 13px; line-height: 1.6; text-align: center; overflow-wrap: anywhere; }
.tn-qrs-tool :is(#qrsFileMeta, #qrsResultNote) { min-width: 0; color: var(--qrs-muted); -webkit-text-fill-color: var(--qrs-muted); font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.tn-qrs-tool #qrsStatus { min-width: 0; color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.tn-qrs-tool #qrsError { padding: 10px 12px; border: 1px solid var(--qrs-line); background: var(--qrs-wash); color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.tn-qrs-tool :is(#qrsFileMeta, #qrsStatus, #qrsError, #qrsResultNote):empty { display: none; }
.tn-qrs-tool .tn-qrs-result-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 6px 12px; min-width: 0; padding-bottom: 10px; border-bottom: 1px solid var(--qrs-line); }
.tn-qrs-tool .tn-qrs-result-head > label { color: var(--qrs-muted); -webkit-text-fill-color: var(--qrs-muted); font-size: 13px; font-weight: 700; }
.tn-qrs-tool #qrsType { min-width: 0; color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); font-size: 16px; font-weight: 800; overflow-wrap: anywhere; }
.tn-qrs-tool #qrsRaw {
  appearance: none; -webkit-appearance: none; display: block; width: 100%; min-width: 0; max-width: 100%; height: 220px; min-height: 160px;
  margin: 0; padding: 12px; border: 1px solid var(--qrs-line); border-radius: 0; background: var(--qrs-paper);
  color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); box-shadow: none;
  font-family: inherit; font-size: 16px; font-weight: 400; line-height: 1.65; letter-spacing: normal;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; overflow-x: hidden; overflow-y: auto; resize: vertical;
}
.tn-qrs-tool #qrsRaw::placeholder { color: var(--qrs-muted); -webkit-text-fill-color: var(--qrs-muted); opacity: 1; }
.tn-qrs-tool #qrsDetails { display: grid; min-width: 0; }
.tn-qrs-tool #qrsDetails:empty { display: none; }
.tn-qrs-tool .tn-qrs-detail-row { display: grid; grid-template-columns: minmax(0, 100px) minmax(0, 1fr); gap: 12px; min-width: 0; padding: 10px 0; border-bottom: 1px solid var(--qrs-line); }
.tn-qrs-tool .tn-qrs-detail-row dt { min-width: 0; color: var(--qrs-muted); -webkit-text-fill-color: var(--qrs-muted); font-size: 13px; font-weight: 700; line-height: 1.6; overflow-wrap: anywhere; }
.tn-qrs-tool .tn-qrs-detail-row dd { min-width: 0; color: var(--qrs-ink); -webkit-text-fill-color: var(--qrs-ink); font-size: 14px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.tn-qrs-tool .tn-qrs-notice { padding: 12px 20px; border-top: 1px solid var(--qrs-line); color: var(--qrs-muted); -webkit-text-fill-color: var(--qrs-muted); font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.tn-qrs-page .tn-qrs-responsive-ad { width: 100%; max-width: 900px; min-height: 90px; height: auto; max-height: none; margin: 24px auto; background: transparent; border: 0; overflow: visible; }
.tn-qrs-page .tn-qrs-responsive-ad--top { margin-top: 54px; }
html body .tn-qrs-page[data-tn-fixed-partials="character-counter"] .tn-qrs-responsive-ad,
html body .tn-qrs-page[data-tn-fixed-partials="character-counter"] .tn-qrs-responsive-ad > .aicp,
html body .tn-qrs-page[data-tn-fixed-partials="character-counter"] .tn-qrs-responsive-ad ins.adsbygoogle {
  width: 100% !important; min-width: 0 !important; height: auto !important; max-height: none !important; overflow: visible !important;
}
html body .tn-qrs-page[data-tn-fixed-partials="character-counter"] .tn-qrs-responsive-ad > .aicp,
html body .tn-qrs-page[data-tn-fixed-partials="character-counter"] .tn-qrs-responsive-ad ins.adsbygoogle { max-width: 100% !important; }
@media (max-width: 760px) {
  .tn-qrs-tool .tn-qrs-workspace { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .tn-qrs-tool .tn-qrs-result { padding-top: 16px; border-top: 1px solid var(--qrs-line); }
  .tn-qrs-tool .tn-qrs-preview { height: 180px; }
  .tn-qrs-tool #qrsPreview { max-height: 154px; }
  .tn-qrs-tool #qrsRaw { height: 180px; }
}
@media (max-width: 600px) {
  .tn-qrs-page { width: calc(100% - 10px); }
  .tn-qrs-tool .tn-qrs-workspace { padding: 12px; }
  .tn-qrs-tool .tn-qrs-drop { padding: 18px 12px; }
  .tn-qrs-tool .tn-qrs-drop > strong { font-size: 17px; }
  .tn-qrs-tool .tn-qrs-detail-row { grid-template-columns: minmax(0, 80px) minmax(0, 1fr); gap: 10px; }
  .tn-qrs-tool .tn-qrs-notice { padding-left: 12px; padding-right: 12px; }
}
@media (max-width: 720px) {
  .tn-qrs-page .tn-qrs-responsive-ad--top { margin-top: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  .tn-qrs-tool *, .tn-qrs-tool *::before, .tn-qrs-tool *::after { scroll-behavior: auto; transition: none; animation: none; }
}
