:root {
  --ai-bg-deep: #263f52;
  --ai-panel: rgba(44, 66, 82, 0.54);
  --ai-panel-strong: rgba(39, 59, 73, 0.78);
  --ai-panel-soft: rgba(97, 124, 143, 0.28);
  --ai-line: rgba(202, 219, 226, 0.28);
  --ai-line-strong: rgba(218, 230, 235, 0.46);
  --ai-text: #f4f8fa;
  --ai-text-soft: #d8e2e7;
  --ai-text-muted: #aebfc8;
  --ai-mint: #7dc4bd;
  --ai-mint-strong: #91d5cc;
  --ai-mint-soft: rgba(125, 196, 189, 0.22);
  --ai-shadow: 0 28px 80px rgba(17, 35, 48, 0.28);
  --ai-radius: 8px;
}

html.ai-native-v2,
html.ai-native-v2 body,
html.ai-native-v2 #app {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--ai-text);
  background: var(--ai-bg-deep);
}

html.ai-native-v2 body {
  letter-spacing: 0 !important;
  scrollbar-color: var(--ai-mint) rgba(35, 54, 68, 0.54);
}

.ai-native-v2 ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ai-native-v2 ::-webkit-scrollbar-track {
  background: rgba(35, 54, 68, 0.54) !important;
}

.ai-native-v2 ::-webkit-scrollbar-thumb {
  border: 2px solid rgba(35, 54, 68, 0.54);
  border-radius: 8px;
  background: var(--ai-mint) !important;
}

html.ai-native-v2::-webkit-scrollbar,
html.ai-native-v2 body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html.ai-native-v2::-webkit-scrollbar-track,
html.ai-native-v2 body::-webkit-scrollbar-track {
  background: rgba(35, 54, 68, 0.54) !important;
}

html.ai-native-v2::-webkit-scrollbar-thumb,
html.ai-native-v2 body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(35, 54, 68, 0.54);
  border-radius: 8px;
  background: var(--ai-mint) !important;
}

