/* ════════════════════════════════════════════════════════════════════
   AWARDS & RECOGNITION — Premium Museum-Style Gallery
   Isolated, reusable component. Header reuses the site's existing
   .kicker / .section-head components for visual consistency; the
   certificate lightbox modal (.cert-modal-*) is untouched and reused
   as-is for the "View Details" action.

   Motion contract: only transform / opacity / filter are animated.
   Width, height, margin, left and top are never transitioned.
   ════════════════════════════════════════════════════════════════════ */

.awx {
  position: relative;
  max-width: 1400px;
  /* top margin: even with the divider between .tby and .awx, the two
     boxes are only ~1px apart (their own padding is baked inside each
     box already, not spent between them) — a little real space so the
     -8px/-8px panel bleed has room to sit inside instead of still touching. */
  margin: 2rem auto 0;
  padding: 5rem 1.75rem 6rem;
}

/* ── ambient background: mesh + blueprint + dot grid + glow + noise + shapes,
   all clipped to one rounded panel — same "floating card" recipe as the
   "Why Join Us" / "Our Process" carousels' .cbc-bg / .pcc-bg, so this
   gallery reads as one continuous carousel system with the rest of the
   site instead of a flat, edge-to-edge tint. top is a flat -8px rather
   than the usual -32px: .awx sits directly against Trusted By above with
   no divider or `.section` padding buffer between the two section boxes,
   so there's almost no room for a bigger bleed before it overlaps that
   panel (see .mp-mesh's comment in market-presence-map.css for the fuller
   explanation of this "self-contained sections butted together" case). ── */
.awx-bg {
  position: absolute;
  top: -8px;
  right: -2%;
  bottom: -4%;
  left: -2%;
  z-index: 0;
  pointer-events: none;
  border-radius: 2rem;
  overflow: hidden;
}

.awx-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 20% 15%, rgba(255, 145, 40, .05), transparent 60%),
    radial-gradient(ellipse 55% 50% at 82% 20%, rgba(241, 243, 246, .85), transparent 60%),
    radial-gradient(ellipse 60% 55% at 50% 100%, rgba(228, 231, 236, .5), transparent 65%),
    linear-gradient(180deg, #FCFCFD 0%, #F5F6F8 100%);
}

.awx-blueprint {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(15, 23, 42, .5) 0, rgba(15, 23, 42, .5) 1px, transparent 1px, transparent 42px),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, .5) 0, rgba(15, 23, 42, .5) 1px, transparent 1px, transparent 42px);
  opacity: .03;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 30%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 35%, #000 30%, transparent 90%);
}

.awx-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 23, 42, .05) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 65%, #000 35%, transparent 95%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 65%, #000 35%, transparent 95%);
}

.awx-glow {
  position: absolute;
  left: 50%;
  top: 62%;
  width: 65%;
  height: 55%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(255, 106, 31, .08), transparent 65%);
  filter: blur(46px);
}

/* floating ambient blobs — same recipe as the "Why Join Us" / "Our Process"
   carousels' .cbc-shape / .pcc-shape. */
.awx-shape { position: absolute; border-radius: 50%; filter: blur(28px); opacity: .35; pointer-events: none; }
.awx-shape.s1 { left: 6%; top: 18%; width: 130px; height: 130px; background: rgba(255, 106, 31, .16); animation: awxShapeFloat 13s ease-in-out infinite; }
.awx-shape.s2 { right: 8%; top: 55%; width: 90px; height: 90px; background: rgba(255, 194, 75, .18); animation: awxShapeFloat 16s ease-in-out infinite 2s; }
.awx-shape.s3 { left: 30%; bottom: 6%; width: 70px; height: 70px; background: rgba(255, 106, 31, .12); animation: awxShapeFloat 11s ease-in-out infinite 4s; }
@keyframes awxShapeFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(18px, -24px); }
}

.awx-noise {
  position: absolute;
  inset: 0;
  opacity: .02;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── header: reuses .kicker / .section-head, adds a tiny animated underline ── */
.awx-head {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.awx-kicker-glow {
  display: block;
  width: 56px;
  height: 2px;
  margin: -.7rem auto 1.2rem;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 12px 1px rgba(255, 106, 31, .55);
  border-radius: 2px;
  animation: awxUnderlinePulse 2.6s ease-in-out infinite;
}

@keyframes awxUnderlinePulse {

  0%,
  100% {
    opacity: .65;
    transform: scaleX(.82);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.awx-gallery-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 1rem;
  font-family: var(--font-mono);
  font-size: .78rem;
  font-weight: 700;
  color: var(--accent-ink);
  text-decoration: none;
  transition: gap .25s ease, color .25s ease;
}

.awx-gallery-link:hover {
  gap: .6rem;
  color: var(--accent);
}

/* ── year timeline filter ── */
.awx-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.4rem);
  margin: 3rem auto 0;
  max-width: 720px;
  padding-bottom: .5rem;
}

.awx-timeline::before {
  content: '';
  position: absolute;
  left: 4%;
  right: 4%;
  top: 6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, .14) 12%, rgba(15, 23, 42, .14) 88%, transparent);
}

