:root {
  color-scheme: dark;
  /* primitive tokens */
  --color-navy-950: #080a0f;
  --color-navy-900: #0d111a;
  --color-navy-850: #111827;
  --color-navy-800: #151c27;
  --color-surface-1: #f7f9fc;
  --color-surface-2: #ffffff;
  --color-border-light: #e2e8f0;
  --color-blue-600: #3367ff;
  --color-blue-700: #2454d8;
  --color-teal-400: #33d7c8;
  --color-text-dark: #111827;
  --color-text-muted: #64748b;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --shadow-panel: 0 18px 52px rgba(2, 6, 23, 0.18);
  /* semantic tokens */
  --color-primary: var(--color-blue-600);
  --color-primary-hover: var(--color-blue-700);
  --color-page-bg: var(--color-navy-950);
  --color-panel-dark: var(--color-navy-850);
  --color-panel-light: var(--color-surface-2);
  --color-ring: var(--color-blue-600);
  /* component tokens */
  --button-height-sm: 32px;
  --button-height-md: 40px;
  --button-height-lg: 48px;
  --button-radius: 999px;
  --card-radius: var(--radius-lg);
  --bg: #07090d;
  --panel: rgba(16, 20, 28, 0.82);
  --panel-solid: #111722;
  --line: rgba(255, 255, 255, 0.14);
  --text: #f7f9ff;
  --muted: rgba(235, 241, 255, 0.72);
  --soft: rgba(235, 241, 255, 0.54);
  --blue: #2869ff;
  --cyan: #34e0d1;
  --green: #adf46a;
  --radius: 24px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1180px;
  background: var(--bg);
  color: var(--text);
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

.app {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 2%, rgba(52, 224, 209, 0.18), transparent 30%),
    radial-gradient(circle at 94% 6%, rgba(40, 105, 255, 0.2), transparent 28%),
    #07090d;
}

.landing-header,
.hitpaw-hero,
.landing-section,
.workspace {
  position: relative;
  z-index: 1;
  width: min(1700px, calc(100vw - 64px));
  margin: 0 auto;
}

.landing-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(48, 111, 255, 0.12), transparent 26%),
    #080a0f;
}

.landing-header {
  min-height: 92px;
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: transparent;
  color: var(--text);
}

.brand strong,
.brand em {
  display: block;
  text-align: left;
}

.brand strong {
  font-size: 24px;
  letter-spacing: 0;
}

.brand em {
  color: var(--soft);
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 58px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 800;
}

.nav-links button {
  padding: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
}

.nav-links button:hover {
  color: #fff;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.login-button,
.point-button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
}

.primary-nav {
  min-height: 48px;
  padding: 0 27px;
  border-radius: 999px;
  background: #fff;
  color: #090b10;
  font-size: 16px;
  font-weight: 900;
}

.hitpaw-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.76fr) minmax(560px, 1fr);
  gap: 48px;
  align-items: center;
  min-height: 660px;
  padding: 54px 0 76px;
}

.hitpaw-copy {
  max-width: 660px;
}

.wire-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 23, 34, 0.92), rgba(17, 23, 34, 0.58) 45%, rgba(26, 33, 46, 0.42)),
    repeating-linear-gradient(0deg, #161d29 0 34px, #1a2330 34px 68px);
}

.wire-grid {
  position: absolute;
  inset: 34px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, transparent 0 49.7%, rgba(255, 255, 255, 0.16) 50%, transparent 50.3%),
    linear-gradient(45deg, transparent 0 49.7%, rgba(255, 255, 255, 0.1) 50%, transparent 50.3%);
  opacity: 0.76;
}

.wire-before,
.wire-after {
  position: absolute;
  top: 52px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.52);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.wire-before {
  right: calc(50% + 28px);
}

.wire-after {
  left: calc(50% + 28px);
}

.wire-slider {
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.86);
}

.wire-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.72);
  color: #fff;
  font-weight: 950;
}

.hero-compare-panel {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(17, 23, 34, 0.94), rgba(17, 23, 34, 0.68) 45%, rgba(26, 33, 46, 0.52)),
    repeating-linear-gradient(0deg, #151c27 0 38px, #1a2330 38px 76px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.hero-kicker {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.hitpaw-copy h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(58px, 4.6vw, 86px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-subtitle {
  margin: 18px 0 0;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
}

.hero-desc {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.55;
}

.hero-primary,
.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
}

.hero-primary {
  width: max-content;
  margin-top: 34px;
  background: #fff;
  color: #080b10;
}

.hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.feature-thumb {
  position: relative;
  overflow: hidden;
  height: 122px;
  border-radius: 13px;
  background: #111722;
}

.feature-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.2) 49.5% 50.5%, transparent 51%),
    repeating-linear-gradient(0deg, #172030 0 24px, #1d2737 24px 48px);
}

.feature-thumb span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.74);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.landing-feature-card strong {
  display: block;
  margin: 11px 4px 0;
  font-size: 18px;
}

.landing-feature-card p {
  margin: 5px 4px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.landing-section {
  padding: 78px 0;
  text-align: center;
}

.landing-section h2 {
  max-width: 860px;
  margin: 0 auto;
  font-size: 44px;
  line-height: 1.18;
}

.landing-section > p {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.section-alt {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-grid,
.scene-grid,
.review-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.tech-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scene-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tech-card,
.scene-card,
.review-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  text-align: left;
}

.tech-icon,
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, transparent 0 47%, rgba(255, 255, 255, 0.24) 48% 52%, transparent 53%),
    #192232;
}

.tech-card h3,
.scene-card h3,
.review-card h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.tech-card p,
.scene-card p,
.review-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.scene-media {
  height: 156px;
  overflow: hidden;
  border-radius: 16px;
  background: #111722;
}

.section-cta {
  min-height: 52px;
  margin-top: 32px;
  padding: 0 28px;
  border-radius: 999px;
  background: #fff;
  color: #080b10;
  font-size: 17px;
  font-weight: 900;
}

.workspace {
  padding: 86px 0 120px;
}

.product-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 224, 209, 0.14), transparent 28%),
    radial-gradient(circle at 90% 0%, rgba(40, 105, 255, 0.16), transparent 30%),
    #07090d;
}

.product-nav {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 max(32px, calc((100vw - 1700px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 9, 13, 0.82);
  backdrop-filter: blur(18px);
}

.product-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.product-actions button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-weight: 850;
}

.product-actions .light-action {
  background: #fff;
  color: #07090d;
}

.section-head {
  max-width: 900px;
  margin-bottom: 30px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--cyan);
  font-weight: 900;
}

.section-head h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.1;
}

.section-head p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.tool-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.06);
}

.preview-pane,
.control-pane {
  min-width: 0;
}

.video-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 24px;
  background: #111722;
}

.workspace-placeholder {
  width: 100%;
  height: 620px;
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.16) 49.5% 50.5%, transparent 51%),
    repeating-linear-gradient(0deg, #172030 0 32px, #1d2737 32px 64px);
}

.compare-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 999px rgba(40, 105, 255, 0.12);
}

.before-label,
.after-label {
  position: absolute;
  bottom: 28px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(5, 8, 12, 0.56);
  color: #fff;
  font-weight: 800;
}

.before-label {
  left: 28px;
}

.after-label {
  left: calc(50% + 26px);
}

.play-chip {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #06080c;
  font-weight: 900;
}

.result-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
}

.result-meta strong,
.result-meta span {
  display: block;
}

.result-meta span {
  color: var(--muted);
}

.status-chip {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.control-pane {
  display: grid;
  align-content: start;
  gap: 16px;
}

.account-strip {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.account-strip span {
  color: var(--muted);
}

.account-strip strong {
  font-size: 26px;
}

.account-strip button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(52, 224, 209, 0.16);
  color: #94fff5;
  font-weight: 900;
}

.upload-box {
  display: grid;
  min-height: 214px;
  place-items: center;
  padding: 26px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  text-align: center;
}

.upload-box strong {
  display: block;
  margin-top: 14px;
  font-size: 22px;
}

.upload-box span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.sample-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--soft);
  font-size: 14px;
}

.sample-row button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.spec-grid button {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  text-align: left;
}

.spec-grid button.active {
  border-color: rgba(52, 224, 209, 0.7);
  background: rgba(52, 224, 209, 0.14);
}

.spec-grid span,
.spec-grid em {
  color: var(--muted);
  font-style: normal;
}

.process-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff, #dfe8ff);
  color: #07090d;
  font-size: 20px;
  font-weight: 950;
}

.process-button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.status-card {
  min-height: 214px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.status-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: rgba(52, 224, 209, 0.14);
  color: #83fff4;
}

.status-card h3 {
  margin: 18px 0 8px;
  font-size: 24px;
}

.status-card p {
  min-height: 54px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.status-card button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-weight: 900;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
}

.login-modal {
  position: relative;
  width: 486px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(241, 63, 178, 0.18), transparent 34%),
    #191b20;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.close-button {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.login-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #34e0d1, #f13fb2);
}

.login-modal h2 {
  margin: 0;
  text-align: center;
  font-size: 30px;
}

.login-modal p {
  margin: 10px 0 28px;
  color: var(--muted);
  text-align: center;
}

.login-modal label {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  color: #fff;
  font-weight: 800;
}

.login-modal input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 16px;
  outline: 0;
}

.code-row {
  display: grid;
  grid-template-columns: 1fr 128px;
  gap: 10px;
}

.code-row button {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
}

.login-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  border-radius: 16px;
  background: #c33095;
  color: #fff;
  font-weight: 950;
}

.login-modal small {
  display: block;
  margin-top: 18px;
  color: var(--soft);
  text-align: center;
}

@media (max-width: 1280px) {
  body {
    min-width: 1100px;
  }

  .hero-copy h1 {
    font-size: 72px;
  }

  .tool-panel {
    grid-template-columns: 1fr 450px;
  }
}

.vmake-shell {
  min-height: 100vh;
  background: #eef2f7;
  color: #111827;
}

.vmake-promo {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto 24px;
  align-items: center;
  min-height: 48px;
  padding: 0 20px 0 92px;
  background: #3367ff;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.vmake-promo button {
  min-height: 30px;
  padding: 0 18px;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-weight: 900;
}

.vmake-sidebar {
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  z-index: 7;
  display: grid;
  grid-template-rows: 70px repeat(5, 52px) 1fr 52px;
  justify-items: center;
  width: 72px;
  padding-top: 12px;
  background: #fff;
  border-right: 1px solid #e5e7eb;
}

.vmake-logo {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #34e0d1, #2869ff 55%, #f13fb2);
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.side-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: transparent;
  color: #252b36;
}

.side-icon span {
  font-size: 11px;
  font-weight: 950;
}

.side-icon.active {
  background: #eef2f7;
}

.side-icon.bottom {
  align-self: end;
  margin-bottom: 18px;
}

.vmake-main {
  min-height: 100vh;
  padding: 48px 0 0 72px;
}

.vmake-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 28px 0 20px;
}

.more-tools {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-weight: 800;
}

.more-tools svg {
  transform: rotate(90deg);
}

.vmake-top-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vmake-top-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-weight: 850;
}

.vmake-top-actions .upgrade-button {
  color: #315cff;
}

.avatar-button {
  width: 44px;
  padding: 0;
  border-radius: 999px;
}

.vmake-upload-view {
  width: min(1180px, calc(100vw - 160px));
  margin: 90px auto 0;
}

.vmake-title {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.vmake-title h1 {
  margin: 0;
  color: #111827;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}

.vmake-title p {
  max-width: 790px;
  margin: 18px auto 0;
  color: #6b7280;
  font-size: 21px;
  line-height: 1.45;
}

.vmake-upload-grid {
  display: grid;
  grid-template-columns: 420px minmax(520px, 1fr);
  gap: 40px;
  align-items: center;
}

.vmake-before-card {
  overflow: hidden;
  width: 420px;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  background: #fff;
}

.light-compare-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 34%, rgba(51, 103, 255, 0.16), transparent 18%),
    linear-gradient(135deg, #d7e0ef, #f8fafc);
}

.light-face {
  position: absolute;
  inset: 42px 68px 58px;
  border-radius: 46% 46% 34% 34%;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.16) 0 49%, rgba(255, 255, 255, 0.34) 50% 100%),
    #c7d2e5;
}

.light-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.light-before,
.light-after {
  position: absolute;
  bottom: 104px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.light-before {
  left: 128px;
}

.light-after {
  right: 128px;
}

.vmake-upload-card {
  display: grid;
  justify-items: center;
  padding: 16px;
  border-radius: 24px;
  background: #fff;
}

.drop-zone {
  display: grid;
  width: 100%;
  min-height: 386px;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 2px dashed #cbd5e1;
  border-radius: 18px;
  background: #fff;
  color: #111827;
  font-size: 16px;
}

.upload-primary,
.upload-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(280px, 70%);
  min-height: 64px;
  margin-top: -310px;
  border-radius: 8px;
  background: #20242c;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.upload-secondary {
  margin-top: 10px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #111827;
}

.sample-strip {
  margin-top: 38px;
  color: #6b7280;
  font-size: 14px;
  text-align: center;
}

.sample-strip div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.sample-strip button {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.85) 49% 51%, transparent 52%),
    linear-gradient(135deg, #dbeafe, #fce7f3);
}

.vmake-editor-view {
  display: grid;
  grid-template-columns: minmax(640px, 1fr) 334px;
  width: min(1150px, calc(100vw - 160px));
  min-height: 600px;
  margin: 72px auto 0;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
}

.editor-stage {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-right: 1px solid #e5e7eb;
}

.editor-preview {
  position: relative;
  overflow: hidden;
  min-height: 484px;
  border-radius: 8px;
  background: #111827;
}

.editor-placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, transparent 0 48.5%, rgba(255, 255, 255, 0.18) 49.5% 50.5%, transparent 51.5%),
    repeating-linear-gradient(0deg, #dbeafe 0 42px, #bfdbfe 42px 84px);
}

.processing-overlay,
.done-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background: rgba(17, 24, 39, 0.58);
  color: #fff;
  text-align: center;
}

.processing-overlay strong,
.done-overlay strong {
  font-size: 17px;
}

.processing-overlay span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.spinner {
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0.34);
  border-top-color: #fff;
  border-radius: 999px;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.editor-controls {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.editor-controls button {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: #f8fafc;
  color: #111827;
}

.timeline {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e7eb;
}

.timeline span {
  display: block;
  height: 100%;
  background: #3367ff;
}

.retention-note {
  margin: 0;
  color: #6b7280;
  text-align: center;
}

.editor-panel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 18px;
  background: #fff;
}

.file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #64748b;
  font-size: 13px;
}

.file-row button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #e2e8f0;
  color: #64748b;
}

.setting-block {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.setting-block h3 {
  margin: 0;
  font-size: 16px;
}

.setting-block > span {
  color: #64748b;
  font-size: 13px;
}

.model-grid,
.resolution-row,
.scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.model-grid button {
  display: grid;
  width: 80px;
  height: 76px;
  place-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #64748b;
}

.resolution-row button,
.scene-tags button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #64748b;
}

.model-grid button.selected,
.resolution-row button.selected,
.scene-tags button.selected {
  border-color: #3367ff;
  color: #1d4ed8;
  background: #eff6ff;
}

.editor-process-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  margin-top: 2px;
  border-radius: 8px;
  background: #8395ff;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.editor-process-button:disabled {
  cursor: wait;
  opacity: 0.78;
}

/* Product page visual alignment overrides */
.vmake-shell {
  background:
    radial-gradient(circle at 14% 0%, rgba(51, 103, 255, 0.16), transparent 28%),
    var(--color-page-bg);
  color: var(--color-text-dark);
}

.vmake-promo {
  min-height: 44px;
  padding-left: 76px;
  background: var(--color-primary);
  font-size: 13px;
}

.vmake-promo button {
  min-height: var(--button-height-sm);
  border-radius: var(--radius-sm);
  font-size: 13px;
}

.vmake-sidebar {
  top: 44px;
  grid-template-rows: 64px repeat(5, 48px) 1fr 48px;
  width: 64px;
  background: var(--color-navy-900);
  border-right-color: rgba(255, 255, 255, 0.08);
}

.vmake-logo {
  width: 36px;
  height: 36px;
}

.side-icon {
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.74);
}

.side-icon.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.vmake-main {
  padding: 44px 0 0 64px;
}

.vmake-topbar {
  min-height: 64px;
  padding: 0 24px;
}

.more-tools,
.vmake-top-actions button {
  min-height: var(--button-height-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
}

.vmake-top-actions .upgrade-button {
  color: #dce6ff;
}

.avatar-button {
  width: 40px;
}

.vmake-upload-view {
  width: min(1120px, calc(100vw - 154px));
  margin-top: 58px;
  padding: 34px 38px 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(247, 249, 252, 0.96);
  box-shadow: var(--shadow-panel);
}

.vmake-title {
  margin-bottom: 34px;
}

.vmake-title h1 {
  font-size: 38px;
}

.vmake-title p {
  max-width: 680px;
  margin-top: 12px;
  font-size: 18px;
}

.vmake-upload-grid {
  grid-template-columns: 360px minmax(480px, 1fr);
  gap: 34px;
}

.vmake-before-card {
  width: 360px;
  border-radius: 14px;
}

.vmake-upload-card {
  padding: 14px;
  border-radius: 20px;
}

.drop-zone {
  min-height: 320px;
  border-radius: 16px;
}

.upload-primary,
.upload-secondary {
  width: 248px;
  min-height: 52px;
  margin-top: -252px;
  border-radius: var(--radius-sm);
  font-size: 16px;
}

.upload-secondary {
  margin-top: 10px;
}

.sample-strip {
  margin-top: 30px;
}

.sample-strip button {
  width: 48px;
  height: 48px;
}

.vmake-editor-view {
  grid-template-columns: minmax(620px, 1fr) 318px;
  width: min(1120px, calc(100vw - 154px));
  min-height: 574px;
  margin-top: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: var(--shadow-panel);
}

.editor-stage {
  padding: 20px;
}

.editor-preview {
  min-height: 444px;
}

.editor-panel {
  padding: 20px 16px;
}

.setting-block {
  padding: 14px;
}

.model-grid button {
  width: 76px;
  height: 70px;
}

.resolution-row button,
.scene-tags button {
  min-height: 38px;
  padding: 0 16px;
}

.editor-process-button {
  min-height: 52px;
  font-size: 16px;
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-page-bg), 0 0 0 4px var(--color-ring);
}

.sidebar-spacer {
  width: 1px;
  height: 42px;
}

.vmake-logo {
  display: none;
}

.vmake-upload-card {
  position: relative;
  display: grid;
  gap: 16px;
  justify-items: stretch;
  padding: 16px;
  border: 1px solid #e4eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.drop-zone {
  position: relative;
  display: flex;
  min-height: 300px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 34px;
  border: 1.5px dashed #b8c4d5;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 22%, rgba(51, 103, 255, 0.09), transparent 34%),
    #f8fafc;
  color: #111827;
  text-align: center;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.drop-zone::before {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: radial-gradient(circle at 50% 8%, rgba(51, 103, 255, 0.18), transparent 42%);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.drop-zone > * {
  position: relative;
  z-index: 1;
}

.drop-zone:hover {
  border-color: #3367ff;
  background-color: #f5f8ff;
  box-shadow: inset 0 0 0 1px rgba(51, 103, 255, 0.12);
  transform: translateY(-1px);
}

.drop-zone:hover::before {
  opacity: 1;
}

.drop-zone strong {
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
}

.drop-zone span:not(.drop-icon):not(.upload-primary) {
  color: #475569;
  font-size: 15px;
  line-height: 1.45;
}

.drop-zone em {
  max-width: 360px;
  color: #718096;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.upload-primary {
  display: inline-flex;
  width: auto;
  min-width: 148px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0 26px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.2);
}

.drop-zone:hover .upload-primary {
  background: #0b1220;
}

.upload-secondary {
  display: inline-flex;
  width: max-content;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin-top: 0;
  padding: 0 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #7b8798;
  font-size: 13px;
  font-weight: 750;
  box-shadow: none;
}

.upload-secondary:disabled {
  cursor: not-allowed;
  opacity: 1;
}

.sample-strip {
  margin-top: 2px;
  color: #667085;
  font-size: 13px;
}

.sample-strip div {
  gap: 8px;
  margin-top: 12px;
}

.sample-strip button {
  width: 46px;
  height: 46px;
  border: 1px solid #e4eaf2;
  border-radius: 10px;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.sample-strip button:hover {
  border-color: #3367ff;
  box-shadow: 0 8px 18px rgba(51, 103, 255, 0.12);
  transform: translateY(-1px);
}

.tech-card h3,
.review-card h3 {
  margin-top: 0;
}

.light-before {
  left: 48px;
}

.light-after {
  right: 48px;
}

/* Refined logged-in product shell */
.vmake-shell {
  background:
    radial-gradient(circle at 28% 18%, rgba(51, 103, 255, 0.15), transparent 32%),
    linear-gradient(135deg, #080b12 0%, #0b1020 42%, #07090d 100%);
}

.vmake-promo {
  display: flex;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 24px 0 88px;
  background: #285df6;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.vmake-promo span {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.vmake-promo button {
  min-height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.vmake-sidebar {
  grid-template-rows: 62px repeat(5, 48px) 1fr;
  background: #0a0f18;
}

.side-icon {
  position: relative;
  width: 42px;
  height: 42px;
  color: rgba(238, 244, 255, 0.76);
}

.side-icon:hover,
.side-icon.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.side-points {
  font-size: 13px;
  font-weight: 950;
}

.side-points::after {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #33d7c8;
  content: "";
}

.vmake-main {
  padding-top: 44px;
}

.vmake-upload-view {
  width: min(1120px, calc(100vw - 154px));
  margin-top: 82px;
  padding: 36px 38px 42px;
  border: 1px solid rgba(165, 180, 252, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(22, 31, 48, 0.94), rgba(15, 23, 42, 0.9));
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.28);
}

.vmake-title h1 {
  color: #f8fafc;
}

.vmake-title p {
  color: rgba(226, 232, 240, 0.72);
}

.vmake-before-card {
  background: #121b2b;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.light-compare-placeholder {
  background:
    radial-gradient(circle at 48% 34%, rgba(51, 103, 255, 0.18), transparent 18%),
    linear-gradient(135deg, #202b3d, #111827);
}

.light-face {
  background:
    linear-gradient(90deg, rgba(148, 163, 184, 0.42) 0 49%, rgba(226, 232, 240, 0.18) 50% 100%),
    #253245;
}

.vmake-upload-card {
  border-color: rgba(148, 163, 184, 0.18);
  background: #121b2b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.drop-zone {
  border-color: rgba(148, 163, 184, 0.44);
  background:
    radial-gradient(circle at 50% 18%, rgba(51, 103, 255, 0.14), transparent 36%),
    #0f1726;
}

.drop-zone:hover {
  border-color: rgba(95, 129, 255, 0.85);
  background-color: #111c2d;
}

.drop-zone strong {
  color: #f8fafc;
}

.drop-zone span:not(.drop-icon):not(.upload-primary) {
  color: rgba(226, 232, 240, 0.76);
}

.drop-zone em {
  color: rgba(203, 213, 225, 0.64);
}

.upload-primary {
  background: #f8fafc;
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.drop-zone:hover .upload-primary {
  background: #fff;
}

.upload-secondary {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.62);
}

.sample-strip {
  color: rgba(226, 232, 240, 0.7);
}

.sample-strip button {
  border-color: rgba(148, 163, 184, 0.18);
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.26) 49% 51%, transparent 52%),
    linear-gradient(135deg, #253245, #1d2638);
}

.support-modal,
.points-modal {
  position: relative;
  width: 420px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #151b27;
  color: #fff;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.support-modal h2,
.points-modal h2 {
  margin: 0;
  padding-right: 38px;
  font-size: 24px;
  line-height: 1.25;
}

.support-modal p,
.points-modal p {
  margin: 10px 0 22px;
  color: rgba(226, 232, 240, 0.74);
  line-height: 1.55;
}

.support-modal small {
  display: block;
  margin-top: 18px;
  color: rgba(226, 232, 240, 0.58);
  line-height: 1.5;
}

.qr-placeholder {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  padding: 8px;
  border: 10px solid #fff;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.qr-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: contain;
}

.points-records {
  display: grid;
  gap: 10px;
}

.points-records div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.points-records span {
  color: rgba(226, 232, 240, 0.78);
}

.points-records strong {
  color: #fff;
}

/* Unified uploaded/editor state */
.vmake-editor-view {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  width: min(1120px, calc(100vw - 154px));
  min-height: 580px;
  margin: 82px auto 0;
  overflow: visible;
  padding: 22px;
  border: 1px solid rgba(165, 180, 252, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(22, 31, 48, 0.94), rgba(15, 23, 42, 0.9));
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.28);
}

.editor-stage {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 0;
  border-right: 0;
}

.editor-preview {
  min-height: 446px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  background: #0f1726;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.editor-placeholder {
  background:
    radial-gradient(circle at 50% 34%, rgba(51, 103, 255, 0.12), transparent 28%),
    linear-gradient(135deg, transparent 0 48.5%, rgba(255, 255, 255, 0.08) 49.5% 50.5%, transparent 51.5%),
    repeating-linear-gradient(0deg, #172235 0 42px, #132033 42px 84px);
}

.editor-controls {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  padding: 0 2px;
}

.editor-controls button {
  min-height: 34px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.9);
}

.timeline {
  height: 6px;
  background: rgba(148, 163, 184, 0.2);
}

.timeline span {
  background: #f8fafc;
}

.retention-note {
  color: rgba(226, 232, 240, 0.56);
  font-size: 13px;
}

.editor-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 0;
  background: transparent;
}

.file-row {
  min-height: 42px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  color: rgba(226, 232, 240, 0.78);
  font-size: 13px;
}

.file-row button {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(226, 232, 240, 0.8);
}

.setting-block {
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 14px;
  background: #121b2b;
}

.setting-block h3 {
  color: #f8fafc;
  font-size: 15px;
  line-height: 1.2;
}

.setting-block > span {
  color: rgba(226, 232, 240, 0.58);
  font-size: 12px;
}

.model-grid,
.resolution-row,
.scene-tags {
  gap: 8px;
}

.model-grid button {
  width: 78px;
  height: 64px;
  border-color: rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 232, 240, 0.72);
}

.resolution-row button,
.scene-tags button {
  min-height: 36px;
  padding: 0 14px;
  border-color: rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 232, 240, 0.72);
}

.model-grid button.selected,
.resolution-row button.selected,
.scene-tags button.selected {
  border-color: rgba(248, 250, 252, 0.72);
  background: rgba(248, 250, 252, 0.1);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(248, 250, 252, 0.08);
}

.editor-process-button {
  min-height: 48px;
  margin-top: 0;
  border-radius: 12px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.editor-process-button:disabled {
  background: rgba(248, 250, 252, 0.72);
  color: #0f172a;
}

/* Points detail modal */
.points-modal {
  width: 668px;
  max-width: calc(100vw - 48px);
  min-height: 708px;
  padding: 26px 51px 16px;
  border: 0;
  border-radius: 0;
  background: #22262b;
  color: #e9eef5;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.42);
}

.points-modal .close-button {
  top: 18px;
  right: 56px;
  width: 32px;
  height: 32px;
  background: transparent;
  color: #e9eef5;
}

.points-modal h2 {
  margin: 0;
  padding-right: 56px;
  color: #f8fafc;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.points-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 38px;
  margin-bottom: 40px;
}

.points-summary div {
  display: grid;
  gap: 6px;
}

.points-summary span {
  color: rgba(203, 213, 225, 0.68);
  font-size: 13px;
}

.points-summary strong {
  color: #f8fafc;
  font-size: 18px;
  font-weight: 850;
}

.points-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  min-height: 36px;
  margin-bottom: 32px;
  border-radius: 7px;
  background: #343a43;
}