.ai-native-v2 *,
.ai-native-v2 *::before,
.ai-native-v2 *::after {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

.ai-native-v2 .app-container {
  min-height: 100vh;
  overflow-x: hidden;
  background: transparent !important;
}

.ai-native-v2 .tech-background {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: var(--ai-bg-deep) !important;
  background-image:
    linear-gradient(rgba(31, 51, 66, 0.30), rgba(27, 47, 62, 0.40)),
    url("./ai-native-task-hall-bg-4k.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ai-native-v2 .tech-canvas,
.ai-native-v2 .tech-elements {
  display: none !important;
}

.ai-native-v2 .admin-container {
  position: relative;
  z-index: 1;
  width: min(78vw, 3000px);
  min-height: calc(100vh - 48px);
  margin: 24px auto;
  overflow: visible;
  border: 1px solid var(--ai-line-strong);
  border-radius: 12px;
  background: rgba(59, 84, 101, 0.24) !important;
  box-shadow: var(--ai-shadow);
  backdrop-filter: blur(10px) saturate(112%);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
}

.ai-native-v2 .admin-container > .el-container {
  min-height: calc(100vh - 50px);
  overflow: visible;
  background: transparent !important;
}

.ai-native-v2 .el-header {
  display: grid !important;
  grid-template-columns: minmax(190px, 1fr) auto minmax(300px, 1fr);
  align-items: center;
  width: 100%;
  height: 76px !important;
  padding: 0 36px !important;
  border-bottom: 1px solid var(--ai-line) !important;
  background: rgba(70, 96, 113, 0.28) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

.ai-native-v2 .header-left,
.ai-native-v2 .header-right,
.ai-native-v2 .logo-wrapper {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.ai-native-v2 .header-left {
  justify-self: start;
}

.ai-native-v2 .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ai-native-v2 .logo-text {
  color: var(--ai-text) !important;
  background: none !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: var(--ai-text) !important;
}

.ai-native-v2 .mosonai-logo-shell {
  position: relative;
  isolation: isolate;
  overflow: visible;
  transform: perspective(520px) rotateX(var(--mosonai-tilt-x, 0deg)) rotateY(var(--mosonai-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 380ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.ai-native-v2 .mosonai-logo-image {
  display: block;
  width: clamp(132px, 12vw, 206px);
  height: auto;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 5px 8px rgba(1, 8, 20, 0.62));
  transform: translateZ(0);
  transition: filter 220ms ease, transform 220ms ease;
}

.ai-native-v2 .mosonai-logo-shell::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: var(--mosonai-pointer-x, 50%);
  width: 34px;
  height: 155%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(156, 245, 255, 0.92), rgba(111, 140, 255, 0.24), transparent);
  content: "";
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(18deg);
  transition: opacity 180ms ease;
}

.ai-native-v2 .mosonai-logo-shell::after {
  position: absolute;
  z-index: -1;
  inset: -10px -18px;
  border-radius: 9px;
  background: radial-gradient(ellipse 80px 30px at var(--mosonai-pointer-x, 50%) var(--mosonai-pointer-y, 50%), rgba(64, 193, 255, 0.28), transparent 72%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.ai-native-v2 .mosonai-logo-shell:hover::before,
.ai-native-v2 .mosonai-logo-shell:hover::after {
  opacity: 1;
}

.ai-native-v2 .mosonai-logo-shell:hover .mosonai-logo-image {
  filter: drop-shadow(0 6px 10px rgba(1, 8, 20, 0.72)) drop-shadow(0 0 15px rgba(55, 205, 255, 0.34));
  transform: translateZ(8px) scale(1.012);
}

.ai-native-v2 .logo-wrapper::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ai-mint);
  box-shadow: 0 0 18px rgba(125, 196, 189, 0.58);
  content: "";
}

.ai-native-v2 .ai-native-slogan {
  justify-self: center;
  color: var(--ai-text-soft);
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
}

.ai-native-v2 .header-right {
  justify-self: end;
}

.ai-native-v2 .el-menu-horizontal {
  width: auto !important;
  min-width: 0 !important;
  height: 75px !important;
  border: 0 !important;
  background: transparent !important;
}

.ai-native-v2 .el-menu-horizontal > .el-menu-item {
  min-width: 116px;
  height: 75px !important;
  padding: 0 24px !important;
  border: 0 !important;
  color: var(--ai-text-soft) !important;
  background: transparent !important;
  font-size: 17px !important;
  font-weight: 500;
}

.ai-native-v2 .el-menu-horizontal > .el-menu-item::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 3px;
  background: transparent;
  content: "";
}

.ai-native-v2 .el-menu-horizontal > .el-menu-item::before {
  display: none !important;
  content: none !important;
}

.ai-native-v2 .el-menu-horizontal > .el-menu-item:hover,
.ai-native-v2 .el-menu-horizontal > .el-menu-item.is-active {
  color: #ffffff !important;
}

.ai-native-v2 .el-menu-horizontal > .el-menu-item.is-active::after {
  background: var(--ai-mint);
  box-shadow: 0 -3px 14px rgba(125, 196, 189, 0.42);
}

.ai-native-v2 .el-menu-horizontal > .el-menu-item.ai-native-hidden-nav {
  display: none !important;
}

.ai-native-v2 .el-main {
  overflow: visible !important;
  padding: 38px 36px 46px !important;
  background: transparent !important;
}

.ai-native-v2 .survey-container,
.ai-native-v2 .survey-records-container,
.ai-native-v2 .survey-help-container,
.ai-native-v2 .user-center-container {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ai-native-v2 .survey-wrapper,
.ai-native-v2 .survey-help-wrapper,
.ai-native-v2 .user-center-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Task hall */
.ai-native-v2 .survey-wrapper {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  min-height: 0 !important;
}

.ai-native-v2 .survey-wrapper > .filter-bar,
.ai-native-v2 .survey-wrapper > .main-content {
  display: contents !important;
}

.ai-native-v2 .survey-container .filter-right {
  order: 1;
  width: 100% !important;
  height: 58px;
  margin: 0 !important;
}

.ai-native-v2 .survey-container .search-input,
.ai-native-v2 .survey-container .search-input .el-input__wrapper,
.ai-native-v2 .survey-container .search-input .el-input-group__append,
.ai-native-v2 .survey-container .search-input .el-button {
  height: 58px !important;
}

.ai-native-v2 .survey-container .search-input {
  width: 100% !important;
}

.ai-native-v2 .el-input__wrapper,
.ai-native-v2 .el-select__wrapper,
.ai-native-v2 .el-range-editor,
.ai-native-v2 .el-textarea__inner {
  border: 1px solid var(--ai-line) !important;
  border-radius: 6px !important;
  background: rgba(45, 66, 80, 0.56) !important;
  box-shadow: none !important;
}

.ai-native-v2 .el-input__inner,
.ai-native-v2 .el-range-input,
.ai-native-v2 .el-range-separator,
.ai-native-v2 .el-select__placeholder,
.ai-native-v2 .el-select__selected-item {
  color: var(--ai-text) !important;
}

.ai-native-v2 .el-input__inner::placeholder,
.ai-native-v2 .el-range-input::placeholder {
  color: var(--ai-text-muted) !important;
}

.ai-native-v2 .survey-container .search-input .el-input__wrapper {
  padding: 0 24px !important;
  border-right: 0 !important;
  border-radius: 7px 0 0 7px !important;
  background: rgba(47, 70, 85, 0.62) !important;
}

.ai-native-v2 .survey-container .search-input .el-input__inner {
  font-size: 17px !important;
}

.ai-native-v2 .survey-container .search-input .el-input-group__append {
  width: 72px !important;
  border: 1px solid var(--ai-line-strong) !important;
  border-radius: 0 7px 7px 0 !important;
  background: rgba(111, 139, 158, 0.46) !important;
  box-shadow: none !important;
}

.ai-native-v2 .survey-container .search-input .el-button {
  width: 72px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
}

.ai-native-v2 .survey-container .stats-panel {
  order: 2;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--ai-line) !important;
  border-radius: var(--ai-radius) !important;
  background: rgba(91, 119, 137, 0.35) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}

.ai-native-v2 .survey-container .stats-card {
  position: relative;
  display: flex !important;
  min-width: 0 !important;
  min-height: 128px !important;
  flex-direction: column;
  justify-content: center;
  padding: 24px 30px !important;
  border: 0 !important;
  border-right: 1px solid var(--ai-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ai-native-v2 .survey-container .stats-card:last-child {
  border-right: 0 !important;
}

.ai-native-v2 .survey-container .stats-card::before,
.ai-native-v2 .survey-container .stats-card::after {
  display: none !important;
  content: none !important;
}

.ai-native-v2 .survey-container .stats-title {
  margin: 0 0 12px !important;
  color: var(--ai-text-soft) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.ai-native-v2 .survey-container .stats-value {
  display: block !important;
  margin: 0 !important;
}

.ai-native-v2 .survey-container .stats-label {
  margin-bottom: 5px;
  color: var(--ai-text-muted) !important;
  font-size: 13px !important;
}

.ai-native-v2 .survey-container .stats-number {
  color: var(--ai-mint) !important;
  background: none !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.15;
  text-align: left !important;
  text-shadow: none !important;
  -webkit-text-fill-color: var(--ai-mint) !important;
}

.ai-native-v2 .survey-container .availability-number {
  color: var(--ai-text) !important;
  -webkit-text-fill-color: var(--ai-text) !important;
}

.ai-native-v2 .survey-container .eye-button {
  color: var(--ai-text-muted) !important;
}

.ai-native-v2 .survey-container .stats-tabs {
  position: absolute;
  right: 22px;
  bottom: 24px;
  display: flex;
  gap: 0 !important;
}

.ai-native-v2 .survey-container .income-card .stats-value {
  width: calc(100% - 142px);
  min-width: 92px;
}

.ai-native-v2 .survey-container .stats-tabs .el-button {
  width: 40px;
  min-width: 40px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--ai-line) !important;
  border-radius: 0 !important;
  color: var(--ai-text-soft) !important;
  background: rgba(39, 59, 73, 0.44) !important;
}

.ai-native-v2 .survey-container .stats-tabs .el-button:first-child {
  border-radius: 5px 0 0 5px !important;
}

.ai-native-v2 .survey-container .stats-tabs .el-button:last-child {
  border-radius: 0 5px 5px 0 !important;
}

.ai-native-v2 .survey-container .stats-tabs .el-button--primary {
  color: #ffffff !important;
  background: rgba(39, 67, 82, 0.88) !important;
  box-shadow: inset 0 -2px 0 var(--ai-mint);
}

.ai-native-v2 .survey-container .filter-left {
  order: 3;
  display: flex !important;
  width: 100% !important;
  min-width: 0;
  height: 62px !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--ai-line) !important;
  border-radius: var(--ai-radius) !important;
  background: rgba(39, 59, 73, 0.72) !important;
  scrollbar-width: thin;
}

.ai-native-v2 .survey-container .filter-chip {
  position: relative;
  display: flex !important;
  min-width: 66px !important;
  height: 61px !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--ai-text-soft) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px !important;
  flex: 1 0 auto;
}

.ai-native-v2 .survey-container .filter-chip::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  background: transparent;
  content: "";
}

.ai-native-v2 .survey-container .filter-chip:hover,
.ai-native-v2 .survey-container .filter-chip.active {
  color: #ffffff !important;
  background: rgba(116, 148, 165, 0.16) !important;
}

.ai-native-v2 .survey-container .filter-chip.active::after {
  background: var(--ai-mint);
}

.ai-native-v2 .survey-container .chip-num {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.ai-native-v2 .survey-container .table-wrapper {
  order: 4;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  overflow: hidden;
  border: 1px solid var(--ai-line) !important;
  border-radius: var(--ai-radius) !important;
  background: rgba(38, 58, 72, 0.72) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

.ai-native-v2 .survey-container .survey-table {
  width: 100% !important;
  height: min(680px, calc(100vh - 330px)) !important;
  min-height: 440px;
}

/* Shared tables */
.ai-native-v2 .el-table {
  --el-table-bg-color: transparent;
  --el-table-tr-bg-color: rgba(58, 79, 92, 0.36);
  --el-table-header-bg-color: rgba(66, 89, 104, 0.62);
  --el-table-row-hover-bg-color: rgba(125, 196, 189, 0.12);
  --el-table-border-color: rgba(202, 219, 226, 0.20);
  --el-table-text-color: var(--ai-text);
  --el-table-header-text-color: var(--ai-text);
  color: var(--ai-text) !important;
  background: transparent !important;
}

.ai-native-v2 .el-table::before,
.ai-native-v2 .el-table__inner-wrapper::before {
  background: var(--ai-line) !important;
}

.ai-native-v2 .el-table th.el-table__cell {
  height: 54px !important;
  border-bottom: 1px solid var(--ai-line) !important;
  color: var(--ai-text) !important;
  background: rgba(68, 91, 106, 0.68) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.ai-native-v2 .el-table td.el-table__cell {
  height: 48px !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid rgba(202, 219, 226, 0.18) !important;
  color: var(--ai-text) !important;
  background: rgba(43, 63, 77, 0.34) !important;
  font-size: 14px !important;
}

.ai-native-v2 .el-table .el-table__row:nth-child(even) td.el-table__cell {
  background: rgba(67, 91, 105, 0.32) !important;
}

.ai-native-v2 .el-table .el-table__row:hover td.el-table__cell {
  background: rgba(125, 196, 189, 0.12) !important;
}

.ai-native-v2 .reward-text,
.ai-native-v2 .amount-positive {
  color: var(--ai-mint-strong) !important;
  background: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: var(--ai-mint-strong) !important;
}

.ai-native-v2 .survey-code {
  color: var(--ai-text-muted) !important;
}

.ai-native-v2 .participate-btn,
.ai-native-v2 .el-button--primary {
  border-color: rgba(145, 213, 204, 0.42) !important;
  border-radius: 6px !important;
  color: #f8fbfb !important;
  background-image: none !important;
  background: rgba(92, 151, 145, 0.88) !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #f8fbfb !important;
}

.ai-native-v2 .participate-btn:hover,
.ai-native-v2 .el-button--primary:hover {
  border-color: var(--ai-mint-strong) !important;
  background: rgba(105, 171, 164, 0.96) !important;
}

.ai-native-v2 .action-buttons .el-button--warning {
  border: 1px solid var(--ai-line) !important;
  color: var(--ai-text-soft) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ai-native-v2 .el-pagination {
  --el-pagination-bg-color: rgba(42, 63, 77, 0.62);
  --el-pagination-button-color: var(--ai-text-soft);
  --el-pagination-hover-color: var(--ai-mint-strong);
  --el-pagination-text-color: var(--ai-text-soft);
  justify-content: center;
  margin-top: 20px !important;
  color: var(--ai-text-soft) !important;
}

.ai-native-v2 .el-pagination button,
.ai-native-v2 .el-pager li {
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--ai-line) !important;
  border-radius: 5px !important;
  color: var(--ai-text-soft) !important;
  background: rgba(42, 63, 77, 0.62) !important;
}

.ai-native-v2 .el-pager li.is-active {
  border-color: var(--ai-mint) !important;
  color: #ffffff !important;
  background: rgba(51, 84, 99, 0.9) !important;
}

/* Records */
.ai-native-v2 .records-header,
.ai-native-v2 .content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px !important;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ai-line);
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ai-native-v2 .page-title,
.ai-native-v2 .content-title {
  margin: 0 !important;
  color: var(--ai-text) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.ai-native-v2 .stats-cards {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px !important;
  margin-bottom: 20px !important;
}

.ai-native-v2 .survey-records-container .stat-card {
  min-height: 104px;
  padding: 20px 22px !important;
  border: 1px solid var(--ai-line) !important;
  border-radius: var(--ai-radius) !important;
  background: rgba(79, 105, 122, 0.40) !important;
  box-shadow: none !important;
}

.ai-native-v2 .survey-records-container .stat-card::before,
.ai-native-v2 .survey-records-container .stat-card::after {
  display: none !important;
  content: none !important;
}

.ai-native-v2 .survey-records-container .stat-label {
  color: var(--ai-text-muted) !important;
}

.ai-native-v2 .survey-records-container .stat-value {
  color: var(--ai-mint-strong) !important;
  font-size: 28px !important;
  text-shadow: none !important;
}

.ai-native-v2 .survey-records-container > .filter-bar,
.ai-native-v2 .survey-records-container .table-wrapper,
.ai-native-v2 .user-content {
  padding: 20px !important;
  border: 1px solid var(--ai-line) !important;
  border-radius: var(--ai-radius) !important;
  background: rgba(39, 59, 73, 0.72) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

.ai-native-v2 .survey-records-container > .filter-bar {
  display: flex !important;
  min-height: 72px;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px !important;
}

.ai-native-v2 .record-status-tag,
.ai-native-v2 .el-tag {
  border-color: var(--ai-line) !important;
  color: var(--ai-text-soft) !important;
  background: rgba(68, 93, 108, 0.64) !important;
}

@media (min-width: 761px) {
  .ai-native-v2 .records-table .el-table__header,
  .ai-native-v2 .records-table .el-table__body {
    width: 100% !important;
    table-layout: fixed !important;
  }

  .ai-native-v2 .records-table col:nth-child(1),
  .ai-native-v2 .records-table col:nth-child(2) {
    width: 16% !important;
  }

  .ai-native-v2 .records-table col:nth-child(3) {
    width: 13% !important;
  }

  .ai-native-v2 .records-table col:nth-child(4) {
    width: 9% !important;
  }

  .ai-native-v2 .records-table col:nth-child(5) {
    width: 14% !important;
  }

  .ai-native-v2 .records-table col:nth-child(6) {
    width: 12% !important;
  }

  .ai-native-v2 .records-table col:nth-child(7) {
    width: 20% !important;
  }

  .ai-native-v2 .records-table .cell {
    padding: 0 6px !important;
    overflow-wrap: anywhere;
  }
}

/* Help */
.ai-native-v2 .help-content {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px !important;
}

.ai-native-v2 .help-section {
  margin: 0 !important;
  padding: 26px !important;
  border: 1px solid var(--ai-line) !important;
  border-radius: var(--ai-radius) !important;
  background: rgba(39, 59, 73, 0.72) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

.ai-native-v2 .help-section h3,
.ai-native-v2 .tutorial-item h4 {
  color: var(--ai-text) !important;
}

.ai-native-v2 .help-section h3::before,
.ai-native-v2 .help-section h3::after {
  background: var(--ai-mint) !important;
  box-shadow: none !important;
}

.ai-native-v2 .el-collapse,
.ai-native-v2 .el-collapse-item__header,
.ai-native-v2 .el-collapse-item__wrap {
  border-color: var(--ai-line) !important;
  color: var(--ai-text-soft) !important;
  background: transparent !important;
}

.ai-native-v2 .el-collapse-item__content,
.ai-native-v2 .help-answer,
.ai-native-v2 .tutorial-item p,
.ai-native-v2 .contact-info {
  color: var(--ai-text-muted) !important;
}

.ai-native-v2 .contact-info {
  border-left-color: var(--ai-mint) !important;
}

.ai-native-v2 .tutorial-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px !important;
}

.ai-native-v2 .tutorial-item {
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--ai-line) !important;
  border-radius: 7px !important;
  background: rgba(81, 106, 122, 0.28) !important;
  box-shadow: none !important;
}

/* User center */
.ai-native-v2 .user-center-wrapper {
  display: grid !important;
  grid-template-columns: 286px minmax(0, 1fr);
  align-items: stretch;
  gap: 20px !important;
}

.ai-native-v2 .user-sidebar {
  width: auto !important;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--ai-line) !important;
  border-radius: var(--ai-radius) !important;
  background: rgba(39, 59, 73, 0.76) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

.ai-native-v2 .user-info-section {
  padding: 30px 22px 24px !important;
  border-bottom: 1px solid var(--ai-line) !important;
  background: rgba(86, 112, 128, 0.20) !important;
}

.ai-native-v2 .avatar-circle {
  border: 1px solid var(--ai-line-strong) !important;
  color: #ffffff !important;
  background: rgba(125, 196, 189, 0.42) !important;
  box-shadow: 0 12px 28px rgba(28, 48, 61, 0.24) !important;
}

.ai-native-v2 .username {
  color: var(--ai-text) !important;
}

.ai-native-v2 .uid {
  color: var(--ai-text-muted) !important;
}

.ai-native-v2 .user-actions .el-button {
  border-color: var(--ai-line) !important;
  color: var(--ai-text-soft) !important;
  background: rgba(45, 67, 81, 0.58) !important;
}

.ai-native-v2 .user-nav-menu {
  border: 0 !important;
  background: transparent !important;
}

.ai-native-v2 .user-nav-menu > .el-menu-item {
  height: 54px !important;
  margin: 6px 12px !important;
  border-radius: 6px !important;
  color: var(--ai-text-soft) !important;
  background: transparent !important;
}

.ai-native-v2 .user-nav-menu > .el-menu-item:hover,
.ai-native-v2 .user-nav-menu > .el-menu-item.is-active {
  color: #ffffff !important;
  background: var(--ai-mint-soft) !important;
  box-shadow: inset 3px 0 0 var(--ai-mint);
}

.ai-native-v2 .user-content {
  width: auto !important;
  min-width: 0;
  min-height: 680px;
  margin: 0 !important;
}

/* Login */
.ai-native-v2 .login-container {
  min-height: 100vh;
  padding: 44px 24px !important;
  background: transparent !important;
}

.ai-native-v2 .login-card {
  width: min(430px, 100%) !important;
  padding: 40px 38px !important;
  border: 1px solid var(--ai-line-strong) !important;
  border-radius: 10px !important;
  background: rgba(39, 59, 73, 0.76) !important;
  box-shadow: var(--ai-shadow) !important;
  backdrop-filter: blur(18px) saturate(112%);
}

.ai-native-v2 .login-card::before,
.ai-native-v2 .login-card::after {
  display: none !important;
  content: none !important;
}

.ai-native-v2 .login-card .logo-text,
.ai-native-v2 .system-title {
  color: var(--ai-text) !important;
  background: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: var(--ai-text) !important;
}

.ai-native-v2 .el-link--primary,
.ai-native-v2 .register-link,
.ai-native-v2 .input-wrapper .el-icon,
.ai-native-v2 .security-badge .el-icon {
  color: var(--ai-mint) !important;
  -webkit-text-fill-color: var(--ai-mint) !important;
}

.ai-native-v2 .system-subtitle,
.ai-native-v2 .login-footer,
.ai-native-v2 .security-badge {
  color: var(--ai-text-muted) !important;
}

.ai-native-v2 .login-btn {
  border: 1px solid rgba(145, 213, 204, 0.44) !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  background: rgba(92, 151, 145, 0.92) !important;
  box-shadow: none !important;
}

.ai-native-v2 .ai-decoration,
.ai-native-v2 .stars-canvas {
  opacity: 0.14 !important;
}

/* Element Plus overlays */
.ai-native-v2 .el-popper,
.ai-native-v2 .el-select-dropdown,
.ai-native-v2 .el-picker-panel,
.ai-native-v2 .el-modal-dialog {
  border-color: var(--ai-line) !important;
  color: var(--ai-text) !important;
  background: rgba(37, 56, 70, 0.96) !important;
  box-shadow: var(--ai-shadow) !important;
}

.ai-native-v2 .el-select-dropdown__item {
  color: var(--ai-text-soft) !important;
}

.ai-native-v2 .el-select-dropdown__item:hover,
.ai-native-v2 .el-select-dropdown__item.is-selected {
  color: #ffffff !important;
  background: var(--ai-mint-soft) !important;
}

@media (max-width: 1180px) {
  .ai-native-v2 .admin-container {
    width: calc(100% - 32px);
    margin: 16px auto;
  }

  .ai-native-v2 .el-header {
    grid-template-columns: auto 1fr;
    height: 68px !important;
    padding: 0 20px !important;
  }

  .ai-native-v2 .ai-native-slogan {
    display: none;
  }

  .ai-native-v2 .el-menu-horizontal,
  .ai-native-v2 .el-menu-horizontal > .el-menu-item {
    height: 67px !important;
  }

  .ai-native-v2 .header-right {
    min-width: 0;
  }

  .ai-native-v2 .el-main {
    padding: 24px 20px 34px !important;
  }

  .ai-native-v2 .survey-container .stats-card {
    padding: 20px !important;
  }

  .ai-native-v2 .stats-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-native-v2 .help-content,
  .ai-native-v2 .tutorial-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .ai-native-v2 .admin-container {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .ai-native-v2 .admin-container > .el-container {
    min-height: 100vh;
  }

  .ai-native-v2 .el-header {
    display: flex !important;
    height: auto !important;
    min-height: 64px;
    flex-wrap: wrap;
    gap: 0;
    padding: 0 14px !important;
  }

  .ai-native-v2 .logo-text {
    font-size: 20px !important;
  }

  .ai-native-v2 .header-left {
    flex: 0 0 auto;
  }

  .ai-native-v2 .header-right {
    min-width: 0;
    flex: 1;
  }

  .ai-native-v2 .el-menu-horizontal {
    display: flex;
    width: 100% !important;
    justify-content: flex-end;
  }

  .ai-native-v2 .el-menu-horizontal > .el-menu-item {
    min-width: 80px;
    height: 64px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
  }

  .ai-native-v2 .el-main {
    padding: 18px 12px 28px !important;
  }

  .ai-native-v2 .survey-wrapper {
    gap: 14px;
  }

  .ai-native-v2 .survey-container .filter-right,
  .ai-native-v2 .survey-container .search-input,
  .ai-native-v2 .survey-container .search-input .el-input__wrapper,
  .ai-native-v2 .survey-container .search-input .el-input-group__append,
  .ai-native-v2 .survey-container .search-input .el-button {
    height: 50px !important;
  }

  .ai-native-v2 .survey-container .stats-panel {
    grid-template-columns: 1fr;
  }

  .ai-native-v2 .survey-container .stats-card {
    min-height: 98px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--ai-line) !important;
  }

  .ai-native-v2 .survey-container .stats-card:last-child {
    border-bottom: 0 !important;
  }

  .ai-native-v2 .survey-container .stats-number {
    font-size: 27px !important;
  }

  .ai-native-v2 .survey-container .filter-left {
    height: 54px !important;
  }

  .ai-native-v2 .survey-container .filter-chip {
    min-width: 54px !important;
    height: 53px !important;
    padding: 0 14px !important;
  }

  .ai-native-v2 .survey-container .table-wrapper,
  .ai-native-v2 .survey-records-container .table-wrapper,
  .ai-native-v2 .survey-records-container > .filter-bar,
  .ai-native-v2 .user-content,
  .ai-native-v2 .help-section {
    padding: 12px !important;
  }

  .ai-native-v2 .survey-container .survey-table {
    height: 560px !important;
    min-height: 420px;
  }

  .ai-native-v2 .stats-cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
  }

  .ai-native-v2 .survey-records-container .stat-card {
    min-height: 90px;
    padding: 16px !important;
  }

  .ai-native-v2 .survey-records-container > .filter-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .ai-native-v2 .user-center-wrapper {
    grid-template-columns: 1fr;
  }

  .ai-native-v2 .user-sidebar {
    min-height: 0;
  }

  .ai-native-v2 .user-content {
    min-height: 520px;
  }

  .ai-native-v2 .user-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-native-v2 .user-nav-menu > .el-menu-item {
    min-width: 0;
    margin: 5px !important;
    padding: 0 12px !important;
  }

  .ai-native-v2 .el-pagination__sizes,
  .ai-native-v2 .el-pagination__jump,
  .ai-native-v2 .el-pagination__total {
    display: none !important;
  }

  .ai-native-v2 .login-container {
    padding: 24px 14px !important;
  }

  .ai-native-v2 .login-card {
    padding: 32px 24px !important;
  }
}

/* Refined light-glass pass: brighter atmosphere, clearer sea margin, calmer motion. */
.ai-native-v2 {
  --ai-text: #f8fcfd;
  --ai-text-soft: #e8f3f6;
  --ai-text-muted: #c5dbe3;
  --ai-line: rgba(235, 248, 251, 0.34);
  --ai-line-strong: rgba(244, 251, 253, 0.54);
  --ai-mint: #8bd6c8;
  --ai-mint-strong: #a8eee2;
  --ai-mint-soft: rgba(139, 214, 200, 0.24);
}

html.ai-native-v2,
html.ai-native-v2 body,
html.ai-native-v2 #app {
  background: transparent !important;
}

.ai-native-v2 .tech-background {
  background-image:
    linear-gradient(180deg, rgba(49, 86, 109, 0.04), rgba(34, 69, 91, 0.10) 56%, rgba(24, 58, 80, 0.17)),
    url("./ai-native-task-hall-bg-4k.webp") !important;
  filter: saturate(110%) brightness(1.08) !important;
}

.ai-native-v2 .admin-container {
  height: auto !important;
  min-height: calc(100vh - 48px) !important;
  border-color: rgba(239, 250, 253, 0.50) !important;
  background: linear-gradient(135deg, rgba(216, 235, 241, 0.17), rgba(106, 149, 168, 0.12) 48%, rgba(210, 233, 240, 0.14)) !important;
  box-shadow: 0 30px 86px rgba(20, 52, 72, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(8px) saturate(124%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(124%) !important;
}

.ai-native-v2 .admin-container > .el-container {
  height: auto !important;
  min-height: calc(100vh - 50px) !important;
}

.ai-native-v2 .el-header {
  border-bottom-color: rgba(241, 251, 253, 0.34) !important;
  background: linear-gradient(180deg, rgba(184, 213, 224, 0.17), rgba(91, 132, 151, 0.10)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.ai-native-v2 .el-main {
  padding-bottom: clamp(16px, 1.5vh, 28px) !important;
}

.ai-native-v2 .survey-container {
  height: auto !important;
  overflow: visible !important;
}

.ai-native-v2 .survey-container .search-input .el-input__wrapper,
.ai-native-v2 .survey-container .search-input .el-input-group__append,
.ai-native-v2 .survey-container .stats-panel,
.ai-native-v2 .survey-container .filter-left {
  border-color: rgba(235, 248, 251, 0.31) !important;
  background-color: rgba(135, 171, 187, 0.22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
}

.ai-native-v2 .survey-container .stats-panel {
  background: linear-gradient(120deg, rgba(167, 199, 210, 0.24), rgba(87, 132, 152, 0.20)) !important;
  backdrop-filter: blur(14px) saturate(125%);
}

.ai-native-v2 .survey-container .stats-card {
  min-height: 112px !important;
}

.ai-native-v2 .survey-container .filter-left {
  background: rgba(71, 112, 133, 0.28) !important;
}

.ai-native-v2 .survey-container .table-wrapper {
  position: relative;
  flex: 0 0 auto !important;
  margin-bottom: clamp(16px, 1.8vh, 28px) !important;
  padding: 20px 22px 30px !important;
  border-color: rgba(236, 249, 252, 0.34) !important;
  background: linear-gradient(180deg, rgba(132, 169, 185, 0.29), rgba(64, 106, 128, 0.22)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 46px rgba(24, 58, 78, 0.14) !important;
  backdrop-filter: blur(16px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(125%) !important;
}

.ai-native-v2 .survey-container .table-wrapper::before {
  position: absolute;
  top: 0;
  right: 10%;
  left: 10%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  content: "";
  opacity: 0.8;
}

.ai-native-v2 .survey-container .survey-table {
  height: clamp(420px, calc(100vh - 670px), 520px) !important;
  min-height: 420px;
}

@media (min-width: 761px) {
  .ai-native-v2 .survey-container .stats-panel {
    height: 128px !important;
  }
}

.ai-native-v2 .el-table {
  --el-table-tr-bg-color: rgba(151, 184, 196, 0.18);
  --el-table-header-bg-color: rgba(165, 196, 207, 0.27);
  --el-table-row-hover-bg-color: rgba(172, 233, 224, 0.16);
  --el-table-border-color: rgba(238, 250, 252, 0.27);
}

.ai-native-v2 .el-table th.el-table__cell {
  border-bottom-color: rgba(240, 251, 253, 0.35) !important;
  color: #ffffff !important;
  background: rgba(157, 191, 202, 0.25) !important;
  text-shadow: 0 1px 14px rgba(255, 255, 255, 0.24);
}

.ai-native-v2 .el-table td.el-table__cell {
  border-bottom-color: rgba(235, 248, 251, 0.23) !important;
  color: #f8fcfd !important;
  background: rgba(83, 126, 147, 0.17) !important;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.11);
}

.ai-native-v2 .el-table .el-table__row:nth-child(even) td.el-table__cell {
  background: rgba(151, 188, 200, 0.18) !important;
}

.ai-native-v2 .el-table .el-table__row:hover td.el-table__cell {
  background: rgba(173, 235, 226, 0.18) !important;
}

.ai-native-v2 .survey-container .action-buttons {
  display: flex !important;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center !important;
  gap: 0 !important;
}

.ai-native-v2 .survey-container .action-buttons .el-dropdown {
  display: none !important;
}

.ai-native-v2 .survey-container .el-table th:last-child .cell,
.ai-native-v2 .survey-container .el-table td:last-child .cell {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}

.ai-native-v2 .participate-btn {
  position: relative;
  min-width: 96px !important;
  height: 40px !important;
  overflow: hidden;
  border: 1px solid rgba(210, 255, 247, 0.42) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background: linear-gradient(112deg, #00eaa0 0%, #00d5e9 100%) !important;
  box-shadow: 0 8px 24px rgba(0, 214, 205, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
  text-shadow: 0 1px 8px rgba(0, 119, 122, 0.28);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, filter 260ms ease !important;
  animation: ai-button-breathe 4.8s ease-in-out infinite;
}

.ai-native-v2 .participate-btn::before {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -70%;
  width: 38%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  content: "";
  transform: skewX(-18deg);
  transition: left 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-native-v2 .participate-btn:hover {
  border-color: rgba(232, 255, 251, 0.75) !important;
  background: linear-gradient(112deg, #00f0a7 0%, #00dcf0 100%) !important;
  box-shadow: 0 12px 32px rgba(0, 223, 210, 0.40), inset 0 1px 0 rgba(255, 255, 255, 0.66) !important;
  filter: saturate(112%) brightness(1.04);
  transform: translateY(-2px);
}

.ai-native-v2 .participate-btn:hover::before {
  left: 136%;
}

.ai-native-v2 .participate-btn:active {
  transform: translateY(0) scale(0.97);
}

.ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row {
  animation: ai-row-rise 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row:nth-child(2) { animation-delay: 45ms; }
.ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row:nth-child(3) { animation-delay: 90ms; }
.ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row:nth-child(4) { animation-delay: 135ms; }
.ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row:nth-child(5) { animation-delay: 180ms; }
.ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row:nth-child(6) { animation-delay: 225ms; }
.ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row:nth-child(7) { animation-delay: 270ms; }

@keyframes ai-row-rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ai-button-breathe {
  0%, 100% { box-shadow: 0 8px 24px rgba(0, 214, 205, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.54); }
  50% { box-shadow: 0 10px 28px rgba(0, 224, 211, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.62); }
}

@media (max-width: 760px) {
  .ai-native-v2 .el-main {
    padding-bottom: clamp(44px, 8vh, 76px) !important;
  }

  .ai-native-v2 .survey-container .table-wrapper {
    margin-bottom: 18px !important;
    padding: 14px 12px 24px !important;
  }

  .ai-native-v2 .survey-container .stats-card {
    min-height: 98px !important;
  }

  .ai-native-v2 .survey-container .survey-table {
    height: 540px !important;
    min-height: 390px;
  }

  .ai-native-v2 .participate-btn {
    min-width: 90px !important;
    height: 38px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-native-v2 .participate-btn,
  .ai-native-v2 .survey-container .el-table__body-wrapper .el-table__row {
    animation: none !important;
    transition: none !important;
  }
}

/* 4K task-hall fidelity pass */
html.ai-native-v2.ai-task-hall-page {
  --task-shell-margin: clamp(14px, 4vh, 86px);
  --task-shell: rgba(48, 76, 94, 0.11);
  --task-glass: rgba(53, 83, 101, 0.24);
  --task-glass-hover: rgba(96, 135, 151, 0.30);
  --task-table: rgba(31, 52, 66, 0.76);
  --task-table-row: rgba(48, 72, 87, 0.64);
  --task-table-row-alt: rgba(58, 83, 98, 0.58);
  --task-line: rgba(224, 239, 244, 0.34);
  --task-line-strong: rgba(237, 248, 251, 0.54);
  --task-mint: #82c9bd;
  --task-mint-bright: #9ae0d4;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

html.ai-native-v2.ai-task-hall-page body,
html.ai-native-v2.ai-task-hall-page #app,
html.ai-native-v2.ai-task-hall-page .app-container {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-task-hall-page .tech-background {
  isolation: isolate;
  overflow: hidden;
  background-color: #31546b !important;
  background-image:
    linear-gradient(180deg, rgba(24, 51, 68, 0.08), rgba(27, 56, 73, 0.13) 58%, rgba(16, 43, 60, 0.20)),
    url("./ai-native-task-hall-bg-4k.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
  filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .tech-background::before {
  position: absolute;
  z-index: 1;
  right: -4%;
  bottom: -3%;
  left: -4%;
  height: 39%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 78%, rgba(225, 246, 250, 0.20), transparent 27%),
    radial-gradient(ellipse at 74% 62%, rgba(152, 205, 211, 0.13), transparent 31%),
    repeating-linear-gradient(178deg, transparent 0 11px, rgba(218, 243, 247, 0.08) 12px, transparent 14px);
  content: "";
  mix-blend-mode: screen;
  opacity: 0.56;
  transform: translate3d(-1.5%, 0, 0) scale(1.03);
  animation: ai-water-reflection 13s ease-in-out infinite alternate;
}

html.ai-native-v2.ai-task-hall-page .tech-background::after {
  position: absolute;
  z-index: 2;
  inset: -22% -18%;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 28%, rgba(241, 251, 253, 0.12) 42%, transparent 55%);
  content: "";
  opacity: 0.34;
  transform: translate3d(-18%, 0, 0);
  animation: ai-sun-sweep 20s ease-in-out infinite;
}

html.ai-native-v2.ai-task-hall-page .tech-canvas {
  display: none !important;
}

html.ai-native-v2.ai-task-hall-page .tech-elements {
  position: absolute !important;
  z-index: 3;
  inset: 0;
  display: block !important;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 11% 42%, rgba(151, 221, 218, 0.70) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 23%, rgba(180, 233, 229, 0.68) 0 1px, transparent 2px),
    radial-gradient(circle at 93% 56%, rgba(151, 221, 218, 0.52) 0 1px, transparent 2px),
    linear-gradient(103deg, transparent 8%, rgba(147, 218, 217, 0.13) 8.05%, transparent 8.1% 88%, rgba(147, 218, 217, 0.10) 88.05%, transparent 88.1%);
  opacity: 0.70;
}

html.ai-native-v2.ai-task-hall-page .tech-elements::before {
  position: absolute;
  top: -28vw;
  right: -7vw;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(151, 221, 218, 0.14);
  border-radius: 50%;
  content: "";
  opacity: 0.80;
  transform: rotate(-12deg);
  animation: ai-orbit-drift 26s ease-in-out infinite alternate;
}

html.ai-native-v2.ai-task-hall-page .tech-elements::after {
  position: absolute;
  top: 22%;
  right: 10%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(181, 238, 232, 0.90);
  box-shadow:
    -13vw 9vh 0 rgba(151, 221, 218, 0.50),
    -34vw -4vh 0 rgba(205, 242, 240, 0.38),
    -67vw 20vh 0 rgba(151, 221, 218, 0.42),
    5vw 28vh 0 rgba(205, 242, 240, 0.34);
  content: "";
  animation: ai-node-pulse 5.6s ease-in-out infinite;
}

html.ai-native-v2.ai-task-hall-page .admin-container {
  width: min(78vw, 3000px) !important;
  height: calc(100dvh - (var(--task-shell-margin) * 2)) !important;
  min-height: 0 !important;
  margin: var(--task-shell-margin) auto !important;
  overflow: hidden !important;
  border: 1px solid var(--task-line-strong) !important;
  border-radius: 12px !important;
  background: var(--task-shell) !important;
  box-shadow: 0 24px 70px rgba(18, 45, 61, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: ai-shell-enter 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.ai-native-v2.ai-task-hall-page .admin-container > .el-container {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-task-hall-page .admin-container > .el-container > .el-header {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto minmax(280px, 1fr);
  flex: 0 0 clamp(54px, 7.4vh, 72px);
  height: clamp(54px, 7.4vh, 72px) !important;
  padding: 0 clamp(24px, 2.4vw, 52px) !important;
  border-bottom: 1px solid var(--task-line) !important;
  background: rgba(66, 98, 116, 0.12) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .el-menu-horizontal,
html.ai-native-v2.ai-task-hall-page .el-menu-horizontal > .el-menu-item {
  height: clamp(54px, 7.4vh, 72px) !important;
}

html.ai-native-v2.ai-task-hall-page .el-main {
  min-width: 0;
  min-height: 0;
  flex: 1 1 0;
  overflow: hidden !important;
  padding: clamp(14px, 2.2vh, 28px) clamp(20px, 2.4vw, 50px) clamp(10px, 1.6vh, 22px) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container,
html.ai-native-v2.ai-task-hall-page .survey-wrapper {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-task-hall-page .survey-wrapper {
  display: grid !important;
  grid-template-rows:
    clamp(44px, 6.2vh, 58px)
    clamp(96px, 13.8vh, 128px)
    clamp(50px, 7.1vh, 62px)
    minmax(0, 1fr);
  gap: clamp(8px, 1.35vh, 15px) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-wrapper > .filter-bar,
html.ai-native-v2.ai-task-hall-page .survey-wrapper > .main-content {
  display: contents !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .filter-right {
  grid-row: 1;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
}

html.ai-native-v2.ai-task-hall-page .survey-container .search-input,
html.ai-native-v2.ai-task-hall-page .survey-container .search-input .el-input__wrapper,
html.ai-native-v2.ai-task-hall-page .survey-container .search-input .el-input-group__append,
html.ai-native-v2.ai-task-hall-page .survey-container .search-input .el-button {
  height: 100% !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .search-input .el-input__wrapper {
  border-color: var(--task-line) !important;
  background: rgba(54, 83, 101, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .search-input .el-input-group__append {
  width: clamp(58px, 5vw, 96px) !important;
  border-color: var(--task-line-strong) !important;
  background: rgba(116, 148, 164, 0.28) !important;
  backdrop-filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-panel {
  grid-row: 2;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  border-color: var(--task-line) !important;
  background: rgba(48, 77, 95, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-card {
  min-height: 0 !important;
  padding: clamp(12px, 1.6vh, 22px) clamp(14px, 1.7vw, 30px) !important;
  border-right-color: var(--task-line) !important;
  background: transparent !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-title {
  margin-bottom: clamp(6px, 1vh, 12px) !important;
  color: #f1f8fa !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-label {
  color: #bdd1d8 !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-number {
  color: var(--task-mint) !important;
  font-size: clamp(25px, 3.5vh, 34px) !important;
  text-shadow: 0 0 20px rgba(130, 201, 189, 0.14) !important;
  -webkit-text-fill-color: var(--task-mint) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .availability-number {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-tabs {
  right: clamp(10px, 1.3vw, 22px);
  bottom: clamp(10px, 1.4vh, 20px);
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-tabs .el-button {
  color: #dbeaed !important;
  background: rgba(31, 56, 72, 0.54) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .stats-tabs .el-button--primary {
  background: rgba(31, 56, 72, 0.86) !important;
  box-shadow: inset 0 -2px 0 var(--task-mint) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .filter-left {
  grid-row: 3;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  border-color: var(--task-line) !important;
  background: rgba(34, 58, 73, 0.64) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .filter-chip {
  height: 100% !important;
  color: #e8f2f5 !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .filter-chip:hover,
html.ai-native-v2.ai-task-hall-page .survey-container .filter-chip.active {
  background: var(--task-glass-hover) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .filter-chip.active::after {
  background: var(--task-mint) !important;
  box-shadow: 0 -2px 12px rgba(130, 201, 189, 0.34);
}

html.ai-native-v2.ai-task-hall-page .survey-container .table-wrapper {
  grid-row: 4;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  flex-direction: column;
  margin: 0 !important;
  padding: clamp(8px, 1.2vh, 14px) clamp(10px, 1.3vw, 22px) clamp(8px, 1.1vh, 14px) !important;
  overflow: hidden !important;
  border-color: var(--task-line) !important;
  background: var(--task-table) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 16px 34px rgba(19, 43, 56, 0.10) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .table-wrapper::before {
  right: 14% !important;
  left: 14% !important;
  background: linear-gradient(90deg, transparent, rgba(230, 246, 249, 0.46), transparent) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .survey-table {
  width: 100% !important;
  height: 0 !important;
  min-height: 0 !important;
  flex: 1 1 0;
  border-radius: 6px;
}

html.ai-native-v2.ai-task-hall-page .survey-container .survey-table .el-table__inner-wrapper {
  height: 100% !important;
}

html.ai-native-v2.ai-task-hall-page .el-table {
  --el-table-bg-color: transparent;
  --el-table-tr-bg-color: var(--task-table-row);
  --el-table-header-bg-color: rgba(65, 91, 106, 0.82);
  --el-table-row-hover-bg-color: rgba(112, 166, 163, 0.30);
  --el-table-border-color: rgba(222, 238, 243, 0.25);
}

html.ai-native-v2.ai-task-hall-page .el-table th.el-table__cell {
  height: clamp(40px, 5.6vh, 50px) !important;
  border-bottom-color: rgba(229, 243, 247, 0.32) !important;
  background: rgba(66, 91, 106, 0.80) !important;
  text-shadow: none !important;
}

html.ai-native-v2.ai-task-hall-page .el-table td.el-table__cell {
  height: clamp(36px, 4.9vh, 44px) !important;
  padding: 3px 0 !important;
  border-bottom-color: rgba(220, 237, 242, 0.22) !important;
  background: var(--task-table-row) !important;
  text-shadow: none !important;
}

html.ai-native-v2.ai-task-hall-page .el-table .el-table__row:nth-child(even) td.el-table__cell {
  background: var(--task-table-row-alt) !important;
}

html.ai-native-v2.ai-task-hall-page .el-table .el-table__row:hover td.el-table__cell {
  background: rgba(101, 151, 151, 0.32) !important;
}

html.ai-native-v2.ai-task-hall-page .participate-btn {
  min-width: 72px !important;
  height: clamp(30px, 4vh, 36px) !important;
  border: 1px solid rgba(207, 239, 234, 0.34) !important;
  border-radius: 6px !important;
  background: rgba(103, 166, 157, 0.88) !important;
  box-shadow: 0 7px 18px rgba(36, 91, 89, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  text-shadow: none !important;
  animation: none !important;
}

html.ai-native-v2.ai-task-hall-page .participate-btn:hover {
  border-color: rgba(229, 250, 247, 0.64) !important;
  background: rgba(119, 187, 177, 0.96) !important;
  box-shadow: 0 9px 22px rgba(36, 91, 89, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
  filter: none !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .pagination {
  display: flex;
  height: clamp(36px, 5.4vh, 46px);
  min-height: 0;
  flex: 0 0 clamp(36px, 5.4vh, 46px);
  align-items: flex-end;
  justify-content: center;
}

html.ai-native-v2.ai-task-hall-page .survey-container .el-pagination {
  width: 100%;
  height: clamp(32px, 4.6vh, 40px);
  justify-content: center;
  margin: 0 !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .el-pagination > :not(.ai-number-pager) {
  display: none !important;
}

html.ai-native-v2.ai-task-hall-page .ai-number-pager {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.55vw, 10px);
}

html.ai-native-v2.ai-task-hall-page .ai-page-number {
  display: inline-flex;
  width: clamp(30px, 2.5vw, 42px);
  height: clamp(30px, 2.5vw, 42px);
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(221, 238, 243, 0.34);
  border-radius: 5px;
  color: #dfedf1;
  background: rgba(38, 61, 76, 0.66);
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

html.ai-native-v2.ai-task-hall-page .ai-page-number:hover {
  border-color: rgba(154, 224, 212, 0.68);
  color: #ffffff;
  background: rgba(67, 104, 116, 0.78);
  transform: translateY(-1px);
}

html.ai-native-v2.ai-task-hall-page .ai-page-number.is-active {
  border-color: var(--task-mint);
  color: #ffffff;
  background: rgba(53, 88, 102, 0.92);
  box-shadow: inset 0 -2px 0 var(--task-mint), 0 0 16px rgba(130, 201, 189, 0.14);
}

@media (max-width: 1180px) {
  html.ai-native-v2.ai-task-hall-page {
    --task-shell-margin: 12px;
  }

  html.ai-native-v2.ai-task-hall-page .admin-container {
    width: calc(100% - 24px) !important;
  }

  html.ai-native-v2.ai-task-hall-page .admin-container > .el-container > .el-header {
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 760px) {
  html.ai-native-v2.ai-task-hall-page {
    --task-shell-margin: 6px;
  }

  html.ai-native-v2.ai-task-hall-page .admin-container {
    width: calc(100% - 12px) !important;
    border-radius: 8px !important;
  }

  html.ai-native-v2.ai-task-hall-page .admin-container > .el-container > .el-header {
    display: grid !important;
    grid-template-columns: auto 1fr;
    min-height: 54px;
    flex-basis: 54px;
    padding: 0 12px !important;
  }

  html.ai-native-v2.ai-task-hall-page .el-menu-horizontal,
  html.ai-native-v2.ai-task-hall-page .el-menu-horizontal > .el-menu-item {
    height: 53px !important;
  }

  html.ai-native-v2.ai-task-hall-page .el-main {
    padding: 8px 7px 7px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-wrapper {
    grid-template-rows: 44px 96px 48px minmax(0, 1fr);
    gap: 7px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-card {
    min-height: 0 !important;
    padding: 8px 7px !important;
    border-right: 1px solid var(--task-line) !important;
    border-bottom: 0 !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-card:last-child {
    border-right: 0 !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-title {
    margin-bottom: 5px !important;
    font-size: 12px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-label {
    margin-bottom: 2px;
    font-size: 10px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-number {
    font-size: 20px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-tabs {
    right: 5px;
    bottom: 7px;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-tabs .el-button {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 10px;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .income-card .stats-value {
    width: calc(100% - 56px);
    min-width: 0;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .filter-left {
    height: 100% !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .filter-chip {
    min-width: 48px !important;
    height: 100% !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .table-wrapper {
    padding: 6px 6px 5px !important;
  }

  html.ai-native-v2.ai-task-hall-page .el-table th.el-table__cell {
    height: 38px !important;
    font-size: 12px !important;
  }

  html.ai-native-v2.ai-task-hall-page .el-table td.el-table__cell {
    height: 36px !important;
    font-size: 12px !important;
  }

  html.ai-native-v2.ai-task-hall-page .participate-btn {
    min-width: 58px !important;
    height: 28px !important;
    font-size: 12px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .pagination {
    height: 36px;
    flex-basis: 36px;
  }

  html.ai-native-v2.ai-task-hall-page .ai-number-pager {
    gap: 4px;
  }

  html.ai-native-v2.ai-task-hall-page .ai-page-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  html.ai-native-v2.ai-task-hall-page {
    --task-shell-margin: 10px;
  }

  html.ai-native-v2.ai-task-hall-page .admin-container > .el-container > .el-header,
  html.ai-native-v2.ai-task-hall-page .el-menu-horizontal,
  html.ai-native-v2.ai-task-hall-page .el-menu-horizontal > .el-menu-item {
    height: 52px !important;
  }

  html.ai-native-v2.ai-task-hall-page .admin-container > .el-container > .el-header {
    flex-basis: 52px;
  }

  html.ai-native-v2.ai-task-hall-page .el-main {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-wrapper {
    grid-template-rows: 42px 90px 46px minmax(0, 1fr);
    gap: 7px !important;
  }

  html.ai-native-v2.ai-task-hall-page .el-table th.el-table__cell {
    height: 38px !important;
  }

  html.ai-native-v2.ai-task-hall-page .el-table td.el-table__cell {
    height: 34px !important;
  }
}

@keyframes ai-water-reflection {
  0% { opacity: 0.38; transform: translate3d(-1.5%, 0, 0) scale(1.03); }
  50% { opacity: 0.62; }
  100% { opacity: 0.46; transform: translate3d(1.5%, -1.5%, 0) scale(1.04); }
}

@keyframes ai-sun-sweep {
  0%, 18% { opacity: 0.12; transform: translate3d(-22%, 0, 0); }
  52% { opacity: 0.38; }
  82%, 100% { opacity: 0.16; transform: translate3d(20%, 0, 0); }
}

@keyframes ai-orbit-drift {
  from { opacity: 0.48; transform: rotate(-12deg) scale(0.98); }
  to { opacity: 0.86; transform: rotate(-7deg) scale(1.02); }
}

@keyframes ai-node-pulse {
  0%, 100% { opacity: 0.44; }
  48% { opacity: 0.92; }
}

@keyframes ai-shell-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html.ai-native-v2.ai-task-hall-page .tech-background::before,
  html.ai-native-v2.ai-task-hall-page .tech-background::after,
  html.ai-native-v2.ai-task-hall-page .tech-elements::before,
  html.ai-native-v2.ai-task-hall-page .tech-elements::after,
  html.ai-native-v2.ai-task-hall-page .admin-container {
    animation: none !important;
  }
}

/* Immersive motion layer: flowing water, reflections, volumetric light and live orbits. */
.ai-native-v2 .tech-background {
  isolation: isolate;
  overflow: hidden !important;
}

.ai-native-v2 .ai-atmosphere-drift,
.ai-native-v2 .ai-water-motion,
.ai-native-v2 .ai-light-field,
.ai-native-v2 .ai-horizon-glints,
.ai-native-v2 .ai-orbit-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ai-native-v2 .ai-atmosphere-drift {
  z-index: 0;
  background: url("./ai-native-task-hall-bg-4k.webp") center center / cover no-repeat;
  clip-path: inset(0 0 29% 0);
  mix-blend-mode: screen;
  opacity: 0.22;
  transform: translate3d(-1.2%, -0.4%, 0) scale(1.035);
  animation: ai-atmosphere-breathe 18s ease-in-out infinite alternate;
  -webkit-mask-image: linear-gradient(to bottom, #000 0 62%, transparent 74%);
  mask-image: linear-gradient(to bottom, #000 0 62%, transparent 74%);
}

.ai-native-v2 .ai-water-motion {
  z-index: 1;
  display: block !important;
  opacity: 1;
  transform: translateZ(0);
}

.ai-native-v2 .ai-light-field {
  z-index: 3;
  overflow: hidden;
  mix-blend-mode: screen;
}

.ai-native-v2 .ai-light-beam {
  position: absolute;
  top: -16%;
  left: var(--beam-left);
  width: var(--beam-width);
  height: 116%;
  background: linear-gradient(
    180deg,
    rgba(246, 253, 253, 0.44) 0%,
    rgba(198, 235, 237, 0.20) 31%,
    rgba(138, 205, 207, 0.08) 67%,
    transparent 100%
  );
  clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%);
  filter: blur(5px);
  opacity: calc(var(--beam-strength) * 0.34);
  transform: translate3d(-50%, -4%, 0) rotate(var(--beam-angle)) scaleX(0.72);
  transform-origin: 50% 0;
  animation: ai-beam-sweep var(--beam-duration) ease-in-out var(--beam-delay) infinite alternate;
  will-change: transform, opacity;
}

.ai-native-v2 .ai-light-beam::after {
  position: absolute;
  inset: 0 38%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(212, 242, 242, 0.08) 65%, transparent);
  content: "";
  opacity: 0.65;
}

.ai-native-v2 .ai-horizon-glints {
  z-index: 4;
  overflow: hidden;
  mix-blend-mode: screen;
}

.ai-native-v2 .ai-horizon-glints span {
  position: absolute;
  top: 70.8%;
  width: clamp(62px, 8vw, 180px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 250, 249, 0.82), transparent);
  box-shadow: 0 0 12px rgba(160, 227, 224, 0.40);
  opacity: 0;
  animation: ai-horizon-glint 8s ease-in-out infinite;
}

.ai-native-v2 .ai-horizon-glints span:nth-child(1) { left: 5%; animation-delay: -1s; }
.ai-native-v2 .ai-horizon-glints span:nth-child(2) { left: 21%; animation-delay: -5.2s; }
.ai-native-v2 .ai-horizon-glints span:nth-child(3) { left: 39%; animation-delay: -2.8s; }
.ai-native-v2 .ai-horizon-glints span:nth-child(4) { left: 58%; animation-delay: -7s; }
.ai-native-v2 .ai-horizon-glints span:nth-child(5) { left: 73%; animation-delay: -3.6s; }
.ai-native-v2 .ai-horizon-glints span:nth-child(6) { left: 88%; animation-delay: -6.1s; }

.ai-native-v2 .ai-orbit-motion {
  z-index: 2;
  top: 3%;
  right: -8%;
  bottom: auto;
  left: auto;
  width: min(58vw, 1120px);
  height: min(72vh, 820px);
  overflow: visible;
  opacity: 0.60;
  transform: rotate(-8deg);
}

.ai-native-v2 .ai-orbit-ring {
  position: absolute;
  border: 1px solid rgba(150, 222, 221, 0.20);
  border-radius: 50%;
  animation: ai-live-orbit 26s linear infinite;
}

.ai-native-v2 .ai-orbit-ring i {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(220, 250, 247, 0.86);
  border-radius: 50%;
  background: rgba(123, 211, 205, 0.88);
  box-shadow: 0 0 13px rgba(139, 229, 222, 0.76);
}

.ai-native-v2 .ai-orbit-ring-1 {
  inset: 8% 2% 13% 9%;
  animation-duration: 31s;
}

.ai-native-v2 .ai-orbit-ring-2 {
  inset: 18% 11% 23% 2%;
  animation-direction: reverse;
  animation-duration: 38s;
}

.ai-native-v2 .ai-orbit-ring-3 {
  inset: 30% 4% 6% 25%;
  animation-duration: 44s;
}

/* User center: one fixed desktop scene with two embedded working views. */
html.ai-native-v2.ai-user-center-page {
  --user-shell-margin: clamp(14px, 4vh, 86px);
  --user-shell: rgba(48, 76, 94, 0.11);
  --user-line: rgba(224, 239, 244, 0.34);
  --user-line-strong: rgba(237, 248, 251, 0.54);
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

html.ai-native-v2.ai-user-center-page body,
html.ai-native-v2.ai-user-center-page #app,
html.ai-native-v2.ai-user-center-page .app-container {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-user-center-page .admin-container {
  width: min(78vw, 3000px) !important;
  height: calc(100dvh - (var(--user-shell-margin) * 2)) !important;
  min-height: 0 !important;
  margin: var(--user-shell-margin) auto !important;
  overflow: hidden !important;
  border: 1px solid var(--user-line-strong) !important;
  border-radius: 12px !important;
  background: var(--user-shell) !important;
  box-shadow: 0 24px 70px rgba(18, 45, 61, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: ai-shell-enter 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.ai-native-v2.ai-user-center-page .admin-container > .el-container {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-user-center-page .admin-container > .el-container > .el-header {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto minmax(280px, 1fr);
  height: clamp(54px, 7.4vh, 72px) !important;
  flex: 0 0 clamp(54px, 7.4vh, 72px);
  padding: 0 clamp(24px, 2.4vw, 52px) !important;
  border-bottom: 1px solid var(--user-line) !important;
  background: rgba(66, 98, 116, 0.12) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ai-native-v2.ai-user-center-page .el-menu-horizontal,
html.ai-native-v2.ai-user-center-page .el-menu-horizontal > .el-menu-item {
  height: clamp(54px, 7.4vh, 72px) !important;
}

html.ai-native-v2.ai-user-center-page .el-main {
  min-width: 0;
  min-height: 0;
  flex: 1 1 0;
  overflow: hidden !important;
  padding: clamp(12px, 1.8vh, 22px) clamp(14px, 1.7vw, 30px) clamp(12px, 1.8vh, 22px) !important;
}

html.ai-native-v2.ai-user-center-page .user-center-container,
html.ai-native-v2.ai-user-center-page .user-center-wrapper {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-user-center-page .user-center-wrapper {
  display: grid !important;
  grid-template-columns: clamp(218px, 15vw, 286px) minmax(0, 1fr);
  gap: clamp(10px, 1.2vw, 20px) !important;
}

html.ai-native-v2.ai-user-center-page .user-sidebar {
  width: auto !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-color: var(--user-line) !important;
  background: rgba(36, 58, 73, 0.68) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ai-native-v2.ai-user-center-page .user-info-section {
  padding: clamp(15px, 2vh, 26px) clamp(12px, 1.3vw, 22px) clamp(12px, 1.8vh, 22px) !important;
  border-bottom-color: var(--user-line) !important;
  background: rgba(83, 112, 128, 0.20) !important;
}

html.ai-native-v2.ai-user-center-page .avatar-circle {
  width: clamp(68px, 8.5vh, 94px) !important;
  height: clamp(68px, 8.5vh, 94px) !important;
  overflow: hidden;
  border-radius: 50% !important;
  font-size: clamp(24px, 3vh, 34px) !important;
}

html.ai-native-v2.ai-user-center-page .user-avatar {
  display: flex;
  justify-content: center;
}

html.ai-native-v2.ai-user-center-page .user-details {
  margin: clamp(8px, 1.2vh, 14px) 0 clamp(10px, 1.4vh, 17px) !important;
  text-align: center;
}

html.ai-native-v2.ai-user-center-page .user-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px !important;
}

html.ai-native-v2.ai-user-center-page .user-actions .el-button {
  width: 100% !important;
  min-width: 0 !important;
  height: clamp(40px, 5.4vh, 50px) !important;
  margin: 0 !important;
  padding: 4px !important;
  border-color: var(--user-line) !important;
  background: rgba(39, 64, 79, 0.52) !important;
}

html.ai-native-v2.ai-user-center-page .user-actions .button-content {
  gap: 3px !important;
  font-size: clamp(10px, 0.68vw, 12px) !important;
  line-height: 1.15;
}

html.ai-native-v2.ai-user-center-page .user-nav {
  padding-top: clamp(8px, 1.2vh, 14px);
}

html.ai-native-v2.ai-user-center-page .user-nav-menu > .el-menu-item {
  height: clamp(48px, 6.3vh, 58px) !important;
  margin: 5px 10px !important;
  border: 1px solid transparent;
  border-radius: 6px !important;
  color: #dcebee !important;
}

html.ai-native-v2.ai-user-center-page .user-nav-menu > .el-menu-item[hidden] {
  display: none !important;
}

html.ai-native-v2.ai-user-center-page .user-nav-menu > .el-menu-item.is-active {
  border-color: rgba(139, 214, 200, 0.45) !important;
  background: rgba(102, 158, 158, 0.34) !important;
  box-shadow: inset 3px 0 0 var(--ai-mint), 0 8px 20px rgba(19, 47, 59, 0.14) !important;
}

html.ai-native-v2.ai-user-center-page .user-content {
  position: relative;
  width: auto !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-color: var(--user-line) !important;
  background: rgba(31, 52, 66, 0.74) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ai-native-v2.ai-user-center-page .user-content > :not(.ai-user-workspace) {
  display: none !important;
}

.ai-native-v2 .ai-user-workspace,
.ai-native-v2 .ai-user-frame {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border: 0;
}

.ai-native-v2 .ai-user-workspace {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: rgba(32, 54, 68, 0.28);
}

.ai-native-v2 .ai-user-frame {
  display: block;
  background: transparent;
}

/* Embedded records/help pages reuse the live Vue components without a second shell. */
html.ai-native-v2.ai-user-embed-page,
html.ai-native-v2.ai-user-embed-page body,
html.ai-native-v2.ai-user-embed-page #app,
html.ai-native-v2.ai-user-embed-page .app-container {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

html.ai-native-v2.ai-user-embed-page .tech-background,
html.ai-native-v2.ai-user-embed-page .admin-container > .el-container > .el-header {
  display: none !important;
}

html.ai-native-v2.ai-user-embed-page .admin-container,
html.ai-native-v2.ai-user-embed-page .admin-container > .el-container {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ai-native-v2.ai-user-embed-page .el-main {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden !important;
  padding: clamp(10px, 1.2vw, 18px) !important;
  background: transparent !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container {
  display: grid !important;
  grid-template-rows: clamp(30px, 4.4vh, 40px) clamp(58px, 8.5vh, 78px) clamp(48px, 6.6vh, 60px) minmax(0, 1fr) clamp(32px, 4.8vh, 42px);
  gap: clamp(6px, 1vh, 10px);
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .records-header {
  grid-row: 1;
  min-height: 0;
  margin: 0 !important;
  padding: 0 0 clamp(5px, 0.8vh, 9px) !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .page-title,
html.ai-native-v2.ai-user-embed-page .survey-help-container .page-title {
  font-size: clamp(18px, 2.4vh, 23px) !important;
  line-height: 1.1;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .stats-cards {
  grid-row: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  height: 100%;
  margin: 0 !important;
  gap: clamp(6px, 0.7vw, 11px) !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .stat-card {
  display: flex !important;
  min-height: 0 !important;
  flex-direction: column;
  justify-content: center;
  padding: clamp(7px, 1vh, 12px) clamp(8px, 0.9vw, 14px) !important;
  border-color: rgba(224, 239, 244, 0.30) !important;
  background: rgba(75, 105, 121, 0.34) !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .stat-label {
  font-size: clamp(11px, 1.35vh, 13px) !important;
  line-height: 1.1 !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .stat-value {
  margin-top: 2px !important;
  font-size: clamp(19px, 2.6vh, 26px) !important;
  line-height: 1 !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container > .filter-bar {
  grid-row: 3;
  min-height: 0 !important;
  height: 100%;
  margin: 0 !important;
  padding: clamp(7px, 0.9vh, 10px) clamp(8px, 0.9vw, 14px) !important;
  border-color: rgba(224, 239, 244, 0.28) !important;
  background: rgba(39, 63, 77, 0.62) !important;
  backdrop-filter: none !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .filter-date {
  width: auto !important;
  min-width: 180px;
  flex: 1 1 300px;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .filter-select {
  width: clamp(112px, 14vw, 170px) !important;
  min-width: 100px;
  flex: 0 1 170px;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container > .filter-bar > .el-button {
  min-width: 58px;
  flex: 0 0 auto;
  margin: 0 !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .table-wrapper {
  grid-row: 4;
  display: flex !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(6px, 0.8vh, 10px) !important;
  overflow: hidden !important;
  border-color: rgba(224, 239, 244, 0.28) !important;
  background: rgba(29, 49, 62, 0.72) !important;
  backdrop-filter: none !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .records-table,
html.ai-native-v2.ai-user-embed-page .survey-records-container .records-table .el-table__inner-wrapper {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .records-table th.el-table__cell {
  height: clamp(36px, 4.8vh, 44px) !important;
  padding: 3px 0 !important;
  background: rgba(70, 96, 111, 0.78) !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .records-table td.el-table__cell {
  height: clamp(34px, 4.5vh, 42px) !important;
  padding: 3px 0 !important;
  background: rgba(47, 72, 87, 0.62) !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container > .pagination {
  grid-row: 5;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

html.ai-native-v2.ai-user-embed-page .survey-records-container .el-pagination {
  margin: 0 !important;
}

html.ai-native-v2.ai-user-embed-page .survey-help-container,
html.ai-native-v2.ai-user-embed-page .survey-help-wrapper {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

html.ai-native-v2.ai-user-embed-page .survey-help-wrapper {
  display: grid !important;
  grid-template-rows: clamp(30px, 4.4vh, 40px) minmax(0, 1fr);
  gap: clamp(7px, 1vh, 11px);
}

html.ai-native-v2.ai-user-embed-page .help-content {
  display: grid !important;
  grid-template-columns: 1.15fr 1fr 0.82fr;
  gap: clamp(7px, 0.9vw, 13px) !important;
  min-height: 0;
  overflow: hidden;
}

html.ai-native-v2.ai-user-embed-page .help-section {
  min-width: 0;
  min-height: 0;
  margin: 0 !important;
  padding: clamp(11px, 1.3vw, 18px) !important;
  overflow: auto;
  border-color: rgba(224, 239, 244, 0.28) !important;
  background: rgba(38, 62, 77, 0.64) !important;
  backdrop-filter: none !important;
}

html.ai-native-v2.ai-user-embed-page .help-section h3 {
  margin: 0 0 clamp(8px, 1.2vh, 12px) !important;
  font-size: clamp(15px, 1.8vh, 18px) !important;
}

html.ai-native-v2.ai-user-embed-page .tutorial-list {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: clamp(6px, 0.9vh, 10px) !important;
}

html.ai-native-v2.ai-user-embed-page .tutorial-item {
  padding: clamp(9px, 1vw, 13px) !important;
}

html.ai-native-v2.ai-user-embed-page .tutorial-item h4 {
  margin: 0 0 5px !important;
  font-size: clamp(13px, 1.5vh, 15px) !important;
}

html.ai-native-v2.ai-user-embed-page .tutorial-item p,
html.ai-native-v2.ai-user-embed-page .help-answer,
html.ai-native-v2.ai-user-embed-page .contact-info {
  font-size: clamp(11px, 1.35vh, 13px) !important;
  line-height: 1.55 !important;
}

@media (max-width: 1180px) {
  html.ai-native-v2.ai-user-center-page {
    --user-shell-margin: 12px;
  }

  html.ai-native-v2.ai-user-center-page .admin-container {
    width: calc(100% - 24px) !important;
  }

  html.ai-native-v2.ai-user-center-page .admin-container > .el-container > .el-header {
    grid-template-columns: auto 1fr;
  }

  html.ai-native-v2.ai-user-embed-page .help-content {
    grid-template-columns: 1fr 1fr;
  }

  html.ai-native-v2.ai-user-embed-page .help-section:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .ai-native-v2 .ai-light-beam {
    width: calc(var(--beam-width) * 1.7);
    filter: blur(3px);
  }

  .ai-native-v2 .ai-orbit-motion {
    right: -44%;
    width: 105vw;
  }

  html.ai-native-v2.ai-user-center-page {
    --user-shell-margin: 6px;
  }

  html.ai-native-v2.ai-user-center-page .admin-container {
    width: calc(100% - 12px) !important;
    border-radius: 8px !important;
  }

  html.ai-native-v2.ai-user-center-page .admin-container > .el-container > .el-header {
    grid-template-columns: auto 1fr;
    height: 54px !important;
    min-height: 54px;
    flex-basis: 54px;
    padding: 0 12px !important;
  }

  html.ai-native-v2.ai-user-center-page .el-menu-horizontal,
  html.ai-native-v2.ai-user-center-page .el-menu-horizontal > .el-menu-item {
    height: 53px !important;
  }

  html.ai-native-v2.ai-user-center-page .el-main {
    padding: 6px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-center-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 116px minmax(0, 1fr);
    gap: 6px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-sidebar {
    display: grid !important;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    height: 116px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-info-section {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: 44px 42px;
    gap: 6px 9px;
    padding: 9px !important;
    border-right: 1px solid var(--user-line) !important;
    border-bottom: 0 !important;
  }

  html.ai-native-v2.ai-user-center-page .user-avatar {
    grid-row: 1;
  }

  html.ai-native-v2.ai-user-center-page .avatar-circle {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-details {
    align-self: center;
    margin: 0 !important;
    text-align: left;
  }

  html.ai-native-v2.ai-user-center-page .username {
    margin-bottom: 2px !important;
    font-size: 13px !important;
  }

  html.ai-native-v2.ai-user-center-page .uid {
    font-size: 10px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-actions {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  html.ai-native-v2.ai-user-center-page .user-actions .el-button {
    height: 40px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-actions .button-content {
    font-size: 9px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-nav {
    padding-top: 6px;
  }

  html.ai-native-v2.ai-user-center-page .user-nav-menu > .el-menu-item {
    height: 47px !important;
    margin: 3px 6px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    white-space: nowrap;
  }

  html.ai-native-v2.ai-user-center-page .user-nav-menu > .el-menu-item > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html.ai-native-v2.ai-user-embed-page .el-main {
    padding: 7px !important;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container {
    grid-template-rows: 27px 52px 44px minmax(0, 1fr) 32px;
    gap: 5px;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container .page-title,
  html.ai-native-v2.ai-user-embed-page .survey-help-container .page-title {
    font-size: 16px !important;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container .stat-card {
    padding: 5px !important;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container .stat-label {
    font-size: 9px !important;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container .stat-value {
    font-size: 17px !important;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container > .filter-bar {
    gap: 5px;
    padding: 5px !important;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container .filter-date {
    min-width: 140px;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container .filter-select {
    width: 104px !important;
    min-width: 92px;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container > .filter-bar > .el-button {
    min-width: 46px;
    padding: 0 8px !important;
  }

  html.ai-native-v2.ai-user-embed-page .survey-records-container .table-wrapper {
    padding: 4px !important;
  }

  html.ai-native-v2.ai-user-embed-page .help-content {
    grid-template-columns: 1fr 1fr;
    gap: 5px !important;
  }

  html.ai-native-v2.ai-user-embed-page .help-section {
    padding: 8px !important;
  }
}

@media (max-height: 720px) and (min-width: 761px) {
  html.ai-native-v2.ai-user-center-page {
    --user-shell-margin: 10px;
  }

  html.ai-native-v2.ai-user-center-page .admin-container > .el-container > .el-header,
  html.ai-native-v2.ai-user-center-page .el-menu-horizontal,
  html.ai-native-v2.ai-user-center-page .el-menu-horizontal > .el-menu-item {
    height: 52px !important;
  }

  html.ai-native-v2.ai-user-center-page .admin-container > .el-container > .el-header {
    flex-basis: 52px;
  }

  html.ai-native-v2.ai-user-center-page .el-main {
    padding: 8px !important;
  }
}

@keyframes ai-atmosphere-breathe {
  0% { opacity: 0.13; transform: translate3d(-1.4%, -0.4%, 0) scale(1.035); }
  48% { opacity: 0.28; }
  100% { opacity: 0.18; transform: translate3d(1.2%, 0.5%, 0) scale(1.055); }
}

@keyframes ai-beam-sweep {
  0% { opacity: calc(var(--beam-strength) * 0.18); transform: translate3d(-58%, -6%, 0) rotate(calc(var(--beam-angle) - 2deg)) scaleX(0.64); }
  46% { opacity: calc(var(--beam-strength) * 0.62); }
  100% { opacity: calc(var(--beam-strength) * 0.30); transform: translate3d(-38%, 1%, 0) rotate(calc(var(--beam-angle) + 3deg)) scaleX(1.08); }
}

@keyframes ai-horizon-glint {
  0%, 64%, 100% { opacity: 0; transform: translate3d(-35%, 0, 0) scaleX(0.45); }
  74% { opacity: 0.80; }
  88% { opacity: 0.12; transform: translate3d(45%, 0, 0) scaleX(1.1); }
}

@keyframes ai-live-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ai-native-v2 .ai-atmosphere-drift,
  .ai-native-v2 .ai-light-beam,
  .ai-native-v2 .ai-horizon-glints span,
  .ai-native-v2 .ai-orbit-ring,
  html.ai-native-v2.ai-user-center-page .admin-container {
    animation: none !important;
  }
}

/* Directional scene lighting: the right celestial body is the single light source. */
.ai-native-v2 .tech-background {
  --celestial-x: 74vw;
  --celestial-y: 30vh;
  --scene-horizon: 71.6vh;
  --pointer-x: 50vw;
  --pointer-y: 50vh;
  --celestial-response: 0;
  --cloud-response: 0;
  --water-response: 0;
  --pointer-velocity: 0;
}

.ai-native-v2 .ai-light-field,
.ai-native-v2 .ai-celestial-source,
.ai-native-v2 .ai-pointer-light,
.ai-native-v2 .ai-impact-field {
  position: absolute;
  pointer-events: none;
}

.ai-native-v2 .ai-atmosphere-drift {
  opacity: 0.10;
  mix-blend-mode: soft-light;
  transform: translate3d(-0.45%, -0.15%, 0) scale(1.018);
  animation: ai-cloud-drift 22s ease-in-out infinite alternate;
}

.ai-native-v2 .ai-light-field {
  z-index: 3;
  inset: 0;
  overflow: hidden;
  mix-blend-mode: screen;
}

.ai-native-v2 .ai-light-beam {
  position: absolute;
  top: var(--celestial-y);
  left: var(--celestial-x);
  width: var(--beam-length);
  height: var(--beam-thickness);
  background:
    linear-gradient(
      90deg,
      rgba(246, 255, 253, 0.56) 0,
      rgba(202, 240, 236, 0.23) 10%,
      rgba(131, 210, 206, 0.10) 34%,
      rgba(112, 193, 197, 0.025) 72%,
      transparent 100%
    );
  clip-path: polygon(0 48%, 100% 2%, 100% 98%, 0 52%);
  filter: blur(2.4px);
  opacity: calc(
    var(--beam-strength) * (0.24 + var(--celestial-response) * 0.34 + var(--pointer-velocity) * 0.12)
  );
  transform: translate3d(0, -50%, 0) rotate(var(--beam-angle)) scaleX(0.88);
  transform-origin: 0 50%;
  animation: ai-source-beam var(--beam-duration) ease-in-out var(--beam-delay) infinite alternate;
  will-change: transform, opacity;
}

.ai-native-v2 .ai-light-beam::after {
  position: absolute;
  inset: 43% 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(196, 238, 235, 0.12) 42%, transparent 86%);
  content: "";
  filter: blur(0.7px);
  opacity: calc(0.34 + var(--celestial-response) * 0.44);
}

.ai-native-v2 .ai-celestial-source {
  z-index: 5;
  top: var(--celestial-y);
  left: var(--celestial-x);
  width: clamp(250px, 44vw, 980px);
  aspect-ratio: 1;
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: calc(0.48 + var(--celestial-response) * 0.50);
  transform: translate3d(-50%, -50%, 0);
  will-change: opacity;
}

.ai-native-v2 .ai-celestial-source::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72vw, 1480px);
  height: clamp(22px, 5vw, 110px);
  background: linear-gradient(90deg, rgba(247, 255, 253, 0.68), rgba(170, 226, 220, 0.20) 19%, rgba(122, 200, 199, 0.05) 56%, transparent 88%);
  clip-path: polygon(0 47%, 100% 0, 100% 100%, 0 53%);
  content: "";
  filter: blur(2px);
  opacity: calc(var(--celestial-response) * (0.38 + var(--pointer-velocity) * 0.34));
  transform: rotate(var(--cursor-angle, 3.1416rad)) translate3d(2%, -50%, 0);
  transform-origin: 0 50%;
}

.ai-native-v2 .ai-celestial-aureole,
.ai-native-v2 .ai-celestial-rim,
.ai-native-v2 .ai-celestial-scan,
.ai-native-v2 .ai-celestial-lens,
.ai-native-v2 .ai-photon-streak {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ai-native-v2 .ai-celestial-aureole {
  inset: -7%;
  border: 1px solid rgba(221, 249, 246, 0.26);
  border-radius: 50%;
  box-shadow:
    0 0 calc(24px + var(--celestial-response) * 54px) rgba(190, 238, 234, 0.26),
    inset 0 0 calc(20px + var(--celestial-response) * 34px) rgba(224, 249, 246, 0.16);
  opacity: calc(0.42 + var(--celestial-response) * 0.55);
  transform: scale(calc(0.98 + var(--celestial-response) * 0.055));
  animation: ai-aureole-breathe 4.8s ease-in-out infinite;
}

.ai-native-v2 .ai-celestial-rim {
  inset: -2%;
  border-radius: 50%;
  background: conic-gradient(
    from 188deg,
    transparent 0 27%,
    rgba(224, 251, 248, 0.72) 36%,
    rgba(137, 218, 213, 0.18) 52%,
    transparent 68% 100%
  );
  filter: blur(1px);
  opacity: calc(0.38 + var(--celestial-response) * 0.62);
  -webkit-mask: radial-gradient(circle, transparent 0 69%, #000 71% 73%, transparent 75%);
  mask: radial-gradient(circle, transparent 0 69%, #000 71% 73%, transparent 75%);
}

.ai-native-v2 .ai-celestial-scan {
  inset: -11%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 78%, rgba(211, 248, 244, 0.62) 84%, transparent 91%);
  opacity: calc(0.28 + var(--celestial-response) * 0.58);
  -webkit-mask: radial-gradient(circle, transparent 0 73%, #000 75% 75.7%, transparent 77%);
  mask: radial-gradient(circle, transparent 0 73%, #000 75% 75.7%, transparent 77%);
  animation: ai-celestial-scan 8.5s linear infinite;
}

.ai-native-v2 .ai-celestial-lens {
  border: 1px solid rgba(193, 241, 236, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(134, 219, 212, 0.22);
  opacity: calc(0.12 + var(--celestial-response) * 0.52);
}

.ai-native-v2 .ai-celestial-lens-1 {
  top: 55%;
  left: -14%;
  width: 13%;
  aspect-ratio: 1;
}

.ai-native-v2 .ai-celestial-lens-2 {
  top: 61%;
  left: -38%;
  width: 7%;
  aspect-ratio: 1;
}

.ai-native-v2 .ai-celestial-lens-3 {
  top: 65%;
  left: -58%;
  width: 3%;
  aspect-ratio: 1;
  background: rgba(218, 250, 247, 0.54);
}

.ai-native-v2 .ai-photon-streak {
  top: 50%;
  left: 50%;
  width: clamp(58px, 12vw, 240px);
  height: 1px;
  background: linear-gradient(90deg, rgba(245, 255, 253, 0.92), rgba(132, 224, 215, 0.38) 38%, transparent);
  box-shadow: 0 0 9px rgba(171, 235, 229, 0.48);
  opacity: 0;
  transform-origin: 0 50%;
  animation: ai-photon-flight 7.8s cubic-bezier(0.16, 0.7, 0.24, 1) infinite;
}

.ai-native-v2 .ai-photon-streak-1 { --photon-angle: 164deg; animation-delay: -1.1s; }
.ai-native-v2 .ai-photon-streak-2 { --photon-angle: 181deg; animation-delay: -4.8s; animation-duration: 9.6s; }
.ai-native-v2 .ai-photon-streak-3 { --photon-angle: 201deg; animation-delay: -6.3s; animation-duration: 6.9s; }
.ai-native-v2 .ai-photon-streak-4 { --photon-angle: 146deg; animation-delay: -3.2s; animation-duration: 11.2s; }

.ai-native-v2 .ai-celestial-source.is-bursting .ai-celestial-aureole {
  animation: ai-celestial-burst 820ms cubic-bezier(0.14, 0.76, 0.28, 1);
}

.ai-native-v2 .ai-celestial-source.is-bursting .ai-photon-streak {
  animation-duration: 1.15s;
  animation-delay: 0s;
}

.ai-native-v2 .ai-pointer-light,
.ai-native-v2 .ai-impact-field {
  z-index: 6;
  inset: 0;
  overflow: hidden;
}

.ai-native-v2 .ai-pointer-light::before,
.ai-native-v2 .ai-pointer-light::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  transition: opacity 160ms ease-out;
}

.ai-native-v2 .ai-pointer-light::before {
  background:
    radial-gradient(
      ellipse clamp(150px, 18vw, 410px) clamp(90px, 12vh, 230px) at var(--pointer-x) var(--pointer-y),
      rgba(236, 253, 251, 0.34),
      rgba(168, 224, 220, 0.12) 34%,
      transparent 72%
    );
  mix-blend-mode: screen;
}

.ai-native-v2 .tech-background.ai-cloud-active .ai-pointer-light::before {
  opacity: calc(0.18 + var(--cloud-response) * 0.66);
}

.ai-native-v2 .ai-pointer-light::after {
  background:
    radial-gradient(
      ellipse clamp(95px, 12vw, 280px) clamp(18px, 3.8vh, 74px) at var(--pointer-x) var(--pointer-y),
      rgba(230, 253, 249, 0.50),
      rgba(128, 216, 210, 0.16) 34%,
      transparent 74%
    );
  mix-blend-mode: screen;
}

.ai-native-v2 .tech-background.ai-water-active .ai-pointer-light::after {
  opacity: 0 !important;
}

.ai-native-v2 .ai-impact-pulse {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(218, 251, 247, 0.82);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(124, 221, 213, 0.54);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  animation: ai-impact-wave 920ms cubic-bezier(0.12, 0.64, 0.22, 1) forwards;
}

.ai-native-v2 .ai-impact-pulse.is-water {
  border-color: rgba(211, 249, 245, 0.92);
  transform: translate3d(-50%, -50%, 0) scaleY(0.28);
  animation-name: ai-water-impact-wave;
}

.ai-native-v2 .ai-horizon-glints span {
  top: var(--scene-horizon);
}

/* The first task statistic contains both availability and the morning income estimate. */
html.ai-native-v2.ai-task-hall-page .survey-container .availability-card {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

html.ai-native-v2.ai-task-hall-page .survey-container .availability-card .stats-title {
  margin-bottom: clamp(4px, 0.7vh, 8px) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .availability-metrics {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: end;
  min-width: 0;
}

html.ai-native-v2.ai-task-hall-page .survey-container .availability-metric {
  min-width: 0;
}

html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate {
  padding-left: clamp(10px, 1.1vw, 20px);
  border-left: 1px solid rgba(217, 238, 241, 0.24);
}

html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate-number {
  overflow: hidden;
  color: var(--task-mint) !important;
  font-size: clamp(17px, 2.7vh, 27px) !important;
  font-weight: 760 !important;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-fill-color: var(--task-mint) !important;
}

html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate-status {
  margin-top: 4px;
  overflow: hidden;
  color: rgba(212, 231, 235, 0.72);
  font-size: clamp(8px, 0.64vw, 11px);
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Embedded records/help coexist with the two untouched native withdrawal views. */
html.ai-native-v2.ai-user-center-page .ai-user-workspace[hidden] {
  display: none !important;
}

html.ai-native-v2.ai-user-center-page
  .user-content:is([data-ai-profile-view="withdraw"], [data-ai-profile-view="withdraw-records"])
  > :not(.ai-user-workspace) {
  display: block !important;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: clamp(14px, 1.8vh, 24px) clamp(14px, 1.5vw, 26px);
  overflow: auto !important;
  overscroll-behavior: contain;
  scrollbar-color: rgba(136, 207, 198, 0.66) rgba(30, 52, 66, 0.32);
  scrollbar-width: thin;
}

html.ai-native-v2.ai-user-center-page
  .user-content:is([data-ai-profile-view="withdraw"], [data-ai-profile-view="withdraw-records"])
  > .ai-user-workspace {
  display: none !important;
}

html.ai-native-v2.ai-user-center-page
  .user-content:is([data-ai-profile-view="records"], [data-ai-profile-view="help"])
  > :not(.ai-user-workspace) {
  display: none !important;
}

html.ai-native-v2.ai-user-center-page
  .user-content:is([data-ai-profile-view="withdraw"], [data-ai-profile-view="withdraw-records"])
  .content-header {
  margin-bottom: clamp(12px, 1.8vh, 20px);
}

html.ai-native-v2.ai-user-center-page
  .user-content:is([data-ai-profile-view="withdraw"], [data-ai-profile-view="withdraw-records"])
  .filter-bar {
  margin-bottom: clamp(12px, 1.8vh, 20px) !important;
}

html.ai-native-v2.ai-user-center-page
  .user-content:is([data-ai-profile-view="withdraw"], [data-ai-profile-view="withdraw-records"])
  .records-table {
  min-height: 0;
  overflow: auto;
}

@media (max-width: 760px) {
  .ai-native-v2 .ai-light-beam {
    height: calc(var(--beam-thickness) * 1.22);
    filter: blur(1.7px);
  }

  .ai-native-v2 .ai-celestial-source {
    width: clamp(220px, 72vw, 520px);
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .availability-metrics {
    grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate {
    padding-left: 7px;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate-number {
    font-size: 15px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate-status {
    font-size: 7px;
  }

  html.ai-native-v2.ai-user-center-page
    .user-content:is([data-ai-profile-view="withdraw"], [data-ai-profile-view="withdraw-records"])
    > :not(.ai-user-workspace) {
    padding: 9px;
  }
}

@media (max-width: 520px) {
  html.ai-native-v2.ai-task-hall-page .survey-container .stats-card {
    justify-content: flex-start;
    padding: 5px 4px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    margin-bottom: 2px !important;
    font-size: 10px !important;
    white-space: nowrap;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-title > span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .eye-button {
    position: static !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    margin-left: 2px !important;
    padding: 2px !important;
    flex: 0 0 20px;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-label {
    margin-bottom: 1px !important;
    font-size: 8px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-number {
    font-size: 17px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .income-card .stats-value {
    position: absolute;
    top: 29px;
    left: 5px;
    width: auto !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .income-card .stats-value .stats-label {
    display: none;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-tabs {
    right: 4px !important;
    bottom: 4px !important;
    left: 4px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .stats-tabs .el-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 21px !important;
    font-size: 9px;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate {
    padding-left: 5px;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate-number {
    font-size: 13px !important;
  }

  html.ai-native-v2.ai-task-hall-page .survey-container .morning-estimate-status {
    font-size: 6px;
  }

  html.ai-native-v2.ai-user-center-page .user-center-wrapper {
    grid-template-rows: 174px minmax(0, 1fr);
  }

  html.ai-native-v2.ai-user-center-page .user-sidebar {
    grid-template-columns: 1fr;
    grid-template-rows: 92px 82px;
    height: 174px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-info-section {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: 38px 34px;
    gap: 5px 8px;
    padding: 6px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--user-line) !important;
  }

  html.ai-native-v2.ai-user-center-page .avatar-circle {
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-actions .el-button {
    height: 34px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-actions .button-content {
    font-size: 9px !important;
  }

  html.ai-native-v2.ai-user-center-page .user-nav {
    padding-top: 2px;
  }

  html.ai-native-v2.ai-user-center-page .user-nav-menu > .el-menu-item {
    height: 35px !important;
    margin: 2px 4px !important;
    padding: 0 8px !important;
    font-size: 10px !important;
  }
}

@keyframes ai-cloud-drift {
  0% { opacity: 0.055; transform: translate3d(-0.55%, -0.18%, 0) scale(1.018); }
  48% { opacity: 0.12; }
  100% { opacity: 0.075; transform: translate3d(0.6%, 0.2%, 0) scale(1.026); }
}

@keyframes ai-source-beam {
  0% {
    opacity: calc(var(--beam-strength) * (0.16 + var(--celestial-response) * 0.24));
    transform: translate3d(0, -50%, 0) rotate(calc(var(--beam-angle) - 1.3deg)) scaleX(0.72);
  }
  46% {
    opacity: calc(var(--beam-strength) * (0.37 + var(--celestial-response) * 0.31));
  }
  100% {
    opacity: calc(var(--beam-strength) * (0.24 + var(--celestial-response) * 0.35));
    transform: translate3d(0, -50%, 0) rotate(calc(var(--beam-angle) + 1.6deg)) scaleX(1.04);
  }
}

@keyframes ai-aureole-breathe {
  0%, 100% { filter: brightness(0.88); }
  50% { filter: brightness(1.20); }
}

@keyframes ai-celestial-scan {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes ai-photon-flight {
  0%, 70% {
    opacity: 0;
    transform: rotate(var(--photon-angle)) translate3d(2%, -50%, 0) scaleX(0.24);
  }
  74% { opacity: calc(0.38 + var(--celestial-response) * 0.56); }
  91% {
    opacity: calc(0.12 + var(--celestial-response) * 0.24);
    transform: rotate(var(--photon-angle)) translate3d(330%, -50%, 0) scaleX(1.08);
  }
  100% {
    opacity: 0;
    transform: rotate(var(--photon-angle)) translate3d(420%, -50%, 0) scaleX(0.58);
  }
}

@keyframes ai-celestial-burst {
  0% { opacity: 0.50; transform: scale(0.96); }
  32% { opacity: 1; transform: scale(1.09); }
  100% { opacity: 0.48; transform: scale(1.01); }
}

@keyframes ai-impact-wave {
  0% { opacity: 0.92; transform: translate3d(-50%, -50%, 0) scale(0.35); }
  100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(12); }
}

@keyframes ai-water-impact-wave {
  0% { opacity: 0.96; transform: translate3d(-50%, -50%, 0) scale(0.45, 0.16); }
  100% { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(15, 3.4); }
}

@media (prefers-reduced-motion: reduce) {
  .ai-native-v2 .ai-celestial-aureole,
  .ai-native-v2 .ai-celestial-scan,
  .ai-native-v2 .ai-photon-streak {
    animation: none !important;
  }
}

/* Close-range celestial detail: the planet gets a restrained rim flow, not a distant spotlight. */
.ai-native-v2 .ai-light-field,
.ai-native-v2 .ai-orbit-motion,
.ai-native-v2 .ai-light-beam {
  display: none !important;
}

.ai-native-v2 .ai-celestial-source::before,
.ai-native-v2 .ai-celestial-lens,
.ai-native-v2 .ai-photon-streak {
  display: none !important;
}

.ai-native-v2 .ai-celestial-aureole,
.ai-native-v2 .ai-celestial-rim,
.ai-native-v2 .ai-celestial-scan,
.ai-native-v2 .ai-celestial-flow,
.ai-native-v2 .ai-celestial-flow-glint {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ai-native-v2 .ai-celestial-aureole {
  inset: -1.2%;
  border: 1px solid rgba(221, 249, 246, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 18px rgba(190, 238, 234, 0.16),
    inset 0 0 15px rgba(224, 249, 246, 0.10);
  opacity: calc(0.34 + var(--celestial-response) * 0.48);
  transform: scale(calc(0.995 + var(--celestial-response) * 0.02));
  animation: ai-aureole-breathe 5.6s ease-in-out infinite;
}

.ai-native-v2 .ai-celestial-rim {
  inset: -0.35%;
  border-radius: 50%;
  background: conic-gradient(
    from 206deg,
    transparent 0 12%,
    rgba(232, 255, 251, 0.90) 17%,
    rgba(145, 227, 219, 0.54) 23%,
    rgba(116, 203, 199, 0.10) 31%,
    transparent 38% 100%
  );
  filter: blur(0.7px);
  opacity: calc(0.58 + var(--celestial-response) * 0.42);
  -webkit-mask: radial-gradient(circle, transparent 0 96.8%, #000 97.1% 98.5%, transparent 99%);
  mask: radial-gradient(circle, transparent 0 96.8%, #000 97.1% 98.5%, transparent 99%);
}

.ai-native-v2 .ai-celestial-scan {
  inset: -0.65%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0 72%,
    rgba(221, 253, 247, 0.86) 77%,
    rgba(123, 220, 211, 0.20) 82%,
    transparent 87% 100%
  );
  opacity: calc(0.32 + var(--celestial-response) * 0.52);
  -webkit-mask: radial-gradient(circle, transparent 0 97.3%, #000 97.5% 98.2%, transparent 98.8%);
  mask: radial-gradient(circle, transparent 0 97.3%, #000 97.5% 98.2%, transparent 98.8%);
  animation: ai-celestial-scan 12s linear infinite;
}

.ai-native-v2 .ai-celestial-flow {
  inset: -0.2%;
  border-radius: 50%;
  background: conic-gradient(
    from 132deg,
    transparent 0 38%,
    rgba(218, 253, 248, 0.18) 42%,
    rgba(151, 235, 226, 0.82) 46%,
    rgba(232, 255, 251, 0.98) 49%,
    rgba(134, 220, 212, 0.36) 54%,
    transparent 59% 100%
  );
  filter: blur(0.45px);
  opacity: calc(0.48 + var(--celestial-response) * 0.48);
  -webkit-mask: radial-gradient(circle, transparent 0 96.2%, #000 96.8% 98.8%, transparent 99.5%);
  mask: radial-gradient(circle, transparent 0 96.2%, #000 96.8% 98.8%, transparent 99.5%);
  animation: ai-celestial-flow 8.5s cubic-bezier(0.42, 0, 0.28, 1) infinite;
}

.ai-native-v2 .ai-celestial-flow-glint {
  top: 3.2%;
  left: 48%;
  width: 5.5%;
  height: 1.6%;
  border-radius: 50%;
  background: rgba(238, 255, 252, 0.96);
  box-shadow: 0 0 12px 3px rgba(174, 244, 233, 0.68);
  opacity: calc(0.24 + var(--celestial-response) * 0.74);
  transform-origin: 0 50%;
  animation: ai-celestial-glint 8.5s cubic-bezier(0.42, 0, 0.28, 1) infinite;
}

@keyframes ai-celestial-flow {
  0%, 100% { transform: rotate(-10deg); opacity: calc(0.40 + var(--celestial-response) * 0.40); }
  48% { transform: rotate(28deg); opacity: calc(0.72 + var(--celestial-response) * 0.28); }
  72% { transform: rotate(62deg); opacity: calc(0.48 + var(--celestial-response) * 0.42); }
}

@keyframes ai-celestial-glint {
  0%, 100% { transform: rotate(-10deg) translate3d(0, 0, 0) scaleX(0.65); }
  48% { transform: rotate(28deg) translate3d(8%, 2%, 0) scaleX(1.15); }
  72% { transform: rotate(62deg) translate3d(1%, 4%, 0) scaleX(0.78); }
}

/* Survey-detail status colors stay explicit and independent from the scene palette. */
.ai-native-v2 .survey-records-container .records-table .record-status-tag {
  color: #ef4444 !important;
  -webkit-text-fill-color: #ef4444 !important;
}

.ai-native-v2 .survey-records-container .records-table .record-status-tag.el-tag--success {
  color: #22c55e !important;
  -webkit-text-fill-color: #22c55e !important;
}

.ai-native-v2 .survey-records-container .records-table .record-status-tag:is(.el-tag--warning, .el-tag--processing) {
  color: #facc15 !important;
  -webkit-text-fill-color: #facc15 !important;
}

.ai-native-v2 .survey-records-container .records-table .record-status-tag:is(.el-tag--danger, .el-tag--info, .el-tag--primary) {
  color: #ef4444 !important;
  -webkit-text-fill-color: #ef4444 !important;
}

/* Keep every promotional section above the fixed animated scene. */
html.ai-native-v2.ai-home-page body,
html.ai-native-v2.ai-home-page #app,
html.ai-native-v2.ai-home-page .app-container {
  min-height: 100%;
  overflow-x: hidden;
  background: transparent !important;
}

html.ai-native-v2.ai-home-page .home {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  isolation: isolate;
  color: #f8fcfd;
  background: transparent !important;
}

html.ai-native-v2.ai-home-page .home > :is(section, footer),
html.ai-native-v2.ai-home-page .home .navbar {
  position: relative;
  z-index: 1;
}

html.ai-native-v2.ai-home-page .home .navbar {
  position: fixed;
}

html.ai-native-v2.ai-home-page .home .banner {
  background: linear-gradient(180deg, rgba(23, 49, 66, 0.16), rgba(31, 66, 84, 0.04)) !important;
}

html.ai-native-v2.ai-home-page .home .features,
html.ai-native-v2.ai-home-page .home .how-it-works,
html.ai-native-v2.ai-home-page .home .about,
html.ai-native-v2.ai-home-page .home .cases,
html.ai-native-v2.ai-home-page .home .privacy {
  background: transparent !important;
}

html.ai-native-v2.ai-home-page .home .feature-card,
html.ai-native-v2.ai-home-page .home .company-info,
html.ai-native-v2.ai-home-page .home .contact-info,
html.ai-native-v2.ai-home-page .home .case-card,
html.ai-native-v2.ai-home-page .home .privacy-item {
  border-color: rgba(226, 242, 246, 0.30) !important;
  background: rgba(33, 57, 72, 0.72) !important;
  box-shadow: 0 16px 40px rgba(16, 38, 52, 0.18);
  backdrop-filter: blur(8px) saturate(112%);
  -webkit-backdrop-filter: blur(8px) saturate(112%);
}

html.ai-native-v2.ai-home-page .home .step {
  border: 1px solid rgba(226, 242, 246, 0.22);
  border-radius: 8px;
  background: rgba(33, 57, 72, 0.58);
  box-shadow: 0 14px 34px rgba(16, 38, 52, 0.14);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

html.ai-native-v2.ai-home-page .home .footer {
  background: rgba(15, 32, 44, 0.82) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Teleported Element Plus overlays need global selectors, not component-scoped ones. */
html.ai-native-v2 .el-overlay {
  background: rgba(8, 24, 36, 0.76) !important;
  backdrop-filter: blur(6px) saturate(118%);
  -webkit-backdrop-filter: blur(6px) saturate(118%);
}

html.ai-native-v2 .el-dialog {
  width: min(560px, calc(100vw - 32px)) !important;
  margin: 7vh auto 34px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(211, 235, 239, 0.38) !important;
  border-radius: 10px !important;
  color: var(--ai-text) !important;
  background: linear-gradient(145deg, rgba(46, 72, 88, 0.97), rgba(27, 48, 63, 0.97)) !important;
  box-shadow: 0 28px 90px rgba(6, 20, 30, 0.62), 0 0 0 1px rgba(125, 196, 189, 0.08) inset !important;
}

html.ai-native-v2 .el-dialog::before {
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163, 235, 225, 0.86), transparent);
  content: "";
}

html.ai-native-v2 .el-dialog__header {
  margin: 0 !important;
  padding: 21px 24px 16px !important;
  border-bottom: 1px solid rgba(218, 236, 239, 0.16);
  background: rgba(84, 112, 126, 0.18) !important;
}

html.ai-native-v2 .el-dialog__title {
  color: #f7fbfc !important;
  font-size: 20px !important;
  font-weight: 650 !important;
}

html.ai-native-v2 .el-dialog__headerbtn {
  top: 14px !important;
  right: 15px !important;
  width: 36px !important;
  height: 36px !important;
}

html.ai-native-v2 .el-dialog__headerbtn .el-dialog__close {
  color: rgba(231, 243, 245, 0.68) !important;
}

html.ai-native-v2 .el-dialog__headerbtn:hover .el-dialog__close,
html.ai-native-v2 .el-dialog__headerbtn:focus .el-dialog__close {
  color: var(--ai-mint-strong) !important;
}

html.ai-native-v2 .el-dialog__body {
  padding: 22px 24px 8px !important;
  color: var(--ai-text-soft) !important;
}

html.ai-native-v2 .el-dialog .el-form-item {
  margin-bottom: 18px !important;
}

html.ai-native-v2 .el-dialog .el-form-item__label {
  color: #dcebed !important;
  font-weight: 500;
}

html.ai-native-v2 .el-dialog .el-form-item.is-error .el-form-item__label {
  color: #f3d0d0 !important;
}

html.ai-native-v2 .el-dialog .el-form-item__error {
  color: #ff9f9f !important;
}

html.ai-native-v2 .el-dialog .el-input__wrapper,
html.ai-native-v2 .el-dialog .el-textarea__inner,
html.ai-native-v2 .el-dialog .el-input-number .el-input__wrapper {
  min-height: 42px;
  border: 1px solid rgba(204, 229, 233, 0.28) !important;
  border-radius: 6px !important;
  background: rgba(38, 62, 77, 0.76) !important;
  box-shadow: none !important;
}

html.ai-native-v2 .el-dialog .el-input__wrapper:hover,
html.ai-native-v2 .el-dialog .el-input__wrapper.is-focus,
html.ai-native-v2 .el-dialog .el-textarea__inner:focus {
  border-color: rgba(145, 213, 204, 0.78) !important;
  box-shadow: 0 0 0 2px rgba(125, 196, 189, 0.12) !important;
}

html.ai-native-v2 .el-dialog .el-input__inner,
html.ai-native-v2 .el-dialog .el-textarea__inner {
  color: #f4fafb !important;
  -webkit-text-fill-color: #f4fafb !important;
}

html.ai-native-v2 .el-dialog .el-input__inner::placeholder,
html.ai-native-v2 .el-dialog .el-textarea__inner::placeholder {
  color: rgba(213, 229, 232, 0.58) !important;
}

html.ai-native-v2 .el-dialog .el-input__prefix,
html.ai-native-v2 .el-dialog .el-input__suffix,
html.ai-native-v2 .el-dialog .el-input__icon {
  color: rgba(202, 227, 230, 0.68) !important;
}

html.ai-native-v2 .el-dialog__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 24px 20px !important;
  border-top: 1px solid rgba(218, 236, 239, 0.14);
  background: rgba(20, 40, 53, 0.28) !important;
}

html.ai-native-v2 .el-dialog__footer .el-button {
  min-width: 78px;
  border: 1px solid rgba(207, 230, 233, 0.28) !important;
  border-radius: 6px !important;
  color: #e7f0f2 !important;
  background: rgba(51, 78, 92, 0.78) !important;
}

html.ai-native-v2 .el-dialog__footer .el-button:hover {
  border-color: rgba(145, 213, 204, 0.7) !important;
  color: #ffffff !important;
  background: rgba(87, 130, 133, 0.72) !important;
}

html.ai-native-v2 .el-dialog__footer .el-button.tech-button,
html.ai-native-v2 .el-dialog__footer .el-button--primary {
  border-color: rgba(160, 224, 214, 0.72) !important;
  color: #f7ffff !important;
  background: linear-gradient(135deg, rgba(111, 177, 169, 0.96), rgba(82, 143, 139, 0.96)) !important;
  box-shadow: 0 8px 20px rgba(61, 123, 119, 0.2) !important;
}

html.ai-native-v2 .el-message-box {
  border: 1px solid rgba(211, 235, 239, 0.34) !important;
  border-radius: 9px !important;
  color: var(--ai-text) !important;
  background: rgba(34, 58, 72, 0.97) !important;
  box-shadow: var(--ai-shadow) !important;
}

html.ai-native-v2 .el-message-box__title,
html.ai-native-v2 .el-message-box__content,
html.ai-native-v2 .el-message-box__message {
  color: var(--ai-text-soft) !important;
}

html.ai-native-v2 .el-dropdown-menu,
html.ai-native-v2 .el-menu--popup {
  border: 1px solid var(--ai-line) !important;
  border-radius: 7px !important;
  background: rgba(34, 59, 74, 0.97) !important;
  box-shadow: var(--ai-shadow) !important;
}

html.ai-native-v2 .el-dropdown-menu__item,
html.ai-native-v2 .el-menu--popup .el-menu-item {
  color: var(--ai-text-soft) !important;
  background: transparent !important;
}

html.ai-native-v2 .el-dropdown-menu__item:hover,
html.ai-native-v2 .el-menu--popup .el-menu-item:hover {
  color: #ffffff !important;
  background: var(--ai-mint-soft) !important;
}

/* Legacy survey list page: bring the old white workspace into the current glass surface. */
html.ai-native-v2 .survey-list-container {
  min-height: calc(100vh - 84px) !important;
  padding: 0 !important;
  color: var(--ai-text) !important;
  background: transparent !important;
}

html.ai-native-v2 .survey-list-container .survey-content {
  display: flex;
  gap: 20px;
  min-height: calc(100vh - 150px);
}

html.ai-native-v2 .survey-list-container .left-nav,
html.ai-native-v2 .survey-list-container .right-content,
html.ai-native-v2 .survey-list-container .survey-item,
html.ai-native-v2 .survey-list-container .template-dropdown {
  border: 1px solid var(--ai-line) !important;
  color: var(--ai-text-soft) !important;
  background: rgba(34, 59, 74, 0.72) !important;
  box-shadow: 0 18px 46px rgba(12, 29, 41, 0.22) !important;
  backdrop-filter: blur(10px) saturate(112%);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
}

html.ai-native-v2 .survey-list-container .left-nav {
  flex: 0 0 190px;
  overflow: hidden;
  border-radius: 8px;
}

html.ai-native-v2 .survey-list-container .right-content {
  min-width: 0;
  border-radius: 8px;
}

html.ai-native-v2 .survey-list-container .create-buttons,
html.ai-native-v2 .survey-list-container .survey-actions,
html.ai-native-v2 .survey-list-container .pagination,
html.ai-native-v2 .survey-list-container .template-category {
  border-color: rgba(212, 232, 235, 0.16) !important;
}

html.ai-native-v2 .survey-list-container .page-title,
html.ai-native-v2 .survey-list-container .category-title,
html.ai-native-v2 .survey-list-container .survey-title {
  color: #f4fafb !important;
}

html.ai-native-v2 .survey-list-container .survey-info,
html.ai-native-v2 .survey-list-container .survey-time,
html.ai-native-v2 .survey-list-container .survey-id {
  color: var(--ai-text-muted) !important;
}

html.ai-native-v2 .survey-list-container .survey-item:hover {
  border-color: rgba(145, 213, 204, 0.52) !important;
  box-shadow: 0 20px 50px rgba(20, 75, 82, 0.28) !important;
}

html.ai-native-v2 .survey-list-container .template-item {
  border: 1px solid rgba(209, 233, 236, 0.16);
  color: var(--ai-text-soft);
  background: rgba(50, 78, 91, 0.54) !important;
}

html.ai-native-v2 .survey-list-container .template-item:hover {
  border-color: rgba(145, 213, 204, 0.58);
  background: rgba(93, 146, 145, 0.34) !important;
}

/* Legacy survey statistics page. */
html.ai-native-v2 .survey-stats-container,
html.ai-native-v2 .survey-amount-container {
  min-height: calc(100vh - 84px) !important;
  height: auto !important;
  padding: 0 !important;
  color: var(--ai-text) !important;
  background: transparent !important;
}

html.ai-native-v2 .survey-stats-container .stats-content,
html.ai-native-v2 .survey-amount-container .filter-bar,
html.ai-native-v2 .survey-amount-container .income-trend,
html.ai-native-v2 .survey-amount-container .survey-income-list {
  border: 1px solid var(--ai-line) !important;
  border-radius: 8px !important;
  color: var(--ai-text-soft) !important;
  background: rgba(34, 59, 74, 0.72) !important;
  box-shadow: 0 18px 46px rgba(12, 29, 41, 0.22) !important;
  backdrop-filter: blur(10px) saturate(112%);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
}

html.ai-native-v2 .survey-stats-container .stats-content {
  padding: 22px !important;
}

html.ai-native-v2 .survey-stats-container .stats-overview,
html.ai-native-v2 .survey-amount-container .amount-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

html.ai-native-v2 .survey-stats-container .stats-card,
html.ai-native-v2 .survey-amount-container .stats-card {
  border: 1px solid rgba(210, 233, 236, 0.18) !important;
  border-radius: 8px !important;
  color: var(--ai-text-soft) !important;
  background: linear-gradient(145deg, rgba(82, 119, 132, 0.42), rgba(39, 70, 84, 0.54)) !important;
  box-shadow: none !important;
}

html.ai-native-v2 .survey-stats-container .stats-number,
html.ai-native-v2 .survey-amount-container .stats-value {
  color: var(--ai-mint-strong) !important;
  -webkit-text-fill-color: var(--ai-mint-strong) !important;
}

html.ai-native-v2 .survey-stats-container .stats-label,
html.ai-native-v2 .survey-stats-container .question-stats h3,
html.ai-native-v2 .survey-stats-container .question-stat-item h4,
html.ai-native-v2 .survey-amount-container .stats-title,
html.ai-native-v2 .survey-amount-container .income-trend h3,
html.ai-native-v2 .survey-amount-container .survey-income-list h3 {
  color: var(--ai-text-soft) !important;
}

html.ai-native-v2 .survey-stats-container .question-stat-item,
html.ai-native-v2 .survey-amount-container .chart-container {
  border: 1px solid rgba(211, 235, 239, 0.16) !important;
  border-left: 3px solid var(--ai-mint) !important;
  border-radius: 7px !important;
  background: rgba(36, 64, 78, 0.58) !important;
}

html.ai-native-v2 .survey-amount-container .filter-bar {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 18px !important;
}

html.ai-native-v2 .survey-amount-container .amount-text {
  color: #ffb2a7 !important;
}

/* Result states previously used opaque white cards and pastel full-page backgrounds. */
html.ai-native-v2 .survey-result-page,
html.ai-native-v2.ai-result-page .survey-result-page {
  min-height: 100vh;
  color: var(--ai-text) !important;
  background:
    linear-gradient(rgba(22, 47, 62, 0.42), rgba(15, 35, 49, 0.56)),
    url("./ai-native-task-hall-bg-4k.webp") center / cover fixed !important;
}

html.ai-native-v2 .survey-result-page .result-card {
  border: 1px solid rgba(211, 235, 239, 0.36) !important;
  border-radius: 10px !important;
  color: var(--ai-text) !important;
  background: rgba(35, 61, 76, 0.84) !important;
  box-shadow: 0 28px 80px rgba(8, 24, 36, 0.42) !important;
  backdrop-filter: blur(14px) saturate(112%);
  -webkit-backdrop-filter: blur(14px) saturate(112%);
}

html.ai-native-v2 .survey-result-page h2,
html.ai-native-v2 .survey-result-page .subtitle {
  color: #f5fbfc !important;
}

html.ai-native-v2 .survey-result-page .reward-text {
  color: #8ee1a6 !important;
}

html.ai-native-v2 .survey-result-page .fail-reason {
  color: #ffaaa5 !important;
}

html.ai-native-v2 .survey-result-page .btn-secondary {
  border: 1px solid rgba(211, 235, 239, 0.28) !important;
  color: var(--ai-text-soft) !important;
  background: rgba(52, 80, 94, 0.64) !important;
}

/* Login and register fields: keep the glass surface visible instead of the
   light Element Plus fill, including Chromium autofill states. */
html.ai-native-v2 .login-card .input-wrapper .el-input__wrapper,
html.ai-native-v2 .register-card .input-wrapper .el-input__wrapper {
  --el-input-bg-color: transparent !important;
  --el-fill-color-blank: transparent !important;
  border: 1px solid rgba(207, 232, 236, 0.34) !important;
  background: rgba(31, 57, 71, 0.50) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 0 0 1px rgba(10, 28, 39, 0.18) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease,
    background-color 180ms ease !important;
}

html.ai-native-v2 .login-card .input-wrapper .el-input__wrapper:hover,
html.ai-native-v2 .register-card .input-wrapper .el-input__wrapper:hover,
html.ai-native-v2 .login-card .input-wrapper .el-input__wrapper.is-focus,
html.ai-native-v2 .register-card .input-wrapper .el-input__wrapper.is-focus {
  border-color: rgba(145, 213, 204, 0.78) !important;
  background: rgba(33, 65, 78, 0.60) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 2px rgba(125, 196, 189, 0.13),
    0 8px 24px rgba(8, 25, 36, 0.14) !important;
}

html.ai-native-v2 .login-card .input-wrapper .el-input__inner,
html.ai-native-v2 .register-card .input-wrapper .el-input__inner,
html.ai-native-v2 .login-card .input-wrapper input,
html.ai-native-v2 .register-card .input-wrapper input {
  color: #f4fafb !important;
  -webkit-text-fill-color: #f4fafb !important;
  background: transparent !important;
  caret-color: var(--ai-mint-strong) !important;
}

html.ai-native-v2 .login-card .input-wrapper .el-input__inner::placeholder,
html.ai-native-v2 .register-card .input-wrapper .el-input__inner::placeholder,
html.ai-native-v2 .login-card .input-wrapper input::placeholder,
html.ai-native-v2 .register-card .input-wrapper input::placeholder {
  color: rgba(220, 235, 237, 0.66) !important;
  -webkit-text-fill-color: rgba(220, 235, 237, 0.66) !important;
}

html.ai-native-v2 .login-card .input-wrapper input:-webkit-autofill,
html.ai-native-v2 .login-card .input-wrapper input:-webkit-autofill:hover,
html.ai-native-v2 .login-card .input-wrapper input:-webkit-autofill:focus,
html.ai-native-v2 .register-card .input-wrapper input:-webkit-autofill,
html.ai-native-v2 .register-card .input-wrapper input:-webkit-autofill:hover,
html.ai-native-v2 .register-card .input-wrapper input:-webkit-autofill:focus {
  border: 0 !important;
  -webkit-text-fill-color: #f4fafb !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(31, 57, 71, 0.50) inset !important;
  box-shadow: 0 0 0 1000px rgba(31, 57, 71, 0.50) inset !important;
  background-color: transparent !important;
  caret-color: var(--ai-mint-strong) !important;
}

/* One brand lockup: the auth card stays focused while the identity remains in the corner. */
html.ai-native-v2.mosonai-auth-page .login-card .login-header {
  display: none !important;
}

html.ai-native-v2.mosonai-auth-page .login-card {
  padding-top: 38px !important;
}

html.ai-native-v2 .mosonai-corner-brand {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(290px, calc(100vw - 44px));
  min-height: 46px;
  padding: 6px 12px 6px 8px;
  border: 1px solid rgba(208, 239, 244, 0.26);
  border-radius: 7px;
  background: linear-gradient(110deg, rgba(8, 27, 42, 0.64), rgba(11, 37, 53, 0.28));
  box-shadow: 0 16px 30px rgba(7, 22, 34, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
}

html.ai-native-v2 .mosonai-corner-brand .mosonai-logo-image {
  width: 152px;
  max-height: 34px;
}

html.ai-native-v2 .mosonai-brand-title {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding-left: 10px;
  border-left: 1px solid rgba(212, 239, 243, 0.34);
  color: rgba(232, 249, 250, 0.92);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em !important;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(3, 18, 29, 0.44);
}

html.ai-native-v2 .ai-water-motion {
  filter: saturate(1.08) contrast(1.02);
}

html.ai-native-v2 .tech-background.ai-water-active .ai-water-motion {
  filter: saturate(calc(1.08 + var(--water-response) * 0.12)) contrast(calc(1.02 + var(--water-response) * 0.04));
}

html.ai-native-v2 .ai-impact-pulse.is-water {
  border-width: 1px;
  box-shadow: 0 0 16px rgba(174, 243, 239, 0.72), 0 0 42px rgba(73, 193, 204, 0.28);
}

@media (max-width: 760px) {
  html.ai-native-v2 .mosonai-corner-brand {
    top: 8px;
    left: 10px;
    width: auto;
    max-width: calc(100vw - 20px);
  }

  html.ai-native-v2 .mosonai-corner-brand .mosonai-logo-image {
    width: 126px;
  }

  html.ai-native-v2 .mosonai-corner-brand .mosonai-brand-title {
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  html.ai-native-v2 .survey-list-container .survey-content {
    flex-direction: column;
  }

  html.ai-native-v2 .survey-list-container .left-nav {
    flex-basis: auto;
  }

  html.ai-native-v2 .survey-stats-container .stats-overview,
  html.ai-native-v2 .survey-amount-container .amount-stats {
    grid-template-columns: 1fr;
  }

  html.ai-native-v2 .el-dialog {
    width: calc(100vw - 24px) !important;
    margin-top: 4vh !important;
  }

  html.ai-native-v2 .el-dialog__header,
  html.ai-native-v2 .el-dialog__body,
html.ai-native-v2 .el-dialog__footer {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

/* Auth role split: one aligned surface for the three login and two register
   entrances, with the existing sea background as the visual anchor. */
html.ai-native-v2.mosonai-auth-page .tech-background {
  background-image:
    linear-gradient(180deg, rgba(18, 47, 65, 0.14), rgba(20, 46, 62, 0.30)),
    url("./ai-native-task-hall-bg-4k.webp") !important;
  filter: saturate(108%) brightness(1.04) !important;
}

html.ai-native-v2.mosonai-auth-page,
html.ai-native-v2.mosonai-auth-page body,
html.ai-native-v2.mosonai-auth-page #app {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(18, 47, 65, 0.14), rgba(20, 46, 62, 0.30)),
    url("./ai-native-task-hall-bg-4k.webp") center / cover fixed !important;
}

html.ai-native-v2.mosonai-auth-page .login-container,
html.ai-native-v2.mosonai-auth-page .register-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 92px 24px 48px !important;
  background:
    linear-gradient(180deg, rgba(18, 47, 65, 0.14), rgba(20, 46, 62, 0.30)),
    url("./ai-native-task-hall-bg-4k.webp") center / cover fixed !important;
}

html.ai-native-v2.mosonai-auth-page .login-card,
html.ai-native-v2.mosonai-auth-page .register-card {
  width: min(560px, 100%) !important;
  max-width: 560px;
  padding: 34px 40px 30px !important;
  border: 1px solid rgba(226, 246, 250, 0.42) !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, rgba(26, 57, 74, 0.84), rgba(24, 48, 64, 0.72)) !important;
  box-shadow: 0 28px 86px rgba(7, 27, 40, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-roles {
  display: grid;
  gap: 17px;
  margin: 0 0 24px;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

html.ai-native-v2.mosonai-auth-page .register-card .mosonai-auth-role-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab {
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(201, 232, 237, 0.30);
  border-radius: 6px;
  color: rgba(236, 249, 250, 0.78);
  background: rgba(13, 38, 53, 0.35);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab:hover,
html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab:focus-visible {
  border-color: rgba(168, 238, 226, 0.78);
  color: #ffffff;
  outline: none;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab.is-active {
  border-color: rgba(168, 238, 226, 0.86);
  color: #ffffff;
  background: rgba(94, 166, 158, 0.42);
  box-shadow: inset 0 -2px 0 rgba(168, 238, 226, 0.92);
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-copy {
  display: grid;
  gap: 5px;
  text-align: left;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-copy strong {
  color: #f7fdfd;
  font-size: 20px;
  font-weight: 650;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-copy span {
  color: rgba(221, 239, 242, 0.76);
  font-size: 13px;
  line-height: 1.55;
}

html.ai-native-v2.mosonai-auth-page .login-form,
html.ai-native-v2.mosonai-auth-page .register-form {
  display: grid;
  gap: 14px;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-extra {
  display: grid;
  gap: 10px;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 10px;
  align-items: end;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: rgba(221, 239, 242, 0.78);
  font-size: 12px;
  line-height: 1.2;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(207, 232, 236, 0.34);
  border-radius: 6px;
  outline: none;
  color: #f4fafb;
  background: rgba(31, 57, 71, 0.50);
  font: inherit;
  font-size: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field input::placeholder {
  color: rgba(220, 235, 237, 0.58);
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field input:focus {
  border-color: rgba(145, 213, 204, 0.82);
  background: rgba(33, 65, 78, 0.60);
  box-shadow: 0 0 0 2px rgba(125, 196, 189, 0.13);
}

html.ai-native-v2.mosonai-auth-page .mosonai-send-code {
  min-height: 48px;
  border: 1px solid rgba(145, 213, 204, 0.56);
  border-radius: 6px;
  color: #f7ffff;
  background: rgba(92, 151, 145, 0.74);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

html.ai-native-v2.mosonai-auth-page .mosonai-send-code:hover,
html.ai-native-v2.mosonai-auth-page .mosonai-send-code:focus-visible {
  border-color: rgba(168, 238, 226, 0.90);
  background: rgba(103, 172, 163, 0.92);
  outline: none;
}

html.ai-native-v2.mosonai-auth-page .mosonai-send-code:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status {
  min-height: 19px;
  margin: 0;
  color: rgba(221, 239, 242, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status[data-tone="success"] {
  color: #a8eee2;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status[data-tone="error"] {
  color: #ffb2a7;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status[data-tone="pending"] {
  color: #f3d99a;
}

@media (max-width: 640px) {
  html.ai-native-v2.mosonai-auth-page .login-container,
  html.ai-native-v2.mosonai-auth-page .register-container {
    align-items: flex-start;
    padding: 76px 14px 28px !important;
  }

  html.ai-native-v2.mosonai-auth-page .login-card,
  html.ai-native-v2.mosonai-auth-page .register-card {
    padding: 28px 20px 24px !important;
  }

  html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tabs {
    gap: 6px;
  }

  html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab {
    min-height: 40px;
    padding: 0 6px;
    font-size: 13px;
  }

  html.ai-native-v2.mosonai-auth-page .mosonai-register-field-row {
    grid-template-columns: 1fr;
  }
}

/* Keep the registration action distinct from the blue glass background while
   preserving the business bundle's centered label and arrow. */
html.ai-native-v2.mosonai-auth-page .register-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 52px !important;
  border: 1px solid rgba(177, 247, 235, 0.92) !important;
  border-radius: 8px !important;
  color: #123142 !important;
  -webkit-text-fill-color: #123142 !important;
  background: linear-gradient(135deg, #b8f6df 0%, #83ddd0 52%, #69c4de 100%) !important;
  box-shadow: 0 12px 28px rgba(34, 125, 143, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
  font-weight: 700 !important;
  text-shadow: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease !important;
}

html.ai-native-v2.mosonai-auth-page .register-btn:hover,
html.ai-native-v2.mosonai-auth-page .register-btn:focus-visible {
  color: #0c2635 !important;
  -webkit-text-fill-color: #0c2635 !important;
  filter: brightness(1.06) saturate(1.05) !important;
  box-shadow: 0 16px 34px rgba(34, 125, 143, 0.30), 0 0 0 3px rgba(168, 238, 226, 0.18) !important;
  outline: none !important;
  transform: translateY(-1px);
}

html.ai-native-v2.mosonai-auth-page .register-btn:disabled {
  opacity: 0.62 !important;
  cursor: not-allowed !important;
  filter: saturate(0.68) !important;
  transform: none !important;
}

html.ai-native-v2.mosonai-auth-page .register-btn .btn-icon {
  color: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
}

/* Auth role split: one aligned surface for the three login and two register
   entrances, with the existing sea background as the visual anchor. */
html.ai-native-v2.mosonai-auth-page .tech-background {
  background-image:
    linear-gradient(180deg, rgba(18, 47, 65, 0.14), rgba(20, 46, 62, 0.30)),
    url("./ai-native-task-hall-bg-4k.webp") !important;
  filter: saturate(108%) brightness(1.04) !important;
}

html.ai-native-v2.mosonai-auth-page .login-container,
html.ai-native-v2.mosonai-auth-page .register-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 92px 24px 48px !important;
}

html.ai-native-v2.mosonai-auth-page .login-card,
html.ai-native-v2.mosonai-auth-page .register-card {
  width: min(560px, 100%) !important;
  max-width: 560px;
  padding: 34px 40px 30px !important;
  border: 1px solid rgba(226, 246, 250, 0.42) !important;
  border-radius: 12px !important;
  background: linear-gradient(145deg, rgba(26, 57, 74, 0.84), rgba(24, 48, 64, 0.72)) !important;
  box-shadow: 0 28px 86px rgba(7, 27, 40, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-roles {
  display: grid;
  gap: 17px;
  margin: 0 0 24px;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

html.ai-native-v2.mosonai-auth-page .register-card .mosonai-auth-role-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab {
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(201, 232, 237, 0.30);
  border-radius: 6px;
  color: rgba(236, 249, 250, 0.78);
  background: rgba(13, 38, 53, 0.35);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab:hover,
html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab:focus-visible {
  border-color: rgba(168, 238, 226, 0.78);
  color: #ffffff;
  outline: none;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab.is-active {
  border-color: rgba(168, 238, 226, 0.86);
  color: #ffffff;
  background: rgba(94, 166, 158, 0.42);
  box-shadow: inset 0 -2px 0 rgba(168, 238, 226, 0.92);
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-copy {
  display: grid;
  gap: 5px;
  text-align: left;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-copy strong {
  color: #f7fdfd;
  font-size: 20px;
  font-weight: 650;
}

html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-copy span {
  color: rgba(221, 239, 242, 0.76);
  font-size: 13px;
  line-height: 1.55;
}

html.ai-native-v2.mosonai-auth-page .login-form,
html.ai-native-v2.mosonai-auth-page .register-form {
  display: grid;
  gap: 14px;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-extra {
  display: grid;
  gap: 10px;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px;
  gap: 10px;
  align-items: end;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: rgba(221, 239, 242, 0.78);
  font-size: 12px;
  line-height: 1.2;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(207, 232, 236, 0.34);
  border-radius: 6px;
  outline: none;
  color: #f4fafb;
  background: rgba(31, 57, 71, 0.50);
  font: inherit;
  font-size: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field input::placeholder {
  color: rgba(220, 235, 237, 0.58);
}

html.ai-native-v2.mosonai-auth-page .mosonai-register-field input:focus {
  border-color: rgba(145, 213, 204, 0.82);
  background: rgba(33, 65, 78, 0.60);
  box-shadow: 0 0 0 2px rgba(125, 196, 189, 0.13);
}

html.ai-native-v2.mosonai-auth-page .mosonai-send-code {
  min-height: 48px;
  border: 1px solid rgba(145, 213, 204, 0.56);
  border-radius: 6px;
  color: #f7ffff;
  background: rgba(92, 151, 145, 0.74);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

html.ai-native-v2.mosonai-auth-page .mosonai-send-code:hover,
html.ai-native-v2.mosonai-auth-page .mosonai-send-code:focus-visible {
  border-color: rgba(168, 238, 226, 0.90);
  background: rgba(103, 172, 163, 0.92);
  outline: none;
}

html.ai-native-v2.mosonai-auth-page .mosonai-send-code:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status {
  min-height: 19px;
  margin: 0;
  color: rgba(221, 239, 242, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status[data-tone="success"] {
  color: #a8eee2;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status[data-tone="error"] {
  color: #ffb2a7;
}

html.ai-native-v2.mosonai-auth-page .mosonai-sms-status[data-tone="pending"] {
  color: #f3d99a;
}

@media (max-width: 640px) {
  html.ai-native-v2.mosonai-auth-page .login-container,
  html.ai-native-v2.mosonai-auth-page .register-container {
    align-items: flex-start;
    padding: 76px 14px 28px !important;
  }

  html.ai-native-v2.mosonai-auth-page .login-card,
  html.ai-native-v2.mosonai-auth-page .register-card {
    padding: 28px 20px 24px !important;
  }

  html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tabs {
    gap: 6px;
  }

  html.ai-native-v2.mosonai-auth-page .mosonai-auth-role-tab {
    min-height: 40px;
    padding: 0 6px;
    font-size: 13px;
  }

  html.ai-native-v2.mosonai-auth-page .mosonai-register-field-row {
    grid-template-columns: 1fr;
  }
}
