@property --summary-border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}

.jewelx-request-page {
  --request-border: rgba(255, 255, 255, 0.12);
  --request-border-strong: rgba(255, 255, 255, 0.2);
  --request-panel: rgba(255, 255, 255, 0.06);
  --request-muted: rgba(248, 241, 231, 0.68);
  --request-faint: rgba(248, 241, 231, 0.44);
  --request-mint: #b8e6df;
  --request-gold: #e3be75;
  --request-red: #ff5b5b;
  --base44-canvas: #faf9f7;
  --base44-paper: #ffffff;
  --base44-ink: #232529;
  --base44-black: #000000;
  --base44-graphite: #696f7b;
  --base44-border: #cfcfcf;
  --base44-hairline: #e6e6e6;
  --base44-orange: #ff5a1f;
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 10%, rgba(184, 230, 223, 0.1), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(227, 190, 117, 0.12), transparent 25%),
    linear-gradient(180deg, #080808 0%, #0c0c0d 45%, #111112 100%);
  color: var(--text);
  font-family: "Inter", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.jewelx-request-page.is-annotator-open {
  overflow: hidden;
}

.jewelx-request-submit-page > .progress {
  display: none;
}

.request-nav .agency-nav-center {
  max-width: calc(100vw - 112px);
}

.request-nav .agency-nav-center a {
  padding-inline: 10px;
}

.request-nav .agency-nav-center a.is-active {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--request-mint), var(--request-gold));
  color: #090909;
}

.request-file-input {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.request-shell {
  width: min(1440px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 0 0 54px;
}

.jewelx-request-progress-page .request-shell {
  padding-top: clamp(96px, 13vh, 136px);
}

.request-hero-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 76px 40px 72px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background: #0d0b12;
  text-align: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.request-hero-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% -70%,
      transparent 60%,
      rgba(176, 48, 136, 0.03) 63%,
      rgba(176, 48, 136, 0.08) 65%,
      rgba(176, 48, 136, 0.16) 67%,
      rgba(176, 48, 136, 0.28) 69%,
      rgba(176, 48, 136, 0.4) 71%,
      rgba(176, 48, 136, 0.52) 73%,
      rgba(176, 48, 136, 0.64) 75%,
      rgba(176, 48, 136, 0.74) 77%,
      rgba(176, 48, 136, 0.82) 79%,
      rgba(210, 70, 175, 0.92) 85%,
      rgba(240, 110, 210, 0.88) 87%,
      rgba(255, 205, 250, 0.92) 91%,
      rgba(255, 240, 255, 0.98) 93%,
      #fff 95%),
    radial-gradient(circle at 50% 35%, rgba(120, 40, 180, 0.08) 0%, transparent 50%);
  content: "";
  pointer-events: none;
}

.request-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 50% -70%, transparent 60%, black 78%);
  -webkit-mask-image: radial-gradient(circle at 50% -70%, transparent 60%, black 78%);
  pointer-events: none;
}

.request-icon-pipeline {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(700px, 100%);
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.request-beam-svg {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.request-beam-svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 160ms ease;
}

.request-icon-node,
.request-icon-node-center {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.request-icon-node {
  width: 46px;
  height: 46px;
  background: #1a1a24;
  box-shadow:
    6px 6px 12px rgba(0, 0, 0, 0.4),
    -4px -4px 10px rgba(255, 255, 255, 0.03),
    inset 1px 1px 1px rgba(255, 255, 255, 0.05),
    inset 4px 4px 8px rgba(0, 0, 0, 0.4);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.request-icon-node:hover {
  transform: translateY(-1px);
  box-shadow:
    8px 8px 16px rgba(0, 0, 0, 0.45),
    -5px -5px 12px rgba(255, 255, 255, 0.04),
    inset 1px 1px 1px rgba(255, 255, 255, 0.06),
    inset 4px 4px 8px rgba(0, 0, 0, 0.4);
}

.request-icon-node::after {
  position: absolute;
  inset: -7px;
  border: 1px dotted #1a1a24;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.request-icon-node::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 300ms ease;
}

.request-node-light-right::before {
  background: radial-gradient(circle at right, rgba(200, 200, 200, 0.45) 0%, transparent 70%);
}

.request-node-light-left::before {
  background: radial-gradient(circle at left, rgba(200, 100, 255, 0.5) 0%, transparent 70%);
}

.request-icon-node.is-active::before {
  opacity: 1;
}

.request-icon-node svg {
  position: relative;
  z-index: 5;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.request-pipeline-line {
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
}

.request-pipeline-line--right {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.15));
}

.request-center-wrap {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.request-splash {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 77, 200, 0.6) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0.4);
  pointer-events: none;
}

.request-splash.is-animate {
  animation: request-splash-anim 0.8s ease-out forwards;
}

.request-icon-node-center {
  width: 64px;
  height: 64px;
  background: #1e1e2c;
  color: #fff;
  box-shadow:
    8px 8px 16px rgba(0, 0, 0, 0.5),
    -6px -6px 14px rgba(255, 255, 255, 0.04),
    inset 1px 1px 2px rgba(255, 255, 255, 0.06),
    inset 6px 6px 12px rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.request-hero-content {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.request-hero-heading {
  margin: 0;
  font-family: "Manrope", "Source Han Sans SC", sans-serif;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0;
}

.request-hero-heading strong {
  display: block;
  margin-top: 4px;
  background: linear-gradient(to right, #fff, #b990a2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
}

.request-hero-sub {
  max-width: 560px;
  margin: 18px auto 32px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.96rem;
  line-height: 1.8;
}

.request-hero-cta {
  min-height: 46px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0a0a0f;
  cursor: pointer;
  font-weight: 900;
  transition: opacity 180ms ease, transform 180ms ease;
}

.request-hero-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.request-hero-status {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  width: min(300px, calc(100% - 44px));
  text-align: left;
}

@keyframes request-splash-anim {
  0% {
    opacity: 0.8;
    transform: scale(0.4);
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}

.request-base44-hero {
  isolation: isolate;
  width: 100vw;
  min-height: 250vh;
  justify-content: flex-start;
  margin-right: calc(50% - 50vw);
  margin-bottom: 18px;
  margin-left: calc(50% - 50vw);
  padding: 146px 36px 60px;
  border: 0;
  border-radius: 0;
  background: #02040d;
  box-shadow: none;
  color: var(--text);
}

.request-base44-hero::before {
  display: none;
}

.request-spectrum-shell {
  position: fixed;
  inset: 0;
  z-index: 0;
  contain: layout paint style;
  overflow: hidden;
  pointer-events: none;
  transform: translateZ(0);
}

.request-spectrum-bg {
  --spectrum-scroll-opacity: 1;
  --spectrum-svg-opacity: 0;
  --spectrum-scale-x: 0.16;
  --spectrum-scale-y: 0.05;
  --spectrum-translate-y: 100vh;
  --spectrum-overlay-opacity: 0;
  --spectrum-horizon-opacity: 0;
  --spectrum-earth-opacity: 0;
  --spectrum-level-1-y: 0vh;
  --spectrum-level-2-y: 0vh;
  --spectrum-level-3-y: 0vh;
  --spectrum-level-4-y: 0vh;
  --spectrum-level-5-y: 0vh;
  --spectrum-rail-bottom: clamp(104px, 18vh, 190px);
  --spectrum-hint-bottom: calc(var(--spectrum-rail-bottom) + 30px);
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(255, 255, 255, 0.018), transparent 26%),
    #090909;
  color: #fff;
}

.request-spectrum-bg::before,
.request-spectrum-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.request-spectrum-bg::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.18) 64%, rgba(0, 0, 0, 0.72) 100%),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.025), transparent 28%);
}

.request-spectrum-bg::after {
  z-index: 7;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.18) 74%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.62) 100%);
}

.request-spectrum-gradient-overlay {
  position: absolute;
  inset: 72px -18% -18%;
  z-index: 2;
  background:
    radial-gradient(circle at 22% 20%, rgba(3, 88, 247, 0.46), transparent 32%),
    radial-gradient(circle at 48% 24%, rgba(225, 236, 254, 0.22), transparent 24%),
    radial-gradient(circle at 70% 18%, rgba(255, 212, 0, 0.28), transparent 27%),
    radial-gradient(circle at 86% 28%, rgba(250, 61, 29, 0.24), transparent 28%),
    radial-gradient(circle at 34% 46%, rgba(253, 2, 245, 0.18), transparent 30%);
  filter: blur(60px);
  opacity: var(--spectrum-overlay-opacity);
  transform: translateY(var(--spectrum-overlay-y, 0));
  transition: opacity 120ms linear;
}

.request-spectrum-horizon {
  display: none;
  position: absolute;
  right: -34vw;
  bottom: 8%;
  left: -34vw;
  z-index: 3;
  height: 38vh;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(225, 236, 254, 0.18), rgba(80, 146, 199, 0.12) 32%, rgba(0, 0, 0, 0) 72%);
  filter: blur(14px);
  opacity: var(--spectrum-horizon-opacity);
}

.request-spectrum-glow {
  position: absolute;
  top: -20%;
  left: 50%;
  width: min(1080px, 138vw);
  height: 44%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.44) 0%, rgba(80, 146, 199, 0.28) 26%, rgba(80, 146, 199, 0) 70%);
  filter: blur(24px);
  transform: translateX(-50%);
}

.request-spectrum-earth {
  display: none;
  position: absolute;
  right: -28vw;
  bottom: -64vh;
  left: -28vw;
  z-index: 5;
  height: 86vh;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(225, 236, 254, 0.1), rgba(3, 88, 247, 0.14) 20%, rgba(2, 4, 13, 0.92) 58%, #000104 82%),
    linear-gradient(180deg, rgba(52, 11, 5, 0.26), #000104 68%);
  box-shadow: 0 -34px 120px rgba(3, 88, 247, 0.12);
  filter: blur(10px);
  opacity: var(--spectrum-earth-opacity);
}

.request-spectrum-svg-stage {
  position: fixed;
  right: 0;
  bottom: var(--spectrum-rail-bottom);
  left: 0;
  z-index: 4;
  height: 100vh;
  overflow: hidden;
  opacity: var(--spectrum-svg-opacity);
  transform: translate3d(0, var(--spectrum-translate-y), 0) scale3d(var(--spectrum-scale-x), var(--spectrum-scale-y), 1);
  transform-origin: center bottom;
  clip-path: inset(0);
  transition: opacity 90ms linear;
  will-change: transform, opacity;
  backface-visibility: hidden;
  contain: layout paint style;
}

.request-spectrum-svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}

.request-spectrum-level {
  transform-box: fill-box;
  transform-origin: center bottom;
}

.request-spectrum-level--1 {
  transform: translateY(var(--spectrum-level-1-y));
}

.request-spectrum-level--2 {
  transform: translateY(var(--spectrum-level-2-y));
}

.request-spectrum-level--3 {
  transform: translateY(var(--spectrum-level-3-y));
}

.request-spectrum-level--4 {
  transform: translateY(var(--spectrum-level-4-y));
}

.request-spectrum-level--5 {
  transform: translateY(var(--spectrum-level-5-y));
}

.request-spectrum-scroll-hint {
  position: fixed;
  bottom: var(--spectrum-hint-bottom);
  left: 50%;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  opacity: var(--spectrum-scroll-opacity);
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 120ms linear;
  white-space: nowrap;
}

.request-spectrum-scroll-hint .char {
  display: inline-block;
  min-width: 0.26em;
  animation: request-spectrum-scroll-char 1.35s ease-in-out infinite alternate;
  animation-delay: var(--char-delay, 0ms);
  will-change: opacity, filter;
}

@keyframes request-spectrum-scroll-char {
  from {
    opacity: 0.26;
    filter: blur(3px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

@supports (animation-timeline: scroll()) {
  .request-spectrum-svg-stage {
    opacity: 1;
    animation: request-spectrum-native-reveal linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 68vh;
  }

  .request-spectrum-scroll-hint {
    opacity: 1;
    animation: request-spectrum-native-hint linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 36vh;
  }
}

@keyframes request-spectrum-native-reveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 100vh, 0) scale3d(0.16, 0.05, 1);
  }

  24% {
    opacity: 1;
    transform: translate3d(0, 42vh, 0) scale3d(0.88, 0.08, 1);
  }

  58% {
    opacity: 1;
    transform: translate3d(0, -18px, 0) scale3d(1, 0.48, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes request-spectrum-native-hint {
  0%,
  24% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 760px) {
  .request-spectrum-bg {
    --spectrum-hint-bottom: clamp(72px, 10vh, 96px);
  }

  .request-spectrum-gradient-overlay {
    inset: 54px -42% -26%;
    filter: blur(52px);
  }

  .request-spectrum-horizon {
    right: -58vw;
    left: -58vw;
    bottom: 7%;
    height: 34vh;
  }

  .request-spectrum-earth {
    right: -46vw;
    bottom: -61vh;
    left: -46vw;
    height: 82vh;
  }

  .request-spectrum-svg-stage {
    bottom: var(--spectrum-rail-bottom);
    height: 100vh;
  }

  .request-spectrum-svg {
    filter: blur(1px);
  }

  .request-spectrum-scroll-hint {
    font-size: 0.72rem;
    letter-spacing: 0.13em;
  }
}

.request-cosmic-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 64%, rgba(84, 117, 255, 0.18), rgba(84, 117, 255, 0) 32%),
    radial-gradient(ellipse at 50% 100%, rgba(8, 17, 52, 0.78), rgba(8, 17, 52, 0) 58%),
    radial-gradient(ellipse at 50% 0%, rgba(46, 24, 106, 0.44), rgba(2, 4, 13, 0) 46%),
    linear-gradient(180deg, #02030b 0%, #050816 46%, #01020a 100%);
  pointer-events: none;
}

.request-cosmic-bg::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(2, 4, 13, 0) 0%, rgba(2, 4, 13, 0.32) 48%, rgba(1, 2, 8, 0.92) 100%);
  content: "";
}

.request-cosmic-stars,
.request-cosmic-stars::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 999px;
  background: transparent;
  content: "";
}

.request-cosmic-stars::after {
  top: 2000px;
  box-shadow: inherit;
}

.request-cosmic-stars--small {
  z-index: 1;
  width: 1px;
  height: 1px;
  animation: request-cosmic-star 72s linear infinite;
  opacity: 0.78;
}

.request-cosmic-stars--medium {
  z-index: 2;
  width: 2px;
  height: 2px;
  animation: request-cosmic-star 112s linear infinite;
  opacity: 0.72;
}

.request-cosmic-stars--large {
  z-index: 3;
  width: 3px;
  height: 3px;
  animation: request-cosmic-star 158s linear infinite;
  opacity: 0.62;
}

.request-cosmic-horizon {
  position: absolute;
  right: -35vw;
  bottom: 8%;
  left: -35vw;
  z-index: 5;
  height: 38vh;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(141, 176, 255, 0.16), rgba(26, 45, 99, 0.1) 34%, rgba(1, 2, 8, 0) 74%);
  filter: blur(12px);
  opacity: 0.58;
}

.request-cosmic-glow {
  position: absolute;
  top: -18%;
  left: 50%;
  width: min(1120px, 136vw);
  height: 42%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.44) 0%, rgba(112, 160, 255, 0.26) 26%, rgba(112, 160, 255, 0) 70%);
  filter: blur(22px);
  transform: translateX(-50%);
}

