/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap");
/* JakartaSans */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300&display=swap");

/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

:root {
  --primary: #635ffc;
  --secondary: #000;
}

/* basic typography */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 600;
  font-size: 55px;
}

strong {
  font-weight: 700;
}

p {
  color: var(--secondary);
}

/* basic stylings */

.bg-dark-1 {
  background: #191919;
}

.bg-dark-2 {
  background: #101010;
}

.section-title {
  font-size: 62px;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}

.section-title-center p {
  max-width: 960px;
  margin: 0 auto;
}

.custom-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.75rem;
  max-width: 1820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-pink {
  color: var(--primary);
}

/* Nav Bar */

.navbar {
  padding-top: 30px;
  background-color: transparent;
  z-index: 99;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--primary) !important;
}

.header {
  margin-top: -84px;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  background-color: #000;
  padding: 10px 0;
  transition: transform 0.3s;
}

/* Public app landing */
.wu-home {
  --wu-home-primary: #635ffc;
  --wu-home-primary-dark: #4f46e5;
  --wu-home-accent: #20b8b2;
  --wu-home-ink: #16182b;
  --wu-home-muted: #656b7d;
  --wu-home-line: rgba(70, 76, 108, 0.14);
  min-height: 100%;
  padding-bottom: 5rem;
  color: var(--wu-home-ink);
  background:
    radial-gradient(circle at 77% 8%, rgba(99, 95, 252, 0.1), transparent 30rem),
    radial-gradient(circle at 8% 38%, rgba(32, 184, 178, 0.08), transparent 28rem),
    #f8fafc;
}