.points-tabs button {
  position: relative;
  background: transparent;
  color: rgba(226, 232, 240, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.points-tabs button + button::before {
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 0;
  width: 1px;
  background: rgba(148, 163, 184, 0.18);
  content: "";
}

.points-tabs button.active {
  color: #fff;
}

.points-records {
  display: grid;
  gap: 24px;
}

.points-record {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.points-record span {
  display: grid;
  gap: 4px;
}

.points-record span strong {
  color: #f8fafc;
  font-size: 15px;
  font-weight: 750;
}

.points-record em {
  color: rgba(148, 163, 184, 0.72);
  font-size: 13px;
  font-style: normal;
}

.points-record b {
  color: #f8fafc;
  font-size: 17px;
  font-weight: 850;
}

.points-record b.gain {
  color: #09d5ed;
}

.points-record b.cost {
  color: #f1f5f9;
}

.points-record b.income {
  color: #30d9c8;
}

.points-record b.expense {
  color: #f1f5f9;
}

.points-record b.freeze {
  color: #78a8ff;
}

.points-record b.refund {
  color: #7ee5b7;
}

.points-record b.expire {
  color: #f2b36b;
}

.points-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 26px 0 0;
  color: rgba(148, 163, 184, 0.76);
  font-size: 12px;
}

.points-footer button {
  padding: 0;
  background: transparent;
  color: rgba(203, 213, 225, 0.8);
  text-decoration: underline;
}

/* Profile modal */
.profile-modal {
  position: relative;
  width: 360px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #22262b;
  color: #f8fafc;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.profile-modal .close-button {
  top: 18px;
  right: 18px;
  background: transparent;
  color: #e9eef5;
}

.profile-modal h2 {
  margin: 0 38px 22px 0;
  font-size: 20px;
  line-height: 1.2;
}

.profile-info {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.profile-info div {
  display: grid;
  gap: 7px;
  padding: 16px;
}

.profile-info div + div {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.profile-info span {
  color: rgba(203, 213, 225, 0.66);
  font-size: 13px;
}

.profile-info strong {
  color: #f8fafc;
  font-size: 16px;
  line-height: 1.35;
}

.profile-id-row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0;
}

.profile-id-row button {
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  color: rgba(125, 211, 252, 0.95);
  font-size: 14px;
  font-weight: 850;
}

.profile-id-row button:hover {
  color: #bae6fd;
}

.logout-button {
  width: 100%;
  min-height: 46px;
  margin-top: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(248, 113, 113, 0.9);
  font-size: 15px;
  font-weight: 850;
}

.logout-button:hover {
  border-color: rgba(248, 113, 113, 0.26);
  background: rgba(248, 113, 113, 0.06);
  color: #fecaca;
}

/* Landing page scale and hierarchy pass */
.landing-header,
.hitpaw-hero,
.landing-section {
  width: min(1360px, calc(100vw - 160px));
}

.landing-header {
  min-height: 76px;
}

.nav {
  min-height: 76px;
}

.brand strong {
  font-size: 21px;
}

.brand em {
  font-size: 10px;
}

.nav-links {
  gap: 48px;
  font-size: 14px;
}

.primary-nav {
  min-height: 40px;
  padding: 0 23px;
  font-size: 14px;
}

.hitpaw-hero {
  grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1fr);
  gap: 58px;
  min-height: 610px;
  padding: 42px 0 72px;
}

.hitpaw-copy {
  max-width: 560px;
}

.hero-kicker {
  margin-bottom: 18px;
  padding: 7px 13px;
  font-size: 13px;
}

.hitpaw-copy h1 {
  max-width: 560px;
  font-size: 58px;
  line-height: 1.08;
}

.hero-subtitle {
  margin-top: 18px;
  font-size: 26px;
}

.hero-desc {
  max-width: 560px;
  margin-top: 14px;
  font-size: 17px;
}

.hero-primary {
  min-height: 46px;
  margin-top: 28px;
  padding: 0 22px;
  font-size: 15px;
}

.hero-compare-panel {
  min-height: 390px;
  border-radius: 20px;
}

.wire-grid {
  inset: 28px;
  border-radius: 18px;
}

.wire-slider {
  top: 28px;
  bottom: 28px;
}

.wire-handle {
  width: 42px;
  height: 42px;
}

.wire-before,
.wire-after {
  top: 48px;
  padding: 7px 11px;
  font-size: 12px;
}

.landing-section {
  padding: 70px 0 74px;
}

.landing-section h2 {
  max-width: 760px;
  font-size: 34px;
  line-height: 1.22;
}

.landing-section > p {
  max-width: 620px;
  margin-top: 12px;
  font-size: 15px;
}

.tech-grid,
.scene-grid,
.review-grid {
  gap: 14px;
  margin-top: 30px;
}

.tech-card,
.scene-card,
.review-card {
  min-height: 160px;
  padding: 22px 20px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
}

.tech-card h3,
.scene-card h3,
.review-card h3 {
  margin: 0 0 9px;
  font-size: 18px;
}

.tech-card p,
.scene-card p,
.review-card p {
  font-size: 14px;
  line-height: 1.55;
}

.scene-media {
  height: 112px;
  margin-bottom: 16px;
  border-radius: 12px;
}

.section-cta {
  min-height: 42px;
  margin-top: 28px;
  padding: 0 22px;
  font-size: 14px;
}

.editor-controls > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.9);
}

.assets-modal {
  position: relative;
  width: 420px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #22262b;
  color: #f8fafc;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.assets-modal .close-button {
  top: 18px;
  right: 18px;
  background: transparent;
  color: #e9eef5;
}

.assets-modal h2 {
  margin: 0 38px 8px 0;
  font-size: 20px;
}

.assets-modal p {
  margin: 0 0 18px;
  color: rgba(203, 213, 225, 0.68);
  font-size: 14px;
}

.asset-list {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.asset-list div {
  display: grid;
  gap: 6px;
  padding: 15px 16px;
}

.asset-list div + div {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.asset-list strong {
  color: #f8fafc;
  font-size: 15px;
}

.asset-list span {
  color: rgba(203, 213, 225, 0.68);
  font-size: 13px;
}

/* Landing reference structure pass */
.landing-page {
  overflow: hidden;
  background: #f7f8fb;
}

.landing-page .landing-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 100%;
  transform: translateX(-50%);
  background: rgba(7, 9, 13, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.landing-page .landing-header .nav {
  width: min(1500px, calc(100vw - 160px));
  margin: 0 auto;
}

.landing-page .hitpaw-hero {
  width: 100%;
  min-height: 760px;
  margin: 0;
  padding: 138px max(80px, calc((100vw - 1500px) / 2 + 80px)) 86px;
  grid-template-columns: minmax(460px, 600px) minmax(620px, 1fr);
  gap: 72px;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.98) 0%, rgba(5, 7, 12, 0.9) 33%, rgba(5, 7, 12, 0.35) 57%, rgba(5, 7, 12, 0.08) 100%),
    linear-gradient(135deg, #090c13 0%, #131b2a 48%, #26324a 100%);
}

.landing-page .hitpaw-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.landing-page .hero-kicker {
  margin-bottom: 22px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.landing-page .hitpaw-copy h1 {
  max-width: 620px;
  font-size: 50px;
  line-height: 1.12;
}

.landing-page .hero-desc {
  max-width: 590px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hero-bullets {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-bullets li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 13px;
  align-items: start;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
}

.hero-bullets svg {
  margin-top: 3px;
  color: #fff;
}

.hero-bullets strong {
  margin-right: 8px;
  color: #fff;
  font-weight: 900;
}

.landing-page .hero-primary {
  min-height: 56px;
  margin-top: 34px;
  padding: 0 30px;
  background: #5b55f4;
  color: #fff;
  font-size: 18px;
}

.landing-page .hero-compare-panel {
  align-self: stretch;
  min-height: 560px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(9, 12, 19, 0.88) 0 50%, rgba(255, 255, 255, 0.2) 50% 100%),
    repeating-linear-gradient(0deg, #182131 0 42px, #202b3e 42px 84px);
  box-shadow: none;
}

.landing-page .hero-compare-panel::before,
.landing-page .hero-compare-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.landing-page .hero-compare-panel::before {
  right: 50%;
  background:
    radial-gradient(circle at 42% 35%, rgba(54, 224, 209, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 56%);
  filter: blur(1.8px);
}

.landing-page .hero-compare-panel::after {
  left: 50%;
  background:
    radial-gradient(circle at 58% 36%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 58%);
}

.landing-page .wire-grid {
  inset: 0;
  border: 0;
  border-radius: 0;
  opacity: 0.72;
}

.landing-page .wire-before,
.landing-page .wire-after {
  z-index: 2;
  top: 42px;
}

.landing-page .wire-slider {
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.92);
}

.landing-page .wire-handle {
  z-index: 4;
  width: 42px;
  height: 42px;
}

.landing-page .landing-section {
  width: min(1500px, calc(100vw - 160px));
  color: #07090d;
}

.landing-showcase {
  padding: 82px 0 58px;
}

.landing-showcase h2 {
  max-width: 940px;
  color: #05070b;
  font-size: 44px;
}

.landing-tabbar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 46px auto 48px;
  padding: 8px;
  border-radius: 999px;
  background: #eceafa;
}

.landing-tabbar button {
  min-height: 48px;
  border-radius: 999px;
  background: transparent;
  color: #0f172a;
  font-size: 15px;
  font-weight: 850;
}

.landing-tabbar button.active {
  background: #5b55f4;
  color: #fff;
}

.compare-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto;
}

.compare-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: #101722;
}

.compare-placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.16) 49.5% 50.5%, transparent 51%),
    repeating-linear-gradient(0deg, #141d2c 0 42px, #1b2638 42px 84px);
}

.compare-card.before .compare-placeholder {
  filter: blur(3px) saturate(0.8);
  opacity: 0.74;
}

.compare-card.after .compare-placeholder {
  filter: saturate(1.12) contrast(1.08);
}

.compare-card span {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: #fff;
  font-size: 34px;
  font-style: italic;
  font-weight: 950;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.landing-showcase h3 {
  margin: 30px auto 0;
  color: #090b10;
  font-size: 22px;
  line-height: 1.3;
}

.landing-showcase > p {
  max-width: 760px;
  color: #475569;
  font-size: 16px;
}

.landing-page .section-alt {
  width: 100%;
  max-width: none;
  padding: 86px max(80px, calc((100vw - 1500px) / 2 + 80px));
  border: 0;
  background: #fff;
}

.landing-page .section-alt h2 {
  color: #05070b;
}

.scene-feature-section > p {
  max-width: 760px;
  color: #475569;
  font-size: 17px;
}

.scene-feature-layout {
  display: grid;
  grid-template-columns: minmax(620px, 1.05fr) minmax(360px, 0.62fr);
  gap: 44px;
  align-items: stretch;
  max-width: 1500px;
  margin: 48px auto 0;
  text-align: left;
}

.scene-feature-media {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.16);
}

.scene-feature-placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 34% 30%, rgba(51, 215, 200, 0.18), transparent 22%),
    linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.2) 49.5% 50.5%, transparent 51%),
    repeating-linear-gradient(0deg, #142033 0 52px, #1c2a40 52px 104px);
}

.scene-feature-media span {
  position: absolute;
  right: 28px;
  bottom: 24px;
  color: #fff;
  font-size: 34px;
  font-style: italic;
  font-weight: 950;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.scene-feature-list {
  display: grid;
  gap: 14px;
}

.scene-feature-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 22px 22px 20px;
  border: 1px solid #e4e9f2;
  border-radius: 20px;
  background: #f8fafc;
}

.scene-feature-list article.active {
  border-color: rgba(91, 85, 244, 0.42);
  background: #f1f0ff;
}

.scene-feature-list em {
  color: rgba(91, 85, 244, 0.92);
  font-size: 18px;
  font-style: normal;
  font-weight: 950;
}

.scene-feature-list h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.3;
}

.scene-feature-list p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
}

.standout-section {
  padding: 88px 0 76px;
}

.standout-section h2 {
  color: #05070b;
}

.standout-section > p {
  color: #475569;
}

.standout-list {
  display: grid;
  gap: 58px;
  margin-top: 54px;
}

.standout-list article {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(420px, 0.72fr);
  gap: 56px;
  align-items: center;
  text-align: left;
}

.standout-list article.reverse {
  grid-template-columns: minmax(420px, 0.72fr) minmax(560px, 1fr);
}

.standout-list article.reverse .standout-media {
  order: 2;
}

.standout-media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.standout-copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #f0efff;
  color: #5b55f4;
  font-weight: 950;
}

.standout-copy h3 {
  margin: 22px 0 14px;
  color: #07090d;
  font-size: 34px;
  line-height: 1.25;
}

.standout-copy p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.standout-copy button {
  min-height: 44px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 999px;
  background: #5b55f4;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.flow-section {
  width: 100%;
  max-width: none;
  padding: 82px max(80px, calc((100vw - 1500px) / 2 + 80px));
  background: #fff;
}

.flow-section h2 {
  color: #05070b;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1500px;
  margin: 42px auto 0;
  text-align: left;
}

.flow-grid article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid #e4e9f2;
  border-radius: 24px;
  background: #f8fafc;
}

.flow-grid strong {
  color: #5b55f4;
  font-size: 28px;
}

.flow-grid h3 {
  margin: 22px 0 10px;
  color: #0f172a;
  font-size: 22px;
}

.flow-grid p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

.landing-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 74px 0 96px;
  text-align: left;
}

.landing-final h2 {
  margin: 0;
  color: #05070b;
  text-align: left;
}

.landing-final p {
  margin-right: 0;
  margin-left: 0;
  color: #475569;
  text-align: left;
}

.landing-final .section-cta {
  flex: 0 0 auto;
  margin-top: 0;
  background: #5b55f4;
  color: #fff;
}

/* Landing alignment correction */
.landing-page .landing-showcase,
.landing-page .standout-section {
  width: min(1200px, calc(100vw - 160px));
}

.landing-page .landing-showcase {
  padding-top: 76px;
  padding-bottom: 72px;
}

.landing-page .landing-showcase h2,
.landing-page .scene-feature-section h2,
.landing-page .standout-section h2,
.landing-page .flow-section h2 {
  max-width: 860px;
  font-size: 36px;
  line-height: 1.24;
}

.landing-page .landing-tabbar {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 40px;
}

.landing-page .compare-showcase {
  width: 100%;
  gap: 22px;
}

.landing-page .compare-card {
  border-radius: 22px;
}

.landing-page .scene-feature-section,
.landing-page .flow-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: 0;
  padding-left: 0;
}

.landing-page .scene-feature-section > h2,
.landing-page .scene-feature-section > p,
.landing-page .flow-section > h2,
.landing-page .flow-grid,
.landing-page .scene-feature-layout {
  width: min(1200px, calc(100vw - 160px));
}

.landing-page .scene-feature-section > h2,
.landing-page .scene-feature-section > p,
.landing-page .flow-section > h2 {
  margin-right: auto;
  margin-left: auto;
}

.landing-page .scene-feature-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.72fr);
  gap: 36px;
}

.landing-page .scene-feature-media {
  min-height: 430px;
  border-radius: 22px;
}

.landing-page .scene-feature-list {
  gap: 12px;
}

.landing-page .scene-feature-list article {
  min-height: 72px;
  padding: 18px 18px 18px 20px;
  border-radius: 16px;
}

.landing-page .scene-feature-list h3 {
  font-size: 17px;
}

.landing-page .scene-feature-list p {
  font-size: 13px;
}

.landing-page .standout-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.landing-page .standout-list {
  gap: 48px;
  margin-top: 44px;
}

.landing-page .standout-list article,
.landing-page .standout-list article.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 48px;
}

.landing-page .standout-list article.reverse .standout-media {
  order: initial;
}

.landing-page .standout-copy h3 {
  font-size: 30px;
}

.landing-page .standout-copy p {
  font-size: 16px;
  line-height: 1.7;
}

.landing-page .flow-section {
  padding-top: 78px;
  padding-bottom: 84px;
  background: #fff;
}

.landing-page .flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-right: auto;
  margin-left: auto;
}

.landing-page .flow-grid article {
  min-height: 188px;
  padding: 28px 30px;
  border-radius: 20px;
}

.landing-page .flow-grid h3 {
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.35;
}

.landing-page .flow-grid p {
  max-width: 28em;
  font-size: 15px;
  line-height: 1.7;
}

.landing-page .landing-final {
  width: min(1200px, calc(100vw - 160px));
  padding-top: 72px;
  padding-bottom: 88px;
}

.assets-modal {
  width: 760px;
  max-width: calc(100vw - 64px);
  max-height: min(760px, calc(100vh - 72px));
  overflow: auto;
  padding: 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 10%, rgba(45, 212, 191, 0.16), transparent 36%),
    linear-gradient(135deg, #182b35, #1a2030 58%, #20182a);
}

.modal-kicker {
  display: block;
  margin-bottom: 8px;
  color: #67e8f9;
  font-size: 13px;
  font-weight: 850;
}

.assets-modal h2 {
  margin: 0 52px 20px 0;
  color: #f8fafc;
  font-size: 24px;
  line-height: 1.2;
}

.asset-filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.asset-filters span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(226, 232, 240, 0.72);
  font-size: 13px;
  font-weight: 750;
}

.asset-filters span:first-child {
  border-color: rgba(34, 211, 238, 0.72);
  background: rgba(34, 211, 238, 0.14);
  color: #e0faff;
}

.asset-card-grid {
  display: grid;
  gap: 12px;
}

.asset-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(244, 114, 182, 0.06)),
    rgba(15, 23, 42, 0.56);
}

.asset-thumb {
  position: relative;
  overflow: hidden;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 9px;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.24) 49% 51%, transparent 52%),
    linear-gradient(135deg, #253245, #1d2638);
}

.asset-thumb::before {
  position: absolute;
  inset: 12px 16px;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  content: "";
}

.asset-thumb span {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.74);
  color: #e0faff;
  font-size: 10px;
  font-weight: 900;
}

.thumb-1 {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.22) 49% 51%, transparent 52%),
    linear-gradient(135deg, #3b8fa0, #7c3aed);
}

.thumb-2 {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.18) 49% 51%, transparent 52%),
    linear-gradient(135deg, #102a43, #6d7d57);
}

.thumb-3 {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.18) 49% 51%, transparent 52%),
    linear-gradient(135deg, #1f3a5f, #2d6a4f);
}

.thumb-4 {
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, 0.16) 49% 51%, transparent 52%),
    linear-gradient(135deg, #3f1d2b, #1f2937);
}

