/*! @web-doc */
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 100;
}
.login-modal .content {
  width: 320px;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 50px;
  border-radius: 6px;
}
.login-modal .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.login-modal .content .text {
  scrollbar-width: none;
  width: 100%;
  min-width: 0;
  text-decoration-color: #333639;
  color: #333639;
  caret-color: #18a058;
  background-color: #fff;
  font-size: inherit;
  line-height: 34px;
  font-family: inherit;
  border: none;
  outline: none;
  text-align: inherit;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaecf0;
  border-radius: 2px;
  box-sizing: content-box;
  padding: 0 5px;
  box-sizing: border-box;
}
.login-modal .content .text:focus,
.login-modal .content .text:hover,
.login-modal .content .text:active {
  background-color: #fff;
  outline: none;
}
.login-modal .content .text:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
}
.login-modal .content .text:-internal-autofill-selected {
  background-color: #fff !important;
}
.login-modal .content .btn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.login-modal .content .btn-list .cancel,
.login-modal .content .btn-list .logout,
.login-modal .content .btn-list .login {
  width: 120px;
  height: 38px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #cdcdcd;
}

/** @format */
/** @format */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0;
}
body {
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  background: #f7f6f3;
  font-family: Georgia, 'Noto Serif SC', 'Times New Roman', serif;
  color: #1a1a1a;
  font-size: 14px;
}
::-moz-selection {
  background: rgba(26, 26, 26, 0.08);
}
::selection {
  background: rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 600px) {
  body {
    background: #fff;
  }
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (max-width: 600px) {
  .header {
    height: calc(48px + env(safe-area-inset-top, 0px)) !important;
    padding: env(safe-area-inset-top, 0px) 16px 0 !important;
  }
  .header .title {
    font-size: 13px !important;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header .title span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header .title .logo-icon {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0;
  }
  .header .time {
    display: none !important;
  }
  .header .spacing-line {
    display: none !important;
  }
  .header .user-area {
    margin: 0 0 0 8px;
  }
  .header .user-area .name {
    max-width: 72px;
    font-size: 12px !important;
  }
  .header .user-area .logout {
    min-width: 96px;
    height: 36px;
    font-size: 12px;
  }
  .headerbox {
    height: calc(48px + env(safe-area-inset-top, 0px)) !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header {
    padding: 0 18px !important;
  }
  .header .time {
    font-size: 12px !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  padding: 0 22px;
  display: flex;
  z-index: 100;
  font-size: 12px;
  font-weight: 400;
  align-items: center;
  background-color: rgba(251, 251, 253, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  color: #1d1d1f;
  justify-content: center;
  overflow: visible;
}
.header .header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
.header .title {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  text-transform: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.header .title .logo-icon {
  background-image: url(//img.meituan.net/dpmobile/650312caba16b07ef0df644f2f2b87187896.png.webp);
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 50%;
}
.header .fill-area {
  flex: 1;
}
.header .user-area {
  z-index: 3;
  align-self: stretch;
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
  flex-shrink: 1;
  min-width: 0;
  margin: 0 6px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.header .user-area:hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 34px;
}
.header .user-area .name {
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1d1d1f;
  font-size: 12px;
  transition: color 0.15s ease;
  letter-spacing: -0.01em;
  text-transform: none;
}
.header .user-area:hover .name {
  color: #1d1d1f;
}
.header .user-area .user-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.header .user-area:hover .user-menu,
.header .user-area--open .user-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header .user-area .logout {
  min-width: 88px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0ee;
  border-radius: 6px;
  font-size: 11px;
  color: #5c5c5c;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.header .login-icon {
  background-image: url(//img.meituan.net/dpmobile/c7f0f8348e7515d5efcba8edda5470901548.png.webp);
  background-size: 100%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  margin-left: 12px;
}
.header .login-icon:hover {
  opacity: 1;
}
.header .spacing-line {
  display: none;
}
.header .time {
  flex-shrink: 0;
  white-space: nowrap;
  color: #86868b;
  font-size: 12px;
  letter-spacing: -0.01em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-transform: none;
  margin-left: 12px;
  font-variant-numeric: tabular-nums;
}
.header--warm {
  background-color: #f5f3ef;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.page-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-shrink: 0;
  min-height: 0;
}
.page-title {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1d1d1f;
}
.header--dashboard {
  position: static;
  height: auto;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  flex-shrink: 0;
}
.header--dashboard .title {
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1f;
  letter-spacing: -0.03em;
  text-transform: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.header--dashboard .title .logo-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
}
.header--dashboard .header-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header--dashboard .time {
  font-size: 11px;
  color: #86868b;
  margin-left: 0;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  font-family: 'SF Mono', 'Fira Code', 'Menlo', monospace;
  white-space: nowrap;
}
.header--dashboard .login-icon {
  width: 15px;
  height: 15px;
  margin-left: 0;
  opacity: 0.55;
}
.header--dashboard .login-icon:hover {
  opacity: 0.85;
}
.header--dashboard .user-area .name {
  color: #6e6e73;
  font-family: 'SF Mono', 'Fira Code', 'Menlo', monospace;
  font-size: 11px;
}
.headerbox {
  height: 44px;
}
@media (hover: none) {
  .header .user-area:hover .user-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header .user-area--open .user-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/**
 * /qrcode 页面样式
 * 视觉语言对齐 svg2img / jsonformat（暖灰底 + teal 强调色）
 */
/** @format */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:active {
  outline: none;
}
a:focus {
  outline: 0;
}
body {
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  background: #f7f6f3;
  font-family: Georgia, 'Noto Serif SC', 'Times New Roman', serif;
  color: #1a1a1a;
  font-size: 14px;
}
::-moz-selection {
  background: rgba(26, 26, 26, 0.08);
}
::selection {
  background: rgba(26, 26, 26, 0.08);
}
@media screen and (max-width: 600px) {
  body {
    background: #fff;
  }
}
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
.qrcode-page {
  min-height: calc(100vh - 56px);
  background: radial-gradient(1200px 480px at 12% -10%, rgba(15, 118, 110, 0.12), transparent 60%), radial-gradient(900px 420px at 100% 0%, rgba(180, 83, 9, 0.08), transparent 55%), #f3f1ec;
  color: #1c1917;
  font-family: 'IBM Plex Sans', 'Source Sans 3', 'Segoe UI', sans-serif;
  padding: 16px 20px 28px;
  box-sizing: border-box;
}
.qr-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.qr-toolbar-main,
.qr-toolbar-side {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.qr-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dad7cf;
  background: #fff;
  color: #1c1917;
  height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.qr-btn:hover:not(:disabled) {
  border-color: #0f766e;
  color: #0f766e;
}
.qr-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.qr-btn-primary {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}
.qr-btn-primary:hover:not(:disabled) {
  background: #0c5b55;
  border-color: #0c5b55;
  color: #fff;
}
.qr-btn-ghost {
  background: transparent;
}
.qr-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #78716c;
}
.qr-status.is-ok {
  color: #15803d;
}
.qr-status.is-error {
  color: #b91c1c;
}
.qr-status.is-info {
  color: #0f766e;
}
.qr-status.is-warn {
  color: #b45309;
}
.qr-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: #78716c;
}
.qr-meta span {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #e7e5e0;
}
.qr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 14px;
  align-items: stretch;
  min-height: min(70vh, 720px);
}
.qr-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fbfaf7;
  border: 1px solid #e7e5e0;
  border-radius: 10px;
  overflow: hidden;
}
.qr-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #e7e5e0;
  font-size: 13px;
  font-weight: 600;
}
.qr-panel-hint {
  font-size: 12px;
  font-weight: 400;
  color: #78716c;
}
.qr-editor {
  flex: 1;
  min-height: 280px;
  border: 0;
  resize: none;
  padding: 12px 14px;
  background: #1c1917;
  color: #e7e5e0;
  font-family: 'IBM Plex Mono', 'Source Code Pro', 'Menlo', 'Consolas', monospace;
  font-size: 13px;
  line-height: 1.55;
  outline: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  -moz-user-select: text;
       user-select: text;
  -webkit-user-select: text;
  -webkit-touch-callout: default;
  caret-color: #f5f5f4;
}
.qr-editor::-moz-selection {
  background: rgba(45, 212, 191, 0.45);
  color: #fff;
}
.qr-editor::selection {
  background: rgba(45, 212, 191, 0.45);
  color: #fff;
}
.qr-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
}
.qr-preview-wrap {
  position: relative;
  flex: 1;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: linear-gradient(45deg, #e7e5e0 25%, transparent 25%), linear-gradient(-45deg, #e7e5e0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e7e5e0 75%), linear-gradient(-45deg, transparent 75%, #e7e5e0 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-color: #fff;
  overflow: auto;
}
.qr-preview-empty {
  color: #78716c;
  font-size: 13px;
  text-align: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
}
.qr-preview-img {
  max-width: 100%;
  max-height: min(48vh, 420px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  image-rendering: pixelated;
}
.qr-controls {
  padding: 12px;
  display: grid;
  gap: 12px;
}
.qr-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: flex-end;
}
.qr-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.qr-field label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #78716c;
}
.qr-field input,
.qr-field select {
  height: 34px;
  padding: 0 10px;
  border: 1px solid #e7e5e0;
  border-radius: 6px;
  background: #fff;
  color: #1c1917;
  font-size: 13px;
  font-family: inherit;
  min-width: 72px;
}
.qr-field input[type='color'] {
  padding: 2px 4px;
  width: 52px;
  cursor: pointer;
}
.qr-field input[type='range'] {
  width: 140px;
  padding: 0;
  height: 28px;
}
.qr-field-grow {
  flex: 1;
  min-width: 140px;
}
.qr-format-switch,
.qr-ecc-switch {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #e7e5e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.qr-format-switch button,
.qr-ecc-switch button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  color: #78716c;
  cursor: pointer;
}
.qr-format-switch button.is-active,
.qr-ecc-switch button.is-active {
  background: #ccfbf1;
  color: #0f766e;
  font-weight: 600;
}
.qr-format-switch button:disabled,
.qr-ecc-switch button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.qr-ecc-switch button {
  min-width: 40px;
  padding: 0 10px;
}
.qr-note {
  font-size: 12px;
  color: #78716c;
  line-height: 1.45;
  margin: 0;
}
@media (max-width: 960px) {
  .qr-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .qr-editor {
    min-height: 220px;
  }
  .qr-preview-wrap {
    min-height: 220px;
    height: 240px;
  }
}
.qr-history-panel {
  margin-top: 14px;
}
.qr-history-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  flex: 1;
  min-width: 0;
}
.qr-history-clear {
  flex-shrink: 0;
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
.qr-history-body {
  border-top: 1px solid #e7e5e0;
  max-height: 260px;
  overflow: auto;
}
.qr-history-empty {
  padding: 16px 12px;
  font-size: 13px;
  color: #78716c;
}
.qr-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qr-history-list li {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e7e5e0;
}
.qr-history-list li:last-child {
  border-bottom: 0;
}
.qr-history-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: #1c1917;
}
.qr-history-item:hover {
  background: rgba(15, 118, 110, 0.06);
}
.qr-history-time {
  font-size: 12px;
  font-family: 'IBM Plex Mono', 'Source Code Pro', 'Menlo', 'Consolas', monospace;
  color: #78716c;
  white-space: nowrap;
}
.qr-history-text {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qr-history-len {
  font-size: 11px;
  color: #78716c;
  white-space: nowrap;
}
.qr-history-remove {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-left: 1px solid #e7e5e0;
  background: transparent;
  width: 40px;
  color: #78716c;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.qr-history-remove:hover {
  color: #b91c1c;
  background: rgba(185, 28, 28, 0.06);
}


/*# sourceMappingURL=qrcode~e019dbda.971ca136208c49af4797.css.map*/