.request-cosmic-earth {
  position: absolute;
  right: -28vw;
  bottom: -62vh;
  left: -28vw;
  z-index: 6;
  height: 84vh;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(145, 176, 255, 0.08), rgba(17, 32, 82, 0.13) 22%, rgba(1, 5, 20, 0.92) 58%, #010208 82%),
    linear-gradient(180deg, rgba(12, 29, 86, 0.32), #010208 68%);
  box-shadow: 0 -32px 112px rgba(77, 111, 214, 0.1);
  filter: blur(10px);
  opacity: 0.95;
  transform: translateY(14px);
}

@keyframes request-cosmic-star {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-2000px);
  }
}

.request-award-strip {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  display: none;
  width: min(100vw - 32px, 360px);
  justify-content: center;
  margin: 0;
  opacity: var(--award-reveal-opacity, 0);
  perspective: 900px;
  pointer-events: none;
  transform: translate(-50%, -50%) translateY(var(--award-reveal-y, 18px)) scale(var(--award-reveal-scale, 0.96));
  transform-origin: center center;
  will-change: opacity, transform;
}

.request-award-badge {
  --badge-overlay-position: 0deg;
  --badge-pointer-transform: perspective(700px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  display: block;
  width: 260px;
  height: auto;
  cursor: default;
  text-decoration: none;
  transform-style: preserve-3d;
}

.request-award-badge__tilt {
  display: block;
  transform: var(--badge-pointer-transform);
  transform-origin: center center;
  transition: transform 200ms ease-out;
  will-change: transform;
}

.request-award-badge svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.32));
}

.request-award-badge__overlays {
  mix-blend-mode: overlay;
}

.request-award-badge__overlay {
  animation: var(--badge-overlay-animation) 5s infinite;
  transform: rotate(calc(var(--badge-overlay-position, 0deg) + var(--badge-overlay-base, 0deg)));
  transform-box: fill-box;
  transform-origin: center center;
  transition: transform 200ms ease-out;
  will-change: transform;
}

.request-award-badge.is-hovering .request-award-badge__overlay {
  animation: none;
}

.request-award-badge:focus-visible {
  outline: 2px solid rgba(248, 241, 231, 0.9);
  outline-offset: 8px;
  border-radius: 12px;
}

.request-folder-section {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: clamp(-1020px, -98vh, -760px) auto 96px;
  padding: 0 0 24px;
}

.request-folder-heading {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 58px;
  color: #f8f1e7;
  text-align: center;
}

.request-folder-heading span {
  color: rgba(248, 241, 231, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.request-folder-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.15;
}

.request-folder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.request-folder-card {
  position: relative;
  display: grid;
  min-width: 280px;
  min-height: 320px;
  align-content: center;
  justify-items: center;
  overflow: visible;
  padding: 32px 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(24, 24, 28, 0.92), rgba(12, 12, 14, 0.86));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
  cursor: default;
  perspective: 1200px;
  transition:
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 500ms ease,
    box-shadow 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.request-folder-card[data-folder-href] {
  cursor: pointer;
}

.request-folder-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 70%, var(--folder-to), transparent 70%);
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 600ms ease;
}

.request-folder-card:hover,
.request-folder-card.is-open {
  z-index: 5;
  border-color: color-mix(in srgb, var(--folder-to) 44%, rgba(255, 255, 255, 0.18));
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.4);
  transform: scale(1.04);
}

.request-folder-card:hover::before,
.request-folder-card.is-open::before {
  opacity: 0.12;
}

.request-folder-stage {
  position: relative;
  width: 200px;
  height: 160px;
  margin-bottom: 4px;
}

.request-folder-glow {
  position: absolute;
  inset: 42px 8px 0;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--folder-to) 30%, transparent), transparent 62%);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 600ms ease;
}

.request-folder-card:hover .request-folder-glow,
.request-folder-card.is-open .request-folder-glow {
  opacity: 1;
}

.request-folder-stack {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 96px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}

.request-folder-back,
.request-folder-tab,
.request-folder-front,
.request-folder-shine {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.request-folder-back {
  top: 0;
  left: 0;
  z-index: 10;
  width: 128px;
  height: 96px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--folder-from), var(--folder-to));
  filter: brightness(0.9);
  transform-origin: bottom center;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.request-folder-tab {
  top: -12px;
  left: 16px;
  z-index: 11;
  width: 48px;
  height: 16px;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(135deg, var(--folder-from), var(--folder-to));
  filter: brightness(0.85);
  transform-origin: bottom center;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.request-folder-front,
.request-folder-shine {
  top: 4px;
  left: 0;
  z-index: 30;
  width: 128px;
  height: 96px;
  border-radius: 8px;
  transform-origin: bottom center;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.request-folder-front {
  background: linear-gradient(135deg, color-mix(in srgb, var(--folder-to) 72%, #ffffff), var(--folder-from));
  filter: saturate(1.04);
}

.request-folder-shine {
  z-index: 31;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.04) 55%, transparent);
  box-shadow: none;
  pointer-events: none;
}

.request-folder-card:hover .request-folder-back,
.request-folder-card.is-open .request-folder-back {
  transform: rotateX(-20deg) scaleY(1.05);
}

.request-folder-card:hover .request-folder-tab,
.request-folder-card.is-open .request-folder-tab {
  transform: rotateX(-30deg) translateY(-3px);
}

.request-folder-card:hover .request-folder-front,
.request-folder-card:hover .request-folder-shine,
.request-folder-card.is-open .request-folder-front,
.request-folder-card.is-open .request-folder-shine {
  transform: rotateX(35deg) translateY(12px);
}

.request-folder-preview-stack {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 22;
  width: 0;
  height: 0;
}

.request-folder-preview {
  position: absolute;
  top: -56px;
  left: -40px;
  z-index: calc(20 + var(--i));
  display: block;
  width: 80px;
  height: 112px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  cursor: default;
  opacity: 0;
  transform: translateX(0) translateY(0) rotate(0deg) scale(0.4);
  transition:
    transform 700ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 520ms ease,
    box-shadow 420ms ease,
    border-color 420ms ease;
  transition-delay: calc(var(--i) * 50ms);
}

.request-folder-card:hover .request-folder-preview,
.request-folder-card.is-open .request-folder-preview {
  opacity: 1;
  transform: translateX(var(--x)) translateY(calc(-100px + var(--y))) rotate(var(--r)) scale(1);
}

.request-folder-preview:hover,
.request-folder-preview:focus-visible {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  outline: none;
  transform: translateX(var(--x)) translateY(calc(-100px + var(--y))) rotate(var(--r)) scale(1) !important;
}

.request-folder-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.request-folder-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.82));
  content: "";
}

.request-folder-preview span {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-folder-copy {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #f8f1e7;
  text-align: center;
}

.request-folder-link {
  position: relative;
  z-index: 8;
  min-width: 184px;
  padding: 8px 14px;
  border: 1px solid rgba(248, 241, 231, 0.16);
  border-radius: 14px;
  color: #f8f1e7;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.request-folder-link:hover,
.request-folder-link:focus-visible {
  border-color: rgba(248, 241, 231, 0.46);
  background: rgba(248, 241, 231, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.request-folder-copy h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0;
}

.request-folder-copy p {
  margin: 0;
  color: rgba(248, 241, 231, 0.58);
  font-size: 0.88rem;
}

.request-folder-hover {
  position: absolute;
  bottom: 18px;
  left: 50%;
  color: rgba(248, 241, 231, 0.34);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity 420ms ease, transform 420ms ease;
}

.request-folder-card:hover .request-folder-hover,
.request-folder-card.is-open .request-folder-hover {
  opacity: 0;
  transform: translate(-50%, 10px);
}

.request-folder-card.is-click-closed:hover {
  border-color: color-mix(in srgb, var(--folder-to) 32%, rgba(255, 255, 255, 0.14));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
  transform: none;
}

.request-folder-card.is-click-closed:hover::before,
.request-folder-card.is-click-closed:hover .request-folder-glow {
  opacity: 0;
}

.request-folder-card.is-click-closed:hover .request-folder-back,
.request-folder-card.is-click-closed:hover .request-folder-tab,
.request-folder-card.is-click-closed:hover .request-folder-front,
.request-folder-card.is-click-closed:hover .request-folder-shine {
  transform: none;
}

.request-folder-card.is-click-closed:hover .request-folder-preview {
  opacity: 0;
  transform: translateX(0) translateY(0) rotate(0deg) scale(0.4);
}

.request-folder-card.is-click-closed:hover .request-folder-hover {
  opacity: 1;
  transform: translateX(-50%);
}

.request-folder-lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(20px);
  transition: opacity 360ms ease;
}

.request-folder-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.request-folder-lightbox__panel {
  position: relative;
  overflow: hidden;
  width: min(860px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #111114;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.62);
  transform: scale(0.94) translateY(18px);
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1);
}

.request-folder-lightbox.is-open .request-folder-lightbox__panel {
  transform: scale(1) translateY(0);
}

.request-folder-lightbox__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.request-folder-lightbox__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
}

.request-folder-lightbox__title {
  margin: 0;
  color: #f8f1e7;
  font-size: 1.1rem;
  font-weight: 800;
}

.request-folder-lightbox__close {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.request-folder-lightbox__close:hover,
.request-folder-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  outline: none;
  transform: scale(1.04);
}

@keyframes request-award-overlay-1 {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(10deg); }
}

@keyframes request-award-overlay-2 {
  0%, 100% { transform: rotate(10deg); }
  50% { transform: rotate(20deg); }
}

@keyframes request-award-overlay-3 {
  0%, 100% { transform: rotate(20deg); }
  50% { transform: rotate(30deg); }
}

@keyframes request-award-overlay-4 {
  0%, 100% { transform: rotate(30deg); }
  50% { transform: rotate(40deg); }
}

@keyframes request-award-overlay-5 {
  0%, 100% { transform: rotate(40deg); }
  50% { transform: rotate(50deg); }
}

@keyframes request-award-overlay-6 {
  0%, 100% { transform: rotate(50deg); }
  50% { transform: rotate(60deg); }
}

@keyframes request-award-overlay-7 {
  0%, 100% { transform: rotate(60deg); }
  50% { transform: rotate(70deg); }
}

@keyframes request-award-overlay-8 {
  0%, 100% { transform: rotate(70deg); }
  50% { transform: rotate(80deg); }
}

@keyframes request-award-overlay-9 {
  0%, 100% { transform: rotate(80deg); }
  50% { transform: rotate(90deg); }
}

@keyframes request-award-overlay-10 {
  0%, 100% { transform: rotate(90deg); }
  50% { transform: rotate(100deg); }
}

.request-base44-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.request-base44-copy h1 {
  max-width: 1220px;
  margin: 0;
  color: var(--text);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(2.8rem, 4vw, 4.1rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  white-space: nowrap;
}

.request-base44-copy p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: 0;
}

.request-hero-title-mobile,
.request-hero-subtitle-mobile {
  display: none;
}

.request-hero-prompt {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(680px, 100%);
  min-height: 148px;
  margin-top: 38px;
  padding: 20px 20px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #1e1e22;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 2px 20px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.request-hero-prompt::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 46%);
  content: "";
  pointer-events: none;
}

.request-hero-prompt textarea {
  width: 100%;
  min-height: 80px;
  max-height: 200px;
  padding: 0 0 8px;
  border: 0;
  outline: 0;
  resize: none;
  background: transparent;
  color: #ffffff;
  font: 400 0.94rem/1.5 "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.request-hero-prompt textarea::placeholder {
  color: #5a5a5f;
}

.request-hero-prompt-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
}

