:root {
  --wtd-bg: #020617;
  --wtd-bg-2: #050b20;
  --wtd-panel: rgba(6, 13, 36, 0.9);
  --wtd-panel-2: rgba(8, 18, 47, 0.82);
  --wtd-line: rgba(82, 121, 255, 0.26);
  --wtd-line-soft: rgba(119, 147, 255, 0.13);
  --wtd-text: #f7f9ff;
  --wtd-muted: #9aa8ca;
  --wtd-blue: #1686ff;
  --wtd-cyan: #18d9ff;
  --wtd-indigo: #5b4dff;
  --wtd-violet: #a23cff;
  --wtd-chatgpt: #15c979;
  --wtd-claude: #ff8a18;
  --wtd-gemini: #7c4dff;
  --wtd-danger: #ff453a;
  --wtd-warning: #ffb020;
  --wtd-good: #24d875;
  --wtd-radius: 18px;
  --wtd-radius-sm: 12px;
  --wtd-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --wtd-max: 1500px;
}

html {
  scroll-behavior: smooth;
  background: var(--wtd-bg);
}

body.wtd-premium-page {
  margin: 0 !important;
  min-width: 320px;
  background: var(--wtd-bg) !important;
  color: var(--wtd-text) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.wtd-premium-page *,
body.wtd-premium-page *::before,
body.wtd-premium-page *::after {
  box-sizing: border-box;
}

body.wtd-premium-page a {
  color: inherit;
  text-decoration: none;
}

body.wtd-premium-page button,
body.wtd-premium-page input,
body.wtd-premium-page select,
body.wtd-premium-page textarea {
  font: inherit;
}

body.wtd-premium-page img,
body.wtd-premium-page svg {
  max-width: 100%;
}

.screen-reader-text,
.wtd-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wtd-skip-link:focus {
  z-index: 99999;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  color: #06102d;
}

.wtd-app {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background:
    radial-gradient(circle at 34% 20%, rgba(76, 45, 255, 0.17), transparent 29rem),
    radial-gradient(circle at 73% 8%, rgba(0, 140, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, #020515 0%, #04091c 52%, #020617 100%);
}

.wtd-app::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(90, 122, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 122, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

.wtd-ambient {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    radial-gradient(circle at 7% 14%, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.6px),
    radial-gradient(circle at 23% 31%, rgba(27, 203, 255, 0.7) 0 1px, transparent 1.7px),
    radial-gradient(circle at 46% 9%, rgba(133, 86, 255, 0.8) 0 1px, transparent 1.8px),
    radial-gradient(circle at 64% 26%, rgba(255, 255, 255, 0.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 12%, rgba(17, 157, 255, 0.75) 0 1px, transparent 1.7px),
    radial-gradient(circle at 94% 37%, rgba(128, 79, 255, 0.7) 0 1px, transparent 1.7px);
  background-size: 390px 310px;
}

.wtd-app-inner {
  width: min(calc(100% - 28px), var(--wtd-max));
  margin: 0 auto;
  padding: 14px 0 28px;
}

.wtd-header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 230px 1fr 118px;
  align-items: center;
  min-height: 64px;
  padding: 0 18px;
  border: 1px solid var(--wtd-line);
  border-bottom-color: rgba(67, 111, 255, 0.13);
  border-radius: var(--wtd-radius) var(--wtd-radius) 0 0;
  background: rgba(2, 7, 25, 0.84);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.wtd-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.wtd-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 37px;
  height: 42px;
  filter: drop-shadow(0 0 10px rgba(86, 97, 255, 0.75));
}

.wtd-logo-mark svg {
  width: 100%;
  height: 100%;
}

.wtd-logo-mark svg path:first-child {
  fill: rgba(13, 23, 60, 0.88);
  stroke: #d9e3ff;
  stroke-width: 1.5;
}

.wtd-logo-mark svg path:last-child {
  fill: none;
  stroke: #fff;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wtd-logo-copy {
  display: grid;
  line-height: 1.05;
}

.wtd-logo-copy strong {
  font-size: 17px;
  letter-spacing: -0.03em;
}

.wtd-logo-copy small {
  margin-top: 4px;
  color: #93a1c1;
  font-size: 8px;
  letter-spacing: 0.025em;
}

.wtd-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 42px);
}

.wtd-nav a {
  position: relative;
  padding: 20px 0;
  color: #e1e7f8;
  font-size: 13px;
  font-weight: 650;
  transition: color 180ms ease;
}

.wtd-nav a::after {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: linear-gradient(90deg, var(--wtd-blue), var(--wtd-violet));
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 180ms ease, transform 180ms ease;
}

.wtd-nav a:hover,
.wtd-nav a:focus-visible,
.wtd-nav a.is-active {
  color: #fff;
}

.wtd-nav a:hover::after,
.wtd-nav a:focus-visible::after,
.wtd-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.wtd-nav .wtd-nav-account {
  display: none;
}

.wtd-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(127, 73, 255, 0.64);
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: rgba(18, 12, 52, 0.65);
  box-shadow: inset 0 0 22px rgba(103, 48, 255, 0.08);
}

.wtd-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--wtd-line);
  border-radius: 12px;
  background: rgba(10, 18, 48, 0.9);
}

.wtd-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: #fff;
}

.wtd-main {
  min-height: calc(100vh - 136px);
}

.wtd-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(510px, 2fr);
  border-right: 1px solid var(--wtd-line);
  border-bottom: 1px solid var(--wtd-line);
  border-left: 1px solid var(--wtd-line);
  border-radius: 0 0 var(--wtd-radius) var(--wtd-radius);
  overflow: hidden;
  background: rgba(3, 8, 28, 0.53);
  box-shadow: var(--wtd-shadow);
}

.wtd-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(325px, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  min-height: 525px;
  padding: 38px 18px 35px 38px;
  border-right: 1px solid var(--wtd-line);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 50%, rgba(53, 34, 255, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(7, 14, 40, 0.72), rgba(3, 8, 28, 0.5));
}

.wtd-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(110deg, rgba(4, 9, 29, 0) 47%, rgba(40, 29, 140, 0.07) 78%, transparent);
}

.wtd-hero-copy {
  position: relative;
  z-index: 4;
}