.wu-home-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid rgba(70, 76, 108, 0.1);
  background: rgba(248, 250, 252, 0.88);
  box-shadow: 0 10px 35px rgba(30, 34, 64, 0.04);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.wu-home-nav-inner {
  width: min(100%, 1280px);
  min-height: 76px;
  margin: 0 auto;
  padding: 0.9rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.wu-home-brand {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 0.75rem;
}

.wu-home-brand img {
  display: block;
  width: clamp(145px, 15vw, 178px);
  height: auto;
}

.wu-home-brand:focus-visible,
.wu-home-button:focus-visible {
  outline: 3px solid rgba(99, 95, 252, 0.28);
  outline-offset: 3px;
}

.wu-home-nav-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wu-home-nav-label {
  color: var(--wu-home-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wu-home-nav-divider {
  width: 1px;
  height: 1.5rem;
  background: var(--wu-home-line);
}

.wu-home-language {
  display: flex;
  align-items: center;
}

.wu-home-language button {
  border-radius: 999px !important;
  padding: 0.18rem !important;
}

.wu-home-content {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-inline: 2rem;
}

.wu-home-hero {
  padding-block: clamp(3rem, 5vw, 4.75rem) 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.wu-home-scroll-cue {
  grid-column: 1 / -1;
  width: fit-content;
  margin: -0.35rem auto 0;
  padding: 0.55rem 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--wu-home-muted);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.wu-home-scroll-cue:hover,
.wu-home-scroll-cue:focus-visible {
  color: var(--wu-home-primary-dark);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(2px);
}

.wu-home-scroll-cue i {
  color: var(--wu-home-primary);
  animation: wu-home-cue 1.8s ease-in-out infinite;
}

@keyframes wu-home-cue {
  0%,
  100% {
    transform: translateY(-1px);
  }

  50% {
    transform: translateY(3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wu-home-scroll-cue i {
    animation: none;
  }
}

.wu-home-copy,
.wu-home-visual,
.wu-home-designated-copy,
.wu-home-designated-visual {
  min-width: 0;
}

.wu-home-eyebrow,
.wu-home-kicker {
  color: var(--wu-home-primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wu-home-eyebrow {
  width: fit-content;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(99, 95, 252, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(38, 43, 75, 0.05);
}

.wu-home-status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--wu-home-accent);
  box-shadow: 0 0 0 0.3rem rgba(32, 184, 178, 0.13);
}

.wu-home-title {
  max-width: 12ch;
  margin: 0;
  color: var(--wu-home-ink);
  font-size: clamp(3.4rem, 6.5vw, 6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wu-home-title span {
  display: block;
  padding-bottom: 0.16em;
  line-height: 1.08;
  color: var(--wu-home-primary);
  background: linear-gradient(105deg, #635ffc 12%, #4f8cf7 56%, #20b8b2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wu-home-lead {
  max-width: 650px;
  margin: 1.75rem 0 0;
  color: var(--wu-home-muted);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 450;
  line-height: 1.65;
}

.wu-home-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.wu-home-button {
  min-height: 3.65rem;
  padding: 0.95rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border: 1px solid transparent;
  border-radius: 0.95rem;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.wu-home-button:hover {
  transform: translateY(-2px);
}

.wu-home-button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--wu-home-primary), var(--wu-home-primary-dark));
  box-shadow: 0 14px 32px rgba(79, 70, 229, 0.24);
}

.wu-home-button-primary:hover {
  color: #fff;
  box-shadow: 0 18px 38px rgba(79, 70, 229, 0.3);
}

.wu-home-button-secondary {
  color: var(--wu-home-ink);
  border-color: rgba(70, 76, 108, 0.2);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 8px 22px rgba(38, 43, 75, 0.06);
}

.wu-home-button-secondary:hover {
  color: var(--wu-home-primary-dark);
  border-color: rgba(99, 95, 252, 0.36);
  background: #fff;
}

.wu-home-assurances {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  color: #4f5568;
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1.45;
}

.wu-home-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.wu-home-assurances i {
  color: var(--wu-home-accent);
}

.wu-home-visual-card {
  position: relative;
  min-height: clamp(470px, 48vw, 610px);
  padding: clamp(1.4rem, 3vw, 2.3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 2.25rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(231, 240, 247, 0.88));
  box-shadow: 0 35px 80px rgba(32, 41, 74, 0.14);
}

.wu-home-visual-card::after {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: -1;
  border-radius: 1.7rem;
  border: 1px solid rgba(99, 95, 252, 0.08);
}

.wu-home-visual-glow {
  position: absolute;
  inset: 15% 8%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 179, 215, 0.22), rgba(99, 95, 252, 0.06) 55%, transparent 72%);
  filter: blur(20px);
}

.wu-home-hero-image {
  display: block;
  width: min(100%, 570px);
  max-height: 560px;
  object-fit: contain;
  filter: saturate(0.9) contrast(1.02);
}

.wu-home-visual-note {
  position: absolute;
  right: -1.2rem;
  bottom: 2rem;
  width: min(310px, 75%);
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 45px rgba(38, 43, 75, 0.16);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.wu-home-visual-note-icon {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, var(--wu-home-primary), var(--wu-home-accent));
}

.wu-home-visual-note strong,
.wu-home-visual-note small {
  display: block;
  line-height: 1.35;
}

.wu-home-visual-note strong {
  color: var(--wu-home-ink);
  font-size: 0.9rem;
}

.wu-home-visual-note small {
  margin-top: 0.18rem;
  color: var(--wu-home-muted);
  font-size: 0.73rem;
}

.wu-home-steps {
  margin-block: 1rem 5rem;
  padding: clamp(2rem, 4vw, 3.3rem);
  scroll-margin-top: 6rem;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(38, 43, 75, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.wu-home-section-heading {
  max-width: 720px;
}

.wu-home-section-heading h2,
.wu-home-designated h2 {
  margin: 0.65rem 0 0;
  color: var(--wu-home-ink);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.wu-home-step-grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wu-home-step {
  min-height: 180px;
  padding: 1.45rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid var(--wu-home-line);
  border-radius: 1.25rem;
  background: #fff;
}

.wu-home-step-number {
  flex: 0 0 auto;
  color: var(--wu-home-primary);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.wu-home-step h3 {
  margin: 0;
  color: var(--wu-home-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.wu-home-step p {
  margin: 0.65rem 0 0;
  color: var(--wu-home-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.wu-home-designated {
  padding: clamp(2rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  border-radius: 2.25rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(99, 95, 252, 0.32), transparent 24rem),
    linear-gradient(135deg, #17192d 0%, #222643 100%);
  box-shadow: 0 30px 70px rgba(23, 25, 45, 0.22);
}

.wu-home-designated .wu-home-kicker {
  color: #8de4df;
}

.wu-home-designated h2 {
  color: #fff;
}

.wu-home-designated-copy > p {
  max-width: 660px;
  margin: 1.2rem 0 0;
  color: rgba(238, 240, 255, 0.73);
  font-size: 1.05rem;
  line-height: 1.7;
}

.wu-home-designated-list {
  margin: 1.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
  list-style: none;
}

.wu-home-designated-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
}

.wu-home-designated-list i {
  margin-top: 0.2rem;
  color: #8de4df;
}

.wu-home-designated .wu-home-button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.wu-home-designated .wu-home-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.14);
}

.wu-home-designated-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wu-home-designated-visual img {
  display: block;
  width: min(100%, 480px);
  max-height: 450px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
}

/* Public report flow */
.wu-report-modal-content {
  position: relative;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(99, 95, 252, 0.2);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 34px 100px rgba(32, 36, 84, 0.34);
}

.wu-report-modal-content:not(.wu-report-modal-auth) {
  height: 90vh;
  min-height: 90vh;
}

.wu-report-modal-content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 5px;
  background: linear-gradient(90deg, #635ffc 0%, #3d8df5 52%, #20b8b2 100%);
}

.wu-report-modal-content .modal-header {
  flex: 0 0 auto;
  padding: 0.75rem 1.25rem;
  border-color: rgba(99, 95, 252, 0.22);
  background: linear-gradient(110deg, #f8f7ff 0%, #eef5ff 58%, #ebfbfa 100%);
}

.wu-report-header {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wu-report-header-brand {
  flex: 0 0 auto;
}

.wu-report-header-brand img {
  display: block;
  width: clamp(132px, 16vw, 150px);
  height: auto;
}

.wu-report-company-name {
  min-width: 0;
  overflow: hidden;
  color: #4f5568;
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wu-report-language {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.wu-report-modal-content .modal-body {
  min-height: 0;
  padding: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  background:
    radial-gradient(circle at 100% 0%, rgba(99, 95, 252, 0.15), transparent 23rem),
    radial-gradient(circle at 0% 100%, rgba(32, 184, 178, 0.11), transparent 22rem),
    #fcfdff;
}

.wu-report-body {
  padding: clamp(1.4rem, 3vw, 2.1rem);
}

.wu-report-stage-heading h2 {
  margin: 0 0 1.5rem;
  color: #17192d;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.wu-report-auth {
  max-width: 780px;
  margin-inline: auto;
}

.wu-report-auth-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.wu-report-auth-icon {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 1rem;
  background: linear-gradient(135deg, #635ffc, #20b8b2);
  box-shadow: 0 12px 26px rgba(79, 70, 229, 0.2);
  font-size: 1.1rem;
}

.wu-report-auth-heading h2 {
  margin: 0;
  color: #3832c9;
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.wu-report-auth-legal {
  margin-top: 1.35rem;
  padding: 1.1rem 1.2rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.85rem;
  color: #2d3044;
  border: 1px solid rgba(99, 95, 252, 0.28);
  border-left: 5px solid #635ffc;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(99, 95, 252, 0.16), rgba(61, 141, 245, 0.09) 58%, rgba(32, 184, 178, 0.12));
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.08);
}

.wu-report-auth-legal > i {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5);
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.2);
  font-size: 0.95rem;
}

.wu-report-auth-legal p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.7;
}

.wu-report-auth-field {
  margin-top: 1.35rem;
}

.wu-report-code-control {
  position: relative;
}

.wu-report-code-control > i {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1;
  color: #159b96;
  font-size: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.wu-report-company-code-input {
  min-height: 3.7rem;
  padding: 0.85rem 1rem 0.85rem 2.85rem;
  color: #17192d;
  border: 2px solid rgba(61, 141, 245, 0.34);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(61, 141, 245, 0.09);
  font-size: 1.1rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wu-report-company-code-input:focus {
  border-color: #635ffc;
  outline: 0;
  box-shadow: 0 0 0 0.24rem rgba(99, 95, 252, 0.16), 0 12px 28px rgba(61, 141, 245, 0.13);
}

.wu-report-auth-error {
  margin-top: 0.75rem;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #a32535;
  border: 1px solid rgba(220, 53, 69, 0.2);
  border-radius: 0.8rem;
  background: rgba(220, 53, 69, 0.06);
  font-size: 0.86rem;
  line-height: 1.45;
}

.wu-report-auth-error i {
  margin-top: 0.15rem;
}

.wu-report-support {
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.85rem;
  color: #293f49;
  border: 1px solid rgba(32, 184, 178, 0.38);
  border-radius: 0.9rem;
  background: linear-gradient(120deg, rgba(32, 184, 178, 0.15), rgba(61, 141, 245, 0.08));
  box-shadow: 0 10px 24px rgba(32, 184, 178, 0.08);
}

.wu-report-auth + .wu-report-support {
  max-width: 780px;
  margin-inline: auto;
}

.wu-report-support-icon {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #20b8b2, #3d8df5);
  box-shadow: 0 7px 16px rgba(32, 184, 178, 0.2);
  font-size: 1rem;
}

.wu-report-support p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
}

.wu-report-support-email {
  height: 1.15em;
  width: auto;
  vertical-align: -0.15em;
}

.wu-report-modal-content .modal-footer {
  flex: 0 0 auto;
  padding: 0.75rem 1.25rem;
  border-color: rgba(99, 95, 252, 0.18);
  background: linear-gradient(90deg, #f7f6ff, #f1f6ff 60%, #effbfa);
}

.wu-report-footer-actions,
.wu-report-footer-navigation {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wu-report-footer-actions {
  width: 100%;
  justify-content: space-between;
}

.wu-report-footer-navigation {
  justify-content: flex-end;
}

.wu-report-button {
  min-height: 2.75rem;
  margin: 0 !important;
  padding: 0.65rem 0.9rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 0.7rem !important;
  font-size: 0.9rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

.wu-report-cancel {
  color: #4f46e5 !important;
  border-color: rgba(99, 95, 252, 0.35) !important;
  background: rgba(255, 255, 255, 0.85) !important;
}

.wu-report-cancel:hover {
  color: #3832c9 !important;
  border-color: rgba(99, 95, 252, 0.6) !important;
  background: #fff !important;
}

.wu-report-forward {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #635ffc 0%, #4f6cf0 55%, #288fcf 100%) !important;
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.3);
}

.wu-report-forward:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(79, 70, 229, 0.28);
}

.wu-report-body-intro .wu-report-stage-heading,
.wu-report-intro {
  max-width: 1120px;
  margin-inline: auto;
}

.wu-report-body-intro .wu-report-stage-heading h2 {
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 5px solid #635ffc;
}

.wu-report-intro {
  display: grid;
  gap: 1rem;
  color: #292d42;
  font-size: clamp(1rem, 1.15vw, 1.1rem) !important;
  line-height: 1.72;
}

.wu-report-intro p,
.wu-report-intro ul {
  margin: 0;
}

.wu-report-intro-lead,
.wu-report-intro-card,
.wu-report-intro-note {
  padding: 1.15rem 1.25rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1rem;
}

.wu-report-intro-lead {
  color: #202641;
  border: 1px solid rgba(99, 95, 252, 0.24);
  background: linear-gradient(135deg, rgba(99, 95, 252, 0.15), rgba(61, 141, 245, 0.08), rgba(32, 184, 178, 0.1));
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.08);
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  font-weight: 650;
}

.wu-report-intro-card {
  border: 1px solid rgba(61, 141, 245, 0.2);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(61, 141, 245, 0.07);
}

.wu-report-intro-purpose {
  border-left: 5px solid #3d8df5;
}

.wu-report-intro-outcomes {
  border-left: 5px solid #20b8b2;
}

.wu-report-intro-icon {
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5 58%, #20b8b2);
  box-shadow: 0 9px 20px rgba(79, 70, 229, 0.2);
  font-size: 1rem;
}

.wu-report-intro-card ul {
  margin-top: 0.8rem;
  padding-left: 0;
  display: grid;
  gap: 0.55rem;
  list-style: none;
}

.wu-report-intro-card li {
  position: relative;
  padding-left: 1.65rem;
  color: #535b6d;
}

.wu-report-intro-card li::before {
  content: "\f00c";
  position: absolute;
  top: 0.13rem;
  left: 0;
  color: #159b96;
  font-family: "Font Awesome 6 Free";
  font-size: 0.78rem;
  font-weight: 900;
}

.wu-report-intro-details {
  display: grid;
  gap: 0.8rem;
}

.wu-report-intro-details p {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(99, 95, 252, 0.13);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
}

.wu-report-intro-note {
  color: #264653;
  border: 1px solid rgba(32, 184, 178, 0.28);
  background: linear-gradient(125deg, rgba(32, 184, 178, 0.14), rgba(61, 141, 245, 0.07));
}

.wu-report-intro-note p + p {
  margin-top: 0.85rem;
}

.wu-report-body-form {
  max-width: 1120px;
  margin-inline: auto;
}

.wu-report-body-form .wu-report-stage-heading h2,
.wu-report-body-review .wu-report-stage-heading h2 {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(99, 95, 252, 0.16);
  border-left: 5px solid #635ffc;
  border-radius: 0.85rem;
  background: linear-gradient(110deg, rgba(99, 95, 252, 0.1), rgba(61, 141, 245, 0.05), rgba(32, 184, 178, 0.08));
}

.wu-report-hint,
.wu-report-example {
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(32, 184, 178, 0.3);
  border-left: 5px solid #20b8b2;
  border-radius: 0.95rem;
  background: linear-gradient(125deg, rgba(32, 184, 178, 0.13), rgba(61, 141, 245, 0.07) 58%, rgba(99, 95, 252, 0.08));
  box-shadow: 0 11px 26px rgba(32, 184, 178, 0.08);
  font-size: 1rem !important;
}

.wu-report-hint-heading,
.wu-report-example-heading {
  padding: 0.85rem 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #27444e;
  font-size: 0.94rem;
  line-height: 1.35;
}

.wu-report-hint-heading > span,
.wu-report-example-heading > span {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #20b8b2, #3d8df5);
  box-shadow: 0 7px 16px rgba(32, 184, 178, 0.2);
  font-size: 0.82rem;
}

.wu-report-hint-content {
  padding: 0.75rem 1rem 1rem 3.7rem;
  color: #374756;
  font-size: 1rem !important;
  line-height: 1.62;
}

.wu-report-hint-content p,
.wu-report-example ul {
  margin: 0;
}

.wu-report-hint-content p + p {
  margin-top: 0.65rem;
}

.wu-report-example {
  border-color: rgba(99, 95, 252, 0.25);
  border-left-color: #635ffc;
  background: linear-gradient(125deg, rgba(99, 95, 252, 0.11), rgba(61, 141, 245, 0.06));
}

.wu-report-example-heading > span {
  background: linear-gradient(135deg, #635ffc, #3d8df5);
}

.wu-report-example ul {
  padding: 0.75rem 1rem 1rem 5rem;
  color: #485267;
  line-height: 1.58;
}

.wu-report-example li + li {
  margin-top: 0.45rem;
}

.wu-report-body-form label {
  color: #292d42;
  font-size: 0.92rem;
  font-weight: 800;
}

.wu-report-body-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]),
.wu-report-body-form textarea,
.wu-report-body-form select,
.wu-report-body-form .form-control,
.wu-report-body-form .form-select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.72rem 0.85rem;
  color: #17192d;
  border: 1px solid rgba(61, 141, 245, 0.3);
  border-radius: 0.72rem;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(61, 141, 245, 0.06);
  font-size: 1rem !important;
}

.wu-report-body-form textarea {
  min-height: 8rem;
}

.wu-report-body-form input:focus,
.wu-report-body-form textarea:focus,
.wu-report-body-form select:focus,
.wu-report-body-form .form-control:focus,
.wu-report-body-form .form-select:focus {
  border-color: #635ffc;
  outline: 0;
  box-shadow: 0 0 0 0.22rem rgba(99, 95, 252, 0.13), 0 10px 24px rgba(61, 141, 245, 0.09);
}

.wu-report-people-toolbar {
  margin: 0.2rem 0 1rem;
  display: flex;
  justify-content: flex-end;
}

.wu-report-add-person {
  min-height: 2.9rem;
  margin: 0 !important;
  padding: 0.7rem 1rem !important;
  border: 0 !important;
  border-radius: 0.75rem !important;
  background: linear-gradient(135deg, #635ffc, #3d8df5 62%, #20b8b2) !important;
  box-shadow: 0 12px 26px rgba(79, 70, 229, 0.2);
  font-size: 0.9rem !important;
  font-weight: 750 !important;
}

.wu-report-person-list {
  display: grid;
  gap: 1rem;
}

.wu-report-person-card {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(99, 95, 252, 0.2);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(42, 50, 96, 0.08);
}

.wu-report-person-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #635ffc, #3d8df5 55%, #20b8b2);
}

.wu-report-person-card-header {
  margin-bottom: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wu-report-person-number {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #3832c9;
  font-size: 0.9rem;
  font-weight: 800;
}

.wu-report-person-number > i {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5);
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.18);
  font-size: 0.85rem;
}

.wu-report-person-remove {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b22e42;
  border: 1px solid rgba(220, 53, 69, 0.24);
  border-radius: 0.7rem;
  background: rgba(220, 53, 69, 0.06);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.wu-report-person-remove:hover,
.wu-report-person-remove:focus-visible {
  color: #fff;
  border-color: #c9384c;
  outline: 0;
  background: #c9384c;
  transform: translateY(-1px);
}

.wu-report-person-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.wu-report-person-field {
  min-width: 0;
}

.wu-report-person-field label {
  margin-bottom: 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.wu-report-person-field label i {
  color: #159b96;
  font-size: 0.82rem;
}

.wu-report-person-details {
  margin-top: 0.9rem;
}

.wu-report-person-input {
  width: 100%;
}

.wu-report-documents {
  display: grid;
  gap: 1rem;
}

.wu-report-document-toolbar {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(99, 95, 252, 0.2);
  border-radius: 1rem;
  background: linear-gradient(115deg, rgba(99, 95, 252, 0.11), rgba(61, 141, 245, 0.08) 58%, rgba(32, 184, 178, 0.11));
  box-shadow: 0 12px 28px rgba(42, 50, 96, 0.07);
}

.wu-report-document-metrics {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.wu-report-document-metric {
  min-height: 2.7rem;
  padding: 0.55rem 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #313851;
  border: 1px solid rgba(61, 141, 245, 0.18);
  border-radius: 0.78rem;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.35;
}

.wu-report-document-metric > span {
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.58rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5 62%, #20b8b2);
  font-size: 0.74rem;
}

.wu-report-upload-action {
  min-height: 2.85rem;
  margin: 0 !important;
  padding: 0.7rem 1rem !important;
  flex: 0 0 auto;
  border: 0 !important;
  border-radius: 0.78rem !important;
  background: linear-gradient(135deg, #635ffc, #3d8df5 62%, #20b8b2) !important;
  box-shadow: 0 12px 26px rgba(79, 70, 229, 0.2);
  font-size: 0.9rem !important;
  font-weight: 750 !important;
}

.wu-report-upload-action i {
  margin-right: 0.5rem;
}

.wu-report-attachment-list {
  display: grid;
  gap: 1rem;
}

.wu-report-attachment-card {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(61, 141, 245, 0.24);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(42, 50, 96, 0.08);
}

.wu-report-attachment-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #20b8b2, #3d8df5 54%, #635ffc);
}

.wu-report-attachment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wu-report-attachment-identity,
.wu-report-attachment-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wu-report-attachment-icon {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.82rem;
  background: linear-gradient(135deg, #20b8b2, #3d8df5 58%, #635ffc);
  box-shadow: 0 9px 20px rgba(32, 184, 178, 0.19);
}

.wu-report-attachment-name,
.wu-report-attachment-size {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.wu-report-attachment-name label,
.wu-report-attachment-size label,
.wu-report-attachment-narrative label {
  margin: 0;
  color: #5c6478;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.wu-report-attachment-name strong {
  overflow: hidden;
  color: #20243a;
  font-size: 0.98rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wu-report-attachment-size {
  min-width: 6rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(32, 184, 178, 0.2);
  border-radius: 0.7rem;
  background: rgba(32, 184, 178, 0.08);
}

.wu-report-attachment-size strong {
  color: #20645f;
  font-size: 0.88rem;
}

.wu-report-attachment-remove {
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b22e42;
  border: 1px solid rgba(220, 53, 69, 0.24);
  border-radius: 0.72rem;
  background: rgba(220, 53, 69, 0.06);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.wu-report-attachment-remove:hover,
.wu-report-attachment-remove:focus-visible {
  color: #fff;
  border-color: #c9384c;
  outline: 0;
  background: #c9384c;
  transform: translateY(-1px);
}

.wu-report-attachment-narrative {
  margin-top: 1rem;
  padding-top: 0.9rem;
  display: grid;
  gap: 0.5rem;
  border-top: 1px solid rgba(99, 95, 252, 0.13);
}

.wu-report-attachment-input {
  width: 100%;
}

.wu-report-review {
  max-width: 1120px;
  margin-inline: auto;
}

.wu-report-summary {
  margin-inline: auto;
}

.wu-report-summary .wup-report-document {
  max-width: none;
  color: #30364b;
  font-family: inherit;
}

.wu-report-submission {
  margin-bottom: 1rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(32, 184, 178, 0.3);
  border-radius: 1rem;
  background: linear-gradient(125deg, rgba(32, 184, 178, 0.12), rgba(61, 141, 245, 0.06) 55%, rgba(99, 95, 252, 0.09));
  box-shadow: 0 14px 34px rgba(42, 50, 96, 0.08);
}

.wu-report-submission-message {
  padding-bottom: 0.9rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(32, 184, 178, 0.18);
}

.wu-report-submission-message > span {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.78rem;
  background: linear-gradient(135deg, #20b8b2, #3d8df5);
  box-shadow: 0 9px 20px rgba(32, 184, 178, 0.19);
}

.wu-report-submission-message p {
  margin: 0;
  color: #3f4d5d;
  font-size: 0.97rem !important;
  line-height: 1.62;
}

.wu-report-submission-details {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
  align-items: center;
  gap: 1rem;
}

.wu-report-submission-access {
  display: grid;
  gap: 0.75rem;
}

.wu-report-submission-code,
.wu-report-submission-filing {
  padding: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(99, 95, 252, 0.17);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.82);
}

.wu-report-submission-code > span,
.wu-report-submission-filing > span {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.72rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5);
  font-size: 0.84rem;
}

.wu-report-submission-code h1 {
  margin: 0;
  color: #252a43;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.1;
}

.wu-report-submission-filing > div {
  min-width: 0;
}

.wu-report-submission-filing h4 {
  margin: 0 0 0.16rem;
  color: #5c6478;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.wu-report-submission-filing strong {
  display: block;
  color: #313851;
  font-size: 0.98rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.wu-report-submission .wu-sharing-form {
  min-width: 0;
  height: auto !important;
  justify-content: center;
}

.wu-report-submission .wu-sharing-qr {
  padding: 0 !important;
}

.wu-report-submission .wu-sharing-qr-image {
  width: clamp(145px, 16vw, 180px);
  height: clamp(145px, 16vw, 180px);
  display: block;
  border: 8px solid #fff;
  border-radius: 0.8rem;
  box-shadow: 0 10px 26px rgba(42, 50, 96, 0.12);
}

.wu-report-submission .wu-sharing-url {
  max-width: 100%;
  padding: 0.55rem 0 0 !important;
  color: #4f5870;
  font-size: 0.78rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.wu-sharing-qr-image {
  width: 200px;
  height: 200px;
}

.wu-report-summary .wup-report-body-page,
.wu-report-summary .wup-report-document > section {
  display: grid;
  gap: 1rem;
}

.wu-report-summary .wup-report-section {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(99, 95, 252, 0.17);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 13px 30px rgba(42, 50, 96, 0.07);
}

.wu-report-summary .wup-report-section-title {
  padding: 0.82rem 1rem;
  background: linear-gradient(105deg, #5148e5, #3d8df5 68%, #20b8b2);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.35;
}

.wu-report-summary .wup-report-warning {
  margin: 0.8rem;
  padding: 0.85rem 0.95rem;
  color: #394459;
  border: 1px solid rgba(32, 184, 178, 0.26);
  border-left: 4px solid #20b8b2;
  border-radius: 0.75rem;
  background: linear-gradient(125deg, rgba(32, 184, 178, 0.1), rgba(61, 141, 245, 0.05));
  font-family: inherit;
  font-size: 0.94rem;
  line-height: 1.62;
  text-align: left;
}

.wu-report-summary .wup-report-table {
  border-collapse: separate;
  border-spacing: 0;
}

.wu-report-summary .wup-report-table + .wup-report-table {
  border-top: 1px solid rgba(99, 95, 252, 0.12);
}

.wu-report-summary .wup-report-table td {
  padding: 0.75rem 1rem;
  border: 0;
  font-family: inherit;
  font-size: 0.94rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.wu-report-summary .wup-report-table td + td {
  border-left: 1px solid rgba(99, 95, 252, 0.12);
}

.wu-report-summary .wup-report-table__label-row td,
.wu-report-summary .wup-report-item__label {
  color: #333a52;
  background: linear-gradient(110deg, rgba(99, 95, 252, 0.12), rgba(61, 141, 245, 0.09), rgba(32, 184, 178, 0.08));
  font-family: inherit;
  font-weight: 800;
}

.wu-report-summary .wup-report-table__value-row td {
  color: #505a6d;
  background: rgba(255, 255, 255, 0.92);
}

.wu-report-summary .wup-report-body,
.wu-report-summary .wup-report-attachments-summary {
  padding: 1rem;
  color: #4c566a;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.6;
}

.wu-report-summary .wup-report-list {
  display: grid;
  gap: 0.5rem;
}

.wu-report-summary .wup-report-list li {
  position: relative;
  padding-left: 1.4rem;
}

.wu-report-summary .wup-report-list li::before {
  content: "\f00c";
  position: absolute;
  top: 0.16rem;
  left: 0;
  color: #159b96;
  font-family: "Font Awesome 6 Free";
  font-size: 0.72rem;
  font-weight: 900;
}

.wu-report-summary .wup-report-item {
  margin: 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(61, 141, 245, 0.18);
  border-radius: 0.75rem;
}

.wu-report-summary .wup-report-item__label,
.wu-report-summary .wup-report-item__body {
  padding: 0.75rem 0.9rem;
  font-family: inherit;
  font-size: 0.94rem;
  line-height: 1.5;
}

.wu-report-summary .wup-report-item__body {
  color: #505a6d;
  border: 0;
  border-top: 1px solid rgba(61, 141, 245, 0.14);
}

.wu-upload-body {
  padding-top: 1.6rem;
}

.wu-upload-hint {
  margin-top: 1.2rem;
  padding: 0.9rem 1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.75rem;
  color: #304650;
  border: 1px solid rgba(32, 184, 178, 0.32);
  border-left: 5px solid #20b8b2;
  border-radius: 0.85rem;
  background: linear-gradient(125deg, rgba(32, 184, 178, 0.13), rgba(61, 141, 245, 0.07));
  font-size: 0.96rem;
  line-height: 1.58;
}

.wu-upload-hint > i {
  margin-top: 0.2rem;
  color: #159b96;
}

.wu-upload-hint p {
  margin: 0;
}

.wu-upload-limits {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.wu-upload-limits span {
  padding: 0.55rem 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #414b64;
  border: 1px solid rgba(99, 95, 252, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 700;
}

.wu-upload-limits i {
  color: #635ffc;
}

.wu-upload-error {
  margin-top: 0.9rem;
  padding: 0.75rem 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #a32535;
  border: 1px solid rgba(220, 53, 69, 0.24);
  border-radius: 0.8rem;
  background: rgba(220, 53, 69, 0.07);
  font-size: 0.88rem;
  line-height: 1.5;
}

.wu-upload-error i {
  margin-top: 0.2rem;
}

.wu-upload-picker {
  margin-top: 1rem;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  border: 2px dashed rgba(61, 141, 245, 0.38);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(99, 95, 252, 0.07), rgba(32, 184, 178, 0.08));
}

.wu-upload-picker > i {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5 60%, #20b8b2);
  box-shadow: 0 9px 20px rgba(79, 70, 229, 0.2);
}

.wu-upload-input {
  width: 100%;
  min-width: 0;
  color: #485267;
  font-size: 0.88rem;
}

.wu-upload-input::file-selector-button {
  min-height: 2.75rem;
  margin-right: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: #fff;
  border: 0;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

/* Public access, login, and account modals */
.wu-flow-modal {
  position: relative;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(99, 95, 252, 0.2);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 34px 100px rgba(32, 36, 84, 0.34);
}

.wu-flow-modal::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 5px;
  background: linear-gradient(90deg, #635ffc 0%, #3d8df5 52%, #20b8b2 100%);
}

.wu-flow-modal .modal-header {
  flex: 0 0 auto;
  padding: 0.8rem 1.35rem;
  border-color: rgba(99, 95, 252, 0.2);
  background: linear-gradient(110deg, #f8f7ff 0%, #eef5ff 58%, #ebfbfa 100%);
}

.wu-flow-header {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
}

.wu-flow-header img {
  display: block;
  width: clamp(132px, 16vw, 152px);
  height: auto;
}

.wu-flow-modal .modal-body {
  min-height: 0;
  padding: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  background:
    radial-gradient(circle at 100% 0%, rgba(99, 95, 252, 0.14), transparent 22rem),
    radial-gradient(circle at 0% 100%, rgba(32, 184, 178, 0.1), transparent 22rem),
    #fcfdff;
}

.wu-flow-body {
  padding: clamp(1.5rem, 3.5vw, 2.35rem);
}

.wu-flow-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.wu-flow-title-icon {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 1rem;
  background: linear-gradient(135deg, #635ffc, #3d8df5 58%, #20b8b2);
  box-shadow: 0 12px 26px rgba(79, 70, 229, 0.22);
  font-size: 1.08rem;
}

.wu-flow-title h2 {
  margin: 0;
  color: #3832c9;
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.wu-flow-error {
  margin: 1rem 0 0;
  padding: 0.75rem 0.9rem;
  color: #a32535;
  border: 1px solid rgba(220, 53, 69, 0.22);
  border-radius: 0.75rem;
  background: rgba(220, 53, 69, 0.06);
  font-size: 0.9rem;
  line-height: 1.45;
}

.wu-flow-error:empty {
  display: none;
}

.wu-review-access-block {
  margin-top: 1.35rem;
}

.wu-review-instructions {
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.8rem;
  color: #30364b;
  border: 1px solid rgba(99, 95, 252, 0.25);
  border-left: 5px solid #635ffc;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(99, 95, 252, 0.14), rgba(61, 141, 245, 0.08), rgba(32, 184, 178, 0.1));
}

.wu-review-instructions > i {
  margin-top: 0.25rem;
  color: #635ffc;
  font-size: 1rem;
}

.wu-review-instructions p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.68;
}

.wu-flow-field {
  margin-top: 1.25rem;
}

.wu-flow-field label,
.wu-account-form label {
  margin-bottom: 0.45rem;
  color: #292d42;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.wu-flow-control-with-icon {
  position: relative;
  margin-top: 0.55rem;
}

.wu-flow-control-with-icon > i {
  position: absolute;
  top: 50%;
  left: 1rem;
  z-index: 1;
  color: #159b96;
  transform: translateY(-50%);
  pointer-events: none;
}

.wu-flow-input {
  min-height: 3.55rem;
  padding: 0.82rem 1rem 0.82rem 2.85rem;
  color: #17192d;
  border: 2px solid rgba(61, 141, 245, 0.3);
  border-radius: 0.78rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 9px 24px rgba(61, 141, 245, 0.08);
  font-size: 1.02rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wu-flow-input:focus {
  border-color: #635ffc;
  outline: 0;
  box-shadow: 0 0 0 0.22rem rgba(99, 95, 252, 0.14), 0 11px 26px rgba(61, 141, 245, 0.12);
}

.wu-review-access-block .wu-flow-control-with-icon {
  margin-top: 0.8rem;
}

.wu-flow-forgot-link {
  margin-top: 1rem;
}

.wu-flow-link-button {
  padding-inline: 0 !important;
  color: #4f46e5 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.2em;
}

.wu-flow-modal .modal-footer {
  flex: 0 0 auto;
  padding: 0.8rem 1.35rem;
  border-color: rgba(99, 95, 252, 0.18);
  background: linear-gradient(90deg, #f7f6ff, #f1f6ff 60%, #effbfa);
}

.wu-flow-footer-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.wu-flow-button {
  min-height: 2.9rem;
  margin: 0 !important;
  padding: 0.68rem 1rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 0.72rem !important;
  font-size: 0.88rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

.wu-flow-cancel {
  color: #4f46e5 !important;
  border-color: rgba(99, 95, 252, 0.36) !important;
  background: rgba(255, 255, 255, 0.86) !important;
}

.wu-flow-primary {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, #635ffc 0%, #4f6cf0 55%, #288fcf 100%) !important;
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.28);
}

.wu-reset-body {
  max-width: 720px;
  margin-inline: auto;
}

.wu-reset-steps {
  position: relative;
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.wu-reset-step {
  min-width: 0;
  padding: 0.65rem 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #70778a;
  border: 1px solid rgba(61, 141, 245, 0.16);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.68);
}

.wu-reset-step i {
  flex: 0 0 auto;
}

.wu-reset-step small {
  min-width: 0;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wu-reset-step.is-current {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #635ffc, #3d8df5);
  box-shadow: 0 9px 22px rgba(79, 70, 229, 0.22);
}

.wu-reset-step.is-complete {
  color: #0d716d;
  border-color: rgba(32, 184, 178, 0.28);
  background: rgba(32, 184, 178, 0.12);
}

.wu-reset-instructions {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.8rem;
  color: #30364b;
  border: 1px solid rgba(99, 95, 252, 0.22);
  border-left: 5px solid #635ffc;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(99, 95, 252, 0.12), rgba(61, 141, 245, 0.07), rgba(32, 184, 178, 0.09));
}

.wu-reset-instructions > i {
  margin-top: 0.22rem;
  color: #635ffc;
}

.wu-reset-instructions p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

.wu-reset-instructions strong {
  color: #3832c9;
  font-weight: 800;
}

.wu-account-body {
  padding-top: 1.8rem;
}

.wu-account-form {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
}

.wu-account-form > * {
  min-width: 0;
  margin: 0 !important;
}

.wu-account-form > div {
  width: 100% !important;
  padding: 0.85rem;
  border: 1px solid rgba(61, 141, 245, 0.16);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.76);
}

.wu-company-identity {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.9rem;
  padding: 1rem !important;
  border-left: 4px solid #635ffc !important;
  background: linear-gradient(135deg, rgba(99, 95, 252, 0.06), rgba(36, 180, 174, 0.06)) !important;
}

.wu-company-identity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.wu-company-identity label {
  display: block;
  margin-bottom: 0.4rem;
}

.wu-account-form > div:nth-child(1),
.wu-account-form > div:nth-child(2),
.wu-account-form > hr:nth-child(3),
.wu-account-form > div:nth-child(10) {
  grid-column: 1 / -1;
}

.wu-account-form > hr {
  width: 100%;
  border-color: rgba(99, 95, 252, 0.2);
}

.wu-account-form .row,
.wu-account-form [class*="col-"] {
  margin: 0;
}

.wu-account-form .d-flex,
.wu-account-form .mt-1 {
  padding: 0;
}

.wu-account-form input,
.wu-account-form .form-control,
.wu-account-form .form-select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.7rem 0.85rem;
  color: #17192d;
  border: 1px solid rgba(61, 141, 245, 0.28);
  border-radius: 0.7rem;
  background-color: #fff;
  box-shadow: none;
  font-size: 0.95rem !important;
}

.wu-account-form input:focus,
.wu-account-form .form-control:focus,
.wu-account-form .form-select:focus {
  border-color: #635ffc;
  box-shadow: 0 0 0 0.2rem rgba(99, 95, 252, 0.12);
}

.site-title {
  font-size: 75px;
}

.site-title .text-name {
  color: transparent;
  -webkit-text-stroke: 3px var(--primary);
}

p.my-job {
  color: white;
}

.scroll-down-arrow {
  left: 50%;
  bottom: 40px;
}

.animated {
  position: relative;
  animation: fadeInDown 1.5s infinite;
}

@keyframes fadeInDown {
  0% {
    top: -25px;
    opecity: 0;
  }

  100% {
    top: 10px;
    opecity: 1;
  }
}

.li-hero {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 130%;
  list-style-type: none !important;
}

/* buttons */

.full-button {
  padding: 20px 24px;
  background: #635ffc;
  border-radius: 10px;
  border: 1px solid #635ffc;
  color: #ffffff;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 0%;
}

.full-button:hover {
  padding: 20px 24px;
  background: #544fe3;
  transition-duration: 0.4s;
  border: 1px solid #635ffc;
  color: #ffffff;
}

.float-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.float-on-hover:hover,
.float-on-hover:focus,
.float-on-hover:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.naked-button {
  padding: 20px 24px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #635ffc;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 0%;
  margin-left: 15px;
}

.custom-margin {
  margin-left: 50px;
}

.hero-div {
  padding: 150px 0px !important;
}

/* about section */
.nav-tabs .nav-link {
  color: white !important;
}

.nav-tabs .nav-link.active {
  background: #3e3e3e;
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.nav-tabs .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-tabs {
  border-color: var(--secondary);
}

/* services section */
.single-service-icon i {
  color: var(--primary);
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-service-icon {
  min-width: 72px;
  min-height: 72px;
  background-color: #3c3c3c;
  border-radius: 5px;
}

.single-services p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.prt-item img {
  max-width: 100%;
}

.grid-item {
  margin-bottom: 20px;
}

.portfolio-filter button {
  border: 0;
  background-color: transparent;
  color: white;
}

.portfolio-filter button.clicked {
  color: var(--primary);
}

/* Testimonial section */
.tns-nav {
  text-align: center;
  margin-bottom: 25px;
}

.tns-nav button {
  background-color: gray;
  border: none;
  margin: 6px;
  height: 12px;
  width: 5px;
  border-radius: 50%;
}

.tns-nav button:hover {
  background-color: var(--primary);
}

.tns-nav .tns-nav-active {
  background-color: var(--primary);
  position: relative;
  top: -4px;
}

.tns-nav .tns-nav-active::before {
  content: "";
  position: absolute;
  height: 150%;
  width: 150%;
  left: -3px;
  top: -3px;
  border: 1px solid var(--primary);
  border-radius: 50%;
}

.test-thumb {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

/* Contact section */

.btn-submit {
  background-color: var(--primary);
  color: white;
  padding: 10px 22px;
  letter-spacing: 2px;
  border: 2px solid transparent;
}

.btn-submit:hover {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

/* footer */

.nav-social a {
  color: var(--secondary);
}

.nav-social a:hover {
  color: var(--primary);
}

/* back to top */

.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
}

.scroll-to-top i {
  color: var(--primary);
  background-color: #383838;
  padding: 14px 16px;
  border-radius: 7px;
  transition: background-color 0.2s ease;
}

.scroll-to-top i:hover {
  background-color: #696969;
}

/* Responsiveness */

/* Report registry */
.wu-registry {
  --wu-registry-ink: #11172d;
  --wu-registry-muted: #68748b;
  --wu-registry-violet: #6558ff;
  --wu-registry-blue: #3187ef;
  --wu-registry-teal: #20b8af;
  --wu-registry-red: #d83e5b;
  --wu-registry-amber: #d88a14;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 1rem 1.15rem 0.8rem;
  overflow: hidden;
  color: var(--wu-registry-ink);
  background:
    radial-gradient(circle at 97% 1%, rgba(101, 88, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 3% 98%, rgba(32, 184, 175, 0.11), transparent 26rem),
    #f7f9fd;
}

.wu-registry-header {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(101, 88, 255, 0.15);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(38, 49, 87, 0.07);
}

.wu-registry-title-group {
  display: flex;
  min-width: 0;
  gap: 0.85rem;
  align-items: center;
}

.wu-registry-title-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  color: #fff;
  font-size: 1.3rem;
  background: linear-gradient(145deg, var(--wu-registry-violet), var(--wu-registry-blue) 58%, var(--wu-registry-teal));
  box-shadow: 0 11px 24px rgba(71, 91, 219, 0.22);
}

.wu-registry-eyebrow {
  display: block;
  margin-bottom: 0.08rem;
  color: #554bdd;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wu-registry-title-group h1 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.wu-registry-title-group p {
  margin: 0.12rem 0 0;
  color: var(--wu-registry-muted);
  font-size: 0.76rem;
}

.wu-registry-kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(96px, 1fr));
  gap: 0.5rem;
}

.wu-registry-kpi-strip > div {
  display: flex;
  min-width: 96px;
  flex-direction: column;
  justify-content: center;
  padding: 0.45rem 0.7rem;
  border: 1px solid #e6eaf3;
  border-radius: 0.8rem;
  background: #f8faff;
}

.wu-registry-kpi-strip strong {
  color: #343e5b;
  font-size: 1.22rem;
  line-height: 1;
}

.wu-registry-kpi-strip span {
  margin-top: 0.2rem;
  color: #778197;
  font-size: 0.64rem;
  font-weight: 750;
  white-space: nowrap;
}

.wu-registry-kpi-strip .is-alert {
  border-color: rgba(216, 62, 91, 0.22);
  background: #fff4f6;
}

.wu-registry-kpi-strip .is-alert strong { color: var(--wu-registry-red); }
.wu-registry-kpi-strip .is-positive strong { color: #149b8f; }
.wu-registry-kpi-strip .is-resolved strong { color: #3978dc; }

.wu-registry-controls {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(230px, 0.38fr) auto auto;
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.wu-registry-search,
.wu-registry-company-filter,
.wu-registry-date-filter,
.wu-registry-view-switch {
  min-height: 2.75rem;
  border: 1px solid rgba(99, 114, 150, 0.18);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.94);
}

.wu-registry-date-filter {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  padding: 0.24rem 0.35rem;
}

.wu-registry-date-filter label {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  min-width: 0;
}

.wu-registry-date-filter label span {
  color: #7b8497;
  font-size: 0.55rem;
  font-weight: 850;
  text-transform: uppercase;
}

.wu-registry-date-filter input {
  width: 7.2rem;
  min-width: 0;
  padding: 0.28rem 0.35rem;
  border: 1px solid #e0e5ef;
  border-radius: 0.5rem;
  color: #39445b;
  font-size: 0.62rem;
  font-weight: 700;
  background: #f8faff;
}

.wu-registry-date-filter button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 0.5rem;
  color: #a1485b;
  background: #fff0f3;
}

.wu-registry-search {
  display: flex;
  align-items: center;
  padding: 0 0.85rem;
}

.wu-registry-search i { color: #7770e9; }

.wu-registry-search input {
  width: 100%;
  height: 100%;
  padding: 0 0.7rem;
  border: 0;
  outline: 0;
  color: #29324a;
  font-size: 0.78rem;
  background: transparent;
}

.wu-registry-company-filter {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
}

.wu-registry-company-filter span {
  color: #7b8497;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wu-registry-company-filter select {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0 0.6rem;
  border: 0;
  outline: 0;
  color: #29324a;
  font-size: 0.76rem;
  font-weight: 700;
  background: transparent;
}

.wu-registry-view-switch {
  display: inline-flex;
  padding: 0.22rem;
}

.wu-registry-view-switch button {
  display: inline-flex;
  gap: 0.36rem;
  align-items: center;
  padding: 0 0.65rem;
  border: 0;
  border-radius: 0.68rem;
  color: #68738a;
  font-size: 0.7rem;
  font-weight: 800;
  background: transparent;
  transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.wu-registry-view-switch button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #6558ff, #3488ee 68%, #26b4b2);
  box-shadow: 0 7px 18px rgba(74, 91, 216, 0.22);
}

.wu-registry-legal-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 0;
  margin: 0.55rem 0;
  border: 1px solid rgba(49, 135, 239, 0.16);
  border-left: 4px solid var(--wu-registry-teal);
  border-radius: 0.75rem;
  overflow: hidden;
  background: rgba(248, 251, 255, 0.94);
}

.wu-registry-legal-strip > span {
  display: inline-flex;
  gap: 0.38rem;
  align-items: center;
  min-width: 0;
  padding: 0.42rem 0.62rem;
  border-right: 1px solid rgba(80, 105, 151, 0.12);
  color: #4f5b73;
  font-size: 0.59rem;
  font-weight: 700;
  line-height: 1.35;
}

.wu-registry-legal-strip > span:last-child { border-right: 0; }

.wu-registry-legal-strip i { color: #3b83e8; }

.wu-registry-legal-strip .wu-registry-legal-note {
  background: rgba(237, 251, 249, 0.7);
}

.wu-registry-legal-strip .wu-registry-legal-note i { color: #18a89d; }

.wu-registry-content {
  min-height: 0;
  flex: 1;
  padding-bottom: 0.2rem;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(101, 88, 255, 0.26) transparent;
}

.wu-registry-table-shell {
  width: 100%;
  min-width: 1490px;
  border: 1px solid rgba(98, 112, 148, 0.17);
  border-radius: 1rem;
  overflow: visible;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(39, 52, 91, 0.06);
}

.wu-registry-table {
  width: 100%;
  min-width: 1490px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #263047;
  font-size: 0.72rem;
}

.wu-registry-table th {
  position: sticky;
  z-index: 3;
  top: 0;
  padding: 0.58rem 0.55rem;
  border-bottom: 1px solid #dfe5f0;
  color: #68748a;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-align: left;
  text-transform: uppercase;
  background: #eef3fb;
}

.wu-registry-table td {
  height: auto;
  padding: 0.38rem 0.5rem;
  border-bottom: 1px solid #e9edf4;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.96);
}

.wu-registry-table tbody tr:last-child td { border-bottom: 0; }
.wu-registry-table tbody tr { transition: transform 140ms ease, box-shadow 140ms ease; }
.wu-registry-table tbody tr:nth-child(even) td { background: #f9fbfe; }
.wu-registry-table tbody tr:hover td { background: #f1f6ff; }
.wu-registry-table tbody tr.is-critical td:first-child { box-shadow: inset 4px 0 0 var(--wu-registry-red); }
.wu-registry-table tbody tr.is-warning td:first-child { box-shadow: inset 4px 0 0 #e0a12f; }

.wu-registry-select-column { width: 2.2rem; text-align: center !important; }
.wu-registry-action-column { width: 3rem; text-align: right !important; }

.wu-registry-col-select { width: 40px; }
.wu-registry-col-report { width: 230px; }
.wu-registry-col-person { width: 240px; }
.wu-registry-col-categories { width: 330px; }
.wu-registry-col-status { width: 250px; }
.wu-registry-col-activity { width: 340px; }
.wu-registry-col-action { width: 60px; }

.wu-registry-sort {
  display: inline-flex;
  width: 100%;
  gap: 0.42rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
  background: transparent;
}

.wu-registry-sort i { color: #7079d9; font-size: 0.65rem; }
.wu-registry-sort:hover { color: #4f49c8; }

.wu-registry-report-link,
.wu-registry-card-title {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: left;
  background: transparent;
}

.wu-registry-report-link strong {
  color: #275fcc;
  font-size: 0.82rem;
}

.wu-registry-report-link span {
  max-width: 100%;
  margin-top: 0.08rem;
  overflow: hidden;
  color: #3e4960;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wu-registry-meta {
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
  margin-top: 0.18rem;
  color: #8a93a5;
  font-size: 0.62rem;
  line-height: 1;
}

.wu-registry-meta i { width: 0.75rem; text-align: center; }

.wu-registry-person {
  display: flex;
  min-width: 0;
  gap: 0.44rem;
  align-items: center;
  line-height: 1;
}

.wu-registry-person-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.58rem;
  flex: 0 0 auto;
}

.wu-registry-person-icon i { line-height: 1; }
.wu-registry-person-icon.is-identified { color: #356ed2; background: #eaf2ff; }
.wu-registry-person-icon.is-anonymous { color: #7654cc; background: #f1ecff; }

.wu-registry-person-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.12rem;
  justify-content: center;
}

.wu-registry-person-copy strong,
.wu-registry-person-copy small {
  display: block;
  margin: 0 !important;
  padding: 0;
  line-height: 1.15;
}

.wu-registry-person-copy strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wu-registry-person-copy small { color: #8a93a5; font-size: 0.6rem; }

.wu-registry-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.wu-registry-category-list span {
  display: inline-flex;
  max-width: 11rem;
  padding: 0.18rem 0.38rem;
  border: 1px solid #e0e5ef;
  border-radius: 999px;
  color: #5d687e;
  font-size: 0.61rem;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f7f9fc;
}

.wu-registry-category-list .category-tone-1 { border-color: #b9dcf7; color: #176b9d; background: #eaf6ff; }
.wu-registry-category-list .category-tone-2 { border-color: #c9c2fa; color: #5f45bb; background: #f1efff; }
.wu-registry-category-list .category-tone-3 { border-color: #b9e4dc; color: #147e73; background: #eaf9f6; }
.wu-registry-category-list .category-tone-4 { border-color: #f0d49b; color: #98620d; background: #fff7e2; }
.wu-registry-category-list .category-tone-5 { border-color: #edbfd0; color: #a13e64; background: #fff0f5; }
.wu-registry-category-list .category-tone-6 { border-color: #c9d8ef; color: #476688; background: #eff5fb; }

.wu-registry-status-cell { display: grid; gap: 0.22rem; }

.wu-registry-status {
  display: inline-flex;
  width: fit-content;
  gap: 0.3rem;
  align-items: center;
  padding: 0.27rem 0.44rem;
  border-radius: 999px;
  font-size: 0.61rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.wu-registry-status.is-critical { color: #bd2f4b; background: #fff0f3; }
.wu-registry-status.is-warning { color: #a76a08; background: #fff6df; }
.wu-registry-status.is-active { color: #126b9d; background: #eaf6ff; }
.wu-registry-status.is-resolved { color: #0f867c; background: #e9faf7; }
.wu-registry-status.is-new { color: #5b4fd2; background: #f0efff; }

.wu-registry-deadline { display: flex; gap: 0.3rem; align-items: baseline; }
.wu-registry-deadline small { color: #7d8799; font-size: 0.58rem; }
.wu-registry-deadline strong { color: #536076; font-size: 0.64rem; }
.wu-registry-deadline.is-overdue strong { color: var(--wu-registry-red); }
.wu-registry-deadline.is-approaching strong { color: var(--wu-registry-amber); }
.wu-registry-deadline.is-complete strong { color: #149589; }

.wu-registry-activity {
  display: flex;
  gap: 0.28rem;
  align-items: center;
}

.wu-registry-activity > span {
  display: inline-flex;
  min-width: 0;
  gap: 0.24rem;
  align-items: center;
  padding: 0.24rem 0.36rem;
  border: 1px solid #e4e8f0;
  border-radius: 0.55rem;
  color: #7d8799;
  background: #fafbfc;
}

.wu-registry-activity i { font-size: 0.7rem; }
.wu-registry-activity strong { color: #455067; font-size: 0.7rem; }
.wu-registry-activity small { font-size: 0.5rem; white-space: nowrap; }
.wu-registry-activity .has-activity { border-color: #bfe8e3; color: #159b90; background: #eefbf9; }
.wu-registry-activity .has-solution { border-color: #cddcf8; color: #3473d7; background: #f1f6ff; }
.wu-registry-activity .is-response { border-color: #bde5df; color: #158b81; background: #edfaf8; }
.wu-registry-activity .is-solution { border-color: #c9d9f7; color: #356fc9; background: #eff5ff; }
.wu-registry-activity .is-document { border-color: #d5c9f3; color: #7353b8; background: #f5f0ff; }
.wu-registry-activity .is-empty { opacity: 0.58; filter: saturate(0.55); }

.wu-registry-open-button {
  width: 2.15rem;
  height: 2.15rem;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #6558ff, #3488ee);
  box-shadow: 0 7px 16px rgba(76, 93, 210, 0.2);
}

.wu-registry-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.05rem;
}

.wu-registry-card {
  position: relative;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  padding: 0.78rem 0.82rem;
  border: 1px solid rgba(99, 113, 149, 0.18);
  border-radius: 1.05rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(41, 54, 93, 0.07);
}

.wu-registry-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--wu-registry-violet), var(--wu-registry-blue), var(--wu-registry-teal));
  content: "";
}

.wu-registry-card.is-critical::before { background: linear-gradient(90deg, #dc3656, #f17a5f); }
.wu-registry-card.is-warning::before { background: linear-gradient(90deg, #e2941c, #f4c34d); }

.wu-registry-card-topline,
.wu-registry-card-footer {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: space-between;
}

.wu-registry-card-topline label {
  display: flex;
  min-width: 0;
  flex: 1;
  gap: 0.42rem;
  align-items: center;
  color: #68748a;
  font-size: 0.66rem;
  font-weight: 750;
}

.wu-registry-card-topline label span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.wu-registry-card-topline .wu-registry-status {
  flex: 0 0 auto;
  padding: 0.3rem 0.5rem;
  border-radius: 0.52rem;
}

.wu-registry-card-main {
  display: grid;
  grid-template-columns: minmax(6.6rem, 0.72fr) minmax(0, 1.28fr);
  gap: 0.75rem;
  align-items: center;
  margin: 0.68rem 0 0.55rem;
}

.wu-registry-card-title { min-width: 0; margin: 0; }
.wu-registry-card-title strong { color: #1f5dcc; font-size: 1.35rem; letter-spacing: -0.03em; }
.wu-registry-card-title span { margin-top: 0.08rem; color: #7e899e; font-size: 0.66rem; }

.wu-registry-card-person {
  display: flex;
  min-width: 0;
  gap: 0.55rem;
  align-items: center;
  margin: 0;
}

.wu-registry-card-person > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.7rem;
  flex: 0 0 auto;
}

.wu-registry-card-person > .wu-registry-person-icon.is-identified { color: #356ed2; background: #eaf2ff; }
.wu-registry-card-person > .wu-registry-person-icon.is-anonymous { color: #7654cc; background: #f1ecff; }

.wu-registry-card-person > .wu-registry-person-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.14rem;
  justify-content: center;
}

.wu-registry-card-person small,
.wu-registry-card-person strong { display: block; margin: 0 !important; line-height: 1.2; }
.wu-registry-card-person small { color: #8a94a6; font-size: 0.56rem; font-weight: 750; line-height: 1; text-transform: uppercase; }
.wu-registry-card-person strong { max-width: 100%; overflow: hidden; font-size: 0.75rem; text-overflow: ellipsis; white-space: nowrap; }

.wu-registry-card-deadlines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin: 0.55rem 0;
}

.wu-registry-card-deadlines > div {
  padding: 0.45rem 0.5rem;
  border: 1px solid #e6eaf2;
  border-radius: 0.7rem;
  background: #f9fafc;
}

.wu-registry-card-deadlines span,
.wu-registry-card-deadlines strong { display: block; }
.wu-registry-card-deadlines span { color: #7c879a; font-size: 0.56rem; font-weight: 750; }
.wu-registry-card-deadlines strong { margin-top: 0.18rem; color: #4e5a70; font-size: 0.68rem; }
.wu-registry-card-deadlines .is-overdue { border-color: #f0bdc6; background: #fff4f6; }
.wu-registry-card-deadlines .is-overdue strong { color: var(--wu-registry-red); }
.wu-registry-card-deadlines .is-approaching { border-color: #efd99e; background: #fffaeb; }
.wu-registry-card-deadlines .is-approaching strong { color: var(--wu-registry-amber); }
.wu-registry-card-deadlines .is-complete { border-color: #bfe7e2; background: #eefbf9; }
.wu-registry-card-deadlines .is-complete strong { color: #128f84; }

.wu-registry-card-footer {
  margin-top: auto;
  padding-top: 0.68rem;
  border-top: 1px solid #edf0f5;
}

.wu-registry-card-metrics { display: flex; gap: 0.38rem; }
.wu-registry-card-metrics span { color: #69758b; font-size: 0.66rem; }
.wu-registry-card-metrics i { color: #5f78d7; }
.wu-registry-card-open { padding: 0; border: 0; color: #4e5ad8; font-size: 0.68rem; font-weight: 850; background: transparent; }

.wu-registry-analytics { padding: 0.05rem; }

.wu-analytics-overview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.wu-analytics-stat {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  min-height: 5.3rem;
  padding: 0.75rem;
  border: 1px solid rgba(99, 113, 149, 0.17);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(41, 54, 93, 0.06);
}

.wu-analytics-stat > span,
.wu-analytics-panel header > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  color: #fff;
  background: linear-gradient(145deg, #6558ff, #4083ed);
}

.wu-analytics-stat small,
.wu-analytics-stat strong,
.wu-analytics-stat em { display: block; }
.wu-analytics-stat small { color: #7b869a; font-size: 0.58rem; font-weight: 800; text-transform: uppercase; }
.wu-analytics-stat strong { margin-top: 0.08rem; color: #202a43; font-size: 1.25rem; line-height: 1.1; }
.wu-analytics-stat em { margin-top: 0.1rem; color: #9199aa; font-size: 0.56rem; font-style: normal; }
.wu-analytics-stat.is-teal > span { background: linear-gradient(145deg, #1ba69f, #28c1b4); }
.wu-analytics-stat.is-blue > span { background: linear-gradient(145deg, #2570d7, #49a0f3); }
.wu-analytics-stat.is-amber > span { background: linear-gradient(145deg, #d88714, #efb540); }

.wu-analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.wu-analytics-panel {
  min-height: 200px;
  padding: 0.85rem;
  border: 1px solid rgba(99, 113, 149, 0.17);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(41, 54, 93, 0.06);
}

.wu-analytics-panel header {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.wu-analytics-panel header > span { width: 2.2rem; height: 2.2rem; border-radius: 0.65rem; }
.wu-analytics-panel header > div { min-width: 0; flex: 1; }
.wu-analytics-panel h2 { margin: 0; font-size: 0.9rem; font-weight: 850; }
.wu-analytics-panel p { margin: 0.1rem 0 0; overflow: hidden; color: #858fa2; font-size: 0.56rem; text-overflow: ellipsis; white-space: nowrap; }
.wu-analytics-panel header > strong { color: #4e59d7; font-size: 1.45rem; }

.wu-analytics-compliance-bar {
  display: flex;
  height: 0.85rem;
  margin: 1.4rem 0 0.75rem;
  border-radius: 999px;
  overflow: hidden;
  background: #edf0f5;
}

.wu-analytics-compliance-bar .is-on-time { background: #21b5a8; }
.wu-analytics-compliance-bar .is-late { background: #da4662; }
.wu-analytics-compliance-bar .is-pending { background: #e6aa36; }

.wu-analytics-legend { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; }
.wu-analytics-legend span { display: inline-flex; gap: 0.3rem; align-items: center; color: #69758a; font-size: 0.64rem; }
.wu-analytics-legend i { width: 0.5rem; height: 0.5rem; border-radius: 50%; }
.wu-analytics-legend i.is-on-time { background: #21b5a8; }
.wu-analytics-legend i.is-late { background: #da4662; }
.wu-analytics-legend i.is-pending { background: #e6aa36; }
.wu-analytics-legend strong { color: #2d374f; }

.wu-analytics-months {
  display: flex;
  height: 125px;
  gap: 0.55rem;
  align-items: end;
  justify-content: space-around;
  padding-top: 0.8rem;
}

.wu-analytics-months > div { display: flex; width: 2.8rem; height: 100%; flex-direction: column; align-items: center; justify-content: end; }
.wu-analytics-months strong { color: #4d5870; font-size: 0.62rem; }
.wu-analytics-months span { width: 1.25rem; min-height: 0.5rem; margin: 0.25rem 0; border-radius: 0.35rem 0.35rem 0 0; background: linear-gradient(180deg, #6558ff, #30a2e9); }
.wu-analytics-months small { color: #7f899c; font-size: 0.54rem; text-transform: capitalize; }

.wu-analytics-category-row {
  display: grid;
  grid-template-columns: minmax(90px, 0.55fr) 1fr 1.5rem;
  gap: 0.5rem;
  align-items: center;
  margin: 0.55rem 0;
}

.wu-analytics-category-row > span { overflow: hidden; color: #5c687e; font-size: 0.62rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.wu-analytics-category-row > div { height: 0.45rem; border-radius: 999px; overflow: hidden; background: #edf0f5; }
.wu-analytics-category-row i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6558ff, #31a9df, #24b6aa); }
.wu-analytics-category-row strong { color: #39445c; font-size: 0.66rem; text-align: right; }

.wu-analytics-status-list { display: grid; gap: 0.48rem; }
.wu-analytics-status-list > div { display: flex; align-items: center; justify-content: space-between; padding: 0.35rem 0; border-bottom: 1px solid #edf0f5; }
.wu-analytics-status-list > div:last-child { border-bottom: 0; }
.wu-analytics-status-list strong { color: #313c54; font-size: 0.8rem; }

.wu-registry-empty {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccd3e2;
  border-radius: 1rem;
  color: #68748a;
  background: rgba(255, 255, 255, 0.72);
}

.wu-registry-empty span { display: inline-flex; align-items: center; justify-content: center; width: 3.2rem; height: 3.2rem; border-radius: 1rem; color: #6558ff; font-size: 1.3rem; background: #efefff; }
.wu-registry-empty strong { font-size: 0.78rem; }

.wu-registry-footer {
  display: flex;
  flex: 0 0 auto;
  min-height: 3.15rem;
  gap: 0.6rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0.55rem 0 0.1rem;
  border-top: 1px solid rgba(101, 88, 255, 0.1);
  background: linear-gradient(180deg, rgba(247, 249, 253, 0), #f7f9fd 32%);
}

.wu-registry-secondary-action,
.wu-registry-primary-action {
  display: inline-flex;
  min-height: 2.45rem;
  gap: 0.45rem;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
}

.wu-registry-secondary-action { border: 1px solid #cdd4e2; color: #58657b; background: #fff; }
.wu-registry-primary-action { border: 0; color: #fff; background: linear-gradient(135deg, #6558ff, #3488ee 68%, #24b5ae); box-shadow: 0 9px 20px rgba(74, 91, 216, 0.2); }
.wu-registry-primary-action span { opacity: 0.75; font-size: 0.58rem; }

.wu-registry-export-host {
  position: fixed;
  top: -10000px;
  left: -10000px;
  width: 1200px;
  height: 700px;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .wu-registry-kpi-strip { grid-template-columns: repeat(2, 1fr); }
  .wu-registry-controls { grid-template-columns: 1fr minmax(180px, 0.45fr); }
  .wu-registry-view-switch { grid-column: 1 / -1; width: fit-content; }
  .wu-registry-view-switch button { min-height: 2.35rem; }
  .wu-analytics-overview { grid-template-columns: repeat(2, 1fr); }
  .wu-registry-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .wu-registry-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .wu-registry { height: 100%; padding: 0.65rem 0.6rem 0.5rem; }
  .wu-registry-header { align-items: flex-start; flex-direction: column; }
  .wu-registry-kpi-strip { width: 100%; grid-template-columns: repeat(4, minmax(70px, 1fr)); overflow-x: auto; }
  .wu-registry-kpi-strip > div { min-width: 78px; }
  .wu-registry-controls { grid-template-columns: 1fr; }
  .wu-registry-date-filter { flex-wrap: wrap; }
  .wu-registry-date-filter label { flex: 1; }
  .wu-registry-date-filter input { width: 100%; }
  .wu-registry-view-switch { grid-column: auto; width: 100%; }
  .wu-registry-view-switch button { flex: 1; justify-content: center; }
  .wu-registry-legal-strip { grid-template-columns: 1fr; }
  .wu-registry-legal-strip > span { border-right: 0; border-bottom: 1px solid rgba(80, 105, 151, 0.12); }
  .wu-registry-legal-strip > span:last-child { border-bottom: 0; }
  .wu-registry-legal-strip .wu-registry-legal-note { display: none; }
  .wu-registry-cards { grid-template-columns: 1fr; }
  .wu-analytics-overview,
  .wu-analytics-grid { grid-template-columns: 1fr; }
  .wu-registry-footer { justify-content: stretch; }
  .wu-registry-secondary-action,
  .wu-registry-primary-action { flex: 1; justify-content: center; }
}

/* Admin legislation library and legal assistant */
.wu-legislation {
  --wu-legal-ink: #12182f;
  --wu-legal-muted: #647087;
  --wu-legal-violet: #6558ff;
  --wu-legal-blue: #3488ee;
  --wu-legal-teal: #21b8b0;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 70px);
  min-height: 0;
  padding: 1rem 1.25rem;
  overflow: hidden;
  color: var(--wu-legal-ink);
  background:
    radial-gradient(circle at 94% 4%, rgba(101, 88, 255, 0.12), transparent 30rem),
    radial-gradient(circle at 3% 96%, rgba(33, 184, 176, 0.11), transparent 28rem),
    #f7f9fd;
}

.wu-legislation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
  gap: 1.25rem;
  align-items: stretch;
}

.wu-legislation-heading,
.wu-legislation-assistant {
  border: 1px solid rgba(101, 88, 255, 0.16);
  border-radius: 1.35rem;
  box-shadow: 0 18px 45px rgba(38, 49, 87, 0.08);
}

.wu-legislation-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.9);
}

.wu-legislation-heading-icon,
.wu-legal-assistant-title-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.88rem;
  color: #fff;
  font-size: 1.35rem;
  background: linear-gradient(145deg, var(--wu-legal-violet), var(--wu-legal-blue) 58%, var(--wu-legal-teal));
  box-shadow: 0 12px 24px rgba(79, 94, 235, 0.22);
}

.wu-legislation-eyebrow {
  display: block;
  margin-bottom: 0.12rem;
  color: #5047dd;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wu-legislation-heading h1,
.wu-legal-assistant-title h2 {
  margin: 0;
  color: var(--wu-legal-ink);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.wu-legislation-heading p,
.wu-legal-assistant-title p {
  max-width: 760px;
  margin: 0.18rem 0 0;
  color: var(--wu-legal-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.wu-legislation-assistant {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 1.25rem;
  overflow: hidden;
  border-color: rgba(45, 170, 195, 0.32);
  color: #fff;
  text-align: left;
  background: linear-gradient(135deg, #564cdd, #347fe9 58%, #20b9b0);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.wu-legislation-assistant::after {
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
}

.wu-legislation-assistant:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(66, 83, 208, 0.28);
}

.wu-legislation-assistant:focus-visible,
.wu-legislation-card summary:focus-visible {
  outline: 3px solid rgba(53, 137, 239, 0.35);
  outline-offset: 3px;
}

.wu-legislation-assistant-icon {
  display: inline-flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
}

.wu-legislation-assistant strong,
.wu-legislation-assistant small {
  position: relative;
  z-index: 1;
  display: block;
}

.wu-legislation-assistant strong {
  margin-bottom: 0.18rem;
  font-size: 1rem;
}

.wu-legislation-assistant small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  line-height: 1.4;
}

.wu-legislation-assistant > i {
  z-index: 1;
}

.wu-legislation-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0.6rem 0;
}

.wu-legislation-summary span,
.wu-legal-assistant-scope span {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.36rem 0.62rem;
  border: 1px solid rgba(111, 125, 157, 0.17);
  border-radius: 999px;
  color: #566077;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.78);
}

.wu-legislation-summary i,
.wu-legal-assistant-scope i {
  color: var(--wu-legal-teal);
}

.wu-legislation-list {
  display: grid;
  gap: 0.85rem;
}

.wu-legislation-card {
  border: 1px solid rgba(107, 120, 154, 0.18);
  border-radius: 1.2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(38, 49, 87, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wu-legislation-card[open] {
  border-color: rgba(101, 88, 255, 0.28);
  box-shadow: 0 18px 42px rgba(52, 67, 116, 0.12);
}

.wu-legislation-card summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 0.9rem;
  align-items: center;
  min-height: 5.2rem;
  padding: 0.9rem 1.1rem;
  cursor: pointer;
  list-style: none;
}

.wu-legislation-card summary::-webkit-details-marker {
  display: none;
}

.wu-legislation-source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 9px 18px rgba(74, 93, 163, 0.18);
}

.wu-legislation-source-ro {
  background: linear-gradient(145deg, #2f73dc, #6558ff);
}

.wu-legislation-source-eu {
  background: linear-gradient(145deg, #1b54bd, #22aaa9);
}

.wu-legislation-card-title {
  min-width: 0;
}

.wu-legislation-card-title small,
.wu-legislation-card-title strong {
  display: block;
}

.wu-legislation-card-title small {
  margin-bottom: 0.16rem;
  color: #7a8498;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wu-legislation-card-title strong {
  color: var(--wu-legal-ink);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.35;
}

.wu-legislation-open-label {
  color: #667188;
  font-size: 0.74rem;
  font-weight: 700;
}

.wu-legislation-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  color: #6258e8;
  background: #f0efff;
  transition: transform 180ms ease;
}

.wu-legislation-card[open] .wu-legislation-chevron {
  transform: rotate(180deg);
}

.wu-legislation-document-shell {
  border-top: 1px solid rgba(109, 123, 158, 0.16);
  background: linear-gradient(180deg, #f5f8fd 0, #fff 6rem);
}

.wu-legislation-document-toolbar {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 1.2rem;
  border-bottom: 1px solid rgba(109, 123, 158, 0.14);
  color: #68748c;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(246, 249, 253, 0.94);
  backdrop-filter: blur(10px);
}

.wu-legislation-document-toolbar i {
  margin-right: 0.35rem;
  color: var(--wu-legal-violet);
}

.wu-legislation-document {
  max-height: min(64vh, 760px);
  padding: clamp(1.2rem, 3vw, 3rem) clamp(1rem, 5vw, 5rem);
  overflow: auto;
  color: #303b51;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.78;
  scrollbar-color: rgba(101, 88, 255, 0.35) transparent;
}

.wu-legislation-document p,
.wu-legislation-document div,
.wu-legislation-document span,
.wu-legislation-document li,
.wu-legislation-document td {
  color: #303b51 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1rem !important;
  line-height: 1.78 !important;
}

.wu-legislation-document p,
.wu-legislation-document div {
  margin-bottom: 0.78rem !important;
}

.wu-legislation-document h1,
.wu-legislation-document h2,
.wu-legislation-document h3,
.wu-legislation-document h4,
.wu-legislation-document h5,
.wu-legislation-document h6 {
  margin: 1.8rem 0 0.75rem !important;
  color: #151c36 !important;
  font-family: var(--bs-body-font-family), sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.wu-legislation-document h1 {
  font-size: 1.65rem !important;
}

.wu-legislation-document h2 {
  font-size: 1.38rem !important;
}

.wu-legislation-document h3,
.wu-legislation-document h4,
.wu-legislation-document h5,
.wu-legislation-document h6 {
  font-size: 1.12rem !important;
}

.wu-legislation-document ul,
.wu-legislation-document ol {
  margin: 0.7rem 0 1rem 1.3rem !important;
  padding-left: 1.2rem !important;
}

.wu-legislation-document table {
  width: 100% !important;
  margin: 1.25rem 0 !important;
  border-collapse: collapse !important;
}

.wu-legislation-document th,
.wu-legislation-document td {
  padding: 0.7rem !important;
  border: 1px solid #dfe5f0 !important;
  vertical-align: top !important;
}

.wu-legislation-document th {
  color: #19213d !important;
  font-family: var(--bs-body-font-family), sans-serif !important;
  font-weight: 800 !important;
  background: #eef3fb !important;
}

.wu-legislation-loading {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
  border: 1px dashed rgba(101, 88, 255, 0.3);
  border-radius: 1.1rem;
  color: #667188;
  background: rgba(255, 255, 255, 0.72);
}

.wu-legal-assistant-modal {
  --wu-legal-ink: #12182f;
  --wu-legal-muted: #647087;
  --wu-legal-violet: #6558ff;
  --wu-legal-blue: #3488ee;
  --wu-legal-teal: #21b8b0;
  max-height: 92vh;
  overflow: hidden;
  border: 1px solid rgba(101, 88, 255, 0.2) !important;
  border-radius: 1.35rem !important;
  background: #f8faff !important;
  box-shadow: 0 34px 90px rgba(12, 19, 43, 0.32) !important;
}

.wu-legal-assistant-modal .modal-header {
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid rgba(101, 88, 255, 0.14);
  background: linear-gradient(90deg, #f9f9ff, #eef8fb);
}

.wu-legal-assistant-modal .modal-body {
  padding: 0;
  overflow-y: auto;
}

.wu-legal-assistant-modal .modal-footer {
  padding: 0.85rem 1.15rem;
  border-top: 1px solid rgba(101, 88, 255, 0.13);
  background: rgba(255, 255, 255, 0.94);
}

.wu-legal-assistant-header,
.wu-legal-assistant-footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.wu-legal-assistant-header > img {
  width: 155px;
  max-height: 48px;
  object-fit: contain;
}

.wu-legal-assistant-brand {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.wu-legal-assistant-brand-icon,
.wu-legal-assistant-thinking-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.75rem;
  color: #fff;
  background: linear-gradient(145deg, #6459ff, #2caab8);
}

.wu-legal-assistant-brand small,
.wu-legal-assistant-brand strong {
  display: block;
}

.wu-legal-assistant-brand small {
  color: #645be5;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wu-legal-assistant-brand strong {
  color: #151c36;
  font-size: 0.92rem;
}

.wu-legal-assistant-body {
  padding: clamp(1.15rem, 2.3vw, 2rem);
  background:
    radial-gradient(circle at 100% 0, rgba(101, 88, 255, 0.1), transparent 24rem),
    radial-gradient(circle at 0 100%, rgba(32, 184, 176, 0.08), transparent 22rem),
    #f9fbff;
}

.wu-legal-assistant-title {
  display: flex;
  gap: 0.95rem;
  align-items: center;
}

.wu-legal-assistant-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  margin-top: 1.15rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(101, 88, 255, 0.16);
  border-left: 4px solid #6558ff;
  border-radius: 0.9rem;
  color: #455069;
  font-size: 0.9rem;
  line-height: 1.58;
  background: linear-gradient(110deg, rgba(101, 88, 255, 0.07), rgba(35, 183, 176, 0.06));
}

.wu-legal-assistant-intro > i {
  margin-top: 0.2rem;
  color: #6359ec;
}

.wu-legal-assistant-intro p:last-child {
  margin-bottom: 0;
}

.wu-legal-assistant-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.wu-legal-assistant-field {
  margin-top: 1.25rem;
}

.wu-legal-assistant-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: #202841;
  font-size: 0.88rem;
  font-weight: 800;
}

.wu-legal-assistant-input {
  min-height: 7.5rem;
  padding: 0.85rem 0.95rem !important;
  border: 1px solid #cfd8e9 !important;
  border-radius: 0.9rem !important;
  color: #202841 !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
  background: #fff !important;
  box-shadow: 0 9px 24px rgba(36, 49, 88, 0.05);
  resize: vertical;
}

.wu-legal-assistant-input:focus {
  border-color: #6a60f2 !important;
  box-shadow: 0 0 0 0.22rem rgba(101, 88, 255, 0.14) !important;
}

.wu-legal-assistant-field-note {
  display: flex;
  gap: 0.4rem;
  align-items: flex-start;
  margin-top: 0.5rem;
  color: #737e93;
  font-size: 0.74rem;
  line-height: 1.45;
}

.wu-legal-assistant-field-note i {
  margin-top: 0.15rem;
  color: #20a9a4;
}

.wu-legal-assistant-error,
.wu-legal-assistant-thinking,
.wu-legal-assistant-answer {
  margin-top: 1rem;
  border-radius: 0.95rem;
}

.wu-legal-assistant-error {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(220, 53, 69, 0.22);
  color: #9d2f3b;
  font-size: 0.84rem;
  background: #fff5f6;
}

.wu-legal-assistant-thinking {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(101, 88, 255, 0.18);
  background: linear-gradient(110deg, #f0efff, #edfafa);
}

.wu-legal-assistant-thinking strong,
.wu-legal-assistant-thinking span {
  display: block;
}

.wu-legal-assistant-thinking strong {
  color: #252d49;
  font-size: 0.86rem;
}

.wu-legal-assistant-thinking div > span {
  color: #6c768b;
  font-size: 0.76rem;
}

.wu-legal-assistant-answer {
  overflow: hidden;
  border: 1px solid rgba(39, 175, 171, 0.25);
  background: #fff;
  box-shadow: 0 12px 28px rgba(43, 68, 101, 0.08);
}

.wu-legal-assistant-answer-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid rgba(39, 175, 171, 0.17);
  background: linear-gradient(90deg, rgba(101, 88, 255, 0.08), rgba(33, 184, 176, 0.09));
}

.wu-legal-assistant-answer-heading span {
  color: #26304c;
  font-size: 0.82rem;
  font-weight: 800;
}

.wu-legal-assistant-answer-heading i {
  margin-right: 0.35rem;
  color: #6359ef;
}

.wu-legal-assistant-answer-heading small {
  color: #778198;
  font-size: 0.68rem;
}

.wu-legal-assistant-answer-text {
  padding: 1rem;
  color: #354057;
  font-size: 0.9rem;
  line-height: 1.64;
  white-space: pre-wrap;
}

.wu-legal-assistant-footer {
  gap: 0.75rem;
}

.wu-legal-assistant-cancel,
.wu-legal-assistant-submit {
  min-height: 2.85rem;
  border-radius: 0.78rem !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}

.wu-legal-assistant-submit {
  min-width: 10rem;
  margin-left: auto;
  border: 0 !important;
  background: linear-gradient(135deg, #6358ff, #3686ed 62%, #21b7af) !important;
  box-shadow: 0 10px 24px rgba(82, 91, 224, 0.22);
}

.wu-legislation-hero {
  grid-template-columns: minmax(0, 1fr);
}

.wu-legislation-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(420px, 27vw, 480px);
  gap: 1.15rem;
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
}

.wu-legislation-library-column {
  min-width: 0;
  min-height: 0;
  padding-right: 0.25rem;
  overflow-y: auto;
  scrollbar-color: rgba(101, 88, 255, 0.3) transparent;
}

.wu-legal-agent {
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(80, 88, 209, 0.22);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 54px rgba(31, 42, 81, 0.14);
}

.wu-legal-agent-header {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  min-height: 5.4rem;
  padding: 0.8rem 0.9rem;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #574ddd, #347fe9 58%, #20b9b0);
}

.wu-legal-agent-header::after {
  position: absolute;
  top: -4rem;
  right: -2rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.wu-legal-agent-mark,
.wu-legal-agent-reset {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.8rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.wu-legal-agent-reset {
  cursor: pointer;
  transition: background-color 150ms ease, transform 150ms ease;
}

.wu-legal-agent-reset:hover:not(:disabled) {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.24);
}

.wu-legal-agent-reset:disabled {
  cursor: wait;
  opacity: 0.55;
}

.wu-legal-agent-heading {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.wu-legal-agent-heading small,
.wu-legal-agent-heading h2 {
  display: block;
}

.wu-legal-agent-heading small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}

.wu-legal-agent-heading h2 {
  margin: 0.08rem 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.wu-legal-agent-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.72rem 0.8rem;
  border-bottom: 1px solid rgba(91, 105, 142, 0.12);
  background: linear-gradient(90deg, rgba(101, 88, 255, 0.07), rgba(33, 184, 176, 0.07));
}

.wu-legal-agent-scope span {
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
  padding: 0.32rem 0.5rem;
  border: 1px solid rgba(86, 99, 141, 0.13);
  border-radius: 999px;
  color: #535f78;
  font-size: 0.7rem;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.78);
}

.wu-legal-agent-scope i {
  color: #1da7a0;
}

.wu-legal-agent-conversation {
  flex: 1 1 auto;
  min-height: 0;
  padding: 0.85rem;
  overflow-y: auto;
  background:
    radial-gradient(circle at 100% 0, rgba(101, 88, 255, 0.07), transparent 17rem),
    #f8faff;
  scrollbar-color: rgba(101, 88, 255, 0.3) transparent;
}

.wu-legal-agent-welcome {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  padding: 0.85rem;
  border: 1px solid rgba(101, 88, 255, 0.14);
  border-left: 4px solid #6558ff;
  border-radius: 0.9rem;
  color: #455069;
  background: #fff;
}

.wu-legal-agent-welcome > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  color: #fff;
  background: linear-gradient(145deg, #665bff, #2db7b1);
}

.wu-legal-agent-welcome p {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.58;
}

.wu-legal-agent-welcome small {
  grid-column: 2;
  color: #778198;
  font-size: 0.71rem;
  line-height: 1.4;
}

.wu-legal-agent-welcome small i {
  margin-right: 0.2rem;
}

.wu-legal-agent-message {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  margin-top: 0.75rem;
}

.wu-legal-agent-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.62rem;
  color: #fff;
  font-size: 0.7rem;
  background: linear-gradient(145deg, #6558ff, #3588ee);
}

.wu-legal-agent-message-user .wu-legal-agent-avatar {
  background: linear-gradient(145deg, #278eaa, #21b8b0);
}

.wu-legal-agent-message > div {
  min-width: 0;
  padding: 0.68rem 0.75rem;
  border: 1px solid rgba(92, 106, 146, 0.13);
  border-radius: 0.25rem 0.9rem 0.9rem;
  background: #fff;
  box-shadow: 0 7px 18px rgba(38, 49, 87, 0.05);
}

.wu-legal-agent-message-user > div {
  border-color: rgba(32, 173, 168, 0.18);
  background: #effafa;
}

.wu-legal-agent-message small {
  display: block;
  margin-bottom: 0.22rem;
  color: #6c7690;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.wu-legal-agent-message p {
  margin: 0;
  color: #303b53;
  font-size: 0.87rem;
  line-height: 1.58;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.wu-legal-agent-markdown {
  color: #303b53;
  font-size: 0.9rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.wu-legal-agent-markdown > :first-child {
  margin-top: 0;
}

.wu-legal-agent-markdown > :last-child {
  margin-bottom: 0;
}

.wu-legal-agent-markdown p {
  margin: 0 0 0.68rem;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
}

.wu-legal-agent-markdown h1,
.wu-legal-agent-markdown h2,
.wu-legal-agent-markdown h3,
.wu-legal-agent-markdown h4 {
  margin: 0.9rem 0 0.42rem;
  color: #17203c;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.wu-legal-agent-markdown h1 {
  font-size: 1.18rem;
}

.wu-legal-agent-markdown h2 {
  padding-bottom: 0.22rem;
  border-bottom: 1px solid rgba(101, 88, 255, 0.14);
  font-size: 1.08rem;
}

.wu-legal-agent-markdown h3,
.wu-legal-agent-markdown h4 {
  font-size: 0.98rem;
}

.wu-legal-agent-markdown ul,
.wu-legal-agent-markdown ol {
  margin: 0.42rem 0 0.72rem;
  padding-left: 1.25rem;
}

.wu-legal-agent-markdown li {
  margin: 0.24rem 0;
  padding-left: 0.08rem;
}

.wu-legal-agent-markdown strong {
  color: #1d2745;
  font-weight: 850;
}

.wu-legal-agent-markdown blockquote {
  margin: 0.65rem 0;
  padding: 0.55rem 0.65rem;
  border-left: 3px solid #6558ff;
  border-radius: 0 0.55rem 0.55rem 0;
  color: #4d5872;
  background: rgba(101, 88, 255, 0.06);
}

.wu-legal-agent-markdown code {
  padding: 0.08rem 0.25rem;
  border-radius: 0.3rem;
  color: #4f47c7;
  font-size: 0.82rem;
  background: #f0efff;
}

.wu-legal-agent-markdown a {
  color: #435de0;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.wu-legal-agent-thinking,
.wu-legal-agent-error {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.75rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.8rem;
  font-size: 0.72rem;
}

.wu-legal-agent-thinking {
  border: 1px solid rgba(101, 88, 255, 0.16);
  color: #414c67;
  background: linear-gradient(100deg, #f0efff, #edfafa);
}

.wu-legal-agent-thinking strong,
.wu-legal-agent-thinking small {
  display: block;
}

.wu-legal-agent-thinking small {
  margin-top: 0.1rem;
  color: #717c92;
}

.wu-legal-agent-error {
  align-items: flex-start;
  border: 1px solid rgba(220, 53, 69, 0.2);
  color: #9d2f3b;
  background: #fff3f5;
}

.wu-legal-agent-composer {
  position: relative;
  flex: 0 0 auto;
  padding: 0.8rem;
  border-top: 1px solid rgba(91, 105, 142, 0.12);
  background: #fff;
}

.wu-legal-agent-composer label {
  display: block;
  margin-bottom: 0.35rem;
  color: #27314c;
  font-size: 0.8rem;
  font-weight: 800;
}

.wu-legal-agent-composer textarea {
  display: block;
  width: 100%;
  min-height: 5.25rem;
  padding: 0.7rem 3.1rem 0.7rem 0.72rem;
  border: 1px solid #ccd6e8;
  border-radius: 0.85rem;
  outline: 0;
  color: #26314b;
  font: inherit;
  font-size: 0.88rem;
  line-height: 1.52;
  resize: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.wu-legal-agent-composer textarea:focus {
  border-color: #675df0;
  box-shadow: 0 0 0 0.2rem rgba(101, 88, 255, 0.12);
}

.wu-legal-agent-composer textarea::placeholder {
  color: #8b94a7;
}

.wu-legal-agent-send {
  position: absolute;
  right: 1.05rem;
  bottom: 4.2rem;
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.65rem;
  border: 0;
  border-radius: 0.68rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #6358ff, #3488ee 62%, #21b7af);
  box-shadow: 0 8px 18px rgba(82, 91, 224, 0.24);
}

.wu-legal-agent-send:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
}

.wu-legal-agent-composer-note {
  display: grid;
  gap: 0.18rem;
  margin-top: 0.42rem;
  color: #778198;
  font-size: 0.69rem;
  line-height: 1.4;
}

.wu-legal-agent-composer-note span i {
  margin-right: 0.2rem;
  color: #1da7a0;
}

.wu-legal-agent-composer-note small {
  color: #5f69a0;
}

@media only screen and (max-width: 992px) {
  .wu-legislation {
    height: auto;
    min-height: calc(100vh - 70px);
    overflow: visible;
  }

  .wu-legislation-hero {
    grid-template-columns: 1fr;
  }

  .wu-legislation-assistant {
    min-height: 6rem;
  }

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

  .wu-legislation-library-column {
    padding-right: 0;
    overflow: visible;
  }

  .wu-legal-agent {
    position: relative;
    top: auto;
    height: 650px;
  }

  body {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar {
    background-color: #000;
    padding: 15px 0;
  }

  .wu-home-nav-inner,
  .wu-home-content {
    padding-inline: 1.5rem;
  }

  .wu-home-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
  }

  .wu-home-copy {
    max-width: 760px;
  }

  .wu-home-title {
    font-size: clamp(3.2rem, 9vw, 5.5rem);
  }

  .wu-home-visual {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .wu-home-visual-card {
    min-height: 480px;
  }

  .wu-home-step-grid {
    grid-template-columns: 1fr;
  }

  .wu-home-step {
    min-height: 0;
  }

  .wu-home-designated {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.65fr);
  }

  .site-title {
    font-size: 50px;
  }

  .header {
    background-position: 62%;
    background-size: cover;
  }

  .section-title {
    font-size: 42px;
    font-weight: 700;
  }

  .nav-tabs {
    justify-content: center;
  }

  .single-test-content.p-5 {
    padding: 2rem 1rem !important;
  }
}

@media only screen and (max-width: 720px) {
  .wu-legislation {
    padding: 0.8rem;
  }

  .wu-legislation-heading {
    align-items: flex-start;
    padding: 1rem;
  }

  .wu-legislation-heading-icon,
  .wu-legal-assistant-title-icon {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 0.85rem;
    font-size: 1rem;
  }

  .wu-legislation-heading h1,
  .wu-legal-assistant-title h2 {
    font-size: 1.65rem;
  }

  .wu-legislation-assistant {
    padding: 1rem;
  }

  .wu-legislation-summary {
    gap: 0.45rem;
  }

  .wu-legislation-summary span:nth-child(3) {
    display: none;
  }

  .wu-legislation-card summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.65rem;
    padding: 0.75rem;
  }

  .wu-legislation-open-label {
    display: none;
  }

  .wu-legislation-source {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.75rem;
  }

  .wu-legislation-document-toolbar span:last-child {
    display: none;
  }

  .wu-legislation-document {
    max-height: 66vh;
    padding: 1rem;
  }

  .wu-legal-agent {
    height: 620px;
    min-height: 0;
    border-radius: 1rem;
  }

  .wu-legal-assistant-modal {
    max-height: 95vh;
    border-radius: 1rem !important;
  }

  .wu-legal-assistant-header {
    justify-content: flex-start;
  }

  .wu-legal-assistant-header > img {
    display: none;
  }

  .wu-legal-assistant-body {
    padding: 1rem;
  }

  .wu-legal-assistant-title {
    align-items: flex-start;
  }

  .wu-legal-assistant-scope span:last-child {
    display: none;
  }

  .wu-legal-assistant-answer-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .wu-legal-assistant-footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .wu-legal-assistant-submit {
    width: 100%;
    min-width: 0;
  }

  .wu-home {
    padding-bottom: 2rem;
  }

  .wu-home-nav-inner {
    min-height: 66px;
    padding: 0.7rem 1rem;
  }

  .wu-home-brand img {
    width: 142px;
  }

  .wu-home-nav-label,
  .wu-home-nav-divider {
    display: none;
  }

  .wu-home-content {
    padding-inline: 1rem;
  }

  .wu-home-hero {
    padding-block: 2.5rem 3.5rem;
    gap: 2rem;
  }

  .wu-home-scroll-cue {
    margin-top: -0.25rem;
  }

  .wu-home-eyebrow {
    margin-bottom: 1.2rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .wu-home-title {
    max-width: none;
    font-size: clamp(2.65rem, 13vw, 4.2rem);
    line-height: 1.04;
  }

  .wu-home-lead {
    margin-top: 1.35rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .wu-home-actions {
    display: grid;
  }

  .wu-home-button {
    width: 100%;
    min-height: 3.45rem;
  }

  .wu-home-assurances {
    display: grid;
    gap: 0.65rem;
  }

  .wu-home-visual {
    display: none;
  }

  .wu-home-steps {
    margin-block: 0 2rem;
    padding: 1.4rem;
    border-radius: 1.4rem;
  }

  .wu-home-section-heading h2,
  .wu-home-designated h2 {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
  }

  .wu-home-step-grid {
    margin-top: 1.6rem;
  }

  .wu-home-step {
    padding: 1.15rem;
  }

  .wu-home-designated {
    padding: 2rem 1.35rem;
    display: block;
    border-radius: 1.5rem;
  }

  .wu-home-designated-visual {
    display: none;
  }

  .wu-home-designated-actions {
    margin-top: 1.6rem;
  }

  .wu-report-modal-content {
    max-height: 94vh;
    border-radius: 1.15rem;
  }

  .wu-report-modal-content .modal-header,
  .wu-report-modal-content .modal-footer {
    padding: 0.85rem 1rem;
  }

  .wu-report-header-brand img {
    width: 138px;
  }

  .wu-report-company-name {
    display: none;
  }

  .wu-report-body {
    padding: 1.25rem 1rem;
  }

  .wu-report-auth-heading h2 {
    font-size: 1.75rem;
  }

  .wu-report-auth-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.85rem;
  }

  .wu-report-auth-legal {
    margin-top: 1.1rem;
    padding: 0.9rem;
    gap: 0.65rem;
  }

  .wu-report-auth-legal p {
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .wu-report-auth-field {
    margin-top: 1.25rem;
  }

  .wu-report-support {
    margin-top: 1.25rem;
    padding: 0.85rem;
  }

  .wu-report-support p {
    font-size: 0.86rem;
  }

  .wu-report-footer-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wu-report-footer-navigation {
    order: 1;
    display: grid;
    grid-template-columns: 1fr;
  }

  .wu-report-cancel {
    order: 2;
  }

  .wu-report-button {
    width: 100%;
    font-size: 0.82rem !important;
  }

  .wu-report-modal-auth .wu-report-footer-actions {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .wu-report-modal-auth .wu-report-footer-navigation {
    order: 2;
    display: flex;
  }

  .wu-report-modal-auth .wu-report-cancel {
    width: auto;
    order: 1;
  }

  .wu-report-body-intro .wu-report-stage-heading h2 {
    margin-bottom: 1rem;
    padding-left: 0.75rem;
  }

  .wu-report-intro {
    gap: 0.8rem;
    font-size: 0.96rem !important;
    line-height: 1.62;
  }

  .wu-report-intro-lead,
  .wu-report-intro-card,
  .wu-report-intro-note {
    padding: 0.9rem;
    grid-template-columns: 2.3rem minmax(0, 1fr);
    gap: 0.7rem;
  }

  .wu-report-intro-icon {
    width: 2.3rem;
    height: 2.3rem;
  }

  .wu-report-intro-details p {
    padding: 0.9rem;
  }

  .wu-report-hint,
  .wu-report-example {
    margin-bottom: 1rem;
    font-size: 0.94rem !important;
  }

  .wu-report-hint-heading,
  .wu-report-example-heading {
    padding: 0.75rem 0.8rem 0;
  }

  .wu-report-hint-content {
    padding: 0.65rem 0.8rem 0.85rem;
    font-size: 0.94rem !important;
    line-height: 1.58;
  }

  .wu-report-example ul {
    padding: 0.65rem 1rem 0.85rem 2.4rem;
  }

  .wu-report-people-toolbar {
    justify-content: stretch;
  }

  .wu-report-add-person {
    width: 100%;
  }

  .wu-report-person-card {
    padding: 0.85rem;
  }

  .wu-report-person-grid {
    grid-template-columns: 1fr;
  }

  .wu-report-document-toolbar,
  .wu-report-attachment-header {
    align-items: stretch;
    flex-direction: column;
  }

  .wu-report-document-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wu-report-document-metric,
  .wu-report-upload-action {
    width: 100%;
  }

  .wu-report-attachment-actions {
    justify-content: space-between;
  }

  .wu-report-attachment-size {
    flex: 1 1 auto;
  }

  .wu-report-summary .wup-report-section-title {
    padding: 0.75rem 0.8rem;
    font-size: 0.92rem;
  }

  .wu-report-summary .wup-report-warning,
  .wu-report-summary .wup-report-body,
  .wu-report-summary .wup-report-attachments-summary {
    margin: 0.65rem;
    padding: 0.75rem;
    font-size: 0.88rem;
  }

  .wu-report-summary .wup-report-table td {
    padding: 0.65rem 0.7rem;
    font-size: 0.8rem;
  }

  .wu-report-summary .wup-report-item {
    margin: 0.65rem;
  }

  .wu-report-submission {
    padding: 0.85rem;
  }

  .wu-report-submission-message {
    gap: 0.65rem;
  }

  .wu-report-submission-message p {
    font-size: 0.9rem !important;
  }

  .wu-report-submission-details {
    grid-template-columns: 1fr;
  }

  .wu-report-submission .wu-sharing-qr-image {
    width: 155px;
    height: 155px;
  }

  .wu-upload-picker {
    padding: 0.9rem;
    grid-template-columns: 1fr;
  }

  .wu-upload-picker > i {
    display: none;
  }

  .wu-upload-input::file-selector-button {
    width: 100%;
    margin: 0 0 0.65rem;
  }

  .wu-flow-modal {
    max-height: 94vh;
    border-radius: 1.05rem;
  }

  .wu-flow-modal .modal-header,
  .wu-flow-modal .modal-footer {
    padding: 0.75rem 0.9rem;
  }

  .wu-flow-header img {
    width: 136px;
  }

  .wu-flow-body {
    padding: 1.2rem 1rem;
  }

  .wu-flow-title-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.85rem;
  }

  .wu-flow-title h2 {
    font-size: 1.7rem;
  }

  .wu-review-instructions {
    padding: 0.9rem;
  }

  .wu-review-instructions p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .wu-flow-input {
    min-height: 3.35rem;
  }

  .wu-reset-steps {
    gap: 0.45rem;
  }

  .wu-reset-step {
    padding: 0.55rem 0.35rem;
    flex-direction: column;
    gap: 0.3rem;
    text-align: center;
  }

  .wu-reset-step small {
    font-size: 0.68rem;
    line-height: 1.2;
    text-overflow: clip;
    white-space: normal;
  }

  .wu-reset-instructions {
    padding: 0.9rem;
  }

  .wu-reset-instructions p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .wu-flow-footer-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .wu-flow-button {
    width: 100%;
    font-size: 0.8rem !important;
  }

  .wu-account-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
  }

  .wu-account-form > div,
  .wu-account-form > hr {
    grid-column: 1 !important;
  }

  .wu-company-identity-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