.request-hero-tools,
.request-hero-actions {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.request-hero-icon-button,
.request-hero-mic,
.request-hero-submit,
.request-hero-help {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.request-hero-icon-button {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #8a8a8f;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  transition: background 80ms ease, color 80ms ease, transform 80ms ease;
}

.request-hero-icon-button:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.request-hero-icon-button.is-open {
  transform: rotate(45deg);
}

.request-hero-upload-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 50;
  display: grid;
  width: 180px;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(26, 26, 30, 0.95);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 80ms ease, transform 80ms ease;
}

.request-hero-upload-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.request-hero-upload-menu button {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #a0a0a5;
  cursor: pointer;
  font: 400 0.86rem/1 "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  text-align: left;
  transition: background 80ms ease, color 80ms ease;
}

.request-hero-upload-menu button:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.request-hero-upload-menu svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.request-hero-attachments {
  position: relative;
  z-index: 1;
  display: none;
  width: min(680px, 100%);
  grid-template-columns: repeat(auto-fill, 42px);
  gap: 9px;
  justify-content: flex-start;
  margin-top: 10px;
}

.request-hero-attachments.has-files {
  display: grid;
}

.request-hero-thumb {
  position: relative;
  width: 42px;
  aspect-ratio: 3 / 4;
  overflow: visible;
  background: transparent;
}

.request-hero-thumb-action {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: transform 80ms ease;
}

.request-hero-thumb-marker {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 2;
  display: inline-flex;
  min-width: 28px;
  height: 15px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.request-hero-thumb-action:hover,
.request-hero-thumb-action:focus-visible {
  outline: 0;
  transform: translateY(-1px);
}

.request-hero-thumb img,
.request-hero-thumb-file {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6px;
  object-fit: cover;
}

.request-hero-thumb-file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #c7c7cc;
}

.request-hero-thumb-file svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.request-hero-thumb-remove {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 2;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(10, 10, 12, 0.78);
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
}

.request-hero-help {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #6a6a6f;
  font-size: 0.68rem;
  font-weight: 400;
}

.request-hero-tip {
  position: absolute;
  right: 82px;
  bottom: calc(100% + 10px);
  z-index: 50;
  width: max-content;
  max-width: 230px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(26, 26, 30, 0.95);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
  font-size: 0.78rem;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.request-hero-help:hover + .request-hero-tip,
.request-hero-help:focus-visible + .request-hero-tip,
.request-hero-tip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.request-hero-mic {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #8a8a8f;
  transition: background 180ms ease, color 180ms ease;
}

.request-hero-mic:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.request-hero-mic svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.request-hero-submit {
  width: auto;
  height: 36px;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  background: #1488fc;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: 0 0 20px rgba(20, 136, 252, 0.3);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.request-hero-submit:hover {
  background: #1a94ff;
  opacity: 1;
  transform: translateY(-1px);
}

.request-hero-submit svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.request-hero-submit span {
  white-space: nowrap;
}

.request-hero-suggestions {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  margin-top: 50px;
}

.request-hero-suggestions p {
  margin: 0 0 18px;
  color: rgba(248, 241, 231, 0.5);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.request-hero-suggestions div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.request-hero-suggestions button {
  min-height: 37px;
  padding: 0 16px;
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.06);
  color: rgba(248, 241, 231, 0.9);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.request-hero-suggestions button:hover {
  border-color: rgba(227, 190, 117, 0.5);
  background: rgba(255, 248, 236, 0.1);
  transform: translateY(-1px);
}

.request-hero-chat {
  width: min(780px, calc(100vw - 48px));
  min-height: 0;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.request-hero-chat::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.055), transparent 38%);
}

.request-hero-chat.is-drag-over {
  border-color: rgba(113, 208, 131, 0.72);
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(113, 208, 131, 0.34),
    0 0 34px rgba(113, 208, 131, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.request-hero-chat.is-drag-over::after {
  position: absolute;
  inset: 8px;
  z-index: 6;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(172, 255, 192, 0.72);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 20%, rgba(113, 208, 131, 0.24), transparent 38%),
    rgba(7, 18, 12, 0.72);
  color: rgba(237, 255, 241, 0.94);
  content: "松开以上传图片";
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.request-hero-input-area {
  padding: 16px 16px 8px;
}

.request-hero-chat textarea {
  min-height: 68px;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  line-height: 1.58;
}

.request-hero-chat textarea::placeholder {
  color: rgba(255, 255, 255, 0.24);
}

.request-hero-chat .request-hero-attachments {
  width: auto;
  grid-template-columns: repeat(auto-fill, 40px);
  gap: 8px;
  margin: 0;
  padding: 0 16px 12px;
}

.request-hero-chat .request-hero-thumb {
  width: 40px;
}

.request-hero-chat .request-hero-prompt-footer {
  align-items: center;
  gap: 10px;
  padding: 12px 14px 14px;
  border-top: 0;
}

.request-hero-chat .request-hero-tools {
  gap: 7px;
}

.request-hero-chat .request-hero-actions {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 7px;
}

.request-hero-chat .request-hero-icon-button,
.request-template-button,
.request-hero-control-button,
.request-hero-chat .request-hero-mic {
  min-height: 34px;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  transition: background 80ms ease, color 80ms ease, transform 80ms ease;
}

.request-hero-chat .request-hero-icon-button {
  width: 34px;
  height: 34px;
  font-size: 1.2rem;
}

.request-hero-chat .request-hero-icon-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.request-hero-chat .request-hero-icon-button:hover,
.request-template-button:hover,
.request-template-select.is-open .request-template-button,
.request-hero-control-button:hover,
.request-hero-control.is-open .request-hero-control-button,
.request-hero-chat .request-hero-mic:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
}

.request-template-select,
.request-hero-control {
  position: relative;
}

.request-template-select {
  display: inline-flex;
  align-items: center;
}

.request-template-button,
.request-hero-control-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0;
}

.request-template-button {
  width: auto;
  height: 34px;
  justify-content: center;
  padding: 0 9px;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.request-template-button svg,
.request-hero-control-button svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.request-template-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.9;
}

.request-select-chevron {
  width: 13px !important;
  height: 13px !important;
  opacity: 0.76;
  transition: transform 80ms ease;
}

.request-template-select.is-open .request-select-chevron,
.request-hero-control.is-open .request-select-chevron {
  transform: rotate(180deg);
}

.request-hero-control-button {
  min-width: 0;
  max-width: 190px;
}

.request-hero-control[data-hero-control="delivery"] .request-hero-control-button {
  max-width: 210px;
}

.request-hero-control-button span {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.66rem;
  font-weight: 700;
  white-space: nowrap;
}

.request-hero-control-button strong {
  overflow: hidden;
  max-width: 118px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-hero-control[data-hero-control="delivery"] .request-hero-control-button strong {
  max-width: 132px;
}

.request-hero-urgency-control {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 80ms ease, background 80ms ease, color 80ms ease;
}

.request-hero-urgency-control:hover,
.request-hero-urgency-control:has(.request-hero-switch.is-pressed) {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.9);
}

.request-hero-switch {
  --switch-track: rgba(255, 255, 255, 0.1);
  --switch-thumb-width: 16px;
  --switch-thumb-height: 16px;
  --switch-thumb-y: 2px;
  --switch-thumb-x: 2px;
  display: inline-flex;
  min-height: auto;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0;
  touch-action: none;
  user-select: none;
  box-shadow: none;
}

.request-hero-switch:hover,
.request-hero-switch.is-pressed {
  --switch-track: rgba(255, 255, 255, 0.16);
}

.request-hero-switch:hover {
  --switch-thumb-width: 18px;
}

.request-hero-switch.is-pressed,
.request-hero-switch.is-dragging {
  --switch-thumb-width: 20px;
  --switch-thumb-height: 12px;
  --switch-thumb-y: 4px;
}

.request-hero-switch.is-checked {
  --switch-track: #6b97ff;
}

.request-hero-switch.is-checked:hover,
.request-hero-switch.is-checked.is-pressed {
  --switch-track: #5c89f2;
}

.request-hero-switch-track {
  position: relative;
  width: 34px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--switch-track);
  transition: background-color 80ms ease;
}

.request-hero-switch-thumb {
  position: absolute;
  top: var(--switch-thumb-y);
  left: 0;
  width: var(--switch-thumb-width);
  height: var(--switch-thumb-height);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  transform: translateX(var(--switch-thumb-x));
  transition:
    width 80ms cubic-bezier(0.22, 1, 0.36, 1),
    height 80ms cubic-bezier(0.22, 1, 0.36, 1),
    top 80ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 80ms cubic-bezier(0.22, 1, 0.36, 1);
}

.request-hero-switch.is-checked {
  --switch-thumb-x: calc(34px - 2px - var(--switch-thumb-width));
}

.request-hero-switch-copy {
  display: inline-flex;
  min-width: 28px;
  align-items: center;
  line-height: 1;
  text-align: left;
}

.request-hero-switch-copy > span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 850;
  transform-origin: 50% 52%;
  transition: color 80ms ease;
  backface-visibility: hidden;
}

.request-hero-switch.is-checked .request-hero-switch-copy > span {
  color: #ff9f3f;
}

.request-hero-switch.is-flipping .request-hero-switch-copy > span {
  animation: request-urgency-label-flip 520ms cubic-bezier(0.22, 1, 0.36, 1) 2;
}

.request-hero-urgency-control .request-hero-help {
  margin-left: -2px;
  color: rgba(255, 255, 255, 0.52);
}

.request-hero-urgency-control .request-hero-help:hover,
.request-hero-urgency-control .request-hero-help:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.9);
}

@keyframes request-urgency-label-flip {
  0% {
    opacity: 0.78;
    transform: perspective(120px) rotateX(0deg) translateY(0);
  }
  42% {
    opacity: 0.32;
    transform: perspective(120px) rotateX(86deg) translateY(-1px);
  }
  100% {
    opacity: 1;
    transform: perspective(120px) rotateX(0deg) translateY(0);
  }
}

.request-template-menu,
.request-hero-control-menu {
  position: absolute;
  bottom: calc(100% + 8px);
  z-index: 60;
  display: grid;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(10, 10, 12, 0.94);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.54);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 80ms ease, transform 80ms ease;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.request-template-menu {
  left: 0;
  min-width: 292px;
}

.request-hero-control-menu {
  right: 0;
  min-width: 174px;
}

.request-template-select.is-open .request-template-menu,
.request-hero-control.is-open .request-hero-control-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.request-template-menu p {
  margin: 0;
  padding: 7px 9px 6px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.request-template-menu button,
.request-hero-control-menu button {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0;
  text-align: left;
  transition: background 80ms ease, color 80ms ease;
}

.request-template-menu button {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 8px 10px;
}

.request-template-menu button:hover,
.request-hero-control-menu button:hover,
.request-hero-control-menu button.is-selected {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.request-template-menu strong,
.request-template-menu small {
  display: block;
}

.request-template-menu strong {
  font-size: 0.86rem;
  font-weight: 650;
}

.request-template-menu small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  line-height: 1.35;
}

.request-hero-control-menu button {
  min-height: 36px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 600;
}

.request-hero-control-menu button.is-selected {
  color: #ffffff;
}

.request-resolution-menu {
  min-width: 230px;
}

.request-resolution-menu button {
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 8px 10px;
}

.request-resolution-menu span,
.request-resolution-menu strong,
.request-resolution-menu small {
  display: block;
}

.request-resolution-menu strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 750;
}

.request-resolution-menu small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
}

.request-resolution-menu button:hover small,
.request-resolution-menu button.is-selected small {
  color: rgba(255, 255, 255, 0.58);
}

.request-date-popover {
  top: auto;
  bottom: calc(100% + 8px);
  width: min(300px, calc(100vw - 44px));
  min-width: min(300px, calc(100vw - 44px));
  gap: 8px;
  padding: 8px;
}

.request-date-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.request-date-fields button {
  display: grid;
  min-height: 46px;
  gap: 4px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.request-date-fields button.is-active {
  border-color: rgba(55, 214, 122, 0.5);
  background: rgba(55, 214, 122, 0.1);
  color: #ffffff;
}

.request-date-fields span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.64rem;
  font-weight: 800;
}

.request-date-fields strong {
  font-size: 0.84rem;
  font-weight: 750;
}

.request-date-calendar {
  display: grid;
  gap: 8px;
}

.request-date-calendar__head {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 8px;
}

.request-date-calendar__head strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.request-date-calendar__head button {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 1rem;
}

.request-date-calendar__head button:hover {
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
}

.request-date-weekdays,
.request-date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
}

.request-date-weekdays span {
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.62rem;
  font-weight: 800;
  text-align: center;
}

.request-date-grid button,
.request-date-grid span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: 700 0.78rem/1 "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.request-date-grid button {
  cursor: pointer;
}

.request-date-grid button:hover {
  background: rgba(255, 255, 255, 0.075);
  color: #ffffff;
}

.request-date-grid button.is-today {
  color: #37d67a;
}

.request-date-grid button.is-in-range {
  background: rgba(55, 214, 122, 0.13);
  color: #ffffff;
}

.request-date-grid button.is-start,
.request-date-grid button.is-end {
  background: #37d67a;
  color: #06150c;
}

.request-date-grid button.is-weekend,
.request-date-grid button:disabled {
  color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

.request-date-grid button.is-weekend:hover,
.request-date-grid button:disabled:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.2);
}

.request-date-hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: center;
}

.request-hero-options {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(720px, calc(100vw - 48px));
  justify-content: center;
  margin-top: 32px;
}

.request-hero-option-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.request-hero-options .request-hero-control-button {
  min-height: 42px;
  max-width: none;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.request-hero-options .request-hero-control-button:hover,
.request-hero-options .request-hero-control.is-open .request-hero-control-button {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.055);
}

.request-hero-options .request-hero-control-button strong {
  max-width: 150px;
  font-size: 0.82rem;
}

.request-hero-options .request-hero-control[data-hero-control="delivery"] .request-hero-control-button strong {
  max-width: 142px;
}

.request-hero-options .request-hero-help {
  align-self: center;
  flex: 0 0 auto;
}

.request-hero-options .request-hero-tip {
  right: 0;
}

.request-hero-required-fields {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.request-hero-mini-field {
  display: inline-grid;
  grid-template-columns: auto minmax(48px, 72px);
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border-radius: 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  transition: background 80ms ease, color 80ms ease;
}

.request-hero-mini-field:hover,
.request-hero-mini-field:focus-within {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
}

.request-hero-mini-field span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.66rem;
  font-weight: 800;
  white-space: nowrap;
}

.request-hero-mini-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  font: 750 0.76rem/1 "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.request-hero-mini-field input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.request-hero-mini-field input::-webkit-outer-spin-button,
.request-hero-mini-field input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.request-hero-mini-field input[type="number"] {
  appearance: textfield;
}

.request-hero-mini-field--quantity {
  grid-template-columns: auto minmax(38px, 52px);
}

.request-hero-chat .request-hero-mic {
  width: 34px;
  height: 34px;
}

.request-hero-chat .request-hero-submit {
  height: 34px;
  min-width: 142px;
  gap: 7px;
  padding: 0 14px;
  border-radius: 10px;
  background: #ffffff;
  color: #0b0b0d;
  font-size: 0.8rem;
  font-weight: 750;
  box-shadow:
    0 12px 30px rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14);
}

.request-hero-chat .request-hero-submit:hover {
  background: rgba(255, 255, 255, 0.9);
}

.request-hero-chat .request-hero-submit.is-generated,
.request-hero-chat .request-hero-submit.is-generated:hover,
.request-hero-chat .request-hero-submit.is-generated:focus-visible {
  background: #37d67a;
  background-color: #37d67a;
  color: #06150c;
  box-shadow:
    0 14px 36px rgba(55, 214, 122, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.request-template-button:focus-visible,
.request-hero-control-button:focus-visible,
.request-hero-switch:focus-visible,
.request-hero-chat .request-hero-icon-button:focus-visible,
.request-hero-chat .request-hero-mic:focus-visible,
.request-hero-chat .request-hero-submit:focus-visible {
  outline: 2px solid rgba(227, 190, 117, 0.74);
  outline-offset: 2px;
}

.request-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.request-kicker {
  margin: 0 0 12px;
  color: var(--request-gold);
  font-family: "Barlow", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.request-header h1 {
  max-width: 860px;
  margin: 0;
  font-family: "Manrope", "Source Han Sans SC", sans-serif;
  font-size: clamp(2.4rem, 5.8vw, 6rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}

.request-header p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--request-muted);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.75;
}

.request-status {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
}

.request-status span {
  color: var(--request-faint);
  font-size: 0.82rem;
}

.request-status strong {
  font-size: 2rem;
  line-height: 1;
}

.request-progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.request-progress i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--request-red), var(--request-gold), var(--request-mint));
  transition: width 220ms ease;
}

.request-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 16px;
  align-items: start;
}