.awx-year-btn {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: none;
  border: none;
  padding: 0 0 .6rem;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: .8rem;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: .02em;
  transition: color .3s ease;
}

.awx-year-btn::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto .55rem;
  border-radius: 50%;
  background: #FFF;
  border: 1.5px solid rgba(15, 23, 42, .22);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.awx-year-btn:hover {
  color: var(--ink);
}

.awx-year-btn.active {
  color: var(--accent-ink);
}

.awx-year-btn.active::before {
  background: linear-gradient(135deg, #FF9128, #FF6A1F);
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(255, 106, 31, .14), 0 0 12px rgba(255, 106, 31, .5);
  transform: scale(1.15);
}

.awx-year-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.awx-timeline-indicator {
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 32px;
  background: linear-gradient(90deg, var(--accent-hot), var(--accent));
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(255, 106, 31, .5);
  transition: transform .45s cubic-bezier(.16, .84, .44, 1), width .45s cubic-bezier(.16, .84, .44, 1);
  pointer-events: none;
}

/* ── carousel viewport: nav arrows flank the track, same layout as the
   "Why Join Us" / "Our Process" carousels' .cbc-viewport / .pcc-viewport ── */
.awx-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  overflow: visible;
}

.awx-track-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}

.awx-track {
  position: relative;
  height: 480px;
  outline: none;
  cursor: grab;
  touch-action: pan-y;
}

.awx-track.dragging {
  cursor: grabbing;
}

.awx-track:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 106, 31, .35);
  border-radius: 1.75rem;
}

/* static positioning wrapper — the carousel logic (x / scale / opacity)
   only ever touches this element */
.awx-slot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 440px;
  margin: -220px 0 0 -150px;
}

/* the breathing float + hover lift live here, one layer in from .awx-slot,
   so the two transform systems never fight over the same inline style */
.awx-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .55) 100%);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255, 145, 40, .15);
  border-radius: 28px;
  padding: 1.5rem 1.5rem 1.75rem;
  box-shadow: 0 40px 80px -20px rgba(15, 23, 42, .16), 0 10px 26px rgba(15, 23, 42, .07);
  overflow: hidden;
  cursor: default;
  will-change: transform;
}

.awx-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 0 0 1px rgba(15, 23, 42, .015);
}

/* reflection sweep, revealed on hover */
.awx-card::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -40%;
  width: 42%;
  height: 220%;
  background: linear-gradient(75deg, transparent 0%, rgba(255, 255, 255, .65) 45%, transparent 62%);
  transform: translateX(-160%) rotate(10deg);
  transition: transform .8s cubic-bezier(.16, .84, .44, 1);
  pointer-events: none;
  z-index: 3;
}

.awx-slot.is-hovered .awx-card::after {
  transform: translateX(220%) rotate(10deg);
}

.awx-slot.is-hovered .awx-card {
  border-color: rgba(255, 106, 31, .4);
  box-shadow: 0 52px 100px -20px rgba(15, 23, 42, .22), 0 0 40px rgba(255, 106, 31, .18);
}

/* ── image display frame ── */
.awx-frame {
  position: relative;
  flex-shrink: 0;
  height: 180px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .95), rgba(250, 248, 244, .8));
  border: 1px solid rgba(255, 145, 40, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 0 0 1px rgba(15, 23, 42, .02), inset 0 -14px 26px -18px rgba(15, 23, 42, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

/* <picture> is the actual flex child here (not the <img>), and its own
   box can resolve wider than the rendered image; centering it directly
   keeps the badge/certificate centered instead of drifting to the left. */
.awx-frame picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* soft spotlight behind the image */
.awx-frame::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(255, 194, 75, .28), transparent 68%);
  pointer-events: none;
}

/* reflection layer under the image */
.awx-frame::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(255, 255, 255, .55), transparent);
  pointer-events: none;
}

