/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-x-4 {
    inset-inline: calc(var(--spacing) * 4);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-auto {
    right: auto;
  }
  .bottom-16 {
    bottom: calc(var(--spacing) * 16);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .z-50 {
    z-index: 50;
  }
  .row-1 {
    grid-row: 1;
  }
  .row-2 {
    grid-row: 2;
  }
  .row-3 {
    grid-row: 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .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);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!grid {
    display: grid !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .max-h-\[42vh\] {
    max-height: 42vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[var\(--theme-corner-block\)\] {
    border-radius: var(--theme-corner-block);
  }
  .rounded-\[var\(--theme-corner-btn\)\] {
    border-radius: var(--theme-corner-btn);
  }
  .rounded-\[var\(--theme-corner-inner\)\] {
    border-radius: var(--theme-corner-inner);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[color\:var\(--body-theme-error\)\] {
    border-color: var(--body-theme-error);
  }
  .border-\[color\:var\(--border-light\)\] {
    border-color: var(--border-light);
  }
  .border-\[var\(--border-dark-hover\)\] {
    border-color: var(--border-dark-hover);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-\[color\:var\(--surface-card\)\] {
    background-color: var(--surface-card);
  }
  .bg-\[color\:var\(--surface-hover\)\] {
    background-color: var(--surface-hover);
  }
  .bg-\[color\:var\(--theme-color\)\] {
    background-color: var(--theme-color);
  }
  .bg-\[var\(--surface-card\)\] {
    background-color: var(--surface-card);
  }
  .bg-\[var\(--surface-primary\,\#fff\)\] {
    background-color: var(--surface-primary,#fff);
  }
  .bg-\[var\(--theme-color\)\] {
    background-color: var(--theme-color);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-indigo-500 {
    --tw-gradient-from: var(--color-indigo-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-violet-500 {
    --tw-gradient-to: var(--color-violet-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-left {
    text-align: left;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[12px\] {
    font-size: 12px !important;
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .text-\[11\.5px\] {
    font-size: 11.5px;
  }
  .text-\[12\.5px\] {
    font-size: 12.5px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13\.5px\] {
    font-size: 13.5px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14\.5px\] {
    font-size: 14.5px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .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);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .text-\[\#f4b122\] {
    color: #f4b122;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[color\:var\(--body-theme-error\)\] {
    color: var(--body-theme-error);
  }
  .text-\[color\:var\(--text-primary\)\] {
    color: var(--text-primary);
  }
  .text-\[color\:var\(--text-secondary\)\] {
    color: var(--text-secondary);
  }
  .text-\[color\:var\(--theme-color\)\] {
    color: var(--theme-color);
  }
  .text-\[var\(--border-dark-hover\)\] {
    color: var(--border-dark-hover);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(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);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_14px_rgba\(0\,0\,0\,0\.035\)\] {
    --tw-shadow: 0 2px 14px var(--tw-shadow-color, rgba(0,0,0,0.035));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .peer-checked\:border-\[color\:var\(--theme-color\)\] {
    &:is(:where(.peer):checked ~ *) {
      border-color: var(--theme-color);
    }
  }
  .peer-checked\:opacity-100 {
    &:is(:where(.peer):checked ~ *) {
      opacity: 100%;
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .hover\:border-gray-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-300);
      }
    }
  }
  .hover\:bg-\[color\:var\(--body-theme-error\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--body-theme-error);
      }
    }
  }
  .hover\:bg-\[var\(--surface-hover\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--surface-hover);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-red-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-50);
      }
    }
  }
  .hover\:text-\[\#ffffff\] {
    &:hover {
      @media (hover: hover) {
        color: #ffffff;
      }
    }
  }
  .hover\:text-\[color\:var\(--theme-color\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--theme-color);
      }
    }
  }
  .hover\:text-\[color\:var\(--theme-color-hover\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--theme-color-hover);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-red-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-600);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .focus\:border-\[color\:var\(--theme-color\)\] {
    &:focus {
      border-color: var(--theme-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .has-\[\:checked\]\:border-\[color\:var\(--theme-color\)\] {
    &:has(*:is(:checked)) {
      border-color: var(--theme-color);
    }
  }
  .has-\[\:checked\]\:bg-\[rgba\(108\,99\,255\,0\.04\)\] {
    &:has(*:is(:checked)) {
      background-color: rgba(108,99,255,0.04);
    }
  }
  .has-\[\:checked\]\:shadow-\[0_6px_18px_rgba\(108\,99\,255\,0\.1\)\] {
    &:has(*:is(:checked)) {
      --tw-shadow: 0 6px 18px var(--tw-shadow-color, rgba(108,99,255,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);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:inset-x-auto {
    @media (width >= 48rem) {
      inset-inline: auto;
    }
  }
  .md\:right-auto {
    @media (width >= 48rem) {
      right: auto;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:left-full {
    @media (width >= 48rem) {
      left: 100%;
    }
  }
  .md\:ml-3 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 3);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:max-h-none {
    @media (width >= 48rem) {
      max-height: none;
    }
  }
  .md\:w-60 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .\[\.select_\&\]\:border-\[color\:var\(--theme-color\)\] {
    .select & {
      border-color: var(--theme-color);
    }
  }
  .\[\.select_\&\]\:bg-\[color\:var\(--theme-color\)\] {
    .select & {
      background-color: var(--theme-color);
    }
  }
  .\[\.select_\&\]\:text-white {
    .select & {
      color: var(--color-white);
    }
  }
}
@layer components {
  /*!*!*/
  :root {
    --theme-color: #6C63FF;
    --theme-color-light: #F0EFFE;
    --theme-color-hover: #7C6FFF;
    --theme-color-hover-gray: #F3F4F6;
    --theme-bg-color-light: #EEEEFF;
    --theme-active-color: #6C63FF;
    --theme-done-color: #10B981;
    --theme-warn-color-light: #FEF3C7;
    --theme-warn-color-dark: #F59E0B;
    --body-theme-error: #EF4444;
    --body-theme-error-dark: #DC2626;
    --body-theme-error-light: #FEF2F2;
    --body-theme-error-border: #FEE2E2;
    --body-theme-yes: #10B981;
    --body-theme-yes-bright: #22C55E;
    --body-theme-yes-dark: #047857;
    --body-theme-yes-strong: #065F46;
    --body-theme-yes-light: #ECFDF5;
    --body-theme-yes-bg: #D1FAE5;
    --body-theme-yes-border: var(--body-theme-yes-bg);
    --body-theme-warn-text: #B45309;
    --body-theme-warn-light: #FFFBEB;
    --body-theme-warn-border: #FDE68A;
    --text-primary: #111827;
    --text-primary-dark: #1A1A1E;
    --text-secondary: #374151;
    --text-tertiary: #6B7280;
    --text-disabled: #9CA3AF;
    --text-inverse: #FFFFFF;
    --text-inverse-muted: rgba(255, 255, 255, 0.75);
    --border-dark: #D1D5DB;
    --border-dark-hover: #e7e9ee;
    --border-light: #F0F0F0;
    --surface-main: #F7F8FA;
    --surface-card: #FFFFFF;
    --surface-hover: #F3F4F6;
    --surface-light: #F8FAFC;
    --surface-selected: #F0EFFE;
    --shadow-theme: rgba(108, 99, 255, 0.3) 0px 4px 16px;
    --shadow-theme-light: rgba(108, 99, 255, 0.25) 0px 2px 8px;
    --shadow-level-1: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-level-2: 0 2px 8px rgba(0, 0, 0, 0.05);
    --shadow-level-3: 0 4px 16px rgba(0, 0, 0, 0.08);
    --shadow-level-4: 0 20px 60px rgba(0, 0, 0, 0.15);
    --theme-gradient: linear-gradient(135deg, var(--theme-color-hover) 0%, var(--theme-color) 100%);
    --theme-gradient-hover: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color-hover) 100%);
    --theme-gradient-edit: linear-gradient(135deg, #6c5ce7, #8a7cff);
    --font-family-base: Karla, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --theme-corner-pop: 20px;
    --theme-corner-block: 16px;
    --theme-corner-inner: 10px;
    --theme-corner-btn: 12px;
    --theme-corner-small: 6px;
    --theme-corner-max: 999px;
  }
  html {
    font-family: var(--font-family-base);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  body {
    font-family: var(--font-family-base);
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-secondary);
    background-color: var(--surface-card);
  }
  body, ul, p, div, ol, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
  }
  ul, ol {
    list-style: none;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden], template {
    display: none;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  a:active, a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b, strong {
    font-weight: 700;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  mark {
    color: #000;
    background: #ff0;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  sup {
    top: -.5em;
  }
  sub {
    bottom: -.25em;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  pre {
    overflow: auto;
  }
  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
  }
  button {
    overflow: visible;
    outline: none;
    border: none;
  }
  button, select {
    text-transform: none;
  }
  button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #fff;
    border: none;
    outline: none;
  }
  button[disabled], html input[disabled] {
    cursor: default;
    opacity: 0.8;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
  }
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  input::-webkit-input-placeholder {
    color: var(--text-disabled);
  }
  input::-moz-placeholder {
    color: var(--text-disabled);
  }
  input:-moz-placeholder {
    color: var(--text-disabled);
  }
  input:-ms-input-placeholder {
    color: var(--text-disabled);
  }
  fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
  }
  legend {
    padding: 0;
    border: 0;
  }
  textarea {
    overflow: auto;
  }
  textarea:focus {
    outline: none;
  }
  optgroup {
    font-weight: 700;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  td, th {
    padding: 0;
  }
  @media print {
    *, :after, :before {
      color: #000 !important;
      text-shadow: none !important;
      background: 0 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    a, a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after, a[href^="#"]:after {
      content: "";
    }
    blockquote, pre {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    img, tr {
      page-break-inside: avoid;
    }
    h2, h3, p {
      orphans: 3;
      widows: 3;
    }
    h2, h3 {
      page-break-after: avoid;
    }
    label {
      border: 1px solid #000;
    }
    table {
      border-collapse: collapse !important;
    }
    table td, table th {
      background-color: #fff !important;
    }
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  input:focus, textarea:focus, select:focus {
    outline: none;
  }
  a:focus {
    outline: none;
  }
  figure {
    margin: 0;
  }
  img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border: 0;
  }
  img:not([src]), img[src=""] {
    opacity: 0;
  }
  img:not([src]).none, img[src=""].none {
    display: none;
  }
  .iload-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3);
  }
  .iload .loader {
    font-size: 10px;
    margin: 50px auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-indent: -9999em;
    -webkit-animation: iload 1.3s infinite linear;
    animation: iload 1.3s infinite linear;
  }
  @-webkit-keyframes iload {
    0%, 100% {
      box-shadow: 0em -3em 0em 0.2em var(--theme-color), 2em -2em 0 0em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 0em var(--theme-color);
    }
    12.5% {
      box-shadow: 0em -3em 0em 0em var(--theme-color), 2em -2em 0 0.2em var(--theme-color), 3em 0em 0 0em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    25% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 0em var(--theme-color), 3em 0em 0 0.2em var(--theme-color), 2em 2em 0 0em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    37.5% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 0em var(--theme-color), 2em 2em 0 0.2em var(--theme-color), 0em 3em 0 0em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    50% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 0em var(--theme-color), 0em 3em 0 0.2em var(--theme-color), -2em 2em 0 0em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    62.5% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 0em var(--theme-color), -2em 2em 0 0.2em var(--theme-color), -3em 0em 0 0em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    75% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 0em var(--theme-color), -3em 0em 0 0.2em var(--theme-color), -2em -2em 0 0em var(--theme-color);
    }
    87.5% {
      box-shadow: 0em -3em 0em 0em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 0em var(--theme-color), -3em 0em 0 0em var(--theme-color), -2em -2em 0 0.2em var(--theme-color);
    }
  }
  @keyframes iload {
    0%, 100% {
      box-shadow: 0em -3em 0em 0.2em var(--theme-color), 2em -2em 0 0em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 0em var(--theme-color);
    }
    12.5% {
      box-shadow: 0em -3em 0em 0em var(--theme-color), 2em -2em 0 0.2em var(--theme-color), 3em 0em 0 0em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    25% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 0em var(--theme-color), 3em 0em 0 0.2em var(--theme-color), 2em 2em 0 0em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    37.5% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 0em var(--theme-color), 2em 2em 0 0.2em var(--theme-color), 0em 3em 0 0em var(--theme-color), -2em 2em 0 -0.5em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    50% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 0em var(--theme-color), 0em 3em 0 0.2em var(--theme-color), -2em 2em 0 0em var(--theme-color), -3em 0em 0 -0.5em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    62.5% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 0em var(--theme-color), -2em 2em 0 0.2em var(--theme-color), -3em 0em 0 0em var(--theme-color), -2em -2em 0 -0.5em var(--theme-color);
    }
    75% {
      box-shadow: 0em -3em 0em -0.5em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 0em var(--theme-color), -3em 0em 0 0.2em var(--theme-color), -2em -2em 0 0em var(--theme-color);
    }
    87.5% {
      box-shadow: 0em -3em 0em 0em var(--theme-color), 2em -2em 0 -0.5em var(--theme-color), 3em 0em 0 -0.5em var(--theme-color), 2em 2em 0 -0.5em var(--theme-color), 0em 3em 0 -0.5em var(--theme-color), -2em 2em 0 0em var(--theme-color), -3em 0em 0 0em var(--theme-color), -2em -2em 0 0.2em var(--theme-color);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .bgc-fff {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    border-radius: var(--theme-corner-block);
    border: 1px solid transparent;
  }
  .padding20 {
    padding: 20px;
  }
  .pagination {
    text-align: center;
  }
  .pg_list {
    font-size: 12px;
    font-weight: 700;
    color: rgba(108, 117, 125, 1);
  }
  .pg_item {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid rgba(235, 235, 235, 1);
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
  }
  .pg_item:first-child {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .pg_item:last-child {
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .pg_item img {
    width: auto;
    height: auto;
  }
  .pg-active {
    background-color: var(--theme-color);
    color: #ffffff;
    border: 1px solid var(--theme-color);
  }
  .pg-disable {
    pointer-events: none;
    cursor: none;
  }
  .pg_item:hover {
    background: rgba(233, 236, 239, 1);
    color: rgba(49, 85, 255, 1);
    border: 1px solid rgba(233, 236, 239, 1);
  }
  .fc-darkblack {
    color: #000000;
  }
  .fc-black {
    color: #3d404c;
  }
  .fc-darkgray {
    color: #7e828c;
  }
  .fc-lightgray {
    color: #b2b5c2;
  }
  .fc-white {
    color: #FFFFFF;
  }
  .fc-blue {
    color: #3155ff;
  }
  .bc-blue {
    background-color: #3155ff;
  }
  .bc-white {
    background-color: #FFFFFF;
  }
  .bc-gray {
    background-color: #f5f7fc;
  }
  .back-shadow {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  .fw-300 {
    font-weight: 300;
  }
  .fw-500 {
    font-weight: 500;
  }
  .fw-600 {
    font-weight: 600;
  }
  .fs-12 {
    font-size: 12px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-16 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 18px;
  }
  .fs-20 {
    font-size: 20px;
  }
  .fs-22 {
    font-size: 22px;
  }
  .fs-24 {
    font-size: 24px;
  }
  .fs-26 {
    font-size: 26px;
  }
  .fs-28 {
    font-size: 28px;
  }
  .fs-30 {
    font-size: 30px;
  }
  .fs-32 {
    font-size: 32px;
  }
  .fs-34 {
    font-size: 34px;
  }
  .fs-36 {
    font-size: 36px;
  }
  .flr {
    float: right !important;
  }
  .tar {
    text-align: right !important;
  }
  .tal {
    text-align: left !important;
  }
  .tac {
    text-align: center !important;
  }
  .tdlt {
    text-decoration: line-through;
  }
  .tdul {
    text-decoration: underline;
  }
  .outlink {
    color: #333;
  }
  .g-full {
    width: 100%;
  }
  #progress {
    position: fixed;
    height: 2px;
    top: 0;
    background: #32BACA;
    transition: opacity 500ms linear;
  }
  #progress.done {
    opacity: 0;
  }
  #progress span {
    position: absolute;
    height: 2px;
    -webkit-box-shadow: #32BACA 1px 0 6px 1px;
    -webkit-border-radius: 100%;
    opacity: 1;
    width: 150px;
    right: -10px;
    -webkit-animation: pulse 2s ease-out 0s infinite;
  }
  @-webkit-keyframes pulse {
    30% {
      opacity: .6;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: .6;
    }
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
  }
  .popup .popup-mask {
    width: 100%;
    height: 100%;
    background-color: #00000047;
  }
  .popup .popup-header {
    position: relative;
  }
  .popup .popup-close {
    position: absolute;
    right: 0;
    top: -14px;
    font-size: 20px;
    cursor: pointer;
  }
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    min-width: 320px;
    background: var(--surface-card);
    border-radius: 20px;
    transform: translate(-50%, -50%);
    box-shadow: var(--shadow-level-4);
    color: var(--text-secondary);
  }
  .popup-icons {
    display: none;
  }
  .popup-content .popup-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-align: center;
  }
  .popup .popup-body {
    padding: 14px 0;
  }
  .popup-content .popup-text {
    font-size: 14px;
    text-align: center;
    max-width: 360px;
  }
  .popup-content .popup-action {
    display: flex;
  }
  .popup .popup-action-box {
    width: 100%;
    margin-right: 20px;
    text-align: center;
  }
  .popup .popup-action-box:last-child {
    margin-right: 0;
  }
  .popup-content .popup-btn-cancel {
    width: 100%;
    min-width: 100px;
    height: 40px;
    color: var(--theme-color);
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-btn);
    font-weight: 600;
  }
  .popup-content .popup-btn-confirm {
    width: 100%;
    min-width: 100px;
    height: 40px;
    color: #fff;
    background: var(--theme-gradient);
    border-radius: var(--theme-corner-btn);
    font-weight: 600;
  }
  .pop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
  }
  .pop .pop-mask {
    width: 100%;
    height: 100%;
    background-color: #00000047;
    overflow: auto;
  }
  .pop .pop-close {
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 20px;
    cursor: pointer;
  }
  .pop-content {
    position: relative;
    margin: 0 auto;
    margin-top: 15vh;
    margin-bottom: 50px;
    padding: 20px;
    background: var(--surface-card);
    border-radius: 20px;
    box-shadow: var(--shadow-level-4);
  }
  .pop-content .pop-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--text-primary);
  }
  .pop-content .pop-action {
    text-align: right;
  }
  .pop-content .pop-btn-cancel {
    width: 100px;
    height: 40px;
    color: var(--theme-color);
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-btn);
    font-weight: 600;
  }
  .pop-content .pop-btn-confirm {
    width: 100px;
    height: 40px;
    color: #fff;
    background: var(--theme-gradient);
    border-radius: var(--theme-corner-btn);
    font-weight: 600;
    margin-left: 20px;
  }
  @media (max-width: 767px) {
    .pop-content {
      width: 96%;
    }
  }
  .migration-page-pop {
    max-width: 640px;
    text-align: center;
  }
  .migration-page-pop .migration-page iframe {
    margin: 0 auto;
  }
  .apply-success-pop {
    max-width: 640px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .apply-success__iframe {
    margin: 0 auto;
    height: 600px;
    max-width: 360px;
  }
  .apply-success__action .action__back {
    margin-right: 12px;
  }
  .modal-block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    display: none;
  }
  .modal-block .modal-mask {
    width: 100%;
    height: 100%;
    background-color: #00000047;
  }
  .modal-block .modal-close {
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 20px;
    cursor: pointer;
  }
  .modal-block .modal-container {
    background: var(--surface-card);
    border-radius: 20px;
    box-shadow: var(--shadow-level-4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .space-H1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .space-H2 {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .space-H3 {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .btn_unify-style {
    background-color: var(--theme-color);
    border-radius: 4px;
    color: #fff;
  }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  .txt-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .txt-ellipsis-one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body {
    background-color: var(--surface-main);
    font-family: var(--font-family-base);
  }
  .page_content {
    margin-left: 220px;
    padding-top: 70px;
  }
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: var(--surface-card);
    height: 70px;
    border-bottom: 1px solid var(--border-light);
  }
  .page-header .page-header__msg {
    max-width: 360px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    left: 205px;
    top: 0;
    display: none;
  }
  .page_msg_a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--text-tertiary);
  }
  .page_msg_a i {
    font-size: 16px;
    color: var(--text-primary);
    margin-left: 30px;
  }
  .page_msg_a .cover {
    width: 38px;
    height: 38px;
    object-fit: cover;
    object-position: center;
    margin: 0 10px 0 14px;
    border-radius: 8px;
  }
  .page_msg_a .row1 {
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 600;
  }
  .page_msg_a .row2 {
    color: var(--text-tertiary);
  }
  .page_msg_a .row3 {
    color: var(--text-tertiary);
  }
  .page_msg_p {
    display: flex;
    flex-direction: column;
    line-height: normal;
    overflow: hidden;
  }
  .page-header .page-header__title {
    margin: 20px 0 20px 220px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: var(--text-primary);
    text-align: center;
  }
  .page-header__user {
    height: 70px;
    line-height: 70px;
    position: absolute;
    right: 6px;
    top: 0;
  }
  .page-header__user .nav_lang {
    display: inline-block;
    height: 100%;
    margin: 0 20px 0 30px;
    color: var(--text-tertiary);
  }
  .nav_lang .lang__icon {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
  }
  .nav_lang .lang__down {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  .nav_lang:hover .lang__down {
    transform: rotate(180deg);
  }
  .nav_lang-list {
    display: none;
    position: absolute;
    right: 20px;
    top: 62px;
    height: 350px;
    width: 140px;
    background-color: var(--surface-card);
    border-radius: 16px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-level-3);
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .nav_lang-list::-webkit-scrollbar {
    display: none;
  }
  .nav_lang:hover .nav_lang-list {
    display: block;
  }
  .nav_lang-item {
    display: flex;
    cursor: pointer;
    text-align: left;
    padding: 0 4px 0 10px;
  }
  .nav_lang-item:hover {
    background-color: var(--surface-selected);
  }
  .nav_lang-item span {
    display: inline-block;
    height: 45px;
    text-indent: 0;
    line-height: 45px;
    white-space: nowrap;
  }
  .langactive {
    background-color: var(--surface-selected);
    color: var(--theme-color);
  }
  .page-header__user .link_action {
    height: 100%;
    margin-right: 30px;
    display: none;
  }
  .page-header__user .link_action button {
    width: 100px;
    height: 36px;
    vertical-align: middle;
    line-height: 36px;
    border-radius: var(--theme-corner-btn);
    font-size: 14px;
    font-weight: 600;
  }
  .page-header__user .link_action .base_cancel_btn {
    border: 1.5px solid var(--border-light);
    color: var(--theme-color);
    line-height: 34px;
    margin-right: 20px;
  }
  .page-header__user .link_action .base_save_btn {
    background: var(--theme-gradient);
    box-shadow: 0 4px 14px rgba(108, 99, 255, 0.3);
    color: #fff;
  }
  .page_sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .page_sidebar__nav {
    width: 220px;
    background-color: var(--surface-card);
    border-right: 1px solid #EBEBEB;
    position: fixed;
    z-index: 99;
    top: 0;
    max-width: 100%;
    height: 100%;
    transition: transform .4s ease;
  }
  .page_sidebar .header_logo {
    background: var(--surface-card);
    width: 100%;
    position: absolute;
  }
  .page_sidebar .header_logo .logo {
    height: 44px;
  }
  .page_sidebar .header_logo a {
    vertical-align: text-bottom;
  }
  .personal-setting {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    background-color: var(--surface-card);
  }
  .page-sidebar.navbar-collapse {
    height: calc(100% - 87px);
    margin-top: 87px;
  }
  .sidebar-menu {
    padding-top: 27px;
    overflow: auto;
  }
  .sidebar-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: 0 0;
  }
  .sidebar-menu::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 4px;
  }
  .sidebar-menu:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, .4);
  }
  .sidebar-menu:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, .1);
  }
  .sidebar-menu .nav-item {
    position: relative;
    font-size: 13px;
    font-weight: 500;
  }
  .sidebar-menu .nav-link {
    display: inline-block;
    width: 100%;
    color: var(--text-tertiary);
  }
  .sidebar-menu .nav-item__bg {
    width: 168px;
    margin: 0 auto;
    padding: 14px 6px 14px 12px;
    border-radius: 14px;
    transition: background .15s, color .15s;
  }
  .sidebar-menu .nav-item__icon {
    display: inline-block;
    width: 22px;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
  }
  .sidebar-menu .message-count {
    float: right;
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0;
  }
  .sidebar-menu .message-count:empty {
    display: none;
  }
  .sidebar-menu .nav-item i {
    font-size: 20px;
    vertical-align: middle;
  }
  .sidebar-menu [toggle="wallet"] i {
    font-size: 18px;
  }
  .sidebar-menu .nav-item .title {
    margin-left: 6px;
    vertical-align: middle;
  }
  .sidebar-menu .active .nav-item__bg {
    color: var(--theme-color);
    background-color: var(--surface-selected);
  }
  .sidebar-menu .nav-item.active .nav-link i {
    color: var(--theme-color);
  }
  .sidebar-menu .nav-item:hover .nav-item__bg {
    color: var(--theme-color);
    background-color: var(--surface-hover);
  }
  .sidebar-menu .nav-item .pro_icon {
    width: 34px;
    height: 20px;
    line-height: 20px;
    background: var(--theme-color);
    border-radius: 999px;
    font-size: 10px;
    margin-top: 19px;
    margin-right: 13px;
    text-align: center;
    color: #fff;
    vertical-align: bottom;
    float: right;
  }
  .page-sidebar .user-upgrade {
    display: none;
    width: 168px;
    margin: 0 auto;
    padding-bottom: 16px;
    text-align: center;
    background-color: var(--surface-selected);
    border-radius: 16px;
  }
  .page-sidebar .user-upgrade__img {
    width: 129px;
    margin-top: -42px;
  }
  .page-sidebar .user-upgrade__btn {
    margin-top: 15px;
  }
  .page-sidebar .user-upgrade__btn:hover {
    background-color: var(--theme-color-hover);
    border-color: var(--theme-color-hover);
  }
  .page-sidebar .account-nav {
    width: 170px;
    margin: 12px auto 0;
    border-top: 1px solid var(--border-light);
  }
  .page-sidebar .account-nav__item {
    padding: 14px 12px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-tertiary);
    cursor: pointer;
  }
  .page-sidebar .account-nav__item:hover {
    color: var(--theme-color);
  }
  .page-sidebar .account-nav__icon {
    display: inline-block;
    width: 22px;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
  }
  .page-sidebar .account-nav__icon i {
    vertical-align: middle;
    font-size: 20px;
  }
  .account_nav li {
    line-height: 42px;
    cursor: pointer;
  }
  .account_nav li i {
    vertical-align: middle;
  }
  .account_nav li span {
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
  }
  .account_nav li:hover {
    color: var(--theme-color);
  }
  .error {
    display: none;
    color: var(--body-theme-error);
  }
  .modal-fade-enter-active {
    animation: dialog-fade-in .3s;
  }
  .modal-fade-leave-active {
    animation: dialog-fade-out .3s;
  }
  @keyframes dialog-fade-in {
    0% {
      transform: translate3d(0, -20px, 0);
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes dialog-fade-out {
    0% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
    100% {
      transform: translate3d(0, -20px, 0);
      opacity: 0;
    }
  }
  .m-modal__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background: rgba(17, 24, 39, .48);
    z-index: 999;
  }
  .m-modal__container {
    width: 25%;
    position: relative;
    margin: 0 auto 50px;
    background: var(--surface-card);
    border-radius: var(--theme-corner-pop);
    box-shadow: var(--shadow-level-4);
    box-sizing: border-box;
    margin-top: 15vh;
    animation: dialog-fade-in .3s;
    overflow: hidden;
  }
  .m-modal__header {
    padding: 22px 24px 0;
  }
  .m-modal__title {
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--text-primary);
  }
  .m-modal__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
  }
  .m-modal__close {
    color: var(--text-tertiary);
  }
  .m-modal__headerbtn:hover .m-modal__close {
    color: var(--theme-color);
  }
  .m-modal__body {
    padding: 20px 16px;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
  }
  .m-modal__footer {
    padding: 10px 24px 24px;
    text-align: right;
    box-sizing: border-box;
  }
  .m-modal__footer:empty {
    display: none;
  }
  .m-modal__footer button:first-child {
    margin-right: 10px;
  }
  .m-modal__footer button:last-child {
    margin-right: 0;
  }
  .m-modal-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: var(--surface-card);
    border: 1.5px solid var(--border-light);
    color: var(--text-secondary);
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: all .15s ease;
    font-weight: 600;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    min-height: 44px;
    min-width: 100px;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: var(--theme-corner-btn);
  }
  .m-modal-button+.m-modal-button {
    margin-left: 10px;
  }
  .m-modal__footer .m-modal-button--full {
    width: 100%;
  }
  .m-modal__footer .m-modal-button--full:first-child {
    margin: 0;
  }
  .m-modal-button--full+.m-modal-button--full {
    margin: 20px 0 0 0;
  }
  .m-modal-button:focus, .m-modal-button:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background-color: var(--theme-color-light);
  }
  .m-modal--primary {
    color: #fff;
    background-color: var(--theme-color);
    background: var(--theme-gradient);
    border-color: var(--theme-color);
    background-image: var(--theme-gradient);
  }
  .m-modal--primary:focus, .m-modal--primary:hover {
    background-color: var(--theme-color-hover);
    background-image: var(--theme-gradient);
    border-color: var(--theme-color-hover);
    color: #fff;
  }
  .square_radio {
    width: 15px;
    height: 15px;
    border: 1px solid #bfbfbf;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    border-radius: 2px;
    vertical-align: middle;
  }
  .square_radio.selected {
    border: none;
  }
  .square_radio.selected::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
  }
  .square_radio.selected::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    border-left: 1px solid var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    top: 4px;
    left: 3px;
    transform: rotate(-50deg);
  }
  .icon-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
  }
  .icon-radio::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border: 1px solid #777777;
    content: '';
    box-sizing: border-box;
  }
  .icon-radio::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .icon-radio.selected::before {
    border: 1px solid var(--theme-color);
  }
  .icon-radio.selected::after {
    background: var(--theme-color);
  }
  .v-radio-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .v-radio-label input[type=radio] {
    position: absolute;
    opacity: 0;
  }
  .v-radio-label i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    outline: 0;
    border: 1px solid #999;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
  }
  .v-radio-label input:checked+i {
    border: 1px solid var(--theme-color);
  }
  .v-radio-label input+i:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--theme-color);
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
  }
  .v-radio-label input:checked+i:after {
    opacity: 1;
  }
  .v-radio-label .v-radio__text {
    margin-left: 8px;
  }
  input[type=radio] {
    display: none;
  }
  input[type=radio]+label {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
  }
  input[type=radio]+label::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    border-radius: 50%;
  }
  input[type=radio]+label::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  input[type=radio]:checked+label::before {
    border-color: var(--theme-color);
  }
  input[type=radio]:checked+label::after {
    background-color: var(--theme-color);
  }
  input[type=radio]:disabled+label::before {
    border-color: #DFE1E4;
    background-color: #BEC1C5;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]+label {
    position: relative;
    left: 20px;
    cursor: pointer;
  }
  input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #aaa;
    left: -20px;
  }
  input[type=checkbox]:checked+label::before {
    content: "";
    position: absolute;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--theme-color);
    left: -20px;
    background: var(--theme-color);
  }
  input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 3px;
    left: -19px;
    transform: rotate(-50deg);
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .btn-theme__outline {
    color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: var(--theme-corner-btn);
    height: 40px;
    min-width: 100px;
  }
  .btn-theme--gray {
    color: var(--text-secondary);
    border-color: var(--border-light);
    border-radius: var(--theme-corner-btn);
    height: 40px;
    min-width: 100px;
  }
  .btn-theme {
    color: #fff;
    background: var(--theme-gradient);
    border-color: var(--theme-color);
    border-radius: var(--theme-corner-btn);
    font-size: 14px;
    font-weight: 600;
    box-shadow: var(--shadow-theme-light);
    height: 40px;
    min-width: 100px;
  }
  .btn-theme:hover {
    background: var(--theme-gradient-hover);
    border-color: var(--theme-color-hover);
  }
  .btn-theme:active {
    background: var(--theme-color);
    border-color: var(--theme-color);
  }
  .btn-theme--outline {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 600;
    background-color: var(--surface-card);
    border-color: var(--border-light);
    border-radius: 10px;
  }
  .btn-theme--outline:hover {
    color: var(--theme-color);
    background-color: var(--theme-color-light);
    border-color: var(--theme-color);
  }
  .btn-theme--outline:active {
    color: #ffffff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  .btn-gray {
    background-color: #ebedef;
    border-color: #ebedef;
  }
  .btn-gray:hover {
    background-color: #dfe1e3;
    border-color: #dfe1e3;
  }
  .btn-gray:active {
    background-color: #d3d5d7;
    border-color: #d3d5d7;
  }
  .btn-danger {
    background-color: var(--body-theme-error);
    border-color: var(--body-theme-error);
    border-radius: 10px;
    font-weight: 600;
  }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #DC2626;
    border-color: #DC2626;
  }
  .btn-danger:active {
    background-color: #B91C1C;
    border-color: #B91C1C;
  }
  .btn-danger--outline {
    color: var(--body-theme-error);
    background: var(--surface-card);
    border-color: var(--body-theme-error);
    border-radius: 10px;
    font-weight: 600;
  }
  .btn-danger--outline:hover {
    color: #ffffff;
    background-color: var(--body-theme-error);
    border-color: var(--body-theme-error);
  }
  .btn-danger--outline:active {
    color: #ffffff;
    background-color: #f22738;
    border-color: #f22738;
  }
  .switch-btn {
    display: inline-block;
    width: 48px;
    height: 24px;
    vertical-align: middle;
    border-radius: 999px;
    background: var(--text-disabled);
    position: relative;
    cursor: pointer;
  }
  .switch-btn::before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
  }
  .switch-btn.opened {
    background-color: var(--theme-color-light);
  }
  .switch-btn.opened::before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--theme-gradient);
    position: absolute;
    right: 3px;
    top: 3px;
    left: auto;
  }
  .m-switch-btn {
    cursor: pointer;
    position: relative;
    width: 44px;
    height: 26px;
    margin-left: auto;
    border-radius: 999px;
    background: var(--text-disabled);
    transition: background-color 0.15s ease;
  }
  .m-switch-btn::before {
    position: absolute;
    content: " ";
    display: inline-block;
    border-radius: 50%;
    background: var(--surface-card);
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.12);
  }
  .m-switch-btn.opened {
    background: var(--theme-color);
  }
  .m-switch-btn.opened::before {
    right: 3px;
    left: auto;
    top: 3px;
  }
  .form-group {
    position: relative;
    margin-bottom: 14px;
    width: 100%;
  }
  .form-group>label {
    color: var(--text-secondary);
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .form-group input {
    width: 100%;
    height: 40px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-inner);
    padding: 0 14px;
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .form-group textarea {
    width: 100%;
    height: 72px;
    vertical-align: middle;
    resize: none;
    padding: 10px 12px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-inner);
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .v-form-group {
    position: relative;
    margin-bottom: 12px;
  }
  .v-form-group .v-label {
    display: block;
    margin-bottom: 10px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
  }
  .v-form-group .v-input {
    width: 100%;
    height: 40px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-inner);
    padding: 0 12px;
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .v-form-group .v-textarea {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    resize: none;
    padding: 10px 12px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-inner);
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .v-form-group .v-input:focus {
    border: 1.5px solid var(--theme-color);
  }
  .v-form-group .v-textarea:focus {
    border: 1.5px solid var(--theme-color);
  }
  .v-form-group .v-input--error {
    border-color: red;
  }
  .v-form-group .v-help {
    color: red;
    display: block;
    font-size: 14px;
    margin-top: 6px;
  }
  .v-form-group .v-help:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .v-form-group .v-form-group-help {
    color: red;
    display: block;
    font-size: 14px;
    margin-top: 6px;
  }
  .v-form-group .v-form-group-help:empty {
    margin-bottom: 0;
    margin-top: 0;
  }
  .v-anmtLabel-control {
    position: relative;
    margin-bottom: 16px;
  }
  .v-anmtLabel-control .v-input {
    width: 100%;
    height: 48px;
    padding: 0 10px 0 16px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-inner);
    font-size: 14px;
    outline: 0;
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .v-anmtLabel-control .v-input:placeholder-shown::placeholder {
    color: transparent;
  }
  .v-anmtLabel-control .v-label {
    position: absolute;
    padding: 0 4px;
    font-size: 14px;
    top: 14px;
    left: 10px;
    color: var(--text-disabled);
    pointer-events: none;
    transition: top .2s ease-in, font-size .2s ease-in;
  }
  .v-anmtLabel-control .v-input:not(:placeholder-shown)+.v-label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    color: var(--text-tertiary);
  }
  .v-anmtLabel-control .v-input:focus {
    border: 1.5px solid var(--theme-color);
  }
  .v-anmtLabel-control .v-input:focus+.v-label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    color: var(--theme-color);
  }
  .v-anmtLabel-control .v-input--error {
    border-color: var(--body-theme-error);
  }
  .v-anmtLabel-control .v-input--error:not(:placeholder-shown)+.v-label {
    color: var(--body-theme-error);
  }
  .v-anmtLabel-control .v-textarea {
    width: 100%;
    height: 68px;
    padding: 10px 10px 4px 16px;
    resize: none;
    border: 1.5px solid var(--border-light);
    border-radius: var(--theme-corner-inner);
    font-size: 14px;
    outline: 0;
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .v-anmtLabel-control .v-textarea:placeholder-shown::placeholder {
    color: transparent;
  }
  .v-anmtLabel-control .v-textarea:not(:placeholder-shown)+.v-label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    color: var(--text-tertiary);
  }
  .v-anmtLabel-control .v-textarea:focus {
    border: 1.5px solid var(--theme-color);
  }
  .v-anmtLabel-control .v-textarea:focus+.v-label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    color: var(--theme-color);
  }
  .v-anmtLabel-control .v-textarea--error {
    border-color: var(--body-theme-error);
  }
  .v-anmtLabel-control .v-textarea--error:not(:placeholder-shown)+.v-label {
    color: var(--body-theme-error);
  }
  .v-anmtLabel-control .v-help {
    color: var(--body-theme-error);
    display: block;
    font-size: 14px;
    margin-top: 6px;
  }
  .v-anmtLabel-control .v-help:empty {
    display: none;
  }
  .v-anmtLabel-control .v-form-group-help {
    color: var(--body-theme-error);
    display: block;
    font-size: 14px;
    margin-top: 6px;
  }
  .v-anmtLabel-control .v-form-group-help:empty {
    display: none;
  }
  .v-anmtLabel-control .v-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px 0 12px;
    width: 100%;
    height: 40px;
    border-radius: var(--theme-corner-inner);
    border: 1.5px solid var(--border-light);
    font-size: 14px;
    overflow: hidden;
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .v-anmtLabel-control .v-select:not(:placeholder-shown)+.v-label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    color: var(--text-tertiary);
  }
  .v-anmtLabel-control .v-select:focus {
    border: 1.5px solid var(--theme-color);
  }
  .v-anmtLabel-control .v-select:focus+.v-label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    color: var(--theme-color);
  }
  .v-anmtLabel-control.v-select-control::after {
    content: '\f114';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
  }
  .g-select-control {
    position: relative;
  }
  .g-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px 0 12px;
    width: 100%;
    height: 40px;
    border-radius: var(--theme-corner-inner);
    border: 1.5px solid var(--border-light);
    font-size: 14px;
    color: var(--text-primary);
    background: var(--surface-card);
  }
  .g-select-control::after {
    content: '\f114';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
  }
  .v-toggle {
    display: inline-block;
    vertical-align: middle;
  }
  .v-toggle [type=checkbox] {
    position: absolute;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    color: inherit;
    font: inherit;
    box-sizing: border-box;
    appearance: none;
  }
  .v-toggle__control {
    height: 20px;
    width: 40px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    will-change: background;
    transition: background .2s cubic-bezier(.08, .59, .29, .99) 0s;
    background-color: var(--text-disabled);
  }
  .v-toggle [type=checkbox]:checked+.v-toggle__control {
    background-color: var(--theme-color);
  }
  .v-toggle__control::after {
    content: "";
    left: 0;
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background: #fff;
    will-change: transform;
    transition: transform .2s cubic-bezier(.08, .59, .29, .99) 0s;
    transform: translateX(2px);
  }
  .v-toggle [type=checkbox]:checked+.v-toggle__control::after {
    transform: translateX(20px);
  }
  .v-card {
    background: var(--surface-card);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    border-radius: var(--theme-corner-block);
  }
  .v-checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }
  .v-checkbox input {
    display: none;
  }
  .v-checkbox__icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-light);
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .v-checkbox__icon svg {
    color: rgba(255, 255, 255, 0);
  }
  .v-checkbox [type=checkbox]:checked+.v-checkbox__icon {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
  }
  .v-checkbox [type=checkbox]:checked+.v-checkbox__icon svg {
    color: rgba(255, 255, 255, 1);
  }
  .v-checkbox .v-checkbox__text {
    margin-left: 8px;
    vertical-align: middle;
    user-select: none;
  }
  .v-select {
    position: relative;
    height: 42px;
  }
  .v-select__selector {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    border-radius: var(--theme-corner-inner);
    border: 1.5px solid var(--border-light);
    background: var(--surface-card);
    overflow: hidden;
  }
  .v-select--open .v-select__selector {
    border-color: var(--theme-active-color);
  }
  .v-select__selection {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 34px 0 12px;
    cursor: pointer;
  }
  .v-select__selection-arrow {
    position: absolute;
    right: 12px;
    top: 0;
  }
  .v-select--open .v-select__selection-arrow {
    transform: rotate(180deg);
  }
  .v-select__dropdown {
    display: none;
    border-top: 1px solid var(--border-light);
    background: var(--surface-card);
  }
  .v-select--open .v-select__dropdown {
    display: block;
  }
  .v-select__item {
    height: 36px;
    padding: 0 12px;
    line-height: 36px;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-secondary);
    cursor: pointer;
  }
  .v-select__item.selected {
    color: var(--theme-active-color);
    background-color: var(--surface-selected);
  }
  .v-select__item:hover {
    color: var(--theme-active-color);
    background-color: var(--surface-hover);
  }
  @font-face {
    font-family: "lfedit";
    src: url("https://fly.linkcdn.cc/v3.0/icons/lfedit.eot?t=1719803647945");
    src: url("https://fly.linkcdn.cc/v3.0/icons/lfedit.eot?t=1719803647945#iefix") format("embedded-opentype"), url("https://fly.linkcdn.cc/v3.0/icons/lfedit.woff2?t=1719803647945") format("woff2"), url("https://fly.linkcdn.cc/v3.0/icons/lfedit.woff?t=1719803647945") format("woff"), url("https://fly.linkcdn.cc/v3.0/icons/lfedit.ttf?t=1719803647945") format("truetype"), url("https://fly.linkcdn.cc/v3.0/icons/lfedit.svg?t=1719803647945#font") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
      font-family: "lfedit";
      src: url("https://fly.linkcdn.cc/v3.0/icons/lfedit.svg?t=1719803647945#lfedit") format("svg");
    }
  }
  .iconfont {
    font-family: "lfedit" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  [data-icons8]:before {
    content: attr(data-icons8);
  }
  .icon-links_search:before, .icon-mobile:before, .icon-pc1:before, .icon-phone:before, .icon-language:before, .icon-laba:before, .icon-left:before, .icon-location1:before, .icon-radius:before, .icon-refresh:before, .icon-revise:before, .icon-right:before, .icon-rotatel:before, .icon-rotater:before, .icon-scalel:before, .icon-scales:before, .icon-share:before, .icon-shezhi:before, .icon-up:before, .icon-upload1:before, .icon-zhankai:before, .icon-checkyes:before, .icon-close1:before, .icon-delete:before, .icon-down:before, .icon-font:before, .icon-home:before, .icon-links:before, .icon-location:before, .icon-mailchimp:before, .icon-message:before, .icon-morentouxiang1:before, .icon-myaccount:before, .icon-reply:before, .icon-social:before, .icon-system:before, .icon-telegram:before, .icon-theme:before, .icon-time:before, .icon-upload:before, .icon-back:before, .icon-backpage:before, .icon-color:before, .icon-device:before, .icon-domain:before, .icon-logout:before, .icon-menu:before, .icon-messages:before, .icon-my_account:before, .icon-my_link:before, .icon-pinterest:before, .icon-settings:before, .icon-shopee:before, .icon-twitch:before, .icon-twitter:before, .icon-vimeo:before, .icon-youtube:before, .icon-add_ons:before, .icon-facebook:before, .icon-h-delete:before, .icon-h-edit:before, .icon-help:before, .icon-h-insight:before, .icon-h-preview:before, .icon-h-share:before, .icon-edit_lock:before, .icon-form_field_checkbox:before, .icon-form_field_country:before, .icon-form_field_date:before, .icon-form_field_input:before, .icon-form_field_number:before, .icon-form_field_radio:before, .icon-form_field_text:before, .icon-form_field_time:before, .icon-loading:before, .icon-sanchu-01:before, .icon-video:before, .icon-add1:before, .icon-btn_toolbar_contact:before, .icon-btn_toolbar_feed:before, .icon-btn_toolbar_header:before, .icon-clear:before, .icon-edit_dian:before, .icon-ios:before, .icon-ipad:before, .icon-ipad1:before, .icon-ipad3:before, .icon-linux:before, .icon-macos:before, .icon-other:before, .icon-overview:before, .icon-pad:before, .icon-shorturl:before, .icon-smarturl:before, .icon-source:before, .icon-subs:before, .icon-windows:before, .icon-close:before, .icon-desktop:before, .icon-domain-2:before, .icon-edit:before, .icon-btn_toolbar_history:before, .icon-btn_toolbar_map:before, .icon-btn_toolbar_musicpagepreview:before, .icon-btn_toolbar_musicsearch:before, .icon-btn_toolbar_newbutton:before, .icon-btn_toolbar_supportme:before, .icon-form_field_email:before, .icon-form_field_phone:before, .icon-form_light:before, .icon-import:before, .icon-pages_next:before, .icon-pages_pre:before, .icon-preview:before, .icon-question:before, .icon-shop:before, .icon-about:before, .icon-add:before, .icon-addons:before, .icon-angle_up:before, .icon-btn_toolbar_form:before, .icon-customize:before, .icon-copy:before, .icon-back_border:before, .icon-cameo:before, .icon-lock:before, .icon-form_field_dropdown:before, .icon-warning:before, .icon-logo2-55:before, .icon-loading-2:before, .icon-template:before, .icon-share1:before, .icon-form-dropdown:before, .icon-form-radio:before, .icon-form-region:before, .icon-form-text:before, .icon-form-time:before, .icon-form-checkbox:before, .icon-form-date:before, .icon-form-email:before, .icon-form-input:before, .icon-form-number:before, .icon-form-phone:before, .icon-pc:before, .icon-other-device:before, .icon-device1:before, .icon-down1:before, .icon-date:before, .icon-checkbox-selecteditem:before, .icon-pc-2:before, .icon-ios1:before, .icon-loading1:before, .icon-link1:before, .icon-warning-2:before, .icon-success-bg:before, .icon-success:before, .icon-fail-bg:before, .icon-fail:before, .icon-sort-block:before, .icon-wallet:before, .icon-wallet-request:before, .icon-wallet-support:before, .icon-widthdrawal:before, .icon-refund:before, .icon-android:before, .icon-qrcode:before, .icon-download:before, .icon-calendly:before, .icon-checkyes1:before, .icon-fashion-style:before, .icon-festival:before, .icon-health-wellness:before, .icon-latest-update:before, .icon-music:before, .icon-online-store:before, .icon-other-2:before, .icon-restaurants-food:before, .icon-animation:before, .icon-beauty-hair:before, .icon-business-services:before, .icon-creative:before, .icon-travel-tourism:before, .icon-gofundme:before, .icon-pinterest-2:before, .icon-insight:before, .icon-messages-2:before, .icon-preview-2:before, .icon-share-2:before, .icon-edit-2:before, .icon-eyeclose:before, .icon-eyeopen:before, .icon-address:before, .icon-card:before, .icon-file:before, .icon-arrow-down:before, .icon-back-2:before, .icon-ais:before, .icon-theme0:before, .icons8, [data-icons8]:before {
    display: inline-block;
    font-family: "lfedit";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .icon-links_search:before {
    content: "\f100";
  }
  .icon-mobile:before {
    content: "\f101";
  }
  .icon-pc1:before {
    content: "\f102";
  }
  .icon-phone:before {
    content: "\f103";
  }
  .icon-language:before {
    content: "\f104";
  }
  .icon-laba:before {
    content: "\f105";
  }
  .icon-left:before {
    content: "\f106";
  }
  .icon-location1:before {
    content: "\f107";
  }
  .icon-radius:before {
    content: "\f108";
  }
  .icon-refresh:before {
    content: "\f109";
  }
  .icon-revise:before {
    content: "\f10a";
  }
  .icon-right:before {
    content: "\f10b";
  }
  .icon-rotatel:before {
    content: "\f10c";
  }
  .icon-rotater:before {
    content: "\f10d";
  }
  .icon-scalel:before {
    content: "\f10e";
  }
  .icon-scales:before {
    content: "\f10f";
  }
  .icon-share:before {
    content: "\f110";
  }
  .icon-shezhi:before {
    content: "\f111";
  }
  .icon-up:before {
    content: "\f112";
  }
  .icon-upload1:before {
    content: "\f113";
  }
  .icon-zhankai:before {
    content: "\f114";
  }
  .icon-checkyes:before {
    content: "\f115";
  }
  .icon-close1:before {
    content: "\f116";
  }
  .icon-delete:before {
    content: "\f117";
  }
  .icon-down:before {
    content: "\f118";
  }
  .icon-font:before {
    content: "\f119";
  }
  .icon-home:before {
    content: "\f11a";
  }
  .icon-links:before {
    content: "\f11b";
  }
  .icon-location:before {
    content: "\f11c";
  }
  .icon-mailchimp:before {
    content: "\f11d";
  }
  .icon-message:before {
    content: "\f11e";
  }
  .icon-morentouxiang1:before {
    content: "\f11f";
  }
  .icon-myaccount:before {
    content: "\f120";
  }
  .icon-reply:before {
    content: "\f121";
  }
  .icon-social:before {
    content: "\f122";
  }
  .icon-system:before {
    content: "\f123";
  }
  .icon-telegram:before {
    content: "\f124";
  }
  .icon-theme:before {
    content: "\f125";
  }
  .icon-time:before {
    content: "\f126";
  }
  .icon-upload:before {
    content: "\f127";
  }
  .icon-back:before {
    content: "\f128";
  }
  .icon-backpage:before {
    content: "\f129";
  }
  .icon-color:before {
    content: "\f12a";
  }
  .icon-device:before {
    content: "\f12b";
  }
  .icon-domain:before {
    content: "\f12c";
  }
  .icon-logout:before {
    content: "\f12d";
  }
  .icon-menu:before {
    content: "\f12e";
  }
  .icon-messages:before {
    content: "\f12f";
  }
  .icon-my_account:before {
    content: "\f130";
  }
  .icon-my_link:before {
    content: "\f131";
  }
  .icon-pinterest:before {
    content: "\f132";
  }
  .icon-settings:before {
    content: "\f133";
  }
  .icon-shopee:before {
    content: "\f134";
  }
  .icon-twitch:before {
    content: "\f135";
  }
  .icon-twitter:before {
    content: "\f136";
  }
  .icon-vimeo:before {
    content: "\f137";
  }
  .icon-youtube:before {
    content: "\f138";
  }
  .icon-add_ons:before {
    content: "\f139";
  }
  .icon-facebook:before {
    content: "\f13a";
  }
  .icon-h-delete:before {
    content: "\f13b";
  }
  .icon-h-edit:before {
    content: "\f13c";
  }
  .icon-help:before {
    content: "\f13d";
  }
  .icon-h-insight:before {
    content: "\f13e";
  }
  .icon-h-preview:before {
    content: "\f13f";
  }
  .icon-h-share:before {
    content: "\f140";
  }
  .icon-edit_lock:before {
    content: "\f141";
  }
  .icon-form_field_checkbox:before {
    content: "\f142";
  }
  .icon-form_field_country:before {
    content: "\f143";
  }
  .icon-form_field_date:before {
    content: "\f144";
  }
  .icon-form_field_input:before {
    content: "\f146";
  }
  .icon-form_field_number:before {
    content: "\f147";
  }
  .icon-form_field_radio:before {
    content: "\f148";
  }
  .icon-form_field_text:before {
    content: "\f149";
  }
  .icon-form_field_time:before {
    content: "\f14a";
  }
  .icon-loading:before {
    content: "\f14b";
  }
  .icon-sanchu-01:before {
    content: "\f14c";
  }
  .icon-video:before {
    content: "\f14d";
  }
  .icon-add1:before {
    content: "\f14f";
  }
  .icon-btn_toolbar_contact:before {
    content: "\f150";
  }
  .icon-btn_toolbar_feed:before {
    content: "\f151";
  }
  .icon-btn_toolbar_header:before {
    content: "\f152";
  }
  .icon-clear:before {
    content: "\f153";
  }
  .icon-edit_dian:before {
    content: "\f154";
  }
  .icon-ios:before {
    content: "\f156";
  }
  .icon-ipad:before {
    content: "\f157";
  }
  .icon-ipad1:before {
    content: "\f158";
  }
  .icon-ipad3:before {
    content: "\f159";
  }
  .icon-linux:before {
    content: "\f15a";
  }
  .icon-macos:before {
    content: "\f15b";
  }
  .icon-other:before {
    content: "\f15c";
  }
  .icon-overview:before {
    content: "\f15d";
  }
  .icon-pad:before {
    content: "\f15e";
  }
  .icon-shorturl:before {
    content: "\f15f";
  }
  .icon-smarturl:before {
    content: "\f160";
  }
  .icon-source:before {
    content: "\f161";
  }
  .icon-subs:before {
    content: "\f162";
  }
  .icon-windows:before {
    content: "\f163";
  }
  .icon-close:before {
    content: "\f165";
  }
  .icon-desktop:before {
    content: "\f166";
  }
  .icon-domain-2:before {
    content: "\f167";
  }
  .icon-edit:before {
    content: "\f168";
  }
  .icon-btn_toolbar_history:before {
    content: "\f169";
  }
  .icon-btn_toolbar_map:before {
    content: "\f16a";
  }
  .icon-btn_toolbar_musicpagepreview:before {
    content: "\f16b";
  }
  .icon-btn_toolbar_musicsearch:before {
    content: "\f16c";
  }
  .icon-btn_toolbar_newbutton:before {
    content: "\f16d";
  }
  .icon-btn_toolbar_supportme:before {
    content: "\f16e";
  }
  .icon-form_field_email:before {
    content: "\f16f";
  }
  .icon-form_field_phone:before {
    content: "\f170";
  }
  .icon-form_light:before {
    content: "\f171";
  }
  .icon-import:before {
    content: "\f172";
  }
  .icon-pages_next:before {
    content: "\f173";
  }
  .icon-pages_pre:before {
    content: "\f174";
  }
  .icon-preview:before {
    content: "\f175";
  }
  .icon-question:before {
    content: "\f176";
  }
  .icon-shop:before {
    content: "\f177";
  }
  .icon-about:before {
    content: "\f178";
  }
  .icon-add:before {
    content: "\f179";
  }
  .icon-addons:before {
    content: "\f17a";
  }
  .icon-angle_up:before {
    content: "\f17b";
  }
  .icon-btn_toolbar_form:before {
    content: "\f17c";
  }
  .icon-customize:before {
    content: "\f17e";
  }
  .icon-copy:before {
    content: "\f180";
  }
  .icon-back_border:before {
    content: "\f181";
  }
  .icon-cameo:before {
    content: "\f183";
  }
  .icon-lock:before {
    content: "\f184";
  }
  .icon-form_field_dropdown:before {
    content: "\f185";
  }
  .icon-warning:before {
    content: "\f186";
  }
  .icon-logo2-55:before {
    content: "\f187";
  }
  .icon-loading-2:before {
    content: "\f188";
  }
  .icon-template:before {
    content: "\f189";
  }
  .icon-share1:before {
    content: "\f18b";
  }
  .icon-form-dropdown:before {
    content: "\f18c";
  }
  .icon-form-radio:before {
    content: "\f18d";
  }
  .icon-form-region:before {
    content: "\f18e";
  }
  .icon-form-text:before {
    content: "\f18f";
  }
  .icon-form-time:before {
    content: "\f190";
  }
  .icon-form-checkbox:before {
    content: "\f191";
  }
  .icon-form-date:before {
    content: "\f192";
  }
  .icon-form-email:before {
    content: "\f193";
  }
  .icon-form-input:before {
    content: "\f194";
  }
  .icon-form-number:before {
    content: "\f195";
  }
  .icon-form-phone:before {
    content: "\f196";
  }
  .icon-pc:before {
    content: "\f197";
  }
  .icon-other-device:before {
    content: "\f198";
  }
  .icon-device1:before {
    content: "\f199";
  }
  .icon-down1:before {
    content: "\f19a";
  }
  .icon-date:before {
    content: "\f19b";
  }
  .icon-checkbox-selecteditem:before {
    content: "\f19c";
  }
  .icon-pc-2:before {
    content: "\f19d";
  }
  .icon-ios1:before {
    content: "\f19e";
  }
  .icon-loading1:before {
    content: "\f19f";
  }
  .icon-link1:before {
    content: "\f1a0";
  }
  .icon-warning-2:before {
    content: "\f1a1";
  }
  .icon-success-bg:before {
    content: "\f1a2";
  }
  .icon-success:before {
    content: "\f1a3";
  }
  .icon-fail-bg:before {
    content: "\f1a4";
  }
  .icon-fail:before {
    content: "\f1a5";
  }
  .icon-sort-block:before {
    content: "\f1a6";
  }
  .icon-wallet:before {
    content: "\f1a7";
  }
  .icon-wallet-request:before {
    content: "\f1a8";
  }
  .icon-wallet-support:before {
    content: "\f1a9";
  }
  .icon-widthdrawal:before {
    content: "\f1aa";
  }
  .icon-refund:before {
    content: "\f1ab";
  }
  .icon-android:before {
    content: "\f1ad";
  }
  .icon-qrcode:before {
    content: "\f1ae";
  }
  .icon-download:before {
    content: "\f1af";
  }
  .icon-calendly:before {
    content: "\f1b0";
  }
  .icon-checkyes1:before {
    content: "\f1b1";
  }
  .icon-fashion-style:before {
    content: "\f1b2";
  }
  .icon-festival:before {
    content: "\f1b3";
  }
  .icon-health-wellness:before {
    content: "\f1b4";
  }
  .icon-latest-update:before {
    content: "\f1b5";
  }
  .icon-music:before {
    content: "\f1b6";
  }
  .icon-online-store:before {
    content: "\f1b7";
  }
  .icon-other-2:before {
    content: "\f1b8";
  }
  .icon-restaurants-food:before {
    content: "\f1b9";
  }
  .icon-animation:before {
    content: "\f1ba";
  }
  .icon-beauty-hair:before {
    content: "\f1bb";
  }
  .icon-business-services:before {
    content: "\f1bc";
  }
  .icon-creative:before {
    content: "\f1bd";
  }
  .icon-travel-tourism:before {
    content: "\f1be";
  }
  .icon-gofundme:before {
    content: "\f1c0";
  }
  .icon-pinterest-2:before {
    content: "\f1c1";
  }
  .icon-insight:before {
    content: "\f1c2";
  }
  .icon-messages-2:before {
    content: "\f1c3";
  }
  .icon-preview-2:before {
    content: "\f1c4";
  }
  .icon-share-2:before {
    content: "\f1c5";
  }
  .icon-edit-2:before {
    content: "\f1c6";
  }
  .icon-eyeclose:before {
    content: "\f1c7";
  }
  .icon-eyeopen:before {
    content: "\f1c8";
  }
  .icon-address:before {
    content: "\f1c9";
  }
  .icon-card:before {
    content: "\f1ca";
  }
  .icon-file:before {
    content: "\f1cb";
  }
  .icon-arrow-down:before {
    content: "\f1cc";
  }
  .icon-back-2:before {
    content: "\f1cd";
  }
  .icon-ais:before {
    content: "\f1ce";
  }
  .icon-theme0:before {
    content: "\f1cf";
  }
  .swal-icon--custom img {
    display: inline-block !important;
  }
  .page-sidebar-tailwind .page_sidebar__nav {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: var(--border-light);
    background: var(--surface-card);
    box-shadow: none;
  }
  .page-sidebar-tailwind .header_logo {
    position: static;
    display: flex;
    height: 60px;
    align-items: center;
    background-color: transparent;
    padding-inline: 18px;
  }
  .page-sidebar-tailwind .page-sidebar-brand-link {
    display: flex;
    min-height: 60px;
    width: 100%;
    align-items: center;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .page-sidebar-tailwind .header_logo .logo {
    height: 30px;
    width: auto;
  }
  .page-sidebar-tailwind .page-sidebar.navbar-collapse {
    margin-top: 0;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
  }
  .page-sidebar-tailwind .sidebar-menu {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    overflow-y: auto;
    padding-block: calc(var(--spacing) * 4);
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item {
    font-size: 13.5px;
    font-weight: 500;
  }
  .page-sidebar-tailwind .sidebar-menu .nav-link {
    display: block;
    border-radius: var(--radius-xl);
    color: var(--text-tertiary);
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item__bg {
    width: auto;
    margin-right: calc(var(--spacing) * 3);
    margin-left: calc(var(--spacing) * 3);
    display: flex;
    align-items: center;
    gap: 11px;
    border-radius: var(--radius-xl);
    padding-inline: 14px;
    padding-block: 13px;
    transition: all 0.15s ease;
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item__icon, .page-sidebar-tailwind .account-nav__icon {
    display: inline-flex;
    height: 18px;
    width: 18px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    line-height: 18px;
  }
  .page-sidebar-tailwind .page-sidebar__glyph {
    display: inline-flex;
    height: 18px;
    width: 18px;
    align-items: center;
    justify-content: center;
  }
  .page-sidebar-tailwind .page-sidebar__glyph svg {
    display: block;
    height: 18px;
    width: 18px;
  }
  .page-sidebar-tailwind .page-sidebar__glyph--active {
    display: none;
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item.active .page-sidebar__glyph--default {
    display: none;
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item.active .page-sidebar__glyph--active {
    display: inline-flex;
  }
  .page-sidebar-tailwind .page-sidebar__legacy-icon {
    display: none;
  }
  .page-sidebar-tailwind .page-sidebar__label {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .page-sidebar-tailwind .sidebar-menu .message-count {
    float: none;
    margin-left: auto;
    display: inline-flex;
    height: 18px;
    min-width: 18px;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    background: var(--theme-color);
    color: var(--text-inverse);
    line-height: 18px;
    box-shadow: none;
    display: none !important;
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item:hover .nav-item__bg {
    background: var(--surface-hover);
    color: var(--text-secondary);
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    border-left: 4px solid var(--theme-color);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item.active, .page-sidebar-tailwind .sidebar-menu .nav-item.active>a {
    color: var(--theme-color);
    background: transparent;
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item.active .nav-item__bg {
    background: var(--surface-selected);
    color: var(--theme-color);
  }
  .page-sidebar-tailwind .sidebar-menu .nav-item.active .nav-link i {
    color: inherit;
  }
  .page-sidebar-tailwind .personal-setting {
    bottom: 0;
    background-color: transparent;
    padding-inline: 10px;
    padding-top: 10px;
    padding-bottom: calc(var(--spacing) * 3);
    border-top: none;
  }
  .page-sidebar-tailwind .page-sidebar .user-upgrade {
    width: auto;
    margin: 0 0 4px;
    display: none;
    border-radius: 14px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: 14px;
    text-align: left;
    background: var(--theme-gradient);
    box-shadow: none;
  }
  .page-sidebar-tailwind .page-sidebar .user-upgrade__img {
    display: none !important;
  }
  .page-sidebar-tailwind .page-sidebar .user-upgrade__text {
    font-size: 11.5px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: var(--text-inverse-muted);
  }
  .page-sidebar-tailwind .page-sidebar .user-upgrade__btn {
    width: 100%;
    border-radius: var(--radius-lg);
    padding-block: calc(var(--spacing) * 2);
    text-align: center;
    font-size: 12.5px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    background: var(--surface-card);
    color: var(--theme-color);
    margin-top: 0;
  }
  .page-sidebar-tailwind .page-sidebar .account-nav {
    width: auto;
    margin: 0;
    border-top: none;
  }
  .page-sidebar-tailwind .page-sidebar .account-nav__item {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: 10px;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: 10px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--text-primary);
  }
  .page-sidebar-tailwind .page-sidebar .account-nav__item:hover {
    background: var(--surface-hover);
    color: var(--text-primary);
  }
  .page-sidebar-tailwind .page-sidebar .go_logout {
    color: var(--body-theme-error);
  }
  .page-sidebar-tailwind .page-sidebar .go_logout:hover {
    background: var(--body-theme-error-light);
    color: var(--body-theme-error);
  }
  .page-sidebar-tailwind .mob-lanuage .nav_lang {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .lf-links-shell {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .lf-links-toolbar {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    @media (width >= 48rem) {
      flex-direction: row;
    }
    @media (width >= 48rem) {
      align-items: center;
    }
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .lf-links-toolbar__group {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    @media (width >= 48rem) {
      flex-direction: row;
    }
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .lf-toolbar-pill {
    position: relative;
    min-width: 190px;
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: 13px;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    background: var(--surface-card);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    cursor: pointer;
  }
  .lf-toolbar-pill:hover {
    box-shadow: 0 4px 14px rgba(108, 99, 255, 0.13);
  }
  .lf-links-total {
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: 13px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    background: var(--surface-card);
    color: var(--text-tertiary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  }
  .lf-links-total .links-total__num {
    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: var(--text-primary);
  }
  .lf-filter-panel {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    left: calc(var(--spacing) * 0);
    z-index: 20;
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 2);
    opacity: 0%;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    top: calc(100% + 0.5rem);
    min-width: 190px;
    border-color: var(--border-light);
    background: var(--surface-card);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  }
  .lf-filter.open .lf-filter-panel {
    pointer-events: auto;
    visibility: visible;
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    opacity: 100%;
  }
  .lf-filter.open .icon_down {
    rotate: 180deg;
  }
  .lf-filter-option {
    display: flex;
    align-items: center;
    border-radius: var(--radius-xl);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    color: var(--text-secondary);
  }
  .lf-filter-option:hover {
    background: var(--surface-hover);
    color: var(--text-primary);
  }
  .lf-filter-option.selected {
    background: var(--theme-bg-color-light);
    color: var(--theme-color);
  }
  .lf-action-menu {
    position: absolute;
    right: calc(var(--spacing) * 0);
    z-index: 20;
    display: none;
    width: calc(var(--spacing) * 56);
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 2);
    top: calc(100% + 0.5rem);
    border-color: var(--border-light);
    background: var(--surface-card);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  }
  .lf-action-menu li {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-xl);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    color: var(--text-secondary);
  }
  .lf-action-menu li:hover {
    background: var(--surface-hover);
    color: var(--text-primary);
  }
  .lf-links-list {
    margin-top: calc(var(--spacing) * 4);
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lf-link-card {
    position: relative;
    margin-bottom: calc(var(--spacing) * 4);
    border-radius: 20px;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    background: var(--surface-card);
    overflow: visible;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  }
  .lf-link-card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
  }
  .lf-link-surface {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    padding: calc(var(--spacing) * 3);
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
    overflow: visible;
  }
  .lf-link-main {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      flex-direction: row;
    }
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .lf-link-info {
    display: flex;
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      width: calc(2 / 5 * 100%);
    }
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .lf-link-preview {
    display: block;
    flex-shrink: 0;
  }
  .lf-link-preview__frame {
    position: relative;
    width: 100px;
    height: 137.5px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  }
  .lf-link-preview__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lf-link-preview__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.08) 0%, rgba(17, 24, 39, 0.45) 100%);
  }
  .lf-link-preview__avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    color: var(--text-inverse);
    background: rgba(255, 255, 255, 0.18);
    border: none;
  }
  .lf-link-preview__label {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    --tw-leading: 1.2;
    line-height: 1.2;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--text-inverse);
  }
  .lf-link-preview__frame--card {
    display: block;
    padding: 0;
  }
  .lf-link-preview__cardbg-wrap {
    position: absolute;
    inset: 0 0 auto 0;
    padding: 0;
  }
  .lf-link-preview__cardbg {
    position: relative;
    height: 56px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.22);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .lf-link-preview__cardbg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lf-link-preview__cardcopy {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    min-height: 74px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 3px;
    padding: 52px 10px 10px;
  }
  .lf-link-preview__label--card {
    text-align: left;
    font-size: 10px;
    line-height: 1.15;
  }
  .lf-link-preview__meta {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(15, 23, 42, 0.68);
    font-size: 7px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .lf-link-preview__avatar--card {
    position: absolute;
    z-index: 2;
    margin-bottom: 0;
    width: 34px;
    height: 34px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.16);
  }
  .lf-link-preview__cardbg-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    display: flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.14);
  }
  .lf-link-preview__cardbg-badge img, .lf-link-preview__avatar--card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lf-link-preview__frame--card-basic .lf-link-preview__avatar--card, .lf-link-preview__frame--card-cut .lf-link-preview__avatar--card {
    top: 38px;
    left: 12px;
  }
  .lf-link-preview__frame--card-basic .lf-link-preview__cardbg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .lf-link-preview__frame--card-cut .lf-link-preview__cardbg {
    clip-path: polygon(0 0, 100% 0, 100% 52%, 0 100%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 18px;
  }
  .lf-link-preview__frame--card-cutcircle .lf-link-preview__cardbg {
    height: 60px;
    border-bottom-left-radius: 48px 20px;
    border-bottom-right-radius: 48px 20px;
    transform: scale(1.08) translateY(-2px);
    transform-origin: center top;
  }
  .lf-link-preview__frame--card-cutcircle .lf-link-preview__avatar--card, .lf-link-preview__frame--card-inner .lf-link-preview__avatar--card {
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lf-link-preview__frame--card-cutcircle .lf-link-preview__cardcopy, .lf-link-preview__frame--card-inner .lf-link-preview__cardcopy {
    padding-top: 58px;
  }
  .lf-link-preview__frame--card-inner .lf-link-preview__cardbg-wrap {
    padding: 10px 10px 0;
  }
  .lf-link-preview__frame--card-inner .lf-link-preview__cardbg {
    height: 52px;
    border-radius: var(--theme-corner-btn);
  }
  .lf-link-avatar-wrap {
    position: relative;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    flex-shrink: 0;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    background: var(--surface-hover);
    --tw-ring-color: var(--border-light);
  }
  .lf-link-avatar-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .lf-link-badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    width: 14px;
    height: 14px;
    right: -1px;
    bottom: -1px;
    left: auto;
    top: auto;
    border-width: 1px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.18);
    z-index: 2;
  }
  .lf-link-badge img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .lf-link-copy {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
    padding-block: calc(var(--spacing) * 1);
  }
  .lf-link-type {
    margin-bottom: calc(var(--spacing) * 2);
    display: inline-flex;
    align-items: center;
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 1);
    font-size: 11px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #eef0ff;
    color: var(--theme-color-hover);
  }
  .lf-link-title {
    display: block;
    font-size: 18px;
    --tw-leading: 1.2;
    line-height: 1.2;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
  }
  .lf-link-subtitle {
    margin-top: calc(var(--spacing) * 1);
    display: block;
    font-size: 13px;
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--text-tertiary);
  }
  .lf-link-url {
    margin-top: calc(var(--spacing) * 2);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    color: var(--text-tertiary);
  }
  .lf-link-url:hover {
    color: var(--theme-color);
  }
  .lf-link-time {
    margin-top: calc(var(--spacing) * 2);
    display: block;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0;
    text-transform: none;
    color: #c4c9d4;
  }
  .lf-link-side {
    display: none;
    gap: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      display: flex;
    }
    @media (width >= 48rem) {
      width: calc(3 / 5 * 100%);
    }
    @media (width >= 48rem) {
      align-items: center;
    }
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .lf-link-metrics {
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    padding: 0 28px;
  }
  .lf-link-metrics::before, .lf-link-metrics::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 44px;
    background: var(--border-light);
    transform: translateY(-50%);
  }
  .lf-link-metrics::before {
    left: 0;
  }
  .lf-link-metrics::after {
    right: 0;
  }
  .lf-link-metrics-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 8);
  }
  .lf-link-metric {
    text-align: center;
  }
  .lf-link-metric__value {
    display: block;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.5px;
    color: var(--text-primary);
  }
  .lf-link-metric__label {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-disabled);
  }
  .lf-link-stat {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    background: #f1f5f9;
    color: var(--text-secondary);
    margin-top: calc(var(--spacing) * 1);
  }
  .lf-link-stat strong {
    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: var(--text-primary);
  }
  .lf-link-toolbar {
    display: none;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .lf-toolbar-btn {
    display: inline-flex;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    border: none;
    background: transparent;
    color: #787878;
    box-shadow: none;
    cursor: pointer;
  }
  .lf-toolbar-btn:hover {
    background: var(--surface-hover);
    color: var(--theme-color);
  }
  .lf-toolbar-btn i {
    font-size: 18px;
  }
  .lf-toolbar-btn[data-tip] {
    position: relative;
  }
  .lf-toolbar-btn[data-tip]::before {
    content: attr(data-tip);
    pointer-events: none;
    position: absolute;
    left: calc(1 / 2 * 100%);
    z-index: 30;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 1.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    background: var(--surface-hover);
    color: var(--text-primary);
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  .lf-toolbar-btn[data-tip]::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: calc(1 / 2 * 100%);
    z-index: 30;
    bottom: calc(100% + 4px);
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: var(--surface-hover);
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  .lf-toolbar-btn[data-tip]:hover::before, .lf-toolbar-btn[data-tip]:hover::after {
    opacity: 1;
  }
  .lf-toolbar-more {
    position: relative;
  }
  .lf-desktop-more {
    position: absolute;
    right: calc(var(--spacing) * 0);
    z-index: 20;
    display: none;
    min-width: calc(var(--spacing) * 44);
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 2);
    text-align: left;
    top: calc(100% + 0.5rem);
    border-color: var(--border-light);
    background: var(--surface-card);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }
  .lf-desktop-more-list {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .lf-desktop-more-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-xl);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    color: var(--text-secondary);
    white-space: nowrap;
    list-style: none;
  }
  .lf-desktop-more-item:hover {
    background: var(--surface-hover);
    color: var(--text-primary);
  }
  .lf-desktop-more-item[data-tool="delete"] {
    color: var(--body-theme-error-dark);
  }
  .lf-desktop-more-item[data-tool="delete"]:hover {
    background: var(--body-theme-error-light);
  }
  .lf-qrcode-box {
    display: none;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    flex-shrink: 0;
    overflow: hidden;
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    @media (width >= 48rem) {
      display: flex;
    }
    @media (width >= 48rem) {
      align-items: center;
    }
    @media (width >= 48rem) {
      justify-content: center;
    }
    border-color: var(--border-light);
    background: var(--surface-main);
  }
  .lf-qrcode-box img, .lf-qrcode-box canvas {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .lf-mobile-toolbar {
    display: flex;
    flex-direction: row;
    gap: calc(var(--spacing) * 2);
    @media (width >= 48rem) {
      display: none;
    }
  }
  .lf-mobile-toolbar .mob-toolbar__list {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: calc(var(--spacing) * 2);
  }
  .lf-mobile-toolbar-btn {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1.5);
    border-radius: var(--theme-corner-inner);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 4);
    font-size: 10px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    min-width: 60px;
    border-color: var(--border-light);
    background: var(--surface-card);
    color: var(--text-secondary);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    height: 60px;
  }
  .lf-mobile-toolbar-btn.more {
    width: auto;
  }
  .lf-mobile-toolbar-btn:hover {
    background: var(--surface-hover);
  }
  .lf-mobile-toolbar-btn i {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .lf-mobile-toolbar-label {
    display: block;
    text-align: center;
    --tw-leading: 1;
    line-height: 1;
    word-break: break-all;
  }
  .lf-mobile-more {
    position: absolute;
    right: calc(var(--spacing) * 0);
    z-index: 20;
    display: none;
    min-width: calc(var(--spacing) * 44);
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 2);
    text-align: left;
    top: calc(100% + 0.5rem);
    border-color: var(--border-light);
    background: var(--surface-card);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }
  .lf-mobile-more .mob-toolbar__more-list {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .lf-mobile-more-item {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-xl);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    color: var(--text-secondary);
  }
  .lf-mobile-more-item:hover {
    background: var(--surface-hover);
    color: var(--text-primary);
  }
  .lf-link-alias {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    z-index: 6;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-top-right-radius: 20px;
    border-bottom-left-radius: var(--radius-3xl);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    max-width: min(240px, calc(100% - 1rem));
    border: 1px solid rgba(108, 99, 255, 0.14);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    color: var(--text-secondary);
    backdrop-filter: blur(10px);
  }
  .lf-link-alias:hover {
    border-color: rgba(108, 99, 255, 0.26);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    color: var(--text-primary);
  }
  .lf-link-alias-title {
    min-width: calc(var(--spacing) * 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--text-secondary);
  }
  .lf-link-alias:hover .lf-link-alias-title {
    color: var(--text-primary);
  }
  .lf-link-alias-edit {
    display: flex;
    height: calc(var(--spacing) * 7);
    width: calc(var(--spacing) * 7);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    border: none;
    background: rgba(108, 99, 255, 0.08);
    color: var(--text-tertiary);
  }
  .lf-link-alias-edit:hover {
    background: rgba(108, 99, 255, 0.14);
    color: var(--theme-color-hover);
  }
  .lf-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: dashed;
    border-style: dashed;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 14);
    text-align: center;
    border-color: var(--border-dark);
    background: var(--surface-main);
  }
  .lf-empty-state img {
    height: calc(var(--spacing) * 32);
    width: calc(var(--spacing) * 32);
    object-fit: contain;
  }
  .swal-overlay--show-modal .swal-modal {
    border-radius: var(--radius-2xl) !important;
  }
  .swal-button {
    display: inline-flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 2.5);
    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);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    min-height: 42px;
    border: none;
    background: var(--theme-gradient);
    color: var(--text-inverse);
    box-shadow: var(--shadow-theme);
    cursor: pointer;
    border-radius: var(--radius-xl) !important;
  }
  .swal-button:not([disabled]):hover {
    transform: translateY(-1px);
    background: var(--theme-gradient-hover);
    color: var(--text-inverse);
    box-shadow: 0 14px 28px rgba(108, 99, 255, 0.22);
  }
  .swal-button:active {
    transform: translateY(0);
    background: var(--theme-gradient);
    box-shadow: 0 8px 18px rgba(108, 99, 255, 0.18);
  }
  .swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.14), var(--shadow-theme);
  }
  .swal-button[disabled] {
    opacity: 0.55;
    cursor: default;
    box-shadow: none;
  }
  .swal-button--cancel {
    background: var(--surface-main);
    color: var(--text-secondary);
    box-shadow: inset 0 0 0 1px var(--border-light);
  }
  .swal-button--cancel:not([disabled]):hover {
    background: var(--surface-hover);
    color: var(--text-primary);
    box-shadow: inset 0 0 0 1px var(--border-dark);
  }
  .swal-button--cancel:active {
    background: var(--surface-hover);
    box-shadow: inset 0 0 0 1px var(--border-dark);
  }
  .lf-empty-title {
    margin-top: calc(var(--spacing) * 6);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
  }
  .lf-empty-actions {
    position: relative;
    margin-top: calc(var(--spacing) * 6);
  }
  .lf-empty-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-2xl);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    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);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    color: var(--text-primary);
    background: var(--theme-gradient);
    box-shadow: 0 14px 30px rgba(56, 225, 153, 0.25);
  }
  .lf-page-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-2xl);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    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);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    color: var(--text-inverse);
    border-radius: 40px;
    background: var(--theme-gradient);
    box-shadow: var(--shadow-theme);
  }
  .lf-page-primary--mobile {
    margin-top: 4px;
    width: 100%;
    display: flex;
  }
  .lf-integrations-container {
    margin-inline: auto;
    max-width: var(--container-7xl);
    padding-block: calc(var(--spacing) * 4);
  }
  .lf-integration-header {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .lf-integration-header h1 {
    margin-bottom: calc(var(--spacing) * 2);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    color: var(--text-primary);
  }
  .lf-integration-header p {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--text-tertiary);
  }
  .lf-integration-group {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .lf-integration-group-title {
    margin-bottom: calc(var(--spacing) * 6);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
  }
  .lf-integration-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(var(--spacing) * 6);
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lf-integration-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 5);
    border-radius: 20px;
    padding: calc(var(--spacing) * 4);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    background: var(--surface-card);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--border-light);
  }
  .lf-integration-card:hover {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  }
  .lf-integration-icon-box {
    display: flex;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--theme-corner-btn);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    background: #f9fafb;
  }
  .lf-integration-icon-box img {
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    border-radius: var(--theme-corner-inner);
    object-fit: contain;
  }
  .lf-integration-content {
    min-width: calc(var(--spacing) * 0);
    flex: 1;
  }
  .lf-integration-title {
    margin-bottom: calc(var(--spacing) * 1);
    display: block;
    font-size: 17px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
  }
  .lf-integration-desc {
    display: block;
    font-size: 13px;
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--text-tertiary);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .lf-integration-card.pro {
    cursor: pointer;
  }
  .lf-integration-card.pro .lf-integration-title::after {
    content: "PRO";
    margin-left: calc(var(--spacing) * 2);
    display: inline-flex;
    align-items: center;
    border-radius: calc(infinity * 1px);
    padding-inline: calc(var(--spacing) * 2);
    padding-block: calc(var(--spacing) * 0.5);
    vertical-align: middle;
    font-size: 9px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    background: var(--surface-selected);
    color: var(--theme-color);
    border: 1px solid var(--theme-color-hover);
    opacity: 0.85;
  }
  .lf-upgrade-tip {
    margin-top: calc(var(--spacing) * 4);
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    border-color: var(--body-theme-yes-border);
    background: var(--body-theme-yes-light);
    color: var(--body-theme-yes-dark);
  }
  .lf-upgrade-tip a {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--body-theme-yes-strong);
  }
  .state {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    align-self: flex-start;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .state img {
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    object-fit: contain;
  }
  .review {
    border-color: var(--body-theme-warn-border);
    background: var(--body-theme-warn-light);
    color: var(--body-theme-warn-text);
  }
  .deactivate, .expired {
    border-color: var(--body-theme-error-border);
    background: var(--body-theme-error-light);
    color: var(--body-theme-error-dark);
  }
  .theme-wrapper {
    height: calc(100vh - 70px);
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .theme-wrapper .themes__inner {
    width: 1070px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background-color: #fff;
  }
  .themes__inner .themes__head {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin-right: -12px;
    padding: 24px 28px 8px;
  }
  .themes__inner .themes__head li {
    display: flex;
    margin: 0 12px 12px 0;
    padding: 0 12px;
    border: none;
    border-radius: 20px;
    background-color: #f2f4fb;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
  }
  .themes__inner .themes__head li:hover, .themes__inner .themes__head .active {
    background-color: var(--theme-color);
    color: #fff;
  }
  .themes__inner .themes__head li i {
    margin-right: 4px;
  }
  .themes__inner .themes__content {
    overflow: auto;
    margin: 0 28px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .themes__inner .themes__content::-webkit-scrollbar {
    display: none;
  }
  .themes__inner .themes__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -28px;
  }
  .themes__inner .theme__item {
    position: relative;
    width: 238px;
    height: 424px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    border-radius: 20px;
  }
  .themes__inner .theme__item img {
    width: 100%;
    max-height: initial;
    object-fit: cover;
    object-position: center;
  }
  .themes__inner .ispro {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    line-height: 20px;
  }
  .themes__inner .ispro img {
    display: inline-block;
    width: 12px;
    height: 12px;
  }
  .themes__inner .theme__item button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 40px;
    transform: translate(-50%);
    border-radius: 10px;
    background: var(--theme-color);
    color: #fff;
    line-height: 40px;
  }
  .themes__inner .theme__actions {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .themes__inner .theme__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .themes__inner .theme__item:hover .theme__actions {
    display: flex;
  }
  .themes__inner .theme__item:hover .theme__bottom {
    display: none;
  }
  .themes__inner .ct_theme, .themes__inner .df_theme {
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
  }
  .themes__inner .pagination {
    margin-top: 20px;
  }
  .themes__inner .pg-active {
    border: none !important;
    background-color: var(--theme-color);
    color: #fff;
  }
  .themes__inner .pg_item {
    margin: 0 2px;
    border: 1px solid #d8dbde;
    border-radius: 6px;
    vertical-align: middle;
  }
  .themes__inner .pg_item:hover {
    border: none;
  }
  .themes__inner .pg_item:first-child {
    margin-right: 20px;
  }
  .themes__inner .pg_item:last-child {
    margin-left: 20px;
  }
  .themes-list-modal {
    display: flex;
    flex-direction: column;
    height: 80vh;
    margin-top: 10vh !important;
  }
  .themes-list-modal .m-modal__header {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .themes-list-modal .m-modal__body {
    flex: auto;
    height: calc(100% - 46px);
    padding: 20px 0 0;
  }
  .themes-list-modal .m-modal__body .themes__inner {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .themes-list-modal .m-modal__body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
  }
  .themes-list-modal .m-modal__body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: transparent;
  }
  .themes-list-modal .m-modal__body:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
  }
  .themes-list-modal .m-modal__body:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
  }
  .themes-list-modal .themes__inner .themes__head {
    padding-top: 0;
  }
  .block-toolbar-pop .m-modal__container, .button-toolbar-pop .m-modal__container {
    width: min(520px, calc(100vw - 40px)) !important;
    border-radius: 20px;
    overflow: hidden;
  }
  .block-toolbar-pop .m-modal__header, .button-toolbar-pop .m-modal__header {
    padding: 22px 24px 18px;
    border-bottom: 1px solid #F3F4F6;
    text-align: left;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-toolbar-pop .m-modal__title, .button-toolbar-pop .m-modal__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--text-primary);
  }
  .m-modal__headerbtn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #F3F4F6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
  }
  .m-modal__headerbtn:hover {
    background: #E5E7EB;
  }
  .block-toolbar-pop .m-modal__body, .button-toolbar-pop .m-modal__body {
    padding: 8px 0;
    max-height: min(80vh, 760px);
    overflow-y: auto;
  }
  .block-toolbar-pop .block-toolbar, .button-toolbar-pop .block-toolbar {
    padding: 0;
  }
  .block-toolbar-pop .block-toolbar__list, .button-toolbar-pop .block-toolbar__list {
    display: flex;
    flex-direction: column;
  }
  .block-toolbar-pop .block-toolbar__item, .button-toolbar-pop .block-toolbar__item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 14px 24px;
    border: none;
    border-bottom: 1px solid #F3F4F6;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    cursor: pointer;
    transition: background 0.12s ease;
  }
  .block-toolbar-pop .block-toolbar__item.fee::before, .button-toolbar-pop .block-toolbar__item.fee::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .block-toolbar-pop .block-toolbar__item.fee .block-toolbar__plus, .button-toolbar-pop .block-toolbar__item.fee .block-toolbar__plus {
    position: relative;
    z-index: 2;
  }
  .block-toolbar-pop .block-toolbar__item:last-child, .button-toolbar-pop .block-toolbar__item:last-child {
    border-bottom: none;
  }
  .block-toolbar-pop .block-toolbar__item:hover, .button-toolbar-pop .block-toolbar__item:hover {
    background: #F9FAFB;
  }
  .block-toolbar-pop .cover-block, .button-toolbar-pop .cover-block {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--lf-block-icon-bg, #F3F4F6);
    color: var(--lf-block-icon-color, var(--text-tertiary));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .block-toolbar-pop .cover-block svg, .button-toolbar-pop .cover-block svg, .block-toolbar-pop .cover-block img, .button-toolbar-pop .cover-block img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
  }
  .block-toolbar-pop .block-toolbar__group-title, .button-toolbar-pop .block-toolbar__group-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-tertiary);
    padding: 16px 24px 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .block-toolbar-pop .block-toolbar__meta, .button-toolbar-pop .block-toolbar__meta {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
  }
  .block-toolbar-pop .block-toolbar__item .title, .button-toolbar-pop .block-toolbar__item .title {
    display: block;
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
  }
  .block-toolbar-pop .block-toolbar__item .desc, .button-toolbar-pop .block-toolbar__item .desc {
    display: block;
    margin: 0;
    height: auto;
    color: var(--text-tertiary);
    font-size: 13px;
    line-height: 1.4;
    word-wrap: break-word;
  }
  .block-toolbar-pop .block-toolbar__plus, .button-toolbar-pop .block-toolbar__plus {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #E5E7EB;
    background: #FFFFFF;
    color: var(--text-tertiary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .block-toolbar-pop .block-toolbar__plus i, .button-toolbar-pop .block-toolbar__plus i {
    font-size: 14px;
  }
  .block-toolbar-pop .block-toolbar__plus svg, .button-toolbar-pop .block-toolbar__plus svg {
    width: 14px;
    height: 14px;
    display: block;
  }
  .block-toolbar-pop .m-modal__body::-webkit-scrollbar, .button-toolbar-pop .m-modal__body::-webkit-scrollbar {
    width: 8px;
  }
  .block-toolbar-pop .m-modal__body::-webkit-scrollbar-thumb, .button-toolbar-pop .m-modal__body::-webkit-scrollbar-thumb {
    background: rgba(156, 163, 175, 0.42);
    border-radius: 999px;
  }
  @media (max-width: 767px) {
    .block-toolbar-pop .m-modal__container, .button-toolbar-pop .m-modal__container {
      width: calc(100vw - 24px) !important;
      margin-top: 6vh;
    }
    .block-toolbar-pop .m-modal__header, .button-toolbar-pop .m-modal__header {
      padding: 20px 20px 16px;
    }
    .block-toolbar-pop .m-modal__body, .button-toolbar-pop .m-modal__body {
      max-height: 78vh;
    }
    .block-toolbar-pop .block-toolbar__item, .button-toolbar-pop .block-toolbar__item {
      padding: 14px 20px;
    }
  }
  .message-wrapper {
    min-width: 0;
    background: #f7f8fa;
    padding: 24px 24px 32px;
  }
  .message__body {
    min-height: calc(100vh - 118px);
    display: flex;
    overflow: hidden;
    border: 1px solid #eef0f6;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  }
  .message__left {
    display: flex;
    width: 400px;
    flex: 0 0 400px;
    min-width: 0;
    flex-direction: column;
    background: #ffffff;
  }
  .message__right {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    border-left: 1px solid #f0f0f4;
    background: #ffffff;
  }
  .message-list__head {
    display: flex;
    align-items: center;
    gap: 8px;
    height: auto;
    padding: 18px 20px 14px;
    border-bottom: 1px solid #f0f0f4;
    flex-shrink: 0;
  }
  .message-list__head .title, .message-detail__head {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0;
  }
  .message-list .message-download__close {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: #f7f8fa;
    color: var(--text-disabled);
  }
  .message-list .message-download__close:hover {
    background: #eeefff;
    color: var(--theme-color);
  }
  .message-list .date-range {
    position: relative;
    width: 196px;
    height: 30px;
    margin-left: auto;
  }
  .message-list .date-range__inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: visible;
    box-shadow: none;
  }
  .message-list .date-range__inner.opened {
    border-color: transparent;
  }
  .message-list .date-range__inner.opened .date-range__list {
    display: block;
  }
  .message-list .date-range__result {
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 8px;
    background: #f7f8fa;
    line-height: 30px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .message-list .date-range__result:hover {
    background: #f2f4f8;
  }
  .message-list .date-range__result i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: var(--text-disabled);
    font-size: 12px;
  }
  .message-list .date-range__result span {
    display: block;
    overflow: hidden;
    padding: 0 12px 0 30px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-tertiary);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message-list #date-custom {
    position: absolute;
    inset: 0;
    opacity: 0;
  }
  .message-list .date-range__list {
    display: none;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #eef0f6;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
  }
  .message-list .date-range__list .item {
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.35;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .message-list .date-range__list .item.selected, .message-list .date-range__list .item:hover {
    background: rgba(108, 99, 255, 0.08);
    color: var(--theme-color);
  }
  .message-list .date-range__list .row-2, .message-list .date-range__list .item.selected .row-2, .message-list .date-range__list .item:hover .row-2 {
    color: inherit;
    opacity: 0.72;
  }
  .message-list__head .download-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 0;
    border-radius: 8px;
    background: #f7f8fa;
    color: var(--text-disabled);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .message-list__head .download-icon:hover {
    background: #eeefff;
    color: var(--theme-color);
  }
  .message-list .message-download__tool {
    display: none;
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f4;
    flex-shrink: 0;
    background: #ffffff;
  }
  .message-list .download-csv__btn {
    width: 100%;
    height: 42px;
    border: none;
    border-radius: var(--theme-corner-btn);
    background: var(--theme-gradient);
    box-shadow: 0 10px 20px rgba(108, 99, 255, 0.18);
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
  }
  .message-list .download-csv__btn[disabled] {
    background: #e5e7eb;
    box-shadow: none;
    color: var(--text-disabled);
  }
  .message-list .download-trigger {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-secondary);
  }
  .message-list .download-trigger__title {
    margin-left: 12px;
    vertical-align: middle;
  }
  .message-list.message-download .message-download__close {
    display: inline-flex;
  }
  .message-list__body {
    height: auto;
    flex: 1 1 auto;
    overflow: auto;
    padding-bottom: 0;
    background: #ffffff;
  }
  .message-list__body::-webkit-scrollbar, .message-detail::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
  }
  .message-list__body::-webkit-scrollbar-thumb, .message-detail::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.28);
  }
  .message-list__blank {
    padding: 72px 24px;
    text-align: center;
    color: var(--text-disabled);
  }
  .message-list__blank img {
    width: 82px;
    margin: 0 auto 24px;
  }
  .message-list__item {
    position: relative;
    border-left: 3px solid transparent;
    color: var(--text-tertiary);
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease;
  }
  .message-list__item .item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    padding: 13px 18px;
    border-bottom: 1px solid #f7f8fa;
  }
  .message-list__item.selected {
    border-left-color: var(--theme-color);
    background: rgba(108, 99, 255, 0.06);
  }
  .message-list__item:hover {
    background: #fafafa;
  }
  .message-list__item.selected:hover {
    background: rgba(108, 99, 255, 0.06);
  }
  .message-list__item .v-checkbox {
    margin: 7px 0 0;
    display: none;
    flex-shrink: 0;
  }
  .message-wrapper .avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--theme-gradient);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  .message-list__item .avatar {
    width: 36px;
    height: 36px;
    margin-right: 0;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
  }
  .message-list__item .text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }
  .message-list__item .name {
    margin-bottom: 3px;
    overflow: hidden;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-primary);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message-list__item.unread .name {
    color: var(--text-primary);
    font-weight: 700;
  }
  .message-list__item.selected .name {
    color: var(--theme-color);
  }
  .message-list__item .email {
    overflow: hidden;
    font-size: 12.5px;
    line-height: 1.45;
    color: var(--text-tertiary);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message-list__item .otherinfo {
    margin-left: auto;
    min-width: 82px;
    padding-top: 1px;
    text-align: right;
  }
  .message-list__item .otherinfo .time {
    margin-bottom: 4px;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--text-disabled);
  }
  .message-list__item .otherinfo .platform {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 11px;
    color: var(--text-disabled);
  }
  .message-list__item .otherinfo .platform i {
    margin-right: 0;
    color: inherit;
  }
  .message-list__item .otherinfo .platform span {
    vertical-align: middle;
  }
  .message-detail {
    display: flex;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: auto;
    background: #ffffff;
  }
  .message-detail__head {
    height: auto;
    padding: 18px 28px 14px;
    border-bottom: 1px solid #f0f0f4;
    line-height: 1.2;
  }
  .message-detail__body {
    margin: 0;
    padding: 20px 28px 24px;
  }
  .message-detail__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 20px;
    border-bottom: 1px solid #f0f0f4;
  }
  .message-detail__top .avatar {
    width: 44px;
    height: 44px;
    margin: 0 14px 0 0;
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
  }
  .message-detail__top .text {
    min-width: 0;
    flex: 1 1 auto;
  }
  .message-detail__top .time {
    margin-left: auto;
    font-size: 12.5px;
    color: var(--text-disabled);
    white-space: nowrap;
  }
  .message-detail__top .text i {
    margin-right: 6px;
    color: var(--text-disabled);
    vertical-align: middle;
  }
  .message-detail__top .name {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
  }
  .message-detail__top .email, .message-detail__top .phone {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-tertiary);
    word-break: break-word;
  }
  .message-detail__fields {
    padding: 20px 0 12px;
  }
  .message-detail__fields .field__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f7f8fa;
    color: var(--text-tertiary);
    font-size: 13px;
  }
  .message-detail__fields .field__title {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 130px;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-disabled);
  }
  .message-detail__fields .field__title i {
    margin-right: 0;
    color: inherit;
    vertical-align: middle;
  }
  .message-detail__fields .field__title span {
    vertical-align: middle;
    font-size: inherit;
  }
  .message-detail__fields .field__cont {
    min-width: 0;
    flex: 1 1 auto;
  }
  .message-detail__fields .title {
    margin-bottom: 3px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.45;
  }
  .message-detail__fields .value, .message-detail__fields .field__text {
    font-size: 13px;
    line-height: 1.65;
    color: var(--text-tertiary);
    white-space: pre-line;
    word-break: break-word;
  }
  .message-detail__fields .field__checkbox {
    color: var(--text-tertiary);
  }
  .message-detail__fields .field__checkbox li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 6px;
    line-height: 1.5;
  }
  .message-detail__fields .field__checkbox i {
    margin-right: 0;
    margin-top: 2px;
    color: var(--theme-color);
    vertical-align: middle;
  }
  .message-detail__bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: column;
    padding: 8px 0 0;
    border-top: 0;
  }
  .message-detail__bottom .message-detail__other {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    color: var(--text-tertiary);
    font-size: 13px;
  }
  .message-detail__bottom .message-detail__other i {
    margin-right: 0;
    color: var(--text-disabled);
    vertical-align: middle;
  }
  .message-detail__bottom .platform, .message-detail__bottom .source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
  }
  .message-detail__bottom .dark {
    color: var(--text-secondary);
    font-weight: 600;
  }
  .message-detail__action {
    margin-left: auto;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }
  .message-detail__action .btn {
    float: none;
    width: auto;
    min-width: 128px;
    height: 40px;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
  }
  .message-detail__action .action-del {
    margin-right: 0;
  }
  .message-detail__action .action-send {
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.25);
  }
  .analysis-wrapper {
    padding: 28px 28px 40px;
    background: #f8f9fb;
  }
  .analysis-panel {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .analysis-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
  }
  .analysis-toolbar__side {
    display: flex;
    align-items: center;
    min-width: 0;
  }
  .analysis-toolbar__side--right {
    margin-left: auto;
  }
  .analysis-filter {
    position: relative;
  }
  .analysis-filter__trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 14px 8px 10px;
    border: none;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
  }
  .analysis-filter__trigger:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }
  .analysis-link-trigger {
    min-width: 240px;
    max-width: 320px;
  }
  .analysis-link-trigger__thumb, .analysis-link-option__thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f4f6;
    color: var(--text-disabled);
    flex-shrink: 0;
  }
  .analysis-link-trigger__thumb img, .analysis-link-option__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .analysis-link-trigger__text, .analysis-link-option__text {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    text-align: left;
  }
  .analysis-link-trigger__title, .analysis-link-option__title {
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-primary);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .analysis-link-trigger__url, .analysis-link-option__url {
    overflow: hidden;
    font-size: 11px;
    line-height: 1.35;
    color: var(--text-disabled);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .analysis-filter__arrow {
    margin-left: auto;
    color: var(--text-disabled);
    font-size: 14px;
    transition: transform 0.2s ease;
  }
  .analysis-filter.open .analysis-filter__arrow {
    transform: rotate(180deg);
  }
  .analysis-filter__menu {
    position: absolute;
    top: calc(100% + 8px);
    z-index: 50;
    display: none;
    min-width: 180px;
    padding: 6px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .analysis-filter.open .analysis-filter__menu {
    display: block;
  }
  .analysis-link-menu {
    left: 0;
    width: 320px;
  }
  .analysis-time-menu {
    right: 0;
    min-width: 190px;
  }
  .analysis-link-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .analysis-link-option, .analysis-filter__option {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: var(--text-secondary);
    text-align: left;
    cursor: pointer;
    transition: background-color 0.12s ease, color 0.12s ease;
  }
  .analysis-link-option:hover, .analysis-filter__option:hover {
    background: #f3f4f6;
  }
  .analysis-link-option.selected, .analysis-filter__option.selected {
    background: #eeeeff;
    color: #6c63ff;
  }
  .analysis-link-option.selected .analysis-link-option__title, .analysis-filter__option.selected {
    color: #6c63ff;
    font-weight: 600;
  }
  .analysis-link-option__check {
    display: none;
    color: #6c63ff;
    font-size: 14px;
  }
  .analysis-link-option.selected .analysis-link-option__check {
    display: inline-flex;
  }
  .analysis-time-trigger {
    min-width: 170px;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
    white-space: nowrap;
  }
  .analysis-time-current {
    white-space: nowrap;
  }
  .analysis-filter__option {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
  }
  .analysis-wrapper .analysis-main {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-bottom: 64px;
  }
  .analysis-main.is-pro-locked> :not(.analysis-pro-lock) {
    filter: blur(3px);
    opacity: 0.45;
    user-select: none;
    pointer-events: none;
  }
  .analysis-pro-lock {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 72px 24px 24px;
    background: rgba(248, 249, 251, 0.58);
    backdrop-filter: blur(4px);
  }
  .analysis-pro-lock[hidden] {
    display: none;
  }
  .analysis-pro-lock__card {
    width: min(100%, 420px);
    padding: 28px 28px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
    text-align: center;
  }
  .analysis-pro-lock__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f0effe;
    color: #6c63ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }
  .analysis-pro-lock__card h3 {
    margin: 0 0 10px;
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }
  .analysis-pro-lock__card p {
    margin: 0 0 22px;
    color: var(--text-tertiary);
    font-size: 14px;
    line-height: 1.6;
  }
  .analysis-pro-lock__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 14px;
    background: var(--theme-gradient);
    box-shadow: 0 12px 24px rgba(108, 99, 255, 0.22);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .analysis-pro-lock__action:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(108, 99, 255, 0.28);
  }
  .analysis-time-filter.is-disabled .analysis-filter__trigger {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .analysis-main .anl_type_item {
    display: block;
    margin-bottom: 24px;
  }
  .analysis-main .anl_type_item .ov_total_top {
    margin-bottom: 12px;
  }
  .analysis-main .anl_type_item:last-child {
    margin-bottom: 0;
  }
  .analysis-overview-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
  }
  .analysis-kpi-card {
    position: relative;
    padding: 18px 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .analysis-kpi-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  }
  .analysis-kpi-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }
  .analysis-kpi-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--theme-corner-btn);
    flex-shrink: 0;
  }
  .analysis-kpi-card__icon svg {
    width: 21px;
    height: 21px;
  }
  .analysis-kpi-card__trend {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: var(--text-tertiary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
  .analysis-kpi-card__trend.is-up {
    background: #ecfdf5;
    color: #10b981;
  }
  .analysis-kpi-card__trend.is-down {
    background: #fef2f2;
    color: #ef4444;
  }
  .analysis-kpi-card__trend.is-neutral {
    background: #f3f4f6;
    color: var(--text-tertiary);
  }
  .analysis-kpi-card__label {
    margin-bottom: 6px;
    color: var(--text-disabled);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .analysis-kpi-card__value {
    color: var(--text-primary);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
  }
  .analysis-kpi-card--users .analysis-kpi-card__icon {
    background: #eef2ff;
    color: #6366f1;
  }
  .analysis-kpi-card--views .analysis-kpi-card__icon {
    background: #f5f3ff;
    color: #8b5cf6;
  }
  .analysis-kpi-card--clicks .analysis-kpi-card__icon {
    background: #fdf2f8;
    color: #ec4899;
  }
  .analysis-kpi-card--ctr .analysis-kpi-card__icon {
    background: #ecfdf5;
    color: #10b981;
  }
  .analysis-traffic-growth {
    margin-bottom: 20px;
    padding: 24px 28px 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .analysis-traffic-growth__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
  }
  .analysis-traffic-growth__head h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
  .analysis-traffic-growth__legend {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  .analysis-traffic-growth__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text-tertiary);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
  .analysis-traffic-growth__legend-item i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
  }
  .analysis-traffic-growth__legend-item--visit i {
    background: #7c3aed;
  }
  .analysis-traffic-growth__legend-item--click i {
    background: #93c5fd;
  }
  .analysis-traffic-growth__chart {
    width: 100%;
    height: 240px;
  }
  .qrcode-scans {
    margin-bottom: 20px;
  }
  .qrcode-scans__head {
    margin-bottom: 18px;
  }
  .qrcode-scans__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }
  .qrcode-scans__title .explanation {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #f3f4f6;
    color: var(--text-disabled);
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .qrcode-scans__title .explanation:hover {
    background: #ede9fe;
    color: #7c3aed;
  }
  .qrcode-scans__title .explanation .iconfont {
    font-size: 12px;
    line-height: 1;
  }
  .qrcode-scans__title .explanation:hover .explanation__box {
    display: block;
  }
  .qrcode-scans__title .explanation__box {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    z-index: 20;
    width: 250px;
    padding: 10px 12px;
    border-radius: var(--theme-corner-btn);
    background: var(--text-primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    box-shadow: 0 18px 32px rgba(17, 24, 39, 0.18);
    transform: translateX(-50%);
  }
  .qrcode-scans__title .explanation__box::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: var(--text-primary);
    transform: translateX(-50%) rotate(45deg);
  }
  .qrcode-scans__total {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .qrcode-scans__total .total__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    min-height: 118px;
    padding: 16px;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    background: var(--surface-light);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    overflow: hidden;
  }
  .qrcode-scans__total .total--24h {
    background: linear-gradient(180deg, #eef2ff 0%, #ffffff 100%);
  }
  .qrcode-scans__total .total--7days {
    background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
  }
  .qrcode-scans__total .total--30days {
    background: linear-gradient(180deg, #ecfdf5 0%, #ffffff 100%);
  }
  .qrcode-scans__label {
    color: var(--text-tertiary);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .qrcode-scans__total .total {
    margin: 0;
    color: var(--text-primary);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .analysis-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  .analysis-overview-grid--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ov_overview {
    position: relative;
  }
  .ov_saves {
    position: relative;
    margin-bottom: 20px;
  }
  .analysis-saves__summary {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 10px;
  }
  .analysis-saves__summary h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
  .analysis-saves__actions {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
  }
  .analysis-saves__legend .analysis-traffic-growth__legend-item i {
    width: 16px;
    height: 3px;
    border-radius: 999px;
  }
  .analysis-saves__legend-item--current i {
    background: #10b981;
  }
  .analysis-saves__legend-item--previous i {
    background: #86efac;
  }
  .ov_save_total {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }
  .ov_save_totalNum {
    color: var(--text-primary);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .ov_save_pct {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fef2f2;
    color: #ef4444;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }
  .ov_save_pct.up {
    background: #ecfdf5;
    color: #059669;
  }
  .ov_save_chart {
    width: 100%;
    height: 240px;
  }
  .analysis-overview-card {
    padding: 22px 24px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .analysis-overview-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
  }
  .analysis-overview-card__head h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }
  .analysis-top-content__tabs {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border-radius: 999px;
    background: #f3f4f6;
  }
  .analysis-top-content__tab {
    border: none;
    border-radius: 999px;
    background: transparent;
    color: var(--text-disabled);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .analysis-top-content__tab.selected {
    background: #7c3aed;
    color: #ffffff;
  }
  .analysis-top-content__list, .analysis-location-overview__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .analysis-top-content__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .analysis-top-content__row, .analysis-location-overview__item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .analysis-top-content__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #f5f3ff;
    color: #7c3aed;
    overflow: hidden;
    flex-shrink: 0;
  }
  .analysis-top-content__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .analysis-top-content__copy, .analysis-location-overview__country-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .analysis-top-content__title, .analysis-location-overview__country-name {
    overflow: hidden;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .analysis-top-content__sub, .analysis-location-overview__country-code {
    overflow: hidden;
    color: var(--text-disabled);
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .analysis-top-content__metric, .analysis-location-overview__metric {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
  }
  .analysis-top-content__metric-value, .analysis-location-overview__count {
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
  }
  .analysis-top-content__metric-label, .analysis-location-overview__pct {
    color: var(--text-disabled);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .analysis-top-content__bar {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: #f3f4f6;
    overflow: hidden;
  }
  .analysis-top-content__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--theme-gradient);
  }
  .analysis-source-overview__hint {
    margin: 0 0 20px;
    color: var(--text-disabled);
    font-size: 12px;
    line-height: 1.4;
  }
  .analysis-source-overview__body {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .analysis-source-overview__chart {
    width: 160px;
    height: 160px;
    flex-shrink: 0;
  }
  .analysis-source-overview__legend {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
  }
  .analysis-source-overview__legend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .analysis-source-overview__legend-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--text-secondary);
    font-size: 13px;
  }
  .analysis-source-overview__legend-meta i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex-shrink: 0;
  }
  .analysis-source-overview__legend-value {
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
  }
  .analysis-location-overview {
    margin-bottom: 20px;
  }
  .analysis-location-overview__country {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
  }
  .analysis-location-overview__country img {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .analysis-device-overview__hint {
    margin: 0 0 12px;
    color: var(--text-disabled);
    font-size: 12px;
    line-height: 1.4;
  }
  .analysis-device-overview__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .analysis-device-overview__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 18px 12px;
    border-radius: 16px;
    background: #f7f8fa;
  }
  .analysis-device-overview__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    flex-shrink: 0;
  }
  .analysis-device-overview__icon svg, .analysis-device-overview__icon i {
    display: block;
  }
  .analysis-device-overview__count {
    color: var(--text-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .analysis-device-overview__title {
    color: var(--text-disabled);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .analysis-overview-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    border-radius: 14px;
    background: #f9fafb;
    color: var(--text-disabled);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
  }
  .analysis-wrapper .overview-wrap {
    border-radius: 20px;
  }
  .analysis-wrapper .ov_btn_days, .date_setting {
    display: none !important;
  }
  .lf-linkpage-editor {
    gap: 24px;
  }
  .lf-linkpage-editor .mp-basic-profile-entry, .lf-linkpage-editor .mypage-editor__detail {
    display: none;
  }
  .lf-linkpage-editor .mp-block__toolbar {
    display: none;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 4px 0 8px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .mob-mp-appearance__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module[data-module="theme"]>.mp-appearance__title {
    display: none;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .mob-mp-appearance__title .title, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module[data-module="theme"]>.mp-appearance__title .title {
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .mp-appearance__apply.btn {
    min-width: 100px;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    box-shadow: 0 10px 22px rgba(108, 99, 255, 0.2);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    line-height: 1.3;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EEF2F7;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__title {
    display: block;
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__top--dropdown {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: 0;
    border-radius: 12px;
    background: #F3F4F6;
    color: var(--text-tertiary);
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__top--dropdown:hover {
    background: #ECEFF3;
    color: var(--text-primary);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module.is-open .module__top--dropdown {
    transform: rotate(180deg);
    background: rgba(108, 99, 255, 0.08);
    color: var(--theme-color);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__cont-item {
    padding-bottom: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__body>*+*, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__cont>*+*, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__cont-item>*+* {
    margin-top: 14px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__tab {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__tab span {
    cursor: pointer;
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    margin-right: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 999px;
    background: #F0F1F3;
    color: var(--text-tertiary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__tab span.selected {
    border: 0;
    background: #1F2937;
    color: #FFFFFF;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.14);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__tab.module__tab--line {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid var(--border-light, #EEF2F7);
    margin-bottom: 24px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__tab.module__tab--line span {
    min-height: auto;
    padding: 0 0 10px 0;
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    color: var(--text-disabled);
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module__tab.module__tab--line span.selected {
    background: transparent;
    color: var(--text-primary-dark);
    font-weight: 600;
    border-bottom-color: var(--text-primary-dark);
    box-shadow: none;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value__title {
    margin-bottom: 12px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--toggle .custom-value__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value__subtitle {
    margin-bottom: 10px;
    color: var(--text-tertiary);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value__subtitle.fee {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value__subtitle img {
    margin-left: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value__list.clearfix::after {
    display: none;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .color_tmpl {
    width: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 36px);
    gap: 12px;
    margin-top: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .color_tmpl li {
    width: 36px;
    height: 36px;
    margin: 0 !important;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08), 0 6px 14px rgba(17, 24, 39, 0.04);
    transition: transform 0.12s ease, box-shadow 0.15s ease;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .color_tmpl li:hover {
    transform: translateY(-1px);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .color_tmpl li.selected:before {
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.04);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .color_tmpl li span {
    width: 18px;
    height: 18px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .newColor_picker {
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
    overflow: hidden;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="font"] {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="font"] .custom-value__subtitle {
    margin-bottom: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="font"] .custom-value__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(44px, 1fr));
    gap: 8px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .font_tmpl li {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: var(--theme-corner-inner);
    background: var(--surface-light);
    box-shadow: inset 0 0 0 1px #E5E7EB;
    transition: box-shadow 0.15s ease, transform 0.12s ease;
    cursor: pointer;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .font_tmpl li:hover {
    transform: translateY(-1px);
    background: #FFFFFF;
    box-shadow: inset 0 0 0 1px rgba(108, 99, 255, 0.2), 0 10px 20px rgba(17, 24, 39, 0.06);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .font_tmpl li.selected {
    border: none;
    box-shadow: inset 0 0 0 1px rgba(108, 99, 255, 0.36), 0 0 0 3px rgba(108, 99, 255, 0.12);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 12px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] li {
    width: auto;
    height: auto;
    width: 120px;
    height: 120px;
    aspect-ratio: 1 / 1;
    padding: 8px;
    border: none;
    border-radius: var(--theme-corner-block);
    background: var(--surface-light);
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.16s ease, background-color 0.16s ease;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] li:hover {
    transform: translateY(-1px);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] li.selected {
    border: 2px solid var(--theme-color);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] li img {
    width: 100%;
    height: 100%;
    border-radius: var(--theme-corner-inner);
    object-fit: cover;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] li.fee::after {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 12px rgba(17, 24, 39, 0.08);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] .switch-theme {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] .switch-theme .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1.5px dashed rgba(108, 99, 255, 0.36);
    border-radius: 14px;
    background: rgba(108, 99, 255, 0.04);
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-module="background"] [data-value="style"] ul, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="style"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="radius"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="style"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="align"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="align"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] ul {
    display: grid;
    gap: 12px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-module="background"] [data-value="style"] ul {
    margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list {
    margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="style"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="radius"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="align"] .custom-value__list, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="align"] .custom-value__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="style"] .custom-value__list {
    grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] .custom-value__list {
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] ul {
    width: auto;
    margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-module="background"] [data-value="style"] li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="style"] li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="radius"] li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="style"] li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="align"] li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="align"] li, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] li {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    width: auto;
    padding: 6px;
    border: none;
    border-radius: var(--theme-corner-inner);
    background: var(--surface-light);
    box-shadow: inset 0 0 0 1px #E5E7EB;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.16s ease, background-color 0.16s ease;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-module="background"] [data-value="style"] li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="style"] li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="radius"] li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="style"] li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="align"] li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="align"] li:hover, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] li:hover {
    transform: translateY(-1px);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-module="background"] [data-value="style"] li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="style"] li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="radius"] li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="style"] li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="align"] li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="align"] li.selected, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] li.selected {
    border: none;
    background: #FFFFFF;
    box-shadow: inset 0 0 0 1px rgba(108, 99, 255, 0.4), 0 0 0 3px rgba(108, 99, 255, 0.12);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list li svg {
    width: 100%;
    max-width: 106px;
    height: 60px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="style"] li img, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="style"] img, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="align"] img, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="align"] img {
    width: auto;
    max-width: 42px;
    height: auto;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] li {
    min-height: 88px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] li.fee::after, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] li.fee::after, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list li.fee::after {
    top: 8px;
    right: 10px;
    left: auto;
    transform: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 12px rgba(17, 24, 39, 0.08);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="thumbnail"] [data-value="radius"] li span {
    width: 44px;
    height: 44px;
    border: 4px solid #697586;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] .custom-value__list li {
    height: auto;
    width: auto;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] .custom-value__list li:not(:last-child) {
    margin-right: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="style"] .custom-value__list img {
    width: auto;
    max-width: 70px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] .custom-value__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] .custom-value__list li {
    float: none;
    margin-right: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] .v-radio-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 12px 0 36px;
    border-radius: var(--theme-corner-inner);
    background: var(--surface-light);
    box-shadow: inset 0 0 0 1px #E5E7EB;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] .v-radio-label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] .v-radio-label i {
    position: absolute;
    left: 14px;
    top: 50%;
    width: 14px;
    height: 14px;
    border: 1.5px solid #C7CDD8;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] li.selected {
    background: #FFFFFF;
    color: var(--theme-color);
    box-shadow: inset 0 0 0 1px rgba(108, 99, 255, 0.36), 0 0 0 3px rgba(108, 99, 255, 0.12);
    border-radius: var(--theme-corner-inner);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] li.selected .v-radio-label {
    box-shadow: none;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="divider"] [data-value="width"] li.selected .v-radio-label i {
    border-color: var(--theme-color);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .slider-bar-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: #E5E7EB;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider-bar {
    top: 0;
    bottom: 0;
    border-radius: 999px;
    background: var(--theme-color) !important;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider-wrap {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider-wrap-btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 4px solid var(--theme-color);
    box-shadow: 0 8px 18px rgba(108, 99, 255, 0.2);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider-tips {
    top: -34px;
    padding: 4px 8px;
    border-radius: 10px;
    background: #111827;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
    transform: translateX(-50%);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider-stepper {
    width: 62px;
    min-width: 62px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider-stepper .input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #E5E7EB;
    border-radius: var(--theme-corner-small) !important;
    background: #F9FAFB;
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-value--slider .zui-slider-stepper .input:focus {
    outline: none;
    border-color: rgba(108, 99, 255, 0.45);
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.1);
    background: #FFFFFF;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .gradient-setcolor ul {
    grid-template-columns: repeat(auto-fill, 48px);
    gap: 12px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .gradient-setcolor li {
    width: 48px;
    height: 48px;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08), 0 8px 16px rgba(17, 24, 39, 0.05);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .gradient-setdirection .custom-value__list {
    display: flex;
    align-items: center;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .gradient-setdirection li {
    position: relative;
    float: none;
    width: 56px;
    height: 56px;
    margin-right: 0;
    border-radius: var(--theme-corner-inner);
    box-shadow: inset 0 0 0 1px #E5E7EB;
    cursor: pointer;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .gradient-setdirection .icon {
    position: absolute;
    top: 8px;
    right: 8px;
    float: none;
    display: none;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--theme-color);
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .gradient-setdirection li.selected .icon {
    display: inline-flex;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .rotary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 999px;
    background: #F3F4F6;
    cursor: pointer;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .rotary-btn img {
    width: 16px;
    height: 16px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-image, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-video__upload {
    margin-bottom: 0;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-image {
    align-items: stretch;
    gap: 16px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-image .custom-image__upload, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-video__upload {
    width: 100%;
    max-width: 220px;
    height: 168px;
    margin-right: 0;
    border-radius: var(--theme-corner-inner);
    overflow: hidden;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-image .img_empty, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-video__blank {
    border: none;
    border-radius: var(--theme-corner-inner);
    box-shadow: inset 0 0 0 1px #E5E7EB;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-image .img_empty img, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-video__blank img {
    width: 46px;
    opacity: 0.72;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-image .img_block, .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-video__cover img {
    border-radius: 20px;
  }
  .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .custom-image .custom-image__right {
    width: auto;
    flex: 1 1 auto;
  }
  @media (min-width: 768px) {
    .lf-linkpage-editor {
      display: flex;
      align-items: flex-start;
      min-height: calc(100vh - 120px);
    }
    .lf-linkpage-editor .l-mypage__main {
      flex: 1 1 auto;
      min-width: 0;
    }
    .lf-linkpage-editor .mypage__main {
      width: 100%;
      background: var(--surface-main);
    }
    .lf-linkpage-editor .mypage-nav {
      padding: 20px 0 0;
      margin-bottom: 16px;
    }
    .lf-linkpage-editor .mypage-nav .mypage-nav__list {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0 8px;
      overflow: visible;
    }
    .lf-linkpage-editor .mypage-nav .mypage-nav__item {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      flex-shrink: 0;
      overflow: hidden;
      height: 36px;
      padding: 0 18px;
      border: none;
      border-radius: 999px;
      background: #E9EAEC;
      color: var(--text-tertiary);
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      user-select: none;
      -webkit-user-select: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      touch-action: manipulation;
      backface-visibility: hidden;
      transform: translateZ(0);
      will-change: background-color, color, box-shadow, transform;
      transition: box-shadow 0.15s ease, transform 0.12s ease;
      outline: none;
    }
    .lf-linkpage-editor .mypage-nav .mypage-nav__item span {
      display: block;
      line-height: 1;
      pointer-events: none;
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    .lf-linkpage-editor .mypage-nav .mypage-nav__item:focus-visible {
      box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.16);
    }
    .lf-linkpage-editor .mypage-nav .mypage-nav__item.active {
      background: var(--theme-color);
      color: var(--text-inverse);
      box-shadow: 0 4px 14px rgba(108, 99, 255, 0.24);
    }
    .lf-linkpage-editor .mypage-panel .mypage-panel__item {
      background: transparent;
      box-shadow: none;
      border-radius: 0;
      padding: 12px 8px 8px;
    }
    .lf-linkpage-editor .mp-appearance.mp-appearance--v2 .module[data-module="theme"]>.mp-appearance__title {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #EEF2F7;
    }
    .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-value="tid"] ul {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="block"] .custom-value__list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="social"] [data-value="style"] .custom-value__list {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lf-linkpage-editor .mp-appearance.mp-appearance--v2 [data-key="profile"] [data-value="style"] ul {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] {
      padding-top: 4px;
    }
    .lf-linkpage-editor .mp-advance {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-advance__hero {
      padding: 22px 24px;
      border-radius: 18px;
      background: radial-gradient(circle at top right, rgba(108, 99, 255, 0.12), transparent 42%), linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
      box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
    }
    .lf-linkpage-editor .mp-advance__eyebrow {
      margin-bottom: 8px;
      color: var(--theme-color);
      font-size: 11px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .lf-linkpage-editor .mp-advance__title {
      color: var(--text-primary);
      font-size: 20px;
      font-weight: 800;
      line-height: 1.3;
      letter-spacing: -0.02em;
    }
    .lf-linkpage-editor .mp-advance__desc {
      margin-top: 8px;
      max-width: 680px;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.65;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .advance-box-item {
      padding: 0 20px 20px;
      background: var(--surface-card);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(5, 6, 7, 0.05);
      transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .advance-box-item:hover {
      box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
      transform: translateY(-1px);
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .advance-box-item:focus-within {
      border-color: rgba(108, 99, 255, 0.24);
      box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.08), 0 14px 28px rgba(17, 24, 39, 0.08);
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .advan_title, .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__top {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0;
      padding: 0;
      border-bottom: 0;
      color: var(--text-primary);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.35;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__top {
      justify-content: space-between;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .mp-advance__card-title--toggle .v-toggle {
      flex-shrink: 0;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .mp-advance__card-desc, .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_desc, .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__desc {
      margin: 8px 0 0;
      padding: 0;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.6;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-group {
      margin-bottom: 14px;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-group:last-of-type {
      margin-bottom: 0;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-group label {
      display: block;
      margin-bottom: 8px;
      padding-right: 72px;
      color: var(--text-secondary);
      font-size: 12px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-group input, .lf-linkpage-editor .mypage-panel__item[toggle=advance] textarea {
      width: 100%;
      border: 1.5px solid #E5E7EB;
      border-radius: var(--theme-corner-inner);
      color: var(--text-primary);
      transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
      box-sizing: border-box;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-group input {
      height: 46px;
      padding: 0 12px;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] textarea {
      height: 112px;
      padding: 12px 14px;
      resize: vertical;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-group input:focus, .lf-linkpage-editor .mypage-panel__item[toggle=advance] textarea:focus {
      border-color: rgba(108, 99, 255, 0.55);
      background: #FFFFFF;
      box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.08);
      outline: none;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] input[readonly], .lf-linkpage-editor .mypage-panel__item[toggle=advance] textarea[readonly] {
      background: #F3F4F6;
      color: var(--text-secondary);
      cursor: not-allowed;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .num-tips {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      color: var(--text-disabled);
      font-size: 11px;
      font-weight: 700;
      line-height: 1.4;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .explain {
      margin: 12px 0 0;
      color: var(--text-tertiary);
      font-size: 12.5px;
      line-height: 1.6;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .mp-advance__upgrade, .lf-linkpage-editor .mypage-panel__item[toggle=advance] .upgrade-box {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 14px;
      padding: 10px 12px;
      border-radius: 14px;
      background: rgba(108, 99, 255, 0.06);
      border: 1px solid rgba(108, 99, 255, 0.12);
      color: var(--text-secondary);
      font-size: 12.5px;
      line-height: 1.5;
      text-align: left;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .upgrade-box a {
      color: var(--theme-color);
      font-weight: 700;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-favicon {
      width: 88px;
      height: 88px;
      border-radius: 18px;
      overflow: hidden;
      background: #F3F4F6;
      box-shadow: inset 0 0 0 1px #E5E7EB;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-favicon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .adv_form-group .icon-close {
      right: 8px;
      top: 8px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      border-radius: 999px;
      background: rgba(17, 24, 39, 0.72);
      color: #FFFFFF;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .favicon-upload.btn-border {
      min-width: 112px;
      height: 42px;
      padding: 0 16px;
      border-radius: 12px;
      line-height: 40px;
      border-color: rgba(108, 99, 255, 0.24);
      background: #FFFFFF;
      font-size: 13px;
      font-weight: 700;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 14px;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__item:not(:last-child) {
      margin-right: 0;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__item .v-radio-label {
      position: relative;
      min-height: 42px;
      padding: 0 16px 0 42px;
      border-radius: 999px;
      background: #FFFFFF;
      box-shadow: inset 0 0 0 1px #E5E7EB;
      color: var(--text-secondary);
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      transition: box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease, transform 0.12s ease;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__item .v-radio-label:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 1px rgba(108, 99, 255, 0.28), 0 8px 18px rgba(17, 24, 39, 0.06);
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__item .v-radio-label i {
      position: absolute;
      left: 14px;
      top: 50%;
      width: 16px;
      height: 16px;
      border: 1.5px solid #C7CDD8;
      transform: translateY(-50%);
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__item .v-radio-label input:checked+i {
      border-color: var(--theme-color);
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .sensitive__item .v-radio-label input:checked+i+.v-radio__text {
      color: var(--theme-color);
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .mp-advance__seo-preview {
      margin-top: 16px;
      padding: 16px 18px;
      border-radius: var(--theme-corner-inner);
      background: #fafafa;
      box-shadow: inset 0 0 0 1px #E5E7EB;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .demo-title {
      margin-top: 0;
      margin-bottom: 10px;
      color: var(--text-tertiary);
      font-size: 11px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .example {
      margin: 0;
      color: #1A0DAB;
      font-size: 18px;
      line-height: 1.4;
      word-break: break-word;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .search {
      margin-top: 6px;
      color: #188038;
      font-size: 13px;
      line-height: 1.5;
      word-break: break-all;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .result {
      margin: 6px 0 0;
      color: #4B5563;
      font-size: 13px;
      line-height: 1.6;
      word-break: break-word;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .mp-advance__tips-help {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      margin-left: 6px;
      border-radius: 50%;
      border: 1.5px solid #D1D5DB;
      color: #9CA3AF;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .mp-advance__tips-help .iconfont {
      font-size: 11px;
    }
    .lf-linkpage-editor .mypage-panel__item[toggle=advance] .tips-help-favicon img {
      top: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%);
      padding: 8px;
      border-radius: 14px;
      background: #FFFFFF;
      box-shadow: 0 18px 40px rgba(17, 24, 39, 0.16);
      max-width: 260px;
      max-height: none;
    }
    .lf-linkpage-editor .mp-mypage-shell {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic {
      display: none;
    }
    .lf-linkpage-editor .mp-mypage-shell[data-mypage-stage="basic-profile"] .mp-mypage-stage--list, .lf-linkpage-editor .mp-mypage-shell[data-mypage-stage="block-editor"] .mp-mypage-stage--list {
      display: none;
    }
    .lf-linkpage-editor .mp-mypage-shell[data-mypage-stage="basic-profile"] .mp-mypage-stage--basic, .lf-linkpage-editor .mp-mypage-shell[data-mypage-stage="block-editor"] .mp-mypage-stage--basic {
      display: block;
    }
    .lf-linkpage-editor .mp-basic-profile-entry {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 16px 20px;
      background: var(--surface-card);
      border-radius: 16px;
      box-shadow: 0 2px 10px rgba(17, 24, 39, 0.06);
      transition: box-shadow 0.2s ease, transform 0.15s ease;
    }
    .lf-linkpage-editor .mp-basic-profile-entry:hover {
      box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
      transform: translateY(-1px);
    }
    .lf-linkpage-editor .mp-basic-profile-entry.is-editing {
      background: var(--surface-selected);
      box-shadow: 0 12px 28px rgba(108, 99, 255, 0.14);
    }
    .lf-linkpage-editor .mp-basic-profile-entry__cover {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0;
      background: var(--theme-gradient-edit);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      font-size: 22px;
      font-weight: 800;
      box-shadow: 0 4px 12px rgba(108, 99, 255, 0.2);
    }
    .lf-linkpage-editor .mp-basic-profile-entry__cover.has-image {
      background: #E5E7EB;
      box-shadow: none;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__main {
      flex: 1 1 auto;
      min-width: 0;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__label {
      margin-bottom: 4px;
      color: var(--text-tertiary);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__title {
      color: var(--text-primary);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.3;
      word-break: break-word;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__desc {
      margin-top: 2px;
      color: var(--text-tertiary);
      font-size: 12px;
      line-height: 1.45;
      word-break: break-word;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__edit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      height: 32px;
      padding: 0 18px;
      border: none;
      border-radius: 999px;
      background: #F3F4F6;
      color: #4B5563;
      font-size: 13px;
      font-weight: 500;
      flex-shrink: 0;
      transition: background 0.15s ease, color 0.15s ease;
      cursor: pointer;
      line-height: 1;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__edit:hover {
      background: #E5E7EB;
      color: #1F2937;
    }
    .lf-linkpage-editor .mp-basic-profile-entry__edit i {
      font-size: 13px;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor {
      margin: 0;
      padding: 0;
    }
    .lf-linkpage-editor .mp-linkEditor .mp-linkEditor__box {
      background: var(--surface-card);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 2px 14px rgba(17, 24, 39, 0.035);
    }
    .lf-linkpage-editor .mp-linkEditor .mp-linkEditor__footer {
      margin-top: 14px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .mp-linkEditor__container {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .mp-linkEditor__box {
      overflow: visible;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .mp-linkEditor__content {
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .mp-linkEditor__footer {
      margin-top: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--social .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--header .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--graphext .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--tiktok .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--request .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__container, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__container {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--header .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--graphext .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--tiktok .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--request .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__box, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__box {
      overflow: visible;
    }
    .lf-linkpage-editor .mp-linkEditor--social .mp-linkEditor__content {
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--header .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--graphext .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--tiktok .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--request .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__content, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__content {
      padding: 20px 16px 22px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--header .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--graphext .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--tiktok .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--request .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__footer, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__footer {
      margin-top: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__form-card {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-settings-wrapper {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-settings__title {
      margin: 0;
      color: var(--text-primary);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-settings__subtitle {
      margin: 0;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.6;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-settings__display .v-radio-label {
      gap: 6px;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-account:not(:empty), .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-settings__video:not(:empty) {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-account .v-select__selector, .lf-linkpage-editor .mp-linkEditor--tiktok .video-type .v-select__selector {
      z-index: 11;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-account__connect {
      width: 100%;
      height: 48px;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .tiktok-account__add, .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__btn {
      align-self: flex-start;
      margin-top: 0;
      padding: 0;
      border: 0;
      background: transparent;
      color: var(--theme-color);
      font-size: 13px;
      font-weight: 600;
      line-height: 1.5;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__list, .lf-linkpage-editor .mp-linkEditor--tiktok .latest-video__list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__item, .lf-linkpage-editor .mp-linkEditor--tiktok .latest-video__item {
      display: flex;
      align-items: center;
      gap: 12px;
      min-height: 88px;
      margin-bottom: 0;
      padding: 12px 14px;
      border-radius: var(--theme-corner-inner);
      background: #FFFFFF;
      box-shadow: inset 0 0 0 1px #E5E7EB;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__drag {
      position: static;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 10px;
      background: #F3F4F6;
      color: #6B7280;
      flex: none;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__drag i {
      position: static;
      transform: none;
      font-size: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__img, .lf-linkpage-editor .mp-linkEditor--tiktok .latest-video__img {
      width: 72px;
      height: 72px;
      margin-right: 0;
      flex: none;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__img img, .lf-linkpage-editor .mp-linkEditor--tiktok .latest-video__img img {
      width: 100%;
      height: 100%;
      margin-right: 0;
      object-fit: cover;
      border-radius: 12px;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__info, .lf-linkpage-editor .mp-linkEditor--tiktok .latest-video__info {
      min-width: 0;
      flex: 1 1 auto;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__title, .lf-linkpage-editor .mp-linkEditor--tiktok .latest-video__title {
      color: var(--text-primary);
      line-height: 1.45;
      overflow-wrap: break-word;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__desc, .lf-linkpage-editor .mp-linkEditor--tiktok .latest-video__desc {
      margin-top: 6px;
      color: var(--text-tertiary);
      font-size: 12px;
      line-height: 1.5;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__delete {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      margin-left: auto;
      padding: 0;
      border-radius: 10px;
      background: #F3F4F6;
      color: #6B7280;
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__delete:hover {
      background: #FEE2E2;
      color: #DC2626;
    }
    .lf-linkpage-editor .mp-linkEditor--tiktok .select-video__delete i {
      font-size: 18px;
      color: currentColor;
    }
    .lf-linkpage-editor .mp-linkEditor--graphext .graphext__wrapper {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__form-intro {
      padding: 12px;
      border-radius: var(--theme-corner-inner);
      background: var(--surface-light);
    }
    .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__form-intro-title {
      color: var(--text-primary);
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
    }
    .lf-linkpage-editor .mp-linkEditor--form .mp-linkEditor__form-intro-desc {
      margin-top: 4px;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.55;
    }
    .lf-linkpage-editor .mp-linkEditor--form .form-iframe {
      height: min(62vh, calc(100vh - 440px));
      min-height: 360px;
      overflow: hidden;
      border-radius: 16px;
      background: #FFFFFF;
      box-shadow: inset 0 0 0 1px #E5E7EB;
    }
    .lf-linkpage-editor .mp-linkEditor--form .form-iframe iframe {
      display: block;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__media-card, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__media-card, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__media-card, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-card, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__media-card, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__media-card, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__ytb-card {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__media-intro, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__media-intro, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__media-intro, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-intro, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__media-intro, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__media-intro, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__media-intro {
      padding: 12px;
      border-radius: var(--theme-corner-inner);
      background: var(--surface-light);
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.6;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__platform-list {
      margin: 10px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
      gap: 10px;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__platform-item {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      padding: 8px 10px;
      border-radius: var(--theme-corner-inner);
      border: 1px solid var(--border-light);
      box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__platform-item img {
      width: 28px;
      height: 28px;
      object-fit: contain;
      flex: none;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__platform-item span {
      min-width: 0;
      color: var(--text-primary);
      font-size: 13px;
      font-weight: 600;
      line-height: 1.4;
    }
    .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__support-tags, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__support-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }
    .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__support-tag, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__support-tag {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      background: #F3F4F6;
      color: var(--text-secondary);
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__media-group, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__media-group, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__media-group, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-group, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__media-group, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__media-group, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__media-group {
      margin-bottom: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__media-group .v-label, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__media-group .v-label, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__media-group .v-label, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-group .v-label, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__media-group .v-label, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__media-group .v-label, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__media-group .v-label {
      display: block;
      margin-bottom: 8px;
      color: var(--text-primary);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.4;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__media-group .v-form-group-help, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__media-group .v-form-group-help, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__media-group .v-form-group-help, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-group .v-form-group-help, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__media-group .v-form-group-help, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__media-group .v-form-group-help, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__media-group .v-form-group-help {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 8px;
      font-size: 12px;
      line-height: 1.5;
    }
    .lf-linkpage-editor .mp-linkEditor--video .mp-linkEditor__media-group .v-form-group-help i, .lf-linkpage-editor .mp-linkEditor--music .mp-linkEditor__media-group .v-form-group-help i, .lf-linkpage-editor .mp-linkEditor--instagram .mp-linkEditor__media-group .v-form-group-help i, .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-group .v-form-group-help i, .lf-linkpage-editor .mp-linkEditor--podcast .mp-linkEditor__media-group .v-form-group-help i, .lf-linkpage-editor .mp-linkEditor--typeform .mp-linkEditor__media-group .v-form-group-help i, .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__media-group .v-form-group-help i {
      font-size: 12px;
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-note {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 14px;
      border-radius: var(--theme-corner-inner);
      background: #FFFFFF;
      box-shadow: inset 0 0 0 1px #E5E7EB;
      color: var(--text-primary);
      font-size: 13px;
      font-weight: 600;
      line-height: 1.5;
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-note .explanation {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 26px;
      height: 26px;
      border-radius: 999px;
      background: #F3F4F6;
      color: #6B7280;
      flex: none;
      transition: background 0.15s ease, color 0.15s ease;
      cursor: pointer;
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-note .explanation:hover {
      background: #EDE9FE;
      color: #7C3AED;
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-note .explanation .iconfont {
      font-size: 12px;
      line-height: 1;
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-note .explanation:hover .explanation__box {
      display: block;
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-note .explanation__box {
      display: none;
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      z-index: 20;
      width: 250px;
      padding: 10px 12px;
      border-radius: var(--theme-corner-btn);
      background: var(--text-primary);
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
      text-align: left;
      box-shadow: 0 18px 32px rgba(17, 24, 39, 0.18);
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-note .explanation__box::after {
      content: "";
      position: absolute;
      top: -6px;
      right: 7px;
      width: 12px;
      height: 12px;
      background: var(--text-primary);
      transform: rotate(45deg);
    }
    .lf-linkpage-editor .mp-linkEditor--fbpage .mp-linkEditor__media-options {
      margin-bottom: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .c-ytb-sub {
      position: relative;
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .mp-linkEditor__media-group {
      position: relative;
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .c-ytb-sub__channel {
      top: calc(100% + 10px);
      border: 1px solid #E5E7EB;
      border-radius: var(--theme-corner-block);
      background: var(--surface-card);
      box-shadow: 0 16px 30px rgba(17, 24, 39, 0.08);
      overflow: auto;
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .c-ytb-sub__channel .channel-item, .lf-linkpage-editor .mp-linkEditor--ytbsub .c-ytb-sub__select .channel-item {
      padding: 12px 14px;
      border-radius: var(--theme-corner-inner);
      background: var(--surface-card);
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .c-ytb-sub__channel .channel-item:hover {
      background-color: var(--surface-hover);
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .c-ytb-sub__select {
      display: none;
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .c-ytb-sub__select .channel-item {
      border: 1px solid #E5E7EB;
      box-shadow: 0 6px 18px rgba(17, 24, 39, 0.04);
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .channel-item-info .title span {
      color: var(--text-primary);
      font-size: 14px;
      font-weight: 600;
    }
    .lf-linkpage-editor .mp-linkEditor--ytbsub .channel-item-info .desc span {
      color: var(--text-tertiary);
      font-size: 12px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .editBlock-item {
      margin: 0;
      list-style: none;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .editBlock {
      position: relative;
      border-radius: 18px;
      background: #FFFFFF;
      box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
      overflow: hidden;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .input_box {
      min-height: 74px;
      padding: 14px 16px;
      gap: 14px;
      align-items: center;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .block-box__move {
      position: static;
      width: 18px;
      border-right: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: none;
      color: var(--text-tertiary);
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .block-box__move svg {
      width: 20px;
      height: 20px;
      display: block;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .rend_btn {
      flex: 1 1 auto;
      width: auto;
      min-width: 0;
      min-height: 0;
      padding-left: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .rend_btn img {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      margin-right: 12px;
      object-fit: cover;
      flex: none;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .editBlock__info {
      flex: 1 1 auto;
      gap: 3px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .editBlock__title {
      color: var(--text-primary);
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .editBlock__special {
      min-height: 18px;
      color: var(--text-tertiary);
      font-size: 12px;
      line-height: 1.45;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box {
      margin-right: 0;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box .icon_item {
      width: 30px;
      height: 30px;
      border-radius: 10px;
      background-color: #F3F4F6;
      border: none;
      padding: 0;
      color: var(--text-tertiary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.15s ease, color 0.15s ease;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box .icon_item:hover {
      background-color: #E7EAF3;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box .icon_item.active {
      background-color: #EEF2FF;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box [data-tab=edit] {
      font-size: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box [data-tab=delete]:hover {
      background-color: #FEE2E2;
      color: #DC2626;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box [data-tab=delete].active {
      background-color: #FEE2E2;
      color: #DC2626;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .icon_box [data-tab=delete] svg {
      width: 14px;
      height: 14px;
      display: block;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .edit_item {
      border-top: 1px solid #EEF2F6;
      background: #FCFCFD;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .edit_item[data-tabcon=edit] {
      padding: 18px 16px 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .edit_item[data-tabcon=delete] {
      padding: 18px 16px 16px;
      text-align: left;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .edit_item[data-tabcon=delete] span {
      margin: 0 0 14px;
      color: var(--text-tertiary);
      line-height: 1.6;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .dr_form-group {
      margin-bottom: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .dr_form-group input {
      border: 1px solid #E5E7EB;
      border-radius: var(--theme-corner-inner);
      background: #FFFFFF;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .edit_info__title {
      color: var(--text-primary);
      font-weight: 700;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .pic_block {
      align-items: flex-start;
      gap: 14px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .pic-box {
      width: 80px;
      height: 80px;
      flex: none;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .pic_button {
      margin-left: 0;
      flex: 1 1 auto;
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .pic_button button {
      width: 100%;
      max-width: 220px;
      border-radius: var(--theme-corner-btn);
    }
    .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .btn_info_save, .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .btn_remove_cancel, .lf-linkpage-editor .mp-linkEditor--social .drags_box[data-field=social] .btn_remove_save {
      min-width: 100px;
      height: 40px;
      border-radius: 999px;
    }
    .lf-linkpage-editor .mp-linkEditor--social .social__add {
      margin: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--social .add_social_btn {
      width: 100%;
      min-height: 46px;
      border-radius: 90px;
      box-shadow: none;
    }
    .lf-linkpage-editor .mp-linkEditor--header .v-form-group {
      margin-bottom: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .button-editor__group-card {
      padding: 18px 16px 0px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .button-collapsible {
      margin: 0;
      padding: 0;
      border: none;
      background: transparent;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .button-collapsible .collapsible__top {
      align-items: flex-start;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .button-collapsible .title {
      color: var(--text-primary);
      font-weight: 700;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .button-collapsible .collapsible__desc {
      margin-top: 8px;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.5;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .button-collapsible .v-anmtLabel-control:not(:last-child) {
      margin-bottom: 14px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .link__add.up, .lf-linkpage-editor .mp-linkEditor--button-group .link__add.down {
      margin: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .link__add.up .add_link_btn, .lf-linkpage-editor .mp-linkEditor--button-group .link__add.down .add_link_btn, .lf-linkpage-editor .mp-linkEditor[data-type=cover] .basic-save__btn {
      width: 100%;
      min-height: 46px;
      border-radius: 90px;
      box-shadow: none;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .editBlock-item {
      margin: 0;
      list-style: none;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .editBlock {
      position: relative;
      border-radius: 18px;
      background: #FFFFFF;
      box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
      overflow: hidden;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .editBlock__warning {
      margin: 0 16px 14px;
      border-radius: var(--theme-corner-btn);
      border: 1px solid #FED7AA;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .input_box {
      min-height: 74px;
      padding: 14px 16px;
      gap: 14px;
      align-items: center;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .block-box__move {
      position: static;
      width: 18px;
      border-right: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: none;
      color: var(--text-tertiary);
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .block-box__move i {
      position: static;
      transform: none;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .block-box__move svg {
      width: 20px;
      height: 20px;
      display: block;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .rend_btn {
      flex: 1 1 auto;
      width: auto;
      min-width: 0;
      min-height: 0;
      padding-left: 0;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .rend_btn img {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      margin-right: 12px;
      object-fit: cover;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .editBlock__info {
      flex: 1 1 auto;
      gap: 3px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .editBlock__title {
      color: var(--text-primary);
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .editBlock__special {
      min-height: 18px;
      color: var(--text-tertiary);
      font-size: 12px;
      line-height: 1.45;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box {
      margin-right: 0;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box .icon_item {
      width: 30px;
      height: 30px;
      border-radius: 10px;
      background-color: #F3F4F6;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px;
      border: none;
      padding: 0;
      transition: background-color 0.15s ease, color 0.15s ease;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box .icon_item:hover {
      background-color: #E7EAF3;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box .icon_item.active {
      background-color: #EEF2FF;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box [data-tab=time] {
      margin-right: 0;
      line-height: 30px;
      font-size: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box [data-tab=delete] {
      background-image: none;
      color: var(--text-tertiary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box [data-tab=delete]:hover {
      background-color: #FEE2E2;
      color: #DC2626;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box [data-tab=delete].active {
      background-color: #FEE2E2;
      color: #DC2626;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .icon_box [data-tab=delete] svg {
      width: 16px;
      height: 16px;
      display: block;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .v-toggle {
      position: static;
      flex: none;
      margin-left: 2px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .edit_item {
      border-top: 1px solid #EEF2F6;
      background: #FCFCFD;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .edit_item[data-tabcon=edit], .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .edit_item[data-tabcon=time] {
      padding: 18px 16px 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .edit_item[data-tabcon=delete] {
      padding: 18px 16px 16px;
      text-align: left;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .edit_item[data-tabcon=delete] span {
      margin: 0 0 14px;
      color: var(--text-tertiary);
      line-height: 1.6;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .dr_form-group {
      margin-bottom: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .dr_form-group input, .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .dr_form-group textarea, .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .button-address input {
      border: 1px solid #E5E7EB;
      border-radius: var(--theme-corner-inner);
      background: #FFFFFF;
    }
    .drags_box[data-field=button] .button-link .urlstr_wrap input {
      border: 1px solid #E5E7EB;
      border-radius: var(--theme-corner-inner);
      background: #FFFFFF;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .dr_form-group textarea {
      width: 100%;
      min-height: 88px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .pic_block {
      align-items: flex-start;
      gap: 14px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .pic-box {
      width: 80px;
      height: 80px;
      flex: none;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .pic_button {
      margin-left: 0;
      flex: 1 1 auto;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .pic_button button {
      width: 100%;
      max-width: 220px;
      border-radius: var(--theme-corner-btn);
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .function-module {
      margin-bottom: 16px;
    }
    .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .btn_info_save, .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .btn_remove_cancel, .lf-linkpage-editor .mp-linkEditor--button-group .drags_box[data-field=button] .btn_remove_save {
      min-width: 100px;
      height: 40px;
      border-radius: 999px;
    }
    .lf-linkpage-editor .mp-linkEditor .save__btn, .lf-linkpage-editor .mp-linkEditor[data-type=cover] .basic-save__btn {
      width: 100%;
      height: 48px;
      color: var(--text-inverse);
      background: var(--theme-gradient-edit);
      border-color: var(--theme-color);
      border-radius: 90px;
    }
    .lf-linkpage-editor .mp-linkEditor--request .feature-request__action {
      width: 100%;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 16px;
      margin: 0;
      border-bottom: 1px solid var(--border-light);
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top-main {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-back {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 0;
      border: none;
      background: none;
      color: var(--text-tertiary);
      font-size: 13px;
      font-weight: 600;
      cursor: pointer;
      transition: color 0.15s ease;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-back:hover {
      color: var(--theme-color);
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__divider {
      width: 1px;
      height: 18px;
      background: #E5E7EB;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .title {
      color: var(--text-primary);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.3;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__content {
      padding: 18px 16px 20px;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic [data-type="1"] .mp-linkEditor__content, .lf-linkpage-editor .mp-mypage-stage--basic [data-type="2"] .mp-linkEditor__content {
      padding: 12px 0 20px;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top--basic .action {
      display: none;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-del, .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-dropup {
      width: 32px;
      height: 32px;
      border-radius: 10px;
      color: var(--border-dark);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.15s ease;
      cursor: pointer;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-del:hover {
      color: var(--body-theme-error);
      background-color: var(--border-dark-hover);
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-del svg {
      width: 16px;
      height: 16px;
      display: block;
    }
    .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-del i, .lf-linkpage-editor .mp-mypage-stage--basic .mp-linkEditor__top .action-dropup i {
      font-size: 15px;
    }
    .lf-linkpage-editor .mp-block {
      background: transparent;
    }
    .lf-linkpage-editor .mp-block__title {
      padding: 0;
      margin-bottom: 10px;
      color: var(--text-tertiary);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .lf-linkpage-editor .mp-block__toolbar {
      display: block;
      margin: 20px 0 16px;
    }
    .lf-linkpage-editor .mp-block__toolbar .add-block-btn {
      width: 100%;
      height: 44px;
      border: none;
      border-radius: 90px;
      background: var(--theme-gradient-edit);
      color: var(--text-inverse);
      font-size: 14px;
      font-weight: 700;
      box-shadow: var(--shadow-theme);
    }
    .lf-linkpage-editor .mp-block__toolbar .add-block-btn:hover {
      opacity: 0.94;
    }
    .lf-linkpage-editor .mp-block__body {
      background: transparent;
    }
    .lf-linkpage-editor .mp-block__add.down, .lf-linkpage-editor .mp-block__add.up {
      display: none !important;
    }
    .lf-linkpage-editor .mp-block__list {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .lf-linkpage-editor .block-box {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 16px;
      background: var(--surface-card);
      border-radius: 16px;
      box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
      cursor: pointer;
      transition: border-color 0.15s ease, box-shadow 0.2s ease, transform 0.15s ease;
    }
    .lf-linkpage-editor .block-box__move {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      color: #CFCFCF;
      cursor: grab;
      flex-shrink: 0;
      transition: color 0.15s ease;
    }
    .lf-linkpage-editor .block-box__move:hover {
      color: var(--text-disabled);
    }
    .lf-linkpage-editor .block-box__move svg {
      width: 20px;
      height: 20px;
      display: block;
    }
    .lf-linkpage-editor .block-box__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 10px;
      background: var(--lf-block-icon-bg, var(--surface-light));
      color: var(--lf-block-icon-color, var(--text-tertiary));
      overflow: hidden;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .block-box__icon svg {
      width: 20px;
      height: 20px;
      display: block;
    }
    .lf-linkpage-editor .block-box__meta {
      flex: 1 1 auto;
      min-width: 0;
      cursor: pointer;
    }
    .lf-linkpage-editor .block-box__title {
      color: #1F2937;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-bottom: 3px;
      overflow: hidden;
      font-size: 13.5px;
      font-weight: 600;
    }
    .lf-linkpage-editor .block-box__desc {
      color: var(--text-disabled);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 11.5px;
      line-height: 1.35;
    }
    .lf-linkpage-editor .block-box:hover {
      border-color: #D8DCE2;
      box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
      transform: translateY(-1px);
    }
    .lf-linkpage-editor .block-box.is-editing {
      border-color: var(--theme-color);
      box-shadow: 0 12px 28px rgba(108, 99, 255, 0.14);
    }
    .lf-linkpage-editor .block-box__text {
      flex: 1 1 auto;
      color: var(--text-primary);
      font-size: 14px;
      font-weight: 700;
    }
    .lf-linkpage-editor .block-box__action {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .block-box__action .action-dropdown {
      display: none !important;
    }
    .lf-linkpage-editor .block-box__action .action-item {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      color: var(--text-secondary);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.15s ease;
    }
    .lf-linkpage-editor .block-box__action .action-item:hover {
      background: var(--border-dark-hover);
      color: var(--text-primary);
    }
    .lf-linkpage-editor .block-box__action .action-item svg {
      width: 19px;
      height: 19px;
      display: block;
    }
    .lf-linkpage-editor .block-box__action .action-item.action-del {
      color: var(--border-dark);
    }
    .lf-linkpage-editor .block-box__action .action-item.action-del:hover {
      color: var(--body-theme-error);
    }
    .lf-linkpage-editor .l-mypage__view {
      position: sticky;
      top: 16px;
      display: flex;
      flex: 0 0 480px;
      width: 520px;
      max-width: 45vw;
      max-height: calc(100vh - 20px);
      flex-direction: column;
      gap: 14px;
      background: varr(--surface-card);
    }
    .lf-linkpage-editor .mypage-view__top {
      display: flex !important;
      justify-content: center;
      margin: 0;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      width: min(360px, 100%);
      margin: 0 auto;
      padding-top: 20px;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain__main {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1 1 auto;
      min-width: 0;
      height: 44px;
      padding: 0 16px;
      border-radius: 999px;
      background: #FFFFFF;
      box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #98A2B3;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain__icon .iconfont {
      font-size: 14px;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain__content {
      flex: 1 1 auto;
      min-width: 0;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .url__input {
      display: block;
      min-width: 0;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .url__input a {
      color: var(--text-secondary);
      font-size: 13px;
      font-weight: 500;
      line-height: 1.;
      text-decoration: none;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .edit, .lf-linkpage-editor .mypage-view__top .mypage-domain .copy-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border: none;
      background: transparent;
      color: #98A2B3;
      cursor: pointer;
      transition: box-shadow 0.15s ease, transform 0.12s ease;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .edit {
      width: 40px;
      height: 40px;
      border-radius: 999px;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .edit .lf-domain-edit-icon {
      width: 18px;
      height: 18px;
      display: block;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .edit span {
      display: none;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .edit:hover {
      color: var(--theme-color);
      background: rgba(108, 99, 255, 0.08);
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .copy-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #FFFFFF;
      box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .copy-btn .lf-domain-copy-icon {
      width: 16px;
      height: 16px;
      display: block;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .copy-btn:hover {
      color: var(--theme-color);
      transform: translateY(-1px);
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .copy-btn.copied {
      background: var(--body-theme-yes-bg);
      color: var(--text-inverse);
      box-shadow: 0 16px 38px rgba(108, 99, 255, 0.24);
    }
    .lf-linkpage-editor .mob-mypage-domain {
      margin: 0 12px 14px;
    }
    .lf-linkpage-editor .mob-mypage-domain .mypage-domain {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
    }
    .lf-linkpage-editor .mob-mypage-domain .mypage-domain__main {
      display: flex;
      align-items: center;
      gap: 12px;
      flex: 1 1 auto;
      min-width: 0;
      height: 60px;
      padding: 0 16px;
      border-radius: 999px;
      background: #FFFFFF;
      box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
    }
    .lf-linkpage-editor .mob-mypage-domain .mypage-domain__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #98A2B3;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .mob-mypage-domain .mypage-domain__icon .iconfont {
      font-size: 20px;
    }
    .lf-linkpage-editor .mob-mypage-domain .mypage-domain__content {
      flex: 1 1 auto;
      min-width: 0;
    }
    .lf-linkpage-editor .mob-mypage-domain .url__input {
      display: block;
      min-width: 0;
    }
    .lf-linkpage-editor .mob-mypage-domain .url__input a {
      color: #344054;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.3;
      text-decoration: none;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .lf-linkpage-editor .mob-mypage-domain .edit {
      width: 36px;
      height: 36px;
      border: none;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      color: #98A2B3;
      flex-shrink: 0;
    }
    .lf-linkpage-editor .mob-mypage-domain .edit .lf-domain-edit-icon {
      width: 18px;
      height: 18px;
      display: block;
    }
    .lf-linkpage-editor .mob-mypage-domain .edit span {
      display: none;
    }
    .lf-linkpage-editor .mob-mypage-domain .copy-btn {
      width: 60px;
      height: 60px;
      border: none;
      border-radius: 50%;
      background: #FFFFFF;
      color: #98A2B3;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
    }
    .lf-linkpage-editor .mob-mypage-domain .copy-btn .lf-domain-copy-icon {
      width: 20px;
      height: 20px;
      display: block;
    }
    .lf-linkpage-editor .mob-mypage-domain .copy-btn.copied {
      background: var(--body-theme-yes-bg);
      color: var(--text-inverse);
      box-shadow: 0 14px 28px rgba(108, 99, 255, 0.22);
    }
    .domain-custom-pop.m-modal__container, .domain-verify-pop.m-modal__container {
      border-radius: 26px;
      box-shadow: 0 24px 60px rgba(17, 24, 39, 0.2);
      overflow: hidden;
    }
    .domain-custom-pop .domain-custom__loading {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 240px;
    }
    .domain-custom-pop .domain-custom__loader {
      font-size: 32px;
      color: var(--theme-color, #6C63FF);
      opacity: 0.6;
    }
    .domain-custom-pop .m-modal__header, .domain-verify-pop .m-modal__header {
      padding: 24px 28px 0;
    }
    .domain-custom-pop .m-modal__body, .domain-verify-pop .m-modal__body {
      padding: 20px 28px 24px;
    }
    .domain-custom-pop .m-modal__footer {
      display: flex;
      justify-content: flex-end;
      gap: 12px;
      padding: 16px 28px 28px;
      border-top: 1px solid #F3F4F6;
    }
    .domain-custom-pop .m-modal__footer button:first-child {
      margin-right: 0;
    }
    .domain-custom-pop .m-modal__footer .m-modal-button {
      min-width: 112px;
      min-height: 44px;
      border-radius: 12px;
      font-weight: 700;
    }
    .domain-custom-pop .m-modal__footer .m-modal-button:last-child {
      border: none;
      color: #fff;
      background: linear-gradient(135deg, #7C6FFF 0%, #6C63FF 100%);
      box-shadow: 0 8px 18px rgba(108, 99, 255, 0.22);
    }
    .domain-custom-pop .m-modal__footer .m-modal-button:last-child:hover {
      color: #fff;
      background: linear-gradient(135deg, #6F63FF 0%, #5A52E0 100%);
    }
    .domain-custom-pop .m-modal__title {
      font-size: 20px;
      line-height: 1.2;
    }
    .domain-editor {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .domain-editor__section {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .domain-editor__section-label {
      color: var(--text-secondary);
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .domain-editor__section-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
    }
    .domain-editor__section-title {
      color: var(--text-primary);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.3;
    }
    .domain-editor__section-desc {
      margin-top: 4px;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.5;
    }
    .domain-editor__divider {
      height: 1px;
      background: #F3F4F6;
    }
    .domain-custom-pop .domain-shortcode .shortcode-wrap {
      display: flex;
      align-items: center;
      min-height: 50px;
      border: 1.5px solid #E5E7EB;
      border-radius: var(--theme-corner-btn);
      overflow: hidden;
      background: #fff;
    }
    .domain-custom-pop .domain-shortcode .domain-txt {
      display: inline-flex;
      align-items: center;
      min-height: 50px;
      margin-right: 0;
      padding: 0 14px;
      background: #F3F4F6;
      color: var(--text-secondary);
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
      white-space: nowrap;
      border-right: 1px solid #E5E7EB;
    }
    .domain-custom-pop .domain-shortcode .shortcode-input {
      flex: 1 1 auto;
      min-width: 0;
    }
    .domain-custom-pop .domain-shortcode .shortcode {
      height: 50px;
      padding: 0 16px;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: var(--text-primary);
      font-size: 14px;
      font-weight: 600;
    }
    .domain-custom-pop .domain-shortcode .complete-url {
      margin: 10px 2px 0;
      color: var(--text-tertiary);
      font-size: 12.5px;
      line-height: 1.5;
      word-break: break-all;
    }
    .domain-custom-pop .search-domain .domain-nameCom_box {
      max-width: none;
      padding: 0;
    }
    .domain-custom-pop .search-domain .nameCom_box__header {
      margin-bottom: 12px;
    }
    .domain-custom-pop .search-domain .nameCom_box__header__title {
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--text-primary);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.3;
    }
    .domain-custom-pop .search-domain .nameCom_box__header__title a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 1.5px solid #D1D5DB;
      color: #9CA3AF;
    }
    .domain-custom-pop .search-domain .nameCom_box__header__desc {
      margin-top: 6px;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.5;
    }
    .domain-custom-pop .search-domain .nameCom_box__search {
      margin-top: 0;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__input {
      display: flex;
      align-items: center;
      gap: 8px;
      height: auto;
      margin-top: 0;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__input input {
      height: 46px;
      padding: 0 16px;
      border: 1.5px solid #E5E7EB;
      border-radius: 14px;
      background: #fff;
      font-size: 14px;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__btn {
      position: static;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      width: auto;
      height: 46px;
      padding: 0 18px;
      border-radius: 14px;
      font-size: 13.5px;
      font-weight: 700;
      line-height: 1;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__btn .iconfont {
      font-size: 14px;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__error, .domain-nameCom_pay__modal .nameCom_pay__email__error {
      display: flex;
      align-items: flex-start;
      gap: 6px;
      margin-top: 10px;
      color: var(--body-theme-error);
      font-size: 12.5px;
      line-height: 1.5;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__error .iconfont, .domain-nameCom_pay__modal .nameCom_pay__email__error .iconfont {
      margin-top: 2px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains {
      margin-top: 16px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__tips {
      margin: 0 0 12px;
      padding: 0;
      border: 0;
      color: var(--text-secondary);
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__list ul {
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-height: 320px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__list li {
      height: auto;
      padding: 0;
      background: #fff;
      border: 1px solid #EEF0F4;
      border-radius: 18px;
      transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__list li:hover {
      background: #fff;
      border-color: rgba(108, 99, 255, 0.22);
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(17, 24, 39, 0.06);
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__item {
      height: auto;
      min-height: 88px;
      padding: 16px 18px;
      border: 0;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__info {
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 0;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__name {
      color: var(--text-primary);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.3;
      word-break: break-word;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__note, .domain-custom-pop .search-domain .nameCom_box__domains__price-note {
      color: var(--text-tertiary);
      font-size: 12px;
      line-height: 1.4;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__price {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__price-value {
      color: var(--text-primary);
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__action {
      min-width: 172px;
      gap: 14px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__action .nameCom_box__domains__btn {
      margin-left: 0;
      min-width: 96px;
      height: 40px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__action .nameCom_box__domains__btn button {
      border-radius: 12px;
      font-size: 13px;
      font-weight: 700;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__list li.is-taken {
      background: #FAFAFB;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__list li.is-taken .nameCom_box__domains__price-value, .domain-custom-pop .search-domain .nameCom_box__domains__list li.is-taken .nameCom_box__domains__name {
      color: var(--text-secondary);
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__null {
      margin-top: 24px;
      padding: 26px 18px 18px;
      border: 1px dashed #D6DAE3;
      border-radius: 18px;
      background: #FBFCFE;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__null__img {
      width: 180px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__null__tips {
      margin-top: 10px;
      color: var(--text-secondary);
      font-size: 14px;
    }
    .domain-custom-pop .search-domain .search-back {
      display: flex;
      justify-content: flex-end;
      margin-top: 12px;
      padding: 0;
    }
    .domain-custom-pop .search-domain .search-back__btn {
      width: auto;
      min-width: 92px;
      height: 40px;
      padding: 0 16px;
      background: #F3F4F6;
      border-radius: 12px;
      color: var(--text-secondary);
      font-size: 13px;
      font-weight: 700;
    }
    .domain-custom-pop .domain-editor__connect-card {
      padding: 16px;
      border: 1px solid rgba(108, 99, 255, 0.14);
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(108, 99, 255, 0.04) 0%, rgba(139, 92, 246, 0.04) 100%);
    }
    .domain-custom-pop .connect-domain {
      padding-bottom: 0;
    }
    .domain-custom-pop .connect-domain__title {
      margin: 0 0 12px;
      color: var(--text-secondary);
      font-size: 13px;
      line-height: 1.5;
    }
    .domain-custom-pop .connect-btn {
      width: 100%;
      height: 46px;
      border-radius: 14px;
      background: var(--theme-gradient);
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      box-shadow: 0 8px 18px rgba(108, 99, 255, 0.22);
    }
    .domain-custom-pop .connect-btn[disabled] {
      background: #D1D5DB;
      color: var(--text-tertiary);
      box-shadow: none;
    }
    .domain-custom-pop .connect-btn[disabled]:after {
      color: var(--text-tertiary);
    }
    .domain-custom-pop .domain-custom__upgrade {
      margin-top: 10px;
      color: var(--text-tertiary);
      font-size: 12.5px;
    }
    .domain-custom-pop .domain-custom__upgrade a {
      color: var(--theme-color);
      font-size: inherit;
      font-weight: 700;
    }
    .domain-custom-pop .domain-custom__tip {
      display: flex;
      align-items: center;
      padding: 14px 16px;
      margin-top: 12px;
      border-radius: 14px;
      background: rgb(229, 74, 74, .2);
      color: var(--body-theme-error);
      border: 1px solid rgba(229, 74, 74, 0.14);
      gap: 10px;
    }
    .domain-custom-pop .domain-custom__tip p {
      display: inline-block;
      width: 90%;
      vertical-align: middle;
      word-break: break-word;
    }
    .domain-custom-pop .domain-custom__tip a {
      color: currentColor;
      text-decoration: underline;
    }
    .domain-custom-pop .domain-verify__title, .domain-verify-pop .domain-verify__title {
      margin-top: 0;
      color: var(--text-primary);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3;
    }
    .domain-custom-pop .domain-verify__subtitle, .domain-verify-pop .domain-verify__subtitle {
      margin-bottom: 0;
      color: var(--text-secondary);
      font-size: 13px;
      line-height: 1.6;
    }
    .domain-custom-pop .domain-verify__status {
      margin-top: 4px;
    }
    .domain-custom-pop .domain-verify__status-badge, .domain-verify-pop .domain-verify__status-badge {
      display: inline-flex;
      align-items: center;
      padding: 5px 10px;
      border-radius: 999px;
      background: rgba(108, 99, 255, 0.1);
      border: 1px solid rgba(108, 99, 255, 0.16);
      color: var(--theme-color);
      font-size: 11px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .domain-custom-pop .domain-verify__status-badge--warning, .domain-verify-pop .domain-verify__status-badge--warning {
      background: rgba(245, 158, 11, 0.1);
      border-color: rgba(245, 158, 11, 0.2);
      color: var(--theme-warn-color-dark);
    }
    .domain-custom-pop .domain-verify__btn, .domain-verify-pop .verify-btn {
      width: 100%;
      min-height: 46px;
      margin-bottom: 0;
      margin-top: 0;
      border: none;
      border-radius: var(--theme-corner-btn);
      color: var(--text-inverse);
      background: var(--theme-gradient);
      box-shadow: 0 8px 18px rgba(108, 99, 255, 0.22);
    }
    .domain-custom-pop .domain-verify__btn .iconfont {
      font-size: 18px;
      color: currentColor;
    }
    .domain-custom-pop .domain-verify__btn[disabled], .domain-verify-pop .verify-btn[disabled] {
      background: #CBD5E1;
      box-shadow: none;
      pointer-events: none;
    }
    .domain-custom-pop .domain-verify__tips, .domain-verify-pop .domain-verify__tips {
      padding: 16px 18px;
      margin-top: 0;
      background: #FBFCFE;
      border: 1px solid #EEF0F4;
      border-radius: 18px;
      color: var(--text-secondary);
      line-height: 1.6;
    }
    .domain-custom-pop .domain-verify, .domain-verify-pop .domain-verify {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .domain-verify-pop .m-modal__title {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      font-size: 15px;
      line-height: 1.2;
    }
    .domain-verify-pop .m-modal__title i {
      font-size: 18px;
    }
    .domain-verify-pop__back {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .domain-verify-pop .domain-verify__hero {
      padding: 2px 2px 2px 0;
    }
    .domain-verify-pop .domain-verify__step {
      display: flex;
      gap: 14px;
      padding: 16px 18px;
      border: 1px solid #EEF0F4;
      border-radius: 18px;
      background: #FBFCFE;
    }
    .domain-verify-pop .domain-verify__step-index {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(108, 99, 255, 0.1);
      color: var(--theme-color);
      font-size: 13px;
      font-weight: 700;
      flex-shrink: 0;
    }
    .domain-verify-pop .domain-verify__step-body {
      flex: 1 1 auto;
      min-width: 0;
    }
    .domain-verify-pop .domain-verify__step .v-label {
      display: block;
      margin-bottom: 8px;
      color: var(--text-primary);
      font-size: 13.5px;
      font-weight: 700;
      line-height: 1.5;
    }
    .domain-verify-pop .domain-verify__step .v-input {
      width: 100%;
      height: 46px;
      border: 1.5px solid #E5E7EB;
      border-radius: var(--theme-corner-inner);
      background: #fff;
      padding: 0 14px;
      font-size: 14px;
    }
    .domain-verify-pop .domain-verify__step p {
      color: var(--text-secondary);
      font-size: 13px;
      line-height: 1.6;
    }
    .domain-verify-pop .copy {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: 10px;
      padding: 10px 12px;
      border-radius: var(--theme-corner-inner);
      background: #fff;
      border: 1px solid #E5E7EB;
      font-weight: 700;
    }
    .domain-verify-pop .copy i {
      margin-left: 0;
      color: var(--theme-color);
    }
    .domain-verify-pop .v-form-group-help {
      display: block;
      margin-top: 8px;
      color: var(--body-theme-error);
      font-size: 12px;
      line-height: 1.4;
    }
    .domain-nameCom_pay__modal.m-modal__container {
      max-width: min(1040px, calc(100vw - 32px));
      border-radius: 30px;
      box-shadow: 0 30px 80px rgba(17, 24, 39, 0.22);
    }
    .domain-nameCom_pay__modal .m-modal__header {
      padding: 24px 28px 0;
    }
    .domain-nameCom_pay__modal .m-modal__body {
      padding: 12px 28px 28px;
    }
    .domain-nameCom_pay {
      padding: 0;
    }
    .domain-nameCom_pay__hero {
      margin-bottom: 24px;
      text-align: center;
    }
    .domain-nameCom_pay__eyebrow {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(108, 99, 255, 0.08);
      border: 1px solid rgba(108, 99, 255, 0.14);
      color: var(--theme-color);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }
    .nameCom_pay__tips {
      margin: 14px 0 8px;
      color: var(--text-primary);
      font-size: 32px;
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.03em;
    }
    .nameCom_pay__tips span {
      display: inline-block;
      font-weight: 800;
    }
    .domain-nameCom_pay__subtitle {
      max-width: 520px;
      margin: 0 auto;
      color: var(--text-tertiary);
      font-size: 14px;
      line-height: 1.6;
    }
    .domain-nameCom_pay__box {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
      gap: 20px;
    }
    .domain-nameCom_pay__info, .domain-nameCom_pay__bill {
      width: auto;
      max-width: none;
      min-width: 0;
      margin-right: 0;
    }
    .domain-nameCom_pay__card, .domain-nameCom_pay__bill__box {
      padding: 18px 20px 20px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid #EEF0F4;
      box-shadow: 0 14px 24px rgba(17, 24, 39, 0.06);
    }
    .domain-nameCom_pay__email {
      margin-bottom: 16px;
    }
    .domain-nameCom_pay__title {
      margin-bottom: 12px;
      color: var(--text-primary);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3;
    }
    .domain-nameCom_pay__email__tips {
      margin-bottom: 12px;
      color: var(--text-tertiary);
      font-size: 12.5px;
      line-height: 1.6;
    }
    .domain-nameCom_pay__email__input input, .domain-nameCom_pay__modal #card_name>input, .domain-nameCom_pay__modal .StripeElement, .domain-nameCom_pay__modal .StripeElement--empty {
      width: 100%;
      min-height: 46px;
      border: 1.5px solid #E5E7EB;
      border-radius: 14px;
      background: #fff;
      padding: 0 14px;
      box-sizing: border-box;
      font-size: 14px;
    }
    .domain-nameCom_pay__email__input input:focus, .domain-nameCom_pay__modal #card_name>input:focus {
      border-color: var(--theme-color);
    }
    .domain-nameCom_pay__gateways {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin: 0 0 16px;
    }
    .domain-nameCom_pay__gateways li {
      display: flex;
      align-items: center;
      gap: 12px;
      width: auto;
      min-width: 0;
      padding: 14px 16px;
      border: 1px solid #E5E7EB;
      border-radius: 16px;
      background: #FBFCFE;
      cursor: pointer;
      transition: all 0.15s ease;
    }
    .domain-nameCom_pay__gateways li:first-child {
      width: auto;
      min-width: 0;
    }
    .domain-nameCom_pay__gateways li.active {
      border-color: rgba(108, 99, 255, 0.34);
      background: rgba(108, 99, 255, 0.06);
      box-shadow: 0 10px 20px rgba(108, 99, 255, 0.08);
    }
    .domain-nameCom_pay__gateways li label {
      margin-left: 0;
      display: inline-flex;
      align-items: center;
      min-height: 18px;
      cursor: pointer;
    }
    .domain-nameCom_pay__gateway__body {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .domain-nameCom_pay__gateway__body span {
      color: var(--text-secondary);
      font-size: 12.5px;
      line-height: 1.4;
    }
    .domain-nameCom_pay__gateways li.active .domain-nameCom_pay__gateway__body span {
      color: var(--text-primary);
    }
    .domain-nameCom_pay__modal #card-errors {
      margin-top: 10px;
      padding: 10px 12px;
      border-radius: 12px;
      background-color: rgba(250, 117, 90, 0.1);
      color: #D44924;
      font-size: 12.5px;
      line-height: 1.5;
      text-align: left;
    }
    .domain-nameCom_pay__modal .StripeElement--invalid {
      border-color: #FA755A;
      background: #fff;
    }
    .domain-nameCom_pay__bill__info {
      padding-bottom: 16px;
    }
    .domain-nameCom_pay__bill__item {
      min-height: 72px;
      padding: 12px 0;
      border-bottom: 1px solid #EEF0F4;
      height: auto;
    }
    .domain-nameCom_pay__bill__item__info {
      color: var(--text-primary);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
    }
    .domain-nameCom_pay__bill__item__price {
      color: var(--text-tertiary);
      font-size: 12.5px;
      line-height: 1.5;
    }
    .domain-nameCom_pay__bill__point {
      font-size: 18px;
      font-weight: 700;
    }
    .domain-nameCom_pay__checkout button {
      height: 48px;
      border-radius: 16px;
      background: linear-gradient(135deg, #7C6FFF 0%, #6C63FF 100%);
      font-size: 14px;
      font-weight: 700;
      line-height: 48px;
      box-shadow: 0 10px 18px rgba(108, 99, 255, 0.22);
    }
    .domain-nameCom_pay__safety {
      margin-top: 14px;
      color: var(--text-secondary);
      font-size: 13px;
    }
    .domain-nameCom_pay__agreement {
      color: var(--text-tertiary);
      font-size: 12px;
      line-height: 1.6;
    }
    .domain-nameCom_pay__agreement a {
      color: var(--theme-color);
    }
    .domain-nameCom_pay__modal #paypal-button-container {
      padding: 0;
    }
    .domain-nameCom_pay__modal .nameCom_pay__gateways__paypal p {
      margin-top: 12px;
      color: var(--text-secondary);
      font-size: 13px;
      line-height: 1.6;
    }
    .lf-linkpage-editor .mypage-editor__detail {
      display: none;
    }
    .lf-linkpage-editor .mypage-editor__detail-header {
      margin-bottom: 14px;
      padding-bottom: 14px;
      border-bottom: 1px solid #F3F4F6;
    }
    .lf-linkpage-editor .mypage-editor__detail-label {
      margin-bottom: 4px;
      color: var(--text-tertiary);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .lf-linkpage-editor .mypage-editor__detail-title {
      color: var(--text-primary);
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
    }
    .lf-linkpage-editor .mypage-editor__detail-subtitle {
      margin-top: 4px;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.5;
    }
    .lf-linkpage-editor .mypage-editor__detail-body {
      flex: 1 1 auto;
      min-height: 0;
      overflow: auto;
    }
    .lf-linkpage-editor .mypage-editor__detail:not(.has-editor) .mypage-editor__detail-body {
      display: none;
    }
    .lf-linkpage-editor .mypage-editor__empty {
      display: flex;
      flex: 1 1 auto;
      align-items: center;
      justify-content: center;
      min-height: 140px;
      border: 1px dashed var(--border-dark);
      border-radius: 16px;
      background: #F9FAFB;
      color: var(--text-tertiary);
      font-size: 13px;
      line-height: 1.6;
      text-align: center;
      padding: 18px;
    }
    .lf-linkpage-editor .mypage-editor__detail.has-editor .mypage-editor__empty {
      display: none;
    }
    .lf-linkpage-editor .mypage-editor__detail .mp-linkEditor {
      background: transparent;
      border-radius: 0;
      box-shadow: none;
      margin-top: 0;
      padding: 0;
    }
    .lf-linkpage-editor .mypage-editor__detail .mp-linkEditor__top {
      padding-bottom: 14px;
      margin-bottom: 16px;
      border-bottom: 1px solid #F3F4F6;
    }
    .lf-linkpage-editor .mypage-editor__detail .mp-linkEditor__content {
      padding-bottom: 4px;
    }
    .lf-linkpage-editor[data-editor-tab="mypage"] .mypage-editor__detail {
      display: none;
    }
    .lf-linkpage-editor:not([data-editor-tab="mypage"]) .mypage-editor__detail {
      display: none;
    }
    .lf-linkpage-editor .preview {
      position: relative;
      flex: 1 1 auto;
      min-height: 520px;
      padding: 10px;
      background: #16181D;
      border-radius: 34px;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 20px 40px rgba(17, 24, 39, 0.18);
      overflow: hidden;
    }
    .lf-linkpage-editor .preview iframe {
      border-radius: 24px;
      overflow: hidden;
    }
  }
  @media (max-width: 1199px) {
    .domain-nameCom_pay__modal.m-modal__container {
      width: calc(100vw - 32px) !important;
    }
    .message-wrapper {
      padding: 20px;
    }
    .message__body {
      min-height: calc(100vh - 110px);
    }
    .message__left {
      width: 360px;
      flex-basis: 360px;
    }
    .message-list .date-range {
      width: 176px;
    }
    .message-detail__body {
      padding-left: 20px;
      padding-right: 20px;
    }
    .analysis-wrapper {
      padding: 20px;
    }
    .analysis-overview-kpis {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .analysis-traffic-growth {
      padding-left: 20px;
      padding-right: 20px;
    }
    .analysis-overview-grid {
      grid-template-columns: 1fr;
    }
    .analysis-overview-card {
      padding-left: 20px;
      padding-right: 20px;
    }
    .analysis-pro-lock {
      padding-top: 56px;
    }
  }
  @media (max-width: 767px) {
    .lf-linkpage-editor .mypage-view__top .mypage-domain {
      width: 100%;
      padding: 12px;
      gap: 12px;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain__main {
      gap: 12px;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .edit {
      min-width: 0;
      padding: 0 12px;
    }
    .lf-linkpage-editor .mypage-view__top .mypage-domain .edit span {
      display: none;
    }
    .domain-custom-pop .m-modal__header, .domain-verify-pop .m-modal__header, .domain-nameCom_pay__modal .m-modal__header {
      padding-left: 18px;
      padding-right: 18px;
    }
    .domain-custom-pop .m-modal__body, .domain-verify-pop .m-modal__body, .domain-nameCom_pay__modal .m-modal__body {
      padding-left: 18px;
      padding-right: 18px;
    }
    .domain-custom-pop .m-modal__footer {
      flex-direction: column-reverse;
      padding-left: 18px;
      padding-right: 18px;
    }
    .domain-custom-pop .m-modal__footer .m-modal-button {
      width: 100%;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__input {
      flex-direction: column;
    }
    .domain-custom-pop .search-domain .nameCom_box__search__btn {
      width: 100%;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__item, .domain-custom-pop .domain-choose__item label {
      padding: 14px 14px 15px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__item {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__action {
      width: 100%;
      min-width: 0;
      justify-content: space-between;
    }
    .domain-custom-pop .search-domain .nameCom_box__domains__action .nameCom_box__domains__btn {
      min-width: 88px;
    }
    .domain-verify-pop .domain-verify__step {
      padding: 14px;
    }
    .nameCom_pay__tips {
      font-size: 26px;
    }
    .domain-nameCom_pay__box {
      grid-template-columns: 1fr;
    }
    .domain-nameCom_pay__gateways {
      grid-template-columns: 1fr;
    }
    .domain-nameCom_pay__card, .domain-nameCom_pay__bill__box {
      padding: 16px;
      border-radius: 20px;
    }
    .message-wrapper {
      padding: 12px;
    }
    .message__body {
      min-height: 0;
      border-radius: 18px;
      flex-direction: column;
    }
    .message__left, .message__right {
      width: 100%;
      flex-basis: auto;
    }
    .message__right {
      border-left: 0;
      border-top: 1px solid #f0f0f4;
    }
    .message-list__head, .message-detail__head, .message-detail__body {
      padding-left: 16px;
      padding-right: 16px;
    }
    .message-list .date-range {
      width: auto;
      flex: 1 1 auto;
    }
    .message-detail__top, .message-detail__fields .field__item, .message-detail__bottom {
      flex-direction: column;
    }
    .message-detail__top .time, .message-detail__action {
      margin-left: 0;
    }
    .message-detail__fields .field__title {
      width: auto;
    }
    .message-detail__action {
      width: 100%;
    }
    .message-detail__action .btn {
      width: 100%;
    }
    .analysis-wrapper {
      padding: 12px;
    }
    .analysis-overview-kpis {
      grid-template-columns: 1fr;
    }
    .analysis-kpi-card {
      padding: 16px 16px 18px;
    }
    .analysis-kpi-card__value {
      font-size: 24px;
    }
    .analysis-traffic-growth {
      padding: 18px 16px 16px;
    }
    .analysis-traffic-growth__head {
      flex-direction: column;
      align-items: flex-start;
    }
    .analysis-traffic-growth__chart {
      height: 220px;
    }
    .qrcode-scans__total {
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .qrcode-scans__total .total__item {
      min-height: 0;
    }
    .qrcode-scans__title .explanation__box {
      left: 0;
      transform: none;
    }
    .qrcode-scans__title .explanation__box::after {
      left: 14px;
      transform: rotate(45deg);
    }
    .analysis-overview-card {
      padding: 18px 16px 16px;
    }
    .analysis-overview-card__head {
      flex-direction: column;
      align-items: flex-start;
    }
    .analysis-top-content__tabs {
      width: 100%;
    }
    .analysis-top-content__tab {
      flex: 1 1 50%;
      text-align: center;
    }
    .analysis-saves__actions {
      width: 100%;
      margin-left: 0;
      flex-wrap: wrap;
      gap: 12px;
    }
    .analysis-saves__legend {
      width: 100%;
    }
    .ov_save_total {
      flex-wrap: wrap;
    }
    .ov_save_totalNum {
      font-size: 28px;
    }
    .analysis-source-overview__body {
      flex-direction: column;
      align-items: stretch;
      gap: 18px;
    }
    .analysis-source-overview__chart {
      width: 100%;
      max-width: 180px;
      margin: 0 auto;
    }
    .analysis-pro-lock {
      padding: 40px 16px 16px;
    }
    .analysis-pro-lock__card {
      padding: 24px 18px 20px;
      border-radius: 20px;
    }
    .analysis-pro-lock__card h3 {
      font-size: 20px;
    }
    .analysis-device-overview__list {
      gap: 10px;
    }
    .analysis-device-overview__item {
      padding: 14px 8px;
    }
    .analysis-device-overview__icon {
      width: 44px;
      height: 44px;
    }
    .analysis-device-overview__count {
      font-size: 20px;
    }
    .analysis-toolbar {
      flex-direction: column;
      align-items: stretch;
    }
    .analysis-toolbar__side, .analysis-toolbar__side--right {
      width: 100%;
      margin-left: 0;
    }
    .analysis-link-trigger, .analysis-time-trigger {
      width: 100%;
      max-width: none;
    }
    .analysis-link-menu, .analysis-time-menu {
      left: 0;
      right: auto;
      width: 100%;
      min-width: 0;
    }
    .lf-toolbar-pill {
      width: 100%;
    }
    .lf-filter-panel {
      width: 100%;
      min-width: 0;
    }
    .lf-link-preview__frame {
      width: 90px;
      height: 120px;
    }
    .lf-link-preview__cardbg {
      height: 50px;
    }
    .lf-link-preview__frame--card-cutcircle .lf-link-preview__cardbg {
      height: 54px;
    }
    .lf-link-preview__avatar--card {
      width: 32px;
      height: 32px;
    }
    .lf-link-preview__frame--card-basic .lf-link-preview__avatar--card, .lf-link-preview__frame--card-cut .lf-link-preview__avatar--card {
      top: 34px;
    }
    .lf-link-preview__frame--card-cutcircle .lf-link-preview__avatar--card, .lf-link-preview__frame--card-inner .lf-link-preview__avatar--card {
      top: 38px;
    }
    .lf-link-preview__cardcopy {
      min-height: 68px;
      padding-top: 48px;
    }
    .lf-link-preview__frame--card-cutcircle .lf-link-preview__cardcopy, .lf-link-preview__frame--card-inner .lf-link-preview__cardcopy {
      padding-top: 52px;
    }
    .theme-wrapper {
      height: calc(100vh - 56px);
      padding: 0;
    }
    .theme-wrapper .themes {
      width: auto;
      background-color: transparent;
    }
    .theme-wrapper .themes__head {
      margin-right: 0;
      margin-bottom: 14px;
      padding: 14px;
      flex-wrap: nowrap;
      overflow: auto;
      white-space: nowrap;
      background: #fff;
    }
    .theme-wrapper .themes__head li {
      margin: 0 10px 0 0;
      padding: 0 12px;
      border: none;
      border-radius: 32px;
      background: #fff;
      font-weight: 500;
      line-height: 32px;
    }
    .theme-wrapper .themes__head li:last-child {
      margin-right: 0;
    }
    .theme-wrapper .themes__head li:hover, .theme-wrapper .themes__head li.active {
      background: var(--theme-color);
      color: #fff;
    }
    .theme-wrapper .themes__head li i {
      display: none;
    }
    .theme-wrapper .theme__item {
      width: calc(50% - 12px);
      height: auto;
      margin: 0 6px 12px;
    }
    .theme-wrapper .themes__list {
      margin: 0 8px;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-space-y-reverse: 0;
    }
  }
}
