html[data-aeo03-mode] *, html[data-aeo03-mode] *::before, html[data-aeo03-mode] *::after { box-sizing: border-box; }
html[data-aeo03-mode], html[data-aeo03-mode] body { min-width: 1180px; min-height: 100%; margin: 0; }
html[data-aeo03-mode] body { background: var(--a3-page); color: var(--a3-text); }
html[data-aeo03-mode] { --a3-field-mini: clamp(140px,8vw,210px); --a3-field-compact: clamp(170px,10vw,240px); --a3-field-standard: clamp(230px,14vw,360px); --a3-field-wide: clamp(280px,18vw,460px); }
html[data-aeo03-mode] [v-cloak] { display: none !important; }

.a3-app {
  min-height: 100vh;
  background: var(--a3-page);
  color: var(--a3-text);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  transition: background-color .2s ease, color .2s ease;
}
.a3-app button, .a3-app input, .a3-app a { font: inherit; }
.a3-app button { cursor: pointer; }
.a3-app a { color: inherit; text-decoration: none; }
.a3-shell { min-height: 100vh; padding: 104px 12px 12px 256px; transition: padding-left .22s ease; }
.a3-shell.is-collapsed { padding-left: 92px; }

.a3-sidebar {
  --a3-side-ink: var(--a3-sidebar-text); --a3-side-muted: var(--a3-sidebar-muted); --a3-side-rule: var(--a3-sidebar-rule); --a3-side-hover: var(--a3-sidebar-hover); --a3-side-hover-ink: var(--a3-sidebar-active-text); --a3-side-press: color-mix(in srgb,var(--a3-brand) 8%,transparent); --a3-side-active: var(--a3-navy); --a3-side-active-ink: #fff; --a3-side-accent: var(--a3-brand); --a3-side-icon: color-mix(in srgb,var(--a3-sidebar-text) 76%,var(--a3-sidebar-muted)); --a3-side-icon-border: color-mix(in srgb,var(--a3-brand) 8%,var(--a3-sidebar-rule)); --a3-side-icon-bg: color-mix(in srgb,var(--a3-panel-blue) 68%,var(--a3-panel)); --a3-side-icon-hover: var(--a3-panel-blue); --a3-side-footer: transparent; --a3-side-stamp: color-mix(in srgb,var(--a3-brand) 82%,transparent);
  position: fixed; z-index: 40; inset: 104px auto 12px 12px; width: 232px;
  display: flex; flex-direction: column; overflow: visible;
  border: 0; border-radius: 0; background: transparent;
  color: var(--a3-side-ink); box-shadow: none; transition: width .22s ease,top .22s ease;
}
.a3-sidebar::before { content: ""; position: absolute; z-index: 0; left: 33px; top: 12px; bottom: 68px; width: 1px; background: linear-gradient(180deg,transparent,color-mix(in srgb,var(--a3-brand) 10%,transparent) 12%,color-mix(in srgb,var(--a3-brand) 8%,transparent) 84%,transparent); pointer-events: none; }
.a3-sidebar::after { content: ""; position: absolute; z-index: 0; left: 24px; bottom: -8px; width: 390px; height: 312px; background: repeating-linear-gradient(102deg,var(--a3-side-stamp) 0 1px,transparent 1px 4px); -webkit-mask: url("/clientarea/template/pc/aeo03/assets/aeoliancloud-mark.png") center / contain no-repeat; mask: url("/clientarea/template/pc/aeo03/assets/aeoliancloud-mark.png") center / contain no-repeat; opacity: .13; pointer-events: none; transform: rotate(-20deg); transform-origin: 48% 56%; }
html[data-aeo03-mode="dark"] .a3-sidebar { --a3-side-active: var(--a3-navy-soft); --a3-side-active-ink: #fff; --a3-side-icon-bg: color-mix(in srgb,var(--a3-panel-blue) 72%,var(--a3-page)); --a3-side-icon-hover: var(--a3-panel-blue); }
html[data-aeo03-mode="dark"] .a3-sidebar::after { opacity: .11; }
.a3-shell.is-scrolled .a3-sidebar { top: 104px; }
.a3-shell.is-collapsed .a3-sidebar { width: 68px; }
.a3-nav { position: relative; z-index: 1; flex: 1; min-height: 0; overflow-x: visible; overflow-y: auto; padding: 8px 8px 12px; scrollbar-width: none; }
.a3-nav::-webkit-scrollbar { display: none; }
.a3-nav-gap { position: relative; height: 28px; }
.a3-nav-gap::after { content: ""; position: absolute; left: 12px; width: 44px; top: 13px; height: 1px; background: linear-gradient(90deg,var(--a3-side-rule),transparent); }
.a3-nav-item { position: relative; margin: 4px 0; }
.a3-nav-button {
  width: 100%; min-height: 46px; display: flex; align-items: center; gap: 12px; padding: 0 13px;
  border: 1px solid transparent; border-radius: 13px; background: transparent; color: var(--a3-side-ink); text-align: left;
  transition: color .16s ease,background .16s ease,border-color .16s ease;
}
.a3-nav-button:hover { border-color: color-mix(in srgb,var(--a3-border) 72%,transparent); color: var(--a3-side-hover-ink); background: var(--a3-panel); }
.a3-nav-button:active { background: var(--a3-side-press); }
.a3-nav-button.is-active { position: relative; border-color: transparent; color: var(--a3-side-active-ink); background: var(--a3-side-active); box-shadow: none; font-weight: 750; }
.a3-nav-button.is-active::before { display: none; }
.a3-nav-icon { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; border: 1px solid var(--a3-side-icon-border); border-radius: 9px; background: var(--a3-side-icon-bg); color: var(--a3-side-icon); box-shadow: none; text-align: center; font-size: 15px !important; transition: color var(--a3-motion-fast) ease,background var(--a3-motion-fast) ease,border-color var(--a3-motion-fast) ease,transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-nav-button:hover .a3-nav-icon { border-color: var(--a3-side-icon-border); background: var(--a3-side-icon-hover); color: var(--a3-side-hover-ink); transform: rotate(-3deg); }
.a3-nav-button.is-active .a3-nav-icon { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.12); color: #fff; box-shadow: none; }
.a3-nav-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.a3-nav-chevron { margin-left: auto; font-size: 12px; transition: transform .18s ease; }
.a3-nav-chevron.is-open { transform: rotate(180deg); }
.a3-nav-children { position: relative; padding: 4px 0 3px 42px; }
.a3-nav-children::before { content: ""; position: absolute; left: 24px; top: 5px; bottom: 6px; width: 1px; background: color-mix(in srgb,var(--a3-brand) 13%,var(--a3-border)); }
.a3-nav-child { display: block; width: 100%; padding: 8px 10px; border: 0; border-radius: 8px; background: transparent; color: var(--a3-side-muted); text-align: left; font-size: 13px; }
.a3-nav-child:hover { color: var(--a3-side-hover-ink); background: var(--a3-side-hover); }
.a3-nav-child.is-active { color: var(--a3-side-active-ink); background: var(--a3-side-active); }
.a3-shell.is-collapsed .a3-nav { padding-inline: 8px; }
.a3-shell.is-collapsed .a3-nav-button { justify-content: center; padding: 0; }
.a3-shell.is-collapsed .a3-nav-button.is-active { width: 44px; margin-inline: auto; border-radius: 12px; }
.a3-shell.is-collapsed .a3-nav-button.is-active::before { display: none; }
.a3-shell.is-collapsed .a3-nav-icon { width: 32px; height: 32px; flex-basis: 32px; }
.a3-shell.is-collapsed .a3-nav-name, .a3-shell.is-collapsed .a3-nav-chevron, .a3-shell.is-collapsed .a3-nav-children { display: none; }
.a3-tooltip { display: none; position: absolute; left: 64px; top: 50%; z-index: 60; transform: translateY(-50%); padding: 7px 10px; border-radius: 7px; background: #151a24; color: #fff; font-size: 12px; white-space: nowrap; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.a3-shell.is-collapsed .a3-nav-item:hover > .a3-tooltip { display: block; }

.a3-avatar { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border-radius: 50%; background: var(--a3-brand); color: #fff; font-size: 14px; font-weight: 800; }
.a3-shell.is-collapsed .a3-sidebar::before { left: 33px; }
.a3-shell.is-collapsed .a3-sidebar::after { left: -8px; bottom: 38px; width: 120px; height: 96px; opacity: .095; transform: rotate(-20deg); transform-origin: center; }

.a3-main { position: relative; z-index: 41; width: 100%; min-width: 0; max-width: 2200px; margin: 0 auto; }
.a3-app main { padding-top: 0; }
.a3-topbar { position: absolute; z-index: 50; inset: 0 0 auto; height: 104px; display: grid; grid-template-columns: 232px minmax(0,1fr); gap: 14px; padding: 16px 20px; pointer-events: none; }
.a3-header-brand { position: fixed; z-index: 51; left: 20px; top: 16px; width: 232px; height: 72px; display: flex; align-items: center; padding: 15px 20px; overflow: visible; pointer-events: auto; }
.a3-header-brand-link { display: flex; align-items: center; transition: opacity .18s ease, transform .22s ease; }
.a3-header-logo { display: block; width: 208px; height: 42px; object-fit: contain; object-position: left center; }
.a3-header-logo-dark { display: none; }
html[data-aeo03-mode="dark"] .a3-header-logo-light { display: none; }
html[data-aeo03-mode="dark"] .a3-header-logo-dark { display: block; }
.a3-shell.is-collapsed .a3-header-brand { padding: 15px 20px; }
.a3-shell.is-collapsed .a3-header-logo-light { display: block; }
.a3-shell.is-collapsed .a3-header-logo-dark { display: none; }
html[data-aeo03-mode="dark"] .a3-shell.is-collapsed .a3-header-logo-light { display: none; }
html[data-aeo03-mode="dark"] .a3-shell.is-collapsed .a3-header-logo-dark { display: block; }
.a3-shell.is-scrolled .a3-header-brand-link { opacity: 1; pointer-events: auto; transform: none; }
.a3-sidebar-footer { position: relative; z-index: 2; width: 44px; flex: 0 0 44px; margin: 0 0 4px 8px; padding: 0; border: 0; }
.a3-sidebar-toggle { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; overflow: hidden; border: 1px solid var(--a3-border); border-radius: 50%; background: var(--a3-panel); box-shadow: 0 7px 18px rgba(25,50,84,.08); color: var(--a3-side-muted); font-size: 12px; white-space: nowrap; transition: background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease; }
.a3-sidebar-toggle:hover { border-color: color-mix(in srgb,var(--a3-brand) 24%,var(--a3-border)); background: var(--a3-panel-blue); color: var(--a3-side-hover-ink); transform: translateY(-1px); }
.a3-sidebar-toggle i { width: auto; color: var(--a3-side-ink); font-size: 13px; text-align: center; transition: color .16s ease,transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-sidebar-toggle:hover i { color: var(--a3-side-hover-ink); transform: translateX(-2px); }
.a3-sidebar-toggle span { display: none; }
.a3-shell.is-collapsed .a3-sidebar-footer { margin: 0 auto 4px; }
.a3-shell.is-collapsed .a3-sidebar-toggle { justify-content: center; padding: 0; }
.a3-shell.is-collapsed .a3-sidebar-toggle:hover i { transform: translateX(2px); }
.a3-topbar-main { position: fixed; z-index: 51; top: 16px; right: 20px; left: 266px; height: 72px; display: flex; align-items: center; min-width: 0; pointer-events: auto; }
.a3-capsule-search { width: 40px; height: 40px; flex: 0 0 auto; overflow: hidden; border-radius: 20px; transition: width var(--a3-motion-base) var(--a3-ease-out), background var(--a3-motion-fast) ease; }
.a3-capsule-search.is-open { width: 280px; background: var(--a3-panel-soft); }
.a3-search-trigger { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 20px; background: transparent; color: var(--a3-brand); font-size: 17px; }
.a3-search-trigger { transition: background var(--a3-motion-fast) ease, transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-search-trigger:hover { background: var(--a3-panel-soft); transform: rotate(-8deg); }
.a3-search-trigger:active { transform: rotate(0) scale(.9); }
.a3-search { width: 280px; }
.a3-search .el-input__inner { height: 40px; padding: 0 34px 0 38px; border: 0; border-radius: 20px; background: transparent; box-shadow: none; color: var(--a3-text); font-size: 13px; transition: background .18s ease; }
.a3-search .el-input__inner::placeholder { color: color-mix(in srgb, var(--a3-muted) 82%, transparent); }
.a3-search .el-input__inner:focus { background: var(--a3-panel-soft); }
.a3-search .el-input__prefix { left: 13px; color: var(--a3-brand); }
.a3-search .el-input__icon { font-size: 15px; font-weight: 700; }
.a3-search::after { content: "/"; position: absolute; z-index: 2; right: 10px; top: 9px; width: 21px; height: 21px; border: 1px solid var(--a3-border); border-radius: 6px; background: color-mix(in srgb, var(--a3-panel) 76%, transparent); color: var(--a3-muted); font-size: 11px; font-weight: 700; line-height: 19px; text-align: center; pointer-events: none; }
.a3-search.has-value::after { display: none; }
.a3-control-capsule { position: relative; width: max-content; min-width: 0; height: 52px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; margin-left: auto; padding: 5px 7px; border: 1px solid color-mix(in srgb, var(--a3-border) 88%, transparent); border-radius: 26px; background: color-mix(in srgb, var(--a3-panel) 96%, transparent); box-shadow: 0 14px 34px rgba(22,52,95,.13), 0 3px 9px rgba(22,52,95,.05); transition: min-width .2s var(--a3-ease-ui), border-radius .2s ease, border-color .2s ease, box-shadow .2s ease; }
.a3-control-capsule > :not(.a3-account-sheet):not(.a3-cart-preview):not(.a3-search-preview) { position: relative; z-index: 2; }
.a3-control-capsule.is-account-open, .a3-control-capsule.is-cart-open, .a3-control-capsule.is-message-open, .a3-control-capsule.is-search-open { border-bottom-color: transparent; border-radius: 26px 26px 0 0; box-shadow: 0 10px 24px rgba(22,52,95,.1); }
.a3-control-capsule.is-account-open { min-width: min(360px,calc(100vw - 40px)); }
.a3-shell.is-scrolled .a3-control-capsule { box-shadow: 0 12px 30px rgba(22,52,95,.18), 0 3px 8px rgba(22,52,95,.08); }
.a3-capsule-notice { max-width: min(390px,34vw); height: 40px; display: grid; grid-template-columns: 26px minmax(0,1fr) 16px; align-items: center; gap: 8px; padding: 0 10px 0 8px; border: 0; border-right: 1px solid var(--a3-border); border-radius: 20px 8px 8px 20px; background: var(--a3-panel-soft); color: var(--a3-text); text-align: left; cursor: pointer; }
.a3-capsule-notice > i:first-child { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: var(--a3-panel-blue); color: var(--a3-brand); font-size: 14px; }
.a3-capsule-notice > span { overflow: hidden; font-size: 11px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.a3-capsule-notice > i:last-child { color: var(--a3-muted); font-size: 11px; text-align: center; opacity: .65; }
.a3-capsule-notice.is-error { border: 1px solid color-mix(in srgb,var(--a3-danger) 24%,var(--a3-border)); background: color-mix(in srgb,var(--a3-danger) 7%,var(--a3-panel)); box-shadow: 0 5px 16px color-mix(in srgb,var(--a3-danger) 10%,transparent); animation: a3-notice-pulse 1.15s ease-out 1; }
.a3-capsule-notice.is-error > i:first-child { background: color-mix(in srgb,var(--a3-danger) 12%,var(--a3-panel)); color: var(--a3-danger); }
.a3-capsule-notice.is-warning { border: 1px solid color-mix(in srgb,#d99b22 24%,var(--a3-border)); background: color-mix(in srgb,#d99b22 7%,var(--a3-panel)); box-shadow: 0 5px 16px color-mix(in srgb,#d99b22 9%,transparent); }
.a3-capsule-notice.is-warning > i:first-child { background: color-mix(in srgb,var(--a3-warning) 12%,var(--a3-panel)); color: var(--a3-warning); }
.a3-capsule-notice.is-success { border: 1px solid color-mix(in srgb,var(--a3-success) 24%,var(--a3-border)); background: color-mix(in srgb,var(--a3-success) 7%,var(--a3-panel)); box-shadow: 0 5px 16px color-mix(in srgb,var(--a3-success) 9%,transparent); }
.a3-capsule-notice.is-success > i:first-child { background: color-mix(in srgb,var(--a3-success) 12%,var(--a3-panel)); color: var(--a3-success); }
.a3-capsule-notice-enter-active,.a3-capsule-notice-leave-active { transition: max-width .28s var(--a3-ease-out),padding .28s var(--a3-ease-out),opacity .18s ease,transform .28s var(--a3-ease-out); overflow: hidden; }
.a3-capsule-notice-enter,.a3-capsule-notice-leave-to { max-width: 0; padding-inline: 0; opacity: 0; transform: translateX(12px); }
@keyframes a3-notice-pulse { 0%,100% { box-shadow: 0 5px 16px color-mix(in srgb,var(--a3-danger) 10%,transparent); } 35% { box-shadow: 0 5px 18px color-mix(in srgb,var(--a3-danger) 16%,transparent),0 0 0 4px color-mix(in srgb,var(--a3-danger) 10%,transparent); } }
.a3-action-group { height: 40px; display: flex; align-items: center; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.a3-preview-actions { height: 40px; display: flex; align-items: center; }
.a3-preview-actions > * { position: relative; }
.a3-preview-actions > * + *::before { content: ""; position: absolute; z-index: 2; left: 0; top: 10px; width: 1px; height: 18px; background: var(--a3-border); }
.a3-page-controls { height: 40px; display: flex; align-items: center; padding-right: 5px; border-right: 1px solid var(--a3-border); }
.a3-page-primary { height: 40px; display: flex; align-items: center; }
.a3-page-primary > a,.a3-page-primary > button { width: auto; max-width: 190px; height: 40px; display: inline-flex; align-items: center; justify-content: flex-start; gap: 7px; overflow: hidden; padding: 0 12px; border: 0; border-radius: 20px; background: transparent; color: var(--a3-brand); font-size: 12px; font-weight: 750; line-height: 1; white-space: nowrap; transition: background var(--a3-motion-fast) ease,color var(--a3-motion-fast) ease; }
.a3-page-primary > a > i,.a3-page-primary > button > i { width: 16px; flex: 0 0 16px; font-size: 16px; text-align: center; }
.a3-page-primary:hover > a,.a3-page-primary:hover > button,.a3-page-primary > a:focus-visible,.a3-page-primary > button:focus-visible { width: auto; max-width: 190px; background: var(--a3-panel-blue); }
.a3-page-primary > a:active,.a3-page-primary > button:active { transform: scale(.97); }
.a3-page-more { position: relative; height: 40px; }
.a3-page-more-trigger { width: 36px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 20px; background: transparent; color: var(--a3-muted); font-size: 17px; transition: background var(--a3-motion-fast) ease,color var(--a3-motion-fast) ease; }
.a3-page-more-trigger:hover { background: var(--a3-panel-soft); color: var(--a3-text); }
.a3-page-menu { position: absolute; z-index: 5; right: -5px; top: 46px; min-width: 148px; display: grid; gap: 3px; padding: 6px; border: 1px solid var(--a3-border); border-radius: 13px; background: var(--a3-panel); box-shadow: 0 16px 34px rgba(22,52,95,.14); }
.a3-page-menu > a,.a3-page-menu > button { min-height: 36px; display: flex; align-items: center; gap: 8px; padding: 0 10px; border: 0; border-radius: 8px; background: transparent; color: var(--a3-text); font-size: 12px; font-weight: 650; white-space: nowrap; }
.a3-page-menu > a:hover,.a3-page-menu > button:hover { background: var(--a3-panel-soft); color: var(--a3-brand); }
.a3-page-menu > .is-danger { color: var(--a3-danger); }
.a3-page-menu-enter-active,.a3-page-menu-leave-active { transition: opacity var(--a3-motion-fast) ease,transform var(--a3-motion-fast) var(--a3-ease-out); transform-origin: top right; }
.a3-page-menu-enter,.a3-page-menu-leave-to { opacity: 0; transform: translateY(-4px) scale(.96); }
.a3-action-group > * { position: relative; }
.a3-action-group > * + *::before { content: ""; position: absolute; z-index: 2; left: 0; top: 10px; width: 1px; height: 18px; background: var(--a3-border); }
.a3-top-action { position: relative; width: 40px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--a3-muted); font-size: 16px !important; transition: background var(--a3-motion-fast) ease, color var(--a3-motion-fast) ease, transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-action-group > .a3-top-action:first-child { border-radius: 11px 0 0 11px; }
.a3-action-group > .a3-top-action:last-child { border-radius: 0 11px 11px 0; }
.a3-top-action:hover { background: var(--a3-panel); color: var(--a3-brand); }
.a3-top-action:hover i { transform: translateY(-1px); }
.a3-top-action:active { transform: scale(.9); }
.a3-top-action .iconfont, .a3-top-action i { font-size: 17px !important; }
.a3-top-action i { transition: transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-message-action.has-unread { color: var(--a3-brand); }
.a3-badge { position: absolute; right: -5px; top: -5px; min-width: 17px; height: 17px; padding: 0 4px; border: 2px solid var(--a3-panel); border-radius: 9px; background: var(--a3-danger); color: #fff; font-size: 9px; line-height: 13px; text-align: center; }
.a3-cart-anchor, .a3-message-anchor { height: 40px; }
.a3-message-anchor { z-index: 3; }
.a3-message-anchor .a3-badge { z-index: 4; }
.a3-cart-anchor > .a3-top-action { border-radius: 11px 0 0 11px; }
.a3-search-preview { position: absolute; z-index: 1; left: -1px; right: -1px; top: 50px; padding: 15px 13px 13px; border: 1px solid var(--a3-border); border-top: 0; border-radius: 0 0 24px 24px; background: var(--a3-panel); box-shadow: 0 24px 46px rgba(21,44,91,.16), 0 6px 14px rgba(21,44,91,.06); color: var(--a3-text); }
.a3-search-preview::before { content: ""; position: absolute; left: 14px; right: 14px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--a3-border) 12%, var(--a3-border) 88%, transparent); }
.a3-search-preview header { display: flex; align-items: flex-start; justify-content: space-between; gap: 9px; padding: 1px 2px 11px; border-bottom: 1px solid var(--a3-border); }
.a3-search-preview header > div { display: grid; gap: 1px; }
.a3-search-preview header span,.a3-search-preview header > small { color: var(--a3-muted); font-size: 10px; }
.a3-search-preview header strong { font-size: 13px; }
.a3-search-preview-list { max-height: min(430px,60vh); display: grid; overflow-y: auto; padding: 5px 0; scrollbar-width: thin; }
.a3-search-preview-list > button { width: 100%; min-width: 0; display: grid; grid-template-columns: 30px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 8px 5px; border: 0; border-radius: 10px; background: transparent; color: var(--a3-text); text-align: left; transition: background var(--a3-motion-fast) ease, transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-search-preview-list > button:hover,.a3-search-preview-list > button.is-active { background: var(--a3-panel-soft); transform: translateX(2px); }
.a3-search-preview-list > button > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--a3-panel-blue); color: var(--a3-brand); font-size: 13px; }
.a3-search-preview-list > button > span { min-width: 0; display: grid; gap: 2px; }
.a3-search-preview-list > button strong,.a3-search-preview-list > button small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.a3-search-preview-list > button strong { font-size: 11px; }
.a3-search-preview-list > button small { color: var(--a3-muted); font-size: 9px; }
.a3-search-preview-list > button > b { padding: 3px 7px; border-radius: 999px; background: color-mix(in srgb,var(--a3-brand) 10%,transparent); color: var(--a3-brand); font-size: 9px; font-weight: 750; }
.a3-search-preview-list > button.is-disabled { cursor: default; color: var(--a3-muted); transform: none; }
.a3-search-preview-list > button.is-disabled > i,.a3-search-preview-list > button.is-disabled > b { color: var(--a3-muted); }
.a3-search-preview-list > button.is-disabled > b { background: color-mix(in srgb,var(--a3-muted) 10%,transparent); }
.a3-search-preview-empty { min-height: 112px; display: grid; place-items: center; align-content: center; gap: 5px; color: var(--a3-muted); font-size: 11px; }
.a3-search-preview-empty > i { color: color-mix(in srgb, var(--a3-brand) 65%, var(--a3-muted)); font-size: 22px; }
.a3-cart-preview { position: absolute; z-index: 1; left: -1px; right: -1px; top: 50px; padding: 15px 13px 13px; border: 1px solid var(--a3-border); border-top: 0; border-radius: 0 0 24px 24px; background: var(--a3-panel); box-shadow: 0 24px 46px rgba(21,44,91,.16), 0 6px 14px rgba(21,44,91,.06); color: var(--a3-text); }
.a3-cart-preview::before { content: ""; position: absolute; left: 14px; right: 14px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--a3-border) 12%, var(--a3-border) 88%, transparent); }
.a3-cart-preview header { display: flex; align-items: flex-start; justify-content: space-between; gap: 9px; padding: 1px 2px 11px; border-bottom: 1px solid var(--a3-border); }
.a3-cart-preview header > div { display: grid; gap: 1px; }
.a3-cart-preview header span { color: var(--a3-muted); font-size: 10px; }
.a3-cart-preview header strong { font-size: 13px; }
.a3-cart-preview header > button { display: flex; align-items: center; gap: 3px; padding: 4px 0; border: 0; background: transparent; color: var(--a3-brand); font-size: 10px; }
.a3-cart-preview-list { display: grid; padding: 5px 0; }
.a3-cart-preview-list > button { width: 100%; min-width: 0; display: grid; grid-template-columns: 30px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 8px 5px; border: 0; border-radius: 10px; background: transparent; color: var(--a3-text); text-align: left; transition: background var(--a3-motion-fast) ease, transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-cart-preview-list > button:hover { background: var(--a3-panel-soft); transform: translateX(2px); }
.a3-cart-preview-list > button > i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--a3-panel-blue); color: var(--a3-brand); font-size: 13px; }
.a3-cart-preview-list > button > span { min-width: 0; display: grid; gap: 2px; }
.a3-cart-preview-list > button strong, .a3-cart-preview-list > button small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.a3-cart-preview-list > button strong { font-size: 11px; }
.a3-cart-preview-list > button small { color: var(--a3-muted); font-size: 9px; }
.a3-cart-preview-list > button > b { color: var(--a3-muted); font-size: 10px; font-variant-numeric: tabular-nums; }
.a3-message-preview-list > button > i { position: relative; }
.a3-message-preview-list > button:not(.is-read) > i::after { content: ""; position: absolute; right: 2px; top: 2px; width: 6px; height: 6px; border: 1px solid var(--a3-panel-blue); border-radius: 50%; background: var(--a3-danger); }
.a3-message-preview-list > button.is-read > i { background: var(--a3-panel-soft); color: var(--a3-muted); }
.a3-message-preview-list > button > b { padding: 3px 7px; border-radius: 999px; background: color-mix(in srgb,var(--a3-brand) 10%,transparent); color: var(--a3-brand); font-size: 9px; font-weight: 750; }
.a3-message-preview-list > button.is-read > b { background: var(--a3-panel-soft); color: var(--a3-muted); }
.a3-cart-preview-empty { min-height: 112px; display: grid; place-items: center; align-content: center; gap: 5px; color: var(--a3-muted); font-size: 11px; }
.a3-cart-preview-empty > i { color: color-mix(in srgb, var(--a3-brand) 65%, var(--a3-muted)); font-size: 22px; }
.a3-cart-preview-empty > a { margin-top: 4px; color: var(--a3-brand); font-size: 10px; font-weight: 700; }
.a3-cart-preview-empty > button { height: 30px; margin-top: 4px; padding: 0 10px; border: 1px solid var(--a3-border); border-radius: 9px; background: var(--a3-panel-soft); color: var(--a3-brand); font-size: 10px; font-weight: 700; }
.a3-cart-preview-empty.is-error > i { color: var(--a3-danger); }
.a3-cart-preview footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 2px 0; border-top: 1px solid var(--a3-border); }
.a3-cart-preview footer span { color: var(--a3-muted); font-size: 9px; }
.a3-cart-preview footer button { height: 32px; padding: 0 11px; border: 0; border-radius: 9px; background: var(--a3-brand); color: #fff; font-size: 10px; font-weight: 800; }
.a3-cart-preview-enter-active { transition: opacity var(--a3-motion-base) ease, clip-path var(--a3-motion-base) var(--a3-ease-out), transform var(--a3-motion-base) var(--a3-ease-out); transform-origin: top; }
.a3-cart-preview-leave-active { transition: opacity 120ms ease, clip-path var(--a3-motion-fast) ease, transform var(--a3-motion-fast) ease; transform-origin: top; }
.a3-cart-preview-enter, .a3-cart-preview-leave-to { opacity: 0; clip-path: inset(0 0 100% 0 round 0 0 24px 24px); transform: translateY(-5px); }
html[data-aeo03-mode="dark"] .a3-cart-preview,html[data-aeo03-mode="dark"] .a3-search-preview { box-shadow: 0 24px 50px rgba(0,0,0,.36); }
.a3-account-dropdown { position: relative; margin-left: 4px; padding-left: 8px; }
.a3-account-dropdown::before { display: none; }
.a3-top-account { height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 7px 0 5px; border: 0; border-radius: 20px; background: transparent; color: var(--a3-text); transition: background var(--a3-motion-fast) ease, transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-top-account:hover { background: var(--a3-panel-soft); }
.a3-top-account:active { transform: scale(.98); }
.a3-control-capsule.is-account-open .a3-top-account { background: var(--a3-panel-soft); }
.a3-top-account .a3-avatar { width: 28px; height: 28px; flex-basis: 28px; background: var(--a3-navy); color: #fff; font-size: 11px; }
.a3-top-account.is-guest .a3-avatar { background: var(--a3-panel-blue); color: var(--a3-brand); font-size: 13px; }
.a3-top-account span { max-width: 96px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.a3-top-account > i { transition: transform .18s ease; }
.a3-top-account > i.is-open { transform: rotate(180deg); }
.a3-account-sheet { position: absolute; z-index: 1; left: -1px; right: -1px; top: 50px; width: auto; padding: 17px 18px 13px; overflow: hidden; border: 1px solid var(--a3-border); border-top: 0; border-radius: 0 0 24px 24px; background: var(--a3-panel); box-shadow: 0 24px 46px rgba(21,44,91,.16), 0 6px 14px rgba(21,44,91,.06); }
.a3-account-sheet::before { content: ""; position: absolute; left: 18px; right: 18px; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--a3-border) 12%, var(--a3-border) 88%, transparent); }
.a3-account-sheet-meta { position: relative; z-index: 1; padding: 0 4px 13px; }
.a3-account-sheet-meta > div { min-width: 0; display: grid; gap: 2px; }
.a3-account-sheet-meta > div.is-authenticated { grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 16px; }
.a3-account-sheet-meta > div.is-authenticated small { text-align: right; }
.a3-account-sheet-meta span { display: flex; align-items: center; gap: 6px; color: var(--a3-brand); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.a3-account-sheet-meta span > i { width: 6px; height: 6px; border-radius: 50%; background: var(--a3-success); box-shadow: 0 0 0 3px color-mix(in srgb,var(--a3-success) 10%,transparent); }
.a3-account-sheet-meta strong { overflow: hidden; max-width: 270px; color: var(--a3-text); font-size: 16px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.a3-account-sheet-meta small { overflow: hidden; max-width: 270px; color: var(--a3-muted); font-size: 12px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.a3-account-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 11px 0; border-top: 1px solid var(--a3-border); }
.a3-account-metrics > button { min-width: 0; min-height: 82px; display: grid; align-content: center; gap: 3px; padding: 11px 12px; border: 1px solid transparent; border-radius: 11px; background: var(--a3-panel-soft); color: var(--a3-text); text-align: left; transition: border-color var(--a3-motion-fast) ease,background var(--a3-motion-fast) ease,transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-account-metrics > button:hover { border-color: color-mix(in srgb,var(--a3-brand) 18%,var(--a3-border)); background: var(--a3-panel-blue); transform: translateY(-1px); }
.a3-account-metrics > button > span { color: var(--a3-muted); font-size: 12px; }
.a3-account-metrics > button > strong { overflow: hidden; color: var(--a3-text); font-size: 18px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; font-variant-numeric: tabular-nums; }
.a3-account-metrics > button > strong em { color: var(--a3-muted); font-size: 11px; font-style: normal; font-weight: 650; }
.a3-account-metrics > button > small { color: var(--a3-muted); font-size: 11px; }
.a3-account-metrics > button.needs-attention > strong { color: var(--a3-warning); }
.a3-account-metrics.is-loading > button { opacity: .62; pointer-events: none; }
.a3-account-shortcuts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; padding: 0 0 11px; }
.a3-account-shortcuts > button { min-width: 0; height: 42px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 7px; border: 1px solid var(--a3-border); border-radius: 10px; background: transparent; color: var(--a3-text); font-size: 12px; font-weight: 700; transition: border-color var(--a3-motion-fast) ease,background var(--a3-motion-fast) ease,color var(--a3-motion-fast) ease; }
.a3-account-shortcuts > button > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.a3-account-shortcuts > button:hover { border-color: color-mix(in srgb,var(--a3-brand) 22%,var(--a3-border)); background: var(--a3-panel-blue); color: var(--a3-brand); }
.a3-account-shortcuts > button > i { color: var(--a3-brand); font-size: 14px; }
.a3-account-sheet-footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: 10px 3px 0; border-top: 1px solid var(--a3-border); }
.a3-account-sheet-footer > span { color: var(--a3-muted); font-size: 11px; }
.a3-account-sheet-footer > button { display: inline-flex; align-items: center; gap: 5px; padding: 4px 2px; border: 0; background: transparent; color: var(--a3-muted); font-size: 11px; }
.a3-account-sheet-footer > button:hover { color: var(--a3-danger); }
.a3-account-sheet-actions { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding-top: 11px; border-top: 1px solid var(--a3-border); }
.a3-account-sheet-actions button { min-width: 0; height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 8px; border: 1px solid transparent; border-radius: 11px; background: var(--a3-panel-soft); color: var(--a3-text); font-size: 12px; font-weight: 700; transition: border-color var(--a3-motion-fast) ease, background var(--a3-motion-fast) ease, color var(--a3-motion-fast) ease, transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-account-sheet-actions button:hover { border-color: color-mix(in srgb, var(--a3-brand) 18%, var(--a3-border)); background: var(--a3-panel-blue); color: var(--a3-brand); }
.a3-account-sheet-actions button:active { transform: scale(.97); }
.a3-account-sheet-actions button > i { color: var(--a3-brand); font-size: 14px; }
.a3-account-sheet-actions button.is-primary { border-color: var(--a3-brand); background: var(--a3-brand); color: #fff; }
.a3-account-sheet-actions button.is-primary > i { color: #fff; }
.a3-account-sheet-actions button.is-primary:hover { border-color: var(--a3-brand-hover); background: var(--a3-brand-hover); color: #fff; }
.a3-account-sheet.is-guest .a3-account-sheet-actions button:only-child { grid-column: 1 / -1; }
.a3-account-sheet-actions button.is-danger { color: var(--a3-muted); }
.a3-account-sheet-actions button.is-danger > i { color: var(--a3-muted); }
.a3-account-sheet-actions button.is-danger:hover { border-color: color-mix(in srgb, var(--a3-danger) 16%, var(--a3-border)); background: color-mix(in srgb, var(--a3-danger) 6%, var(--a3-panel)); }
.a3-account-sheet-actions button.is-danger:hover, .a3-account-sheet-actions button.is-danger:hover > i { color: var(--a3-danger); }
.a3-account-sheet-enter-active { transition: opacity var(--a3-motion-base) ease, clip-path var(--a3-motion-base) var(--a3-ease-out), transform var(--a3-motion-base) var(--a3-ease-out); transform-origin: top; }
.a3-account-sheet-leave-active { transition: opacity 120ms ease, clip-path var(--a3-motion-fast) ease, transform var(--a3-motion-fast) ease; transform-origin: top; }
.a3-account-sheet-enter, .a3-account-sheet-leave-to { opacity: 0; clip-path: inset(0 0 100% 0 round 0 0 24px 24px); transform: translateY(-5px); }
html[data-aeo03-mode="dark"] .a3-account-sheet { box-shadow: 0 24px 48px rgba(0,0,0,.34); }

html[data-aeo03-mode] .v-modal { background: var(--a3-overlay); opacity: 1; }
html[data-aeo03-mode] body > .el-dialog__wrapper,
html[data-aeo03-mode] body > .el-message-box__wrapper,
html[data-aeo03-mode] body > .el-drawer__wrapper { isolation: isolate; }
html[data-aeo03-mode] .el-select > .el-input { width: 100%; }
html[data-aeo03-mode] .el-input__suffix-inner { height: 100%; display: flex; align-items: center; }
html[data-aeo03-mode] .el-input__suffix-inner > [class*="el-icon-"] { width: 25px; height: 100%; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
html[data-aeo03-mode] .el-input__suffix-inner > .el-icon-search { cursor: pointer; }
html[data-aeo03-mode] body > .el-message { display: none !important; }
html[data-aeo03-mode] body > .el-message-fade-enter,html[data-aeo03-mode] body > .el-message-fade-leave-active { opacity: 0; transform: translate(14px,8px) scale(.98) !important; }
html[data-aeo03-mode] body > .el-message .el-message__icon { width: 26px !important; height: 26px !important; flex: 0 0 26px; display: inline-flex !important; align-items: center; justify-content: center; margin: 0 10px 0 0; padding: 0 !important; border: 0 !important; border-radius: 8px !important; background: var(--a3-panel-blue) !important; box-shadow: none !important; font-size: 16px !important; line-height: 26px !important; transform: none !important; }
html[data-aeo03-mode] body > .el-message .el-message__content { max-width: 390px; color: var(--a3-text); font-size: 12px; font-weight: 650; line-height: 1.45; }
html[data-aeo03-mode] body > .el-message--error { border-color: color-mix(in srgb,var(--a3-danger) 22%,var(--a3-border)); background: color-mix(in srgb,var(--a3-danger) 5%,var(--a3-panel)); }
html[data-aeo03-mode] body > .el-message--warning { border-color: color-mix(in srgb,#d99b22 24%,var(--a3-border)); background: color-mix(in srgb,#d99b22 5%,var(--a3-panel)); }
html[data-aeo03-mode] body > .el-message--success { border-color: color-mix(in srgb,var(--a3-success) 22%,var(--a3-border)); background: color-mix(in srgb,var(--a3-success) 5%,var(--a3-panel)); }
html[data-aeo03-mode] body > .el-message--error .el-message__icon { background: color-mix(in srgb,var(--a3-danger) 10%,var(--a3-panel)) !important; }
html[data-aeo03-mode] body > .el-message--warning .el-message__icon { background: color-mix(in srgb,#d99b22 10%,var(--a3-panel)) !important; }
html[data-aeo03-mode] body > .el-message--success .el-message__icon { background: color-mix(in srgb,var(--a3-success) 10%,var(--a3-panel)) !important; }
html[data-aeo03-mode="dark"] body > .el-message { box-shadow: 0 16px 38px rgba(0,0,0,.34); }
html[data-aeo03-mode] .el-dialog__wrapper { overflow: hidden; padding: 4vh 24px; }
html[data-aeo03-mode] .el-dialog {
  max-width: calc(100vw - 48px); max-height: 92vh; margin: 0 auto !important;
  display: flex; flex-direction: column; overflow: hidden;
  border: 1px solid var(--a3-border); border-radius: 20px; background: var(--a3-panel); color: var(--a3-text);
  box-shadow: 0 30px 80px rgba(13,31,52,.24),0 8px 24px rgba(13,31,52,.1);
}
html[data-aeo03-mode="dark"] .el-dialog { box-shadow: 0 32px 86px rgba(0,0,0,.48),0 8px 24px rgba(0,0,0,.22); }
html[data-aeo03-mode] .el-dialog__header { flex: 0 0 auto; margin: 0; padding: 21px 25px 17px; border-bottom: 1px solid var(--a3-border); }
html[data-aeo03-mode] .el-dialog__title { color: var(--a3-text); font-size: 19px; font-weight: 800; line-height: 1.4; letter-spacing: -.02em; }
html[data-aeo03-mode] .el-dialog__headerbtn { top: 22px; right: 23px; width: 30px; height: 30px; border-radius: 9px; color: var(--a3-muted); transition: background var(--a3-motion-fast) ease,color var(--a3-motion-fast) ease; }
html[data-aeo03-mode] .el-dialog__headerbtn:hover { background: var(--a3-panel-soft); }
html[data-aeo03-mode] .el-dialog__headerbtn .el-dialog__close { color: inherit; font-size: 17px; }
html[data-aeo03-mode] .el-dialog__body { min-height: 0; flex: 1 1 auto; overflow-x: hidden; overflow-y: auto; padding: 22px 25px; color: var(--a3-text); scrollbar-width: thin; scrollbar-color: var(--a3-border) transparent; }
html[data-aeo03-mode] .el-dialog__footer { flex: 0 0 auto; padding: 15px 25px 20px; border-top: 1px solid var(--a3-border); background: color-mix(in srgb,var(--a3-panel-soft) 45%,var(--a3-panel)); }
html[data-aeo03-mode] .el-dialog__footer > div,html[data-aeo03-mode] .el-dialog__footer .dialog-footer { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
html[data-aeo03-mode] .el-dialog .el-form-item { margin-bottom: 19px; }
html[data-aeo03-mode] .el-dialog .el-form-item:last-child { margin-bottom: 0; }
html[data-aeo03-mode] .el-dialog .el-form-item__label { padding-bottom: 6px; color: var(--a3-muted); font-size: 12px; font-weight: 700; line-height: 1.45; }
html[data-aeo03-mode] .el-dialog .el-input,html[data-aeo03-mode] .el-dialog .el-select,html[data-aeo03-mode] .el-dialog .el-input-number { max-width: 100%; }
html[data-aeo03-mode] .el-dialog .el-select,html[data-aeo03-mode] .el-dialog .el-input-number { width: 100%; }
html[data-aeo03-mode] .el-dialog .el-input__inner,html[data-aeo03-mode] .el-dialog .el-textarea__inner { border-color: var(--a3-border); background: var(--a3-panel-soft); color: var(--a3-text); font-size: 12px; }
html[data-aeo03-mode] .el-dialog .el-input__inner { height: 42px; border-radius: 10px; }
html[data-aeo03-mode] .el-dialog .el-textarea__inner { min-height: 96px; border-radius: 10px; line-height: 1.65; resize: vertical; }
html[data-aeo03-mode] .el-dialog .el-input__inner:focus,html[data-aeo03-mode] .el-dialog .el-textarea__inner:focus { border-color: var(--a3-brand); box-shadow: 0 0 0 3px color-mix(in srgb,var(--a3-brand) 10%,transparent); }
html[data-aeo03-mode] .el-dialog .el-input-group__prepend,html[data-aeo03-mode] .el-dialog .el-input-group__append { border-color: var(--a3-border); background: var(--a3-panel-blue); color: var(--a3-text); }
html[data-aeo03-mode] .el-dialog .el-alert { margin-top: 14px; border-radius: 10px; }
html[data-aeo03-mode] .el-dialog .el-button,html[data-aeo03-mode] .el-dialog__footer button { min-width: 88px; height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 16px; border: 1px solid var(--a3-border); border-radius: 10px; background: var(--a3-panel); color: var(--a3-text); font-size: 12px; font-weight: 750; }
html[data-aeo03-mode] .el-dialog .el-button--primary,html[data-aeo03-mode] .el-dialog__footer button.is-primary { border-color: var(--a3-brand); background: var(--a3-brand); color: #fff; }
html[data-aeo03-mode] .el-dialog__footer button.is-danger { border-color: color-mix(in srgb,var(--a3-danger) 30%,var(--a3-border)); background: color-mix(in srgb,var(--a3-danger) 9%,var(--a3-panel)); color: var(--a3-danger); }
html[data-aeo03-mode] .el-dialog .dialog-title { margin: 0 0 20px; color: var(--a3-text); font-size: 19px; font-weight: 800; line-height: 1.4; letter-spacing: -.02em; }
html[data-aeo03-mode] .el-dialog .a3-server-dialog-copy { margin: 0; padding: 15px 16px; border: 1px solid var(--a3-border); border-radius: 11px; background: var(--a3-panel-soft); color: var(--a3-muted); font-size: 12px; line-height: 1.7; }
html[data-aeo03-mode] .el-dialog__header:empty { display: none; }
html[data-aeo03-mode] .el-dialog__body:has(> .pay-content),html[data-aeo03-mode] .el-dialog__body:has(> .recharge-content) { padding: 0; }
html[data-aeo03-mode] .el-dialog .pay-title,html[data-aeo03-mode] .el-dialog .recharge-title { min-height: 68px; margin: 0; padding: 20px 25px 16px; border-bottom: 1px solid var(--a3-border); font-size: 19px; }
html[data-aeo03-mode] .el-dialog .pay-content,html[data-aeo03-mode] .el-dialog .recharge-content { min-width: 0; }
html[data-aeo03-mode] .el-dialog .dialog-footer,html[data-aeo03-mode] .el-dialog .pay-footer { flex-wrap: wrap; }
html[data-aeo03-mode] .security-dialog { max-height: 92vh; display: flex; flex-direction: column; }
html[data-aeo03-mode] .security-dialog .security-content { min-height: 0; overflow-y: auto; }

/* Dialog contracts: body-mounted business components need explicit structure. */
html[data-aeo03-mode] .recharge-dialog .el-dialog__header,
html[data-aeo03-mode] .withdraw-dialog .el-dialog__header,
html[data-aeo03-mode] .pay-dialog .el-dialog__header,
html[data-aeo03-mode] .new-pay-dialog .el-dialog__header,
html[data-aeo03-mode] .select-coin-dialog .el-dialog__header,
html[data-aeo03-mode] .security-dialog .el-dialog__header { display: none; }
html[data-aeo03-mode] .recharge-dialog .el-dialog__body,
html[data-aeo03-mode] .pay-dialog .el-dialog__body,
html[data-aeo03-mode] .new-pay-dialog .el-dialog__body,
html[data-aeo03-mode] .select-coin-dialog .el-dialog__body,
html[data-aeo03-mode] .security-dialog .el-dialog__body { padding: 0; }

html[data-aeo03-mode] .recharge-dialog { width: min(750px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .recharge-dialog .recharge-content { min-height: 0; background: var(--a3-panel); color: var(--a3-text); }
html[data-aeo03-mode] .recharge-dialog .recharge-title { min-height: 70px; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0 25px; border-bottom: 1px solid var(--a3-border); background: var(--a3-panel); }
html[data-aeo03-mode] .recharge-dialog .recharge-title .title-text { color: var(--a3-text); font-size: 19px; font-weight: 800; }
html[data-aeo03-mode] .recharge-dialog .recharge-title .close-btn { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--a3-muted); font-size: 17px; transition: background var(--a3-motion-fast) ease,color var(--a3-motion-fast) ease; }
html[data-aeo03-mode] .recharge-dialog .recharge-title .close-btn:hover { background: var(--a3-panel-soft); color: var(--a3-brand); }
html[data-aeo03-mode] .recharge-dialog .recharge-box { min-height: 0; padding: 24px 25px 26px; }
html[data-aeo03-mode] .recharge-dialog .recharge-input { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; }
html[data-aeo03-mode] .recharge-dialog .recharge-input .el-input-number { width: 100%; }
html[data-aeo03-mode] .recharge-dialog .recharge-input .el-input__inner { text-align: left; }
html[data-aeo03-mode] .recharge-dialog .recharge-input .el-button { min-width: 108px; height: 42px; }
html[data-aeo03-mode] .recharge-dialog .recharge-tip,
html[data-aeo03-mode] .recharge-dialog .cz-notice { margin-top: 14px; padding: 13px 15px; border: 1px solid var(--a3-border); border-radius: 11px; background: var(--a3-panel-soft); color: var(--a3-muted); font-size: 11px; line-height: 1.7; }
html[data-aeo03-mode] .recharge-dialog .recharge-active { margin-top: 20px; }
html[data-aeo03-mode] .recharge-dialog .recharge-active .active-title,
html[data-aeo03-mode] .recharge-dialog .active-name { color: var(--a3-text); }
html[data-aeo03-mode] .recharge-dialog .active-main .active-list { max-height: min(400px,44vh); padding-right: 4px; overflow-y: auto; }
html[data-aeo03-mode] .recharge-dialog .gradient-content { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
html[data-aeo03-mode] .recharge-dialog .gradient-item { min-width: 0; border-color: var(--a3-border); background: var(--a3-panel-soft); color: var(--a3-muted); }
html[data-aeo03-mode] .recharge-dialog .gradient-item.active { border-color: var(--a3-brand); background: var(--a3-panel-blue); }
html[data-aeo03-mode] .recharge-dialog .gradient-money { color: var(--a3-text); }
html[data-aeo03-mode] .recharge-dialog .gradient-award,
html[data-aeo03-mode] .recharge-dialog .gradient-item.active .gradient-award { width: 100%; background: color-mix(in srgb,var(--a3-panel-soft) 74%,var(--a3-brand)); color: var(--a3-muted); }

html[data-aeo03-mode] .withdraw-dialog { width: min(680px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .withdraw-dialog .el-dialog__body { padding: 0 25px 22px; }
html[data-aeo03-mode] .withdraw-dialog .dialog-title { min-height: 70px; display: flex; align-items: center; margin: 0 -25px 22px; padding: 0 25px; border-bottom: 1px solid var(--a3-border); color: var(--a3-text); font-size: 19px; }
html[data-aeo03-mode] .withdraw-dialog .dialog-main { margin: 0; }
html[data-aeo03-mode] .withdraw-dialog .withdraw-rule { margin-top: 4px; padding: 14px 16px; border: 1px solid var(--a3-border); border-radius: 11px; background: var(--a3-panel-soft); color: var(--a3-muted); line-height: 1.65; }
html[data-aeo03-mode] .withdraw-dialog .withdraw-rule .label { color: var(--a3-text); }
html[data-aeo03-mode] .withdraw-dialog .el-dialog__footer { padding: 15px 25px 20px; }

html[data-aeo03-mode] .pay-dialog { width: min(900px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .pay-dialog .dia-title { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 16px 25px; border-bottom: 1px solid var(--a3-border); color: var(--a3-text); }
html[data-aeo03-mode] .pay-dialog .dia-title .title-text { color: var(--a3-text); font-size: 16px; font-weight: 750; }
html[data-aeo03-mode] .pay-dialog .dia-content { min-height: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; padding: 0; color: var(--a3-text); }
html[data-aeo03-mode] .pay-dialog .dia-content > .item { min-width: 0; padding: 22px 25px; background: var(--a3-panel); }
html[data-aeo03-mode] .pay-dialog .dia-content > .item + .item { border-left: 1px solid var(--a3-border); }
html[data-aeo03-mode] .pay-dialog .dia-fotter { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
html[data-aeo03-mode] .pay-dialog .el-upload,
html[data-aeo03-mode] .pay-dialog .el-upload-dragger { width: 100%; }
html[data-aeo03-mode] .pay-dialog .el-upload-dragger { border-color: var(--a3-border); border-radius: 12px; background: var(--a3-panel-soft); color: var(--a3-muted); }
html[data-aeo03-mode] .pay-dialog .custom-text,
html[data-aeo03-mode] .pay-dialog .view-box { border-color: var(--a3-border); background: var(--a3-panel-soft); color: var(--a3-text); }
html[data-aeo03-mode] .new-pay-dialog { width: min(920px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .new-pay-dialog .pay-content { min-height: 0; overflow-y: auto; padding: 22px 25px; }
html[data-aeo03-mode] .new-pay-dialog .pay-footer { flex: 0 0 auto; background: color-mix(in srgb,var(--a3-panel-soft) 45%,var(--a3-panel)); box-shadow: none; }
html[data-aeo03-mode] .new-pay-dialog .pay-method-box,
html[data-aeo03-mode] .new-pay-dialog .pay-method-qr,
html[data-aeo03-mode] .new-pay-dialog .pay-qr-content,
html[data-aeo03-mode] .new-pay-dialog .pay-qr-text { border-color: var(--a3-border); background: var(--a3-panel-soft); color: var(--a3-text); }
html[data-aeo03-mode] .select-coin-dialog { width: min(760px,calc(100vw - 48px)) !important; }

html[data-aeo03-mode] .security-dialog { width: min(600px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .security-dialog .security-title { min-height: 70px; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0 25px; border-bottom: 1px solid var(--a3-border); }
html[data-aeo03-mode] .security-dialog .security-content { padding: 20px 25px 4px; }
html[data-aeo03-mode] .security-dialog .security-footer { display: flex; justify-content: flex-end; gap: 8px; padding: 11px 25px 22px; border-top: 0; background: var(--a3-panel); }

html[data-aeo03-mode] .a3-ticket-confirm-dialog .el-dialog__header { display: none; }
html[data-aeo03-mode] .a3-ticket-confirm-dialog .el-dialog__body { padding: 0; }
html[data-aeo03-mode] .a3-ticket-confirm-dialog .a3-ticket-renew-dialog { min-height: 260px; display: grid; justify-items: center; align-content: center; gap: 12px; padding: 34px 38px; text-align: center; }
html[data-aeo03-mode] .a3-ticket-confirm-dialog .a3-ticket-renew-dialog > i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--a3-panel-blue); color: var(--a3-brand); font-size: 25px; }
html[data-aeo03-mode] .a3-ticket-confirm-dialog .a3-ticket-renew-dialog.is-danger > i { background: color-mix(in srgb,var(--a3-danger) 10%,var(--a3-panel)); color: var(--a3-danger); }
html[data-aeo03-mode] .a3-ticket-confirm-dialog h3 { margin: 2px 0 0; color: var(--a3-text); font-size: 19px; }
html[data-aeo03-mode] .a3-ticket-confirm-dialog p { max-width: 390px; margin: 0; color: var(--a3-muted); font-size: 12px; line-height: 1.7; }
html[data-aeo03-mode] .a3-ticket-confirm-dialog .a3-ticket-renew-dialog > div { display: flex; justify-content: center; gap: 9px; margin-top: 7px; }

html[data-aeo03-mode] .a3-cert-preview-dialog { width: min(720px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .a3-cert-preview-dialog .el-dialog__header { min-height: 58px; padding: 14px 18px; }
html[data-aeo03-mode] .a3-cert-preview-dialog .el-dialog__body { padding: 16px; background: var(--a3-panel-soft); }
html[data-aeo03-mode] .a3-cert-preview-dialog .a3-cert-preview { min-height: 280px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--a3-border); border-radius: 13px; background: var(--a3-panel); }
html[data-aeo03-mode] .a3-cert-preview-dialog .a3-cert-preview img { display: block; max-width: 100%; max-height: 72vh; object-fit: contain; }

html[data-aeo03-mode] .common-renew-dialog.el-dialog,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog,
html[data-aeo03-mode] .common-package-dialog,
html[data-aeo03-mode] .common-cashback-dialog,
html[data-aeo03-mode] .unsubscribe-dialog { width: min(690px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .common-renew-dialog.el-dialog .el-dialog__header,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog .el-dialog__header,
html[data-aeo03-mode] .common-package-dialog .el-dialog__header,
html[data-aeo03-mode] .common-cashback-dialog .el-dialog__header,
html[data-aeo03-mode] .unsubscribe-dialog .el-dialog__header { display: none; }
html[data-aeo03-mode] .common-renew-dialog.el-dialog .el-dialog__body,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog .el-dialog__body,
html[data-aeo03-mode] .common-package-dialog .el-dialog__body,
html[data-aeo03-mode] .common-cashback-dialog .el-dialog__body,
html[data-aeo03-mode] .unsubscribe-dialog .el-dialog__body { padding: 0 25px 22px; }
html[data-aeo03-mode] .common-renew-dialog.el-dialog .dialog-title,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog .dialog-title,
html[data-aeo03-mode] .common-package-dialog .dialog-title,
html[data-aeo03-mode] .common-cashback-dialog .dialog-title,
html[data-aeo03-mode] .unsubscribe-dialog .dialog-title { min-height: 70px; display: flex; align-items: center; margin: 0 -25px 22px; padding: 0 25px; border-bottom: 1px solid var(--a3-border); color: var(--a3-text); font-size: 19px !important; font-weight: 800; }
html[data-aeo03-mode] .common-renew-dialog.el-dialog .con,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog .con,
html[data-aeo03-mode] .common-cashback-dialog .con { margin: 0; padding: 16px; border: 1px solid var(--a3-border); border-radius: 12px; background: var(--a3-panel-soft); color: var(--a3-text); font-size: 12px; }
html[data-aeo03-mode] .common-renew-dialog.el-dialog .con .label,
html[data-aeo03-mode] .common-renew-dialog.el-dialog .con .value,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog .con .label,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog .con .value { color: var(--a3-text) !important; }
html[data-aeo03-mode] .common-renew-dialog.el-dialog .dialog-footer,
html[data-aeo03-mode] .common-renew-dialog > .el-dialog__wrapper > .el-dialog .dialog-footer,
html[data-aeo03-mode] .common-package-dialog .dialog-footer,
html[data-aeo03-mode] .common-cashback-dialog .dialog-footer,
html[data-aeo03-mode] .unsubscribe-dialog .dialog-footer { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
html[data-aeo03-mode] .common-package-dialog { width: min(800px,calc(100vw - 48px)) !important; }
html[data-aeo03-mode] .common-package-dialog > .el-dialog__body > .el-icon-close { top: 19px; right: 24px; z-index: 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--a3-muted); font-size: 17px; }
html[data-aeo03-mode] .common-package-dialog .filter-radio { margin: 0 0 18px; }
html[data-aeo03-mode] .common-package-dialog .con .items { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: 24px; }
html[data-aeo03-mode] .common-package-dialog .con .p-item { width: auto; min-width: 0; min-height: 120px; border-color: var(--a3-border); border-radius: 12px; background: var(--a3-panel-soft); color: var(--a3-text); }
html[data-aeo03-mode] .common-package-dialog .con .p-item .flow-size { color: var(--a3-text); font-size: 20px; }
html[data-aeo03-mode] .common-package-dialog .con .p-item .limit-text { color: var(--a3-muted); }
html[data-aeo03-mode] .common-package-dialog .con .p-item.active { border-color: var(--a3-brand); background: var(--a3-panel-blue); }
html[data-aeo03-mode] .common-cashback-dialog { padding: 0 !important; }
html[data-aeo03-mode] .common-cashback-dialog .dialog-footer { justify-content: space-between; }
html[data-aeo03-mode] .common-cashback-dialog .dialog-footer .tip { color: var(--a3-muted); font-size: 11px; }
html[data-aeo03-mode] .unsubscribe-dialog .dialog-main { display: grid; gap: 12px; }
html[data-aeo03-mode] .unsubscribe-dialog .dialog-main > .label { color: var(--a3-text); font-size: 12px; font-weight: 750; }
html[data-aeo03-mode] .unsubscribe-dialog .host-content,
html[data-aeo03-mode] .unsubscribe-dialog .demand-stop-tip,
html[data-aeo03-mode] .unsubscribe-dialog .refund-gateway-tip { padding: 14px 16px; border: 1px solid var(--a3-border); border-radius: 11px; background: var(--a3-panel-soft); color: var(--a3-muted); }
html[data-aeo03-mode] .unsubscribe-dialog .host-item { display: flex; justify-content: space-between; gap: 18px; color: var(--a3-text); font-size: 12px; }

@media (max-width: 700px) {
  html[data-aeo03-mode] .common-package-dialog .con .items { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  html[data-aeo03-mode] .el-dialog__wrapper { padding: 18px 14px; }
  html[data-aeo03-mode] .el-dialog { max-width: calc(100vw - 28px); max-height: calc(100vh - 36px); }
  html[data-aeo03-mode] .recharge-dialog .gradient-content,
  html[data-aeo03-mode] .pay-dialog .dia-content { grid-template-columns: 1fr; }
  html[data-aeo03-mode] .pay-dialog .dia-content > .item + .item { border-top: 1px solid var(--a3-border); border-left: 0; }
  html[data-aeo03-mode] .new-pay-dialog .pay-order-method { grid-template-columns: 1fr; }
  html[data-aeo03-mode] .new-pay-dialog .pay-footer { align-items: stretch; flex-direction: column; }
  html[data-aeo03-mode] .new-pay-dialog .pay-footer-left,
  html[data-aeo03-mode] .new-pay-dialog .pay-footer-right { width: 100%; }
}

.a3-title-text { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.a3-title-back { position: absolute; top: 50%; right: calc(100% + 14px); width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--a3-muted); font-size: 15px; pointer-events: auto; transform: translateY(-50%); transition: color var(--a3-motion-fast) ease,background var(--a3-motion-fast) ease,transform var(--a3-motion-fast) var(--a3-ease-ui); }
.a3-title-back:hover { background: var(--a3-panel-soft); color: var(--a3-brand); transform: translate(-2px,-50%); }

.a3-loading { position: fixed; z-index: 999; inset: 0; display: grid; place-content: center; gap: 14px; background: var(--a3-page); color: var(--a3-muted); text-align: center; font: 13px Inter, "PingFang SC", sans-serif; }
.a3-loading-mark { display: flex; align-items: end; justify-content: center; gap: 5px; height: 30px; }
.a3-loading-mark span { width: 8px; border-radius: 4px; background: var(--a3-brand); animation: a3-load .9s ease-in-out infinite alternate; }
.a3-loading-mark span:nth-child(1) { height: 15px; }
.a3-loading-mark span:nth-child(2) { height: 28px; animation-delay: .15s; }
.a3-loading-mark span:nth-child(3) { height: 20px; animation-delay: .3s; background: var(--a3-lemon); }
@keyframes a3-load { to { transform: translateY(-7px); } }

@media (max-width: 1399px) {
  .a3-top-account span { display: none; }
  .a3-capsule-search.is-open, .a3-search { width: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .a3-app *, .a3-app *::before, .a3-app *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