.wtd-eyebrow {
  margin: 0 0 12px;
  color: #75bbff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.wtd-hero h1,
.wtd-view-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 3.2vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.wtd-hero h1 span {
  color: transparent;
  background: linear-gradient(90deg, #1bb6ff, #8158ff 72%, #b148ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.wtd-hero-copy > p:not(.wtd-eyebrow) {
  max-width: 500px;
  margin: 24px 0 0;
  color: #bbc5dc;
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.65;
}

.wtd-hero-actions,
.wtd-pdf-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.wtd-button,
.wtd-plan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wtd-button:hover,
.wtd-button:focus-visible,
.wtd-plan-button:hover,
.wtd-plan-button:focus-visible {
  transform: translateY(-2px);
}

.wtd-button:focus-visible,
.wtd-plan-button:focus-visible,
.wtd-account:focus-visible,
.wtd-menu-toggle:focus-visible,
.wtd-nav a:focus-visible {
  outline: 3px solid rgba(43, 201, 255, 0.48);
  outline-offset: 3px;
}

.wtd-button-primary {
  background: linear-gradient(105deg, #0577ff, #5045ff 58%, #a52bfa);
  box-shadow: 0 10px 28px rgba(50, 67, 255, 0.35), inset 0 0 0 1px rgba(255,255,255,0.14);
}

.wtd-button-primary:hover {
  box-shadow: 0 14px 36px rgba(72, 54, 255, 0.48), inset 0 0 0 1px rgba(255,255,255,0.22);
}

.wtd-button-ghost {
  border-color: rgba(99, 130, 229, 0.3);
  background: rgba(5, 11, 32, 0.56);
}

.wtd-play {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border: 1px solid rgba(92, 153, 255, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
}

.wtd-hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 0;
}

.wtd-scanner {
  --scanner-size: 390px;
  position: relative;
  width: min(100%, 480px);
  height: 430px;
  margin: 0 auto;
  filter: drop-shadow(0 25px 55px rgba(13, 25, 118, 0.45));
}

.wtd-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.wtd-ring-gemini {
  width: var(--scanner-size);
  height: var(--scanner-size);
  padding: 23px;
  background:
    radial-gradient(circle, transparent 60%, rgba(57, 53, 255, 0.12) 61% 66%, transparent 67%),
    repeating-conic-gradient(from -88deg, rgba(139, 68, 255, 0.82) 0deg 6deg, rgba(41, 138, 255, 0.18) 6deg 12deg, transparent 12deg 15deg);
  box-shadow:
    0 0 25px rgba(64, 82, 255, 0.46),
    0 0 70px rgba(111, 46, 255, 0.25),
    inset 0 0 45px rgba(36, 94, 255, 0.18);
}

.wtd-ring-gemini::before,
.wtd-ring-gemini::after {
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(109, 119, 255, 0.31);
  border-radius: 50%;
  content: "";
}

.wtd-ring-gemini::after {
  inset: -20px;
  border-color: rgba(99, 93, 255, 0.16);
  box-shadow: 0 0 50px rgba(82, 39, 255, 0.16);
}

.wtd-ring-chatgpt {
  position: relative;
  top: auto;
  left: auto;
  width: 315px;
  height: 315px;
  padding: 22px;
  transform: none;
  background:
    repeating-conic-gradient(from -90deg, #16d67f 0deg 41deg, rgba(12, 78, 66, 0.72) 41deg 45deg);
  box-shadow: 0 0 27px rgba(20, 211, 122, 0.5), inset 0 0 30px rgba(1, 11, 26, 0.85);
}

.wtd-ring-chatgpt::before {
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(46, 246, 151, 0.32);
  border-radius: 50%;
  content: "";
}

.wtd-ring-claude {
  position: relative;
  top: auto;
  left: auto;
  width: 245px;
  height: 245px;
  padding: 11px;
  transform: none;
  background: conic-gradient(from -30deg, #ff9f2e, #ff7a00 45%, #ffb13b 73%, #ff7b00);
  box-shadow: 0 0 27px rgba(255, 130, 17, 0.63), 0 0 66px rgba(255, 116, 0, 0.16), inset 0 0 18px rgba(255,255,255,0.12);
}

.wtd-scanner-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 181, 62, 0.4);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #13111d, #070812 64%, #02040b 100%);
  box-shadow: inset 0 0 38px rgba(255, 121, 0, 0.18);
}

.wtd-scanner-core small {
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

.wtd-scanner-core strong {
  display: flex;
  align-items: baseline;
  margin: 5px 0 2px;
  color: #fff;
  font-size: 66px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.wtd-scanner-core em {
  margin-left: 5px;
  color: #dbe4ff;
  font-size: 19px;
  font-style: normal;
  letter-spacing: -0.03em;
}

.wtd-scanner-core span {
  color: #fff;
  font-size: 13px;
}

.wtd-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(86, 111, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.wtd-orbit-one {
  width: 435px;
  height: 345px;
}

.wtd-orbit-two {
  width: 475px;
  height: 290px;
}

.wtd-score-card {
  position: absolute;
  z-index: 8;
  display: grid;
  min-width: 122px;
  padding: 11px 13px;
  border: 1px solid rgba(104, 98, 255, 0.5);
  border-radius: 12px;
  text-align: center;
  background: linear-gradient(145deg, rgba(14, 23, 58, 0.94), rgba(5, 11, 30, 0.97));
  box-shadow: 0 14px 30px rgba(0,0,0,0.3), inset 0 0 24px rgba(78, 72, 255, 0.08);
}

.wtd-score-card span {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.wtd-score-card strong {
  margin-top: 3px;
  color: #8ca4d4;
  font-size: 13px;
}

.wtd-score-top {
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.wtd-score-left {
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}

.wtd-score-right {
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}

.wtd-score-bottom {
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.wtd-scanner-console {
  position: relative;
  width: min(100%, 560px);
  padding: 18px;
  border: 1px solid rgba(71, 117, 255, 0.48);
  border-radius: 18px;
  overflow: hidden;
  color: #eef4ff;
  background:
    radial-gradient(circle at 92% 0%, rgba(68, 61, 255, 0.22), transparent 14rem),
    linear-gradient(155deg, rgba(9, 19, 51, 0.98), rgba(3, 8, 25, 0.99));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), inset 0 0 50px rgba(32, 87, 219, 0.06);
}

.wtd-scanner-console::before {
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #34c8ff, #7455ff, transparent);
  box-shadow: 0 0 20px rgba(48, 146, 255, 0.8);
}

.wtd-console-head,
.wtd-console-title,
.wtd-console-target,
.wtd-console-progress-copy,
.wtd-console-foot {
  display: flex;
  align-items: center;
}

.wtd-console-head {
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(92, 125, 208, 0.2);
}

.wtd-console-title {
  gap: 10px;
  min-width: 0;
}

.wtd-console-title > span:last-child {
  display: grid;
  min-width: 0;
}

.wtd-console-title strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.wtd-console-title small {
  margin-top: 3px;
  color: #8293b8;
  font-size: 9px;
}

.wtd-console-mark {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(80, 181, 255, 0.56);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  background: linear-gradient(145deg, rgba(11, 139, 255, 0.72), rgba(91, 56, 255, 0.7));
  box-shadow: 0 0 20px rgba(31, 114, 255, 0.3);
}

.wtd-console-status,
.wtd-console-foot > span,
.wtd-dashboard-card-head b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.wtd-console-status {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(35, 216, 117, 0.34);
  border-radius: 999px;
  color: #5ce99a;
  font-size: 10px;
  background: rgba(15, 93, 55, 0.2);
}

.wtd-console-status i,
.wtd-console-foot i,
.wtd-dashboard-card-head b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #24d875;
  box-shadow: 0 0 12px rgba(36, 216, 117, 0.9);
}

.wtd-console-target {
  gap: 12px;
  margin-top: 15px;
  padding: 13px;
  border: 1px solid rgba(82, 116, 203, 0.3);
  border-radius: 12px;
  background: rgba(4, 10, 29, 0.75);
}

.wtd-console-target-icon {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  color: #5acaff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  background: rgba(17, 136, 255, 0.13);
}

.wtd-console-target > div {
  display: grid;
  min-width: 0;
  margin-right: auto;
}

.wtd-console-target small,
.wtd-console-progress-copy span,
.wtd-dashboard-card-head span,
.wtd-dashboard-side > span,
.wtd-dashboard-queue span,
.wtd-dashboard-metrics article > span {
  color: #8293b8;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wtd-console-target strong {
  overflow: hidden;
  margin-top: 2px;
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtd-console-count {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 8px;
  color: #8bd9ff;
  font-size: 9px;
  font-weight: 750;
  background: rgba(18, 126, 255, 0.1);
}

.wtd-console-progress-copy {
  justify-content: space-between;
  margin: 16px 1px 7px;
}

.wtd-console-progress-copy strong {
  color: #dce7ff;
  font-size: 10px;
}

.wtd-console-progress {
  height: 7px;
  padding: 2px;
  border-radius: 999px;
  background: rgba(85, 111, 178, 0.18);
}

.wtd-console-progress i {
  display: block;
  width: 7%;
  height: 3px;
  border-radius: inherit;
  background: linear-gradient(90deg, #1686ff, #734cff);
  box-shadow: 0 0 12px rgba(47, 113, 255, 0.7);
}

.wtd-console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 15px;
}

.wtd-console-grid article {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(76, 111, 203, 0.23);
  border-radius: 11px;
  background: rgba(5, 12, 34, 0.72);
}

.wtd-console-grid article > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  color: #55caff;
  font-size: 9px;
  font-weight: 850;
  background: rgba(19, 127, 255, 0.12);
}

.wtd-console-grid article > div {
  display: grid;
  min-width: 0;
}

.wtd-console-grid strong {
  overflow: hidden;
  color: #f8faff;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtd-console-grid small {
  overflow: hidden;
  margin-top: 2px;
  color: #7181a6;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtd-console-grid b {
  color: #52db91;
  font-size: 8px;
}

.wtd-console-foot {
  justify-content: space-between;
  gap: 12px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(92, 125, 208, 0.2);
  color: #8b9abd;
  font-size: 9px;
}

.wtd-console-foot a {
  color: #62cfff !important;
  font-size: 10px;
  font-weight: 750;
}

.wtd-scanner-console-compact {
  width: 100%;
  max-width: 500px;
}

.wtd-packages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px 22px 22px;
  background: linear-gradient(155deg, rgba(4, 9, 28, 0.8), rgba(3, 7, 22, 0.62));
}

.wtd-packages > h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

.wtd-package-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  outline: 0;
}

.wtd-package {
  --plan: var(--wtd-blue);
  --plan-rgb: 22, 134, 255;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 348px;
  padding: 22px 11px 13px;
  border: 1px solid color-mix(in srgb, var(--plan) 65%, transparent);
  border-radius: 13px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--plan) 21%, transparent), transparent 50%),
    rgba(5, 12, 34, 0.86);
  box-shadow: inset 0 0 34px color-mix(in srgb, var(--plan) 7%, transparent);
}

.wtd-package::before {
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 1px;
  content: "";
  background: var(--plan);
  box-shadow: 0 0 16px var(--plan);
}

.wtd-package-free { --plan: #16c979; }
.wtd-package-professional { --plan: #147dff; }
.wtd-package-advanced { --plan: #b536ed; }
.wtd-package-ultra { --plan: #ff6b0e; }

.wtd-package-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border: 1px solid color-mix(in srgb, var(--plan) 58%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--plan) 10%, transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--plan) 24%, transparent);
}

.wtd-package-icon span {
  width: 18px;
  height: 18px;
  border: 2px solid var(--plan);
  border-radius: 5px;
  transform: rotate(45deg);
}

.wtd-package h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.wtd-package-kind {
  min-height: 24px;
  margin: 3px 0 0;
  color: #fff;
  font-size: 12px;
}

.wtd-price {
  margin: 8px 0 13px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.wtd-package ul {
  display: grid;
  gap: 5px;
  margin: 0 0 17px;
  padding: 0;
  color: #e2e8f9;
  font-size: 10px;
  list-style: none;
}

.wtd-package li {
  margin: 0;
  padding: 0;
}

.wtd-plan-button {
  min-height: 42px;
  margin-top: auto;
  padding: 0 8px;
  border-color: color-mix(in srgb, var(--plan) 78%, #fff 8%);
  background: color-mix(in srgb, var(--plan) 68%, #07102d 32%);
  box-shadow: inset 0 0 18px rgba(255,255,255,0.05), 0 7px 20px color-mix(in srgb, var(--plan) 22%, transparent);
}

.wtd-ai-notice {
  margin: 20px 0 0;
  padding: 11px 15px;
  border: 1px solid rgba(70, 104, 192, 0.27);
  border-radius: 12px;
  color: #aeb9d2;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
  background: rgba(8, 15, 39, 0.65);
}

.wtd-section,
.wtd-view-shell {
  margin-top: 16px;
  border: 1px solid var(--wtd-line);
  border-radius: var(--wtd-radius);
  background: linear-gradient(145deg, rgba(7, 15, 41, 0.86), rgba(3, 8, 26, 0.72));
  box-shadow: var(--wtd-shadow);
}

.wtd-section-heading {
  max-width: 740px;
}

.wtd-section-heading h2,
.wtd-resource-strip h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 2.4vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.wtd-process {
  padding: 54px;
}

.wtd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 34px;
}

.wtd-process-grid article,
.wtd-agency-grid article {
  padding: 24px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 14px;
  background: rgba(6, 13, 35, 0.74);
}

.wtd-process-grid article > span,
.wtd-agency-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(66, 164, 255, 0.42);
  border-radius: 10px;
  color: #55c5ff;
  font-size: 11px;
  font-weight: 800;
  background: rgba(20, 105, 255, 0.1);
}

.wtd-process-grid h3,
.wtd-agency-grid h2 {
  margin: 17px 0 7px;
  color: #fff;
  font-size: 17px;
}

.wtd-process-grid p,
.wtd-agency-grid p {
  margin: 0;
  color: var(--wtd-muted);
  font-size: 13px;
}

.wtd-resource-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 52px;
  background:
    radial-gradient(circle at 82% 40%, rgba(51, 62, 255, 0.25), transparent 19rem),
    linear-gradient(145deg, rgba(8, 20, 53, 0.9), rgba(4, 9, 27, 0.78));
}

.wtd-standards {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  padding: 44px 52px;
}

.wtd-standards .wtd-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.6vw, 43px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.wtd-standards .wtd-section-heading > p:not(.wtd-eyebrow) {
  margin: 14px 0 0;
  color: var(--wtd-muted);
  font-size: 13px;
}

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

.wtd-standards-grid a {
  display: flex;
  flex-direction: column;
  min-height: 146px;
  padding: 20px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 14px;
  background: rgba(5, 13, 36, 0.75);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.wtd-standards-grid a:hover,
.wtd-standards-grid a:focus-visible {
  border-color: rgba(69, 177, 255, 0.58);
  outline: 0;
  background: rgba(8, 21, 55, 0.9);
  transform: translateY(-2px);
}

.wtd-standards-grid span {
  color: #64caff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wtd-standards-grid strong {
  margin-top: 9px;
  color: #fff;
  font-size: 16px;
}

.wtd-standards-grid small {
  margin-top: 6px;
  color: var(--wtd-muted);
  font-size: 11px;
  line-height: 1.5;
}

.wtd-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  max-width: 1160px;
  margin: 0 auto;
}

.wtd-contact-grid article {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 15px;
  background: rgba(5, 13, 36, 0.78);
}

.wtd-contact-grid article > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(56, 168, 255, 0.36);
  border-radius: 10px;
  color: #5ecaff;
  font-size: 10px;
  font-weight: 850;
  background: rgba(21, 126, 255, 0.1);
}

.wtd-contact-grid h2 {
  margin: 20px 0 8px;
  color: #fff;
  font-size: 21px;
}

.wtd-contact-grid article > p {
  margin: 0 0 20px;
  color: var(--wtd-muted);
  font-size: 13px;
}

.wtd-contact-grid .wtd-button {
  margin-top: auto;
}

.wtd-contact-direct p {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(86, 116, 197, 0.18);
}

.wtd-contact-direct p strong {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wtd-contact-direct p a {
  color: #63caff;
}

.wtd-process-grid-page {
  max-width: 1260px;
  margin: 0 auto;
}

.wtd-workflow-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr)) auto;
  align-items: center;
  gap: 14px;
  max-width: 1120px;
  margin: 26px auto 0;
  padding: 18px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 15px;
  background: rgba(4, 11, 31, 0.72);
}

