@font-face {
  font-family: Manrope;
  src: url("/assets/vendor/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --bg: #f7f8fa;
  --surface: #fff;
  --ink: #202c29;
  --muted: #6b7573;
  --line: #e5e9e7;
  --soft: #f2f5f3;
  --accent: #c84228;
  --button-ink: #fff;
  --accent-soft: #fff1eb;
  --grid: #dfe5e1;
  --shadow: 0 12px 45px #263b3506;
  color-scheme: light;
}
:root[data-theme="dark"] {
  --bg: #151c1a;
  --surface: #1d2723;
  --ink: #eff5f1;
  --muted: #a7b5ad;
  --line: #35413b;
  --soft: #26332d;
  --accent: #ff9274;
  --button-ink: #17251f;
  --accent-soft: #3a2c25;
  --grid: #36483d;
  --shadow: 0 12px 45px #0002;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: none;
}
button:hover:not(:disabled),
a:hover {
  color: var(--accent);
}
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: 1px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
img {
  max-width: 100%;
}
.icon {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  flex-shrink: 0;
}
:root[data-theme="dark"] .icon {
  filter: invert(0.85);
}
[hidden] {
  display: none !important;
}
.site-header {
  max-width: 1280px;
  margin: auto;
  padding: 23px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -1.6px;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.brand-mark {
  background: var(--ink);
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 9px;
  display: grid;
  place-items: center;
}
.brand-mark img {
  width: 26px;
  filter: invert(1);
}
.brand-period {
  color: var(--accent);
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 650;
}
.nav-active {
  color: var(--accent);
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  padding: 0;
}
.text-button span {
  background: var(--soft);
  border: 1px solid var(--line);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
}
.icon-button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--surface);
}
main {
  max-width: 1160px;
  padding: 0 32px;
  margin: auto;
}
.intro {
  padding: 51px 0 37px;
  text-align: center;
}
.intro-tag {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 17px;
}
.intro-tag span {
  height: 6px;
  width: 6px;
  background: #549079;
  border-radius: 50%;
}
h1 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.07;
  font-weight: 800;
  letter-spacing: -3.5px;
}
h1 br {
  display: none;
}
h1 span {
  color: var(--accent);
}
.intro p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 15px;
  line-height: 1.7;
}
.mobile-break {
  display: none;
}
.studio {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 0;
  align-items: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  scroll-margin-top: 24px;
}
.editor {
  padding: 27px 30px 24px;
  min-width: 0;
}
.editor-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.7px;
  color: var(--muted);
}
.editor-heading h2 {
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-top: 5px;
  font-weight: 750;
}
.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  border-bottom: 1px solid var(--line);
  margin-bottom: 23px;
  gap: 8px;
}
.tabs button {
  font-weight: 700;
  font-size: 12px;
  padding: 0 0 13px;
  display: flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
  color: var(--muted);
  position: relative;
}
.tabs button span {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  font-size: 10px;
  background: var(--soft);
  border-radius: 50%;
}
.tabs button[aria-selected="true"] {
  color: var(--accent);
}
.tabs button[aria-selected="true"]:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
}
.tabs button[aria-selected="true"] span {
  background: var(--accent-soft);
  color: var(--accent);
}
.section-label {
  font-size: 12px;
  font-weight: 750;
  margin-bottom: 12px;
}
.type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-bottom: 23px;
}
.type-button {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 12px 4px 10px;
  font-size: 10px;
  font-weight: 650;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.type-button .icon {
  width: 21px;
  height: 21px;
  opacity: 0.75;
}
.type-button.selected {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--accent);
}
.type-button:hover {
  background: var(--soft);
}
label {
  display: block;
  font-size: 11px;
  font-weight: 750;
  margin-bottom: 17px;
}
input:not([type="checkbox"]):not([type="range"]):not([type="color"]),
select,
textarea {
  display: block;
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--ink);
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  min-width: 0;
}
input::placeholder,
textarea::placeholder {
  color: #8a928f;
  font-weight: 400;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
small {
  display: block;
  font-size: 10px;
  font-weight: 450;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 7px;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.two-col > * {
  min-width: 0;
}
.tip {
  display: flex;
  gap: 10px;
  align-items: start;
  background: var(--soft);
  border-radius: 8px;
  padding: 13px;
  margin: 22px 0 19px;
}
.tip .icon {
  width: 17px;
  height: 17px;
  opacity: 0.6;
  margin-top: 2px;
}
.tip p {
  font-size: 10px;
  line-height: 1.7;
  font-weight: 650;
}
.tip span {
  font-size: 9px;
  font-weight: 450;
  color: var(--muted);
}
.next-button {
  width: 100%;
  text-align: right;
  font-size: 11px;
  font-weight: 750;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 4px;
}
.preview-panel {
  background: var(--soft);
  border-left: 1px solid var(--line);
  padding: 24px;
  align-self: stretch;
  min-width: 0;
}
.preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  color: var(--muted);
}
.live-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 0;
  font-weight: 650;
}
.live-status:before {
  content: "";
  background: #649681;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.preview-canvas {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 290px;
  padding: 22px;
  background-color: var(--soft);
  background-image: radial-gradient(var(--grid) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
#qr-preview {
  width: 270px;
  max-width: 100%;
  filter: drop-shadow(0 9px 14px #0000000c);
  line-height: 0;
  transition: opacity 0.15s;
}
#qr-preview svg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
#qr-preview[aria-busy="true"] {
  opacity: 0.4;
}
.preview-placeholder {
  font-size: 12px;
  color: var(--muted);
}
.preview-under {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  color: var(--muted);
  padding: 12px 2px 0;
}
.export-controls {
  padding-top: 19px;
}
.export-controls label {
  margin-bottom: 10px;
}
.export-controls input,
.export-controls select {
  background: var(--surface) !important;
}
.size-presets {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.size-presets button {
  font-size: 9px;
  font-weight: 750;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 5px 10px;
  background: var(--surface);
}
.size-presets button.selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}
.size-presets span {
  margin-left: auto;
  font-size: 9px;
  color: var(--muted);
}
.download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--accent);
  color: var(--button-ink);
  border-radius: 8px;
  min-height: 48px;
  font-size: 12px;
  font-weight: 750;
  transition:
    transform 0.15s,
    filter 0.15s;
}
.download-button:hover:not(:disabled) {
  color: var(--button-ink);
  filter: brightness(0.94);
  transform: translateY(-1px);
}
.download-button .icon {
  filter: invert(1);
}
.download-button span {
  font-size: 8px;
  background: #ffffff24;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: auto;
}
.download-button:has(span) {
  padding: 0 17px;
}
.download-button:has(span) > .icon {
  margin-right: auto;
}
.secondary-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.secondary-actions button {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 650;
}
.secondary-actions .icon {
  width: 15px;
  height: 15px;
}
.export-note {
  text-align: center;
  font-size: 9px;
  color: var(--muted);
  margin-top: 19px;
}
.bottom-strip {
  display: flex;
  justify-content: center;
  gap: 38px;
  padding: 24px 0;
  color: var(--muted);
  font-size: 10px;
}
.bottom-strip span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bottom-strip .icon {
  width: 14px;
  height: 14px;
  opacity: 0.65;
}
.guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 74px 30px 68px;
}
.guide h2 {
  font-size: 35px;
  letter-spacing: -1.4px;
  line-height: 1.2;
  margin: 14px 0;
}
.guide p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.guide ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 27px;
}
.guide li {
  display: flex;
  gap: 20px;
}
.guide li > span {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  margin-top: 4px;
}
.guide h3 {
  font-size: 15px;
  letter-spacing: -0.4px;
  margin-bottom: 6px;
}
.faq {
  border-top: 1px solid var(--line);
  padding: 42px 30px 60px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 30px;
}
.faq h2 {
  font-size: 25px;
  letter-spacing: -1px;
}
.faq details {
  margin-bottom: 15px;
}
.faq summary {
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  line-height: 1.8;
}
.faq p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
  margin: 10px 0 22px;
}
footer {
  border-top: 1px solid var(--line);
  max-width: 1200px;
  margin: auto;
  padding: 32px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 34px;
  align-items: start;
  font-size: 10px;
  color: var(--muted);
}
footer .brand {
  color: var(--ink);
  font-size: 24px;
}
footer p {
  font-size: 10px;
  line-height: 1.7;
  max-width: 220px;
  margin-top: 10px;
}
.footer-brand,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer-contact {
  align-items: flex-end;
}
.footer-contact a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--ink);
  font-weight: 700;
}
footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
  font-size: 10px;
}
footer nav div {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
footer nav strong {
  color: var(--ink);
  font-size: 10px;
}
footer nav a:hover,
.footer-contact a:hover {
  color: var(--accent);
}
.presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.preset {
  padding: 10px 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 650;
}
.preset svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 7px;
}
.color-field {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  background: var(--surface);
}
input[type="color"] {
  width: 27px;
  height: 27px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border: 1px solid #0001;
  border-radius: 4px;
}
.color-field span {
  font-size: 10px;
  font-weight: 550;
  letter-spacing: 0.3px;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
}
input[type="checkbox"] {
  accent-color: var(--accent);
}
.upload-row {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 13px;
  margin: 7px 0 20px;
}
.upload-row > div {
  flex: 1;
}
.upload-row strong {
  font-size: 11px;
}
.upload-row span {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.small-button {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 7px 9px;
  border-radius: 6px;
  font-size: 10px;
  cursor: pointer;
}
.upload-button {
  margin: 0;
}
.small-button .icon {
  width: 14px;
  height: 14px;
}
.frame-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 25px;
}
.frame-options button {
  display: grid;
  justify-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  font-size: 10px;
}
.frame-options .selected {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent);
}
.frame-demo {
  display: block;
  width: 43px;
  height: 48px;
  border-radius: 6px;
  background: var(--surface) url("/assets/vendor/icons/qrcode.svg") no-repeat
    center/31px;
}
.frame-demo.outline {
  border: 2px solid #263b35;
}
.frame-demo.solid {
  border: 5px solid #263b35;
  border-bottom-width: 10px;
}
input[type="range"] {
  accent-color: var(--accent);
  display: block;
  width: 100%;
  margin: 16px 0;
}
output {
  float: right;
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
}
#feedback {
  font-size: 11px;
  line-height: 1.6;
  color: var(--accent);
  margin-top: 9px;
}
#feedback:empty {
  display: none;
}
.warning {
  font-size: 10px;
  line-height: 1.6;
  color: var(--ink);
  border-left: 3px solid var(--accent);
  padding-left: 10px;
  margin-top: 12px;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  max-width: 530px;
  width: calc(100% - 32px);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 25px 80px #0003;
}
dialog::backdrop {
  background: #14261d70;
  backdrop-filter: blur(4px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  margin-bottom: 24px;
}
.dialog-heading h2 {
  font-size: 23px;
  letter-spacing: -0.7px;
}
.dialog-heading p,
.muted {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 5px;
}
.muted {
  margin: 12px 0 20px;
}
.saved-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.saved-item div {
  flex: 1;
  min-width: 0;
}
.saved-item strong {
  display: block;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.saved-item small {
  margin-top: 4px;
}
.empty-state {
  text-align: center;
  padding: 36px 20px;
  color: var(--muted);
  line-height: 1.8;
}
.empty-state .icon {
  width: 38px;
  height: 38px;
  margin-bottom: 13px;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 15px);
  background: var(--ink);
  color: var(--surface);
  padding: 13px 22px;
  border-radius: 9px;
  max-width: 90%;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 10;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.skip {
  position: fixed;
  top: -60px;
  left: 20px;
  padding: 12px;
  background: var(--surface);
  z-index: 20;
}
.skip:focus {
  top: 10px;
}
.noscript {
  position: fixed;
  bottom: 0;
  background: #fff3cd;
  color: #573c00;
  padding: 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1400px) {
  .intro {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
@media (max-width: 850px) {
  .site-header {
    padding: 18px 24px;
  }
  nav {
    gap: 18px;
  }
  main {
    padding: 0 22px;
  }
  .editor {
    padding: 24px 20px;
  }
  .preview-panel {
    padding: 22px 18px;
  }
  .studio {
    grid-template-columns: 1.15fr 1fr;
  }
  .tabs button {
    font-size: 10px;
  }
  .tabs button span {
    width: 17px;
    height: 17px;
  }
  .preview-canvas {
    padding: 14px;
    min-height: 260px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
  }
  .guide {
    padding: 55px 5px;
    gap: 30px;
  }
  .guide h2 {
    font-size: 30px;
  }
  .faq {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bottom-strip {
    gap: 18px;
    font-size: 9px;
  }
}
@media (max-width: 680px) {
  .site-header {
    padding: 16px 20px;
  }
  .brand {
    font-size: 26px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  nav {
    gap: 13px;
  }
  nav > a {
    display: none;
  }
  #saved-open {
    font-size: 10px;
  }
  #saved-open .icon {
    width: 16px;
  }
  main {
    padding: 0 16px;
  }
  .intro {
    padding: 35px 0 28px;
  }
  .intro-tag {
    font-size: 10px;
    margin-bottom: 13px;
  }
  h1 {
    font-size: 37px;
    letter-spacing: -2px;
  }
  h1 br {
    display: block;
  }
  .intro p {
    font-size: 12px;
    margin-top: 13px;
  }
  .mobile-break {
    display: block;
  }
  .studio {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }
  .editor {
    padding: 22px;
  }
  .editor-heading {
    margin-bottom: 22px;
  }
  .tabs button {
    font-size: 12px;
  }
  .tabs button span {
    width: 21px;
    height: 21px;
  }
  .type-grid {
    gap: 8px;
  }
  .type-button {
    padding: 12px 2px;
    font-size: 10px;
  }
  .preview-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 22px;
  }
  .preview-canvas {
    min-height: 300px;
  }
  #qr-preview {
    width: 285px;
  }
  .bottom-strip {
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 20px 5px;
  }
  .guide {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 45px 10px;
  }
  .guide h2 br {
    display: none;
  }
  .guide h2 {
    font-size: 29px;
  }
  .guide p br {
    display: none;
  }
  .guide ol {
    gap: 22px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 10px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    padding: 25px 20px;
    gap: 24px;
  }
  footer nav {
    grid-column: 2;
    grid-row: 1;
  }
  footer .footer-contact {
    grid-column: 1 / -1;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }
  .size-presets span {
    font-size: 9px;
  }
  .two-col {
    gap: 12px;
  }
  .export-controls input,
  .export-controls select {
    font-size: 12px;
  }
  input:not([type="checkbox"]):not([type="range"]):not([type="color"]),
  textarea,
  select {
    font-size: 16px;
  }
  .color-field span {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  body {
    background: white;
  }
  body > * {
    display: none !important;
  }
  body > main {
    display: block !important;
    max-width: none;
    padding: 0;
  }
  main > * {
    display: none !important;
  }
  main > .studio {
    display: block !important;
    border: 0;
    box-shadow: none;
    background: none;
  }
  .editor {
    display: none;
  }
  .preview-panel {
    display: block;
    padding: 0;
    border: 0;
    background: none;
  }
  .preview-panel > * {
    display: none !important;
  }
  .preview-panel > .preview-canvas {
    display: block !important;
    background: none;
    border: 0;
    padding: 0;
    min-height: 0;
  }
  #qr-preview {
    display: block;
    width: 100mm;
    filter: none;
    margin: 20mm auto;
  }
  #qr-preview svg {
    border-radius: 0;
  }
  .preview-placeholder {
    display: none;
  }
}
@media (min-width: 681px) and (max-height: 900px) {
  .intro {
    padding: 26px 0;
  }
  .intro-tag {
    margin-bottom: 10px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
  }
  .intro p {
    margin-top: 10px;
  }
  .editor {
    padding-top: 23px;
  }
  .type-button {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .tip {
    margin-top: 16px;
    margin-bottom: 14px;
  }
  .preview-canvas {
    min-height: 260px;
  }
  #qr-preview {
    width: 245px;
  }
}

:root[data-theme="dark"] .brand-mark img,
:root[data-theme="dark"] .download-button .icon {
  filter: none;
}
.legal-page{padding:76px 30px 90px;max-width:920px}.legal-page h1{font-size:clamp(42px,6vw,70px);margin:15px 0 20px}.legal-page h1 span{color:var(--accent)}.legal-lead{font-size:16px;line-height:1.8;color:var(--muted);max-width:620px}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:56px}.legal-grid section{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:24px}.legal-grid h2{font-size:17px;letter-spacing:-.5px;margin-bottom:12px}.legal-grid p{font-size:12px;line-height:1.85;color:var(--muted);margin-top:12px}.legal-grid a{text-decoration:underline;text-underline-offset:3px;color:var(--accent)}
@media(max-width:680px){.legal-page{padding:48px 8px 60px}.legal-page h1{font-size:43px}.legal-lead{font-size:14px}.legal-grid{grid-template-columns:1fr;margin-top:34px}.legal-grid section{padding:20px}}