.asset-card-body {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.asset-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.asset-card h3 {
  overflow: hidden;
  margin: 2px 0 0;
  color: #f8fafc;
  font-size: 17px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.asset-status {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.asset-status.running {
  border: 1px solid rgba(251, 191, 36, 0.38);
  background: rgba(251, 191, 36, 0.12);
  color: #facc15;
}

.asset-status.done {
  border: 1px solid rgba(52, 211, 153, 0.38);
  background: rgba(52, 211, 153, 0.12);
  color: #6ee7b7;
}

.asset-status.failed {
  border: 1px solid rgba(248, 113, 113, 0.38);
  background: rgba(248, 113, 113, 0.1);
  color: #fca5a5;
}

.asset-meta {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.6fr 0.9fr;
  gap: 8px;
  margin: 0;
}

.asset-meta div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.asset-meta dt {
  color: rgba(203, 213, 225, 0.56);
  font-size: 12px;
}

.asset-meta dd {
  overflow: hidden;
  margin: 0;
  color: rgba(226, 232, 240, 0.88);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.asset-detail-button {
  min-height: 40px;
  border-radius: 9px;
  background: linear-gradient(90deg, #28d6f4, #ec4fd2);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.asset-detail-modal {
  position: relative;
  width: 620px;
  max-width: calc(100vw - 64px);
  padding: 28px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 70% 100%, rgba(236, 72, 153, 0.16), transparent 42%),
    linear-gradient(135deg, #172f3a, #1c2030 60%, #23162a);
  color: #f8fafc;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
}

.asset-detail-modal .close-button {
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(203, 213, 225, 0.24);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
}

.asset-detail-modal h2 {
  margin: 0 58px 18px 0;
  font-size: 24px;
  line-height: 1.2;
}

.asset-detail-list {
  display: grid;
  gap: 12px;
}

.asset-detail-list div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 56px;
  padding: 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
}

.asset-detail-list span {
  color: rgba(203, 213, 225, 0.64);
  font-size: 13px;
}

.asset-detail-list strong,
.asset-detail-list a {
  overflow-wrap: anywhere;
  color: #f8fafc;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.asset-detail-list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.download-result-button {
  display: block;
  width: 190px;
  min-height: 44px;
  margin: 18px 0 0 auto;
  border-radius: 9px;
  background: linear-gradient(90deg, #28d6f4, #ec4fd2);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.assets-view {
  width: min(1120px, calc(100vw - 154px));
  margin: 82px auto 0;
  padding: 28px;
  border: 1px solid rgba(165, 180, 252, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(51, 103, 255, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(22, 31, 48, 0.94), rgba(15, 23, 42, 0.9));
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.28);
}

.assets-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.assets-head .modal-kicker {
  margin-bottom: 8px;
  color: rgba(125, 211, 252, 0.92);
}

.assets-head h2 {
  margin: 0;
  color: #f8fafc;
  font-size: 28px;
  line-height: 1.18;
}

.assets-view .asset-filters {
  grid-template-columns: repeat(4, minmax(0, 128px));
  justify-content: start;
  margin-bottom: 20px;
}

.assets-view .asset-filters span {
  min-height: 34px;
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(226, 232, 240, 0.7);
}

.assets-view .asset-filters span:first-child {
  border-color: rgba(125, 211, 252, 0.58);
  background: rgba(125, 211, 252, 0.09);
  color: #e0faff;
}

.assets-view .asset-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.assets-view .asset-card {
  display: grid;
  grid-template-columns: none;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border-color: rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: #121b2b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.asset-preview {
  position: relative;
  min-height: 210px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  background:
    linear-gradient(135deg, transparent 0 48.5%, rgba(255, 255, 255, 0.12) 49.5% 50.5%, transparent 51.5%),
    repeating-linear-gradient(0deg, #172235 0 34px, #132033 34px 68px);
}

.asset-preview::before {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(226, 232, 240, 0.16);
  border-radius: 12px;
  content: "";
}

.asset-preview.thumb-1 {
  background:
    linear-gradient(135deg, transparent 0 48.5%, rgba(255, 255, 255, 0.12) 49.5% 50.5%, transparent 51.5%),
    radial-gradient(circle at 28% 28%, rgba(125, 211, 252, 0.16), transparent 30%),
    repeating-linear-gradient(0deg, #172235 0 34px, #132033 34px 68px);
}

.asset-preview.thumb-2 {
  background:
    linear-gradient(135deg, transparent 0 48.5%, rgba(255, 255, 255, 0.12) 49.5% 50.5%, transparent 51.5%),
    radial-gradient(circle at 70% 34%, rgba(52, 211, 153, 0.13), transparent 28%),
    repeating-linear-gradient(0deg, #172235 0 34px, #132033 34px 68px);
}

.asset-preview.thumb-3 {
  background:
    linear-gradient(135deg, transparent 0 48.5%, rgba(255, 255, 255, 0.1) 49.5% 50.5%, transparent 51.5%),
    radial-gradient(circle at 60% 30%, rgba(99, 102, 241, 0.14), transparent 30%),
    repeating-linear-gradient(0deg, #172235 0 34px, #132033 34px 68px);
}

.asset-preview.thumb-4 {
  background:
    linear-gradient(135deg, transparent 0 48.5%, rgba(255, 255, 255, 0.09) 49.5% 50.5%, transparent 51.5%),
    radial-gradient(circle at 40% 34%, rgba(248, 113, 113, 0.1), transparent 30%),
    repeating-linear-gradient(0deg, #172235 0 34px, #132033 34px 68px);
}

.asset-play-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(226, 232, 240, 0.24);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.62);
  cursor: pointer;
}

.asset-play-mark::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid rgba(248, 250, 252, 0.88);
  content: "";
}

.asset-play-mark:hover {
  border-color: rgba(248, 250, 252, 0.42);
  background: rgba(15, 23, 42, 0.78);
}

.asset-preview .asset-status {
  position: absolute;
  top: 14px;
  right: 14px;
}

.assets-view .asset-card-body {
  padding: 16px;
}

.assets-view .asset-card h3 {
  font-size: 17px;
}

.assets-view .asset-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.assets-view .asset-detail-button {
  margin-top: 4px;
  background: #f8fafc;
  color: #0f172a;
}

/* Assets page layout refinement */
.assets-view {
  width: min(1120px, calc(100vw - 154px));
  margin: 72px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.assets-head {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.assets-head h2 {
  font-size: 28px;
}

.assets-view .asset-filters {
  grid-template-columns: repeat(4, 128px);
  gap: 10px;
  margin-bottom: 18px;
}

.assets-view .asset-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.assets-view .asset-card {
  min-height: 0;
  border-color: rgba(148, 163, 184, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(18, 27, 43, 0.96), rgba(15, 23, 38, 0.96));
}

.asset-preview {
  min-height: 190px;
}

.assets-view .asset-card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.assets-view .asset-card h3 {
  margin-top: 0;
}

.assets-view .asset-detail-button {
  width: 100%;
  min-height: 38px;
  margin-top: 0;
  border-radius: 9px;
}

/* Assets page compact left-aligned grid */
.assets-view {
  width: min(1160px, calc(100vw - 116px));
  margin: 56px 0 0 32px;
}

.assets-head {
  margin-bottom: 16px;
}

.assets-head h2 {
  font-size: 26px;
}

.assets-view .asset-filters {
  grid-template-columns: repeat(4, 118px);
  gap: 9px;
  margin-bottom: 16px;
}

.assets-view .asset-filters span {
  min-height: 32px;
  font-size: 12px;
}

.assets-view .asset-card-grid {
  grid-template-columns: repeat(3, minmax(0, 360px));
  align-items: start;
  gap: 14px;
}

.assets-view .asset-card {
  width: 360px;
  border-radius: 13px;
}

.asset-preview {
  min-height: 136px;
  height: 136px;
}

.asset-preview::before {
  inset: 12px;
  border-radius: 10px;
}

.asset-play-mark {
  width: 38px;
  height: 38px;
}

.asset-play-mark::before {
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 10px;
}

.asset-preview .asset-status {
  top: 10px;
  right: 10px;
}

.asset-preview .asset-status.running {
  right: auto;
  left: 10px;
}

.assets-view .asset-card-body {
  min-height: 192px;
  padding: 14px;
}

.assets-view .asset-card h3 {
  font-size: 16px;
}

.assets-view .asset-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.asset-action-slot {
  display: grid;
  min-height: 38px;
  align-items: end;
}

.assets-view .asset-detail-button {
  min-height: 38px;
  font-size: 14px;
}

/* Assets page five-column final sizing */
.assets-view {
  width: calc(100vw - 128px);
  max-width: 1560px;
  margin-left: 32px;
}

.assets-view .asset-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.assets-view .asset-card {
  width: auto;
  min-width: 0;
  border-radius: 12px;
}

.asset-preview {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
}

.asset-preview .asset-status,
.asset-preview .asset-status.running,
.asset-preview .asset-status.done,
.asset-preview .asset-status.failed {
  top: 10px;
  right: auto;
  left: 10px;
}

.assets-view .asset-card-body {
  min-height: 182px;
  padding: 12px;
}

.assets-view .asset-card h3 {
  font-size: 15px;
}

.assets-view .asset-meta {
  gap: 9px 10px;
}

.asset-meta dt {
  font-size: 11px;
}

.asset-meta dd {
  font-size: 12px;
}

.asset-action-slot {
  min-height: 36px;
}

.assets-view .asset-detail-button {
  min-height: 36px;
  font-size: 13px;
}

/* Sidebar IA update */
.vmake-sidebar {
  display: flex;
  width: 64px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background: #0a0f18;
}

.side-logo {
  display: grid;
  width: 38px;
  height: 38px;
  margin-top: 24px;
  place-items: center;
  border-radius: 12px;
  background:
    radial-gradient(circle at 35% 30%, #37e7d8 0 18%, transparent 19%),
    linear-gradient(135deg, #2f6dff, #35d7c7);
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  user-select: none;
}

.side-nav-main,
.side-nav-bottom {
  display: grid;
  width: 100%;
  justify-items: center;
  gap: 8px;
}

.side-nav-main {
  margin-top: 88px;
}

.side-nav-bottom {
  margin-top: auto;
  margin-bottom: 52px;
}

.side-nav-item {
  display: grid;
  width: 54px;
  min-height: 56px;
  place-items: center;
  align-content: center;
  gap: 5px;
  border-radius: 13px;
  background: transparent;
  color: rgba(226, 232, 240, 0.72);
  font-size: 11px;
  font-weight: 750;
}

.side-nav-item svg {
  color: currentColor;
}

.side-nav-item:hover,
.side-nav-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.side-nav-item span {
  line-height: 1;
}

.side-nav-item strong {
  position: relative;
  color: #f8fafc;
  font-size: 13px;
  line-height: 1;
}

.side-points strong::after {
  position: absolute;
  right: -8px;
  bottom: -5px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #33d7c8;
  content: "";
}

.side-points::after {
  display: none;
}

.sidebar-spacer,
.side-icon {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .drop-zone,
  .drop-zone::before,
  .sample-strip button {
    transition: none;
  }

  .drop-zone:hover,
  .sample-strip button:hover {
    transform: none;
  }
}

/* Global visual system polish: black-blue base with magenta accents */
:root {
  --brand-bg: #05070d;
  --brand-bg-2: #080b14;
  --brand-surface: #0d1320;
  --brand-surface-2: #121a2a;
  --brand-surface-3: #182235;
  --brand-line: rgba(163, 177, 204, 0.18);
  --brand-line-strong: rgba(177, 197, 235, 0.26);
  --brand-ink: #f7f9ff;
  --brand-ink-muted: rgba(226, 232, 246, 0.72);
  --brand-ink-soft: rgba(203, 213, 232, 0.56);
  --brand-blue: #4f7dff;
  --brand-blue-2: #6d5cff;
  --brand-pink: #ff4db8;
  --brand-pink-2: #d936a5;
  --brand-cyan: #35dfd0;
  --brand-shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
  --brand-glow: 0 0 0 1px rgba(255, 77, 184, 0.22), 0 20px 70px rgba(79, 125, 255, 0.18);
}

body {
  background: var(--brand-bg);
}

.app,
.landing-page,
.vmake-shell {
  background:
    linear-gradient(120deg, rgba(255, 77, 184, 0.08), transparent 24%),
    linear-gradient(240deg, rgba(79, 125, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #060811 0%, #080c16 42%, #070910 100%);
  color: var(--brand-ink);
}

.landing-page .landing-header {
  background: rgba(5, 7, 13, 0.82);
  border-bottom: 1px solid var(--brand-line);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.brand,
.landing-page .nav-links,
.landing-page .nav-links button {
  color: var(--brand-ink);
}

.brand em {
  color: var(--brand-ink-soft);
}

.landing-page .primary-nav,
.landing-page .hero-primary,
.landing-page .section-cta,
.landing-page .standout-copy button,
.login-submit,
.editor-process-button,
.asset-detail-button,
.vmake-promo button {
  background: linear-gradient(135deg, var(--brand-blue-2), var(--brand-pink));
  color: #fff;
  box-shadow: 0 14px 34px rgba(255, 77, 184, 0.22);
}

.landing-page .primary-nav {
  min-height: 40px;
  box-shadow: 0 12px 28px rgba(255, 77, 184, 0.18);
}

.landing-page .hitpaw-hero {
  background:
    linear-gradient(90deg, rgba(5, 7, 13, 0.98) 0%, rgba(7, 10, 18, 0.88) 44%, rgba(12, 19, 34, 0.74) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #05070d 0%, #0b1220 52%, #111a2e 100%);
}

.landing-page .hero-kicker,
.hero-bullets li {
  border-color: rgba(255, 255, 255, 0.12);
}

.hero-bullets svg {
  color: var(--brand-cyan);
}

.landing-page .hero-compare-panel,
.compare-card,
.scene-feature-media,
.standout-media {
  border: 1px solid var(--brand-line);
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.14) 49.5% 50.5%, transparent 51%),
    repeating-linear-gradient(0deg, #101827 0 42px, #172238 42px 84px);
  box-shadow: var(--brand-shadow);
}

.landing-page .wire-before,
.landing-page .wire-after,
.compare-card span,
.scene-feature-media span {
  color: rgba(255, 255, 255, 0.92);
}

.landing-page .landing-section,
.landing-page .section-alt,
.landing-page .flow-section,
.landing-page .standout-section,
.landing-page .landing-final {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    var(--brand-bg);
  color: var(--brand-ink);
}

.landing-page .landing-showcase h2,
.landing-page .scene-feature-section h2,
.landing-page .standout-section h2,
.landing-page .flow-section h2,
.landing-final h2,
.landing-showcase h3,
.standout-copy h3,
.flow-grid h3 {
  color: var(--brand-ink);
}

.landing-page .landing-showcase > p,
.scene-feature-section > p,
.standout-section > p,
.standout-copy p,
.flow-grid p,
.landing-final p {
  color: var(--brand-ink-muted);
}

.landing-tabbar {
  border: 1px solid var(--brand-line);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.landing-tabbar button {
  color: var(--brand-ink-muted);
}

.landing-tabbar button.active {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-pink));
  color: #fff;
}

.scene-feature-list article,
.flow-grid article {
  border: 1px solid var(--brand-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.scene-feature-list article.active {
  border-color: rgba(255, 77, 184, 0.48);
  background:
    linear-gradient(135deg, rgba(79, 125, 255, 0.15), rgba(255, 77, 184, 0.13)),
    rgba(255, 255, 255, 0.035);
}

.scene-feature-list em,
.flow-grid strong,
.standout-copy span {
  color: var(--brand-pink);
}

.scene-feature-list h3,
.scene-feature-list p {
  color: var(--brand-ink);
}

.scene-feature-list p {
  color: var(--brand-ink-muted);
}

.standout-copy span {
  background: rgba(255, 77, 184, 0.1);
  border: 1px solid rgba(255, 77, 184, 0.22);
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px) saturate(1.15);
}

.login-modal,
.support-modal,
.points-modal,
.profile-modal,
.asset-detail-modal {
  border: 1px solid var(--brand-line-strong);
  background:
    linear-gradient(135deg, rgba(255, 77, 184, 0.14), transparent 34%),
    linear-gradient(220deg, rgba(79, 125, 255, 0.16), transparent 42%),
    rgba(14, 18, 28, 0.96);
  color: var(--brand-ink);
  box-shadow: var(--brand-glow), 0 38px 120px rgba(0, 0, 0, 0.58);
}

.login-icon,
.side-logo {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-pink));
  box-shadow: 0 12px 32px rgba(255, 77, 184, 0.28);
}

.login-modal p,
.login-modal small,
.support-modal p,
.support-modal small,
.points-modal p {
  color: var(--brand-ink-muted);
}

.login-modal input,
.code-row button,
.profile-info,
.points-summary,
.points-record {
  border-color: var(--brand-line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--brand-ink);
}

.code-row button,
.logout-button {
  color: var(--brand-ink);
}

.vmake-shell {
  color: var(--brand-ink);
}

.vmake-promo {
  background: linear-gradient(90deg, #111a2c, #2634a8 48%, #9d2f8e);
  color: #fff;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.32);
}

.vmake-sidebar {
  background:
    linear-gradient(180deg, rgba(255, 77, 184, 0.06), transparent 34%),
    #070a12;
  border-right: 1px solid var(--brand-line);
}

.side-nav-item:hover,
.side-nav-item.active {
  background: rgba(255, 255, 255, 0.11);
  color: var(--brand-ink);
}

.side-nav-item.active {
  box-shadow: inset 3px 0 0 var(--brand-pink);
}

.side-points strong::after {
  background: var(--brand-pink);
}

.vmake-main,
.vmake-upload-view,
.vmake-editor-view,
.assets-view {
  color: var(--brand-ink);
}

.vmake-title h1,
.assets-head h2 {
  color: var(--brand-ink);
}

.vmake-title p,
.assets-head span,
.retention-note {
  color: var(--brand-ink-muted);
}

.vmake-before-card,
.vmake-upload-card,
.editor-stage,
.editor-panel,
.asset-card,
.assets-view .asset-card {
  border: 1px solid var(--brand-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 15, 25, 0.86);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
}

.drop-zone {
  border-color: rgba(255, 77, 184, 0.28);
  background:
    linear-gradient(135deg, rgba(79, 125, 255, 0.12), rgba(255, 77, 184, 0.1)),
    rgba(255, 255, 255, 0.045);
}

.drop-zone:hover {
  border-color: rgba(255, 77, 184, 0.58);
  box-shadow: 0 20px 60px rgba(255, 77, 184, 0.12);
}

.drop-zone strong,
.assets-view .asset-card h3,
.asset-card h3 {
  color: var(--brand-ink);
}

.drop-zone span:not(.drop-icon):not(.upload-primary),
.drop-zone em,
.asset-meta dt,
.asset-meta dd {
  color: var(--brand-ink-muted);
}

.upload-primary {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-pink));
  color: #fff;
}

.model-grid button,
.resolution-row button,
.scene-tags button,
.asset-filters span,
.points-tabs button {
  border-color: var(--brand-line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--brand-ink-muted);
}

.model-grid button.selected,
.resolution-row button.selected,
.scene-tags button.selected,
.asset-filters span:first-child,
.points-tabs button.active {
  border-color: rgba(255, 77, 184, 0.48);
  background: rgba(255, 77, 184, 0.14);
  color: var(--brand-ink);
}

.file-row,
.setting-block,
.editor-preview,
.asset-preview {
  border-color: var(--brand-line);
  background: rgba(255, 255, 255, 0.045);
}

.asset-preview {
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, 0.14) 49.5% 50.5%, transparent 51%),
    repeating-linear-gradient(0deg, #101827 0 28px, #162238 28px 56px);
}

.asset-detail-button,
.assets-view .asset-detail-button {
  background: rgba(255, 255, 255, 0.92);
  color: #0a0d14;
  box-shadow: none;
}

.asset-detail-button:hover,
.assets-view .asset-detail-button:hover {
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-pink));
  color: #fff;
}

/* Black-blue refinement pass */
:root {
  --brand-bg: #04070d;
  --brand-bg-2: #07101d;
  --brand-surface: #0b1422;
  --brand-surface-2: #101c30;
  --brand-surface-3: #172641;
  --brand-line: rgba(137, 166, 214, 0.18);
  --brand-line-strong: rgba(142, 178, 236, 0.3);
  --brand-ink: #f7faff;
  --brand-ink-muted: rgba(219, 229, 246, 0.72);
  --brand-ink-soft: rgba(186, 202, 226, 0.56);
  --brand-blue: #4f82ff;
  --brand-blue-2: #2f62f2;
  --brand-pink: #78a8ff;
  --brand-pink-2: #356fff;
  --brand-cyan: #35d8ff;
  --brand-shadow: 0 24px 90px rgba(0, 0, 0, 0.46);
  --brand-glow: 0 0 0 1px rgba(79, 130, 255, 0.26), 0 22px 72px rgba(47, 98, 242, 0.18);
}

.app,
.landing-page,
.vmake-shell {
  background:
    radial-gradient(circle at 78% 4%, rgba(65, 111, 255, 0.14), transparent 28%),
    radial-gradient(circle at 12% 14%, rgba(53, 216, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #04070d 0%, #07101d 45%, #050913 100%);
}

.landing-page .landing-header {
  background: rgba(4, 7, 13, 0.9);
  border-bottom-color: rgba(128, 160, 214, 0.16);
}

.landing-page .primary-nav,
.landing-page .hero-primary,
.landing-page .section-cta,
.landing-page .standout-copy button,
.login-submit,
.editor-process-button,
.vmake-promo button,
.upload-primary,
.landing-tabbar button.active {
  background: linear-gradient(135deg, #2f62f2, #68a4ff);
  color: #fff;
  box-shadow: 0 14px 36px rgba(47, 98, 242, 0.28);
}

.landing-page .hitpaw-hero {
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.99) 0%, rgba(7, 14, 26, 0.92) 45%, rgba(12, 24, 45, 0.76) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #04070d 0%, #0b1628 54%, #12213a 100%);
}

.hero-bullets svg,
.modal-kicker {
  color: #35d8ff;
}

.landing-page .hero-kicker {
  background: rgba(79, 130, 255, 0.1);
  border-color: rgba(126, 166, 255, 0.22);
}

.landing-page .hero-compare-panel,
.compare-card,
.scene-feature-media,
.standout-media,
.asset-preview {
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(184, 208, 255, 0.12) 49.5% 50.5%, transparent 51%),
    repeating-linear-gradient(0deg, #0f1a2d 0 42px, #172640 42px 84px);
}

.landing-page .landing-section,
.landing-page .section-alt,
.landing-page .flow-section,
.landing-page .standout-section,
.landing-page .landing-final {
  background:
    linear-gradient(180deg, rgba(79, 130, 255, 0.035), rgba(79, 130, 255, 0)),
    #050913;
}

.landing-tabbar,
.scene-feature-list article,
.flow-grid article,
.vmake-before-card,
.vmake-upload-card,
.editor-stage,
.editor-panel,
.asset-card,
.assets-view .asset-card {
  border-color: rgba(137, 166, 214, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028)),
    rgba(9, 17, 30, 0.9);
}

.scene-feature-list article.active,
.model-grid button.selected,
.resolution-row button.selected,
.scene-tags button.selected,
.asset-filters span:first-child,
.points-tabs button.active {
  border-color: rgba(79, 130, 255, 0.52);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.2), rgba(53, 216, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  color: #f7faff;
}

.scene-feature-list em,
.flow-grid strong,
.standout-copy span,
.profile-id-row button {
  color: #7fb0ff;
}

.standout-copy span {
  background: rgba(79, 130, 255, 0.1);
  border-color: rgba(79, 130, 255, 0.26);
}

.login-modal,
.support-modal,
.points-modal,
.profile-modal,
.asset-detail-modal {
  border-color: rgba(137, 166, 214, 0.28);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.16), transparent 38%),
    linear-gradient(220deg, rgba(53, 216, 255, 0.08), transparent 46%),
    rgba(10, 15, 25, 0.97);
  box-shadow: var(--brand-glow), 0 38px 120px rgba(0, 0, 0, 0.6);
}

.login-icon,
.side-logo {
  background: linear-gradient(135deg, #2f62f2, #35d8ff);
  box-shadow: 0 14px 32px rgba(47, 98, 242, 0.28);
}

.vmake-promo {
  background: linear-gradient(90deg, #0f1a2d, #1f3c98 52%, #2f62f2);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.34);
}

.vmake-sidebar {
  background:
    linear-gradient(180deg, rgba(47, 98, 242, 0.1), transparent 38%),
    #050913;
}

.side-nav-item.active {
  box-shadow: inset 3px 0 0 #4f82ff;
}

.side-points strong::after {
  background: #35d8ff;
}

.drop-zone {
  border-color: rgba(79, 130, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.16), rgba(53, 216, 255, 0.06)),
    rgba(255, 255, 255, 0.045);
}

.drop-zone:hover {
  border-color: rgba(104, 164, 255, 0.7);
  box-shadow: 0 20px 60px rgba(47, 98, 242, 0.16);
}

.asset-detail-button:hover,
.assets-view .asset-detail-button:hover {
  background: linear-gradient(135deg, #2f62f2, #68a4ff);
}

/* Landing hero mask transition and video placeholder */
.landing-page .hitpaw-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 156px;
}

.landing-page .hitpaw-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 74% 46%, rgba(83, 137, 255, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(4, 7, 13, 0.94) 0%, rgba(4, 7, 13, 0.68) 46%, rgba(10, 20, 38, 0.42) 100%);
  content: "";
  pointer-events: none;
}

.landing-page .hitpaw-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 210px;
  background:
    linear-gradient(180deg, rgba(5, 9, 19, 0) 0%, rgba(5, 9, 19, 0.62) 42%, #050913 100%),
    radial-gradient(ellipse at 50% 100%, rgba(53, 216, 255, 0.13), transparent 54%);
  content: "";
  pointer-events: none;
}

.landing-page .hitpaw-copy,
.landing-page .hero-compare-panel {
  z-index: 2;
}

.landing-page .hero-compare-panel {
  min-height: 520px;
  border: 0;
  background:
    radial-gradient(circle at 52% 46%, rgba(103, 157, 255, 0.22), transparent 28%),
    radial-gradient(circle at 28% 38%, rgba(53, 216, 255, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(18, 31, 53, 0.64), rgba(9, 17, 31, 0.42));
  box-shadow: none;
  opacity: 0.94;
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 52%, rgba(0, 0, 0, 0.72) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 52%, rgba(0, 0, 0, 0.72) 72%, transparent 100%);
}

.landing-page .hero-compare-panel::before {
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 49.6%, rgba(190, 212, 255, 0.12) 50%, transparent 50.4%),
    repeating-linear-gradient(0deg, rgba(82, 116, 168, 0.18) 0 1px, transparent 1px 58px);
  filter: none;
}

.landing-page .hero-compare-panel::after {
  inset: 10%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 56%);
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.65;
}

.landing-page .hero-compare-panel .wire-before,
.landing-page .hero-compare-panel .wire-after,
.landing-page .hero-compare-panel .wire-slider,
.landing-page .hero-compare-panel .wire-handle {
  display: none;
}

.landing-page .wire-grid {
  border: 0;
  background: transparent;
  opacity: 1;
}

.landing-page .landing-showcase {
  position: relative;
  margin-top: -118px;
  padding-top: 128px;
}

.landing-page .landing-showcase::before {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, #050913 0%, rgba(5, 9, 19, 0.76) 52%, rgba(5, 9, 19, 0) 100%);
  content: "";
}

/* Continuous landing canvas: remove blocky section cuts */
.landing-page {
  background:
    radial-gradient(ellipse at 18% 28%, rgba(53, 216, 255, 0.08), transparent 34%),
    radial-gradient(ellipse at 86% 18%, rgba(79, 130, 255, 0.12), transparent 36%),
    linear-gradient(180deg, #04070d 0%, #07101d 36%, #050913 100%);
}

.landing-page .hitpaw-hero {
  min-height: 850px;
  padding-bottom: 230px;
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.99) 0%, rgba(7, 14, 26, 0.93) 44%, rgba(11, 23, 43, 0.78) 100%),
    radial-gradient(ellipse at 78% 42%, rgba(79, 130, 255, 0.16), transparent 44%),
    linear-gradient(135deg, #04070d 0%, #0a1425 54%, #111f38 100%);
}

.landing-page .hitpaw-hero::after {
  height: 360px;
  background:
    linear-gradient(180deg, rgba(5, 9, 19, 0) 0%, rgba(5, 9, 19, 0.34) 30%, rgba(5, 9, 19, 0.82) 62%, #050913 100%);
}

.landing-page .hero-compare-panel {
  background: transparent;
  opacity: 0.9;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 12%, #000 34%, #000 72%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 12%, #000 34%, #000 72%, transparent 100%);
}

.landing-page .hero-compare-panel::before {
  inset: 0;
  background:
    radial-gradient(circle at 52% 46%, rgba(103, 157, 255, 0.24), transparent 28%),
    radial-gradient(circle at 30% 42%, rgba(53, 216, 255, 0.1), transparent 24%),
    linear-gradient(135deg, transparent 0 49.6%, rgba(190, 212, 255, 0.12) 50%, transparent 50.4%),
    repeating-linear-gradient(0deg, rgba(82, 116, 168, 0.15) 0 1px, transparent 1px 58px);
}

.landing-page .hero-compare-panel::after {
  opacity: 0.5;
}

.landing-page .landing-section,
.landing-page .landing-showcase,
.landing-page .section-alt,
.landing-page .flow-section,
.landing-page .standout-section,
.landing-page .landing-final {
  background: transparent;
}

.landing-page .landing-showcase {
  margin-top: -190px;
  padding-top: 190px;
}

.landing-page .landing-showcase::before {
  display: none;
}

.landing-page .scene-feature-section,
.landing-page .flow-section {
  background:
    linear-gradient(180deg, rgba(5, 9, 19, 0), rgba(5, 9, 19, 0));
}

/* Hero video and smoother first-section transition */
.landing-page .hitpaw-hero {
  min-height: 900px;
  padding-bottom: 260px;
  background:
    radial-gradient(ellipse at 74% 44%, rgba(58, 112, 232, 0.18), transparent 38%),
    radial-gradient(ellipse at 12% 86%, rgba(53, 216, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #04070d 0%, #07101d 62%, #050913 100%);
}

.landing-page .hitpaw-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.98) 0%, rgba(4, 7, 13, 0.82) 38%, rgba(4, 7, 13, 0.22) 68%, rgba(4, 7, 13, 0.54) 100%),
    linear-gradient(180deg, rgba(4, 7, 13, 0.24), rgba(4, 7, 13, 0.72));
}

.landing-page .hitpaw-hero::after {
  height: 430px;
  background:
    linear-gradient(180deg, rgba(5, 9, 19, 0) 0%, rgba(5, 9, 19, 0.28) 28%, rgba(5, 9, 19, 0.76) 62%, #050913 100%);
}

.landing-page .hero-compare-panel {
  align-self: end;
  min-height: 520px;
  transform: translateY(42px);
  background: transparent;
  opacity: 1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 34%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 12%, #000 34%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  mask-composite: intersect;
}

.hero-preview-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: saturate(0.95) contrast(1.06) brightness(0.78);
  opacity: 0.82;
}

.landing-page .hero-compare-panel::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.55), transparent 34%, transparent 72%, rgba(4, 7, 13, 0.38)),
    linear-gradient(180deg, rgba(4, 7, 13, 0.24), transparent 32%, rgba(4, 7, 13, 0.5));
}

.landing-page .hero-compare-panel::after {
  display: none;
}

.landing-page .wire-grid {
  display: none;
}

.landing-page .landing-showcase {
  margin-top: -250px;
  padding-top: 250px;
}

.landing-page .landing-showcase::after {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  height: 320px;
  background: linear-gradient(180deg, rgba(5, 9, 19, 0) 0%, rgba(5, 9, 19, 0.64) 40%, #050913 100%);
  content: "";
  pointer-events: none;
}

/* Put the preview video into the hero mask layer, not a separate panel */
.landing-page .hitpaw-copy {
  z-index: 5;
}

.landing-page .hero-compare-panel {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 38%;
  z-index: 1;
  min-height: 0;
  height: 650px;
  transform: none;
  pointer-events: none;
  opacity: 1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 12%, #000 34%, #000 84%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 70%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 12%, #000 34%, #000 84%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 70%, transparent 100%);
}

.hero-preview-video {
  filter: saturate(0.96) contrast(1.08) brightness(0.84);
  opacity: 0.86;
}

.landing-page .hero-compare-panel::before {
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.76) 0%, rgba(4, 7, 13, 0.28) 34%, transparent 58%, rgba(4, 7, 13, 0.24) 100%),
    linear-gradient(180deg, rgba(4, 7, 13, 0.32), transparent 34%, rgba(5, 9, 19, 0.68) 100%);
}

.landing-page .hitpaw-hero::after {
  height: 500px;
  background:
    linear-gradient(180deg, rgba(5, 9, 19, 0) 0%, rgba(5, 9, 19, 0.24) 28%, rgba(5, 9, 19, 0.66) 58%, #050913 100%);
}

.landing-page .landing-showcase {
  margin-top: -300px;
  padding-top: 300px;
}

.landing-page .landing-showcase::after {
  height: 400px;
  background: linear-gradient(180deg, rgba(5, 9, 19, 0) 0%, rgba(5, 9, 19, 0.46) 42%, #050913 100%);
}

/* Final hero video sizing and single-color transition */
.landing-page {
  background: #050913;
}

.landing-page .hitpaw-hero {
  min-height: 880px;
  padding-bottom: 210px;
  background:
    radial-gradient(ellipse at 76% 42%, rgba(63, 118, 245, 0.1), transparent 34%),
    linear-gradient(180deg, #04070d 0%, #050913 100%);
}

.landing-page .hitpaw-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 9, 19, 0.98) 0%, rgba(5, 9, 19, 0.78) 38%, rgba(5, 9, 19, 0.1) 64%, rgba(5, 9, 19, 0.34) 100%);
}

.landing-page .hitpaw-hero::after {
  height: 320px;
  background: linear-gradient(0deg, #050913 0%, rgba(5, 9, 19, 0.92) 34%, rgba(5, 9, 19, 0.52) 68%, rgba(5, 9, 19, 0) 100%);
}

.landing-page .hero-compare-panel {
  top: 190px;
  right: max(80px, calc((100vw - 1500px) / 2 + 80px));
  bottom: auto;
  left: auto;
  width: clamp(560px, 45vw, 760px);
  height: auto;
  aspect-ratio: 16 / 9;
  opacity: 1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 100%);
}

.hero-preview-video {
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.08) brightness(0.92);
  opacity: 0.92;
}