.wtd-workflow-proof > div {
  display: grid;
  padding: 4px 18px;
  border-right: 1px solid rgba(90, 122, 202, 0.18);
}

.wtd-workflow-proof strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.wtd-workflow-proof span {
  margin-top: 5px;
  color: var(--wtd-muted);
  font-size: 10px;
}

.wtd-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  max-width: 1160px;
  margin: 0 auto;
}

.wtd-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 15px;
  background:
    radial-gradient(circle at 100% 0%, rgba(39, 96, 255, 0.14), transparent 10rem),
    rgba(5, 13, 36, 0.78);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wtd-resource-card:hover,
.wtd-resource-card:focus-visible {
  border-color: rgba(68, 155, 255, 0.55);
  outline: 0;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.wtd-resource-card > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(56, 168, 255, 0.36);
  border-radius: 10px;
  color: #5ecaff;
  font-size: 10px;
  font-weight: 850;
  background: rgba(21, 126, 255, 0.1);
}

.wtd-resource-card h2 {
  margin: 20px 0 8px;
  color: #fff;
  font-size: 19px;
}

.wtd-resource-card p {
  margin: 0 0 22px;
  color: var(--wtd-muted);
  font-size: 12px;
}

.wtd-resource-card > strong {
  margin-top: auto;
  color: #62caff;
  font-size: 11px;
}

.wtd-resource-card > strong i {
  margin-left: 5px;
  font-style: normal;
}

.wtd-view-shell {
  min-height: 640px;
  padding: clamp(28px, 4vw, 62px);
}

.wtd-view-heading {
  max-width: 830px;
  margin: 0 auto 38px;
  text-align: center;
}

.wtd-view-heading h1 {
  font-size: clamp(40px, 5vw, 68px);
}

.wtd-view-heading > p:not(.wtd-eyebrow) {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--wtd-muted);
}

