html[data-surface="white-oath"] .wo-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

html[data-surface="white-oath"] .wo-feedback-signal-layer {
  position: fixed;
  z-index: 211;
  right: max(
    1.4rem,
    calc(100vw - var(--wo-axis-width) - min(calc(100vw - var(--wo-axis-width)), var(--wo-stage-max)) + 2rem)
  );
  bottom: max(1.5rem, env(safe-area-inset-bottom));
  max-width: calc(100vw - 2rem);
  transition: bottom 320ms var(--wo-ease-freeze);
}

html[data-surface="white-oath"]:has(.wo-award-anchor-layer:not([hidden])) .wo-feedback-signal-layer {
  bottom: max(8.2rem, calc(env(safe-area-inset-bottom) + 7.8rem));
}

html[data-surface="white-oath"] .wo-feedback-signal-layer[hidden] { display: none; }

html[data-surface="white-oath"] .wo-feedback-signal {
  position: relative;
  display: grid;
  width: min(20.5rem, calc(100vw - 2rem));
  min-height: 5rem;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.48rem 0.75rem 0.48rem 0.35rem;
  background: transparent;
  color: var(--wo-light);
  cursor: pointer;
  filter: drop-shadow(0 1.2rem 2rem rgba(7, 8, 13, 0.28));
  text-align: left;
  isolation: isolate;
}

html[data-surface="white-oath"] .wo-feedback-signal::before,
html[data-surface="white-oath"] .wo-feedback-signal::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

html[data-surface="white-oath"] .wo-feedback-signal::before {
  inset: 0.55rem 1.3rem 0.48rem 1.25rem;
  border: var(--wo-hairline) solid rgba(145, 194, 200, 0.42);
  background:
    linear-gradient(104deg, transparent 0 7%, rgba(233, 230, 222, 0.06) 7% 7.5%, transparent 7.5%),
    linear-gradient(112deg, rgba(21, 23, 34, 0.98), rgba(40, 48, 65, 0.96) 69%, rgba(21, 23, 34, 0.98));
  clip-path: polygon(0 0, calc(100% - 2.4rem) 0, 100% 47%, calc(100% - 1.8rem) 100%, 0.75rem 100%, 0 calc(100% - 0.75rem));
  transition: border-color var(--wo-duration) ease, transform 320ms var(--wo-ease-freeze);
}

html[data-surface="white-oath"] .wo-feedback-signal::after {
  right: 0.25rem;
  bottom: 0.45rem;
  width: 7.5rem;
  height: 0.16rem;
  background: linear-gradient(90deg, transparent, var(--wo-cyan) 48%, var(--wo-crimson));
  clip-path: polygon(0 25%, 75% 25%, 82% 0, 100% 50%, 82% 100%, 75% 75%, 0 75%);
  transform-origin: right;
  transition: transform 360ms var(--wo-ease-freeze);
}

html[data-surface="white-oath"] .wo-feedback-signal:hover::before,
html[data-surface="white-oath"] .wo-feedback-signal:focus-visible::before {
  border-color: rgba(145, 194, 200, 0.84);
  transform: translateX(-0.3rem);
}

html[data-surface="white-oath"] .wo-feedback-signal:hover::after,
html[data-surface="white-oath"] .wo-feedback-signal:focus-visible::after { transform: scaleX(1.18); }

html[data-surface="white-oath"] .wo-feedback-signal:focus-visible {
  outline: 0.13rem solid var(--wo-crimson);
  outline-offset: 0.35rem;
}

html[data-surface="white-oath"] .wo-feedback-signal__mark {
  position: relative;
  display: block;
  width: 4.5rem;
  height: 4.15rem;
}

html[data-surface="white-oath"] .wo-feedback-signal__mark > i,
html[data-surface="white-oath"] .wo-feedback-signal__mark > b {
  position: absolute;
  display: block;
  width: 2.9rem;
  height: 2.35rem;
  border: var(--wo-hairline) solid rgba(145, 194, 200, 0.54);
  background: rgba(21, 23, 34, 0.7);
  content: "";
  transform: skewX(-14deg);
}