.landing-page .hero-compare-panel::before {
  z-index: 2;
  background: linear-gradient(0deg, #050913 0%, rgba(5, 9, 19, 0.72) 28%, rgba(5, 9, 19, 0.28) 58%, rgba(5, 9, 19, 0) 100%);
}

.landing-page .landing-showcase {
  margin-top: -210px;
  padding-top: 230px;
}

.landing-page .landing-showcase::after {
  display: none;
}

.landing-page .landing-section,
.landing-page .landing-showcase,
.landing-page .section-alt,
.landing-page .flow-section,
.landing-page .standout-section,
.landing-page .landing-final,
.landing-page .scene-feature-section,
.landing-page .flow-section {
  background: #050913;
}

.landing-page .primary-nav,
.landing-page .hero-primary,
.landing-page .section-cta,
.landing-page .standout-copy button {
  min-width: 132px;
  min-height: 48px;
  padding: 0 30px;
  background: linear-gradient(135deg, #2f6dff 0%, #6fb0ff 100%);
  color: #fff;
  box-shadow: 0 16px 42px rgba(47, 109, 255, 0.36);
}

.landing-page .hero-primary {
  min-width: 150px;
  min-height: 56px;
  font-size: 18px;
}

/* Final pass: full-width hero video with bottom-up mask */
.landing-page .hitpaw-hero {
  display: block;
  min-height: 880px;
  padding: 118px 0 250px;
  overflow: hidden;
  background: #050913;
}

.landing-page .hitpaw-copy {
  position: relative;
  z-index: 6;
  max-width: 610px;
}

.landing-page .hero-compare-panel {
  position: absolute;
  right: 0;
  bottom: -88px;
  left: 0;
  top: auto;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  pointer-events: none;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.08) brightness(0.9);
  opacity: 0.9;
}

.landing-page .hero-compare-panel::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background:
    linear-gradient(90deg, #050913 0%, rgba(5, 9, 19, 0.92) 20%, rgba(5, 9, 19, 0.42) 42%, rgba(5, 9, 19, 0.16) 68%, rgba(5, 9, 19, 0.4) 100%),
    linear-gradient(0deg, #050913 0%, rgba(5, 9, 19, 0.84) 18%, rgba(5, 9, 19, 0.38) 43%, rgba(5, 9, 19, 0) 72%);
  content: "";
  pointer-events: none;
}

.landing-page .hero-compare-panel::after {
  display: none;
}

.landing-page .hitpaw-hero::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(ellipse at 72% 42%, rgba(56, 116, 255, 0.15), transparent 34%),
    linear-gradient(90deg, rgba(5, 9, 19, 0.94) 0%, rgba(5, 9, 19, 0.58) 38%, rgba(5, 9, 19, 0.06) 66%, rgba(5, 9, 19, 0.18) 100%);
  content: "";
  pointer-events: none;
}

.landing-page .hitpaw-hero::after {
  position: absolute;
  right: calc(50% - 50vw);
  bottom: -1px;
  left: calc(50% - 50vw);
  z-index: 4;
  height: 430px;
  background: linear-gradient(0deg, #050913 0%, rgba(5, 9, 19, 0.96) 24%, rgba(5, 9, 19, 0.66) 54%, rgba(5, 9, 19, 0) 100%);
  content: "";
  pointer-events: none;
}

.landing-page .hero-compare-panel .wire-grid,
.landing-page .hero-compare-panel .wire-before,
.landing-page .hero-compare-panel .wire-after,
.landing-page .hero-compare-panel .wire-slider,
.landing-page .hero-compare-panel .wire-handle {
  display: none;
}

.landing-page .landing-showcase {
  margin-top: -235px;
  padding-top: 255px;
}

/* Keep the enlarged video aligned to the page content width */
.landing-page .hitpaw-hero {
  width: min(1700px, calc(100vw - 64px));
  margin-right: auto;
  margin-left: auto;
}

.landing-page .hero-compare-panel {
  right: 0;
  left: 0;
  width: 100%;
}

/* Softer bottom fade: keep the video visible while merging into the next section */
.landing-page .hero-compare-panel::before {
  background:
    linear-gradient(90deg, #050913 0%, rgba(5, 9, 19, 0.88) 18%, rgba(5, 9, 19, 0.34) 40%, rgba(5, 9, 19, 0.08) 70%, rgba(5, 9, 19, 0.32) 100%),
    linear-gradient(0deg, #050913 0%, rgba(5, 9, 19, 0.78) 13%, rgba(5, 9, 19, 0.34) 29%, rgba(5, 9, 19, 0.08) 48%, rgba(5, 9, 19, 0) 68%);
}

.landing-page .hitpaw-hero::after {
  height: 340px;
  background: linear-gradient(0deg, #050913 0%, rgba(5, 9, 19, 0.9) 20%, rgba(5, 9, 19, 0.46) 52%, rgba(5, 9, 19, 0) 100%);
}

.landing-page .landing-showcase {
  background: transparent;
}

/* Skill-based final design system pass: tokens, alignment, component states */
:root {
  /* Primitive tokens */
  --sr-blue-950: #04070d;
  --sr-blue-900: #07101d;
  --sr-blue-850: #0b1422;
  --sr-blue-800: #101c30;
  --sr-blue-700: #172641;
  --sr-blue-500: #2f62f2;
  --sr-blue-400: #4f82ff;
  --sr-blue-300: #78a8ff;
  --sr-cyan-400: #35d8ff;
  --sr-violet-400: #7a6dff;
  --sr-amber-400: #f5b86b;
  --sr-green-400: #6ee7b7;
  --sr-red-400: #fca5a5;
  --sr-white: #f7faff;
  --sr-white-72: rgba(219, 229, 246, 0.72);
  --sr-white-56: rgba(186, 202, 226, 0.56);
  --sr-white-38: rgba(168, 187, 218, 0.38);
  --sr-line: rgba(137, 166, 214, 0.18);
  --sr-line-strong: rgba(142, 178, 236, 0.3);

  /* Semantic tokens */
  --sr-bg: var(--sr-blue-950);
  --sr-bg-elevated: var(--sr-blue-900);
  --sr-surface: rgba(9, 17, 30, 0.9);
  --sr-surface-strong: rgba(14, 24, 42, 0.96);
  --sr-text: var(--sr-white);
  --sr-text-secondary: var(--sr-white-72);
  --sr-text-tertiary: var(--sr-white-56);
  --sr-border: var(--sr-line);
  --sr-primary: var(--sr-blue-400);
  --sr-primary-strong: var(--sr-blue-500);
  --sr-accent: var(--sr-cyan-400);
  --sr-accent-warm: var(--sr-amber-400);
  --sr-radius: 16px;
  --sr-radius-sm: 12px;
  --sr-radius-pill: 999px;
  --sr-page-max: 1600px;
  --sr-page-gutter: clamp(96px, 8.333vw, 160px);
  --sr-shell-gutter: 96px;
  --sr-shadow-card: 0 18px 58px rgba(0, 0, 0, 0.26);
  --sr-shadow-panel: 0 30px 100px rgba(0, 0, 0, 0.48);
  --sr-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sr-transition-fast: 150ms ease;
  --sr-transition: 220ms var(--sr-ease);
}

body {
  background: var(--sr-bg);
}

.landing-header,
.landing-section,
.workspace {
  width: min(var(--sr-page-max), calc(100vw - (var(--sr-page-gutter) * 2)));
}

.landing-page .landing-header .nav,
.landing-page .hitpaw-hero,
.landing-page .landing-section,
.landing-page .landing-final {
  width: min(var(--sr-page-max), calc(100vw - (var(--sr-page-gutter) * 2)));
}

.landing-page .landing-header .nav {
  min-height: 76px;
}

.landing-page .hitpaw-hero {
  min-height: 880px;
  padding: 116px 0 246px;
}

.landing-page .hitpaw-copy {
  max-width: 600px;
}

.landing-page .hero-kicker {
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(120, 168, 255, 0.28);
  border-radius: var(--sr-radius-pill);
  background: rgba(79, 130, 255, 0.12);
  color: var(--sr-text);
  font-size: 13px;
  font-weight: 850;
}

.landing-page .hitpaw-copy h1 {
  max-width: 580px;
  margin: 0;
  color: var(--sr-text);
  font-size: 52px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.landing-page .hero-desc {
  max-width: 600px;
  margin-top: 22px;
  color: var(--sr-text-secondary);
  font-size: 18px;
  line-height: 1.62;
  text-wrap: pretty;
}

.hero-bullets {
  gap: 14px;
  margin-top: 30px;
}

.hero-bullets li {
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  color: var(--sr-text-secondary);
  font-size: 15px;
  line-height: 1.58;
}

.hero-bullets strong {
  color: var(--sr-text);
  font-weight: 850;
}

.hero-bullets svg {
  color: var(--sr-accent);
}

.landing-page .hero-compare-panel {
  width: 100%;
  bottom: -82px;
}

.landing-page .hero-compare-panel::before {
  background:
    linear-gradient(90deg, var(--sr-bg) 0%, rgba(4, 7, 13, 0.88) 18%, rgba(4, 7, 13, 0.34) 39%, rgba(4, 7, 13, 0.08) 68%, rgba(4, 7, 13, 0.32) 100%),
    linear-gradient(0deg, var(--sr-bg) 0%, rgba(4, 7, 13, 0.78) 13%, rgba(4, 7, 13, 0.34) 30%, rgba(4, 7, 13, 0.08) 49%, rgba(4, 7, 13, 0) 68%);
}

.landing-page .hitpaw-hero::before {
  background:
    radial-gradient(ellipse at 73% 40%, rgba(79, 130, 255, 0.13), transparent 34%),
    linear-gradient(90deg, rgba(4, 7, 13, 0.96) 0%, rgba(4, 7, 13, 0.64) 36%, rgba(4, 7, 13, 0.08) 66%, rgba(4, 7, 13, 0.2) 100%);
}

.landing-page .hitpaw-hero::after {
  height: 350px;
  background: linear-gradient(0deg, var(--sr-bg) 0%, rgba(4, 7, 13, 0.9) 21%, rgba(4, 7, 13, 0.46) 52%, rgba(4, 7, 13, 0) 100%);
}

.landing-page .landing-showcase {
  margin-top: -228px;
  padding-top: 252px;
}

.landing-page .landing-section {
  padding-right: 0;
  padding-left: 0;
}

.landing-page .landing-showcase h2,
.landing-page .scene-feature-section h2,
.landing-page .standout-section h2,
.landing-page .flow-section h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: var(--sr-text);
  font-size: 38px;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
}

.landing-page .landing-showcase > p,
.landing-page .scene-feature-section > p,
.landing-page .standout-section > p,
.landing-page .flow-section > p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: var(--sr-text-secondary);
  font-size: 16px;
  line-height: 1.72;
  text-align: center;
}

.landing-tabbar {
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 44px;
  padding: 6px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius);
  background: rgba(255, 255, 255, 0.055);
}

.landing-tabbar button {
  min-height: 46px;
  border-radius: calc(var(--sr-radius) - 4px);
  color: var(--sr-text-secondary);
  font-size: 14px;
  font-weight: 800;
  transition:
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition);
}

.landing-tabbar button:hover {
  color: var(--sr-text);
  transform: translateY(-1px);
}

.landing-tabbar button.active {
  background: linear-gradient(135deg, var(--sr-primary-strong), #6fa6ff);
  color: #fff;
}

.compare-showcase,
.scene-feature-layout,
.standout-list,
.flow-grid {
  max-width: min(1200px, 100%);
}

.compare-card,
.scene-feature-media,
.standout-media,
.scene-feature-list article,
.flow-grid article,
.vmake-upload-view,
.vmake-editor-view,
.assets-view .asset-card,
.asset-preview,
.editor-preview,
.setting-block,
.drop-zone,
.points-modal,
.profile-modal,
.support-modal,
.login-modal,
.asset-detail-modal {
  border-radius: var(--sr-radius);
}

.compare-card,
.scene-feature-media,
.standout-media,
.scene-feature-list article,
.flow-grid article {
  border: 1px solid var(--sr-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032)),
    var(--sr-surface);
  box-shadow: var(--sr-shadow-card);
}

.scene-feature-list article.active {
  border-color: rgba(79, 130, 255, 0.52);
  background:
    linear-gradient(135deg, rgba(79, 130, 255, 0.18), rgba(245, 184, 107, 0.07)),
    var(--sr-surface);
}

.scene-feature-list em,
.flow-grid strong,
.standout-copy span {
  color: var(--sr-accent);
}

.standout-copy span {
  border-color: rgba(53, 216, 255, 0.24);
  background: rgba(53, 216, 255, 0.08);
}

.scene-feature-list h3,
.flow-grid h3,
.standout-copy h3,
.landing-showcase h3 {
  color: var(--sr-text);
  letter-spacing: 0;
}

.scene-feature-list p,
.flow-grid p,
.standout-copy p,
.landing-final p {
  color: var(--sr-text-secondary);
}

.landing-page .primary-nav,
.landing-page .hero-primary,
.landing-page .section-cta,
.landing-page .standout-copy button,
.vmake-promo button,
.upload-primary,
.editor-process-button,
.login-submit {
  border-radius: var(--sr-radius-pill);
  background: linear-gradient(135deg, var(--sr-primary-strong), #6fa6ff);
  color: #fff;
  box-shadow: 0 16px 42px rgba(47, 98, 242, 0.32);
  transition:
    transform var(--sr-transition),
    box-shadow var(--sr-transition),
    filter var(--sr-transition-fast);
}

.landing-page .primary-nav:hover,
.landing-page .hero-primary:hover,
.landing-page .section-cta:hover,
.landing-page .standout-copy button:hover,
.vmake-promo button:hover,
.upload-primary:hover,
.editor-process-button:hover,
.login-submit:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(47, 98, 242, 0.38);
}

.landing-page .primary-nav:active,
.landing-page .hero-primary:active,
.landing-page .section-cta:active,
.landing-page .standout-copy button:active,
.vmake-promo button:active,
.upload-primary:active,
.editor-process-button:active,
.login-submit:active {
  transform: translateY(0) scale(0.98);
}

.vmake-promo {
  min-height: 44px;
  background:
    linear-gradient(90deg, rgba(12, 24, 45, 0.96), rgba(31, 60, 152, 0.92) 52%, rgba(53, 216, 255, 0.2)),
    #0b1422;
}

.vmake-promo span {
  color: var(--sr-text);
  font-size: 13px;
}

.vmake-sidebar {
  border-right: 1px solid var(--sr-border);
  background:
    linear-gradient(180deg, rgba(47, 98, 242, 0.12), transparent 38%),
    #050913;
}

.side-logo {
  border-radius: var(--sr-radius-sm);
}

.side-nav-item {
  border-radius: var(--sr-radius-sm);
  transition:
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition);
}

.side-nav-item:hover {
  transform: translateX(2px);
}

.side-nav-item.active {
  background: rgba(79, 130, 255, 0.14);
  box-shadow: inset 3px 0 0 var(--sr-primary);
}

.vmake-main {
  padding-top: 44px;
}

.vmake-upload-view,
.vmake-editor-view {
  width: min(1180px, calc(100vw - 224px));
  margin-top: 72px;
  margin-left: var(--sr-shell-gutter);
  margin-right: auto;
  border: 1px solid var(--sr-border);
  background:
    radial-gradient(circle at 18% 0%, rgba(79, 130, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.028)),
    var(--sr-surface);
  box-shadow: var(--sr-shadow-card);
}

.vmake-title {
  max-width: 760px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.vmake-title h1 {
  color: var(--sr-text);
  font-size: 36px;
  line-height: 1.18;
}

.vmake-title p {
  max-width: 620px;
  margin-left: 0;
  color: var(--sr-text-secondary);
  font-size: 17px;
}

.drop-zone {
  border-color: rgba(79, 130, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.15), rgba(245, 184, 107, 0.045)),
    rgba(255, 255, 255, 0.04);
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    box-shadow var(--sr-transition),
    transform var(--sr-transition);
}

.drop-zone:hover {
  border-color: rgba(120, 168, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(79, 130, 255, 0.12), 0 18px 48px rgba(47, 98, 242, 0.14);
  transform: translateY(-2px);
}

.drop-zone strong {
  color: var(--sr-text);
  font-size: 20px;
}

.drop-zone span:not(.drop-icon):not(.upload-primary) {
  color: var(--sr-text-secondary);
}

.drop-zone em {
  color: var(--sr-text-tertiary);
}

.editor-panel,
.setting-block,
.file-row,
.editor-controls > span,
.model-grid button,
.resolution-row button,
.scene-tags button {
  color: var(--sr-text-secondary);
}

.setting-block {
  border-color: var(--sr-border);
  background: rgba(255, 255, 255, 0.045);
}

.setting-block h3 {
  color: var(--sr-text);
}

.model-grid button,
.resolution-row button,
.scene-tags button,
.assets-view .asset-filters span,
.points-tabs button {
  border: 1px solid var(--sr-border);
  background: rgba(255, 255, 255, 0.052);
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition);
}

.model-grid button:hover,
.resolution-row button:hover,
.scene-tags button:hover,
.assets-view .asset-filters span:hover,
.points-tabs button:hover {
  color: var(--sr-text);
  transform: translateY(-1px);
}

.model-grid button.selected,
.resolution-row button.selected,
.scene-tags button.selected,
.assets-view .asset-filters span:first-child,
.points-tabs button.active {
  border-color: rgba(79, 130, 255, 0.56);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.18), rgba(53, 216, 255, 0.07)),
    rgba(255, 255, 255, 0.04);
  color: var(--sr-text);
}

.assets-view {
  width: calc(100vw - 224px);
  max-width: 1580px;
  margin-top: 60px;
  margin-left: var(--sr-shell-gutter);
}

.assets-head {
  gap: 8px;
  margin-bottom: 20px;
}

.assets-head .modal-kicker {
  color: var(--sr-accent);
  font-size: 13px;
}

.assets-head h2 {
  color: var(--sr-text);
  font-size: 28px;
  line-height: 1.18;
}

.assets-view .asset-filters {
  grid-template-columns: repeat(4, 118px);
  gap: 10px;
  margin-bottom: 16px;
}

.assets-view .asset-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.assets-view .asset-card {
  overflow: hidden;
  border: 1px solid var(--sr-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)),
    var(--sr-surface);
  box-shadow: none;
  transition:
    border-color var(--sr-transition-fast),
    box-shadow var(--sr-transition),
    transform var(--sr-transition);
}

.assets-view .asset-card:hover {
  border-color: rgba(120, 168, 255, 0.36);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  transform: translateY(-3px);
}

.asset-preview {
  border-bottom: 1px solid var(--sr-border);
  background:
    radial-gradient(circle at 30% 25%, rgba(79, 130, 255, 0.12), transparent 34%),
    linear-gradient(135deg, transparent 0 48.5%, rgba(219, 229, 246, 0.12) 49.5% 50.5%, transparent 51.5%),
    repeating-linear-gradient(0deg, #0f1a2d 0 30px, #15223a 30px 60px);
}

.asset-preview::before {
  border-color: rgba(219, 229, 246, 0.14);
  border-radius: calc(var(--sr-radius) - 4px);
}

.asset-status {
  border-radius: var(--sr-radius-pill);
  font-size: 12px;
}

.asset-status.running {
  border-color: rgba(245, 184, 107, 0.42);
  background: rgba(245, 184, 107, 0.12);
  color: var(--sr-amber-400);
}

.asset-status.done {
  border-color: rgba(110, 231, 183, 0.36);
  background: rgba(110, 231, 183, 0.11);
  color: var(--sr-green-400);
}

.asset-status.failed {
  border-color: rgba(252, 165, 165, 0.4);
  background: rgba(252, 165, 165, 0.1);
  color: var(--sr-red-400);
}

.assets-view .asset-card-body {
  min-height: 182px;
  padding: 13px;
}

.assets-view .asset-card h3 {
  color: var(--sr-text);
  font-size: 15px;
  line-height: 1.35;
}

.asset-meta dt {
  color: var(--sr-text-tertiary);
  font-size: 11px;
}

.asset-meta dd {
  color: var(--sr-text-secondary);
  font-size: 12px;
}

.assets-view .asset-detail-button {
  min-height: 36px;
  border-radius: var(--sr-radius-sm);
  background: rgba(247, 250, 255, 0.92);
  color: #07101d;
  font-size: 13px;
  transition:
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition);
}

.assets-view .asset-detail-button:hover {
  background: linear-gradient(135deg, var(--sr-primary-strong), #6fa6ff);
  color: #fff;
  transform: translateY(-1px);
}

.modal-backdrop {
  z-index: 30;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px) saturate(1.1);
}

.points-modal,
.profile-modal,
.support-modal,
.login-modal,
.asset-detail-modal {
  border: 1px solid var(--sr-line-strong);
  background:
    radial-gradient(circle at 16% 0%, rgba(79, 130, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.032)),
    rgba(9, 17, 30, 0.98);
  box-shadow: var(--sr-shadow-panel);
}

.points-modal {
  width: 560px;
  min-height: 0;
  padding: 28px 40px 26px;
}

.points-modal h2,
.profile-modal h2,
.support-modal h2,
.login-modal h2 {
  color: var(--sr-text);
  letter-spacing: 0;
}

.points-summary {
  grid-template-columns: 1.4fr 1fr;
  gap: 14px;
  margin: 28px 0 20px;
  padding: 0;
  background: transparent;
}

.points-summary div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.points-summary .points-balance-card {
  background:
    linear-gradient(135deg, rgba(51, 103, 255, 0.2), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.045);
}

.points-summary span,
.points-record em,
.points-record small,
.points-footer,
.profile-info span {
  color: var(--sr-text-tertiary);
}

.points-summary em {
  display: block;
  margin-top: 8px;
  color: rgba(232, 239, 255, 0.58);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.points-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.055);
}

.points-records {
  max-height: 310px;
  gap: 10px;
}

.points-record {
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.points-record span {
  gap: 3px;
}

.points-record small {
  font-size: 12px;
}

.points-record b.gain {
  color: var(--sr-accent);
}

.profile-info {
  border-color: var(--sr-border);
  border-radius: var(--sr-radius);
  background: rgba(255, 255, 255, 0.045);
}

.logout-button {
  border-radius: var(--sr-radius-sm);
  color: rgba(252, 165, 165, 0.92);
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--sr-bg), 0 0 0 4px var(--sr-primary);
}

@keyframes sr-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hitpaw-copy,
.landing-showcase,
.scene-feature-layout,
.standout-list article,
.flow-grid article,
.vmake-upload-view,
.vmake-editor-view,
.assets-view .asset-card,
.points-modal,
.profile-modal,
.support-modal,
.login-modal {
  animation: sr-fade-up 520ms var(--sr-ease) both;
}

.assets-view .asset-card:nth-child(2) {
  animation-delay: 45ms;
}

.assets-view .asset-card:nth-child(3) {
  animation-delay: 90ms;
}

.assets-view .asset-card:nth-child(4) {
  animation-delay: 135ms;
}

.assets-view .asset-card:nth-child(5) {
  animation-delay: 180ms;
}

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

  .landing-tabbar button:hover,
  .side-nav-item:hover,
  .drop-zone:hover,
  .assets-view .asset-card:hover,
  .landing-page .primary-nav:hover,
  .landing-page .hero-primary:hover,
  .landing-page .section-cta:hover,
  .landing-page .standout-copy button:hover,
  .vmake-promo button:hover,
  .upload-primary:hover,
  .editor-process-button:hover,
  .login-submit:hover {
    transform: none;
  }
}

/* Landing page Seko-style structure pass: full media layer, bottom gradient bridge, aligned content grid. */
.landing-page {
  --intro-bg: #05080e;
  --intro-surface: rgba(11, 16, 25, 0.82);
  --intro-surface-strong: rgba(14, 20, 31, 0.92);
  --intro-line: rgba(203, 217, 238, 0.14);
  --intro-line-strong: rgba(129, 164, 255, 0.28);
  --intro-text: rgba(248, 251, 255, 0.96);
  --intro-muted: rgba(222, 231, 244, 0.72);
  --intro-subtle: rgba(222, 231, 244, 0.52);
  --intro-blue: #4f82ff;
  --intro-blue-2: #6ea8ff;
  --intro-cyan: #56d7ff;
  --intro-radius: 16px;
  --intro-page: min(1680px, calc(100vw - 240px));
  color: var(--intro-text);
  background: var(--intro-bg);
}

.landing-page main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 10%, rgba(79, 130, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #05080e 0%, #05080e 100%);
}

.landing-page .landing-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  margin: 0;
  transform: none;
  border-bottom: 1px solid rgba(214, 226, 246, 0.12);
  background: rgba(5, 8, 14, 0.82);
  backdrop-filter: blur(18px) saturate(1.08);
}

.landing-page .landing-header .nav {
  width: var(--intro-page);
  min-height: 72px;
  margin: 0 auto;
  padding: 0;
}

.landing-page .brand {
  min-width: 176px;
}

.landing-page .brand strong {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.landing-page .brand em {
  color: rgba(217, 229, 247, 0.62);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.landing-page .nav-links {
  gap: 46px;
}

.landing-page .nav-links button {
  color: rgba(236, 244, 255, 0.82);
  font-size: 14px;
  font-weight: 760;
}

.landing-page .nav-links button:hover {
  color: #fff;
}

.landing-page .primary-nav,
.landing-page .hero-primary,
.landing-page .section-cta,
.landing-page .standout-copy button {
  min-width: 156px;
  min-height: 48px;
  border: 1px solid rgba(169, 197, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, #376fff 0%, #73a8ff 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 18px 48px rgba(55, 111, 255, 0.36);
}

.landing-page .hitpaw-hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 72px);
  margin: 0;
  padding: 0;
  overflow: visible;
  background: var(--intro-bg);
}

.landing-page .hero-compare-panel {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 0;
  background: var(--intro-bg);
  box-shadow: none;
  transform: none;
}

.landing-page .hero-compare-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 8, 14, 0.96) 0%, rgba(5, 8, 14, 0.76) 26%, rgba(5, 8, 14, 0.22) 55%, rgba(5, 8, 14, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 8, 14, 0.08) 0%, rgba(5, 8, 14, 0.04) 44%, rgba(5, 8, 14, 0.86) 100%);
}

.landing-page .hero-compare-panel::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, var(--intro-bg) 0%, rgba(5, 8, 14, 0.92) 20%, rgba(5, 8, 14, 0.52) 58%, rgba(5, 8, 14, 0) 100%);
}

.hero-preview-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.86;
  filter: saturate(0.92) contrast(1.02) brightness(0.84);
}

.landing-page .wire-grid,
.landing-page .wire-before,
.landing-page .wire-after,
.landing-page .wire-slider,
.landing-page .wire-handle {
  display: none;
}

.landing-page .hitpaw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 42%, rgba(86, 215, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(5, 8, 14, 0.16) 0%, rgba(5, 8, 14, 0) 48%, rgba(5, 8, 14, 0.92) 100%);
}

.landing-page .hitpaw-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -220px;
  left: 0;
  z-index: 3;
  height: 420px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 8, 14, 0) 0%, #05080e 48%, #05080e 100%);
}

.landing-page .hitpaw-copy {
  position: relative;
  z-index: 5;
  width: var(--intro-page);
  max-width: none;
  margin: 0 auto;
  padding-top: clamp(112px, 14vh, 168px);
}

.landing-page .hitpaw-copy > * {
  max-width: 780px;
}

.landing-page .hero-kicker {
  display: inline-flex;
  width: auto;
  max-width: none;
  margin: 0 0 24px;
  padding: 8px 14px;
  border: 1px solid rgba(116, 165, 255, 0.34);
  border-radius: 999px;
  background: rgba(9, 18, 34, 0.58);
  color: rgba(239, 247, 255, 0.9);
  font-size: 13px;
  line-height: 1;
  backdrop-filter: blur(14px);
}

.landing-page .hitpaw-copy h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 4.2vw, 76px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.landing-page .hero-desc {
  margin: 24px 0 0;
  max-width: 660px;
  color: var(--intro-muted);
  font-size: 18px;
  line-height: 1.72;
}

.landing-page .hero-bullets {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 610px;
  gap: 12px 18px;
  margin: 34px 0 0;
}

.landing-page .hero-bullets li {
  min-width: 0;
  padding: 0;
  color: var(--intro-muted);
  font-size: 14px;
  line-height: 1.45;
}

.landing-page .hero-bullets svg {
  color: var(--intro-cyan);
}

.landing-page .hero-bullets strong {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
}

.landing-page .hero-primary {
  width: 172px;
  margin-top: 34px;
}

.landing-page .landing-showcase {
  position: relative;
  z-index: 8;
  width: var(--intro-page);
  max-width: none;
  margin: -258px auto 0;
  padding: 0 0 84px;
  background: transparent;
}

.landing-page .landing-showcase::before,
.landing-page .landing-showcase::after {
  display: none;
}

.landing-page .landing-showcase h2,
.landing-page .scene-feature-section h2,
.landing-page .standout-section h2,
.landing-page .flow-section h2 {
  max-width: 820px;
  margin: 0;
  color: var(--intro-text);
  font-size: 28px;
  font-weight: 880;
  line-height: 1.25;
  text-align: left;
}

.landing-feature-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.landing-feature-card:nth-child(n + 6) {
  display: none;
}

.landing-feature-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 208px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--intro-line);
  border-radius: var(--intro-radius);
  background: var(--intro-surface);
  color: var(--intro-text);
  text-align: left;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(1.05);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 240ms ease,
    transform 240ms ease;
}

.landing-feature-card:hover,
.landing-feature-card.active {
  border-color: var(--intro-line-strong);
  background: rgba(17, 25, 40, 0.92);
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.landing-feature-card .feature-thumb {
  position: absolute;
  inset: 0 0 60px;
  background:
    radial-gradient(circle at 26% 24%, rgba(86, 215, 255, 0.16), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(79, 130, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(126, 154, 196, 0.24), rgba(12, 18, 29, 0.64)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
}

.landing-feature-card:nth-child(3) .feature-thumb {
  background:
    radial-gradient(circle at 72% 26%, rgba(111, 168, 255, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(219, 229, 246, 0.18), rgba(11, 18, 30, 0.74)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 22px);
}

.landing-feature-card:nth-child(4) .feature-thumb {
  background:
    radial-gradient(circle at 30% 34%, rgba(86, 215, 255, 0.18), transparent 30%),
    linear-gradient(120deg, rgba(28, 46, 80, 0.86), rgba(8, 13, 22, 0.88)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 20px);
}

.landing-feature-card:nth-child(5) .feature-thumb {
  background:
    radial-gradient(circle at 78% 22%, rgba(79, 130, 255, 0.28), transparent 28%),
    radial-gradient(circle at 22% 72%, rgba(119, 234, 206, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(13, 29, 53, 0.9), rgba(9, 13, 21, 0.86));
}

.landing-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(180deg, rgba(8, 13, 22, 0) 0%, rgba(8, 13, 22, 0.88) 46%, rgba(8, 13, 22, 0.98) 100%);
}

.landing-feature-card strong,
.landing-feature-card em,
.landing-feature-card svg,
.landing-feature-card .feature-plus {
  position: relative;
  z-index: 2;
}

.landing-feature-card strong {
  position: absolute;
  right: 44px;
  bottom: 30px;
  left: 16px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-feature-card em {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
  overflow: hidden;
  color: var(--intro-subtle);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-feature-card svg {
  position: absolute;
  right: 14px;
  bottom: 42px;
  color: rgba(222, 231, 244, 0.56);
}

.landing-feature-card.feature-create {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(16, 21, 30, 0.86);
}

.landing-feature-card.feature-create::after {
  display: none;
}

.feature-create .feature-plus {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(222, 231, 244, 0.24);
  border-radius: 999px;
  color: #fff;
  font-size: 34px;
  font-weight: 240;
  line-height: 1;
}

.landing-feature-card.feature-create strong,
.landing-feature-card.feature-create em {
  position: static;
  width: auto;
  padding: 0;
  align-self: center;
  text-align: center;
  white-space: normal;
}

.landing-page .landing-showcase h3 {
  width: min(760px, 100%);
  margin: 28px 0 0;
  color: var(--intro-text);
  font-size: 22px;
  line-height: 1.32;
  text-align: left;
}

.landing-page .landing-showcase > p {
  width: min(760px, 100%);
  margin: 10px 0 0;
  color: var(--intro-muted);
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.landing-page .landing-section,
.landing-page .section-alt,
.landing-page .flow-section,
.landing-page .standout-section,
.landing-page .landing-final,
.landing-page .scene-feature-section {
  position: relative;
  z-index: 4;
  width: var(--intro-page);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: transparent;
}

.landing-page .scene-feature-section,
.landing-page .standout-section,
.landing-page .flow-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.landing-page .scene-feature-section > p,
.landing-page .standout-section > p,
.landing-page .flow-section > p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--intro-muted);
  font-size: 16px;
  line-height: 1.72;
  text-align: left;
}

.landing-page .scene-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.72fr);
  gap: 24px;
  width: 100%;
  max-width: none;
  margin-top: 34px;
  align-items: stretch;
}

.landing-page .scene-feature-media,
.landing-page .standout-media,
.landing-page .flow-grid article,
.landing-page .scene-feature-list article {
  border: 1px solid var(--intro-line);
  border-radius: var(--intro-radius);
  background: var(--intro-surface);
  box-shadow: none;
}

.landing-page .scene-feature-media {
  min-height: 420px;
  overflow: hidden;
}

.landing-page .scene-feature-media span {
  color: rgba(239, 247, 255, 0.8);
}

.landing-page .scene-feature-list {
  display: grid;
  gap: 12px;
}

.landing-page .scene-feature-list article {
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 76px;
  padding: 16px;
}

.landing-page .scene-feature-list article.active {
  border-color: var(--intro-line-strong);
  background:
    linear-gradient(135deg, rgba(79, 130, 255, 0.16), rgba(86, 215, 255, 0.06)),
    var(--intro-surface-strong);
}

.landing-page .scene-feature-list em {
  color: var(--intro-cyan);
  font-size: 14px;
}

.landing-page .scene-feature-list h3 {
  color: var(--intro-text);
  font-size: 16px;
  line-height: 1.3;
}

.landing-page .scene-feature-list p {
  margin-top: 6px;
  color: var(--intro-subtle);
  font-size: 13px;
  line-height: 1.55;
}

.landing-page .standout-list {
  width: 100%;
  max-width: none;
  margin-top: 34px;
  gap: 18px;
}

.landing-page .standout-list article,
.landing-page .standout-list article.reverse {
  display: grid;
  grid-template-columns: 38% minmax(0, 1fr);
  gap: 24px;
  min-height: 300px;
  padding: 18px;
  border: 1px solid var(--intro-line);
  border-radius: var(--intro-radius);
  background: rgba(12, 18, 29, 0.76);
  box-shadow: none;
}

.landing-page .standout-list article.reverse .standout-media {
  order: 0;
}

.landing-page .standout-copy {
  justify-content: center;
  max-width: 680px;
}

.landing-page .standout-copy span {
  width: 44px;
  height: 28px;
  border-color: rgba(86, 215, 255, 0.22);
  border-radius: 999px;
  background: rgba(86, 215, 255, 0.08);
  color: var(--intro-cyan);
}

.landing-page .standout-copy h3 {
  color: var(--intro-text);
  font-size: 24px;
}

.landing-page .standout-copy p {
  color: var(--intro-muted);
  font-size: 15px;
  line-height: 1.72;
}

.landing-page .standout-copy button {
  width: 142px;
  min-width: 142px;
  min-height: 42px;
  margin-top: 4px;
  font-size: 14px;
}

.landing-page .flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  gap: 16px;
  margin-top: 34px;
}

.landing-page .flow-grid article {
  min-height: 190px;
  padding: 24px;
}

.landing-page .flow-grid strong {
  color: var(--intro-cyan);
}

.landing-page .flow-grid h3 {
  color: var(--intro-text);
  font-size: 20px;
}

.landing-page .flow-grid p {
  color: var(--intro-muted);
  font-size: 15px;
}

.landing-page .landing-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 220px;
  margin-bottom: 72px;
  padding: 40px;
  border: 1px solid var(--intro-line);
  border-radius: var(--intro-radius);
  background:
    radial-gradient(circle at 84% 20%, rgba(79, 130, 255, 0.18), transparent 32%),
    rgba(12, 18, 29, 0.82);
}

.landing-page .landing-final h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  text-align: left;
}