.wtd-scan-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(440px, 1.14fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.wtd-scan-visual-panel,
.wtd-legacy-surface,
.wtd-role-panel,
.wtd-empty-product {
  border: 1px solid var(--wtd-line);
  border-radius: var(--wtd-radius);
  background: rgba(4, 10, 30, 0.78);
  box-shadow: inset 0 0 55px rgba(36, 56, 145, 0.07);
}

.wtd-scan-visual-panel {
  display: grid;
  place-items: center;
  min-height: 540px;
  padding: 22px;
}

.wtd-scanner-compact {
  transform: scale(0.88);
}

.wtd-truth-note {
  margin: 0;
  color: #8291b4;
  font-size: 11px;
  text-align: center;
}

.wtd-legacy-surface {
  min-width: 0;
  padding: clamp(20px, 3vw, 38px);
  color: #dbe4f7;
}

.wtd-intake-surface .wdps-form-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #dbe4f7 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wtd-legacy-surface h1,
.wtd-legacy-surface h2,
.wtd-legacy-surface h3,
.wtd-legacy-surface h4,
.wtd-legacy-surface strong,
.wtd-legacy-surface label {
  color: #fff !important;
}

.wtd-legacy-surface p,
.wtd-legacy-surface li,
.wtd-legacy-surface td,
.wtd-legacy-surface span:not([class*="badge"]):not([class*="severity"]) {
  color: #b7c2dc;
}

.wtd-intake-surface form {
  display: grid;
  gap: 17px;
}

.wtd-intake-surface form > p,
.wtd-intake-surface form > div,
.wtd-intake-surface .form-group,
.wtd-intake-surface .field-group {
  margin: 0 !important;
}

.wtd-intake-surface label {
  display: block;
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 700;
}

.wtd-legacy-surface input[type="text"],
.wtd-legacy-surface input[type="email"],
.wtd-legacy-surface input[type="url"],
.wtd-legacy-surface input[type="number"],
.wtd-legacy-surface input[type="tel"],
.wtd-legacy-surface select,
.wtd-legacy-surface textarea {
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid rgba(81, 117, 202, 0.42) !important;
  border-radius: 10px !important;
  outline: 0 !important;
  color: #f7f9ff !important;
  background: rgba(5, 12, 34, 0.92) !important;
  box-shadow: inset 0 0 18px rgba(20, 75, 160, 0.07) !important;
}

.wtd-legacy-surface textarea {
  min-height: 110px !important;
  padding-top: 12px !important;
}

.wtd-legacy-surface input::placeholder,
.wtd-legacy-surface textarea::placeholder {
  color: #677492 !important;
}

.wtd-legacy-surface input:focus,
.wtd-legacy-surface select:focus,
.wtd-legacy-surface textarea:focus {
  border-color: #36bfff !important;
  box-shadow: 0 0 0 3px rgba(30, 171, 255, 0.15) !important;
}

.wtd-legacy-surface button,
.wtd-legacy-surface input[type="submit"],
.wtd-legacy-surface a.button,
.wtd-legacy-surface a[class*="button"] {
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(98, 116, 255, 0.74) !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: linear-gradient(105deg, #087cff, #5147ff 58%, #962bf1) !important;
  box-shadow: 0 10px 28px rgba(47, 69, 255, 0.3) !important;
}

.wtd-legacy-surface select option {
  color: #0a1022;
  background: #fff;
}

.wtd-scan-layout.wtd-has-results {
  grid-template-columns: minmax(0, 1fr);
}

.wtd-has-results .wtd-intake-surface {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wtd-legacy-surface .wdps-report-container {
  --wdps-bg: #030718;
  --wdps-card: rgba(5, 11, 31, 0.98);
  --wdps-panel: rgba(9, 18, 47, 0.94);
  --wdps-text: #f7f9ff;
  --wdps-muted: #93a2c1;
  --wdps-border: rgba(74, 105, 188, 0.32);
  --wdps-blue: #2b9cff;
  --wdps-green: #24d77a;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(22px, 3vw, 42px) !important;
  border: 1px solid var(--wdps-border) !important;
  border-radius: 16px !important;
  color: var(--wdps-text) !important;
  background: linear-gradient(145deg, rgba(7, 15, 43, 0.98), rgba(3, 8, 26, 0.99)) !important;
  box-shadow: inset 0 0 60px rgba(38, 79, 190, 0.06), 0 22px 70px rgba(0, 0, 0, 0.24) !important;
}

.wtd-legacy-surface .wdps-report-header h1,
.wtd-legacy-surface .wdps-doctor-summary h2,
.wtd-legacy-surface .wdps-card-header h3,
.wtd-legacy-surface .wdps-passed-checks h2,
.wtd-legacy-surface .wdps-repair-roadmap h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.wtd-legacy-surface .wdps-score-circle text {
  fill: #fff !important;
}

.wtd-legacy-surface .wdps-badge,
.wtd-legacy-surface .wdps-summary-grid,
.wtd-legacy-surface .wdps-doctor-summary,
.wtd-legacy-surface .wdps-issue-summary,
.wtd-legacy-surface .wdps-card,
.wtd-legacy-surface .wdps-stat,
.wtd-legacy-surface .wdps-roadmap-column,
.wtd-legacy-surface .wdps-disclaimer {
  border-color: var(--wdps-border) !important;
  color: var(--wdps-text) !important;
  background: var(--wdps-panel) !important;
  box-shadow: inset 0 0 28px rgba(31, 85, 199, 0.04) !important;
}

.wtd-legacy-surface .wdps-summary-item {
  border-color: var(--wdps-border) !important;
}

.wtd-legacy-surface .wdps-summary-item .wdps-label,
.wtd-legacy-surface .wdps-note,
.wtd-legacy-surface .wdps-disclaimer,
.wtd-legacy-surface .wdps-card-body p,
.wtd-legacy-surface .wdps-doctor-summary p,
.wtd-legacy-surface .wdps-roadmap-column li {
  color: var(--wdps-muted) !important;
}

.wtd-legacy-surface .wdps-summary-item .wdps-value,
.wtd-legacy-surface .wdps-card-body strong,
.wtd-legacy-surface .wdps-stat strong {
  color: var(--wdps-text) !important;
}

.wtd-legacy-surface .wdps-card:hover {
  border-color: rgba(75, 132, 255, 0.62) !important;
  box-shadow: 0 16px 38px rgba(14, 45, 130, 0.2) !important;
}

.wtd-legacy-surface .wdps-locked-warning,
.wtd-legacy-surface .wdps-notice-warning {
  border-color: rgba(245, 158, 11, 0.42) !important;
  color: #ffd889 !important;
  background: rgba(109, 62, 5, 0.24) !important;
}

.wtd-legacy-surface .wdps-notice-success,
.wtd-legacy-surface .wdps-passed-checks li {
  border-color: rgba(34, 197, 94, 0.32) !important;
  color: #77eca6 !important;
  background: rgba(13, 82, 48, 0.24) !important;
}

.wtd-legacy-surface .wdps-btn-secondary {
  border-color: var(--wdps-border) !important;
  color: #f4f7ff !important;
  background: rgba(10, 20, 51, 0.94) !important;
}

.wtd-legacy-surface .wdps-cta-btn {
  background: linear-gradient(105deg, #087cff, #5147ff 58%, #962bf1) !important;
  box-shadow: 0 12px 30px rgba(47, 69, 255, 0.28) !important;
}

.wtd-ai-modes {
  padding: 42px;
}

.wtd-model-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 900px;
  margin: 30px auto 0;
}

.wtd-model {
  --model: var(--wtd-blue);
  min-height: 230px;
  padding: 28px 22px;
  border: 1px solid color-mix(in srgb, var(--model) 58%, transparent);
  border-radius: 15px;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--model) 20%, transparent), transparent 58%), rgba(5, 12, 34, 0.84);
  box-shadow: inset 0 0 38px color-mix(in srgb, var(--model) 7%, transparent);
}

.wtd-model-chatgpt { --model: var(--wtd-chatgpt); }
.wtd-model-claude { --model: var(--wtd-claude); }
.wtd-model-gemini { --model: var(--wtd-gemini); }

.wtd-model-mark {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border: 1px solid color-mix(in srgb, var(--model) 68%, #fff 7%);
  border-radius: 17px;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  background: color-mix(in srgb, var(--model) 72%, #07102b 28%);
  box-shadow: 0 0 28px color-mix(in srgb, var(--model) 28%, transparent);
}

.wtd-model h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.wtd-model p {
  margin: 7px 0 0;
  color: var(--wtd-muted);
  font-size: 13px;
}

.wtd-bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 900px;
  margin: 15px auto 0;
}

.wtd-bundle-grid article {
  display: grid;
  padding: 16px 18px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 12px;
  color: #fff;
  background: rgba(5, 12, 34, 0.78);
}

.wtd-bundle-grid span {
  color: var(--wtd-muted);
  font-size: 12px;
}

.wtd-bundle-grid b {
  color: var(--wtd-good);
}

.wtd-role-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px;
}

.wtd-role-panel article {
  display: grid;
  grid-template-columns: 48px 1fr 180px;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 13px;
  background: rgba(5, 13, 36, 0.78);
}

.wtd-role-panel article + article {
  margin-top: 12px;
}

.wtd-role-letter {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(44, 201, 255, 0.5);
  border-radius: 50%;
  color: #55d2ff;
  font-weight: 850;
  background: rgba(20, 133, 255, 0.1);
}

.wtd-role-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.wtd-role-panel article p {
  margin: 3px 0 0;
  color: var(--wtd-muted);
  font-size: 12px;
}

.wtd-role-panel article button {
  min-height: 44px;
  border: 1px solid rgba(101, 119, 255, 0.36);
  border-radius: 10px;
  color: #cbd4ec;
  background: rgba(5, 10, 28, 0.86);
}

.wtd-role-panel > .wtd-truth-note {
  margin-top: 16px;
}

.wtd-empty-product {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 44px;
  max-width: 840px;
  margin: 70px auto 0;
  padding: 38px;
}

.wtd-empty-ring {
  display: grid;
  place-items: center;
  align-content: center;
  width: 190px;
  height: 190px;
  border: 14px solid rgba(26, 122, 255, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(82, 131, 255, 0.46), 0 0 46px rgba(39, 70, 255, 0.2), inset 0 0 34px rgba(27, 85, 255, 0.14);
}

.wtd-empty-ring span {
  color: #fff;
  font-size: 50px;
  line-height: 1;
}

.wtd-empty-ring small {
  margin-top: 6px;
  color: var(--wtd-muted);
  font-size: 11px;
}

.wtd-empty-product h2 {
  margin: 0;
  color: #fff;
  font-size: 27px;
}

.wtd-empty-product p {
  margin: 10px 0 22px;
  color: var(--wtd-muted);
}

.wtd-dashboard-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.wtd-dashboard-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.wtd-dashboard-heading p:not(.wtd-eyebrow) {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--wtd-muted);
}

