*, ::before, ::after, ::backdrop {
    --tw-border-style: solid;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-alpha: 100%;
    --tw-inset-shadow: 0 0 #0000;
    --tw-inset-shadow-alpha: 100%;
    --tw-ring-shadow: 0 0 #0000;
    --tw-inset-ring-shadow: 0 0 #0000;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-drop-shadow-alpha: 100%;
}
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
:root, :host {
    --color-red-100: rgb(255, 226, 226);
    --color-slate-400: rgb(144, 161, 185);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --color-canvas: #f5f5f5;
    --color-surface: #ffffff;
    --color-ink: #333333;
    --color-copy: #444444;
    --color-muted: #666666;
    --color-line: #d9dfe6;
    --color-brand-50: #e8f1f7;
    --color-brand-500: #2d6fb4;
    --color-brand-700: #1e3a5f;
    --color-danger-50: #fff0ef;
    --color-danger-600: #c62828;
    --shadow-panel: 0 2px 8px rgba(30, 58, 95, 0.06);
  }
.mt-1 {
    margin-top: var(--spacing);
  }
.mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
.mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
.mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
.mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
.mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
.mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
.mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
.block {
    display: block;
  }
.flex {
    display: flex;
  }
.grid {
    display: grid;
  }
.h-2 {
    height: calc(var(--spacing) * 2);
  }
.h-11 {
    height: calc(var(--spacing) * 11);
  }
.h-12 {
    height: calc(var(--spacing) * 12);
  }
.min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }
.min-h-screen {
    min-height: 100vh;
  }
.w-2 {
    width: calc(var(--spacing) * 2);
  }
.w-11 {
    width: calc(var(--spacing) * 11);
  }
.w-12 {
    width: calc(var(--spacing) * 12);
  }
.min-w-0 {
    min-width: 0;
  }
.flex-shrink {
    flex-shrink: 1;
  }
.shrink-0 {
    flex-shrink: 0;
  }
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.flex-col {
    flex-direction: column;
  }
.flex-wrap {
    flex-wrap: wrap;
  }
.items-center {
    align-items: center;
  }
.justify-between {
    justify-content: space-between;
  }
.justify-center {
    justify-content: center;
  }
.gap-2 {
    gap: calc(var(--spacing) * 2);
  }
.gap-3 {
    gap: calc(var(--spacing) * 3);
  }
.gap-4 {
    gap: calc(var(--spacing) * 4);
  }
.overflow-hidden {
    overflow: hidden;
  }
.rounded-full {
    border-radius: 9999px;
  }
.rounded-lg {
    border-radius: var(--radius-lg);
  }
.border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
.border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
.border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
.border-brand-500 {
    border-color: #f59e0b;
  }
.border-line {
    border-color: #d9dfe6;
  }
.bg-brand-50 {
    background-color: #fff4dd;
  }
.bg-brand-500 {
    background-color: #f59e0b;
  }
.bg-brand-700 {
    background-color: #8f4800;
  }
.bg-white {
    background-color: #fff;
  }
.p-4 {
    padding: calc(var(--spacing) * 4);
  }
.p-5 {
    padding: calc(var(--spacing) * 5);
  }
.px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
.py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
.pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
.text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
.text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
.text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
.text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
.text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
.leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
.leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
.leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
.font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
.font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
.font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
.text-brand-700 {
    color: #8f4800;
  }
.text-copy {
    color: #444444;
  }
.text-ink {
    color: #333333;
  }
.text-muted {
    color: #666666;
  }
.text-slate-400 {
    color: rgb(144, 161, 185);
  }
.text-white {
    color: #fff;
  }
.shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
.filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
.ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
page {
  min-height: 100%;
  background: #f5f5f5;
  color: #333333;
  font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
  --gl-primary: #1e3a5f;
  --gl-primary-active: #152c49;
  --gl-primary-soft: #e8f1f7;
  --gl-primary-border: #c7d7e8;
  --gl-primary-text: #244f7d;
  --tw-border-style: solid;
  --tw-shadow: 0 0 #0000;
  --tw-inset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-inset-ring-shadow: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
}
.worker-theme {
  --color-brand-50: #fff4dd;
  --color-brand-100: #f6d79a;
  --color-brand-500: #f59e0b;
  --color-brand-600: #b45f06;
  --color-brand-700: #8f4800;
  --gl-primary: #b45f06;
  --gl-primary-active: #8f4800;
  --gl-primary-soft: #fff4dd;
  --gl-primary-border: #f1cf8b;
  --gl-primary-text: #8f4800;
}
.admin-theme {
  --gl-primary: #244f7d;
  --gl-primary-active: #1e3a5f;
  --gl-primary-soft: #e8f1f7;
  --gl-primary-border: #c7d7e8;
  --gl-primary-text: #244f7d;
}
view, text, button, input, textarea, label, picker, image {
  box-sizing: border-box;
  letter-spacing: 0;
}
button {
  margin: 0;
  font: inherit;
}
page button {
  display: flex;
  min-width: 2.75rem;
  min-height: 2.75rem !important;
  align-items: center;
  justify-content: center;
  line-height: 1.25 !important;
}
button::after {
  border: 0;
}
button[disabled] {
  opacity: 0.58;
}
input, textarea {
  caret-color: var(--gl-primary);
}
.gl-page {
    min-height: 100vh;
    background-color: #f5f5f5;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 5);
    color: #333333;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom));
  }
.gl-page-with-tabs {
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom));
  }
.gl-panel {
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #d9dfe6;
    background-color: #ffffff;
    box-shadow: var(--shadow-panel);
  }
.gl-eyebrow {
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #8f4800;
  }
.gl-title {
    display: block;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #333333;
  }
.gl-subtitle {
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    color: #666666;
  }