.request-workspace--intake {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.request-workspace--intake .request-side-panel--order {
  width: 100%;
}

.request-workspace--progress {
  grid-template-columns: minmax(0, 1fr);
}

.request-schedule-panel {
  --schedule-accent: #71d083;
  --schedule-accent-rgb: 113, 208, 131;
  --schedule-accent-ground: #1b2a1e;
  --schedule-accent-border: #2d5736;
  --progress-motion-width: clamp(380px, 40vw, 520px);
  position: relative;
  overflow: hidden;
  min-height: 720px;
  border: 1px solid #2b292d;
  border-radius: 14px;
  background:
    radial-gradient(circle at 16% 8%, rgba(var(--schedule-accent-rgb), 0.08), transparent 26%),
    linear-gradient(180deg, rgba(18, 17, 19, 0.96), rgba(18, 17, 19, 0.82));
  color: #e5e5e5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-family: "Inter", "Red Hat Text", "PingFang SC", sans-serif;
}

.request-schedule-panel[data-stage="retouch"] {
  --schedule-accent: #70b8ff;
  --schedule-accent-rgb: 112, 184, 255;
  --schedule-accent-ground: #152438;
  --schedule-accent-border: #295680;
}

.request-schedule-panel[data-stage="acceptance"] {
  --schedule-accent: #ffae53;
  --schedule-accent-rgb: 255, 174, 83;
  --schedule-accent-ground: #342416;
  --schedule-accent-border: #6a4521;
}

.request-schedule-title {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  border-bottom: 1px solid #2b292d;
  background: rgba(26, 25, 27, 0.74);
  color: #eeeef0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.request-schedule-title small {
  margin-left: auto;
  color: #8f8c98;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.request-depot-tabs {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  border-bottom: 1px solid #2b292d;
}

.request-progress-header-row {
  display: block;
}

.request-progress-motion {
  display: none;
}

.request-progress-motion video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.request-progress-motion video::-webkit-media-controls,
.request-progress-motion video::-webkit-media-controls-panel,
.request-progress-motion video::-webkit-media-controls-start-playback-button,
.request-progress-motion video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 921px) {
  .jewelx-request-progress-page .request-progress-header-row {
    display: grid;
    grid-template-columns: minmax(250px, 1fr) var(--progress-motion-width);
    grid-template-rows: auto;
    align-items: stretch;
    border-bottom: 1px solid #2b292d;
  }

  .jewelx-request-progress-page .request-depot-tabs {
    width: auto;
    border-bottom: 0;
  }

  .jewelx-request-progress-page .request-depot-tabs article {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    text-align: right;
  }

  .jewelx-request-progress-page .request-depot-tabs strong {
    display: block;
  }

  .jewelx-request-progress-page .request-progress-motion--desktop {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    display: block;
    width: var(--progress-motion-width);
    min-height: 188px;
    overflow: hidden;
    margin: 10px 0 10px auto;
    border: 1px solid rgba(var(--schedule-accent-rgb), 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 16px 42px rgba(0, 0, 0, 0.24);
  }

  .jewelx-request-progress-page .request-progress-header-row .request-depot-intro {
    grid-column: 1;
    display: block;
    min-height: 92px;
    padding: 18px 18px 20px;
    border-top: 1px solid #2b292d;
  }

  .jewelx-request-progress-page .request-progress-header-row .request-depot-intro p {
    max-width: none;
    font-size: clamp(0.96rem, 1.08vw, 1.1rem);
    line-height: 1.56;
  }
}

.request-depot-tabs article {
  position: relative;
  height: 100%;
  min-height: 112px;
  padding: 24px 20px 20px;
  border-right: 0;
  cursor: pointer;
  transition: background 180ms ease;
}

.request-depot-tabs article:hover {
  background: rgba(var(--schedule-accent-rgb), 0.045);
}

.request-depot-tabs article.is-active {
  background:
    linear-gradient(180deg, rgba(var(--schedule-accent-rgb), 0.12), rgba(var(--schedule-accent-rgb), 0.035)),
    rgba(var(--schedule-accent-rgb), 0.035);
}

.request-depot-tabs article:last-child {
  border-right: 0;
}

.request-depot-tabs article.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--schedule-accent);
  content: "";
  animation: depot-active-line 4.8s ease-in-out forwards;
}

.request-depot-tabs article > span {
  display: block;
  margin-bottom: 20px;
  color: #b5b2bc;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.request-depot-tabs article.is-active > span {
  color: var(--schedule-accent);
}

.request-depot-tabs strong {
  display: block;
  color: #e5e5e5;
  font-size: clamp(0.88rem, 1.45vw, 1.15rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.request-depot-tab-live {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  text-align: right;
}

.request-depot-tab-live .request-depot-tab-title {
  font-size: clamp(1.18rem, 2vw, 1.72rem);
  font-weight: 850;
  line-height: 1.05;
}

.request-depot-tab-live > small {
  display: block;
  margin-left: 0;
  color: #8f8c98;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.request-depot-tab-title {
  display: block;
}

.request-depot-tabs strong small {
  display: block;
  margin-top: 6px;
  color: #8f8c98;
  font-size: 0.78em;
  font-weight: 650;
  letter-spacing: 0;
}

.request-depot-tabs article.is-active strong small {
  color: rgba(var(--schedule-accent-rgb), 0.82);
}

.request-depot-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 28px 24px 24px;
}

.request-depot-intro p {
  max-width: 720px;
  margin: 0;
  color: #b5b2bc;
  font-size: clamp(0.9rem, 1.35vw, 1.15rem);
  line-height: 1.6;
  letter-spacing: 0.025em;
}

.request-depot-intro a {
  color: #70b8ff;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.request-depot-workflow {
  overflow: hidden;
  margin: 0 24px 24px;
  border: 1px solid #323035;
  border-radius: 10px;
  background: rgba(18, 17, 19, 0.78);
}

.request-depot-workflow__head {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #323035;
  background: #1a191b;
}

.request-depot-workflow__head span,
.request-depot-workflow__head button {
  color: #b5b2bc;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.request-depot-workflow__head button {
  cursor: pointer;
  font-size: 1.1rem;
}

.request-depot-columns {
  display: grid;
  grid-template-columns: 1fr;
}

.request-depot-column {
  min-width: 0;
  scroll-margin-top: 112px;
  padding: 18px 16px 16px;
}

.request-depot-column--depot {
  order: 1;
}

.request-depot-column h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #b5b2bc;
  font-size: 0.86rem;
  font-weight: 800;
}

.request-depot-column--depot h3 {
  color: var(--schedule-accent);
}

.request-depot-column-label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: -8px 0 10px 30px;
  color: #7c7a85;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.request-depot-job {
  display: grid;
  gap: 8px;
  padding: 0 0 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(50, 48, 53, 0.74);
  border-radius: 10px;
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease, padding 220ms ease;
}

.request-depot-job:hover,
.request-depot-job:focus-visible,
.request-depot-job.is-expanded {
  outline: 0;
  background: rgba(var(--schedule-accent-rgb), 0.06);
  border-color: rgba(var(--schedule-accent-rgb), 0.28);
}

.request-depot-job.is-new {
  position: relative;
  overflow: hidden;
  animation: request-job-slot-open 640ms cubic-bezier(0.2, 0.9, 0.18, 1) both;
  transform-origin: center;
  will-change: max-height, opacity;
}

.request-depot-job.is-new::after {
  position: absolute;
  inset: -22px -48%;
  z-index: 3;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(178, 255, 205, 0) 22%,
    rgba(178, 255, 205, 0.16) 34%,
    rgba(178, 255, 205, 0.42) 46%,
    rgba(224, 255, 236, 0.72) 54%,
    rgba(113, 208, 131, 0.42) 64%,
    rgba(178, 255, 205, 0.14) 76%,
    rgba(178, 255, 205, 0) 88%,
    transparent 100%
  );
  filter: blur(7px);
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translateX(-120%);
  animation: request-job-row-sheen 1s cubic-bezier(0.22, 1, 0.36, 1) 780ms both;
  will-change: transform;
}

.request-depot-job.is-new > .request-depot-job-main,
.request-depot-job.is-new > i {
  position: relative;
  z-index: 1;
  animation: request-job-pop-in 1.35s cubic-bezier(0.16, 1, 0.3, 1) 220ms both;
  will-change: transform, opacity, filter;
}

.request-depot-job-main {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.request-depot-job span {
  color: var(--schedule-accent);
  font-weight: 900;
}

.request-depot-job .request-depot-status-dot {
  display: inline-block;
  justify-self: center;
  width: 10px;
  height: 10px;
  border: 2px solid #8a8891;
  border-radius: 999px;
  background: rgba(124, 122, 133, 0.16);
  color: transparent;
  box-shadow: 0 0 0 3px rgba(124, 122, 133, 0.08);
}

.request-depot-job .request-depot-status-cat {
  position: relative;
  display: inline-block;
  justify-self: center;
  width: 16px;
  height: 13px;
  border: 1.7px solid #b5b2bc;
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 36% 56%, #b5b2bc 0 1.2px, transparent 1.3px),
    radial-gradient(circle at 64% 56%, #b5b2bc 0 1.2px, transparent 1.3px),
    rgba(181, 178, 188, 0.08);
  color: transparent;
}

.request-depot-job .request-depot-status-cat::before,
.request-depot-job .request-depot-status-cat::after {
  position: absolute;
  top: -4.7px;
  width: 6.5px;
  height: 6.5px;
  border-top: 1.7px solid #b5b2bc;
  background: #1a191b;
  content: "";
}

.request-depot-job .request-depot-status-cat::before {
  left: 0.2px;
  border-left: 1.7px solid #b5b2bc;
  border-radius: 2px 0 0 0;
  transform: rotate(18deg) skew(-12deg);
}

.request-depot-job .request-depot-status-cat::after {
  right: 0.2px;
  border-right: 1.7px solid #b5b2bc;
  border-radius: 0 2px 0 0;
  transform: rotate(-18deg) skew(12deg);
}

.request-depot-job .request-depot-status-dotm-square {
  display: grid;
  grid-template-columns: repeat(4, 2.5px);
  grid-auto-rows: 2.5px;
  gap: 1.7px;
  justify-self: center;
  width: 18px;
  height: 18px;
  align-content: center;
  justify-content: center;
  color: transparent;
  filter: drop-shadow(0 0 6px rgba(113, 208, 131, 0.24));
}

.request-depot-job .request-depot-status-dotm-square span {
  display: block;
  width: 2.5px;
  height: 2.5px;
  border-radius: 1px;
  background: #71d083;
  opacity: 0.16;
  image-rendering: pixelated;
  animation: request-dotm-origin-wave 1.35s ease-in-out infinite;
  animation-delay: calc(var(--dmx-ring, 0) * 86ms);
  box-shadow: 0 0 0 rgba(113, 208, 131, 0);
}

.request-depot-job .request-depot-status-dotm-square span.is-empty {
  opacity: 0;
  animation: none;
}

.request-depot-job b {
  overflow: hidden;
  color: #b5b2bc;
  font-size: 0.78rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-depot-column--depot .request-depot-job b {
  color: #eeeef0;
}

.request-depot-job.is-new b {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(var(--schedule-accent-rgb), 0.46);
}

.request-depot-job small {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  margin-left: 6px;
  padding: 0 8px;
  border: 1px solid var(--schedule-accent-border);
  border-radius: 999px;
  background: var(--schedule-accent-ground);
  color: var(--schedule-accent);
  font-size: 0.6rem;
}

.request-depot-job small.is-urgent {
  border-color: rgba(255, 174, 83, 0.52);
  background: rgba(255, 174, 83, 0.15);
  color: #ffae53;
  box-shadow: 0 0 0 1px rgba(255, 174, 83, 0.08) inset;
}

.request-depot-urgent-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 12px 30px;
  color: rgba(181, 178, 188, 0.48);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.request-depot-urgent-divider::before,
.request-depot-urgent-divider::after {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 174, 83, 0.36), rgba(124, 122, 133, 0.12));
  content: "";
}

.request-depot-urgent-divider::after {
  background: linear-gradient(90deg, rgba(124, 122, 133, 0.12), rgba(124, 122, 133, 0));
}

.request-depot-job em {
  color: #b5b2bc;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.request-depot-job i {
  position: relative;
  overflow: hidden;
  height: 8px;
  margin-left: 30px;
  border-radius: 999px;
  background: rgba(124, 122, 133, 0.18);
}

.request-depot-job i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress);
  border-radius: inherit;
  background: #7c7a85;
  content: "";
  transform-origin: left;
  animation: depot-progress 5.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: var(--delay);
}

.request-depot-job-detail {
  overflow: hidden;
  max-height: 0;
  margin-left: 30px;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 280ms ease,
    padding-top 280ms ease;
}

.request-depot-job.is-expanded .request-depot-job-detail {
  max-height: 240px;
  padding-top: 5px;
  opacity: 1;
  transform: translateY(0);
}

.request-depot-job-detail__inner {
  display: grid;
  grid-template-columns: minmax(96px, 0.85fr) minmax(70px, 0.45fr) auto;
  gap: 10px 12px;
  align-items: start;
  padding: 10px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.request-depot-job-detail__inner > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.request-depot-job-detail__inner > div:first-child {
  grid-column: 1 / -1;
}

.request-depot-job-detail__inner span {
  color: rgba(181, 178, 188, 0.56);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.request-depot-job-detail__inner strong {
  overflow: hidden;
  color: rgba(238, 238, 240, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-depot-job-detail__inner > div:first-child strong {
  overflow: visible;
  line-height: 1.55;
  text-overflow: clip;
  white-space: normal;
}

.request-depot-job-detail__inner a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid rgba(var(--schedule-accent-rgb), 0.28);
  border-radius: 999px;
  background: rgba(var(--schedule-accent-rgb), 0.08);
  color: var(--schedule-accent);
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.request-depot-job-detail__inner a:hover,
.request-depot-job-detail__inner a:focus-visible {
  border-color: rgba(var(--schedule-accent-rgb), 0.5);
  background: rgba(var(--schedule-accent-rgb), 0.14);
  outline: 0;
  transform: translateY(-1px);
}

.request-schedule-panel.is-replaying .request-depot-job i::before {
  animation-name: none;
}

.request-schedule-panel.is-replaying .request-depot-tabs article.is-active::after {
  animation-name: none;
}

.request-schedule-panel:not(.has-started) .request-depot-job i::before {
  animation: none;
  opacity: 0.55;
  transform: scaleX(0);
}

.request-schedule-panel:not(.has-started) .request-depot-tabs article.is-active::after {
  animation: none;
  transform: scaleX(0);
  transform-origin: left;
}

.request-depot-column--depot .request-depot-job i::before {
  background: var(--schedule-accent);
}

.request-depot-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b5b2bc;
  font-size: 0.88rem;
  font-weight: 900;
}

.request-depot-total.is-green {
  color: var(--schedule-accent);
}

@keyframes depot-progress {
  0% {
    transform: scaleX(0);
    opacity: 0.55;
  }

  18%,
  72% {
    transform: scaleX(1);
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    opacity: 0.72;
  }
}

@keyframes request-job-slot-open {
  0% {
    max-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    opacity: 0;
  }

  34% {
    max-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    opacity: 0;
  }

  100% {
    max-height: 96px;
    margin-bottom: 11px;
    padding-bottom: 11px;
    opacity: 1;
  }
}

@keyframes request-job-pop-in {
  0% {
    opacity: 0;
    filter: blur(2px);
    transform: scale(1.28) translateY(-12px);
  }

  42% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.16) translateY(0);
  }

  72% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.075) translateY(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes request-job-row-sheen {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@keyframes request-dotm-origin-wave {
  0%,
  100% {
    opacity: 0.14;
    box-shadow: 0 0 0 rgba(113, 208, 131, 0);
    transform: scale(0.92);
  }

  34% {
    opacity: 1;
    box-shadow: 0 0 7px rgba(113, 208, 131, 0.72);
    transform: scale(1.18);
  }

  60% {
    opacity: 0.38;
    box-shadow: 0 0 3px rgba(113, 208, 131, 0.24);
    transform: scale(1);
  }
}

@keyframes depot-active-line {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }

  42%,
  80% {
    transform: scaleX(1);
    transform-origin: left;
  }

  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes request-summary-border-sweep {
  from {
    --summary-border-angle: 0deg;
  }

  to {
    --summary-border-angle: 360deg;
  }
}

.request-chat-panel,
.request-card {
  border: 1px solid var(--request-border);
  border-radius: 28px;
  background: var(--request-panel);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.3);
}

.request-chat-panel {
  display: grid;
  grid-template-rows: auto minmax(470px, 64vh) auto;
  min-height: 720px;
  padding: 16px;
}

.request-summary--main {
  display: grid;
  grid-template-rows: auto minmax(520px, 64vh) auto;
  min-height: 720px;
}

.request-summary--main pre {
  min-height: 0;
  padding: 22px;
  border-radius: 22px;
  font-size: 0.96rem;
  line-height: 1.8;
}

.request-summary--main .request-card-heading {
  margin-bottom: 16px;
}

.request-summary--main .request-card-heading span {
  font-size: 1.18rem;
}

.request-action-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 14px;
}

.request-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 241, 231, 0.9);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.request-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.22);
}