.wtd-selected-plan {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid color-mix(in srgb, var(--dashboard-plan) 58%, transparent);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  background: color-mix(in srgb, var(--dashboard-plan) 14%, rgba(5, 12, 34, 0.9));
}

.wtd-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wtd-dashboard-metrics article {
  display: grid;
  min-height: 128px;
  padding: 18px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 14px;
  background: rgba(5, 13, 36, 0.76);
}

.wtd-dashboard-metrics article:first-child {
  border-color: color-mix(in srgb, var(--dashboard-plan) 52%, transparent);
  box-shadow: inset 0 0 32px color-mix(in srgb, var(--dashboard-plan) 7%, transparent);
}

.wtd-dashboard-metrics strong {
  align-self: end;
  margin-top: 14px;
  color: #fff;
  font-size: 21px;
  line-height: 1.1;
}

.wtd-dashboard-metrics small {
  margin-top: 5px;
  color: #7f90b4;
  font-size: 10px;
}

.wtd-ready-text {
  color: #42df8a !important;
}

.wtd-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.75fr);
  gap: 14px;
  margin-top: 14px;
}

.wtd-dashboard-grid > article {
  border: 1px solid var(--wtd-line-soft);
  border-radius: 15px;
  background: rgba(5, 13, 36, 0.76);
}

.wtd-dashboard-primary,
.wtd-dashboard-side {
  min-height: 320px;
  padding: 24px;
}

.wtd-dashboard-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.wtd-dashboard-card-head h2,
.wtd-dashboard-side h2,
.wtd-dashboard-queue h2 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 20px;
}

.wtd-dashboard-card-head b {
  flex: 0 0 auto;
  color: #5ce99a;
  font-size: 9px;
}

.wtd-readiness-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.wtd-readiness-list > span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 12px;
  border: 1px solid rgba(76, 111, 203, 0.2);
  border-radius: 10px;
  color: #c9d3e9;
  font-size: 10px;
  background: rgba(3, 9, 27, 0.62);
}

.wtd-readiness-list i {
  display: grid;
  flex: 0 0 26px;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  color: #55c7ff;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  background: rgba(19, 127, 255, 0.12);
}

.wtd-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.wtd-dashboard-side {
  display: flex;
  flex-direction: column;
}

.wtd-empty-chart {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 110px;
  margin: 20px 0 15px;
  padding: 12px;
  border: 1px solid rgba(76, 111, 203, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(rgba(83, 111, 181, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 111, 181, 0.09) 1px, transparent 1px),
    rgba(3, 9, 27, 0.62);
  background-size: 24px 24px;
}

.wtd-empty-chart i {
  flex: 1;
  height: 16%;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(37, 147, 255, 0.5), rgba(87, 70, 255, 0.12));
}

.wtd-empty-chart i:nth-child(2) { height: 29%; }
.wtd-empty-chart i:nth-child(3) { height: 21%; }
.wtd-empty-chart i:nth-child(4) { height: 38%; }
.wtd-empty-chart i:nth-child(5) { height: 27%; }

.wtd-dashboard-side p {
  margin: 8px 0 0;
  color: var(--wtd-muted);
  font-size: 11px;
}

.wtd-dashboard-queue {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
}

.wtd-dashboard-queue h2 {
  font-size: 16px;
}

.wtd-dashboard-queue a {
  color: #62caff !important;
  font-size: 11px;
  font-weight: 750;
}

.wtd-agency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1060px;
  margin: 0 auto 28px;
}

.wtd-view-shell > .wtd-button {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.wtd-reports-view {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 2%, rgba(80, 46, 255, 0.16), transparent 29rem),
    radial-gradient(circle at 18% 12%, rgba(0, 155, 255, 0.11), transparent 25rem),
    linear-gradient(145deg, rgba(7, 15, 41, 0.94), rgba(3, 8, 26, 0.9));
}

.wtd-reports-view::before {
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(44, 186, 255, 0.9), rgba(135, 74, 255, 0.9), transparent);
  box-shadow: 0 0 30px rgba(73, 111, 255, 0.56);
}

.wtd-analytics-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.wtd-analytics-heading > div:first-child {
  max-width: 760px;
}