.gl-button {
    display: flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
.gl-button-primary {
    display: flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #fff;
    background: var(--gl-primary);
  }
.gl-button-secondary {
    display: flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #d9dfe6;
    background-color: #ffffff;
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #444444;
  }
.gl-button-danger {
    display: flex;
    height: calc(var(--spacing) * 12);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgb(255, 226, 226);
    background-color: #fff0ef;
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #c62828;
  }
.gl-field {
    display: grid;
    gap: calc(var(--spacing) * 2);
  }
.gl-field-label {
    display: block;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #444444;
  }
.gl-input {
    min-height: calc(var(--spacing) * 12);
    width: 100%;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #d9dfe6;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: #333333;
  }
.gl-segment {
    display: flex;
    min-height: calc(var(--spacing) * 11);
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #d9dfe6;
    background-color: #fff;
    padding-inline: calc(var(--spacing) * 3);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #444444;
  }
.gl-segment-active {
    border-color: #f59e0b;
    background-color: #fff4dd;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #8f4800;
  }
.primary-button {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
.secondary-button, .text-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
.danger-button {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
page .page {
  min-height: 100vh !important;
  padding: 1rem !important;
  padding-bottom: calc(1.25rem + env(safe-area-inset-bottom)) !important;
  background: #f5f5f5 !important;
  color: #333333 !important;
}
page .page.page-with-tabs {
  padding-bottom: calc(5.875rem + env(safe-area-inset-bottom)) !important;
}
page .header {
  margin-bottom: 1rem !important;
}
page .kicker {
  color: var(--gl-primary-text) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
page .title {
  color: #333333 !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
page .section {
  border: 0.03125rem solid #d9dfe6 !important;
  border-radius: 0.5rem !important;
  background: #ffffff !important;
  box-shadow: var(--shadow-panel) !important;
}
page .section + .section {
  margin-top: 0.75rem !important;
}
page .section-title {
  color: #333333 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
page .section-desc, page .empty-text {
  color: #666666 !important;
  font-size: 0.875rem !important;
  line-height: 1.65 !important;
}
page .input, page .picker-value, page textarea {
  min-height: 3rem !important;
  border: 0.03125rem solid #d9dfe6 !important;
  border-radius: 0.25rem !important;
  background: #ffffff !important;
  color: #333333 !important;
  font-size: 0.9375rem !important;
  transition: border-color 200ms ease, background-color 200ms ease;
}
page .input:focus, page textarea:focus {
  border-color: var(--gl-primary) !important;
  background: #ffffff;
}
page .field-label {
  color: #444444 !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
}
page .primary-button {
  min-height: 3rem !important;
  border-radius: 0.25rem !important;
  background: var(--gl-primary) !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
page .secondary-button {
  min-height: 2.75rem !important;
  border: 0.03125rem solid var(--gl-primary-border) !important;
  border-radius: 0.25rem !important;
  background: #ffffff !important;
  color: var(--gl-primary-text) !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
}
page .text-button {
  min-width: 2.75rem;
  min-height: 2.75rem;
  color: var(--gl-primary-text) !important;
}
page .danger-button {
  min-height: 2.75rem !important;
  border-radius: 0.25rem !important;
  background: #fff0ef !important;
  color: #c62828 !important;
}
page .status, page .record-tag, page .verified-tag, page .profile-status, page .pending-count {
  border-radius: 1.5rem !important;
}
@media (prefers-reduced-motion: no-preference) {
  button {
    transition: transform 120ms ease, opacity 120ms ease, background-color 200ms ease, border-color 200ms ease;
  }
  button:not([disabled]):active {
    transform: scale(0.985);
  }
}
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-drop-shadow-alpha: 100%;
    }
  }
*{margin:0;-webkit-tap-highlight-color:transparent}html,body{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%}body{overflow-x:hidden;font-size:16px}uni-app,uni-page,uni-page-wrapper,uni-page-body{display:block;box-sizing:border-box;width:100%}uni-page-wrapper{position:relative}#app,uni-app,uni-page,uni-page-wrapper{height:100%}.uni-mask{position:fixed;z-index:999;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.5)}.uni-fade-enter-active,.uni-fade-leave-active{transition-duration:.25s;transition-property:opacity;transition-timing-function:ease}.uni-fade-enter-from,.uni-fade-leave-active{opacity:0}.uni-loading,uni-button[loading]:before{background-color:transparent;background-image:url(data:image/svg+xml;base64,\ PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=);background-repeat:no-repeat}.uni-loading{width:20px;height:20px;display:inline-block;vertical-align:middle;animation:uni-loading 1s steps(12,end) infinite;background-size:100%}@keyframes uni-loading{0%{transform:rotate3d(0,0,1,0)}to{transform:rotate3d(0,0,1,360deg)}}html{--primary-color: #007aff;--UI-BG: #fff;--UI-BG-1: #f7f7f7;--UI-BG-2: #fff;--UI-BG-3: #f7f7f7;--UI-BG-4: #4c4c4c;--UI-BG-5: #fff;--UI-FG: #000;--UI-FG-0: rgba(0, 0, 0, .9);--UI-FG-HALF: rgba(0, 0, 0, .9);--UI-FG-1: rgba(0, 0, 0, .5);--UI-FG-2: rgba(0, 0, 0, .3);--UI-FG-3: rgba(0, 0, 0, .1)}uni-page[data-type] uni-page-body{background-color:transparent}body:after{position:fixed;content:"";left:-1000px;top:-1000px;animation:shadow-preload .1s;animation-delay:3s}@keyframes shadow-preload{0%{background-image:url(https://cdn.dcimg.net/img/shadow-grey.png)}to{background-image:url(https://cdn.dcimg.net/img/shadow-grey.png)}}.uni-async-error{position:absolute;left:0;right:0;top:0;bottom:0;color:#999;padding:100px 10px;text-align:center}.uni-async-loading{box-sizing:border-box;width:100%;padding:50px;text-align:center}.uni-async-loading .uni-loading{width:30px;height:30px}uni-page-head{display:block;box-sizing:border-box}.uni-page-head{position:fixed;left:var(--window-left);right:var(--window-right);height:44px;height:calc(44px + constant(safe-area-inset-top));height:calc(44px + env(safe-area-inset-top));padding:7px 3px;padding-top:calc(7px + constant(safe-area-inset-top));padding-top:calc(7px + env(safe-area-inset-top));display:flex;overflow:hidden;justify-content:space-between;box-sizing:border-box;z-index:998;color:#fff;background-color:#000;transition-property:all}.uni-page-head *{box-sizing:border-box}.uni-page-head .uni-btn-icon{overflow:hidden;min-width:1em;font-style:normal}.uni-page-head-titlePenetrate,.uni-page-head-titlePenetrate .uni-page-head-bd,.uni-page-head-titlePenetrate .uni-page-head-bd *{pointer-events:none}.uni-page-head-titlePenetrate *{pointer-events:auto}.uni-page-head.uni-page-head-transparent .uni-page-head-ft>div{justify-content:center}.uni-page-head~.uni-placeholder{width:100%;height:44px;height:calc(44px + constant(safe-area-inset-top));height:calc(44px + env(safe-area-inset-top))}.uni-placeholder-titlePenetrate{pointer-events:none}.uni-page-head-hd{display:flex;align-items:center;font-size:16px}.uni-page-head-bd{position:absolute;left:70px;right:70px;min-width:0;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.uni-page-head-btn{position:relative;width:auto;margin:0 2px;word-break:keep-all;white-space:pre;cursor:pointer;font-size:0px}.uni-page-head-transparent .uni-page-head-btn{display:flex;align-items:center;width:32px;height:32px;border-radius:50%;background-color:rgba(0,0,0,.5)}.uni-page-head-btn-red-dot:after{content:attr(badge-text);position:absolute;right:0;top:0;background-color:red;color:#fff;width:18px;height:18px;line-height:18px;border-radius:18px;overflow:hidden;transform:scale(.5) translate(40%,-40%);transform-origin:100% 0}.uni-page-head-btn-red-dot[badge-text]:after{font-size:12px;width:auto;min-width:18px;max-width:42px;text-align:center;padding:0 3px;transform:scale(.7) translate(40%,-40%)}.uni-page-head-btn-select svg{vertical-align:middle;margin-left:2px;transform:rotate(270deg) scale(.8)}.uni-page-head-search{position:relative;display:flex;flex:1;margin:0 2px;line-height:30px;font-size:15px}.uni-page-head-search-input{width:100%;height:100%;padding-left:34px;text-align:left}.uni-page-head-search-input .uni-input-input:disabled{pointer-events:none}.uni-page-head-search-placeholder{position:absolute;max-width:100%;height:100%;padding-left:34px;overflow:hidden;word-break:keep-all;white-space:pre}.uni-page-head-search-placeholder-right{right:0}.uni-page-head-search-placeholder-center{left:50%;transform:translate(-50%)}.uni-page-head-search-icon{position:absolute;top:0;left:2px;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.uni-page-head-ft{display:flex;align-items:center;flex-direction:row-reverse;font-size:13px}.uni-page-head__title{font-weight:700;font-size:16px;line-height:30px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uni-page-head__title .uni-loading{width:16px;height:16px;margin-top:-3px}.uni-page-head__title .uni-page-head__title_image{width:auto;height:26px;vertical-align:middle}.uni-page-head-shadow{overflow:visible}.uni-page-head-shadow:after{content:"";position:absolute;left:0;right:0;top:100%;height:5px;background-size:100% 100%}uni-page-head[uni-page-head-type=default]~uni-page-wrapper{height:calc(100% - 44px);height:calc(100% - 44px - constant(safe-area-inset-top));height:calc(100% - 44px - env(safe-area-inset-top))}.uni-page-head-shadow-grey:after{background-image:url(https://cdn.dcimg.net/img/shadow-grey.png)}.uni-page-head-shadow-blue:after{background-image:url(https://cdn.dcimg.net/img/shadow-blue.png)}.uni-page-head-shadow-green:after{background-image:url(https://cdn.dcimg.net/img/shadow-green.png)}.uni-page-head-shadow-orange:after{background-image:url(https://cdn.dcimg.net/img/shadow-orange.png)}.uni-page-head-shadow-red:after{background-image:url(https://cdn.dcimg.net/img/shadow-red.png)}.uni-page-head-shadow-yellow:after{background-image:url(https://cdn.dcimg.net/img/shadow-yellow.png)}uni-page-body{min-height:100%;background:#f5f5f5;color:#333333;font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,sans-serif;--gl-primary: #1e3a5f;--gl-primary-active: #152c49;--gl-primary-soft: #e8f1f7;--gl-primary-border: #c7d7e8;--gl-primary-text: #244f7d;--tw-border-style: solid;--tw-shadow: 0 0 #0000;--tw-inset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-offset-shadow: 0 0 #0000}body{background:#f5f5f5}uni-view,uni-text,uni-button,uni-input,uni-textarea,uni-label,uni-picker,uni-image{box-sizing:border-box;letter-spacing:0}uni-button{margin:0;font:inherit}uni-page-body uni-button{display:flex;min-width:2.75rem;min-height:2.75rem!important;align-items:center;justify-content:center;line-height:1.25!important}uni-button:after{border:0}uni-button[disabled]{opacity:.58}uni-input,uni-textarea{caret-color:var(--gl-primary)}uni-page-body .page{min-height:100vh!important;padding:1rem!important;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))!important;background:#f5f5f5!important;color:#333!important}body{background:#f5f5f5!important}uni-page-body .page.page-with-tabs{padding-bottom:calc(5.875rem + env(safe-area-inset-bottom))!important}uni-page-body .header{margin-bottom:1rem!important}uni-page-body .kicker{color:var(--gl-primary-text)!important;font-size:.75rem!important;font-weight:600!important;line-height:1.4!important}uni-page-body .title{color:#333!important;font-size:1.125rem!important;font-weight:700!important;line-height:1.3!important}uni-page-body .section{border:.03125rem solid #d9dfe6!important;border-radius:.5rem!important;background:#fff!important;box-shadow:var(--shadow-panel)!important}uni-page-body .section+.section{margin-top:.75rem!important}uni-page-body .section-title{color:#333!important;font-size:1rem!important;font-weight:700!important;line-height:1.4!important}uni-page-body .section-desc,uni-page-body .empty-text{color:#666!important;font-size:.875rem!important;line-height:1.65!important}uni-page-body .input,uni-page-body .picker-value,uni-page-body uni-textarea{min-height:3rem!important;border:.03125rem solid #d9dfe6!important;border-radius:.25rem!important;background:#fff!important;color:#333!important;font-size:.9375rem!important;transition:border-color .2s ease,background-color .2s ease}uni-page-body .input:focus,uni-page-body uni-textarea:focus{border-color:var(--gl-primary)!important;background:#fff}body{background:#fff}uni-page-body .field-label{color:#444!important;font-size:.9375rem!important;font-weight:600!important}uni-page-body .primary-button{min-height:3rem!important;border-radius:.25rem!important;background:var(--gl-primary)!important;color:#fff!important;font-size:1rem!important;font-weight:700!important;box-shadow:none!important}body{background:var(--gl-primary)!important}uni-page-body .secondary-button{min-height:2.75rem!important;border:.03125rem solid var(--gl-primary-border)!important;border-radius:.25rem!important;background:#fff!important;color:var(--gl-primary-text)!important;font-size:.9375rem!important;font-weight:600!important}body{background:#fff!important}uni-page-body .text-button{min-width:2.75rem;min-height:2.75rem;color:var(--gl-primary-text)!important}uni-page-body .danger-button{min-height:2.75rem!important;border-radius:.25rem!important;background:#fff0ef!important;color:#c62828!important}body{background:#fff0ef!important}uni-page-body .status,uni-page-body .record-tag,uni-page-body .verified-tag,uni-page-body .profile-status,uni-page-body .pending-count{border-radius:1.5rem!important}@media (prefers-reduced-motion: no-preference){uni-button{transition:transform .12s ease,opacity .12s ease,background-color .2s ease,border-color .2s ease}uni-button:not([disabled]):active{transform:scale(.985)}}