.landing-page .landing-final p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--intro-muted);
  text-align: left;
}

@media (max-width: 1440px) {
  .landing-page {
    --intro-page: min(1280px, calc(100vw - 96px));
  }

  .landing-feature-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .landing-page {
    --intro-page: calc(100vw - 40px);
  }

  .landing-page .hitpaw-copy h1 {
    font-size: 48px;
  }

  .landing-page .hero-bullets,
  .landing-feature-row,
  .landing-page .scene-feature-layout,
  .landing-page .standout-list article,
  .landing-page .standout-list article.reverse,
  .landing-page .flow-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .landing-showcase {
    margin-top: -120px;
  }

  .landing-page .landing-final {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}

/* Landing density and interaction pass. */
.landing-page {
  --intro-page: min(1560px, calc(100vw - 224px));
  --intro-radius: 14px;
}

.landing-page .nav-actions:empty {
  display: none;
}

.landing-page .landing-header .nav {
  grid-template-columns: auto 1fr;
}

.landing-page .hitpaw-copy {
  padding-top: clamp(96px, 12vh, 132px);
}

.landing-page .hero-primary,
.landing-page .section-cta,
.landing-page .standout-copy button {
  background: linear-gradient(135deg, #2f6cff 0%, #6fa7ff 100%);
}

.landing-page .landing-showcase {
  margin-top: -232px;
  padding-bottom: 36px;
}

.landing-feature-row {
  gap: 10px;
}

.landing-feature-card {
  min-height: 176px;
}

.landing-feature-card .feature-thumb {
  inset: 0 0 56px;
}

.landing-feature-card strong {
  bottom: 28px;
}

.landing-page .scene-feature-section,
.landing-page .standout-section,
.landing-page .flow-section {
  padding-top: 52px;
  padding-bottom: 52px;
}

.landing-page .scene-feature-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 20px;
  margin-top: 28px;
}

.landing-page .scene-feature-media {
  position: relative;
  min-height: 384px;
  border-color: rgba(112, 155, 244, 0.2);
  background: #0c1423;
}

.scene-compare {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

.scene-before,
.scene-after {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.scene-before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 80px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 72px),
    radial-gradient(circle at 28% 34%, rgba(86, 215, 255, 0.09), transparent 30%),
    linear-gradient(135deg, #182337, #0a101b 62%, #060a11);
  filter: saturate(0.72) blur(0.2px);
}

.scene-after {
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
  background:
    radial-gradient(circle at 28% 34%, rgba(86, 215, 255, 0.24), transparent 31%),
    radial-gradient(circle at 74% 24%, rgba(111, 168, 255, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 80px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 72px),
    linear-gradient(135deg, #223f65, #10233b 58%, #080f1a);
}

.scene-2 .scene-before,
.scene-2 .scene-after {
  background-blend-mode: screen, normal, normal, normal;
}

.scene-3 .scene-before {
  background:
    radial-gradient(circle at 40% 44%, rgba(111, 168, 255, 0.08), transparent 32%),
    repeating-linear-gradient(18deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 28px),
    linear-gradient(135deg, #172033, #070b12);
}

.scene-3 .scene-after {
  background:
    radial-gradient(circle at 40% 44%, rgba(111, 168, 255, 0.24), transparent 33%),
    repeating-linear-gradient(18deg, rgba(255, 255, 255, 0.09) 0 2px, transparent 2px 28px),
    linear-gradient(135deg, #244a78, #0c1727);
}

.scene-4 .scene-before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 58px),
    radial-gradient(circle at 62% 36%, rgba(86, 215, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #141d2e, #070b12);
}

.scene-4 .scene-after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 58px),
    radial-gradient(circle at 62% 36%, rgba(86, 215, 255, 0.24), transparent 28%),
    linear-gradient(135deg, #21436b, #0b1524);
}

.scene-5 .scene-before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 22px),
    radial-gradient(circle at 76% 30%, rgba(111, 168, 255, 0.08), transparent 30%),
    linear-gradient(135deg, #151e2f, #060a11);
}

.scene-5 .scene-after {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 22px),
    radial-gradient(circle at 76% 30%, rgba(111, 168, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #24476f, #0b1626);
}

.scene-before span,
.scene-after span {
  position: absolute;
  top: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(231, 239, 255, 0.16);
  border-radius: 999px;
  background: rgba(5, 8, 14, 0.45);
  color: rgba(244, 249, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.scene-before span {
  right: 18px;
}

.scene-after span {
  left: 18px;
  color: #fff;
}

.scene-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  z-index: 4;
  width: 2px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 24px rgba(86, 215, 255, 0.5);
}

.scene-divider::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(7, 12, 20, 0.72);
  color: #fff;
  font-size: 16px;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.scene-compare-range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.scene-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 6;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  pointer-events: none;
}

.scene-caption strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}

.scene-caption span {
  max-width: 380px;
  color: rgba(226, 235, 249, 0.68);
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.landing-page .scene-feature-list {
  gap: 10px;
}

.landing-page .scene-feature-list button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  padding: 14px 16px;
  border: 1px solid var(--intro-line);
  border-radius: var(--intro-radius);
  background: rgba(8, 13, 22, 0.66);
  color: var(--intro-text);
  text-align: left;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 220ms ease;
}

.landing-page .scene-feature-list button:hover {
  border-color: rgba(112, 155, 244, 0.3);
  background: rgba(15, 23, 36, 0.82);
  transform: translateX(-3px);
}

.landing-page .scene-feature-list button.active {
  border-color: rgba(112, 155, 244, 0.42);
  background:
    linear-gradient(135deg, rgba(79, 130, 255, 0.16), rgba(86, 215, 255, 0.05)),
    rgba(16, 25, 40, 0.9);
}

.landing-page .scene-feature-list button em {
  color: var(--intro-cyan);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.landing-page .scene-feature-list button h3 {
  color: var(--intro-text);
  font-size: 16px;
  line-height: 1.3;
}

.landing-page .scene-feature-list button p {
  margin-top: 5px;
  color: var(--intro-subtle);
  font-size: 12px;
  line-height: 1.48;
}

.landing-page .standout-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 14px;
  margin-top: 28px;
}

.landing-page .standout-grid article {
  min-height: 276px;
  border: 1px solid var(--intro-line);
  border-radius: var(--intro-radius);
  background:
    radial-gradient(circle at 82% 12%, rgba(79, 130, 255, 0.13), transparent 34%),
    rgba(10, 16, 26, 0.82);
  overflow: hidden;
}

.landing-page .standout-grid article:first-child {
  grid-row: span 2;
  min-height: 432px;
  background:
    radial-gradient(circle at 72% 18%, rgba(86, 215, 255, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(10, 16, 26, 0.86);
}

.landing-page .standout-grid .standout-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  max-width: none;
  padding: 26px;
}

.landing-page .standout-grid article:first-child .standout-copy {
  justify-content: flex-end;
  padding: 34px;
}

.landing-page .standout-grid .standout-copy h3 {
  max-width: 460px;
  margin-top: 22px;
  color: var(--intro-text);
  font-size: 22px;
  line-height: 1.28;
  text-wrap: balance;
}

.landing-page .standout-grid article:first-child .standout-copy h3 {
  max-width: 520px;
  font-size: 30px;
  line-height: 1.22;
}

.landing-page .standout-grid .standout-copy p {
  max-width: 560px;
  margin-top: 12px;
  color: var(--intro-muted);
  font-size: 14px;
  line-height: 1.68;
}

.landing-page .standout-grid .standout-copy button {
  width: auto;
  min-width: 116px;
  min-height: 38px;
  margin-top: auto;
  padding: 0 18px;
  align-self: flex-start;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: 0 12px 32px rgba(47, 98, 242, 0.26);
}

.landing-page .standout-grid article:first-child .standout-copy button {
  margin-top: 28px;
}

.landing-page .standout-grid .standout-copy span {
  flex: 0 0 auto;
  width: 34px;
  height: 24px;
  font-size: 13px;
}

@media (max-width: 1440px) {
  .landing-page {
    --intro-page: min(1280px, calc(100vw - 96px));
  }
}

@media (max-width: 1024px) {
  .landing-page {
    --intro-page: calc(100vw - 40px);
  }

  .landing-page .landing-header .nav,
  .landing-page .scene-feature-layout,
  .landing-page .standout-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .standout-grid article:first-child {
    grid-row: auto;
    min-height: 320px;
  }

  .scene-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .scene-caption span {
    text-align: left;
  }
}

/* Landing typography normalization: Seko-like quiet scale and aligned card rhythm. */
.landing-page {
  --intro-text: rgba(255, 255, 255, 0.94);
  --intro-muted: rgba(232, 238, 248, 0.68);
  --intro-subtle: rgba(232, 238, 248, 0.5);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-kerning: normal;
  text-rendering: geometricPrecision;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p,
.landing-page button,
.landing-page span,
.landing-page em,
.landing-page strong {
  letter-spacing: 0;
}

.landing-page .brand strong {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.landing-page .brand em {
  margin-top: 2px;
  color: rgba(232, 238, 248, 0.64);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}

.landing-page .nav-links button {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.landing-page .hero-kicker {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.landing-page .hitpaw-copy h1 {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(56px, 4vw, 72px);
  font-weight: 760;
  line-height: 1.08;
}

.landing-page .hero-desc {
  max-width: 640px;
  color: var(--intro-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.landing-page .hero-primary,
.landing-page .section-cta,
.landing-page .standout-copy button {
  font-size: 15px;
  font-weight: 650;
  line-height: 20px;
}

.landing-page .landing-showcase {
  margin-top: -276px;
}

.landing-page .landing-showcase h2,
.landing-page .scene-feature-section h2,
.landing-page .standout-section h2,
.landing-page .flow-section h2,
.landing-page .landing-final h2 {
  color: var(--intro-text);
  font-size: 26px;
  font-weight: 650;
  line-height: 34px;
  text-align: left;
}

.landing-page .scene-feature-section > p,
.landing-page .standout-section > p,
.landing-page .flow-section > p,
.landing-page .landing-final p {
  color: var(--intro-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.landing-feature-card {
  min-height: 164px;
}

.landing-feature-card strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.landing-feature-card em {
  color: var(--intro-subtle);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.feature-create .feature-plus {
  font-size: 30px;
  font-weight: 300;
}

.landing-page .scene-feature-layout {
  margin-top: 30px;
}

.landing-page .scene-feature-media {
  min-height: 356px;
}

.scene-before,
.scene-after,
.scene-3 .scene-before,
.scene-3 .scene-after,
.scene-4 .scene-before,
.scene-4 .scene-after,
.scene-5 .scene-before,
.scene-5 .scene-after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 72px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 64px),
    linear-gradient(135deg, #172235 0%, #0b111d 58%, #05080e 100%);
}

.scene-after,
.scene-3 .scene-after,
.scene-4 .scene-after,
.scene-5 .scene-after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 72px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.065) 0 1px, transparent 1px 64px),
    linear-gradient(135deg, #21456c 0%, #10243b 56%, #08111e 100%);
}

.scene-before span,
.scene-after span {
  display: none;
}

.landing-page .scene-feature-list button {
  min-height: 68px;
}

.landing-page .scene-feature-list button h3 {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.landing-page .scene-feature-list button p {
  color: var(--intro-subtle);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.landing-page .scene-feature-list button em {
  font-size: 14px;
  font-weight: 650;
  line-height: 20px;
}

.landing-page .standout-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.landing-page .standout-grid article,
.landing-page .standout-grid article:first-child {
  grid-row: auto;
  min-height: 236px;
  border-radius: var(--intro-radius);
}

.landing-page .standout-grid .standout-copy,
.landing-page .standout-grid article:first-child .standout-copy {
  justify-content: flex-start;
  padding: 28px;
}

.landing-page .standout-grid .standout-copy span {
  width: 34px;
  height: 24px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 650;
  line-height: 20px;
}

.landing-page .standout-grid .standout-copy h3,
.landing-page .standout-grid article:first-child .standout-copy h3 {
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 22px;
  font-weight: 650;
  line-height: 30px;
  text-align: left;
}

.landing-page .standout-grid .standout-copy p {
  max-width: 100%;
  margin-top: 16px;
  color: var(--intro-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.landing-page .standout-grid .standout-copy button {
  min-width: 112px;
  min-height: 36px;
  margin-top: auto;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 650;
}

.landing-page .flow-grid h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.landing-page .flow-grid p {
  font-size: 15px;
  line-height: 24px;
}

/* Hero copy spacing refinement. */
.landing-page .hitpaw-copy h1 {
  max-width: 800px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(54px, 3.9vw, 70px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.landing-page .hero-desc {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(232, 238, 248, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: 0.006em;
  text-wrap: pretty;
}

.landing-page .hero-primary {
  margin-top: 34px;
}

.landing-feature-card {
  cursor: pointer;
}

/* Login modal: phone / WeChat switcher. */
.login-modal {
  width: 500px;
  padding: 38px 34px 32px;
}

.login-modal .login-icon,
.login-modal > p {
  display: none;
}

.login-modal h2 {
  max-width: 360px;
  margin: 4px auto 26px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 24px;
  font-weight: 720;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0;
}

.login-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 210px;
  min-height: 34px;
  margin: 0 auto 24px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.login-tabs button {
  border-radius: 999px;
  background: transparent;
  color: rgba(232, 238, 248, 0.56);
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.login-tabs button.active {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.94);
}

.phone-login-panel,
.wechat-login-panel {
  min-height: 178px;
}

.login-modal label {
  gap: 10px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 650;
  line-height: 20px;
}

.login-modal input {
  min-height: 52px;
  border-color: rgba(203, 217, 238, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 500;
}

.login-modal input[aria-invalid="true"] {
  border-color: rgba(255, 142, 142, 0.72);
  background: rgba(255, 120, 120, 0.08);
  box-shadow: 0 0 0 3px rgba(255, 120, 120, 0.1);
}

.code-row {
  grid-template-columns: minmax(0, 1fr) 126px;
}

.code-row button {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 650;
  transition:
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.code-row button.is-disabled {
  background: rgba(255, 255, 255, 0.055);
  color: rgba(232, 238, 248, 0.34);
  cursor: not-allowed;
}

.wechat-login-panel {
  display: grid;
  place-items: center;
}

.wechat-qr {
  position: relative;
  display: grid;
  width: 164px;
  height: 164px;
  place-items: center;
  border: 1px solid rgba(203, 217, 238, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 22px 22px;
}

.wechat-qr span {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(111, 168, 255, 0.3);
}

.wechat-qr span:nth-child(1) {
  top: 18px;
  left: 18px;
}

.wechat-qr span:nth-child(2) {
  top: 18px;
  right: 18px;
}

.wechat-qr span:nth-child(3) {
  bottom: 18px;
  left: 18px;
}

.wechat-qr strong {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 650;
}

.wechat-qr.expired::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(5, 8, 14, 0.72);
  backdrop-filter: blur(2px);
}

.wechat-qr.expired span {
  opacity: 0.2;
}

.wechat-qr button {
  position: relative;
  z-index: 2;
  width: 118px;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #376fff 0%, #6fa7ff 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 720;
  line-height: 16px;
  box-shadow: 0 14px 34px rgba(47, 98, 242, 0.32);
}

.login-submit {
  min-height: 52px;
  margin-top: 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 720;
}

.login-modal small {
  margin-top: 16px;
  color: rgba(232, 238, 248, 0.5);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.login-toast {
  position: absolute;
  left: 50%;
  bottom: -58px;
  z-index: 5;
  width: max-content;
  max-width: calc(100% - 40px);
  padding: 11px 16px;
  transform: translateX(-50%);
  border: 1px solid rgba(120, 164, 255, 0.24);
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.92);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
  color: rgba(245, 248, 255, 0.94);
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
  text-align: center;
  animation: toast-in 180ms ease-out both;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translate(-50%, 6px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Product upload page alignment and button interaction fix. */
.vmake-main {
  display: flex;
  justify-content: center;
  padding: 72px 48px 72px;
}

.vmake-upload-view,
.vmake-editor-view {
  width: min(1180px, calc(100vw - 224px));
  margin: 0 auto;
}

.vmake-upload-view {
  align-self: flex-start;
}

.upload-primary,
.drop-zone .upload-primary,
.drop-zone:hover .upload-primary,
.drop-zone:active .upload-primary,
.drop-zone:focus-visible .upload-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 46px;
  border: 1px solid rgba(169, 197, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, #376fff 0%, #6fa7ff 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 720;
  line-height: 20px;
  box-shadow: 0 16px 42px rgba(47, 98, 242, 0.3);
}

.drop-zone:active .upload-primary {
  transform: translateY(1px);
  filter: brightness(0.96);
}

.drop-zone:focus-visible {
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(79, 130, 255, 0.18),
    0 0 0 3px rgba(79, 130, 255, 0.24),
    0 18px 48px rgba(47, 98, 242, 0.14);
}

/* Interactive filters for points and assets. */
.assets-view .asset-filters button,
.points-tabs button {
  min-height: 34px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.052);
  color: var(--sr-text-secondary);
  font-size: 13px;
  font-weight: 720;
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition);
}

.assets-view .asset-filters button:hover,
.points-tabs button:hover {
  color: var(--sr-text);
  transform: translateY(-1px);
}

.assets-view .asset-filters button.active,
.points-tabs button.active {
  border-color: rgba(79, 130, 255, 0.56);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.2), rgba(53, 216, 255, 0.07)),
    rgba(255, 255, 255, 0.04);
  color: var(--sr-text);
}

/* Simplified points modal: keep the accounting readable for public beta users. */
.points-modal {
  width: 540px;
  max-width: calc(100vw - 48px);
  min-height: 0;
  padding: 28px 36px 26px;
  border: 1px solid var(--sr-line-strong);
  border-radius: var(--sr-radius-lg);
}

.points-modal .close-button {
  top: 18px;
  right: 18px;
}

.points-summary {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 12px;
  margin: 24px 0 18px;
}

.points-summary div {
  display: grid;
  min-height: 92px;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.points-summary strong {
  font-size: 28px;
  line-height: 1;
}

.points-summary em {
  margin-top: 2px;
}

.points-tabs {
  grid-template-columns: repeat(3, 1fr);
  min-height: 38px;
  margin-bottom: 14px;
  padding: 3px;
  gap: 4px;
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.055);
}

.points-tabs button,
.points-tabs button:hover,
.points-tabs button.active {
  min-height: 32px;
  border-radius: 9px;
  transform: none;
}

.points-tabs button::before {
  display: none;
}

.points-records {
  display: grid;
  max-height: 292px;
  gap: 10px;
  overflow: auto;
}

.points-record {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.045);
}

.points-record span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.points-record span strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.points-record small {
  color: var(--sr-text-tertiary);
  font-size: 12px;
}

.points-record b.income {
  color: var(--sr-accent);
}

.points-record b.expense {
  color: rgba(248, 251, 255, 0.9);
}

.points-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  color: var(--sr-text-tertiary);
  font-size: 13px;
}

.empty-record,
.assets-empty {
  display: grid;
  min-height: 96px;
  place-items: center;
  border: 1px dashed var(--sr-border);
  border-radius: var(--sr-radius-sm);
  color: var(--sr-text-tertiary);
  font-size: 14px;
}

.assets-empty {
  grid-column: 1 / -1;
}

/* Editor page proportion polish */
.vmake-main {
  align-items: flex-start;
  padding: 56px 48px 72px;
}

.vmake-editor-view {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 18px;
  width: min(1140px, calc(100vw - 224px));
  margin: 0 auto;
  padding: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% -8%, rgba(79, 130, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.026)),
    rgba(13, 19, 31, 0.92);
  box-shadow:
    0 22px 64px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.editor-stage {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.editor-preview {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: 520px;
  border-radius: 16px;
  background: #0d1624;
}

.editor-placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 56% 38%, rgba(74, 129, 255, 0.18), transparent 30%),
    linear-gradient(132deg, transparent 0 47%, rgba(255, 255, 255, 0.075) 49% 51%, transparent 53%),
    repeating-linear-gradient(0deg, #142033 0 34px, #101a2b 34px 68px);
}

.editor-controls {
  display: grid;
  grid-template-columns: 38px 158px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 10px;
  padding: 0 4px;
}

.preview-play-button {
  display: inline-flex;
  width: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(156, 178, 220, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(245, 248, 255, 0.9);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.preview-play-button:hover {
  border-color: rgba(126, 174, 255, 0.46);
  background: rgba(79, 130, 255, 0.16);
  transform: translateY(-1px);
}

.preview-play-button svg {
  margin-left: 1px;
}

.editor-controls > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(156, 178, 220, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(232, 239, 255, 0.76);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  white-space: nowrap;
}

.timeline {
  display: flex;
  height: 34px;
  align-items: center;
  border-radius: 999px;
  background: transparent;
}

.timeline input {
  width: 100%;
  height: 18px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.timeline input::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #f8fbff 0 var(--progress), rgba(126, 174, 255, 0.98) var(--progress), rgba(156, 178, 220, 0.2) var(--progress) 100%);
}

.timeline input::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  appearance: none;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #6da3ff;
  box-shadow: 0 6px 18px rgba(47, 98, 242, 0.34);
}

.timeline input::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(156, 178, 220, 0.2);
}

.timeline input::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f8fbff, #7faeff);
}

.timeline input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #6da3ff;
  box-shadow: 0 6px 18px rgba(47, 98, 242, 0.34);
}

.retention-note {
  margin: 28px 0 6px;
  color: rgba(232, 239, 255, 0.52);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.editor-panel {
  display: flex;
  min-height: 0;
  align-self: start;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.file-row {
  min-height: 40px;
  padding: 0 2px 10px;
  border-bottom: 1px solid rgba(156, 178, 220, 0.14);
  color: rgba(232, 239, 255, 0.72);
  font-size: 13px;
  font-weight: 650;
}

.file-row button {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(232, 239, 255, 0.72);
}

.setting-block {
  gap: 10px;
  padding: 13px 14px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.025);
}

.setting-block h3 {
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 20px;
}

.setting-block > span {
  margin-top: 2px;
  color: rgba(232, 239, 255, 0.52);
  font-size: 12px;
  line-height: 16px;
}

.model-grid,
.resolution-row,
.scene-tags {
  gap: 8px;
}

.model-grid button {
  width: 70px;
  height: 56px;
  border-radius: 12px;
  font-size: 14px;
}

.model-grid button svg {
  width: 16px;
  height: 16px;
}

.resolution-row button,
.scene-tags button {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 13px;
}

.model-grid button.selected,
.resolution-row button.selected,
.scene-tags button.selected {
  border-color: rgba(104, 153, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(58, 111, 255, 0.28), rgba(110, 172, 255, 0.12)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 0 0 1px rgba(180, 207, 255, 0.12),
    0 10px 22px rgba(47, 98, 242, 0.12);
}

.editor-process-button {
  min-height: 48px;
  margin-top: 1px;
  border-radius: 14px;
  background: linear-gradient(135deg, #326dff 0%, #72a9ff 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 820;
  box-shadow: 0 16px 34px rgba(47, 98, 242, 0.28);
}

.editor-process-button:disabled {
  background: rgba(115, 154, 224, 0.42);
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

/* Center the upload/editor working area lower in the viewport */
.vmake-upload-view {
  margin-top: 72px;
}

.vmake-editor-view {
  margin-top: 26px;
}

.editor-panel {
  padding-top: 4px;
}

.editor-process-button {
  margin-top: 18px;
}

/* PRD v1.0.0 workflow sync: onboarding survey and batch upload review. */
.upload-queue-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fbff;
}

.upload-queue-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.upload-queue-head strong {
  color: #111827;
  font-size: 15px;
}

.upload-queue-head span,
.task-limit-note {
  color: #64748b;
  font-size: 12px;
}

.upload-queue-list {
  display: grid;
  gap: 8px;
}

.upload-queue-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 9px 10px;
  border: 1px solid #e6edf7;
  border-radius: 10px;
  background: #fff;
}

.upload-queue-item span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.upload-queue-item strong {
  overflow: hidden;
  color: #1f2937;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-queue-item em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.upload-queue-item button {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  background: #eef3fb;
  color: #35506f;
  font-size: 12px;
  font-weight: 800;
}

.upload-queue-item button:hover {
  background: #e3ebf7;
}

.task-limit-warning,
.task-limit-note {
  margin: 0;
  line-height: 1.45;
}

.task-limit-warning {
  display: none;
  padding: 9px 10px;
  border-radius: 10px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
}

.task-limit-warning.show {
  display: block;
}

.task-limit-warning button {
  padding: 0 2px;
  background: transparent;
  color: #1d4ed8;
  font-weight: 900;
}

.editor-process-button:disabled {
  cursor: not-allowed;
  background: #a8b6d6;
  box-shadow: none;
}

.survey-modal {
  position: relative;
  width: min(620px, calc(100vw - 48px));
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 0%, rgba(51, 103, 255, 0.24), transparent 34%),
    #111722;
  color: #fff;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.48);
}

.survey-backdrop {
  z-index: 180;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(20px) saturate(1.08);
}

.survey-modal h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.22;
}

.survey-modal > p {
  margin: 9px 0 18px;
  color: rgba(235, 241, 255, 0.72);
  line-height: 1.55;
}

.survey-step-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.survey-step-indicator span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(235, 241, 255, 0.62);
  font-size: 12px;
  font-weight: 900;
}

.survey-step-indicator span.active {
  border-color: rgba(104, 142, 255, 0.86);
  background: rgba(51, 103, 255, 0.28);
  color: #fff;
}

.survey-step-indicator i {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.survey-step-panel {
  display: grid;
  gap: 18px;
  margin-top: 12px;
}

.survey-group {
  display: grid;
  gap: 10px;
}

.survey-group strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.survey-group strong em {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(235, 241, 255, 0.62);
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
}

.survey-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.survey-options button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 249, 255, 0.8);
  font-size: 14px;
  font-weight: 800;
}

.survey-options button.selected {
  border-color: rgba(104, 142, 255, 0.82);
  background: rgba(51, 103, 255, 0.24);
  color: #fff;
}

.survey-other-input {
  width: min(360px, 100%);
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(104, 142, 255, 0.34);
  border-radius: 10px;
  outline: none;
  background: rgba(6, 10, 18, 0.42);
  color: #f7f9ff;
  font-size: 14px;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.survey-other-input::placeholder {
  color: rgba(235, 241, 255, 0.48);
}

.survey-other-input:focus {
  border-color: rgba(104, 142, 255, 0.82);
  background: rgba(6, 10, 18, 0.62);
  box-shadow: 0 0 0 3px rgba(51, 103, 255, 0.16);
}

.survey-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
}

.survey-actions button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 900;
}

.survey-back {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(247, 249, 255, 0.86);
}

.survey-submit {
  background: #fff;
  color: #0b1020;
}

.survey-submit:disabled {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(247, 249, 255, 0.42);
}

.support-backdrop {
  z-index: 190;
}

.workbench-modal-backdrop {
  z-index: 170;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(18px) saturate(1.08);
}

.workbench-modal {
  position: relative;
  display: grid;
  width: min(720px, calc(100vw - 48px));
  max-height: calc(100vh - 88px);
  gap: 18px;
  padding: 30px;
  overflow: auto;
  border: 1px solid rgba(104, 153, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 0%, rgba(51, 103, 255, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    #101724;
  color: #fff;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.52);
}

.workbench-modal-head h2,
.submit-success-modal h2 {
  margin: 0;
  color: rgba(248, 251, 255, 0.96);
  font-size: 26px;
  line-height: 34px;
}

.workbench-modal-head p,
.submit-success-modal p {
  margin: 8px 36px 0 0;
  color: rgba(232, 239, 255, 0.66);
  font-size: 14px;
  line-height: 22px;
}

.upload-review-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 12px 14px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.upload-review-toolbar strong {
  color: rgba(248, 251, 255, 0.9);
  font-size: 14px;
}

.upload-review-toolbar button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(104, 153, 255, 0.14);
  color: rgba(248, 251, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.upload-review-toolbar button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.upload-review-list {
  display: grid;
  max-height: 320px;
  gap: 10px;
  overflow: auto;
}

.upload-review-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.upload-review-item div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.upload-review-item strong {
  overflow: hidden;
  color: rgba(248, 251, 255, 0.92);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-review-item span {
  color: rgba(232, 239, 255, 0.56);
  font-size: 13px;
}

.upload-review-item.failed {
  border-color: rgba(248, 113, 113, 0.26);
  background: rgba(127, 29, 29, 0.12);
}

.upload-review-item button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(232, 239, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.upload-review-empty {
  min-height: 68px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(156, 178, 220, 0.2);
  border-radius: 14px;
  color: rgba(232, 239, 255, 0.56);
  font-size: 14px;
}

.enhance-settings-modal .setting-block {
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.enhance-settings-modal .resolution-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.upload-summary-block {
  gap: 12px;
}

.settings-file-list {
  display: grid;
  max-height: 154px;
  gap: 8px;
  overflow: auto;
}

.settings-file-list div {
  display: grid;
  gap: 4px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(156, 178, 220, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.settings-file-list strong {
  overflow: hidden;
  color: rgba(248, 251, 255, 0.9);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.settings-file-list span {
  color: rgba(232, 239, 255, 0.56);
  font-size: 12px;
}

.estimate-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(104, 153, 255, 0.18);
  border-radius: 14px;
  background: rgba(51, 103, 255, 0.1);
}

.estimate-strip span {
  color: rgba(232, 239, 255, 0.64);
  font-size: 13px;
}

.estimate-strip strong {
  color: rgba(248, 251, 255, 0.94);
  font-size: 14px;
}

.workbench-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 2px;
}

.workbench-modal-actions button {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
}

.secondary-action {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(247, 249, 255, 0.82);
}

.primary-action {
  background: linear-gradient(135deg, #326dff 0%, #72a9ff 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(47, 98, 242, 0.28);
}

.primary-action:disabled {
  cursor: not-allowed;
  background: rgba(115, 154, 224, 0.34);
  color: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.submit-success-modal {
  width: min(480px, calc(100vw - 48px));
  justify-items: center;
  text-align: center;
}

.submit-success-modal p {
  margin-right: 0;
}

.success-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(77, 218, 168, 0.36);
  border-radius: 999px;
  background: rgba(77, 218, 168, 0.12);
  color: #7ee5b7;
}

.success-actions {
  justify-content: center;
  width: 100%;
}

/* Workbench v1.0.0: upload-only entry and settings + batch list layout. */
.upload-grid-single {
  grid-template-columns: minmax(620px, 760px);
  justify-content: center;
}

.upload-grid-single .vmake-upload-card {
  min-height: 360px;
  border-color: rgba(104, 153, 255, 0.24);
  background:
    radial-gradient(circle at 50% 8%, rgba(79, 130, 255, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.034)),
    rgba(13, 19, 31, 0.98);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.upload-grid-single .drop-zone {
  min-height: 300px;
  border-color: rgba(104, 153, 255, 0.34);
  background:
    radial-gradient(circle at 50% 50%, rgba(79, 130, 255, 0.18), transparent 48%),
    rgba(255, 255, 255, 0.026);
}

.upload-grid-single .drop-zone strong {
  color: rgba(248, 251, 255, 0.96);
}

.upload-grid-single .drop-zone span:not(.upload-primary),
.upload-grid-single .drop-zone em {
  color: rgba(232, 239, 255, 0.68);
}

.upload-grid-single .upload-primary {
  color: #fff;
  filter: brightness(1.08);
}

.vmake-upload-view .vmake-title h1 {
  color: rgba(248, 251, 255, 0.96);
}

.vmake-upload-view .vmake-title p {
  color: rgba(232, 239, 255, 0.66);
}

.vmake-editor-view {
  grid-template-columns: minmax(600px, 1fr) 360px;
  gap: 22px;
  width: min(1180px, calc(100vw - 224px));
  padding: 22px;
  border-color: rgba(104, 153, 255, 0.18);
  background:
    radial-gradient(circle at 18% -8%, rgba(79, 130, 255, 0.18), transparent 34%),
    radial-gradient(circle at 92% 6%, rgba(39, 215, 206, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(10, 15, 25, 0.94);
}

.editor-settings-stage {
  min-height: 0;
}

.editor-config-card {
  display: grid;
  gap: 18px;
  min-height: 520px;
  padding: 28px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022)),
    rgba(8, 14, 24, 0.56);
}

.editor-config-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 4px;
}

.editor-config-head h2 {
  margin: 0;
  color: rgba(248, 251, 255, 0.96);
  font-size: 28px;
  line-height: 36px;
}

.editor-config-head p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(232, 239, 255, 0.62);
  font-size: 14px;
  line-height: 22px;
}

.editor-config-head button,
.file-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.editor-config-head button {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(232, 239, 255, 0.76);
}

.editor-config-card .setting-block {
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.editor-config-card .setting-block h3 {
  color: rgba(248, 251, 255, 0.92);
  font-size: 16px;
}

.editor-config-card .model-grid {
  display: flex;
}

.editor-config-card .model-grid button {
  width: 128px;
  height: 58px;
  gap: 7px;
}

.resolution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.resolution-grid button {
  display: grid;
  min-height: 72px;
  align-content: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 14px;
  text-align: left;
}

.resolution-grid button strong {
  color: inherit;
  font-size: 16px;
  line-height: 20px;
}

.resolution-grid button span {
  color: rgba(232, 239, 255, 0.56);
  font-size: 12px;
  font-weight: 650;
  line-height: 16px;
}

.resolution-grid button.selected span {
  color: rgba(248, 251, 255, 0.76);
}

.editor-config-card .editor-process-button {
  justify-self: start;
  min-width: 280px;
  margin-top: 4px;
  padding: 0 22px;
}

.editor-process-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(126, 174, 255, 0.26);
  border-radius: 999px;
  background: rgba(79, 130, 255, 0.1);
  color: rgba(232, 239, 255, 0.78);
  font-size: 13px;
  font-weight: 720;
}

.editor-process-status.done {
  border-color: rgba(77, 218, 168, 0.28);
  background: rgba(77, 218, 168, 0.1);
}

.upload-list-panel {
  min-width: 0;
}

.upload-list-panel .file-row {
  min-height: 42px;
  padding: 0 0 12px;
}

.upload-list-panel .upload-queue-card {
  border-color: rgba(156, 178, 220, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
    rgba(8, 14, 24, 0.62);
}

.upload-list-panel .upload-queue-head strong {
  color: rgba(248, 251, 255, 0.92);
}

.upload-list-panel .upload-queue-head span,
.upload-list-panel .task-limit-note {
  color: rgba(232, 239, 255, 0.56);
}

.upload-list-panel .upload-queue-item {
  border-color: rgba(156, 178, 220, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.upload-list-panel .upload-queue-item strong {
  color: rgba(248, 251, 255, 0.9);
}

.upload-list-panel .upload-queue-item em {
  color: rgba(232, 239, 255, 0.54);
}

.upload-list-panel .upload-queue-item button {
  background: rgba(255, 255, 255, 0.075);
  color: rgba(232, 239, 255, 0.78);
}

.upload-list-panel .upload-queue-item button:hover {
  background: rgba(104, 153, 255, 0.16);
}

/* First version login page: full-screen phone login only. */
.login-page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: block;
  padding: 0;
  background: #000;
  backdrop-filter: none;
}

.login-page-backdrop .login-modal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 44vw);
  width: 100vw;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
}

.login-visual {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.08), rgba(0, 0, 0, 0.58) 84%, #000 100%),
    linear-gradient(180deg, rgba(232, 241, 246, 0.92), rgba(232, 207, 177, 0.74) 56%, rgba(151, 106, 66, 0.9) 100%);
}

.login-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22) 62%, rgba(0, 0, 0, 0.7) 86%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28) 100%);
  z-index: 2;
  pointer-events: none;
}

.login-visual::after {
  position: absolute;
  right: -16%;
  bottom: -8%;
  left: -10%;
  height: 38%;
  content: "";
  background:
    radial-gradient(ellipse at 22% 50%, rgba(58, 36, 20, 0.52), transparent 14%),
    radial-gradient(ellipse at 47% 60%, rgba(122, 78, 39, 0.5), transparent 18%),
    radial-gradient(ellipse at 70% 54%, rgba(92, 61, 35, 0.48), transparent 17%),
    linear-gradient(90deg, rgba(89, 60, 37, 0.48), rgba(218, 163, 103, 0.34), rgba(74, 50, 34, 0.52));
  filter: blur(12px);
  transform: skewY(-2deg);
  display: none;
}

.login-visual-media {
  position: absolute;
  inset: 0;
}

.login-visual-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
}

.login-visual-subject {
  position: absolute;
  left: 48%;
  top: 45%;
  width: 230px;
  height: 120px;
  border-radius: 52% 48% 42% 48%;
  background:
    linear-gradient(145deg, rgba(255, 238, 205, 0.92), rgba(157, 93, 45, 0.88) 58%, rgba(67, 42, 27, 0.9));
  filter: blur(0.2px);
  transform: translate(-50%, -50%) rotate(-7deg);
  box-shadow:
    46px 30px 26px rgba(84, 50, 24, 0.35),
    -18px -10px 22px rgba(255, 255, 255, 0.18);
  display: none;
}

.login-visual-subject::before {
  position: absolute;
  right: 18px;
  top: -52px;
  width: 48px;
  height: 76px;
  border-radius: 48% 48% 42% 42%;
  content: "";
  background:
    linear-gradient(155deg, rgba(255, 231, 190, 0.9), rgba(109, 67, 36, 0.86));
  transform: rotate(16deg);
}

.login-visual-subject::after {
  position: absolute;
  right: -72px;
  bottom: 20px;
  width: 96px;
  height: 30px;
  border-radius: 50%;
  content: "";
  background: rgba(95, 58, 31, 0.76);
  filter: blur(8px);
  transform: rotate(19deg);
}

.login-visual-dust {
  position: absolute;
  border-radius: 50%;
  background: rgba(230, 172, 102, 0.42);
  filter: blur(24px);
  display: none;
}

.dust-one {
  left: 52%;
  top: 57%;
  width: 260px;
  height: 72px;
}

.dust-two {
  left: 66%;
  top: 64%;
  width: 320px;
  height: 90px;
}

.login-panel {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  min-width: 0;
  padding: 64px clamp(56px, 6vw, 104px);
  background: #000;
  color: #fff;
}

.login-brand {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.58);
}

.login-brand strong {
  font-size: 22px;
  letter-spacing: 0;
}

.login-brand span {
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.login-page-backdrop .login-modal h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: 0;
}

.login-page-backdrop .login-modal h2 span {
  display: block;
}

.login-method-single {
  margin: 52px 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 840;
}

.login-page-backdrop .phone-login-panel {
  display: grid;
  width: min(296px, 100%);
  gap: 12px;
}

.login-page-backdrop .login-modal label {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.login-page-backdrop .login-modal label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.phone-input-shell,
.login-page-backdrop .code-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: #1f1f22;
}

.phone-input-shell b {
  padding-left: 14px;
  color: #fff;
  font-size: 14px;
}

.login-page-backdrop .code-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.login-page-backdrop .login-modal input {
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
}

.login-page-backdrop .login-modal input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.login-page-backdrop .code-row button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 780;
}

.login-page-backdrop .code-row button.is-disabled {
  color: rgba(255, 255, 255, 0.38);
}

.login-page-backdrop .login-submit {
  width: min(296px, 100%);
  min-height: 40px;
  margin-top: 40px;
  border-radius: 999px;
  background: #f2f3f5;
  color: #111;
  font-size: 14px;
  font-weight: 880;
}

.login-page-backdrop .login-submit:disabled {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.52);
  color: rgba(0, 0, 0, 0.58);
}

.login-page-backdrop .login-modal small {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: min(360px, calc(100% - 64px));
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  transform: translateX(-50%);
}

.login-page-backdrop .login-toast {
  position: fixed;
  top: 28px;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 140;
  width: auto;
  max-width: calc(100vw - 64px);
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(111, 168, 255, 0.26);
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.88);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
  color: rgba(245, 248, 255, 0.94);
  font-size: 13px;
  font-weight: 760;
  line-height: 38px;
  white-space: nowrap;
  transform: translateX(-50%);
}

/* Fixed points modal size: only the records area scrolls when content changes. */
.points-modal {
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto;
  width: 620px;
  height: 720px;
  max-height: calc(100vh - 96px);
  border-radius: 28px;
  overflow: hidden;
}

.points-summary {
  grid-template-columns: 1.18fr 1fr;
  gap: 14px;
  margin: 24px 0 12px;
}

.points-summary div {
  min-height: 112px;
  border-radius: 18px;
}

.points-rule-note {
  margin: 0 0 18px;
  padding: 0 2px;
  color: rgba(199, 210, 230, 0.68);
  font-size: 13px;
  line-height: 20px;
}

.points-tabs {
  margin-bottom: 14px;
  border-radius: 14px;
}

.points-record-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-self: stretch;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.018)),
    rgba(5, 10, 18, 0.36);
}

.points-record-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(156, 178, 220, 0.1);
  color: rgba(244, 248, 255, 0.9);
  font-size: 13px;
  font-weight: 780;
}

.points-record-title em {
  color: var(--sr-text-tertiary);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.points-records {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: none;
  height: auto;
  overflow-y: auto;
  gap: 8px;
  padding: 10px 8px 10px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  overscroll-behavior: contain;
}

.points-record {
  display: grid;
  flex: 0 0 78px;
  grid-template-columns: minmax(0, 1fr) 76px;
  align-items: center;
  min-height: 78px;
  gap: 16px;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.038);
}

.points-record span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.points-record span strong {
  color: rgba(248, 251, 255, 0.96);
  font-size: 14px;
  font-weight: 820;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.points-record span em {
  color: rgba(186, 198, 220, 0.72);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.points-record span small {
  color: rgba(186, 198, 220, 0.58);
  font-size: 12px;
  line-height: 16px;
}

.points-record b {
  justify-self: end;
  width: 76px;
  font-size: 18px;
  font-weight: 850;
  line-height: 24px;
  text-align: right;
}

.points-records::-webkit-scrollbar {
  width: 6px;
}

.points-records::-webkit-scrollbar-track {
  background: transparent;
}

.points-records::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(156, 178, 220, 0.22);
}

.points-footer {
  justify-content: space-between;
  margin-top: 18px;
  padding: 0 2px;
  color: rgba(199, 210, 230, 0.7);
}

/* Settings modal polish: readable upload rows, radio-like model selection, dark warning tone. */
.enhance-settings-modal .settings-file-list {
  display: flex;
  flex-direction: column;
  max-height: 198px;
  gap: 8px;
  padding-right: 6px;
  overflow-y: auto;
}

.enhance-settings-modal .settings-file-list div {
  display: grid;
  min-height: 58px;
  gap: 3px;
  padding: 10px 14px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.038);
}

.enhance-settings-modal .settings-file-list strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: rgba(248, 251, 255, 0.94);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enhance-settings-modal .settings-file-list span {
  display: block;
  color: rgba(199, 210, 230, 0.68);
  font-size: 12px;
  line-height: 18px;
}

.enhance-settings-modal .model-grid {
  display: inline-flex;
  width: auto;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(156, 178, 220, 0.12);
  border-radius: 14px;
  background: rgba(7, 12, 22, 0.22);
}

.enhance-settings-modal .model-grid button {
  display: inline-flex;
  width: auto;
  min-width: 112px;
  height: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(216, 225, 244, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.enhance-settings-modal .model-grid button svg {
  width: 15px;
  height: 15px;
}

.enhance-settings-modal .model-grid button:hover {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 251, 255, 0.94);
}

.enhance-settings-modal .model-grid button.selected {
  border-color: rgba(104, 153, 255, 0.64);
  background:
    linear-gradient(135deg, rgba(58, 111, 255, 0.24), rgba(110, 172, 255, 0.1)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(180, 207, 255, 0.1);
  color: rgba(248, 251, 255, 0.96);
}

.enhance-settings-modal .task-limit-warning {
  padding: 10px 12px;
  border: 1px solid rgba(104, 153, 255, 0.18);
  border-radius: 12px;
  background: rgba(51, 103, 255, 0.08);
  color: rgba(225, 232, 247, 0.82);
  font-size: 12px;
}

.enhance-settings-modal .task-limit-warning button {
  color: #78a8ff;
  font-weight: 900;
}

.upload-review-modal .task-limit-warning {
  padding: 10px 12px;
  border: 1px solid rgba(104, 153, 255, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(51, 103, 255, 0.1), rgba(51, 103, 255, 0.055)),
    rgba(7, 12, 22, 0.28);
  color: rgba(225, 232, 247, 0.82);
  font-size: 12px;
  line-height: 18px;
}

.upload-review-modal .task-limit-warning button {
  padding: 0 2px;
  background: transparent;
  color: #78a8ff;
  font-weight: 900;
}

.upload-review-modal .task-limit-note {
  color: rgba(199, 210, 230, 0.58);
  font-size: 12px;
}

.asset-detail-modal {
  border-color: rgba(104, 153, 255, 0.2);
  background:
    radial-gradient(circle at 84% 0%, rgba(51, 103, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
    rgba(9, 17, 30, 0.98);
}

.download-result-button {
  min-height: 46px;
  border: 1px solid rgba(134, 177, 255, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(135deg, #3f7cff, #6aa5ff),
    #3f7cff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 34px rgba(47, 98, 242, 0.26);
  color: rgba(255, 255, 255, 0.96);
}

.download-result-button:hover {
  background:
    linear-gradient(135deg, #4a86ff, #77afff),
    #4a86ff;
  transform: translateY(-1px);
}

.asset-detail-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.asset-detail-actions .download-result-button {
  margin: 0;
}

.feedback-entry-button {
  min-width: 128px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(156, 178, 220, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(232, 239, 255, 0.86);
  font-size: 15px;
  font-weight: 850;
}

.feedback-entry-button:hover {
  border-color: rgba(104, 153, 255, 0.36);
  background: rgba(104, 153, 255, 0.12);
}

.feedback-success-tip {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(104, 153, 255, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(51, 103, 255, 0.1), rgba(51, 103, 255, 0.055)),
    rgba(7, 12, 22, 0.28);
  color: rgba(225, 232, 247, 0.86);
  font-size: 12px;
  line-height: 18px;
}

.feedback-backdrop {
  z-index: 210;
}

.result-feedback-modal {
  position: relative;
  display: grid;
  width: 680px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 72px);
  gap: 16px;
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(104, 153, 255, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 0%, rgba(51, 103, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028)),
    rgba(9, 17, 30, 0.98);
  box-shadow: var(--sr-shadow-panel);
  color: var(--sr-text);
}

.result-feedback-modal .close-button {
  top: 22px;
  right: 22px;
}

.result-feedback-modal h2 {
  margin: 0 48px 0 0;
  color: rgba(248, 251, 255, 0.96);
  font-size: 24px;
  line-height: 32px;
}

.result-feedback-modal > p {
  margin: -8px 48px 0 0;
  color: rgba(199, 210, 230, 0.68);
  font-size: 13px;
  line-height: 21px;
}

.feedback-task-line {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.feedback-task-line span {
  color: rgba(199, 210, 230, 0.58);
  font-size: 12px;
}

.feedback-task-line strong {
  overflow: hidden;
  color: rgba(248, 251, 255, 0.92);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feedback-form {
  display: grid;
  gap: 14px;
}

.feedback-group {
  display: grid;
  gap: 10px;
}

.feedback-group strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(248, 251, 255, 0.92);
  font-size: 14px;
  line-height: 20px;
}

.feedback-group strong em {
  padding: 2px 7px;
  border: 1px solid rgba(104, 153, 255, 0.24);
  border-radius: 999px;
  color: rgba(174, 198, 245, 0.8);
  font-size: 11px;
  font-style: normal;
  font-weight: 760;
}

.feedback-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feedback-options button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(216, 225, 244, 0.74);
  font-size: 12px;
  font-weight: 760;
}

.feedback-options button.selected {
  border-color: rgba(104, 153, 255, 0.62);
  background: rgba(51, 103, 255, 0.18);
  color: rgba(248, 251, 255, 0.96);
}

.feedback-textarea {
  width: 100%;
  min-height: 76px;
  resize: vertical;
  padding: 12px;
  border: 1px solid rgba(156, 178, 220, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(248, 251, 255, 0.94);
  font-size: 13px;
  line-height: 20px;
}

.feedback-textarea::placeholder {
  color: rgba(199, 210, 230, 0.42);
}

.feedback-textarea[hidden] {
  display: none !important;
}

.feedback-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 4px;
}

.feedback-actions button {
  min-width: 96px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
}

.feedback-actions .secondary-action {
  border: 1px solid rgba(156, 178, 220, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(232, 239, 255, 0.82);
}

.feedback-actions .primary-action {
  border: 1px solid rgba(134, 177, 255, 0.42);
  background: linear-gradient(135deg, #3f7cff, #6aa5ff);
  color: rgba(255, 255, 255, 0.96);
}

.feedback-actions .primary-action:disabled {
  cursor: not-allowed;
  border-color: rgba(156, 178, 220, 0.12);
  background: rgba(104, 153, 255, 0.16);
  color: rgba(232, 239, 255, 0.42);
  box-shadow: none;
}

/* Final spacing pass: lower the upload action area and tighten login form rhythm. */
.vmake-upload-view {
  padding-top: 102px;
}

.vmake-upload-view .vmake-title {
  margin-bottom: 36px;
}

.upload-grid-single {
  margin-top: 26px;
}

.login-method-single {
  margin: 30px 0 14px;
}

.login-page-backdrop .phone-login-panel {
  gap: 8px;
}

.login-page-backdrop .login-submit {
  margin-top: 14px;
}

.assets-view .asset-failed-button {
  border: 1px solid rgba(248, 113, 113, 0.34);
  background: rgba(127, 29, 29, 0.12);
  color: rgba(255, 198, 198, 0.92);
}

.assets-view .asset-failed-button:hover {
  border-color: rgba(248, 113, 113, 0.48);
  background: rgba(127, 29, 29, 0.2);
  color: rgba(255, 230, 230, 0.96);
  transform: translateY(-1px);
}

.points-acquire-backdrop {
  z-index: 185;
}

.points-acquire-modal {
  position: relative;
  width: 480px;
  max-width: calc(100vw - 48px);
  padding: 30px;
  border: 1px solid rgba(104, 153, 255, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 0%, rgba(51, 103, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.03)),
    rgba(9, 17, 30, 0.98);
  box-shadow: var(--sr-shadow-panel);
  color: var(--sr-text);
}

.points-acquire-modal .close-button {
  top: 22px;
  right: 22px;
}

.points-acquire-modal h2 {
  margin: 8px 44px 10px 0;
  color: rgba(248, 251, 255, 0.96);
  font-size: 24px;
  line-height: 32px;
}

.points-acquire-modal p {
  margin: 0 22px 18px 0;
  color: rgba(199, 210, 230, 0.7);
  font-size: 13px;
  line-height: 22px;
}

.points-acquire-rules {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
}

.points-acquire-rules div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.points-acquire-rules strong {
  color: rgba(248, 251, 255, 0.92);
  font-size: 13px;
}

.points-acquire-rules span {
  color: rgba(199, 210, 230, 0.68);
  font-size: 12px;
  line-height: 18px;
}

.points-acquire-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.points-acquire-actions button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
}

.points-acquire-actions .secondary-action {
  border: 1px solid rgba(156, 178, 220, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(232, 239, 255, 0.82);
}

.points-acquire-actions .primary-action {
  border: 1px solid rgba(134, 177, 255, 0.42);
  background: linear-gradient(135deg, #3f7cff, #6aa5ff);
  color: rgba(255, 255, 255, 0.96);
}

/* Unified points acquisition: show the service QR directly without a second step. */
.support-backdrop {
  z-index: 185;
}

.support-modal {
  width: 424px;
  max-width: calc(100vw - 48px);
  padding: 30px 32px 28px;
  border-radius: 22px;
  text-align: left;
}

.support-modal .close-button {
  top: 20px;
  right: 20px;
}

.support-modal h2 {
  margin: 8px 42px 10px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.support-modal p {
  margin: 0 12px 22px 0;
  color: rgba(202, 214, 238, 0.76);
  font-size: 14px;
  line-height: 23px;
}

.support-modal .qr-placeholder {
  width: 220px;
  height: 220px;
  margin: 0 auto 18px;
  padding: 10px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.95),
    0 18px 54px rgba(18, 78, 210, 0.22);
}

.support-modal small {
  display: block;
  margin: 0;
  color: rgba(202, 214, 238, 0.58);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

/* Asset card alignment guard */
.assets-view .asset-card {
  box-sizing: border-box;
}

.assets-view .asset-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.assets-view .asset-card h3 {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assets-view .asset-meta {
  min-width: 0;
}

.assets-view .asset-meta div {
  min-width: 0;
}

.assets-view .asset-meta dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

.assets-view .asset-action-slot {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  overflow: hidden;
}

.assets-view .asset-detail-button {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0 14px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assets-view .asset-failed-button {
  border-color: rgba(116, 164, 255, 0.38);
  background: rgba(62, 118, 240, 0.1);
  color: rgba(218, 230, 255, 0.94);
}

.assets-view .asset-failed-button:hover {
  border-color: rgba(132, 180, 255, 0.56);
  background: rgba(72, 132, 255, 0.18);
  color: rgba(248, 251, 255, 0.98);
}

/* Points detail modal: align with the latest reference prototype. */
dialog.modal-dialog.points-backdrop[open] {
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
}

dialog.modal-dialog.points-backdrop::backdrop {
  background:
    radial-gradient(circle at 50% 0%, rgba(64, 124, 255, 0.16), transparent 40%),
    rgba(2, 6, 15, 0.74);
  backdrop-filter: blur(12px);
}

dialog.modal-dialog.points-backdrop .points-modal {
  width: 668px !important;
  max-width: calc(100vw - 48px) !important;
  min-height: 708px !important;
  max-height: calc(100vh - 48px) !important;
  overflow-y: auto !important;
  padding: 26px 51px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #22262b !important;
  color: #e9eef5 !important;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.42) !important;
}

dialog.modal-dialog.points-backdrop .points-modal .close-button {
  top: 18px !important;
  right: 56px !important;
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  background: transparent !important;
  color: #e9eef5 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

dialog.modal-dialog.points-backdrop .points-modal h2 {
  margin: 0 !important;
  padding-right: 56px !important;
  color: #f8fafc !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

dialog.modal-dialog.points-backdrop .points-summary {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  margin: 38px 0 34px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

dialog.modal-dialog.points-backdrop .points-summary div {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-summary span {
  color: rgba(203, 213, 225, 0.68) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

dialog.modal-dialog.points-backdrop .points-summary strong {
  color: #f8fafc !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

dialog.modal-dialog.points-backdrop .points-summary em {
  color: rgba(148, 163, 184, 0.72) !important;
  font-size: 12px !important;
  font-style: normal !important;
}

dialog.modal-dialog.points-backdrop .points-rule-note {
  margin: -20px 0 24px !important;
  color: rgba(148, 163, 184, 0.76) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

dialog.modal-dialog.points-backdrop .points-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  overflow: hidden !important;
  min-height: 36px !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #343a43 !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button {
  position: relative !important;
  min-width: 0 !important;
  min-height: 36px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(226, 232, 240, 0.72) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button + button::before {
  position: absolute !important;
  top: 11px !important;
  bottom: 11px !important;
  left: 0 !important;
  width: 1px !important;
  background: rgba(148, 163, 184, 0.18) !important;
  content: "" !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button.active {
  color: #ffffff !important;
}

dialog.modal-dialog.points-backdrop .points-record-panel {
  display: grid !important;
  gap: 22px !important;
  min-height: 338px !important;
}

dialog.modal-dialog.points-backdrop .points-record-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  color: #f8fafc !important;
  font-size: 15px !important;
  font-weight: 780 !important;
}

dialog.modal-dialog.points-backdrop .points-record-title em {
  color: rgba(148, 163, 184, 0.78) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

dialog.modal-dialog.points-backdrop .points-records {
  display: grid !important;
  gap: 24px !important;
}

dialog.modal-dialog.points-backdrop .points-record {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-record span {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
}

dialog.modal-dialog.points-backdrop .points-record span strong {
  overflow: hidden !important;
  color: #f8fafc !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

dialog.modal-dialog.points-backdrop .points-record em,
dialog.modal-dialog.points-backdrop .points-record small {
  overflow: hidden !important;
  color: rgba(148, 163, 184, 0.72) !important;
  font-size: 13px !important;
  font-style: normal !important;
  line-height: 1.35 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

dialog.modal-dialog.points-backdrop .points-record small {
  color: rgba(148, 163, 184, 0.48) !important;
  font-size: 12px !important;
}

dialog.modal-dialog.points-backdrop .points-record b {
  flex: 0 0 auto !important;
  color: #f1f5f9 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

dialog.modal-dialog.points-backdrop .points-record b.income {
  color: #30d9c8 !important;
}

dialog.modal-dialog.points-backdrop .points-record b.expense {
  color: #f1f5f9 !important;
}

dialog.modal-dialog.points-backdrop .empty-record {
  padding: 42px 0 !important;
  color: rgba(148, 163, 184, 0.72) !important;
  font-size: 14px !important;
  text-align: center !important;
}

dialog.modal-dialog.points-backdrop .points-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 24px 0 0 !important;
  color: rgba(148, 163, 184, 0.76) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

dialog.modal-dialog.points-backdrop .points-footer button {
  min-height: 28px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(63, 220, 239, 0.32) !important;
  border-radius: 999px !important;
  background: rgba(9, 213, 237, 0.08) !important;
  color: #09d5ed !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  white-space: nowrap !important;
}

@media (max-width: 720px) {
  dialog.modal-dialog.points-backdrop[open] {
    padding: 14px !important;
  }

  dialog.modal-dialog.points-backdrop .points-modal {
    max-width: calc(100vw - 28px) !important;
    min-height: auto !important;
    padding: 22px 20px 18px !important;
  }

  dialog.modal-dialog.points-backdrop .points-modal .close-button {
    right: 18px !important;
  }

  dialog.modal-dialog.points-backdrop .points-summary {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin: 28px 0 24px !important;
  }

  dialog.modal-dialog.points-backdrop .points-record-panel {
    min-height: 0 !important;
  }

  dialog.modal-dialog.points-backdrop .points-record {
    gap: 14px !important;
  }

  dialog.modal-dialog.points-backdrop .points-footer {
    flex-wrap: wrap !important;
  }
}

.enhance-task-page .resolution-grid button {
  align-content: center;
  justify-items: center;
  text-align: center;
}

.upload-review-item {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.file-retry-button {
  border-color: rgba(104, 153, 255, 0.25) !important;
  background: rgba(104, 153, 255, 0.13) !important;
  color: rgba(230, 240, 255, 0.92) !important;
}

/* Batch upload task setup: merge review + settings into the workbench page. */
.enhance-task-page {
  display: grid;
  width: min(1280px, calc(100vw - 184px));
  min-height: calc(100vh - 176px);
  align-content: start;
  gap: 22px;
  margin: 0 auto;
  padding-top: 34px;
}

.enhance-task-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.enhance-task-head h1 {
  margin: 0;
  color: rgba(248, 251, 255, 0.96);
  font-size: 34px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0;
}

.enhance-task-head p {
  margin: 10px 0 0;
  color: rgba(213, 224, 245, 0.68);
  font-size: 14px;
  line-height: 22px;
}

.enhance-task-head > button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07) !important;
  color: rgba(231, 238, 252, 0.82) !important;
  font-size: 13px;
  font-weight: 850;
}

.enhance-task-head > button:hover {
  border-color: rgba(104, 153, 255, 0.28);
  background: rgba(104, 153, 255, 0.13) !important;
  color: #fff !important;
}

.enhance-task-layout {
  display: grid;
  grid-template-columns: minmax(520px, 1.04fr) minmax(420px, 0.86fr);
  gap: 18px;
  align-items: stretch;
  height: 560px;
  min-height: 0;
}

.enhance-task-panel {
  min-width: 0;
  border: 1px solid rgba(104, 153, 255, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 0%, rgba(65, 113, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.026)),
    rgba(10, 15, 25, 0.9);
  box-shadow:
    0 18px 56px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  min-height: 100%;
}

.upload-review-panel,
.task-settings-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.upload-review-panel {
  grid-template-rows: auto 340px auto auto auto;
  overflow: hidden;
}

.task-settings-panel {
  gap: 16px;
  align-content: start;
}

.panel-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.panel-title-row h2 {
  margin: 0;
  color: rgba(248, 251, 255, 0.94);
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 0;
}

.panel-title-row p {
  margin: 4px 0 0;
  color: rgba(199, 210, 230, 0.62);
  font-size: 13px;
  line-height: 20px;
}

.panel-title-row > button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(104, 153, 255, 0.24);
  border-radius: 999px;
  background: rgba(77, 134, 255, 0.14);
  color: rgba(241, 246, 255, 0.92);
  font-size: 13px;
  font-weight: 850;
}

.panel-title-row > button:hover {
  background: rgba(77, 134, 255, 0.22);
}

.panel-title-row > button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.upload-review-list.inline {
  align-self: stretch;
  align-content: start;
  grid-auto-rows: minmax(74px, auto);
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(104, 153, 255, 0.42) rgba(255, 255, 255, 0.05);
}

.upload-review-list.inline::-webkit-scrollbar {
  width: 6px;
}

.upload-review-list.inline::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.upload-review-list.inline::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(104, 153, 255, 0.42);
}

.enhance-task-page .upload-review-item {
  min-height: 74px;
  border-color: rgba(156, 178, 220, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.026)),
    rgba(9, 15, 26, 0.52);
}

.enhance-task-page .upload-review-item strong {
  color: rgba(248, 251, 255, 0.94);
  font-size: 14px;
}

.enhance-task-page .upload-review-item span {
  color: rgba(199, 210, 230, 0.66);
  font-size: 12px;
  line-height: 18px;
}

.enhance-task-page .upload-review-item .upload-score-meta {
  display: block;
  margin-top: 2px;
  color: rgba(82, 222, 211, 0.94);
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  line-height: 18px;
}

.enhance-task-page .upload-review-item .upload-score-meta.is-loading {
  color: rgba(148, 190, 255, 0.9);
}

.enhance-task-page .upload-review-item .upload-score-meta.is-failed {
  color: rgba(255, 150, 150, 0.92);
}

.enhance-task-page .upload-review-item button {
  min-width: 58px;
  border: 1px solid rgba(156, 178, 220, 0.1);
  background: rgba(255, 255, 255, 0.072);
  color: rgba(231, 238, 252, 0.8);
}

.enhance-task-page .upload-review-item button:hover {
  border-color: rgba(104, 153, 255, 0.25);
  background: rgba(104, 153, 255, 0.16);
  color: #fff;
}

.task-limit-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(104, 153, 255, 0.14);
  border-radius: 12px;
  background: rgba(51, 103, 255, 0.07);
  color: rgba(205, 218, 242, 0.72);
  font-size: 12px;
  font-weight: 720;
}

.enhance-task-page .setting-block {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(156, 178, 220, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.032);
}

.enhance-task-page .setting-block h3 {
  margin: 0;
  color: rgba(248, 251, 255, 0.92);
  font-size: 15px;
  font-weight: 900;
  line-height: 22px;
}

.enhance-task-page .model-grid {
  display: inline-flex;
  width: fit-content;
  gap: 8px;
  padding: 4px;
  border: 1px solid rgba(156, 178, 220, 0.12);
  border-radius: 14px;
  background: rgba(7, 12, 22, 0.26);
}

.enhance-task-page .model-grid button {
  display: inline-flex;
  min-width: 112px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: rgba(216, 225, 244, 0.78);
  font-size: 13px;
  font-weight: 830;
}

.enhance-task-page .model-grid button.selected {
  border-color: rgba(104, 153, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(58, 111, 255, 0.24), rgba(110, 172, 255, 0.1)),
    rgba(255, 255, 255, 0.045);
  color: rgba(248, 251, 255, 0.96);
}

.enhance-task-page .resolution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.enhance-task-page .resolution-grid button {
  min-height: 72px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.enhance-task-page .resolution-grid button.selected {
  border-color: rgba(104, 153, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(58, 111, 255, 0.28), rgba(110, 172, 255, 0.11)),
    rgba(255, 255, 255, 0.052);
}

.enhance-task-page .task-limit-warning {
  padding: 10px 12px;
  border: 1px solid rgba(104, 153, 255, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(51, 103, 255, 0.1), rgba(51, 103, 255, 0.055)),
    rgba(7, 12, 22, 0.28);
  color: rgba(225, 232, 247, 0.82);
  font-size: 12px;
  line-height: 18px;
}

.enhance-task-page .task-limit-warning button {
  padding: 0 2px;
  background: transparent;
  color: #78a8ff;
  font-weight: 900;
}

.enhance-task-page .estimate-strip {
  min-height: 48px;
  border-color: rgba(104, 153, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(51, 103, 255, 0.14), rgba(51, 103, 255, 0.07)),
    rgba(7, 12, 22, 0.2);
}

.inline-actions {
  margin-top: 0;
}

.inline-actions .primary-action {
  width: 100%;
  min-height: 48px;
}

[hidden] {
  display: none !important;
}

dialog.modal-dialog {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

dialog.modal-dialog:not([open]) {
  display: none !important;
}

body.login-active {
  overflow: hidden;
}

body.login-active dialog.login-page-backdrop {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

dialog.modal-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

dialog.modal-dialog.survey-backdrop,
dialog.modal-dialog.feedback-backdrop,
dialog.modal-dialog.support-backdrop,
dialog.modal-dialog.points-backdrop,
dialog.modal-dialog.profile-backdrop {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0;
  padding: 24px;
  place-items: center;
  overflow: hidden;
}

dialog.modal-dialog.survey-backdrop[open],
dialog.modal-dialog.feedback-backdrop[open],
dialog.modal-dialog.support-backdrop[open],
dialog.modal-dialog.points-backdrop[open],
dialog.modal-dialog.profile-backdrop[open] {
  display: grid;
}

dialog.modal-dialog.survey-backdrop .survey-modal,
dialog.modal-dialog.feedback-backdrop .result-feedback-modal,
dialog.modal-dialog.support-backdrop .support-modal,
dialog.modal-dialog.points-backdrop .points-modal,
dialog.modal-dialog.profile-backdrop .profile-modal {
  margin: 0;
  transform: none;
}

dialog.modal-dialog.survey-backdrop .survey-modal,
dialog.modal-dialog.points-backdrop .points-modal,
dialog.modal-dialog.profile-backdrop .profile-modal {
  max-height: calc(100vh - 48px);
  overflow: auto;
}

dialog.modal-dialog.points-backdrop .points-modal,
dialog.modal-dialog.profile-backdrop .profile-modal {
  position: relative;
  inset: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  transform: none;
}

.drop-zone {
  position: relative;
}

.drop-zone input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.sr-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.drop-zone.is-dragging {
  border-color: #3367ff;
  background: #f8fbff;
}

.drop-zone.is-uploading {
  border-color: #34e0d1;
}

.add-upload-control {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(104, 153, 255, 0.24);
  border-radius: 999px;
  background: rgba(77, 134, 255, 0.14);
  color: rgba(241, 246, 255, 0.92);
  font-size: 13px;
  font-weight: 850;
  line-height: 34px;
  cursor: pointer;
}

.upload-review-list.is-empty {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(156, 178, 220, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(199, 210, 230, 0.66);
}

.progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #34e0d1, #6899ff);
  transition: width 0.2s ease;
}

.url-box {
  display: grid;
  gap: 6px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(156, 178, 220, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(199, 210, 230, 0.68);
  font-size: 12px;
}

.url-box a {
  min-width: 0;
  overflow: hidden;
  color: rgba(232, 239, 255, 0.94);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task-limit-warning {
  display: none;
}

.task-limit-warning.show {
  display: block;
}

.toggle-model {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(216, 225, 244, 0.78);
  font-size: 13px;
  font-weight: 830;
  cursor: pointer;
}

.toggle-model:has(input:checked) {
  border-color: rgba(104, 153, 255, 0.62);
  background: linear-gradient(135deg, rgba(58, 111, 255, 0.24), rgba(110, 172, 255, 0.1)), rgba(255, 255, 255, 0.04);
  color: rgba(248, 251, 255, 0.96);
}

.toast,
.login-toast {
  animation: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.toast.is-visible,
.login-toast.is-visible {
  animation: toast-in 180ms ease-out both;
  opacity: 1;
  pointer-events: auto;
}

.toast.toast-center,
.login-toast.toast-center {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 10020 !important;
  width: max-content !important;
  max-width: min(520px, calc(100vw - 48px)) !important;
  padding: 14px 18px !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 14px !important;
  white-space: normal !important;
  line-height: 20px !important;
}

.toast.toast-center.is-visible,
.login-toast.toast-center.is-visible {
  animation: center-toast-in 180ms ease-out both !important;
}

@keyframes center-toast-in {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 8px)) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.toast-contact-link,
.inline-contact-button {
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: #78a8ff;
  font-weight: 900;
}

.asset-preview img,
.asset-preview video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-placeholder {
  position: absolute;
  inset: 0;
}

.qr-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-visual-media video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Assets task tabs: same button filter treatment as the reference prototype. */
.asset-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
}

.assets-view .asset-filters {
  display: grid;
  width: auto;
  grid-template-columns: repeat(4, 118px);
  justify-content: start;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.assets-view .asset-filters button.status-tab {
  display: inline-flex;
  min-width: 0;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.052);
  color: var(--sr-text-secondary);
  font-size: 13px;
  font-weight: 720;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition);
}

.assets-view .asset-filters button.status-tab:hover {
  color: var(--sr-text);
  transform: translateY(-1px);
}

.assets-view .asset-filters button.status-tab.active,
.assets-view .asset-filters button.status-tab.is-active {
  border-color: rgba(79, 130, 255, 0.56);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.2), rgba(53, 216, 255, 0.07)),
    rgba(255, 255, 255, 0.04);
  color: var(--sr-text);
}

.bulk-download-bar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-height: 38px;
  min-width: 360px;
}

.bulk-download-bar[hidden] {
  display: none !important;
}

.bulk-download-button,
.bulk-download-actions button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(104, 153, 255, 0.24);
  border-radius: var(--sr-radius-sm);
  background: rgba(255, 255, 255, 0.052);
  color: rgba(226, 238, 255, 0.9);
  font-size: 13px;
  font-weight: 780;
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition-fast);
}

.bulk-download-button:hover,
.bulk-download-actions button:hover {
  border-color: rgba(104, 153, 255, 0.46);
  background: rgba(85, 139, 255, 0.14);
  color: #fff;
  transform: translateY(-1px);
}

.bulk-download-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 360px;
  padding: 4px;
  border: 1px solid rgba(156, 178, 220, 0.13);
  border-radius: 14px;
  background: rgba(6, 11, 20, 0.22);
}

.bulk-download-actions[hidden] {
  display: none !important;
}

.bulk-download-actions span {
  padding: 0 8px;
  color: rgba(199, 214, 238, 0.78);
  font-size: 13px;
  font-weight: 760;
  white-space: nowrap;
}

.bulk-download-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
  transform: none;
}

.asset-select-control {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(226, 238, 255, 0.32);
  border-radius: 999px;
  background: rgba(8, 13, 23, 0.68);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--sr-transition-fast),
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast);
}

.assets-view.is-bulk-mode .asset-select-control {
  opacity: 1;
  pointer-events: auto;
}

.asset-select-control span {
  width: 12px;
  height: 7px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  transform: rotate(-45deg) translate(1px, -1px);
}

.asset-select-control[aria-pressed="true"] {
  border-color: rgba(94, 170, 255, 0.78);
  background: linear-gradient(135deg, rgba(47, 98, 242, 0.92), rgba(53, 216, 255, 0.64));
}

.asset-select-control[aria-pressed="true"] span {
  border-color: #fff;
}

.assets-view .asset-card.is-bulk-selected {
  border-color: rgba(104, 153, 255, 0.62);
  box-shadow:
    0 18px 46px rgba(47, 98, 242, 0.18),
    inset 0 0 0 1px rgba(104, 153, 255, 0.22);
}

/* Profile modal controls */
.profile-id-row > div {
  min-width: 0;
}

.profile-id-row strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-id-row button {
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(104, 153, 255, 0.22);
  border-radius: 999px;
  background: rgba(104, 153, 255, 0.08);
  color: rgba(147, 190, 255, 0.96);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition-fast);
}

.profile-id-row button:hover {
  border-color: rgba(104, 153, 255, 0.38);
  background: rgba(104, 153, 255, 0.15);
  color: rgba(236, 244, 255, 0.98);
}

.profile-id-row button:active {
  transform: scale(0.96);
}

.profile-language-row {
  gap: 10px;
}

.profile-language-row .language-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(137, 166, 214, 0.14);
  border-radius: 12px;
  background: rgba(6, 11, 20, 0.28);
}

.profile-language-row .language-option {
  display: grid;
  min-width: 0;
  min-height: 42px;
  align-content: center;
  justify-items: center;
  gap: 3px;
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: rgba(213, 224, 245, 0.66);
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition-fast);
}

.profile-language-row .language-option strong {
  color: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 16px;
}

.profile-language-row .language-option em {
  display: none;
  color: rgba(210, 226, 255, 0.72);
  font-size: 10px;
  font-style: normal;
  font-weight: 780;
  line-height: 12px;
}

.profile-language-row .language-option:hover {
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 251, 255, 0.9);
}

.profile-language-row .language-option:active {
  transform: scale(0.97);
}

.profile-language-row .language-option.is-active {
  border-color: rgba(104, 153, 255, 0.48);
  background:
    linear-gradient(135deg, rgba(47, 98, 242, 0.2), rgba(104, 164, 255, 0.08)),
    rgba(255, 255, 255, 0.05);
  color: rgba(248, 251, 255, 0.96);
}

.profile-language-row .language-option.is-active em {
  display: block;
}

/* Failed task action: mirror the reference asset-card support button. */
.assets-view .asset-card-failed .asset-action-slot {
  padding: 1px;
  overflow: visible;
}

.assets-view .asset-failed-button {
  outline: 1px solid transparent;
  outline-offset: -1px;
  border-color: rgba(116, 164, 255, 0.38);
  background: rgba(62, 118, 240, 0.1);
  color: rgba(218, 230, 255, 0.94);
}

.assets-view .asset-failed-button:hover {
  border-color: rgba(132, 180, 255, 0.56);
  background: rgba(72, 132, 255, 0.18);
  color: rgba(248, 251, 255, 0.98);
  transform: none;
}

/* Final guard for the points modal reference styling. */
dialog.modal-dialog.points-backdrop[open] {
  display: grid !important;
  place-items: center !important;
}

dialog.modal-dialog.points-backdrop .points-modal {
  width: 668px !important;
  max-width: calc(100vw - 48px) !important;
  min-height: 708px !important;
  padding: 26px 51px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #22262b !important;
  color: #e9eef5 !important;
}

dialog.modal-dialog.points-backdrop .points-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  overflow: hidden !important;
  min-height: 36px !important;
  margin: 0 0 32px !important;
  border-radius: 7px !important;
  background: #343a43 !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button {
  border: 0 !important;
  background: transparent !important;
  color: rgba(226, 232, 240, 0.72) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button.active {
  color: #ffffff !important;
}

dialog.modal-dialog.points-backdrop .points-records {
  display: grid !important;
  gap: 24px !important;
}

dialog.modal-dialog.points-backdrop .points-record {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Points modal: match the actual glass-card design. */
dialog.modal-dialog.points-backdrop[open] {
  display: grid !important;
  place-items: center !important;
  padding: 16px !important;
}

dialog.modal-dialog.points-backdrop::backdrop {
  background:
    radial-gradient(circle at 50% 18%, rgba(74, 120, 214, 0.16), transparent 38%),
    rgba(0, 3, 10, 0.76) !important;
  backdrop-filter: blur(10px) !important;
}

dialog.modal-dialog.points-backdrop .points-modal {
  width: 620px !important;
  max-width: calc(100vw - 32px) !important;
  min-height: 0 !important;
  max-height: calc(100vh - 32px) !important;
  overflow: hidden !important;
  padding: 26px 36px 28px !important;
  border: 1px solid rgba(113, 143, 197, 0.56) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(116deg, rgba(32, 48, 76, 0.98), rgba(16, 25, 39, 0.98) 58%, rgba(12, 18, 29, 0.98)),
    #111827 !important;
  color: #f7fbff !important;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

dialog.modal-dialog.points-backdrop .points-modal .close-button {
  top: 23px !important;
  right: 25px !important;
  width: 24px !important;
  height: 24px !important;
  color: rgba(245, 249, 255, 0.94) !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
}

dialog.modal-dialog.points-backdrop .points-modal h2 {
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 30px !important;
}

dialog.modal-dialog.points-backdrop .points-summary {
  display: block !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

dialog.modal-dialog.points-backdrop .points-summary > div {
  display: none !important;
}

dialog.modal-dialog.points-backdrop .points-summary .points-balance-card {
  display: grid !important;
  gap: 4px !important;
  min-height: 112px !important;
  padding: 18px 18px 16px !important;
  border: 1px solid rgba(128, 158, 210, 0.45) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(105deg, rgba(58, 82, 139, 0.96), rgba(52, 65, 91, 0.94)),
    rgba(47, 65, 108, 0.96) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

dialog.modal-dialog.points-backdrop .points-summary span {
  color: rgba(202, 214, 235, 0.68) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

dialog.modal-dialog.points-backdrop .points-summary strong {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 950 !important;
  line-height: 34px !important;
}

dialog.modal-dialog.points-backdrop .points-summary em {
  color: rgba(219, 229, 246, 0.72) !important;
  font-size: 12px !important;
  font-style: normal !important;
}

dialog.modal-dialog.points-backdrop .points-rule-note {
  margin: 0 0 24px !important;
  color: rgba(220, 229, 243, 0.82) !important;
  font-size: 14px !important;
  font-weight: 690 !important;
  line-height: 22px !important;
}

dialog.modal-dialog.points-backdrop .points-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 4px !important;
  min-height: 35px !important;
  margin: 0 0 16px !important;
  padding: 2px !important;
  border: 1px solid rgba(98, 118, 153, 0.55) !important;
  border-radius: 9px !important;
  background: rgba(47, 55, 70, 0.94) !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button {
  min-height: 31px !important;
  border: 1px solid rgba(120, 139, 171, 0.24) !important;
  border-radius: 7px !important;
  background: rgba(55, 63, 80, 0.92) !important;
  color: rgba(218, 226, 240, 0.78) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button::before {
  display: none !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button.active {
  border-color: rgba(87, 135, 239, 0.95) !important;
  background: linear-gradient(180deg, rgba(58, 84, 139, 0.98), rgba(47, 70, 120, 0.96)) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 1px rgba(83, 131, 244, 0.18) inset !important;
}

dialog.modal-dialog.points-backdrop .points-record-panel {
  display: grid !important;
  gap: 14px !important;
  min-height: 0 !important;
  max-height: 314px !important;
  overflow: hidden !important;
  padding: 14px 8px 14px 10px !important;
  border: 1px solid rgba(91, 113, 151, 0.52) !important;
  border-radius: 16px !important;
  background: rgba(15, 24, 38, 0.64) !important;
}

dialog.modal-dialog.points-backdrop .points-record-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 0 4px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

dialog.modal-dialog.points-backdrop .points-record-title em {
  color: rgba(178, 190, 211, 0.82) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 850 !important;
}

dialog.modal-dialog.points-backdrop .points-records {
  display: grid !important;
  gap: 8px !important;
  max-height: 252px !important;
  overflow-y: auto !important;
  padding: 0 6px 0 0 !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(104, 125, 164, 0.72) transparent !important;
}

dialog.modal-dialog.points-backdrop .points-records::-webkit-scrollbar {
  width: 6px !important;
}

dialog.modal-dialog.points-backdrop .points-records::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(104, 125, 164, 0.72) !important;
}

dialog.modal-dialog.points-backdrop .points-record {
  display: flex !important;
  min-height: 86px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(112, 129, 160, 0.42) !important;
  border-radius: 9px !important;
  background: rgba(50, 58, 73, 0.76) !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-record span {
  display: grid !important;
  min-width: 0 !important;
  gap: 3px !important;
}

dialog.modal-dialog.points-backdrop .points-record span strong {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 20px !important;
}

dialog.modal-dialog.points-backdrop .points-record em {
  color: rgba(205, 216, 234, 0.76) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 760 !important;
  line-height: 16px !important;
}

dialog.modal-dialog.points-backdrop .points-record small {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(170, 184, 207, 0.82) !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

dialog.modal-dialog.points-backdrop .points-record small i {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 18px !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: rgba(102, 129, 181, 0.45) !important;
  color: rgba(226, 235, 250, 0.88) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 780 !important;
}

dialog.modal-dialog.points-backdrop .points-record b {
  flex: 0 0 auto !important;
  font-size: 21px !important;
  font-weight: 950 !important;
}

dialog.modal-dialog.points-backdrop .points-record b.income {
  color: #3fe4ff !important;
}

dialog.modal-dialog.points-backdrop .points-record b.expense {
  color: rgba(244, 248, 255, 0.94) !important;
}

dialog.modal-dialog.points-backdrop .points-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 12px 0 0 !important;
  color: rgba(210, 222, 241, 0.82) !important;
  font-size: 13px !important;
  font-weight: 780 !important;
  line-height: 18px !important;
  text-align: left !important;
}

dialog.modal-dialog.points-backdrop .points-footer span {
  flex: 1 1 auto !important;
}

dialog.modal-dialog.points-backdrop .points-footer button {
  min-height: 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #37e5ff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

@media (max-width: 720px) {
  dialog.modal-dialog.points-backdrop .points-modal {
    width: min(620px, calc(100vw - 24px)) !important;
    padding: 22px 20px !important;
    border-radius: 22px !important;
  }

  dialog.modal-dialog.points-backdrop .points-record-panel {
    max-height: min(314px, 45vh) !important;
  }

  dialog.modal-dialog.points-backdrop .points-footer {
    flex-wrap: wrap !important;
  }
}

/* Exact points modal styling from the 20260710 reference page. */
dialog.modal-dialog.points-backdrop[open] {
  display: grid !important;
  place-items: center !important;
  padding: 24px !important;
  background: transparent !important;
}

dialog.modal-dialog.points-backdrop::backdrop {
  background: rgba(0, 0, 0, 0.72) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(16px) !important;
}

dialog.modal-dialog.points-backdrop .points-modal {
  display: grid !important;
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto !important;
  width: 620px !important;
  height: 720px !important;
  max-width: calc(100vw - 48px) !important;
  max-height: calc(100vh - 96px) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 26px 36px 28px !important;
  border: 1px solid rgba(104, 153, 255, 0.22) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 84% 0%, rgba(51, 103, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(9, 17, 30, 0.98) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 255, 255, 0.08) !important;
  color: var(--sr-text, #f8fbff) !important;
}

dialog.modal-dialog.points-backdrop .points-modal .close-button {
  top: 18px !important;
  right: 18px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

dialog.modal-dialog.points-backdrop .points-modal h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #f8fbff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 30px !important;
}

dialog.modal-dialog.points-backdrop .points-summary {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  margin: 24px 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

dialog.modal-dialog.points-backdrop .points-summary > div {
  display: none !important;
}

dialog.modal-dialog.points-backdrop .points-summary .points-balance-card {
  display: grid !important;
  min-height: 104px !important;
  gap: 4px !important;
  padding: 18px !important;
  border: 1px solid rgba(156, 178, 220, 0.14) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(58, 111, 255, 0.22), rgba(110, 172, 255, 0.08)),
    rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-summary span {
  color: rgba(199, 210, 230, 0.68) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

dialog.modal-dialog.points-backdrop .points-summary strong {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 950 !important;
  line-height: 34px !important;
}

dialog.modal-dialog.points-backdrop .points-summary em {
  color: rgba(199, 210, 230, 0.68) !important;
  font-size: 12px !important;
  font-style: normal !important;
}

dialog.modal-dialog.points-backdrop .points-rule-note {
  margin: 0 0 18px !important;
  padding: 0 2px !important;
  color: rgba(199, 210, 230, 0.68) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

dialog.modal-dialog.points-backdrop .points-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 4px !important;
  min-height: 35px !important;
  margin: 0 0 14px !important;
  padding: 2px !important;
  border: 1px solid rgba(156, 178, 220, 0.14) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button {
  min-height: 31px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: rgba(199, 210, 230, 0.68) !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button::before {
  display: none !important;
}

dialog.modal-dialog.points-backdrop .points-tabs button.active {
  border: 0 !important;
  background: rgba(104, 153, 255, 0.22) !important;
  color: rgba(248, 251, 255, 0.96) !important;
}

dialog.modal-dialog.points-backdrop .points-record-panel {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  align-self: stretch !important;
  min-height: 0 !important;
  height: 100% !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(156, 178, 220, 0.14) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)), rgba(5, 10, 18, 0.36) !important;
}

dialog.modal-dialog.points-backdrop .points-record-title {
  display: flex !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 0 14px !important;
  border-bottom: 1px solid rgba(156, 178, 220, 0.1) !important;
  color: rgba(244, 248, 255, 0.9) !important;
  font-size: 13px !important;
  font-weight: 780 !important;
}

dialog.modal-dialog.points-backdrop .points-record-title em {
  color: rgba(199, 210, 230, 0.54) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 650 !important;
}

dialog.modal-dialog.points-backdrop .points-records {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow-y: auto !important;
  gap: 8px !important;
  padding: 10px 8px 10px 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overscroll-behavior: contain !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(156, 178, 220, 0.22) transparent !important;
}

dialog.modal-dialog.points-backdrop .points-load-more-button {
  align-self: center !important;
  min-height: 34px !important;
  margin: 2px auto 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(111, 168, 255, 0.22) !important;
  border-radius: 999px !important;
  background: rgba(111, 168, 255, 0.1) !important;
  color: rgba(230, 240, 255, 0.9) !important;
  font-size: 13px !important;
  font-weight: 820 !important;
}

dialog.modal-dialog.points-backdrop .points-load-more-button:hover {
  border-color: rgba(111, 168, 255, 0.42) !important;
  background: rgba(111, 168, 255, 0.16) !important;
  color: #ffffff !important;
}

dialog.modal-dialog.points-backdrop .points-load-more-button[hidden] {
  display: none !important;
}

dialog.modal-dialog.points-backdrop .points-record {
  display: grid !important;
  flex: 0 0 86px !important;
  grid-template-columns: minmax(0, 1fr) 84px !important;
  align-items: center !important;
  min-height: 86px !important;
  gap: 16px !important;
  box-sizing: border-box !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  box-shadow: none !important;
}

dialog.modal-dialog.points-backdrop .points-record span {
  display: grid !important;
  min-width: 0 !important;
  gap: 2px !important;
}

dialog.modal-dialog.points-backdrop .points-record span strong {
  overflow: hidden !important;
  color: rgba(248, 251, 255, 0.96) !important;
  font-size: 14px !important;
  font-weight: 820 !important;
  line-height: 20px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

dialog.modal-dialog.points-backdrop .points-record span em {
  overflow: hidden !important;
  color: rgba(186, 198, 220, 0.72) !important;
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 18px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

dialog.modal-dialog.points-backdrop .points-record span small {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(186, 198, 220, 0.58) !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

dialog.modal-dialog.points-backdrop .points-record span small i {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 18px !important;
  padding: 0 7px !important;
  border: 1px solid rgba(111, 168, 255, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(111, 168, 255, 0.08) !important;
  color: rgba(210, 223, 255, 0.78) !important;
  font-style: normal !important;
  line-height: 16px !important;
}

dialog.modal-dialog.points-backdrop .points-record b {
  justify-self: end !important;
  width: 84px !important;
  color: rgba(244, 248, 255, 0.94) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 24px !important;
  text-align: right !important;
}

dialog.modal-dialog.points-backdrop .points-record b.income {
  color: #30d9c8 !important;
}

dialog.modal-dialog.points-backdrop .points-record b.expire {
  color: rgba(242, 179, 107, 0.96) !important;
}

dialog.modal-dialog.points-backdrop .points-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 18px 0 0 !important;
  padding: 0 2px !important;
  color: rgba(199, 210, 230, 0.7) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-align: left !important;
}

dialog.modal-dialog.points-backdrop .points-footer > span:first-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

dialog.modal-dialog.points-backdrop .points-footer-actions {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  margin-left: auto !important;
  white-space: nowrap !important;
}

dialog.modal-dialog.points-backdrop .points-footer-actions button {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #4be3ff !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  text-decoration: none !important;
}

dialog.modal-dialog.points-backdrop .points-footer-actions button:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Detail result modal centering. */
dialog.modal-dialog.detail-backdrop {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 24px !important;
  background: transparent !important;
}

dialog.modal-dialog.detail-backdrop[open] {
  display: grid !important;
  place-items: center !important;
}

dialog.modal-dialog.detail-backdrop::backdrop {
  background: rgba(0, 0, 0, 0.72) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(16px) !important;
}

dialog.modal-dialog.detail-backdrop .asset-detail-modal {
  position: relative !important;
  width: 680px !important;
  max-width: calc(100vw - 48px) !important;
  max-height: calc(100vh - 72px) !important;
  margin: 0 !important;
  overflow: auto !important;
}

dialog.modal-dialog.detail-backdrop .asset-detail-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  width: 100% !important;
  margin-top: 20px !important;
}

dialog.modal-dialog.detail-backdrop .asset-detail-actions .feedback-entry-button,
dialog.modal-dialog.detail-backdrop .asset-detail-actions .download-result-button {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

/* Task list load-more button. */
.vmake-shell.assets-active .vmake-main,
.vmake-main:has(.assets-view:not([hidden])) {
  min-height: 100vh;
  align-items: flex-start;
  overflow: visible;
}

.vmake-shell.assets-active .assets-view,
.assets-view:not([hidden]) {
  align-self: flex-start;
  margin-bottom: 72px;
}

.assets-view .load-more-button {
  display: flex;
  width: max-content;
  min-width: 132px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 8px;
  margin: 20px auto 0;
  padding: 0 18px;
  border: 1px solid rgba(104, 153, 255, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(63, 124, 255, 0.16), rgba(75, 227, 255, 0.07)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.18);
  color: rgba(232, 240, 255, 0.92);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  transition:
    border-color var(--sr-transition-fast),
    background var(--sr-transition-fast),
    color var(--sr-transition-fast),
    transform var(--sr-transition-fast),
    box-shadow var(--sr-transition-fast);
}

.assets-view .load-more-button::after {
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  opacity: 0.72;
  transform: rotate(45deg) translateY(-1px);
}

.assets-view .load-more-button:hover {
  border-color: rgba(104, 153, 255, 0.48);
  background:
    linear-gradient(135deg, rgba(63, 124, 255, 0.24), rgba(75, 227, 255, 0.1)),
    rgba(255, 255, 255, 0.08);
  color: rgba(248, 251, 255, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 42px rgba(47, 98, 242, 0.18);
  transform: translateY(-1px);
}

.assets-view .load-more-button:disabled {
  cursor: not-allowed;
  border-color: rgba(156, 178, 220, 0.12);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
  color: rgba(199, 210, 230, 0.48);
  transform: none;
}

.assets-view .load-more-button[hidden] {
  display: none !important;
}

/* Submit success modal: mirrors the reference workbench dialog. */
dialog.modal-dialog.submit-success-backdrop {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 24px !important;
  background: transparent !important;
}

dialog.modal-dialog.submit-success-backdrop[open] {
  display: grid !important;
  place-items: center !important;
}

dialog.modal-dialog.submit-success-backdrop::backdrop {
  background: rgba(0, 0, 0, 0.74) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
}

dialog.modal-dialog.submit-success-backdrop .submit-success-modal {
  display: grid !important;
  width: min(480px, calc(100vw - 48px)) !important;
  max-height: calc(100vh - 88px) !important;
  justify-items: center !important;
  gap: 18px !important;
  padding: 30px !important;
  overflow: auto !important;
  border: 1px solid rgba(104, 153, 255, 0.2) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 86% 0%, rgba(51, 103, 255, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.026)),
    #101724 !important;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.52) !important;
  color: #ffffff !important;
  text-align: center !important;
}

dialog.modal-dialog.submit-success-backdrop .submit-success-modal h2 {
  margin: 0 !important;
  color: rgba(248, 251, 255, 0.96) !important;
  font-size: 26px !important;
  line-height: 34px !important;
}

dialog.modal-dialog.submit-success-backdrop .submit-success-modal p {
  margin: 8px 0 0 !important;
  color: rgba(232, 239, 255, 0.66) !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

dialog.modal-dialog.submit-success-backdrop .success-mark {
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center !important;
  border: 1px solid rgba(77, 218, 168, 0.36) !important;
  border-radius: 999px !important;
  background: rgba(77, 218, 168, 0.12) !important;
  color: #7ee5b7 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

dialog.modal-dialog.submit-success-backdrop .success-actions {
  justify-content: center !important;
  width: 100% !important;
}

/* Login inputs: remove the green focus marker in phone/code fields. */
.login-page-backdrop .phone-input-shell::before,
.login-page-backdrop .phone-input-shell::after,
.login-page-backdrop .code-row::before,
.login-page-backdrop .code-row::after {
  display: none !important;
  content: none !important;
}

.login-page-backdrop .phone-input-shell:focus-within,
.login-page-backdrop .code-row:focus-within {
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
}

.login-page-backdrop .login-modal input:focus,
.login-page-backdrop .login-modal input:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
  caret-color: rgba(255, 255, 255, 0.92) !important;
}

/* Latest login page from super-resolution-vvvvv handoff. */
dialog.modal-dialog.login-page-backdrop {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #000 !important;
}

dialog.modal-dialog.login-page-backdrop[open] {
  display: block !important;
}

dialog.modal-dialog.login-page-backdrop::backdrop {
  background: #000 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

dialog.modal-dialog.login-page-backdrop .login-modal {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 44vw) !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #000 !important;
  box-shadow: none !important;
}

dialog.modal-dialog.login-page-backdrop .login-visual {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

dialog.modal-dialog.login-page-backdrop .login-visual::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22) 62%, rgba(0, 0, 0, 0.7) 86%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28) 100%) !important;
}

dialog.modal-dialog.login-page-backdrop .login-visual-media {
  position: absolute !important;
  inset: 0 !important;
}

dialog.modal-dialog.login-page-backdrop .login-visual-media video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.96) contrast(1.03) !important;
}

dialog.modal-dialog.login-page-backdrop .login-panel {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  min-width: 0 !important;
  align-content: center !important;
  justify-items: center !important;
  padding: 64px clamp(56px, 6vw, 104px) !important;
  background: #000 !important;
  color: #fff !important;
}

dialog.modal-dialog.login-page-backdrop .login-product-intro {
  display: grid !important;
  justify-items: center !important;
  width: min(620px, 100%) !important;
  gap: 20px !important;
  margin-bottom: 42px !important;
  color: #fff !important;
  text-align: center !important;
}

dialog.modal-dialog.login-page-backdrop .login-product-intro > span {
  width: max-content !important;
  max-width: 100% !important;
  color: rgba(196, 216, 255, 0.88) !important;
  font-size: 13px !important;
  font-weight: 860 !important;
  line-height: 18px !important;
  letter-spacing: 0.02em !important;
}

dialog.modal-dialog.login-page-backdrop .login-product-intro > span::before,
dialog.modal-dialog.login-page-backdrop .login-product-intro > span::after {
  display: inline-block !important;
  width: 22px !important;
  height: 1px !important;
  margin: 0 10px 4px !important;
  content: "" !important;
  background: linear-gradient(90deg, transparent, rgba(126, 169, 255, 0.72)) !important;
}

dialog.modal-dialog.login-page-backdrop .login-product-intro > span::after {
  background: linear-gradient(90deg, rgba(126, 169, 255, 0.72), transparent) !important;
}

dialog.modal-dialog.login-page-backdrop .login-product-intro h1 {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  color: rgba(250, 252, 255, 0.98) !important;
  font-size: clamp(42px, 4.2vw, 60px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

dialog.modal-dialog.login-page-backdrop .login-product-intro p {
  max-width: 520px !important;
  margin: 0 !important;
  color: rgba(225, 234, 250, 0.72) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

dialog.modal-dialog.login-page-backdrop .login-feature-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 2px !important;
}

dialog.modal-dialog.login-page-backdrop .login-feature-row b {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  padding: 0 24px !important;
  border: 1px solid rgba(135, 173, 255, 0.24) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(92, 137, 255, 0.18), rgba(56, 92, 172, 0.08)),
    rgba(104, 153, 255, 0.1) !important;
  color: rgba(239, 245, 255, 0.94) !important;
  font-size: 15px !important;
  font-weight: 860 !important;
}

dialog.modal-dialog.login-page-backdrop .login-form-head {
  display: grid !important;
  justify-items: center !important;
  width: min(340px, 100%) !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
  text-align: center !important;
}

dialog.modal-dialog.login-page-backdrop .login-form-head h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 880 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

dialog.modal-dialog.login-page-backdrop .login-form-head p {
  margin: 0 !important;
  color: rgba(222, 231, 248, 0.52) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

dialog.modal-dialog.login-page-backdrop .login-method-single {
  margin: 0 0 14px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 13px !important;
  font-weight: 840 !important;
}

dialog.modal-dialog.login-page-backdrop .phone-login-panel {
  display: grid !important;
  width: min(340px, 100%) !important;
  gap: 12px !important;
}

dialog.modal-dialog.login-page-backdrop .login-modal label {
  display: grid !important;
  gap: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

dialog.modal-dialog.login-page-backdrop .login-modal label > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

dialog.modal-dialog.login-page-backdrop .phone-input-shell,
dialog.modal-dialog.login-page-backdrop .code-row {
  display: grid !important;
  min-height: 46px !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(166, 197, 255, 0.13) !important;
  border-radius: 999px !important;
  background: rgba(21, 31, 52, 0.72) !important;
}

dialog.modal-dialog.login-page-backdrop .phone-input-shell {
  grid-template-columns: auto minmax(0, 1fr) !important;
}

dialog.modal-dialog.login-page-backdrop .code-row {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

dialog.modal-dialog.login-page-backdrop .phone-input-shell b {
  padding-left: 14px !important;
  color: #fff !important;
  font-size: 14px !important;
}

dialog.modal-dialog.login-page-backdrop .login-modal input {
  min-height: 46px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px !important;
}

dialog.modal-dialog.login-page-backdrop .login-modal input::placeholder {
  color: rgba(255, 255, 255, 0.42) !important;
}

dialog.modal-dialog.login-page-backdrop .code-row button {
  min-height: 46px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(174, 202, 255, 0.84) !important;
  font-size: 13px !important;
  font-weight: 780 !important;
}

dialog.modal-dialog.login-page-backdrop .code-row button:disabled,
dialog.modal-dialog.login-page-backdrop .code-row button.is-disabled {
  color: rgba(255, 255, 255, 0.38) !important;
}

dialog.modal-dialog.login-page-backdrop .login-submit {
  width: min(340px, 100%) !important;
  min-height: 46px !important;
  margin-top: 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f7fbff, #bcd5ff) !important;
  color: #07111f !important;
  font-size: 14px !important;
  font-weight: 880 !important;
  box-shadow: 0 14px 34px rgba(71, 128, 255, 0.22) !important;
}

dialog.modal-dialog.login-page-backdrop .login-submit:disabled {
  cursor: not-allowed !important;
  background: rgba(255, 255, 255, 0.52) !important;
  color: rgba(0, 0, 0, 0.58) !important;
}

dialog.modal-dialog.login-page-backdrop .login-modal small {
  position: absolute !important;
  bottom: 30px !important;
  left: 50% !important;
  width: min(360px, calc(100% - 64px)) !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  text-align: center !important;
  transform: translateX(-50%) !important;
}

@media (max-width: 900px) {
  dialog.modal-dialog.login-page-backdrop .login-modal {
    grid-template-columns: 1fr !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-visual {
    position: absolute !important;
    inset: 0 !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-panel {
    background: rgba(0, 0, 0, 0.72) !important;
    padding: 48px 24px 72px !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-product-intro h1 {
    font-size: 34px !important;
    white-space: normal !important;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  dialog.modal-dialog.login-page-backdrop .login-panel {
    padding-top: 36px !important;
    padding-bottom: 54px !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-product-intro {
    gap: 14px !important;
    margin-bottom: 28px !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-product-intro h1 {
    font-size: 44px !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-product-intro p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-feature-row b {
    min-height: 40px !important;
    padding: 0 20px !important;
    font-size: 13px !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-form-head {
    margin-bottom: 12px !important;
  }

  dialog.modal-dialog.login-page-backdrop .login-method-single {
    margin-bottom: 10px !important;
  }
}

/* Login form final control match: 46px dark pills and disabled submit. */
dialog.modal-dialog.login-page-backdrop .phone-login-panel {
  display: grid !important;
  width: min(340px, 100%) !important;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  align-content: start !important;
  gap: 8px !important;
  row-gap: 8px !important;
}

dialog.modal-dialog.login-page-backdrop .phone-login-panel label {
  display: grid !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  line-height: 0 !important;
}

dialog.modal-dialog.login-page-backdrop .phone-input-shell,
dialog.modal-dialog.login-page-backdrop .code-row {
  box-sizing: border-box !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  border: 1px solid rgba(166, 197, 255, 0.13) !important;
  border-radius: 999px !important;
  background: rgba(21, 31, 52, 0.72) !important;
  box-shadow: none !important;
}

dialog.modal-dialog.login-page-backdrop .phone-input-shell:focus-within,
dialog.modal-dialog.login-page-backdrop .code-row:focus-within {
  border-color: rgba(166, 197, 255, 0.24) !important;
  background: rgba(24, 36, 60, 0.78) !important;
  box-shadow: none !important;
}

dialog.modal-dialog.login-page-backdrop .login-modal input {
  box-sizing: border-box !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 44px !important;
}

dialog.modal-dialog.login-page-backdrop .phone-input-shell b {
  display: inline-flex !important;
  height: 44px !important;
  align-items: center !important;
  padding-left: 14px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 44px !important;
}

dialog.modal-dialog.login-page-backdrop .code-row button {
  box-sizing: border-box !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(174, 202, 255, 0.84) !important;
  font-size: 13px !important;
  font-weight: 780 !important;
  line-height: 44px !important;
}

dialog.modal-dialog.login-page-backdrop .code-row button:disabled,
dialog.modal-dialog.login-page-backdrop .code-row button.is-disabled {
  cursor: not-allowed !important;
  color: rgba(255, 255, 255, 0.38) !important;
}

dialog.modal-dialog.login-page-backdrop .login-submit {
  box-sizing: border-box !important;
  width: min(340px, 100%) !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin-top: 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f7fbff, #bcd5ff) !important;
  color: #07111f !important;
  font-size: 14px !important;
  font-weight: 880 !important;
  line-height: 46px !important;
  box-shadow: 0 14px 34px rgba(71, 128, 255, 0.22) !important;
}

dialog.modal-dialog.login-page-backdrop .login-submit:disabled {
  cursor: not-allowed !important;
  background: rgba(255, 255, 255, 0.28) !important;
  color: rgba(255, 255, 255, 0.42) !important;
  box-shadow: none !important;
}

/* Latest onboarding survey modal from super-resolution-vvvvv handoff. */
dialog.modal-dialog.survey-backdrop .survey-modal {
  width: min(620px, calc(100vw - 48px)) !important;
  max-height: calc(100vh - 48px) !important;
  padding: 32px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 86% 0%, rgba(51, 103, 255, 0.24), transparent 34%),
    #111722 !important;
  color: #fff !important;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.48) !important;
}

dialog.modal-dialog.survey-backdrop .close-button svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

dialog.modal-dialog.survey-backdrop::backdrop {
  background: rgba(0, 0, 0, 0.78) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.08) !important;
  backdrop-filter: blur(20px) saturate(1.08) !important;
}

dialog.modal-dialog.survey-backdrop .survey-modal h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.22 !important;
}

dialog.modal-dialog.survey-backdrop .survey-modal > p {
  margin: 9px 0 18px !important;
  color: rgba(235, 241, 255, 0.72) !important;
  line-height: 1.55 !important;
}

dialog.modal-dialog.survey-backdrop .survey-step-indicator {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 4px !important;
}

dialog.modal-dialog.survey-backdrop .survey-step-indicator span {
  display: inline-grid !important;
  width: 24px !important;
  height: 24px !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(235, 241, 255, 0.62) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

dialog.modal-dialog.survey-backdrop .survey-step-indicator span.active {
  border-color: rgba(104, 142, 255, 0.86) !important;
  background: rgba(51, 103, 255, 0.28) !important;
  color: #fff !important;
}

dialog.modal-dialog.survey-backdrop .survey-step-indicator i {
  width: 32px !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

dialog.modal-dialog.survey-backdrop .survey-step-panel {
  display: grid !important;
  gap: 18px !important;
  margin-top: 12px !important;
}

dialog.modal-dialog.survey-backdrop .survey-step-panel[hidden] {
  display: none !important;
}

dialog.modal-dialog.survey-backdrop .survey-group {
  display: grid !important;
  gap: 10px !important;
}

dialog.modal-dialog.survey-backdrop .survey-group strong {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
}

dialog.modal-dialog.survey-backdrop .survey-group strong em {
  display: inline-flex !important;
  min-height: 20px !important;
  align-items: center !important;
  padding: 0 7px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  color: rgba(235, 241, 255, 0.62) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 760 !important;
}

dialog.modal-dialog.survey-backdrop .survey-options {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

dialog.modal-dialog.survey-backdrop .survey-options button {
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(247, 249, 255, 0.8) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

dialog.modal-dialog.survey-backdrop .survey-options button.selected {
  border-color: rgba(104, 142, 255, 0.82) !important;
  background: rgba(51, 103, 255, 0.24) !important;
  color: #fff !important;
}

dialog.modal-dialog.survey-backdrop .survey-other-input {
  width: min(360px, 100%) !important;
  height: 40px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(104, 142, 255, 0.34) !important;
  border-radius: 10px !important;
  outline: none !important;
  background: rgba(6, 10, 18, 0.42) !important;
  color: #f7f9ff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

dialog.modal-dialog.survey-backdrop .survey-other-input::placeholder {
  color: rgba(235, 241, 255, 0.48) !important;
}

dialog.modal-dialog.survey-backdrop .survey-other-input:focus {
  border-color: rgba(104, 142, 255, 0.82) !important;
  background: rgba(6, 10, 18, 0.62) !important;
  box-shadow: 0 0 0 3px rgba(51, 103, 255, 0.16) !important;
}

dialog.modal-dialog.survey-backdrop .survey-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-top: 26px !important;
}

dialog.modal-dialog.survey-backdrop .survey-actions button {
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
}

dialog.modal-dialog.survey-backdrop .survey-back {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(247, 249, 255, 0.86) !important;
}

dialog.modal-dialog.survey-backdrop .survey-submit {
  background: #fff !important;
  color: #0b1020 !important;
}

dialog.modal-dialog.survey-backdrop .survey-submit:disabled {
  cursor: not-allowed !important;
  background: rgba(255, 255, 255, 0.18) !important;
  color: rgba(247, 249, 255, 0.42) !important;
}

/* Final prototype parity polish: lucide icons and upload empty state. */
.icon-lucide {
  display: inline-block;
  flex: 0 0 auto;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.icon-lucide path,
.icon-lucide circle,
.icon-lucide line,
.icon-lucide polyline,
.icon-lucide polygon {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.enhance-task-page .model-grid button .icon-lucide {
  width: 18px !important;
  height: 18px !important;
}

.add-upload-control:hover {
  border-color: rgba(104, 153, 255, 0.48) !important;
  background: rgba(77, 134, 255, 0.22) !important;
  color: #fff !important;
}

.add-upload-control.is-disabled {
  cursor: not-allowed !important;
  opacity: 0.48 !important;
}

.upload-review-list.inline.is-empty {
  align-content: stretch !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.inline-upload-drop {
  box-sizing: border-box !important;
  display: grid !important;
  width: 100% !important;
  min-height: 220px !important;
  place-items: center !important;
  align-content: center !important;
  gap: 8px !important;
  padding: 32px 24px !important;
  border: 1px dashed rgba(156, 178, 220, 0.22) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 153, 255, 0.15), transparent 36%),
    rgba(255, 255, 255, 0.035) !important;
  color: rgba(237, 244, 255, 0.92) !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease !important;
}

.inline-upload-drop:hover {
  border-color: rgba(104, 153, 255, 0.48) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(104, 153, 255, 0.22), transparent 38%),
    rgba(255, 255, 255, 0.052) !important;
  transform: translateY(-1px) !important;
}

.inline-upload-drop strong {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 940 !important;
  line-height: 1.25 !important;
}

.inline-upload-drop span {
  color: rgba(222, 232, 251, 0.68) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 20px !important;
}

.inline-upload-drop em {
  color: rgba(202, 214, 238, 0.48) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 720 !important;
  line-height: 18px !important;
}

.inline-upload-drop i {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 4px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #0b1020 !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

/* Setting page parity with super-resolution-vvvvv prototype. */
.enhance-task-page {
  width: min(1280px, calc(100vw - 184px)) !important;
  min-height: calc(100vh - 176px) !important;
  gap: 22px !important;
  padding-top: 34px !important;
}

.enhance-task-head h1 {
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 42px !important;
}

.enhance-task-head p {
  margin-top: 10px !important;
  color: rgba(213, 224, 245, 0.68) !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.enhance-task-layout {
  grid-template-columns: minmax(520px, 1.04fr) minmax(420px, 0.86fr) !important;
  gap: 18px !important;
  height: 560px !important;
}

.upload-review-panel {
  grid-template-rows: auto minmax(220px, 1fr) auto auto auto auto auto !important;
}

.panel-title-row .add-upload-control {
  flex: 0 0 auto !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(104, 153, 255, 0.24) !important;
  border-radius: 999px !important;
  background: rgba(77, 134, 255, 0.14) !important;
  color: rgba(241, 246, 255, 0.92) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 34px !important;
}

.panel-title-row .add-upload-control:hover {
  background: rgba(77, 134, 255, 0.22) !important;
}

.panel-title-row .add-upload-control.is-disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.46 !important;
}

.upload-review-list.inline {
  grid-auto-rows: 78px !important;
}

.upload-review-list.inline.is-empty {
  display: grid !important;
  grid-auto-rows: minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) !important;
  align-content: stretch !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  padding-right: 0 !important;
}

.upload-review-list.inline.is-dragging .inline-upload-drop,
.upload-review-list.inline.is-dragging {
  border-color: rgba(121, 169, 255, 0.68) !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(79, 130, 255, 0.28), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(8, 14, 24, 0.58) !important;
}

.inline-upload-drop {
  height: 100% !important;
  min-height: 286px !important;
  gap: 10px !important;
  padding: 28px !important;
  border-color: rgba(104, 153, 255, 0.36) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(79, 130, 255, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.024)),
    rgba(8, 14, 24, 0.46) !important;
  color: rgba(232, 239, 255, 0.76) !important;
}

.inline-upload-drop:hover {
  border-color: rgba(121, 169, 255, 0.58) !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(79, 130, 255, 0.26), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    rgba(8, 14, 24, 0.54) !important;
}

.inline-upload-drop strong {
  color: rgba(248, 251, 255, 0.96) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 30px !important;
}

.inline-upload-drop span,
.inline-upload-drop em {
  color: rgba(213, 224, 245, 0.68) !important;
  font-size: 13px !important;
  font-style: normal !important;
  line-height: 20px !important;
}

.inline-upload-drop i {
  min-height: 42px !important;
  margin-top: 8px !important;
  padding: 0 22px !important;
  background: linear-gradient(135deg, #3f7cff, #6aa5ff) !important;
  box-shadow: 0 16px 34px rgba(47, 98, 242, 0.28) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.enhance-task-page .upload-review-item {
  height: 78px !important;
  min-height: 78px !important;
}

.enhance-task-page .upload-review-item .file-estimate-time {
  display: block !important;
  margin-top: 2px !important;
  color: #4be3ff !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 18px !important;
}

.enhance-task-page .upload-review-item .file-estimate-time.is-loading {
  color: rgba(148, 190, 255, 0.9) !important;
}

.enhance-task-page .upload-review-item .file-estimate-time.is-failed {
  color: rgba(255, 150, 150, 0.92) !important;
}

.upload-process-tip {
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(104, 153, 255, 0.16) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(135deg, rgba(51, 103, 255, 0.1), rgba(52, 224, 209, 0.055)),
    rgba(255, 255, 255, 0.035) !important;
  color: rgba(213, 224, 245, 0.72) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
}

.upload-process-tip.is-white-user {
  border-color: rgba(52, 224, 209, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(52, 224, 209, 0.11), rgba(104, 153, 255, 0.07)),
    rgba(255, 255, 255, 0.035) !important;
  color: rgba(221, 245, 242, 0.8) !important;
}

dialog.modal-dialog.points-backdrop .points-records .empty-record {
  display: grid !important;
  width: 100% !important;
  min-height: 120px !important;
  place-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
  color: rgba(199, 210, 230, 0.72) !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 20px !important;
  text-align: center !important;
}