.request-chip.is-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--request-mint), var(--request-gold));
  color: #080808;
}

.request-chat {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    rgba(0, 0, 0, 0.22);
  background-size: 28px 28px, 28px 28px, auto;
}

.request-message {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: min(760px, 92%);
}

.request-message--user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.request-avatar {
  display: inline-flex;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--request-mint);
  font-size: 0.75rem;
  font-weight: 900;
}

.request-message--user .request-avatar {
  background: rgba(255, 255, 255, 0.92);
  color: #090909;
}

.request-bubble {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 241, 231, 0.9);
}

.request-message--user .request-bubble {
  background: rgba(184, 230, 223, 0.12);
  border-color: rgba(184, 230, 223, 0.26);
}

.request-bubble p {
  margin: 0;
  white-space: pre-wrap;
  line-height: 1.65;
}

.request-composer {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.22);
}

.request-composer textarea,
.request-form-grid input,
.request-form-grid select,
.request-form-grid textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
}

.request-composer textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.65;
}

.request-composer textarea::placeholder,
.request-form-grid input::placeholder,
.request-form-grid textarea::placeholder {
  color: rgba(248, 241, 231, 0.34);
}

.request-composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
}

.request-upload-button,
.request-send-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.request-upload-button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(248, 241, 231, 0.86);
}

.request-send-button {
  background: #fff;
  color: #090909;
}

.request-side-panel {
  display: grid;
  gap: 16px;
}

.request-side-panel--order .request-summary {
  display: grid;
  grid-template-rows: auto minmax(340px, 46vh) auto auto;
  min-height: 720px;
}

.request-side-panel--order .request-summary-glow {
  --summary-border-angle: 0deg;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: transparent;
  background: linear-gradient(180deg, rgba(20, 20, 23, 0.92), rgba(8, 8, 10, 0.88));
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  transition: background 500ms ease, box-shadow 300ms ease;
}

.request-side-panel--order .request-summary-glow::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  animation: request-summary-border-sweep 4s linear infinite;
  background: conic-gradient(
    from var(--summary-border-angle),
    rgba(255, 255, 255, 0) 0deg,
    rgba(255, 255, 255, 0) 250deg,
    rgba(255, 255, 255, 0.16) 282deg,
    rgba(255, 255, 255, 0.92) 302deg,
    rgba(255, 255, 255, 0.16) 322deg,
    rgba(255, 255, 255, 0) 356deg,
    rgba(255, 255, 255, 0) 360deg
  );
  content: "";
  filter: blur(1.6px);
  opacity: 0.62;
  pointer-events: none;
  transition: opacity 500ms ease, filter 500ms ease, background 500ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.request-side-panel--order .request-summary-glow::after {
  position: absolute;
  inset: -50%;
  z-index: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.06) 48%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.06) 52%,
    transparent 60%,
    transparent 100%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-100%);
}

.request-side-panel--order .request-summary-glow > * {
  position: relative;
  z-index: 1;
}

.request-side-panel--order .request-summary-glow:hover {
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(50, 117, 248, 0.32) inset;
}

.request-side-panel--order .request-summary-glow:hover::after,
.request-side-panel--order .request-summary-glow:focus-within::after {
  transform: translateX(100%);
  transition: transform 700ms cubic-bezier(0, 0, 0.2, 1);
}

.request-side-panel--order .request-summary-glow:hover::before {
  background: conic-gradient(
    from var(--summary-border-angle),
    rgba(50, 117, 248, 0) 0deg,
    rgba(50, 117, 248, 0) 232deg,
    rgba(50, 117, 248, 0.22) 272deg,
    rgba(50, 117, 248, 0.96) 304deg,
    rgba(50, 117, 248, 0.22) 336deg,
    rgba(50, 117, 248, 0) 360deg
  );
  filter: blur(2px);
  opacity: 0.8;
}

.request-side-panel--order .request-summary-output-wrap {
  min-height: 0;
}

.request-side-panel--order .request-summary-heading {
  position: relative;
  justify-content: center;
  min-height: 34px;
  text-align: center;
}

.request-side-panel--order .request-summary-heading span {
  font-size: 1.24rem;
  letter-spacing: 0;
}

.request-side-panel--order .request-summary-heading small {
  position: absolute;
  right: 0;
}

.request-order-materials {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.16);
}

.request-order-materials .request-card-heading {
  margin-bottom: 10px;
}

.request-materials-heading {
  align-items: center;
}

.request-materials-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.request-material-scroll-controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.request-material-scroll-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 241, 231, 0.82);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.request-material-scroll-controls button:not(:disabled):hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.request-material-scroll-controls button:disabled {
  cursor: default;
  opacity: 0.34;
}

.request-material-scroll-controls svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.request-card {
  padding: 16px;
}

.request-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.request-card-heading span {
  font-size: 1rem;
  font-weight: 900;
}

.request-card-heading small {
  color: var(--request-faint);
  font-size: 0.78rem;
}

.request-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.request-form-grid label {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
}

.request-form-grid label > span {
  color: var(--request-faint);
  font-size: 0.76rem;
}

.request-form-grid select option {
  color: #111;
}

.request-form-grid__wide {
  grid-column: 1 / -1;
}

.request-materials {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
  gap: 8px;
}

.request-order-materials .request-materials {
  display: flex;
  grid-template-columns: none;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2px;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.request-order-materials .request-materials.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.request-order-materials .request-materials::-webkit-scrollbar {
  height: 5px;
}

.request-order-materials .request-materials::-webkit-scrollbar-track {
  background: transparent;
}

.request-order-materials .request-materials::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.request-order-materials .request-material {
  flex: 0 0 54px;
  width: 54px;
  scroll-snap-align: start;
  user-select: none;
}

.request-order-materials .request-material img {
  width: 54px;
  user-select: none;
  -webkit-user-drag: none;
}

.request-order-materials .request-materials-empty {
  flex: 1 1 auto;
}

.request-materials p {
  margin: 0;
  color: var(--request-faint);
  font-size: 0.86rem;
  line-height: 1.6;
}

.request-materials-empty {
  grid-column: 1 / -1;
  min-width: 0;
  text-align: left;
  white-space: normal;
  word-break: normal;
}

.request-material {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  font-family: inherit;
  line-height: 0;
  text-align: center;
}

.request-material--image {
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.request-material--image:hover,
.request-material--image:focus-visible {
  transform: translateY(-1px);
  outline: 0;
}

.request-material img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.request-material-marker {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-flex;
  height: 16px;
  align-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.request-summary-output-wrap {
  position: relative;
  display: grid;
  min-height: 210px;
}

.request-summary textarea {
  min-height: 210px;
  margin: 0;
  padding: 14px;
  overflow: auto;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.24);
  color: rgba(248, 241, 231, 0.82);
  font: 0.82rem/1.65 "Inter", "Source Han Sans SC", sans-serif;
  outline: 0;
  resize: vertical;
  white-space: pre-wrap;
}

.request-summary-output-wrap textarea {
  min-height: 0;
  height: 100%;
}

.request-summary-empty-text {
  position: absolute;
  inset: 1px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 18px;
  color: rgba(248, 241, 231, 0.54);
  font: 0.92rem/1.45 "Inter", "Source Han Sans SC", sans-serif;
  letter-spacing: 0;
  text-align: center;
  pointer-events: none;
}

.request-summary-empty-text[hidden] {
  display: none;
}

.request-summary textarea.is-empty-summary {
  color: transparent;
  overflow: hidden;
}

.request-summary textarea:focus {
  border-color: rgba(184, 230, 223, 0.24);
  box-shadow: 0 0 0 1px rgba(184, 230, 223, 0.1) inset;
}

.request-summary textarea[readonly] {
  caret-color: transparent;
  cursor: default;
  resize: none;
  user-select: text;
}

.request-summary textarea[readonly]:focus {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.request-summary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.request-summary-actions button {
  min-height: 42px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
}

.request-summary-actions button:first-child {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 241, 231, 0.9);
}

.request-summary-actions button:last-child {
  background: linear-gradient(135deg, var(--request-mint), var(--request-gold));
  color: #090909;
}

.request-depot-ci-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.35fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
  margin-top: 88px;
  padding: 24px 0 84px;
  color: #e5e5e5;
  font-family: "Inter", "Red Hat Text", "PingFang SC", sans-serif;
}

.request-depot-ci-section[hidden] {
  display: none !important;
}

@supports (content-visibility: auto) {
  .request-depot-ci-section,
  .request-xai-products {
    content-visibility: auto;
    contain-intrinsic-size: 760px;
  }
}

.request-depot-ci-copy {
  padding-top: 32px;
}

.request-depot-ci-copy h2 {
  margin: 0 0 28px;
  color: #eeeef0;
  font-size: clamp(1.1rem, 1.65vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.request-depot-ci-copy p {
  max-width: 560px;
  margin: 0;
  color: #b5b2bc;
  font-size: clamp(0.92rem, 1.25vw, 1.2rem);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.025em;
}

.request-depot-ci-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 36px;
}

.request-depot-ci-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.request-depot-ci-primary {
  padding: 0 14px;
  border: 1px solid #2d5736;
  border-radius: 10px;
  background: #1b2a1e;
  color: #71d083;
}

.request-depot-ci-docs {
  color: #70b8ff;
}

.request-depot-ci-diagram {
  position: relative;
  display: grid;
  gap: 72px;
}

.request-depot-ci-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #323035;
  border-radius: 14px;
  background: rgba(4, 4, 11, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(113, 208, 131, 0.035);
}

.request-depot-ci-card::after {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(113, 208, 131, 0.32), transparent) 0 0 / 38% 1px no-repeat,
    linear-gradient(180deg, transparent, rgba(113, 208, 131, 0.28), transparent) 100% 0 / 1px 48% no-repeat;
  content: "";
  pointer-events: none;
  animation: depot-card-trace 4.8s ease-in-out infinite;
}

.request-depot-ci-card--top {
  min-height: 350px;
  padding: 24px;
}

.request-depot-ci-card--bottom {
  padding: 24px;
}

.request-depot-ci-card h3 {
  margin: 0 0 26px;
  color: #b5b2bc;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}

.request-depot-ci-card p {
  margin: 0 0 10px;
  color: #b5b2bc;
  font-size: 0.76rem;
  font-weight: 700;
}

.request-depot-ci-syntax {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
}

.request-depot-ci-syntax span {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px dashed #3c393f;
  border-radius: 8px;
  color: rgba(181, 178, 188, 0.42);
  font-family: "Red Hat Mono", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(0.68rem, 1.05vw, 0.92rem);
  font-weight: 700;
}

.request-depot-ci-syntax span.is-active {
  justify-content: flex-start;
  padding: 0 16px;
  border-style: solid;
  border-color: #2d5736;
  background: rgba(27, 42, 30, 0.34);
  color: #eeeef0;
}

.request-depot-ci-syntax i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #4bb35c;
}

.request-depot-ci-engine {
  margin-top: 54px;
  padding: 22px 24px 24px;
  border: 1px solid #323035;
  border-radius: 10px;
  background: rgba(18, 17, 19, 0.72);
}

.request-depot-ci-engine h4,
.request-depot-ci-card--bottom h3 {
  margin: 0 0 20px;
  color: #b5b2bc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}

.request-depot-ci-engine > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.request-depot-ci-engine span {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #323035;
  border-radius: 8px;
  color: #eeeef0;
  font-size: 0.74rem;
  font-weight: 700;
}

.request-depot-ci-switchyard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.request-depot-ci-switchyard h4 {
  margin: 0 0 10px;
  color: #eeeef0;
  font-size: 0.84rem;
}

.request-depot-ci-switchyard p {
  margin: 0;
  color: #b5b2bc;
  font-size: 0.78rem;
  line-height: 1.55;
}

.request-depot-ci-line {
  position: absolute;
  left: 50%;
  width: 1px;
  background: #323035;
  transform: translateX(-50%);
}

.request-depot-ci-line::before {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #71d083;
  box-shadow: 0 0 12px rgba(113, 208, 131, 0.82);
  content: "";
  transform: translateX(-50%);
  animation: depot-line-pulse 2.8s ease-in-out infinite;
}

.request-depot-ci-line--up {
  top: 168px;
  height: 42px;
}

.request-depot-ci-line--up::before {
  bottom: 0;
}

.request-depot-ci-line--down {
  top: calc(350px + 18px);
  height: 54px;
}

.request-depot-ci-line--down::before {
  top: 0;
  animation-delay: 1.1s;
}

@keyframes depot-line-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(-50%) scale(0.75);
  }

  45% {
    opacity: 1;
    transform: translateX(-50%) scale(1.12);
  }
}

@keyframes depot-card-trace {
  0%,
  100% {
    opacity: 0.28;
    background-position: -40% 0, 100% -50%;
  }

  50% {
    opacity: 0.8;
    background-position: 120% 0, 100% 120%;
  }
}

.request-progress-marquee {
  display: grid;
  gap: clamp(14px, 2vw, 28px);
  margin: clamp(76px, 9vw, 132px) calc(50% - 50vw) clamp(64px, 7vw, 108px);
  overflow: hidden;
  color: #ffffff;
  font-family: "Noto Serif SC", "Source Han Serif SC", "思源宋体", "Songti SC", "SimSun", serif;
  pointer-events: none;
}

.request-progress-marquee__row {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-block: clamp(4px, 0.7vw, 10px);
  white-space: nowrap;
}

.request-progress-marquee__row::before {
  display: none;
}

.request-progress-marquee__track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  min-width: 200%;
  flex: 0 0 auto;
  gap: clamp(28px, 4vw, 56px);
  animation: request-progress-marquee 24s linear infinite;
  will-change: transform;
}

.request-progress-marquee__row--reverse .request-progress-marquee__track {
  animation-name: request-progress-marquee-reverse;
  animation-duration: 28s;
}

.request-progress-marquee span {
  display: block;
  color: rgba(236, 233, 226, 0.9);
  font-size: clamp(2rem, 5.8vw, 5.4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.08;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.request-progress-marquee__row--reverse span {
  color: rgba(214, 210, 202, 0.78);
  font-size: clamp(1.8rem, 5vw, 4.7rem);
}

@keyframes request-progress-marquee {
  from {
    transform: translate3d(-12%, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes request-progress-marquee-reverse {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(-12%, 0, 0);
  }
}

.request-xai-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  padding-bottom: 92px;
  color: #ffffff;
  font-family: "Inter", "PingFang SC", sans-serif;
}

.request-xai-card {
  position: relative;
  min-height: 316px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: #1a1a1a;
  isolation: isolate;
  transition:
    border-color 220ms ease,
    box-shadow 500ms cubic-bezier(0.4, 0, 0.2, 1);
  contain: layout paint;
}

.request-xai-card::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 6;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  opacity: 0.2;
  pointer-events: none;
}

.request-xai-card::after {
  position: absolute;
  inset: -50%;
  z-index: 4;
  background: linear-gradient(
    120deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.06) 48%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.06) 52%,
    transparent 60%,
    transparent 100%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-100%);
}

.request-xai-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 15px -3px rgba(255, 255, 255, 0.03), 0 4px 6px -4px rgba(255, 255, 255, 0.03);
}