.awx-frame img {
  position: relative;
  z-index: 1;
  max-width: 78%;
  max-height: 72%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, .16));
  transition: transform .45s cubic-bezier(.16, .84, .44, 1);
}

.awx-slot.is-hovered .awx-frame img {
  transform: scale(1.05);
}

/* ── card body content ── */
.awx-category {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-family: var(--font-mono);
  font-size: .64rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--accent-ink);
  margin-bottom: .55rem;
}

.awx-title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  text-transform: none;
  color: #111;
  line-height: 1.28;
  margin-bottom: .4rem;
}

.awx-issuer {
  font-size: .8rem;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: .15rem;
}

.awx-year {
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  color: #9C9A90;
  letter-spacing: .04em;
  margin-bottom: .7rem;
}

.awx-desc {
  font-size: .82rem;
  line-height: 1.55;
  color: var(--ink-soft);
  flex: 1;
  margin-bottom: 1rem;
}

.awx-details-btn {
  appearance: none;
  -webkit-appearance: none;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-mono);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--accent-ink);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.16, .84, .44, 1), gap .3s ease, color .3s ease;
}

.awx-details-btn:hover,
.awx-details-btn:focus-visible {
  gap: .65rem;
  color: var(--accent);
  transform: translateY(-2px);
}

.awx-details-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ── prestige effect: only the truly-active (center) card ── */
.awx-slot.is-active .awx-card {
  border-color: rgba(255, 194, 75, .55);
  box-shadow: 0 48px 90px -18px rgba(15, 23, 42, .18), 0 0 50px rgba(255, 194, 75, .22);
}

.awx-slot.is-active .awx-frame {
  border-color: rgba(255, 194, 75, .4);
}

.awx-spotlight {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 194, 75, .16), transparent 62%);
  opacity: 0;
  transition: opacity .6s ease;
}

.awx-slot.is-active .awx-spotlight {
  opacity: 1;
  animation: awxSpotlightBreathe 4s ease-in-out infinite;
}

@keyframes awxSpotlightBreathe {

  0%,
  100% {
    opacity: .75;
  }

  50% {
    opacity: 1;
  }
}

.awx-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease;
}

.awx-slot.is-active .awx-particles {
  opacity: 1;
}

.awx-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFC24B, rgba(255, 106, 31, 0));
  opacity: 0;
  animation: awxParticleFloat 5s ease-in-out infinite;
}

.awx-slot.is-active .awx-particle {
  animation-play-state: running;
}

.awx-particle:nth-child(1) {
  left: 18%;
  top: 70%;
  animation-delay: 0s;
}

.awx-particle:nth-child(2) {
  left: 40%;
  top: 20%;
  animation-delay: 1.1s;
}

.awx-particle:nth-child(3) {
  left: 68%;
  top: 60%;
  animation-delay: 2.2s;
}

.awx-particle:nth-child(4) {
  left: 82%;
  top: 30%;
  animation-delay: 3.1s;
}

.awx-particle:nth-child(5) {
  left: 55%;
  top: 85%;
  animation-delay: 4s;
}

@keyframes awxParticleFloat {

  0%,
  100% {
    opacity: 0;
    transform: translateY(0);
  }

  15% {
    opacity: .8;
  }

  85% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    transform: translateY(-34px);
  }
}

/* ── navigation: arrows flank the track (.awx-viewport), same position as
   the "Why Join Us" / "Our Process" carousels' .cbc-nav / .pcc-nav ── */
.awx-arrow {
  position: relative;
  flex: 0 0 auto;
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .1);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.awx-arrow svg {
  width: 18px;
  height: 18px;
  transition: transform .3s cubic-bezier(.16, .84, .44, 1);
}

.awx-arrow:hover {
  transform: scale(1.08);
  border-color: var(--accent);
  box-shadow: 0 10px 26px rgba(255, 106, 31, .28);
}

.awx-arrow.prev:hover svg {
  transform: translateX(-2px);
}

.awx-arrow.next:hover svg {
  transform: translateX(2px);
}

.awx-arrow:active {
  transform: scale(.95);
}

.awx-arrow:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.awx-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  transform: scale(0);
  opacity: .6;
  pointer-events: none;
  animation: awxRippleAnim .6s ease-out forwards;
}

@keyframes awxRippleAnim {
  to {
    transform: scale(2.6);
    opacity: 0;
  }
}

/* ── pagination dots — same recipe as .cbc-dots / .pcc-dots. Named
   .awx-pager (not .awx-dots) because .awx-dots is already the decorative
   background dot-grid layer defined above. ── */