html[data-surface="white-oath"] .wo-feedback-signal__mark > i:first-child { top: 0.35rem; left: 0.35rem; opacity: 0.42; }
html[data-surface="white-oath"] .wo-feedback-signal__mark > i:nth-child(2) { top: 0.8rem; left: 0.75rem; opacity: 0.72; }
html[data-surface="white-oath"] .wo-feedback-signal__mark > b {
  top: 1.25rem;
  left: 1.15rem;
  border-color: rgba(198, 98, 116, 0.75);
  background: linear-gradient(142deg, rgba(81, 88, 117, 0.86), var(--wo-night));
}

html[data-surface="white-oath"] .wo-feedback-signal__mark svg {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: var(--wo-cyan);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

html[data-surface="white-oath"] .wo-feedback-signal__mark circle {
  fill: var(--wo-crimson);
  stroke: var(--wo-night);
  stroke-width: 2;
}

html[data-surface="white-oath"] .wo-feedback-signal__copy {
  display: grid;
  min-width: 0;
  gap: 0.15rem;
}

html[data-surface="white-oath"] .wo-feedback-signal__copy small {
  color: var(--wo-cyan);
  font-family: var(--wo-font-data);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
}

html[data-surface="white-oath"] .wo-feedback-signal__copy b {
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 640;
  letter-spacing: 0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-surface="white-oath"] .wo-feedback-signal__copy > span {
  overflow: hidden;
  color: var(--wo-text-muted-night);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-surface="white-oath"] .wo-feedback-signal > em {
  display: grid;
  min-width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  padding-inline: 0.25rem;
  border: 0.12rem solid var(--wo-night);
  border-radius: 50%;
  background: var(--wo-crimson);
  color: var(--wo-light);
  font-family: var(--wo-font-data);
  font-size: 0.64rem;
  font-style: normal;
}

html[data-surface="white-oath"] .wo-feedback-signal-layer.is-new .wo-feedback-signal {
  animation: wo-feedback-signal-arrive 440ms var(--wo-ease-freeze) both;
}

@media (max-width: 680px) {
  html[data-surface="white-oath"] .wo-feedback-signal-layer {
    right: 1rem;
    bottom: calc(var(--wo-mobile-tabs-height, 4.8rem) + env(safe-area-inset-bottom) + 1rem);
  }

  html[data-surface="white-oath"]:has(.wo-award-anchor-layer:not([hidden])) .wo-feedback-signal-layer {
    bottom: calc(var(--wo-mobile-tabs-height, 4.8rem) + env(safe-area-inset-bottom) + 5.8rem);
  }

  html[data-surface="white-oath"] .wo-feedback-signal {
    width: 4.3rem;
    min-height: 4.1rem;
    grid-template-columns: 1fr;
    padding: 0;
  }

  html[data-surface="white-oath"] .wo-feedback-signal::before,
  html[data-surface="white-oath"] .wo-feedback-signal::after { display: none; }

  html[data-surface="white-oath"] .wo-feedback-signal__mark { width: 4.1rem; height: 3.9rem; }

  html[data-surface="white-oath"] .wo-feedback-signal__copy {
    position: absolute;
    right: 3.65rem;
    bottom: 0.1rem;
    width: min(14.5rem, calc(100vw - 5.5rem));
    padding: 0.7rem 0.9rem 0.75rem;
    border: var(--wo-hairline) solid rgba(145, 194, 200, 0.44);
    background: rgba(21, 23, 34, 0.97);
    clip-path: polygon(0 0, calc(100% - 0.9rem) 0, 100% 0.9rem, 100% 100%, 0.6rem 100%, 0 calc(100% - 0.6rem));
    pointer-events: none;
    animation: wo-feedback-mobile-copy 5.4s ease forwards;
  }

  html[data-surface="white-oath"] .wo-feedback-signal > em {
    position: absolute;
    z-index: 3;
    top: -0.3rem;
    right: -0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-surface="white-oath"] .wo-feedback-signal-layer,
  html[data-surface="white-oath"] .wo-feedback-signal,
  html[data-surface="white-oath"] .wo-feedback-signal::before,
  html[data-surface="white-oath"] .wo-feedback-signal::after { transition: none; }
  html[data-surface="white-oath"] .wo-feedback-signal-layer.is-new .wo-feedback-signal,
  html[data-surface="white-oath"] .wo-feedback-signal__copy { animation: none; }
}

@keyframes wo-feedback-signal-arrive {
  from { opacity: 0; transform: translate3d(1rem, 0.35rem, 0); }
  52% { opacity: 1; }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes wo-feedback-mobile-copy {
  0%, 68% { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; transform: translateX(0.5rem); visibility: hidden; }
}