.request-xai-card:hover::after {
  transform: translateX(100%);
  transition: transform 700ms cubic-bezier(0, 0, 0.2, 1);
}

.request-xai-card:hover .request-xai-chat-scroll,
.request-xai-card:hover .request-xai-terminal,
.request-xai-card:hover .request-xai-image-grid,
.request-xai-card:hover .request-xai-waveform {
  transform: scale(1.02);
}

.request-xai-card-footer {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 7;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1;
}

.request-xai-card-footer a,
.request-xai-static-link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 180ms ease;
}

.request-xai-card-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.request-xai-chat {
  --xai-glow-x: 72%;
  --xai-glow-y: 28%;
  background: #1a1a1a;
}

.request-xai-chat-scroll {
  position: absolute;
  inset: 12px 20px 56px;
  z-index: 2;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(0, 0, 0.2, 1);
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 83%, transparent);
}

.request-xai-chat-track {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  min-height: max-content;
  animation: xai-chat-scroll 15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.request-xai-chat-bubble {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
  font-size: 10.5px;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.request-xai-chat-scroll .request-xai-chat-bubble {
  position: static;
  max-width: 74%;
  flex: 0 0 auto;
  animation: none;
  padding: 8px 14px;
}

.request-xai-chat-scroll .request-xai-chat-bubble--question {
  align-self: flex-end;
  border-radius: 16px 16px 6px 16px;
  color: rgba(255, 255, 255, 0.85);
}

.request-xai-chat-scroll .request-xai-chat-bubble--answer {
  align-self: flex-start;
  max-width: 82%;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px 16px 16px 6px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
}

.request-xai-chat-bubble--question {
  top: 70px;
  right: 34px;
  padding: 0 22px;
}

.request-xai-chat-bubble--answer {
  top: 126px;
  left: 34px;
  max-width: calc(100% - 210px);
  padding: 0 24px;
}

.request-xai-chat-bubble--two.request-xai-chat-bubble--question {
  top: 184px;
  right: 34px;
  animation-delay: 0.9s;
}

.request-xai-chat-bubble--two.request-xai-chat-bubble--answer {
  top: 242px;
  left: 34px;
  max-width: calc(100% - 292px);
  animation-delay: 1.6s;
}

.request-xai-chat-bubble--three {
  top: 242px;
  right: 34px;
  bottom: auto;
  padding: 0 22px;
  animation-delay: 2.2s;
}

.request-xai-terminal {
  position: absolute;
  inset: 0 0 56px;
  z-index: 2;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.48);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  line-height: 1.55;
  transition: transform 500ms cubic-bezier(0, 0, 0.2, 1);
}

.request-xai-build {
  --xai-glow-x: 72%;
  --xai-glow-y: 16%;
}

.request-xai-terminal::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 76px;
  background: linear-gradient(180deg, transparent, rgba(26, 26, 26, 0.86));
  content: "";
  opacity: 0.75;
  pointer-events: none;
  z-index: 3;
}

.request-xai-terminal-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin-bottom: 0;
}

.request-xai-terminal-bar > span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

.request-xai-terminal-bar .is-red {
  background: #ff5f57;
}

.request-xai-terminal-bar .is-yellow {
  background: #febc2e;
}

.request-xai-terminal-bar .is-green {
  background: #28c840;
}

.request-xai-terminal-bar strong {
  margin-left: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.request-xai-terminal-meter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.request-xai-terminal-meter i {
  position: relative;
  width: 40px;
  height: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.request-xai-terminal-meter i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 16%;
  background: rgba(255, 255, 255, 0.88);
  content: "";
  animation: xai-terminal-progress 4.8s steps(6) infinite;
}

.request-xai-terminal-meter em,
.request-xai-terminal-body em {
  color: rgba(255, 255, 255, 0.28);
  font-style: normal;
}

.request-xai-terminal-body p {
  margin: 0 0 4px;
}

.request-xai-terminal-body {
  position: relative;
  height: calc(100% - 34px);
  overflow: hidden;
  padding: 0 12px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 78%, transparent 100%);
}

.request-xai-terminal-track {
  position: relative;
  z-index: 2;
  animation: xai-terminal-scroll 14s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.request-xai-terminal-body b {
  color: #37e5e8;
  font-weight: 400;
}

.request-xai-terminal-body p > span {
  color: #37e5e8;
}

.request-xai-terminal-body p > i {
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-right: 10px;
  border-left: 1px solid #89a9ff;
  vertical-align: -2px;
}

.request-xai-terminal-body small {
  float: right;
  color: #89a9ff;
  font-size: 0.74rem;
}

.request-xai-terminal-body small.is-done {
  color: #86c66d;
}

.request-xai-terminal-thought {
  color: rgba(255, 255, 255, 0.42);
}

.request-xai-code {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.request-xai-code strong {
  color: rgba(255, 255, 255, 0.9);
}

.request-xai-code span {
  color: #70d870;
}

.request-xai-code pre {
  margin: 8px 0 0;
  padding: 8px 12px;
  background: rgba(78, 121, 34, 0.28);
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  line-height: 1.45;
  white-space: pre;
  animation: xai-code-glow 3.4s ease-in-out infinite;
}

.request-xai-image-grid {
  position: absolute;
  inset: 6px;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  transition: transform 500ms cubic-bezier(0, 0, 0.2, 1);
}

.request-xai-imagine {
  --xai-glow-x: 28%;
  --xai-glow-y: 68%;
}

.request-xai-image-grid::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 22% 28%, transparent, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.54) 100%),
    linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.72));
  content: "";
  pointer-events: none;
}

.request-xai-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96) brightness(0.72);
  animation: xai-image-breathe 8s ease-in-out infinite;
}

.request-xai-image-grid img:first-child {
  grid-row: 1 / 3;
}

.request-xai-image-grid img:nth-child(2) {
  animation-delay: 1.2s;
}

.request-xai-image-grid img:nth-child(3) {
  animation-delay: 2.4s;
}

.request-xai-waveform {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: transform 500ms cubic-bezier(0, 0, 0.2, 1);
}

.request-xai-voice {
  --xai-glow-x: 52%;
  --xai-glow-y: 50%;
}

.request-xai-waveform i {
  width: 12px;
  height: var(--h);
  max-height: 92px;
  min-height: 22px;
  border-radius: 999px;
  background: var(--c);
  opacity: 0.92;
  animation: xai-wave 1.25s ease-in-out infinite;
}

.request-xai-waveform i:nth-child(2n) {
  animation-delay: 0.12s;
}

.request-xai-waveform i:nth-child(3n) {
  animation-delay: 0.24s;
}

.request-xai-waveform i:nth-child(4n) {
  animation-delay: 0.36s;
}

@keyframes xai-card-line {
  0%,
  100% {
    background-position: -40% 0, 100% -30%;
    opacity: 0.35;
  }

  50% {
    background-position: 120% 0, 100% 120%;
    opacity: 0.72;
  }
}

