:root {
  --ink: #30343b;
  --muted: #747982;
  --line: #e9ebef;
  --surface: #fff;
  --soft: #fafbfc;
  --blue: #96731c;
  --blue-soft: #fff7da;
  --mint: #e8f4ef;
  --yellow: #f4cb3f;
  --yellow-soft: #fdf8e3;
  --yellow-ink: #302b1b;
  --success: #31826b;
  --el-color-primary: #a07a13;
  --el-color-primary-light-3: #bca354;
  --el-color-primary-light-5: #d4c392;
  --el-color-primary-light-7: #e8dfc0;
  --el-color-primary-light-8: #f1ead5;
  --el-color-primary-light-9: #fff9e5;
  --el-color-primary-dark-2: #7e5e0b;
  --el-font-size-base: 15px;
  --el-component-size: 40px;
  --el-color-success: #31826b;
  --el-color-success-light-3: #70a794;
  --el-color-success-light-5: #98c0b4;
  --el-color-success-light-7: #c1dcd2;
  --el-color-success-light-8: #d6e9e2;
  --el-color-success-light-9: #eff7f3;
  --el-border-radius-base: 6px;
  --el-text-color-primary: #272b33;
  --el-text-color-regular: #505966;
  --el-border-color: #dfe3e9;
  --el-font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
    'Microsoft YaHei', sans-serif;
  font-family: var(--el-font-family);
  font-size: 16px;
  color-scheme: light;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  line-height: 1.6;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  flex-shrink: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
p {
  margin: 0;
}
::selection {
  background: #f9e493;
  color: #463914;
}
:focus-visible {
  outline: 2px solid #a07a13;
  outline-offset: 3px;
}
.el-button + .el-button {
  margin-left: 0;
}
.el-button > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.el-button--primary {
  --el-button-bg-color: var(--yellow);
  --el-button-border-color: #eac039;
  --el-button-text-color: var(--yellow-ink);
  --el-button-hover-bg-color: #f8d761;
  --el-button-hover-border-color: #edc747;
  --el-button-hover-text-color: var(--yellow-ink);
  --el-button-active-bg-color: #e5b72c;
  --el-button-active-border-color: #e5b72c;
  --el-button-active-text-color: var(--yellow-ink);
  --el-button-disabled-bg-color: #fff4cc;
  --el-button-disabled-border-color: #f3e6b5;
  --el-button-disabled-text-color: #9f9475;
}
.el-message {
  max-width: calc(100vw - 32px);
}
.delivery-shell {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.site-header {
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 max(28px, calc((100% - 1040px) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 650;
  white-space: nowrap;
}
.brand img {
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}
.brand small { display: block; color: #969ba4; font-size: 11px; font-weight: 450; margin-top: 3px; }
.header-label {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
}
.header-indicator { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
main {
  width: min(1040px, calc(100% - 56px));
  margin: 0 auto;
  padding: 30px 0 36px;
  flex: 1;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 23px;
}
.eyebrow {
  color: #858b95;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
}
h1 {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 650;
}
.entry-state {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
  padding: 36px 0;
}
.entry-mascot { object-fit: contain; filter: drop-shadow(0 9px 6px #24314312); transform: rotate(-7deg); margin-bottom: 2px; }
.entry-kicker { color: var(--blue); font-size: 10px; font-weight: 600; }
.edition-label { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); border-left: 2px solid #d7dfe8; padding-left: 10px; }
.access-journey { display: flex; align-items: center; gap: 14px; max-width: 570px; margin: 0 0 24px; padding: 3px 0; }
.access-journey > span { display: flex; gap: 8px; align-items: center; white-space: nowrap; color: #858b93; font-size: 14px; }
.access-journey i { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #dce2e8; border-radius: 5px; font-size: 11px; font-weight: 600; font-style: normal; background: #fff; }
.access-journey b { height: 1px; flex: 1; background: #dce2e8; min-width: 8px; }
.access-journey .current { color: var(--ink); font-weight: 600; }
.access-journey .current i { background: var(--yellow); border-color: #eac039; color: var(--yellow-ink); }
.access-journey .done i { background: var(--mint); border-color: #c9e5d8; color: var(--success); }
.entry-state h2 {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 600;
}
.state-symbol {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--blue-soft);
  color: var(--blue);
}
.state-description {
  font-size: 15px;
  color: var(--muted);
  max-width: 460px;
}
.redeem-form {
  display: flex;
  width: min(540px, 100%);
  gap: 10px;
  margin-top: 10px;
}
.redeem-form .el-input {
  flex: 1;
  min-width: 0;
}
.redeem-form .el-input__wrapper {
  height: 42px;
  background: #fff;
  box-shadow: 0 0 0 1px #d9e0e6, 0 5px 12px #26364905;
}
.redeem-form .el-button {
  height: 42px;
}
.state-alert {
  margin-top: 22px;
  width: 100%;
  text-align: left;
}
.entry-state .state-alert {
  max-width: 540px;
}
.activation-state {
  border: 1px solid #e9dfba;
  border-radius: 8px;
  background: var(--surface);
  padding: 28px 32px;
  margin-top: 12px;
}
.activation-top { background: #fff9e5; color: var(--ink); border-bottom: 1px solid #eee2b8; border-radius: 7px 7px 0 0; margin: -28px -32px 0; padding: 18px 32px; }
.activation-top .permission-label > svg { color: var(--blue); }
.activation-top .reference { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.section-index { display: block; font-size: 11px; color: var(--blue); font-weight: 600; margin-bottom: 12px; }
.activation-copy { max-width: 590px; }
.duration-scene { display: flex; align-items: center; gap: 18px; padding-left: 20px; }
.duration-scene > img { width: 110px; height: 110px; object-fit: contain; transform: rotate(-8deg); filter: drop-shadow(0 9px 6px #27384c10); }
.duration span small { display: block; font-size: 10px; color: var(--muted); margin-top: 3px; white-space: nowrap; }
.pass-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #edf0f3; padding: 20px 0; gap: 16px; }
.pass-facts > div { display: flex; align-items: center; gap: 11px; min-width: 0; }
.pass-facts > div > svg { color: var(--blue); }
.pass-facts > div:nth-child(2) > svg { color: var(--blue); }
.pass-facts > div:nth-child(3) > svg { color: var(--blue); }
.pass-facts span { font-size: 13px; color: var(--muted); }
.pass-facts strong { display: block; font-size: 15px; color: var(--ink); font-weight: 550; margin-top: 4px; }
.activation-top,
.activation-footer,
.activation-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.permission-label,
.activation-footer > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.permission-label {
  font-size: 15px;
  font-weight: 550;
}
.reference {
  font-size: 13px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.activation-content {
  padding: 40px 0;
}
.activation-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.activation-content p {
  color: #545c68;
  font-size: 16px;
  line-height: 1.9;
}
.activation-content p.muted {
  margin-top: 7px;
  font-size: 14px;
  color: var(--muted);
}
.duration {
  min-width: 115px;
  text-align: right;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 9px;
}
.duration strong {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
}
.duration span {
  font-size: 14px;
  color: var(--muted);
}
.activation-footer {
  border-top: 1px dashed #d9dfe7;
  padding-top: 24px;
}
.activation-footer > span {
  font-size: 14px;
  color: var(--muted);
}
.activation-footer .el-button {
  height: 44px;
  box-shadow: 0 3px 8px #d3aa2314;
}
.access-band {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.7fr;
  border: 1px solid #e7dcaf;
  border-top: 3px solid var(--yellow);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  padding: 26px 28px;
  margin-bottom: 24px;
}
.access-band > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.access-band > div:first-child {
  padding-left: 0;
}
.access-band > div:last-child {
  border: 0;
}
.access-band span {
  color: var(--muted);
  font-size: 14px;
}
.access-band strong {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.access-band strong.expiry-date {
  font-size: 21px;
  padding-top: 3px;
}
.access-band .pass-reference strong {
  font-size: 16px;
  padding-top: 6px;
  color: #737c8a;
}
.access-band > div > span { display: flex; align-items: center; gap: 7px; }
.access-band .remaining-access > strong { color: var(--ink); font-size: 27px; }
.access-band .pass-reference > svg { display: none; }
.time-track { height: 4px; border-radius: 2px; background: #f7f1dc; width: 100%; max-width: 210px; overflow: hidden; margin-top: 3px; }
.time-track > span { display: block; height: 100%; background: var(--yellow); transition: width 1s linear; }
.toolbar-title { display: flex; align-items: center; gap: 10px; }
.toolbar-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 7px; color: #a07a13; background: #fff6d6; }
.account-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.account-toolbar h2 {
  font-size: 20px;
  font-weight: 600;
}
.account-toolbar h2 span {
  color: var(--blue);
  font-size: 14px;
  margin-left: 7px;
}
.account-toolbar p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 5px;
}
.account-error {
  margin: 18px 0;
}
.account-skeleton {
  padding: 20px;
}
.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.account-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e8e3d5;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 8px #55481704, 0 12px 28px #55481703;
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.account-card:hover { border-color: #ddc878; box-shadow: 0 5px 12px #55481706, 0 16px 32px #55481707; transform: translateY(-2px); }
.account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}
.account-territory { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: var(--ink); font-size: 15px; font-weight: 550; overflow-wrap: anywhere; }
.territory-icon { display: grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; color: #a07a13; background: #fff7d9; border-radius: 50%; }
.account-health { display: flex; align-items: center; justify-content: flex-end; gap: 6px; max-width: 60%; font-size: 13px; color: #52846c; text-align: right; overflow-wrap: anywhere; }
.account-health i { width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: currentColor; }
.account-health.check-warning { color: #a9761c; }
.account-address { min-width: 0; margin-bottom: 18px; }
.account-kind { display: flex; align-items: center; justify-content: space-between; color: #85858a; font-size: 12px; font-weight: 550; margin-bottom: 9px; }
.account-kind > span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: #999aa1; }
.account-address h3 { margin: 0; min-height: 60px; font-size: 22px; font-weight: 600; line-height: 1.4; color: var(--ink); overflow-wrap: anywhere; }
.account-password { display: flex; align-items: center; gap: 12px; min-height: 44px; border-bottom: 1px solid #efede5; padding-bottom: 10px; margin-bottom: 22px; }
.password-label { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; font-size: 14px; color: #7c7d82; }
.password-value { min-width: 0; flex: 1; }
.password-value .el-input__wrapper, .password-value .el-input__wrapper:hover, .password-value .el-input__wrapper.is-focus { background: transparent; padding: 0; box-shadow: none; }
.password-value .el-input__inner { color: #555960; font-size: 17px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.account-password > .el-button { color: #85888e; flex-shrink: 0; width: 34px; height: 34px; }
.account-remark { color: #7c7d82; font-size: 14px; line-height: 1.8; white-space: pre-wrap; overflow-wrap: anywhere; margin-bottom: 16px; }
.account-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: auto; }
.account-actions .el-button { height: 44px; width: 100%; border-radius: 6px; font-size: 15px; font-weight: 550; }
.account-actions .copy-account { --el-button-bg-color: var(--yellow); --el-button-border-color: #eac039; --el-button-text-color: var(--yellow-ink); --el-button-hover-bg-color: #f8d761; --el-button-hover-border-color: #edc747; --el-button-hover-text-color: var(--yellow-ink); --el-button-active-bg-color: #e5b72c; --el-button-active-border-color: #e5b72c; --el-button-active-text-color: var(--yellow-ink); }
.account-actions .copy-password { --el-button-bg-color: #fff8df; --el-button-border-color: #eddda0; --el-button-text-color: #77601b; --el-button-hover-bg-color: #fff0b8; --el-button-hover-border-color: #e5cc78; --el-button-hover-text-color: #665016; --el-button-active-bg-color: #f7e49b; --el-button-active-border-color: #d6bb65; --el-button-active-text-color: #665016; }
.account-audit { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 18px; color: #85858c; font-size: 12px; flex-wrap: wrap; font-variant-numeric: tabular-nums; }
.usage-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 24px;
  margin: 0 0 28px;
  border: 1px solid #efc9c3;
  border-radius: 8px;
  background: #fff5f3;
  color: #bd594d;
}
.usage-notice h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}
.usage-notice p {
  font-size: 14px;
  color: #996c66;
  margin-top: 8px;
}
.usage-notice ul { margin: 7px 0 0; padding-left: 20px; font-size: 15px; line-height: 1.9; }
.usage-notice > svg { margin-top: 2px; }
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: min(1040px, calc(100% - 56px));
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid var(--line);
}
.footer-signature { display: flex; align-items: center; gap: 8px; }
.footer-signature img { opacity: .85; }
.footer-signature > span { font-size: 13px; color: #747982; }
.footer-signature small { display: block; color: #90939a; font-size: 12px; margin-top: 2px; }
.site-footer > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
}
.site-footer .el-button {
  color: var(--muted);
}
.muted,
.expired-date {
  color: var(--muted);
}
.expired-date {
  font-size: 12px;
}
.muted-symbol {
  color: #7c8595;
  background: #eaedf2;
}
.state-actions {
  display: flex;
  gap: 10px;
}
.activation-dialog {
  border-radius: 8px;
  padding: 24px;
}
.activation-dialog .el-dialog__title {
  font-size: 17px;
  font-weight: 600;
}
.activation-dialog p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 14px;
}
.activation-dialog .el-dialog__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 800px) {
  .duration-scene { flex-direction: column; gap: 6px; }
  .duration-scene > img { width: 82px; height: 82px; }
  .account-grid {
    grid-template-columns: 1fr;
  }
  .access-band {
    grid-template-columns: 1fr 1.2fr;
  }
  .access-band .pass-reference {
    display: none;
  }
  .access-band > div:nth-child(2) {
    border: 0;
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .site-header {
    height: 66px;
    padding: 0 18px;
  }
  .brand {
    font-size: 16px;
    gap: 8px;
  }
  .brand img {
    width: 29px;
    height: 29px;
  }
  .header-label {
    font-size: 10px;
    gap: 4px;
  }
  .brand small { font-size: 10px; }
  .header-indicator { display: none; }
  .edition-label { font-size: 12px; }
  .eyebrow { font-size: 10px; }
  .access-journey { gap: 8px; }
  .access-journey > span { gap: 5px; font-size: 12px; }
  main {
    width: calc(100% - 36px);
    padding: 26px 0 30px;
  }
  h1 {
    font-size: 27px;
  }
  .page-heading {
    margin-bottom: 23px;
  }
  .entry-state {
    min-height: 350px;
  }
  .entry-state h2 {
    font-size: 21px;
  }
  .redeem-form {
    flex-direction: column;
    gap: 12px;
  }
  .activation-state {
    padding: 22px 18px;
  }
  .activation-top {
    flex-wrap: wrap;
    gap: 10px;
    margin: -22px -18px 0;
    padding: 16px 18px;
  }
  .activation-content {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 26px 0;
    gap: 20px;
  }
  .duration-scene { flex-direction: row; width: 100%; justify-content: space-between; padding: 0; }
  .duration-scene > img { width: 82px; height: 82px; }
  .duration-scene .duration { min-width: 100px; justify-content: flex-end; }
  .pass-facts { gap: 10px; }
  .pass-facts > div { gap: 7px; }
  .pass-facts > div > svg { width: 15px; }
  .pass-facts strong { font-size: 13px; }
  .duration {
    min-width: 0;
    text-align: left;
  }
  .duration strong {
    font-size: 50px;
  }
  .activation-content h2 {
    font-size: 25px;
  }
  .activation-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .activation-footer > span {
    justify-content: center;
  }
  .activation-footer .el-button {
    width: 100%;
  }
  .access-band {
    padding: 20px 18px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .access-band > div {
    padding: 0;
    border: 0;
  }
  .access-band > div:first-child {
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
  }
  .access-band strong {
    font-size: 20px;
  }
  .account-card {
    padding: 20px;
  }
  .account-address h3 { font-size: 20px; min-height: 56px; }
  .account-head { margin-bottom: 18px; }
  .account-actions { gap: 8px; }
  .account-toolbar {
    align-items: flex-start;
    gap: 10px;
  }
  .account-toolbar .el-button {
    padding-inline: 10px;
    font-size: 14px;
  }
  .usage-notice { padding: 16px; gap: 10px; }
  .usage-notice ul { font-size: 14px; }
  .usage-notice p { font-size: 13px; }
  .site-footer {
    width: calc(100% - 36px);
    gap: 10px;
  }
  .site-footer > span {
    font-size: 10px;
  }
}
.has-active-access main,
.has-active-access .site-footer {
  width: min(1400px, calc(100% - 56px));
}
.has-active-access .site-header {
  padding-inline: max(28px, calc((100% - 1400px) / 2));
}
.has-active-access .page-heading {
  margin-bottom: 28px;
}
.active-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.account-zone { min-width: 0; }
.subscription-delivery { gap: 18px; }.subscription-delivery h2 { font-size: 22px; }.subscription-delivery p { font-size: 14px; color: var(--muted); }
.access-sidebar { display: grid; gap: 20px; min-width: 0; }
.access-sidebar .access-band {
  grid-template-columns: minmax(0, 1fr);
  padding: 24px;
  margin: 0;
  gap: 20px;
}
.access-sidebar .access-band > div {
  padding: 0;
  border: 0;
}
.access-sidebar .access-band > div + div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.access-sidebar .access-band .pass-reference { display: flex; }
.access-sidebar .access-band .expiry-date { font-size: 18px; }
.access-sidebar .access-band .remaining-access > strong { font-size: 25px; }
.access-sidebar .usage-notice { margin: 0; padding: 20px; gap: 10px; }
.access-sidebar .usage-notice > svg { width: 20px; }
.access-sidebar .usage-notice > div { min-width: 0; overflow-wrap: anywhere; }
.access-sidebar .usage-notice ul { padding-left: 18px; font-size: 14px; }
.access-sidebar .usage-notice p { font-size: 13px; }
@media (max-width: 1200px) {
  .active-workspace { grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; }
  .account-zone .account-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 800px) {
  .active-workspace { grid-template-columns: minmax(0, 1fr); grid-template-areas: 'notice' 'accounts' 'access'; gap: 24px; }
  .access-sidebar { display: contents; }
  .account-zone { grid-area: accounts; }
  .access-sidebar .usage-notice { grid-area: notice; }
  .access-sidebar .access-band { grid-area: access; }
}
@media (max-width: 540px) {
  .has-active-access main,
  .has-active-access .site-footer { width: calc(100% - 36px); }
  .has-active-access .site-header { padding-inline: 18px; }
  .has-active-access .page-heading { margin-bottom: 22px; }
  .account-zone .account-toolbar { align-items: center; }
  .account-zone .account-toolbar p { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