.awx-pager {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  margin-top: 2rem;
}
/* visible dot stays 8px (26px pill when active) — padding + content-box
   clipping grows only the invisible tap target to the ~32px minimum. */
.awx-pager-dot {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  padding: 12px;
  background: var(--border);
  background-clip: content-box;
  cursor: pointer;
  transition: width .35s cubic-bezier(.16, .84, .44, 1), background .3s ease;
}
.awx-pager-dot:hover { background: var(--accent-hot); }
.awx-pager-dot:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.awx-pager-dot.is-active { width: 50px; background: linear-gradient(90deg, var(--accent-hot), var(--accent)); }

/* ── responsive: 4 / 2 / 1 visible cards ── */
@media (max-width: 1180px) and (min-width: 769px) {
  .awx-track {
    height: 460px;
  }

  .awx-slot {
    width: 260px;
    height: 420px;
    margin: -210px 0 0 -130px;
  }

  .awx-arrow {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 768px) {
  .awx-track {
    height: 460px;
  }

  .awx-slot {
    width: min(72vw, 300px);
    height: 432px;
    margin-top: -216px;
    margin-left: calc(min(72vw, 300px) / -2);
  }

  /* card content trimmed down a notch so the longest real award copy
     (title + issuer + description + button) fits the slot height above
     without .awx-card's overflow:hidden clipping the button — verified
     against every award card's actual rendered height, not eyeballed. */
  .awx-card {
    padding: 1.25rem 1.25rem 1.4rem;
  }

  .awx-frame {
    height: 160px;
    margin-bottom: 1rem;
  }

  .awx-category {
    font-size: .6rem;
    margin-bottom: .45rem;
  }

  .awx-title {
    font-size: 1.02rem;
    line-height: 1.24;
    margin-bottom: .32rem;
  }

  .awx-issuer {
    font-size: .75rem;
    margin-bottom: .12rem;
  }

  .awx-year {
    font-size: .64rem;
    margin-bottom: .55rem;
  }

  .awx-desc {
    font-size: .76rem;
    line-height: 1.46;
    margin-bottom: .8rem;
  }

  .awx-details-btn {
    font-size: .7rem;
  }

  .awx-timeline {
    gap: 1rem;
  }

  .awx-viewport {
    gap: .25rem;
  }

  .awx-arrow {
    width: 40px;
    height: 40px;
  }

  .awx-arrow svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 420px) {
  /* width derived from actual available space (section padding + both
     arrows + viewport gaps at this breakpoint: 56px + 68px + 8px = 132px),
     not a flat vw guess — the old min(58vw, 300px) undershot badly on
     common phone widths (375-414px), leaving the card needlessly thin
     while .awx-track's height stayed fixed at 420px. */
  .awx-slot {
    width: min(calc(100vw - 132px), 300px);
    margin-left: calc(min(calc(100vw - 132px), 300px) / -2);
    /* narrower card here wraps text onto more lines than the 768px
       breakpoint budgets for (worst case measured at a real 320px-wide
       screen), so the slot needs extra height on top of the 768px rule's */
    height: 504px;
    margin-top: -252px;
  }

  .awx-track {
    height: 520px;
  }

  .awx-arrow {
    width: 34px;
    height: 34px;
  }

  .awx-arrow svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 360px) {
  .awx-timeline {
    flex-wrap: wrap;
    row-gap: .6rem;
    gap: .75rem;
  }
}

.awx-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {

  .awx-kicker-glow,
  .awx-spotlight,
  .awx-particle {
    animation: none;
  }

  .awx-card,
  .awx-card::after,
  .awx-frame img {
    transition: none;
  }
}

/* ══ DARK MODE ══ */
html[data-theme="dark"] .awx-mesh {
  background:
    radial-gradient(ellipse 55% 45% at 20% 15%, rgba(255, 145, 40, .07), transparent 60%),
    radial-gradient(ellipse 55% 50% at 82% 20%, rgba(255, 255, 255, .03), transparent 60%),
    radial-gradient(ellipse 60% 55% at 50% 100%, rgba(255, 255, 255, .02), transparent 65%),
    linear-gradient(180deg, #12151A 0%, #161A20 100%);
}

html[data-theme="dark"] .awx-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, .02) 100%);
  border-color: rgba(255, 145, 40, .18);
}

html[data-theme="dark"] .awx-frame {
  background: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  border-color: rgba(255, 145, 40, .22);
}

html[data-theme="dark"] .awx-title {
  color: var(--ink);
}

html[data-theme="dark"] .awx-arrow {
  background: rgba(27, 31, 38, .7);
}