@keyframes xai-chat-drift {
  0%,
  100% {
    opacity: 0.78;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@keyframes xai-chat-scroll {
  0%,
  16% {
    transform: translateY(0);
  }

  26%,
  42% {
    transform: translateY(-54px);
  }

  52%,
  68% {
    transform: translateY(-118px);
  }

  78%,
  100% {
    transform: translateY(-184px);
  }
}

@keyframes xai-terminal-progress {
  0%,
  100% {
    width: 16%;
  }

  50% {
    width: 74%;
  }
}

@keyframes xai-terminal-scroll {
  0%,
  14% {
    transform: translateY(0);
  }

  25%,
  43% {
    transform: translateY(-58px);
  }

  54%,
  72% {
    transform: translateY(-128px);
  }

  84%,
  100% {
    transform: translateY(-204px);
  }
}

@keyframes xai-code-glow {
  0%,
  100% {
    background-color: rgba(78, 121, 34, 0.2);
  }

  50% {
    background-color: rgba(78, 121, 34, 0.38);
  }
}

@keyframes xai-image-breathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

@keyframes xai-wave {
  0%,
  100% {
    transform: scaleY(0.7);
  }

  50% {
    transform: scaleY(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .request-summary-glow,
  .request-summary-glow::before,
  .request-xai-card::before,
  .request-xai-card::after,
  .request-xai-chat-track,
  .request-xai-chat-bubble,
  .request-xai-terminal-track,
  .request-xai-terminal-meter i::after,
  .request-xai-code pre,
  .request-xai-image-grid img,
  .request-xai-waveform i,
  .request-progress-marquee__track {
    animation: none;
  }
}

body.is-scrolling .request-hero-prompt,
body.is-scrolling .request-hero-upload-menu,
body.is-scrolling .request-template-menu,
body.is-scrolling .request-hero-control-menu,
body.is-scrolling .request-hero-tip,
body.is-scrolling .request-toast {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.is-scrolling .request-depot-ci-card::after,
body.is-scrolling .request-depot-ci-line::before,
body.is-scrolling .request-summary-glow,
body.is-scrolling .request-summary-glow::before,
body.is-scrolling .request-xai-chat-track,
body.is-scrolling .request-xai-terminal-track,
body.is-scrolling .request-xai-terminal-meter i::after,
body.is-scrolling .request-xai-code pre,
body.is-scrolling .request-xai-image-grid img,
body.is-scrolling .request-xai-waveform i,
.request-depot-ci-section.is-offscreen .request-depot-ci-card::after,
.request-depot-ci-section.is-offscreen .request-depot-ci-line::before,
.request-side-panel--order.is-offscreen .request-summary-glow,
.request-side-panel--order.is-offscreen .request-summary-glow::before,
.request-xai-products.is-offscreen .request-xai-chat-track,
.request-xai-products.is-offscreen .request-xai-terminal-track,
.request-xai-products.is-offscreen .request-xai-terminal-meter i::after,
.request-xai-products.is-offscreen .request-xai-code pre,
.request-xai-products.is-offscreen .request-xai-image-grid img,
.request-xai-products.is-offscreen .request-xai-waveform i {
  animation-play-state: paused;
}

body.is-scrolling .request-xai-card::after {
  transition: none;
}

.request-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 3600;
  max-width: min(360px, calc(100vw - 40px));
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(12, 12, 13, 0.9);
  color: var(--text);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.request-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.request-annotator-modal {
  position: fixed;
  inset: 0;
  z-index: 3520;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.request-annotator-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.request-annotator-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.request-annotator-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  width: min(1180px, calc(100vw - 32px));
  height: min(88vh, 820px);
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 230, 223, 0.1), transparent 44%),
    rgba(12, 12, 13, 0.94);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.56);
  color: rgba(248, 241, 231, 0.92);
  transform: translateY(10px) scale(0.98);
  transition: transform 180ms ease;
}

.request-annotator-modal.is-visible .request-annotator-panel {
  transform: translateY(0) scale(1);
}

.request-annotator-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  text-align: center;
}

.request-annotator-head div {
  display: grid;
  gap: 6px;
  min-width: 0;
  justify-items: center;
  padding: 0 48px;
}

.request-annotator-head span {
  color: var(--request-gold);
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

.request-annotator-head strong {
  overflow: hidden;
  max-width: min(520px, calc(100vw - 144px));
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-annotator-close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 160ms ease, transform 160ms ease;
}

.request-annotator-close:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(calc(-50% - 1px));
}

.request-annotator-dock {
  position: relative;
  justify-self: center;
  min-width: 44px;
  color: #f8f1e7;
}

.request-annotator-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  z-index: 3;
  min-width: 40px;
  padding: 7px 10px;
  border-radius: 10px;
  background: #f8f1e7;
  color: #090909;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(var(--tooltip-x, 0px)) translateY(4px);
  transition: opacity 160ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.request-annotator-tooltip.is-visible {
  opacity: 1;
  transform: translateX(var(--tooltip-x, 0px)) translateY(0);
}

.request-annotator-pill {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 7, 8, 0.9);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.request-annotator-strip {
  display: flex;
  align-items: center;
  gap: 3px;
  overflow: hidden;
  max-width: 560px;
  opacity: 1;
  transition: max-width 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.request-annotator-dock.is-collapsed .request-annotator-strip {
  max-width: 0;
  opacity: 0;
}

.request-annotator-pill button,
.request-annotator-color,
.request-annotator-size {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 241, 231, 0.82);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.request-annotator-pill button:hover,
.request-annotator-color:hover,
.request-annotator-size:hover,
.request-annotator-pill button:focus-visible,
.request-annotator-color:focus-within,
.request-annotator-size:focus-within {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: 0;
}

.request-annotator-pill button.is-active {
  background: linear-gradient(135deg, var(--request-mint), var(--request-gold));
  color: #080808;
}

.request-annotator-pill svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.request-annotator-color input {
  width: 21px;
  height: 21px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.request-annotator-size {
  width: 92px;
  gap: 7px;
  padding: 0 9px;
}

.request-annotator-size span {
  min-width: 14px;
  color: rgba(248, 241, 231, 0.78);
  font-size: 0.72rem;
  font-weight: 850;
}

.request-annotator-size input {
  width: 52px;
  accent-color: var(--request-gold);
}

.request-annotator-save {
  width: auto !important;
  min-width: 82px;
  padding: 0 13px;
  margin-left: 3px;
  background: #f8f1e7 !important;
  color: #090909 !important;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.request-annotator-save span {
  pointer-events: none;
}

.request-annotator-frame {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    rgba(0, 0, 0, 0.28);
  background-size: 28px 28px;
}

.request-annotator-frame canvas {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 14px;
  background: #111;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  cursor: crosshair;
  touch-action: none;
}

.request-annotator-frame.is-text-tool canvas {
  cursor: text;
}

.request-annotator-frame.is-moving-text canvas {
  cursor: grabbing;
}

.request-annotator-inline-editor {
  position: absolute;
  z-index: 4;
  min-width: 84px;
  min-height: 36px;
  padding: 5px 8px;
  border: 0;
  border-radius: 8px;
  outline: 1px dashed rgba(184, 230, 223, 0.65);
  overflow: hidden;
  resize: none;
  background: rgba(0, 0, 0, 0.44);
  color: inherit;
  font-family: "Inter", "Source Han Sans SC", "PingFang SC", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  caret-color: #fff;
  white-space: pre;
}

@media (max-width: 760px) {
  .request-annotator-modal {
    padding: 10px;
  }

  .request-annotator-panel {
    width: calc(100vw - 20px);
    height: min(92vh, 760px);
    padding: 12px;
    border-radius: 18px;
  }

  .request-annotator-head strong {
    max-width: calc(100vw - 92px);
    font-size: 0.88rem;
  }

  .request-annotator-dock {
    max-width: 100%;
  }

  .request-annotator-pill {
    max-width: calc(100vw - 40px);
    padding: 6px;
  }

  .request-annotator-strip {
    max-width: calc(100vw - 96px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .request-annotator-strip::-webkit-scrollbar {
    display: none;
  }

  .request-annotator-size {
    width: 78px;
    padding-inline: 7px;
  }

  .request-annotator-size input {
    width: 40px;
  }

  .request-annotator-frame {
    padding: 9px;
    border-radius: 16px;
  }

  .request-annotator-frame canvas {
    border-radius: 10px;
  }
}

.request-generated-dialog {
  position: fixed;
  inset: 0;
  z-index: 3500;
  display: grid;
  box-sizing: border-box;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.request-generated-dialog.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.has-ticket-modal {
  overflow: hidden;
}

.request-generated-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.request-generated-dialog__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(390px, calc(100vw - 48px));
  gap: 18px;
  justify-items: center;
  padding: 28px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(55, 214, 122, 0.12), transparent 48%),
    rgba(16, 16, 18, 0.94);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  color: #ffffff;
  text-align: center;
  transform: translateY(8px) scale(0.98);
  transition: transform 180ms ease;
}

.request-generated-dialog.is-visible .request-generated-dialog__panel {
  transform: translateY(0) scale(1);
}

.request-generated-dialog__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.request-generated-dialog__panel button {
  min-height: 36px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #37d67a;
  color: #06150c;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: background 160ms ease, transform 160ms ease;
}

.request-generated-dialog__panel button:hover {
  background: #43e184;
  transform: translateY(-1px);
}

.request-ticket-dialog {
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding-block: clamp(14px, 3vh, 32px);
}

.request-ticket-dialog *,
.request-ticket-dialog *::before,
.request-ticket-dialog *::after {
  box-sizing: border-box;
}

.request-ticket-confetti {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.request-ticket-confetti i {
  position: absolute;
  width: 8px;
  height: 16px;
  opacity: 0;
  animation-name: request-ticket-confetti-fall;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.request-ticket-confirmation {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(390px, calc(100vw - 48px));
  max-height: calc(100svh - clamp(28px, 6vh, 64px));
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 10px;
  justify-items: center;
  outline: none;
}

.request-ticket-badge {
  display: flex;
  justify-content: center;
  min-height: 44px;
}

.request-ticket-badge .request-award-badge {
  width: 190px;
}

.request-ticket-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  height: min(620px, calc(100svh - 176px));
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: #ffffff;
  color: #171717;
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.48);
  font-family: "Inter", "Source Han Sans SC", sans-serif;
  outline: none;
  transform: translateY(10px) scale(0.95);
  transition: transform 500ms ease, opacity 500ms ease;
}

.request-generated-dialog.is-visible .request-ticket-card {
  animation: request-ticket-enter 500ms ease both;
}

.request-ticket-cut {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(2, 2, 3, 0.88);
  transform: translateY(-50%);
}

.request-ticket-cut--left {
  left: -16px;
}

.request-ticket-cut--right {
  right: -16px;
}

.request-ticket-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 32px 18px;
  text-align: center;
}

.request-ticket-status-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
  animation: request-ticket-icon-enter 500ms ease 260ms both;
  transition: background 420ms ease, color 420ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.request-ticket-status-icon::before {
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  background: currentColor;
  content: "";
  opacity: 0.08;
  transform: scale(0.82);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.request-ticket-status-icon svg {
  position: absolute;
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.request-ticket-icon-pending {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.request-ticket-icon-confirmed {
  opacity: 0;
  transform: scale(0.42) rotate(-28deg);
}

.request-ticket-icon-confirmed path {
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
}

.request-generated-dialog.is-confirmed .request-ticket-status-icon {
  background: rgba(55, 214, 122, 0.13);
  color: #179b50;
  transform: scale(1.04);
}

.request-generated-dialog.is-confirmed .request-ticket-status-icon::before {
  opacity: 0.12;
  transform: scale(1.18);
  animation: request-ticket-success-pulse 720ms ease both;
}

.request-generated-dialog.is-confirmed .request-ticket-icon-pending {
  opacity: 0;
  transform: scale(0.45) rotate(36deg);
}

.request-generated-dialog.is-confirmed .request-ticket-icon-confirmed {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.request-generated-dialog.is-confirmed .request-ticket-icon-confirmed path {
  animation: request-ticket-check-draw 620ms ease 120ms forwards;
}

.request-ticket-head h2 {
  margin: 14px 0 0;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.request-ticket-head p {
  margin: 5px 0 0;
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
}

.request-ticket-body {
  display: grid;
  gap: 14px;
  min-height: 0;
  overflow: auto;
  padding: 0 32px 24px;
  overscroll-behavior: contain;
}

.request-ticket-dash {
  width: 100%;
  border-top: 2px dashed rgba(23, 23, 23, 0.16);
}

.request-ticket-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(82px, auto);
  gap: 16px;
  text-align: left;
}

.request-ticket-grid > div:last-child {
  text-align: right;
}

.request-ticket-field,
.request-ticket-meta-row,
.request-ticket-detail,
.request-ticket-materials {
  display: grid;
  gap: 8px;
  text-align: left;
}

.request-ticket-grid span,
.request-ticket-field > span,
.request-ticket-meta-row span,
.request-ticket-detail > span,
.request-ticket-materials-head span {
  color: rgba(23, 23, 23, 0.48);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-ticket-grid strong,
.request-ticket-field strong,
.request-ticket-meta-row strong {
  display: block;
  color: #171717;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.request-ticket-grid > div:last-child strong {
  font-size: 1.08rem;
}

.request-ticket-meta-row {
  display: grid;
  grid-template-columns: 0.78fr 1.2fr auto;
  gap: 14px;
  align-items: start;
}

.request-ticket-meta-row > div {
  min-width: 0;
}

.request-ticket-meta-row > div:nth-child(2) {
  text-align: center;
}

.request-ticket-meta-row > div:last-child {
  text-align: right;
}

.request-ticket-tag {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.06);
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.82rem !important;
}

.request-ticket-tag.is-urgent {
  background: rgba(245, 158, 11, 0.15);
  color: #b45309;
}

.request-ticket-detail > div {
  max-height: 184px;
  overflow: auto;
  padding: 11px 12px;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 12px;
  background: rgba(23, 23, 23, 0.04);
  color: rgba(23, 23, 23, 0.76);
  font-size: 0.84rem;
  line-height: 1.7;
  white-space: pre-wrap;
  overscroll-behavior: contain;
}

.request-ticket-materials-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.request-ticket-materials-head small {
  color: rgba(23, 23, 23, 0.44);
  font-size: 0.78rem;
}

.request-ticket-material-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-height: 62px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0 6px;
  cursor: grab;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  touch-action: pan-x;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.request-ticket-material-list.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.request-ticket-material-list .request-material {
  flex: 0 0 54px;
  width: 54px;
  scroll-snap-align: start;
  cursor: inherit;
  user-select: none;
}

.request-ticket-material-list .request-material img {
  width: 54px;
  border-radius: 12px;
  user-select: none;
  -webkit-user-drag: none;
}

.request-ticket-material-list .request-materials-empty {
  display: flex;
  align-items: center;
  min-height: 62px;
  margin: 0;
  color: rgba(23, 23, 23, 0.48);
}

.request-ticket-actions {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 4px;
}

.request-ticket-actions button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, filter 160ms ease, opacity 160ms ease;
}

.request-ticket-actions button:first-child {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.request-ticket-actions button:last-child {
  background: linear-gradient(90deg, #c7f2e4, #ead28a);
  color: #111;
}

.request-ticket-actions button:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.request-ticket-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}

@keyframes request-ticket-enter {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes request-ticket-icon-enter {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes request-ticket-success-pulse {
  0% {
    opacity: 0.18;
    transform: scale(0.88);
  }
  70% {
    opacity: 0.03;
    transform: scale(1.7);
  }
  100% {
    opacity: 0.1;
    transform: scale(1.16);
  }
}

@keyframes request-ticket-check-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes request-ticket-confetti-fall {
  0% {
    opacity: 1;
    transform: translateY(-10vh) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateY(110vh) rotate(720deg);
  }
}

@media (max-width: 760px) {
  .request-ticket-dialog {
    padding: 18px 16px;
  }

  .request-ticket-card {
    height: min(650px, calc(100svh - 118px));
    min-height: 0;
    border-radius: 20px;
  }

  .request-ticket-head {
    padding: 18px 22px 12px;
  }

  .request-ticket-confirmation {
    width: min(358px, calc(100vw - 32px));
    gap: 6px;
  }

  .request-ticket-badge {
    min-height: 34px;
  }

  .request-ticket-badge .request-award-badge {
    width: 160px;
  }

  .request-ticket-status-icon {
    width: 48px;
    height: 48px;
  }

  .request-ticket-status-icon svg {
    width: 28px;
    height: 28px;
  }

  .request-ticket-head h2 {
    margin-top: 10px;
    font-size: 1.28rem;
  }

  .request-ticket-head p {
    font-size: 0.82rem;
  }

  .request-ticket-body {
    gap: 10px;
    padding: 0 22px 16px;
  }

  .request-ticket-grid {
    gap: 12px;
  }

  .request-ticket-meta-row {
    grid-template-columns: 0.78fr 1.08fr auto;
    gap: 10px;
  }

  .request-ticket-meta-row strong {
    font-size: 0.84rem;
  }

  .request-ticket-meta-row > div:nth-child(2) strong {
    white-space: nowrap;
  }

  .request-ticket-detail > div {
    max-height: 128px;
    padding: 10px;
    font-size: 0.8rem;
    line-height: 1.62;
  }

  .request-ticket-material-list {
    min-height: 48px;
  }

  .request-ticket-material-list .request-materials-empty {
    min-height: 44px;
  }

  .request-ticket-material-list .request-material,
  .request-ticket-material-list .request-material img {
    width: 54px;
  }

  .request-ticket-material-list .request-material {
    flex-basis: 54px;
  }

  .request-ticket-actions {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .request-ticket-actions button {
    min-height: 38px;
    font-size: 0.84rem;
  }
}

.request-processing-dialog {
  position: fixed;
  inset: 0;
  z-index: 3700;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.request-processing-dialog.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.request-processing-dialog__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(120, 180, 255, 0.12), transparent 42%),
    rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.request-processing-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(520px, calc(100vw - 32px));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #0b0b0f;
  color: #fff;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  opacity: 0;
  transform: translateY(16px) scale(0.965);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.request-processing-dialog.is-visible .request-processing-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.request-processing-card__head {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 11, 15, 0.86);
}

.request-processing-card__name {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-processing-card__percent {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
  font-weight: 700;
}

.request-processing-card__body {
  position: relative;
  overflow: hidden;
  height: 400px;
  background: #000;
}

.request-processing-glitch,
.request-processing-radial,
.request-processing-foreground {
  position: absolute;
  inset: 0;
}

.request-processing-glitch {
  z-index: 1;
  opacity: 0.26;
}

.request-processing-glitch canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.request-processing-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 58%, #000 100%);
  pointer-events: none;
}

.request-processing-edge {
  position: absolute;
  pointer-events: none;
}

.request-processing-edge--top {
  top: 0;
  right: 0;
  left: 0;
  height: 64px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
  filter: blur(10px);
}

.request-processing-edge--bottom {
  right: 0;
  bottom: 0;
  left: 0;
  height: 64px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
  filter: blur(10px);
}

.request-processing-edge--left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 64px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
  filter: blur(10px);
}

.request-processing-edge--right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
  filter: blur(10px);
}

.request-processing-radial {
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(120, 180, 255, 0.15), transparent 70%),
    #000;
}

.request-processing-foreground {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
}

.request-processing-loader {
  position: relative;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  animation: request-processing-loader-spin 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  filter: drop-shadow(0 0 8px rgba(120, 180, 255, 0.4));
}

.request-processing-loader::before,
.request-processing-loader::after,
.request-processing-loader span::before,
.request-processing-loader span::after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #78b4ff;
  content: "";
}

.request-processing-loader::before {
  inset: 0 auto 0 0;
  animation: request-processing-loader-left 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.request-processing-loader::after {
  inset: 0 0 0 auto;
  animation: request-processing-loader-right 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.request-processing-loader span {
  position: absolute;
  inset: 0;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
}

.request-processing-loader span::before {
  inset: 0 0 auto 0;
  animation: request-processing-loader-top 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.request-processing-loader span::after {
  inset: auto 0 0 0;
  animation: request-processing-loader-bottom 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.request-processing-monitor {
  display: none;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.68);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  filter: drop-shadow(0 0 8px rgba(156, 163, 175, 0.3));
}

.request-processing-dialog.is-finished .request-processing-loader,
.request-processing-dialog.is-failed .request-processing-loader {
  display: none;
}

.request-processing-dialog.is-finished .request-processing-monitor,
.request-processing-dialog.is-failed .request-processing-monitor {
  display: block;
}

.request-processing-dialog.is-finished .request-processing-monitor {
  stroke: #78b4ff;
}

.request-processing-dialog.is-failed .request-processing-monitor {
  stroke: #ff7878;
}

.request-processing-foreground p {
  min-height: 1.4em;
  margin: 0 0 18px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 0 0 6px rgba(229, 231, 235, 0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.request-processing-foreground p.is-changing {
  opacity: 0;
  transform: translateY(-8px);
}

.request-processing-steps {
  display: grid;
  gap: 7px;
  width: min(280px, 100%);
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.request-processing-steps span {
  position: relative;
  padding-left: 14px;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.request-processing-steps span::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.request-processing-steps span.is-active {
  color: #78b4ff;
  opacity: 1;
  transform: translateX(2px);
  text-shadow: 0 0 10px rgba(120, 180, 255, 0.42);
}

.request-processing-steps span.is-done {
  color: rgba(160, 196, 255, 0.68);
}

.request-processing-ascii {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: clamp(0.82rem, 3.3vw, 1.08rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.request-processing-ascii span {
  display: inline-block;
}

.request-processing-ascii .is-filled {
  color: #78b4ff;
  animation: request-processing-ascii-pop 420ms ease;
  text-shadow: 0 0 10px rgba(120, 180, 255, 0.38);
}

.request-processing-ascii .is-empty {
  color: rgba(255, 255, 255, 0.28);
}

.request-processing-ascii .request-processing-ascii__percent {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74em;
}

.request-processing-done {
  position: relative;
  z-index: 3;
  display: none;
  width: calc(100% - 32px);
  min-height: 40px;
  margin: 0 16px 16px;
  border: 0;
  border-radius: 999px;
  background: #78b4ff;
  color: #06101f;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0;
  transition: background 160ms ease, transform 160ms ease;
}

.request-processing-dialog.is-finished .request-processing-done,
.request-processing-dialog.is-failed .request-processing-done {
  display: block;
}

.request-processing-done:hover {
  background: #9ec9ff;
  transform: translateY(-1px);
}

@keyframes request-processing-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes request-processing-loader-left {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, 0, 0) scale(0.5);
  }
}

@keyframes request-processing-loader-right {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-24px, 0, 0) scale(0.5);
  }
}

@keyframes request-processing-loader-top {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 24px, 0) scale(0.5);
  }
}

@keyframes request-processing-loader-bottom {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -24px, 0) scale(0.5);
  }
}

@keyframes request-processing-ascii-pop {
  0% {
    opacity: 0.65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1180px) {
  .request-workspace {
    grid-template-columns: 1fr;
  }

  .request-depot-ci-section {
    grid-template-columns: 1fr;
  }

  .request-depot-ci-copy {
    padding-top: 0;
  }

  .request-side-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-side-panel--order {
    grid-template-columns: 1fr;
  }

  .request-summary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .request-folder-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin: 0 auto;
  }

  .request-depot-tabs {
    grid-template-columns: 1fr;
  }

  .request-depot-tabs article {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 1px solid #2b292d;
    text-align: left;
  }

  .request-depot-intro {
    grid-template-columns: 1fr;
  }

  .request-depot-columns {
    grid-template-columns: 1fr;
  }

  .request-progress-motion--mobile {
    display: block;
    width: 100vw;
    aspect-ratio: 7 / 3;
    overflow: hidden;
    margin: 18px calc(50% - 50vw) 28px;
    border-top: 1px solid rgba(var(--schedule-accent-rgb, 113, 208, 131), 0.18);
    border-bottom: 1px solid rgba(var(--schedule-accent-rgb, 113, 208, 131), 0.18);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.035);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 16px 42px rgba(0, 0, 0, 0.24);
  }

  .request-depot-ci-syntax {
    grid-template-columns: 1fr 1fr;
  }

  .request-depot-ci-engine > div,
  .request-depot-ci-switchyard {
    grid-template-columns: 1fr;
  }

  .request-xai-products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .request-icon-pipeline {
    margin-bottom: 40px;
  }

  .request-pipeline-line {
    width: 80px;
  }
}

@media (max-width: 760px) {
  .request-shell {
    width: min(100% - 24px, 1440px);
    padding-top: 0;
  }

  .jewelx-request-progress-page .request-shell {
    padding-top: 76px;
  }

  .request-award-badge {
    width: 180px;
  }

  .request-processing-dialog {
    padding: 16px;
  }

  .request-processing-card {
    width: calc(100vw - 32px);
    border-radius: 16px;
  }

  .request-processing-card__body {
    height: 340px;
  }

  .request-processing-foreground {
    padding: 22px;
  }

  .request-hero-card {
    min-height: auto;
    padding: 58px 20px 124px;
    border-radius: 20px;
  }

  .request-icon-node {
    width: 38px;
    height: 38px;
  }

  .request-icon-node-center {
    width: 52px;
    height: 52px;
    font-size: 0.86rem;
  }

  .request-icon-node svg {
    width: 18px;
    height: 18px;
  }

  .request-hero-heading {
    font-size: clamp(2.25rem, 13vw, 3.9rem);
  }

  .request-hero-status {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .request-header {
    grid-template-columns: 1fr;
  }

  .request-header h1 {
    font-size: clamp(2.15rem, 13vw, 3.7rem);
  }

  .request-chat-panel {
    min-height: 660px;
    padding: 12px;
    border-radius: 22px;
  }

  .request-summary--main {
    grid-template-rows: auto minmax(420px, 58vh) auto;
    min-height: 600px;
  }

  .request-summary--main pre {
    padding: 16px;
    font-size: 0.86rem;
  }

  .request-chat {
    min-height: 390px;
  }

  .request-message {
    max-width: 100%;
  }

  .request-composer-footer,
  .request-summary-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .request-upload-button,
  .request-send-button {
    width: 100%;
  }

  .request-side-panel {
    grid-template-columns: 1fr;
  }

  .request-materials {
    grid-template-columns: repeat(auto-fill, minmax(38px, 38px));
    gap: 6px;
  }

  .request-order-materials .request-materials {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    gap: 6px;
  }

  .request-material {
    width: 38px;
  }

  .request-order-materials .request-material {
    flex-basis: 38px;
    width: 38px;
  }

  .request-material img {
    width: 38px;
    border-radius: 8px;
  }

  .request-order-materials .request-material img {
    width: 38px;
  }

  .request-material-marker {
    right: 2px;
    bottom: 2px;
    height: 14px;
    padding: 0 4px;
    font-size: 0.52rem;
  }

  .request-depot-tabs {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #2b292d;
  }

  .request-depot-tabs article {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-right: 0;
    border-bottom: 0;
    text-align: right;
  }

  .request-depot-tabs article:last-child {
    border-right: 0;
  }

  .request-depot-tabs strong {
    font-size: clamp(0.78rem, 3.7vw, 0.92rem);
    line-height: 1.15;
    letter-spacing: 0;
  }

  .request-depot-tab-live > small {
    font-size: 0.68rem;
  }

  .request-depot-tabs strong small {
    display: none;
  }

  .request-side-panel--order {
    order: 1;
  }

  .request-schedule-panel {
    order: 2;
  }

  .request-schedule-panel,
  .request-side-panel--order .request-summary {
    min-height: auto;
  }

  .request-depot-intro,
  .request-depot-column {
    padding-inline: 14px;
  }

  .request-depot-workflow {
    margin-inline: 12px;
  }

  .request-depot-job-detail {
    margin-left: 0;
  }

  .request-depot-job.is-expanded .request-depot-job-detail {
    max-height: 190px;
  }

  .request-depot-job-detail__inner {
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
  }

  .request-depot-job-detail__inner > div:first-child {
    grid-column: 1 / -1;
  }

  .request-depot-job-detail__inner a {
    width: 100%;
  }

  .request-form-grid {
    grid-template-columns: 1fr;
  }

  .request-depot-ci-section {
    margin-top: 64px;
    padding-bottom: 56px;
  }

  .request-depot-ci-copy p {
    font-size: 0.86rem;
  }

  .request-depot-ci-card--top,
  .request-depot-ci-card--bottom {
    padding: 16px;
  }

  .request-depot-ci-syntax {
    grid-template-columns: 1fr;
  }

  .request-depot-ci-line {
    display: none;
  }

  .request-progress-marquee {
    gap: 12px;
    margin-top: 58px;
    margin-bottom: 48px;
  }

  .request-xai-products {
    gap: 12px;
    margin-top: 8px;
    padding-bottom: 64px;
  }

  .request-xai-card {
    min-height: 306px;
    border-radius: 16px;
  }

  .request-xai-chat {
    min-height: 360px;
  }

  .request-xai-chat-bubble {
    min-height: 36px;
    max-width: calc(100% - 42px);
    padding: 0 14px;
    font-size: 0.72rem;
    white-space: normal;
  }

  .request-xai-chat-bubble--question,
  .request-xai-chat-bubble--two.request-xai-chat-bubble--question,
  .request-xai-chat-bubble--three {
    right: 20px;
  }

  .request-xai-chat-bubble--answer,
  .request-xai-chat-bubble--two.request-xai-chat-bubble--answer {
    left: 20px;
    max-width: calc(100% - 52px);
  }

  .request-xai-chat-bubble--question {
    top: 42px;
  }

  .request-xai-chat-bubble--answer {
    top: 94px;
  }

  .request-xai-chat-bubble--two.request-xai-chat-bubble--question {
    top: 152px;
  }

  .request-xai-chat-bubble--two.request-xai-chat-bubble--answer {
    top: 204px;
  }

  .request-xai-chat-bubble--three {
    top: 264px;
    right: 20px;
    bottom: auto;
  }

  .request-xai-terminal {
    inset: 14px 16px 38px;
    font-size: 0.66rem;
  }

  .request-xai-terminal-body p:nth-of-type(5),
  .request-xai-terminal-body p:nth-of-type(6) {
    display: none;
  }

  .request-xai-code {
    margin-top: 10px;
  }

  .request-xai-code pre {
    overflow: hidden;
    padding: 7px 8px;
  }

  .request-xai-image-grid {
    grid-template-columns: 1.45fr 1fr;
  }

  .request-xai-waveform {
    gap: 7px;
  }

  .request-xai-waveform i {
    width: 9px;
    max-height: 78px;
  }

  .request-xai-card-footer {
    right: 18px;
    bottom: 16px;
    left: 18px;
    font-size: 0.92rem;
  }
}

@media (hover: none) {
  .request-folder-card {
    border-color: color-mix(in srgb, var(--folder-to) 32%, rgba(255, 255, 255, 0.14));
  }

  .request-folder-card:hover:not(.is-open) {
    z-index: auto;
    border-color: color-mix(in srgb, var(--folder-to) 32%, rgba(255, 255, 255, 0.14));
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
    transform: none;
  }

  .request-folder-card:hover:not(.is-open)::before,
  .request-folder-card:hover:not(.is-open) .request-folder-glow {
    opacity: 0;
  }

  .request-folder-card:hover:not(.is-open) .request-folder-back,
  .request-folder-card:hover:not(.is-open) .request-folder-tab,
  .request-folder-card:hover:not(.is-open) .request-folder-front,
  .request-folder-card:hover:not(.is-open) .request-folder-shine {
    transform: none;
  }

  .request-folder-card:hover:not(.is-open) .request-folder-preview {
    opacity: 0;
    transform: translateX(0) translateY(0) rotate(0deg) scale(0.4);
  }

  .request-folder-hover {
    display: none;
  }
}

@media (min-width: 761px) {
  .request-base44-copy,
  .request-hero-prompt,
  .request-hero-options {
    transform: translateY(54px);
  }

  .request-spectrum-bg {
    --spectrum-hint-bottom: calc(var(--spectrum-rail-bottom) - 18px);
  }
}

@media (max-width: 760px) {
  .request-base44-hero {
    min-height: 250svh;
    padding: 100px 10px 54px;
    border-radius: 0;
  }

  .request-folder-section {
    margin-top: -970px;
    margin-bottom: 72px;
  }

  .request-folder-heading {
    margin-bottom: 44px;
  }

  .request-folder-card {
    min-height: 292px;
    padding: 28px 18px 24px;
  }

  .request-folder-stage {
    transform: scale(0.9);
    transform-origin: center center;
  }

  .request-folder-lightbox {
    padding: 16px;
  }

  .request-folder-lightbox__panel {
    border-radius: 18px;
  }

  .request-folder-lightbox__image {
    aspect-ratio: 4 / 5;
  }

  .request-base44-copy h1 {
    max-width: 340px;
    font-size: clamp(2.35rem, 10.4vw, 2.8rem);
    line-height: 1;
    white-space: normal;
  }

  .request-hero-title-desktop,
  .request-hero-subtitle-desktop {
    display: none;
  }

  .request-hero-title-mobile,
  .request-hero-subtitle-mobile {
    display: inline;
  }

  .request-base44-copy p {
    max-width: 340px;
    margin-top: 24px;
    font-size: clamp(0.9rem, 4vw, 1.05rem);
    line-height: 1.35;
  }

  .request-hero-prompt {
    width: min(345px, 100%);
    min-height: 156px;
    margin-top: 56px;
    padding: 18px 16px 12px;
    border-radius: 16px;
  }

  .request-hero-attachments {
    width: min(345px, 100%);
  }

  .request-hero-prompt textarea {
    min-height: 82px;
    font-size: 0.94rem;
  }

  .request-hero-prompt-footer {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .request-hero-tools {
    flex: 1 1 auto;
    gap: 6px;
  }

  .request-hero-help {
    display: inline-flex;
  }

  .request-hero-actions {
    flex: 1 1 100%;
    justify-content: flex-end;
    gap: 6px;
  }

  .request-hero-mic {
    width: 36px;
    height: 36px;
  }

  .request-hero-mic svg {
    width: 17px;
    height: 17px;
  }

  .request-hero-submit {
    height: 36px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .request-hero-submit svg {
    width: 16px;
    height: 16px;
  }

  .request-hero-upload-menu {
    width: 170px;
  }

  .request-hero-tip {
    right: 0;
  }

  .request-hero-suggestions {
    width: 100vw;
    margin-top: 34px;
    overflow: hidden;
  }

  .request-hero-suggestions p {
    margin-bottom: 18px;
    font-size: 0.82rem;
  }

  .request-hero-suggestions div {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 0 22px 8px;
    scrollbar-width: none;
  }

  .request-hero-suggestions div::-webkit-scrollbar {
    display: none;
  }

  .request-hero-suggestions button {
    flex: 0 0 auto;
    min-height: 33px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .request-hero-chat {
    display: grid;
    width: min(390px, calc(100vw - 20px));
    margin-top: 46px;
    overflow: visible;
    padding: 0;
  }

  .request-hero-chat .request-hero-input-area {
    padding: 15px 14px 8px;
  }

  .request-hero-chat .request-hero-attachments {
    width: auto;
    padding: 0 14px 11px;
  }

  .request-hero-chat .request-hero-prompt-footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 11px 12px 13px;
  }

  .request-hero-chat .request-hero-tools {
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 4px;
  }

  .request-hero-chat .request-hero-icon-button,
  .request-template-button {
    width: auto;
    height: 36px;
    min-height: 36px;
  }

  .request-hero-chat .request-hero-actions {
    display: inline-flex;
    flex: 0 0 auto;
    position: static;
    width: auto;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-left: 0;
  }

  .request-hero-required-fields {
    display: grid;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 3;
    width: min(390px, calc(100vw - 20px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 0 auto;
    min-width: 0;
    gap: 8px;
    margin: 0;
    transform: translateX(-50%);
  }

  .request-hero-mini-field,
  .request-hero-mini-field--quantity {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 0;
    min-height: 42px;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  .request-hero-mini-field span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
  }

  .request-hero-mini-field input {
    font-size: 16px;
    line-height: 1;
  }

  .request-hero-chat .request-hero-submit {
    align-self: center;
    height: 36px;
    min-height: 36px;
    min-width: 86px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .request-hero-options {
    width: min(390px, calc(100vw - 20px));
    margin-top: 68px;
  }

  .request-hero-option-row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .request-hero-options .request-hero-control,
  .request-hero-options .request-hero-control-button,
  .request-hero-options .request-hero-switch {
    width: 100%;
  }

  .request-hero-options .request-hero-urgency-control {
    width: 100%;
  }

  .request-hero-options .request-hero-urgency-control .request-hero-switch {
    width: auto;
  }

  .request-hero-options .request-hero-control-button {
    justify-content: flex-start;
  }

  .request-hero-options .request-hero-control-button strong {
    max-width: none;
  }

  .request-hero-options .request-hero-help {
    justify-self: start;
  }

  .request-template-menu {
    min-width: min(292px, calc(100vw - 44px));
  }

  .request-hero-control-menu {
    right: auto;
    left: 0;
    min-width: min(190px, calc(100vw - 44px));
  }

  .request-hero-control.is-open .request-date-popover,
  .request-date-popover {
    right: 0;
    left: auto;
    width: min(276px, calc(100vw - 28px));
    min-width: min(276px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    padding: 8px;
    transform: translateY(0);
  }

  .request-hero-control:not(.is-open) .request-date-popover {
    transform: translateY(6px);
  }

  .request-date-fields {
    gap: 6px;
  }

  .request-date-fields button {
    min-height: 42px;
    padding: 6px 8px;
  }

  .request-date-fields strong {
    font-size: 0.78rem;
  }

  .request-date-calendar__head {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 6px;
  }

  .request-date-calendar__head strong {
    font-size: 0.82rem;
  }

  .request-date-weekdays,
  .request-date-grid {
    gap: 2px;
  }

  .request-date-grid button,
  .request-date-grid span {
    min-height: 27px;
    border-radius: 8px;
    font-size: 0.74rem;
  }

  .request-date-hint {
    font-size: 0.66rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .request-hero-tools,
  .request-hero-actions {
    justify-content: flex-start;
  }

  .request-hero-actions {
    justify-content: flex-end;
  }

  .request-hero-chat .request-hero-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: stretch;
  }
}

@media (max-width: 360px) {
  .request-hero-required-fields {
    grid-template-columns: 1fr;
  }

  .request-hero-option-row {
    grid-template-columns: 1fr;
  }
}