.wtd-analytics-heading h1 {
  margin: 5px 0 10px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.wtd-analytics-heading > div:first-child > p:last-child {
  max-width: 690px;
  margin: 0;
  color: var(--wtd-muted);
  font-size: 14px;
}

.wtd-analytics-access {
  display: grid;
  justify-items: end;
  gap: 9px;
  flex: 0 0 auto;
}

.wtd-analytics-access > span {
  color: #8090b6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wtd-plan-pill {
  --pill: #1686ff;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid color-mix(in srgb, var(--pill) 52%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--pill) 58%, #fff 42%);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.035em;
  white-space: nowrap;
  background: color-mix(in srgb, var(--pill) 10%, transparent);
  box-shadow: inset 0 0 16px color-mix(in srgb, var(--pill) 5%, transparent);
}

.wtd-plan-pill-free { --pill: #18c878; }
.wtd-plan-pill-professional { --pill: #1686ff; }
.wtd-plan-pill-advanced { --pill: #b33cef; }
.wtd-plan-pill-ultra { --pill: #ff7217; }

.wtd-report-toolbar-panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 16px;
  border: 1px solid rgba(75, 111, 205, 0.3);
  border-radius: 15px;
  background: rgba(3, 10, 31, 0.76);
  box-shadow: inset 0 0 28px rgba(39, 72, 169, 0.04);
}

.wtd-report-toolbar-panel form {
  display: grid;
  flex: 1 1 600px;
  gap: 7px;
  max-width: 760px;
}

.wtd-report-toolbar-panel label {
  color: #8797ba;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.wtd-report-toolbar-panel form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.wtd-report-toolbar-panel select,
.wtd-report-toolbar-panel button {
  min-height: 43px;
  border-radius: 10px;
}

.wtd-report-toolbar-panel select {
  min-width: 0;
  padding: 0 40px 0 13px;
  border: 1px solid rgba(79, 118, 217, 0.4);
  outline: 0;
  color: #f4f7ff;
  background: #07112f;
}

.wtd-report-toolbar-panel select:focus {
  border-color: #36bfff;
  box-shadow: 0 0 0 3px rgba(30, 171, 255, 0.13);
}

.wtd-report-toolbar-panel select option {
  color: #0b1229;
  background: #fff;
}

.wtd-report-toolbar-panel button {
  padding: 0 17px;
  border: 1px solid rgba(75, 145, 255, 0.55);
  color: #eaf6ff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  background: rgba(19, 104, 231, 0.2);
}

.wtd-report-toolbar-panel button:hover,
.wtd-report-toolbar-panel button:focus-visible {
  border-color: #43c4ff;
  outline: 0;
  background: rgba(19, 104, 231, 0.34);
}

.wtd-report-toolbar-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.wtd-report-toolbar-actions .wtd-button {
  min-height: 43px;
  padding: 0 17px;
  font-size: 11px;
}

.wtd-analytics-context {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 0.8fr));
  margin-top: 16px;
  border: 1px solid rgba(72, 107, 198, 0.25);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(5, 12, 34, 0.64);
}

.wtd-analytics-context > div {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 88px;
  padding: 15px 18px;
  border-right: 1px solid rgba(72, 107, 198, 0.2);
}

.wtd-analytics-context > div:last-child {
  border-right: 0;
}

.wtd-analytics-context span,
.wtd-analytics-context small {
  overflow: hidden;
  color: #7f8fb4;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtd-analytics-context span {
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wtd-analytics-context strong {
  overflow: hidden;
  margin: 4px 0 2px;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtd-analytics-context .wtd-status-ready {
  color: #59e69a;
}

.wtd-analytics-kpis {
  display: grid;
  grid-template-columns: 1.16fr repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.wtd-analytics-kpis article {
  position: relative;
  min-height: 140px;
  padding: 20px;
  border: 1px solid rgba(71, 108, 204, 0.28);
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(32, 102, 255, 0.12), transparent 11rem),
    rgba(5, 13, 37, 0.78);
}

.wtd-analytics-kpis article::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 54px;
  height: 1px;
  content: "";
  background: #399eff;
  box-shadow: 0 0 16px #399eff;
}

.wtd-analytics-kpis article > span {
  display: block;
  color: #8494b7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wtd-analytics-kpis article > strong,
.wtd-analytics-kpis article > div strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.wtd-analytics-kpis article > div strong {
  display: inline-block;
}

.wtd-analytics-kpis article > div small {
  margin-left: 3px;
  color: #90a0c3;
  font-size: 12px;
}

.wtd-analytics-kpis article p {
  margin: 11px 0 0;
  color: #8292b5;
  font-size: 10px;
}

.wtd-analytics-kpis .wtd-tone-good::before { background: var(--wtd-good); box-shadow: 0 0 16px var(--wtd-good); }
.wtd-analytics-kpis .wtd-tone-warning::before { background: var(--wtd-warning); box-shadow: 0 0 16px var(--wtd-warning); }
.wtd-analytics-kpis .wtd-tone-danger::before { background: var(--wtd-danger); box-shadow: 0 0 16px var(--wtd-danger); }
.wtd-analytics-kpis .wtd-tone-good > strong,
.wtd-analytics-kpis .wtd-tone-good > div strong { color: #56e895; }
.wtd-analytics-kpis .wtd-tone-warning > strong,
.wtd-analytics-kpis .wtd-tone-warning > div strong { color: #ffc24f; }
.wtd-analytics-kpis .wtd-tone-danger > strong,
.wtd-analytics-kpis .wtd-tone-danger > div strong { color: #ff7169; }

.wtd-analytics-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(72, 108, 204, 0.28);
  border-radius: 15px;
  background:
    radial-gradient(circle at 100% 0%, rgba(50, 77, 190, 0.09), transparent 15rem),
    rgba(4, 11, 32, 0.76);
  box-shadow: inset 0 0 40px rgba(38, 69, 160, 0.035);
}

.wtd-analytics-grid,
.wtd-insight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 14px;
  margin-top: 14px;
}

.wtd-insight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wtd-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.wtd-card-heading h2 {
  margin: 3px 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.wtd-card-heading > span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(67, 116, 218, 0.24);
  border-radius: 8px;
  color: #8293b8;
  font-size: 9px;
  background: rgba(7, 17, 46, 0.7);
}

.wtd-category-list {
  display: grid;
  gap: 17px;
  margin-top: 24px;
}

.wtd-category-row {
  --category: #17caff;
}

.wtd-category-seo { --category: #7a64ff; }
.wtd-category-trust { --category: #24d875; }
.wtd-category-experience { --category: #ff9f23; }

.wtd-category-row > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.wtd-category-row span {
  color: #edf3ff;
  font-size: 12px;
  font-weight: 750;
}

.wtd-category-row strong {
  color: var(--category);
  font-size: 13px;
}

.wtd-category-meter {
  height: 7px;
  margin: 7px 0 6px;
  padding: 2px;
  border-radius: 999px;
  background: rgba(89, 111, 177, 0.18);
}

.wtd-category-meter i {
  display: block;
  min-width: 3px;
  height: 3px;
  border-radius: inherit;
  background: linear-gradient(90deg, color-mix(in srgb, var(--category) 70%, #1556ff 30%), var(--category));
  box-shadow: 0 0 12px color-mix(in srgb, var(--category) 58%, transparent);
}

.wtd-category-row small {
  color: #7181a6;
  font-size: 9px;
}

.wtd-severity-list {
  display: grid;
  gap: 9px;
  margin-top: 23px;
}

.wtd-severity-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2px 12px;
  padding: 12px 13px;
  border: 1px solid rgba(79, 108, 182, 0.2);
  border-radius: 11px;
  background: rgba(5, 13, 36, 0.72);
}

.wtd-severity-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #eaf0ff;
  font-size: 10px;
  font-weight: 750;
}

.wtd-severity-list span i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

.wtd-severity-list strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.wtd-severity-list small {
  grid-column: 1;
  padding-left: 15px;
  color: #7080a4;
  font-size: 8px;
}

.wtd-severity-high span { color: #ff665e; }
.wtd-severity-medium span { color: #ffb832; }
.wtd-severity-low span { color: #3fc8ff; }

.wtd-severity-note {
  margin-top: 14px;
  padding: 13px;
  border-left: 2px solid #1686ff;
  border-radius: 0 9px 9px 0;
  background: rgba(21, 88, 197, 0.08);
}

.wtd-severity-note span {
  color: #55c9ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wtd-severity-note p {
  margin: 5px 0 0;
  color: #8c9abb;
  font-size: 9px;
}

.wtd-findings-card,
.wtd-library-card {
  margin-top: 14px;
}

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

.wtd-finding {
  --finding: #3ebcff;
  min-width: 0;
  padding: 17px;
  border: 1px solid color-mix(in srgb, var(--finding) 25%, rgba(76, 105, 183, 0.3));
  border-radius: 13px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--finding) 10%, transparent), transparent 10rem),
    rgba(6, 14, 38, 0.76);
}

.wtd-finding-high { --finding: #ff5d55; }
.wtd-finding-medium { --finding: #ffb020; }
.wtd-finding-low { --finding: #35c2ff; }

.wtd-finding-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.wtd-finding-head > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid color-mix(in srgb, var(--finding) 38%, transparent);
  border-radius: 8px;
  color: var(--finding);
  font-size: 9px;
  font-weight: 850;
  background: color-mix(in srgb, var(--finding) 8%, transparent);
}

.wtd-finding-head > strong {
  padding: 4px 7px;
  border-radius: 6px;
  color: var(--finding);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--finding) 9%, transparent);
}

.wtd-finding h3 {
  min-height: 42px;
  margin: 14px 0 11px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.wtd-finding p {
  margin: 9px 0 0;
  color: #93a1c1;
  font-size: 10px;
  line-height: 1.55;
}

.wtd-finding p b {
  display: block;
  margin-bottom: 2px;
  color: #dce5fa;
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wtd-no-findings {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(36, 216, 117, 0.3);
  border-radius: 12px;
  background: rgba(20, 106, 62, 0.12);
}

.wtd-no-findings > span {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #4de68f;
  background: rgba(36, 216, 117, 0.13);
}

.wtd-no-findings h3,
.wtd-no-findings p {
  margin: 0;
}

.wtd-no-findings h3 { color: #fff; font-size: 14px; }
.wtd-no-findings p { margin-top: 3px; color: #8fa0c2; font-size: 10px; }

.wtd-inline-upgrade {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  margin-top: 13px;
  padding: 14px;
  border: 1px solid rgba(161, 77, 255, 0.32);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(86, 43, 190, 0.13), rgba(17, 91, 211, 0.08));
}

.wtd-inline-upgrade > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(161, 77, 255, 0.4);
  border-radius: 10px;
  color: #c28aff;
  font-size: 22px;
  background: rgba(128, 57, 240, 0.1);
}

.wtd-inline-upgrade strong {
  color: #f6f2ff;
  font-size: 11px;
}

.wtd-inline-upgrade p {
  margin: 3px 0 0;
  color: #8e9cbd;
  font-size: 9px;
}

.wtd-inline-upgrade a,
.wtd-locked-content a {
  color: #77d1ff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.wtd-history-card,
.wtd-portfolio-card {
  min-height: 330px;
}

.wtd-history-chart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  height: 218px;
  margin-top: 20px;
  padding: 20px 12px 0;
  border-bottom: 1px solid rgba(78, 111, 196, 0.24);
  background-image: repeating-linear-gradient(to bottom, rgba(82, 110, 183, 0.13) 0 1px, transparent 1px 48px);
}

.wtd-history-chart > div {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  min-width: 28px;
}

.wtd-history-chart span {
  margin-bottom: 5px;
  color: #dce8ff;
  font-size: 9px;
  font-weight: 800;
}

.wtd-history-chart i {
  width: min(100%, 34px);
  min-height: 8px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #34caff, #2459ff 52%, #653dff);
  box-shadow: 0 0 14px rgba(45, 111, 255, 0.35);
}

.wtd-history-chart small {
  min-height: 22px;
  margin: 6px -6px -28px;
  color: #7282a6;
  font-size: 8px;
  white-space: nowrap;
}

.wtd-analytics-card.is-locked {
  background:
    linear-gradient(135deg, rgba(8, 16, 42, 0.9), rgba(5, 10, 28, 0.9)),
    rgba(4, 11, 32, 0.8);
}

.wtd-locked-content {
  display: grid;
  justify-items: start;
  align-content: center;
  min-height: 220px;
  margin-top: 10px;
  padding: 20px;
  border: 1px dashed rgba(94, 118, 191, 0.28);
  border-radius: 12px;
  background:
    repeating-linear-gradient(135deg, rgba(54, 78, 151, 0.025) 0 10px, transparent 10px 20px),
    rgba(4, 10, 29, 0.55);
}

.wtd-lock-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(96, 117, 255, 0.36);
  border-radius: 10px;
  color: #93a2ff;
  font-size: 12px;
  font-weight: 850;
  background: rgba(70, 70, 220, 0.1);
}

.wtd-locked-content h3 {
  margin: 15px 0 6px;
  color: #fff;
  font-size: 15px;
}

.wtd-locked-content p {
  max-width: 500px;
  margin: 0 0 13px;
  color: #8897b9;
  font-size: 10px;
}

.wtd-portfolio-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}

.wtd-portfolio-metrics > div {
  display: grid;
  min-height: 150px;
  align-content: end;
  padding: 15px;
  border: 1px solid rgba(71, 106, 196, 0.22);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(18, 56, 142, 0.06), rgba(5, 13, 36, 0.78));
}

.wtd-portfolio-metrics span { color: #7e8daf; font-size: 8px; text-transform: uppercase; }
.wtd-portfolio-metrics strong { margin-top: 7px; color: #fff; font-size: 28px; }

.wtd-library-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid rgba(72, 105, 190, 0.22);
  border-radius: 12px;
}

.wtd-library-card table {
  width: 100%;
  min-width: 860px;
  border: 0;
  border-collapse: collapse;
  color: #dce4f7;
  background: rgba(4, 10, 29, 0.52);
}

.wtd-library-card th,
.wtd-library-card td {
  padding: 14px;
  border: 0;
  border-bottom: 1px solid rgba(74, 104, 181, 0.17);
  text-align: left;
}

.wtd-library-card th {
  color: #7585aa;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: rgba(8, 17, 44, 0.75);
}

.wtd-library-card td {
  color: #aeb9d2;
  font-size: 10px;
}

.wtd-library-card tbody tr:last-child td {
  border-bottom: 0;
}

.wtd-library-card tbody tr.is-selected td {
  background: rgba(28, 87, 210, 0.08);
}

.wtd-library-card td:first-child strong,
.wtd-library-card td:first-child small {
  display: block;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wtd-library-card td:first-child strong {
  color: #f5f8ff;
  font-size: 11px;
}

.wtd-library-card td:first-child small {
  margin-top: 2px;
  color: #6f7fa3;
  font-size: 8px;
}

.wtd-table-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #62e39b;
  font-size: 9px;
  font-weight: 750;
}

.wtd-table-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #24d875;
  box-shadow: 0 0 9px rgba(36, 216, 117, 0.8);
}

.wtd-table-actions {
  display: flex;
  gap: 6px;
}

.wtd-table-actions a {
  padding: 6px 8px;
  border: 1px solid rgba(58, 139, 255, 0.34);
  border-radius: 7px;
  color: #68caff;
  font-size: 8px;
  font-weight: 800;
  background: rgba(24, 103, 220, 0.08);
}

.wtd-table-actions a:hover,
.wtd-table-actions a:focus-visible {
  border-color: #45c5ff;
  outline: 0;
  color: #fff;
}

.wtd-report-gate {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  max-width: 920px;
  margin: 10px auto 0;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(74, 112, 215, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 50%, rgba(33, 135, 255, 0.13), transparent 17rem),
    rgba(4, 11, 33, 0.8);
}

.wtd-gate-mark {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(72, 179, 255, 0.48);
  border-radius: 24px;
  color: #bce8ff;
  font-size: 36px;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(16, 139, 255, 0.28), rgba(100, 57, 255, 0.24));
  box-shadow: 0 0 35px rgba(44, 105, 255, 0.2), inset 0 0 28px rgba(91, 99, 255, 0.1);
}

.wtd-report-gate h2 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.035em;
}

.wtd-report-gate > div > p:last-of-type {
  max-width: 620px;
  margin: 0;
  color: var(--wtd-muted);
  font-size: 12px;
}

.wtd-gate-actions {
  display: flex;
  gap: 9px;
  margin-top: 20px;
}

.wtd-report-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.wtd-report-toolbar h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -0.05em;
}

.wtd-pdf-form {
  justify-content: flex-end;
  margin-top: 0;
}

.wtd-pdf-form button {
  appearance: none;
}

.wtd-report-surface {
  padding: clamp(18px, 3vw, 38px);
}

.wtd-report-surface > div,
.wtd-report-surface section,
.wtd-report-surface article,
.wtd-report-surface .card,
.wtd-report-surface [class*="card"] {
  border-color: rgba(76, 112, 207, 0.28) !important;
  color: #dbe4f7;
  background-color: rgba(7, 14, 37, 0.76) !important;
  box-shadow: none;
}

.wtd-report-surface [style*="background"] {
  color: #dbe4f7;
}

.wtd-report-surface table {
  width: 100%;
  border-collapse: collapse;
  color: #dbe4f7;
  background: transparent;
}

.wtd-report-surface th,
.wtd-report-surface td {
  padding: 12px;
  border: 1px solid rgba(78, 108, 184, 0.25);
  color: inherit;
}

.wtd-report-surface a:not(.button):not([class*="button"]) {
  color: #59beff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wtd-empty-state {
  padding: 36px;
  border: 1px solid var(--wtd-line-soft);
  border-radius: 14px;
  text-align: center;
  background: rgba(5, 12, 33, 0.7);
}

.wtd-empty-state h2 {
  margin: 0;
  color: #fff;
}

.wtd-empty-state p {
  margin: 9px 0 0;
  color: var(--wtd-muted);
}

.wtd-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 60px;
  padding: 14px;
  color: #657391;
  font-size: 11px;
}

.wtd-footer a {
  color: #8d9bb8;
  text-decoration: none;
}

.wtd-footer a:hover,
.wtd-footer a:focus-visible {
  color: #fff;
}

body.wtd-premium-page #hostinger-ai-assistant,
body.wtd-premium-page .hostinger-ai-assistant,
body.wtd-premium-page [class*="ask-ai"],
body.wtd-premium-page [id*="ask-ai"] {
  display: none !important;
}

@keyframes wtd-pulse {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: no-preference) {
  .wtd-orbit-one {
    animation: wtd-pulse 4.8s ease-in-out infinite;
  }
}

@media (max-width: 1260px) {
  .wtd-home-grid {
    grid-template-columns: 1fr;
  }

  .wtd-hero {
    border-right: 0;
    border-bottom: 1px solid var(--wtd-line);
  }

  .wtd-packages {
    padding: 32px;
  }

  .wtd-package {
    min-height: 330px;
  }

  .wtd-header {
    grid-template-columns: 210px 1fr 108px;
  }

  .wtd-nav {
    gap: 22px;
  }

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

  .wtd-analytics-kpis article {
    min-height: 132px;
    padding: 17px;
  }

  .wtd-finding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .wtd-app-inner {
    width: min(calc(100% - 20px), var(--wtd-max));
    padding-top: 10px;
  }

  .wtd-header {
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .wtd-menu-toggle {
    display: block;
    grid-column: 3;
  }

  .wtd-account {
    grid-column: 2;
    grid-row: 1;
  }

  .wtd-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--wtd-line);
    border-radius: 14px;
    background: rgba(3, 8, 27, 0.98);
    box-shadow: var(--wtd-shadow);
  }

  .wtd-nav.is-open {
    display: grid;
  }

  .wtd-nav a {
    min-height: 44px;
    padding: 12px;
    border-radius: 9px;
  }

  .wtd-nav a:hover,
  .wtd-nav a:focus-visible {
    background: rgba(36, 90, 220, 0.13);
  }

  .wtd-nav a::after {
    display: none;
  }

  .wtd-hero {
    grid-template-columns: 1fr;
    padding: 46px 34px 26px;
  }

  .wtd-hero-copy {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
  }

  .wtd-hero-copy > p:not(.wtd-eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .wtd-hero-actions {
    justify-content: center;
  }

  .wtd-hero-visual {
    margin-top: 16px;
  }

  .wtd-scan-layout {
    grid-template-columns: 1fr;
  }

  .wtd-scan-visual-panel {
    min-height: 490px;
  }

  .wtd-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wtd-workflow-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .wtd-workflow-proof .wtd-button {
    grid-column: 1 / -1;
  }

  .wtd-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtd-standards {
    grid-template-columns: 1fr;
  }

  .wtd-contact-grid {
    grid-template-columns: 1fr;
  }

  .wtd-contact-grid article {
    min-height: 240px;
  }

  .wtd-dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtd-analytics-context,
  .wtd-analytics-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wtd-analytics-context > div:nth-child(2) {
    border-right: 0;
  }

  .wtd-analytics-context > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(72, 107, 198, 0.2);
  }

  .wtd-analytics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .wtd-package-track {
    grid-template-columns: repeat(4, minmax(245px, 75vw));
    gap: 14px;
    padding: 2px 2px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(86, 113, 224, 0.65) rgba(5, 11, 30, 0.5);
  }

  .wtd-package {
    min-height: 360px;
    scroll-snap-align: start;
  }

  .wtd-model-grid,
  .wtd-bundle-grid,
  .wtd-agency-grid {
    grid-template-columns: 1fr;
  }

  .wtd-model {
    min-height: auto;
  }

  .wtd-empty-product {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .wtd-report-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .wtd-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .wtd-dashboard-queue {
    grid-column: 1;
  }

  .wtd-pdf-form {
    justify-content: flex-start;
  }

  .wtd-analytics-heading,
  .wtd-report-toolbar-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .wtd-analytics-access {
    justify-items: start;
  }

  .wtd-report-toolbar-panel form {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }

  .wtd-report-toolbar-actions {
    width: 100%;
  }

  .wtd-insight-grid {
    grid-template-columns: 1fr;
  }

  .wtd-history-card,
  .wtd-portfolio-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .wtd-app-inner {
    width: 100%;
    padding: 0;
  }

  .wtd-header {
    position: sticky;
    top: 0;
    min-height: 62px;
    padding: 0 14px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .wtd-logo-mark {
    width: 31px;
    height: 36px;
  }

  .wtd-logo-copy strong {
    font-size: 15px;
  }

  .wtd-logo-copy small {
    display: none;
  }

  .wtd-account {
    display: none;
  }

  .wtd-menu-toggle {
    grid-column: 3;
  }

  .wtd-nav .wtd-nav-account {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgba(127, 73, 255, 0.5);
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    background: rgba(28, 16, 70, 0.7);
  }

  .wtd-home-grid,
  .wtd-section,
  .wtd-view-shell {
    margin-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .wtd-hero {
    min-height: auto;
    padding: 42px 18px 20px;
  }

  .wtd-hero h1 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .wtd-hero-copy > p:not(.wtd-eyebrow) {
    font-size: 15px;
  }

  .wtd-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wtd-scanner-console {
    padding: 14px;
    border-radius: 14px;
  }

  .wtd-console-grid {
    grid-template-columns: 1fr;
  }

  .wtd-console-target {
    padding: 10px;
  }

  .wtd-console-count {
    display: none;
  }

  .wtd-button {
    width: 100%;
    min-height: 48px;
  }

  .wtd-scanner {
    --scanner-size: min(82vw, 326px);
    width: min(100%, 390px);
    height: 388px;
    margin-top: 4px;
  }

  .wtd-ring-chatgpt {
    width: calc(var(--scanner-size) * 0.805);
    height: calc(var(--scanner-size) * 0.805);
    padding: 18px;
  }

  .wtd-ring-claude {
    width: calc(var(--scanner-size) * 0.625);
    height: calc(var(--scanner-size) * 0.625);
    padding: 9px;
  }

  .wtd-scanner-core strong {
    font-size: 52px;
  }

  .wtd-orbit-one {
    width: min(92vw, 370px);
    height: 300px;
  }

  .wtd-orbit-two {
    width: min(96vw, 390px);
    height: 250px;
  }

  .wtd-score-card {
    min-width: 96px;
    padding: 8px;
  }

  .wtd-score-card span {
    font-size: 8px;
  }

  .wtd-score-card strong {
    font-size: 10px;
  }

  .wtd-score-top { top: 3px; }
  .wtd-score-bottom { bottom: 2px; }
  .wtd-score-left { left: 1px; }
  .wtd-score-right { right: 1px; }

  .wtd-packages {
    padding: 28px 16px 22px;
  }

  .wtd-packages > h2 {
    font-size: 22px;
    text-align: left;
  }

  .wtd-ai-notice br {
    display: none;
  }

  .wtd-process,
  .wtd-resource-strip,
  .wtd-standards,
  .wtd-view-shell,
  .wtd-ai-modes {
    padding: 34px 18px;
  }

  .wtd-process-grid {
    grid-template-columns: 1fr;
  }

  .wtd-workflow-proof,
  .wtd-resource-grid,
  .wtd-standards-grid,
  .wtd-dashboard-metrics,
  .wtd-readiness-list {
    grid-template-columns: 1fr;
  }

  .wtd-workflow-proof > div {
    border-right: 0;
    border-bottom: 1px solid rgba(90, 122, 202, 0.18);
  }

  .wtd-resource-card {
    min-height: 210px;
  }

  .wtd-dashboard-heading,
  .wtd-dashboard-card-head,
  .wtd-dashboard-queue {
    align-items: flex-start;
    flex-direction: column;
  }

  .wtd-selected-plan {
    align-self: flex-start;
  }

  .wtd-dashboard-primary,
  .wtd-dashboard-side {
    min-height: auto;
    padding: 18px;
  }

  .wtd-dashboard-actions {
    display: grid;
  }

  .wtd-resource-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .wtd-view-heading {
    text-align: left;
  }

  .wtd-view-heading h1 {
    font-size: 42px;
  }

  .wtd-view-heading > p:not(.wtd-eyebrow) {
    margin-left: 0;
  }

  .wtd-scan-layout {
    gap: 14px;
  }

  .wtd-scan-visual-panel {
    min-height: 440px;
    padding: 8px;
  }

  .wtd-scanner-compact {
    transform: scale(0.9);
  }

  .wtd-legacy-surface {
    padding: 20px 14px;
  }

  .wtd-role-panel {
    padding: 10px;
  }

  .wtd-role-panel article {
    grid-template-columns: 42px 1fr;
  }

  .wtd-role-panel article button {
    grid-column: 1 / -1;
  }

  .wtd-empty-product {
    margin-top: 30px;
    padding: 24px 18px;
  }

  .wtd-empty-ring {
    width: 150px;
    height: 150px;
  }

  .wtd-report-surface {
    margin: 0 -10px;
    padding: 14px 10px;
    overflow: hidden;
  }

  .wtd-report-surface table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .wtd-footer {
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 18px;
  }

  .wtd-reports-view {
    padding-right: 14px;
    padding-left: 14px;
  }

  .wtd-analytics-heading {
    margin-bottom: 22px;
  }

  .wtd-analytics-heading h1 {
    font-size: 42px;
  }

  .wtd-report-toolbar-panel {
    padding: 13px;
  }

  .wtd-report-toolbar-panel form > div,
  .wtd-report-toolbar-actions,
  .wtd-analytics-context,
  .wtd-analytics-kpis,
  .wtd-finding-grid,
  .wtd-portfolio-metrics {
    grid-template-columns: 1fr;
  }

  .wtd-report-toolbar-actions {
    display: grid;
  }

  .wtd-report-toolbar-panel form > div button,
  .wtd-report-toolbar-actions .wtd-button {
    width: 100%;
  }

  .wtd-analytics-context > div,
  .wtd-analytics-context > div:nth-child(2) {
    min-height: 76px;
    border-right: 0;
    border-bottom: 1px solid rgba(72, 107, 198, 0.2);
  }

  .wtd-analytics-context > div:last-child {
    border-bottom: 0;
  }

  .wtd-analytics-kpis article {
    min-height: 122px;
  }

  .wtd-analytics-card {
    padding: 17px;
  }

  .wtd-card-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .wtd-finding h3 {
    min-height: 0;
  }

  .wtd-inline-upgrade {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .wtd-inline-upgrade a {
    grid-column: 1 / -1;
    padding-left: 51px;
  }

  .wtd-history-chart {
    gap: 6px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .wtd-report-gate {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wtd-gate-mark {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    font-size: 28px;
  }

  .wtd-gate-actions {
    display: grid;
  }
}

@media (max-width: 390px) {
  .wtd-scanner {
    --scanner-size: 300px;
  }

  .wtd-score-card {
    min-width: 90px;
  }

  .wtd-score-left { left: 0; }
  .wtd-score-right { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  @page {
    size: Letter;
    margin: 14mm;
  }

  body.wtd-premium-page,
  .wtd-app {
    background: #fff !important;
    color: #121827 !important;
  }

  .wtd-app::before,
  .wtd-ambient,
  .wtd-header,
  .wtd-footer,
  .wtd-pdf-form,
  .wtd-eyebrow,
  .wtd-report-toolbar {
    display: none !important;
  }

  .wtd-app-inner,
  .wtd-view-shell,
  .wtd-report-surface,
  .wtd-legacy-surface {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #121827 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .wtd-report-surface *,
  .wtd-report-surface h1,
  .wtd-report-surface h2,
  .wtd-report-surface h3,
  .wtd-report-surface h4,
  .wtd-report-surface p,
  .wtd-report-surface li,
  .wtd-report-surface td,
  .wtd-report-surface th,
  .wtd-report-surface label,
  .wtd-report-surface strong,
  .wtd-report-surface span {
    color: #121827 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .wtd-report-surface article,
  .wtd-report-surface section,
  .wtd-report-surface .card,
  .wtd-report-surface [class*="card"] {
    break-inside: avoid;
    margin-bottom: 8mm !important;
    border: 1px solid #d6dbe7 !important;
  }

  .wtd-report-surface a {
    color: #145cc5 !important;
  }

  .wtd-report-surface button,
  .wtd-report-surface a.button,
  .wtd-report-surface a[class*="button"] {
    display: none !important;
  }
}
