.ydd-gc-root,
.ydd-gc-root * {
  box-sizing: border-box;
}

.ydd-gc-root [hidden] {
  display: none !important;
}

.ydd-gc-root {
  --ydd-gc-primary: #6d5dfc;
  --ydd-gc-success: #10b981;
  --ydd-gc-panel: #0a0e1a;
  --ydd-gc-text: #f7f8ff;
  --ydd-gc-muted: #a8afc3;
  --ydd-gc-border: rgba(255, 255, 255, 0.12);
  --ydd-gc-bottom: 24px;
  --ydd-gc-side: 24px;
  --ydd-gc-z: 99990;
  --ydd-gc-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
  z-index: var(--ydd-gc-z);
  font-family: var(--ydd-gc-font);
  line-height: 1.5;
  color: var(--ydd-gc-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ydd-gc-root button,
.ydd-gc-root input,
.ydd-gc-root select,
.ydd-gc-root textarea {
  font: inherit;
}

.ydd-gc-root button {
  -webkit-tap-highlight-color: transparent;
}

.ydd-gc-launcher {
  position: fixed;
  right: max(var(--ydd-gc-side), env(safe-area-inset-right));
  bottom: max(var(--ydd-gc-bottom), calc(env(safe-area-inset-bottom) + 12px));
  z-index: calc(var(--ydd-gc-z) + 2);
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  min-width: 312px;
  max-width: min(390px, calc(100vw - 32px));
  min-height: 74px;
  padding: 10px 13px 10px 11px;
  border: 1px solid rgba(133, 117, 255, 0.45);
  border-radius: 22px;
  color: var(--ydd-gc-text);
  background:
    linear-gradient(135deg, rgba(109, 93, 252, 0.18), transparent 46%),
    linear-gradient(180deg, rgba(17, 22, 39, 0.97), rgba(8, 11, 20, 0.97));
  box-shadow: 0 18px 60px rgba(3, 5, 15, 0.42), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px) scale(.97);
  transition: transform .32s cubic-bezier(.2,.8,.2,1), opacity .32s ease, border-color .2s ease, box-shadow .2s ease;
}

.ydd-gc-root[data-position="left"] .ydd-gc-launcher {
  left: max(var(--ydd-gc-side), env(safe-area-inset-left));
  right: auto;
}

.ydd-gc-root.is-ready .ydd-gc-launcher {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ydd-gc-launcher:hover,
.ydd-gc-launcher:focus-visible {
  border-color: rgba(145, 132, 255, .8);
  box-shadow: 0 22px 70px rgba(3, 5, 15, .5), 0 0 0 5px rgba(109, 93, 252, .12), inset 0 1px 0 rgba(255,255,255,.1);
  transform: translateY(-3px);
  outline: none;
}

.ydd-gc-signal {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.18), transparent 32%), linear-gradient(145deg, rgba(109,93,252,.95), rgba(70,54,196,.85));
  box-shadow: 0 12px 28px rgba(79, 62, 214, .34), inset 0 0 0 1px rgba(255,255,255,.22);
  overflow: hidden;
}

.ydd-gc-signal b {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .12em;
  margin-left: .12em;
}

.ydd-gc-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.ydd-gc-orbit-one { width: 38px; height: 17px; animation: ydd-gc-orbit 9s linear infinite; }
.ydd-gc-orbit-two { width: 17px; height: 38px; opacity: .7; animation: ydd-gc-orbit-reverse 12s linear infinite; }

.ydd-gc-launcher-copy {
  min-width: 0;
  text-align: left;
}

.ydd-gc-launcher-copy strong,
.ydd-gc-launcher-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ydd-gc-launcher-copy strong {
  color: #fff;
  font-size: 14px;
  font-weight: 720;
  letter-spacing: -.01em;
}

.ydd-gc-launcher-copy small {
  margin-top: 2px;
  color: #b8bed0;
  font-size: 12px;
  font-weight: 520;
}

.ydd-gc-launcher-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #d9d5ff;
  background: rgba(109, 93, 252, .14);
}

.ydd-gc-launcher-arrow svg,
.ydd-gc-choice-action svg,
.ydd-gc-close svg,
.ydd-gc-back svg,
.ydd-gc-teaser-close svg,
.ydd-gc-primary-action svg,
.ydd-gc-proof-message svg,
.ydd-gc-result-mark svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  display: block;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ydd-gc-teaser {
  position: fixed;
  right: max(var(--ydd-gc-side), env(safe-area-inset-right));
  bottom: calc(max(var(--ydd-gc-bottom), calc(env(safe-area-inset-bottom) + 12px)) + 88px);
  z-index: calc(var(--ydd-gc-z) + 3);
  width: min(342px, calc(100vw - 32px));
  padding: 18px 45px 18px 20px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(18,23,42,.98), rgba(8,11,20,.98));
  color: var(--ydd-gc-text);
  box-shadow: 0 24px 70px rgba(2,4,12,.52), inset 0 1px 0 rgba(255,255,255,.06);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px) scale(.97);
  transition: opacity .22s ease, transform .28s cubic-bezier(.2,.8,.2,1);
}

.ydd-gc-root[data-position="left"] .ydd-gc-teaser { left: max(var(--ydd-gc-side), env(safe-area-inset-left)); right: auto; }
.ydd-gc-root.has-teaser .ydd-gc-teaser { opacity: 1; transform: translateY(0) scale(1); }
.ydd-gc-teaser-line { position: absolute; inset: 0 auto 0 0; width: 3px; border-radius: 20px 0 0 20px; background: linear-gradient(var(--ydd-gc-primary), var(--ydd-gc-success)); }
.ydd-gc-teaser strong { display: block; padding-right: 4px; color: #fff; font-size: 14px; font-weight: 720; }
.ydd-gc-teaser p { margin: 5px 0 0; color: #b7becf; font-size: 12.5px; line-height: 1.55; }
.ydd-gc-teaser-close { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 9px; background: transparent; color: #aeb5c8; cursor: pointer; }
.ydd-gc-teaser-close:hover,.ydd-gc-teaser-close:focus-visible { background: rgba(255,255,255,.08); color: #fff; outline: none; }

.ydd-gc-backdrop {
  position: fixed;
  inset: 0;
  z-index: calc(var(--ydd-gc-z) + 8);
  background: rgba(2, 4, 11, .56);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity .25s ease;
}

.ydd-gc-dialog {
  position: fixed;
  right: max(var(--ydd-gc-side), env(safe-area-inset-right));
  bottom: max(var(--ydd-gc-bottom), calc(env(safe-area-inset-bottom) + 12px));
  z-index: calc(var(--ydd-gc-z) + 10);
  width: min(500px, calc(100vw - 36px));
  max-height: min(760px, calc(100dvh - 40px));
  opacity: 0;
  transform: translateY(18px) scale(.965);
  transform-origin: right bottom;
  transition: transform .32s cubic-bezier(.2,.85,.2,1), opacity .24s ease;
}

.ydd-gc-root[data-position="left"] .ydd-gc-dialog { left: max(var(--ydd-gc-side), env(safe-area-inset-left)); right: auto; transform-origin: left bottom; }
.ydd-gc-root.is-open .ydd-gc-backdrop { opacity: 1; }
.ydd-gc-root.is-open .ydd-gc-dialog { opacity: 1; transform: translateY(0) scale(1); }
.ydd-gc-root.is-open .ydd-gc-launcher { opacity: 0; transform: translateY(12px) scale(.9); pointer-events: none; }

.ydd-gc-dialog-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: min(760px, calc(100dvh - 40px));
  border: 1px solid rgba(145, 132, 255, .35);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% -3%, rgba(109,93,252,.24), transparent 31%),
    radial-gradient(circle at 92% 8%, rgba(16,185,129,.09), transparent 22%),
    linear-gradient(180deg, color-mix(in srgb, var(--ydd-gc-panel) 96%, white 4%), var(--ydd-gc-panel));
  box-shadow: 0 32px 100px rgba(1,3,10,.62), inset 0 1px 0 rgba(255,255,255,.09);
}

.ydd-gc-dialog-shell::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: radial-gradient(rgba(255,255,255,.5) .5px, transparent .5px);
  background-size: 7px 7px;
  mask-image: linear-gradient(to bottom, #000, transparent 45%);
}

.ydd-gc-dialog-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 88px 1fr 40px;
  align-items: center;
  min-height: 74px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.ydd-gc-brand { grid-column: 2; justify-self: center; display: flex; align-items: center; gap: 10px; }
.ydd-gc-brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, rgba(109,93,252,.18), rgba(73,55,200,.18)); box-shadow: 0 8px 20px color-mix(in srgb, var(--ydd-gc-primary) 28%, transparent); overflow: hidden; }
.ydd-gc-brand-logo { width: 100%; height: 100%; display: block; object-fit: cover; }
.ydd-gc-brand strong,.ydd-gc-brand small { display: block; white-space: nowrap; }
.ydd-gc-brand strong { color: #f8f8ff; font-size: 12px; letter-spacing: -.01em; }
.ydd-gc-brand small { color: #9098ad; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.ydd-gc-close,.ydd-gc-back {
  position: relative;
  z-index: 3;
  border: 0;
  color: #afb6c8;
  background: transparent;
  cursor: pointer;
}
.ydd-gc-close { grid-column: 3; justify-self: end; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; }
.ydd-gc-back { grid-column: 1; justify-self: start; display: inline-flex; align-items: center; gap: 5px; min-height: 38px; padding: 0 9px 0 5px; border-radius: 11px; font-size: 12px; }
.ydd-gc-close:hover,.ydd-gc-close:focus-visible,.ydd-gc-back:hover,.ydd-gc-back:focus-visible { color: #fff; background: rgba(255,255,255,.08); outline: none; }

.ydd-gc-progress { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 11px 22px 0; }
.ydd-gc-progress-label { flex: 0 0 auto; color: #8f97aa; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ydd-gc-progress > i { flex: 1; height: 2px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.08); }
.ydd-gc-progress > i b { display: block; width: 50%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ydd-gc-primary), color-mix(in srgb, var(--ydd-gc-primary) 60%, var(--ydd-gc-success))); transition: width .35s ease; }

.ydd-gc-stage {
  position: relative;
  z-index: 2;
  flex: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.2) transparent;
}
.ydd-gc-stage.is-scrollable { overflow-y: auto; }
.ydd-gc-stage::-webkit-scrollbar { width: 6px; }
.ydd-gc-stage::-webkit-scrollbar-thumb { background: rgba(255,255,255,.18); border-radius: 10px; }

.ydd-gc-view { min-height: 100%; padding: 30px 28px 28px; animation: ydd-gc-view-in .28s ease both; }
.ydd-gc-view:not(.is-scrollable) { display: flex; flex-direction: column; justify-content: flex-start; }
.ydd-gc-kicker { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 9px; border: 1px solid rgba(129,113,255,.24); border-radius: 999px; color: #c0baff; background: rgba(109,93,252,.08); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ydd-gc-view h2 { max-width: 420px; margin: 14px 0 8px; color: #fff; font-size: clamp(26px, 4vw, 34px); line-height: 1.08; letter-spacing: -.04em; font-weight: 760; }
.ydd-gc-intro { max-width: 420px; margin: 0; color: #aeb5c7; font-size: 13.5px; line-height: 1.65; }
.ydd-gc-question { margin-top: 25px; }
.ydd-gc-question h3 { margin: 0; color: #eef0fb; font-size: 15px; font-weight: 700; }
.ydd-gc-question p { margin: 4px 0 0; color: #858da2; font-size: 11.5px; }
.ydd-gc-options { display: grid; gap: 9px; margin-top: 20px; }

.ydd-gc-choice {
  width: 100%;
  min-height: 70px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 13px;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(120deg, rgba(255,255,255,.048), rgba(255,255,255,.018));
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.ydd-gc-choice:hover,.ydd-gc-choice:focus-visible { transform: translateY(-2px); border-color: rgba(129,113,255,.48); background: linear-gradient(120deg, rgba(109,93,252,.14), rgba(255,255,255,.028)); box-shadow: 0 12px 28px rgba(2,4,12,.24); outline: none; }
.ydd-gc-choice.is-current { border-color: rgba(16,185,129,.4); background: linear-gradient(120deg, rgba(16,185,129,.09), rgba(255,255,255,.022)); }
.ydd-gc-choice > span:nth-child(2) { min-width: 0; }
.ydd-gc-choice strong,.ydd-gc-choice small { display: block; }
.ydd-gc-choice strong { color: #f7f8ff; font-size: 13px; line-height: 1.25; font-weight: 700; letter-spacing: -.01em; }
.ydd-gc-choice small { margin-top: 4px; color: #8f97ab; font-size: 11px; line-height: 1.42; }
.ydd-gc-choice-index,.ydd-gc-choice-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #c8c3ff; background: rgba(109,93,252,.11); border: 1px solid rgba(137,123,255,.18); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.ydd-gc-choice-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.ydd-gc-choice-number { color: #aeb5c8; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
.ydd-gc-choice-action { width: 30px; height: 30px; display: grid; place-items: center; justify-self: end; border-radius: 10px; color: #8f97aa; background: rgba(255,255,255,.04); transition: color .18s ease, transform .18s ease, background .18s ease; }
.ydd-gc-choice:hover .ydd-gc-choice-action,.ydd-gc-choice:focus-visible .ydd-gc-choice-action { color: #fff; background: rgba(109,93,252,.2); transform: translateX(2px); }
.ydd-gc-choice.is-current .ydd-gc-choice-action { color: var(--ydd-gc-success); background: rgba(16,185,129,.12); }

.ydd-gc-goal-options { grid-template-columns: 1fr 1fr; }
.ydd-gc-goal-choice { min-height: 112px; grid-template-columns: 42px minmax(0,1fr); grid-template-rows: auto auto; align-content: start; }
.ydd-gc-goal-choice .ydd-gc-choice-action { grid-column: 2; grid-row: 2; justify-self: end; align-self: end; margin-top: 5px; }
.ydd-gc-goal-choice > span:nth-child(2) { align-self: start; }

.ydd-gc-result-view { text-align: left; }
.ydd-gc-result-mark { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 18px; color: #d6fff0; background: linear-gradient(145deg, rgba(16,185,129,.94), rgba(9,132,91,.94)); box-shadow: 0 14px 32px rgba(16,185,129,.2), inset 0 1px 0 rgba(255,255,255,.28); }
.ydd-gc-result-mark svg { width: 25px; height: 25px; stroke-width: 2.2; }
.ydd-gc-recommendation { margin-top: 22px; padding: 18px 19px; border: 1px solid rgba(129,113,255,.24); border-radius: 19px; background: linear-gradient(135deg, rgba(109,93,252,.12), rgba(255,255,255,.026)); }
.ydd-gc-recommendation strong { display: block; color: #fff; font-size: 15px; line-height: 1.3; }
.ydd-gc-recommendation p { margin: 7px 0 0; color: #abb2c5; font-size: 12px; line-height: 1.6; }
.ydd-gc-proof-message { display: grid; grid-template-columns: 40px 1fr; gap: 13px; margin-top: 14px; padding: 17px 18px; border: 1px solid rgba(16,185,129,.24); border-radius: 18px; background: linear-gradient(135deg, rgba(16,185,129,.12), rgba(109,93,252,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 14px 34px rgba(3,10,17,.16); }
.ydd-gc-proof-message > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #6ee7b7; background: rgba(16,185,129,.12); }
.ydd-gc-proof-message > div { min-width: 0; }
.ydd-gc-proof-message strong { display: block; margin: 1px 0 6px; color: #eefdf6; font-size: 12.5px; line-height: 1.35; font-weight: 780; letter-spacing: -.01em; }
.ydd-gc-proof-message p { margin: 0; color: #d6e8df; font-size: 11.8px; line-height: 1.64; }
.ydd-gc-result-actions { display: grid; gap: 9px; margin-top: 18px; }
.ydd-gc-primary-action,.ydd-gc-secondary-action { min-height: 51px; border-radius: 15px; cursor: pointer; }
.ydd-gc-faq-action { min-height: 38px; padding: 7px 10px; border: 0; color: #aeb5c8; background: transparent; font-size: 11px; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.ydd-gc-faq-action:hover,.ydd-gc-faq-action:focus-visible { color: #fff; outline: none; }
.ydd-gc-primary-action { display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.15); color: #fff; background: linear-gradient(135deg, var(--ydd-gc-primary), color-mix(in srgb, var(--ydd-gc-primary) 74%, #34258f)); box-shadow: 0 15px 30px color-mix(in srgb, var(--ydd-gc-primary) 22%, transparent), inset 0 1px 0 rgba(255,255,255,.2); font-size: 12.5px; font-weight: 750; transition: transform .18s ease, box-shadow .18s ease; }
.ydd-gc-primary-action:hover,.ydd-gc-primary-action:focus-visible { transform: translateY(-2px); box-shadow: 0 19px 38px color-mix(in srgb, var(--ydd-gc-primary) 30%, transparent), inset 0 1px 0 rgba(255,255,255,.24); outline: none; }
.ydd-gc-secondary-action { border: 1px solid rgba(255,255,255,.1); color: #d8dbe8; background: rgba(255,255,255,.035); font-size: 11.5px; font-weight: 680; transition: border-color .18s ease, background .18s ease; }
.ydd-gc-secondary-action:hover,.ydd-gc-secondary-action:focus-visible { border-color: rgba(16,185,129,.38); color: #fff; background: rgba(16,185,129,.075); outline: none; }
.ydd-gc-restart { display: block; margin: 14px auto 0; padding: 7px 10px; border: 0; color: #81899e; background: transparent; font-size: 10.5px; cursor: pointer; }
.ydd-gc-restart:hover,.ydd-gc-restart:focus-visible { color: #fff; outline: none; }

.ydd-gc-transition { position: absolute; z-index: 10; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; background: radial-gradient(circle at 50% 35%, color-mix(in srgb, var(--ydd-gc-primary) 22%, transparent), transparent 30%), rgba(7,10,18,.97); }
.ydd-gc-transition-core { position: relative; width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: 22px; border: 1px solid rgba(137,123,255,.5); border-radius: 25px; color: #fff; background: linear-gradient(145deg, rgba(109,93,252,.95), rgba(59,43,167,.95)); box-shadow: 0 20px 50px color-mix(in srgb, var(--ydd-gc-primary) 28%, transparent); animation: ydd-gc-core-pulse 1.2s ease infinite alternate; }
.ydd-gc-transition-core b { font-size: 16px; letter-spacing: .13em; margin-left: .13em; }
.ydd-gc-transition-logo { width: 58px; height: 58px; display: block; border-radius: 18px; object-fit: cover; box-shadow: 0 12px 24px rgba(0,0,0,.22); }
.ydd-gc-transition strong { color: #fff; font-size: 15px; }
.ydd-gc-transition > i { width: min(240px, 70%); height: 3px; margin-top: 18px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.09); }
.ydd-gc-transition > i b { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ydd-gc-primary), var(--ydd-gc-success)); transition: width .48s cubic-bezier(.2,.8,.2,1); }
.ydd-gc-root.is-transitioning .ydd-gc-stage { opacity: .25; filter: blur(3px); }

html.ydd-gc-open { overflow: hidden; }

@keyframes ydd-gc-orbit { to { transform: rotate(336deg); } }
@keyframes ydd-gc-orbit-reverse { to { transform: rotate(-384deg); } }
@keyframes ydd-gc-view-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ydd-gc-core-pulse { from { transform: scale(.97); } to { transform: scale(1.03); } }

@media (max-width: 760px) {
  .ydd-gc-launcher {
    right: max(14px, env(safe-area-inset-right));
    left: max(14px, env(safe-area-inset-left));
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 10px));
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 66px;
    grid-template-columns: 44px minmax(0,1fr) 26px;
    border-radius: 20px;
  }
  .ydd-gc-root[data-position="left"] .ydd-gc-launcher { right: max(14px, env(safe-area-inset-right)); left: max(14px, env(safe-area-inset-left)); }
  .ydd-gc-signal { width: 44px; height: 44px; border-radius: 14px; }
  .ydd-gc-signal-logo { width: 34px; height: 34px; border-radius: 11px; }
  .ydd-gc-orbit-one { width: 34px; }
  .ydd-gc-orbit-two { height: 34px; }
  .ydd-gc-launcher-copy strong { font-size: 13px; }
  .ydd-gc-launcher-copy small { font-size: 11px; }
  .ydd-gc-teaser,.ydd-gc-root[data-position="left"] .ydd-gc-teaser { right: 14px; left: 14px; bottom: calc(max(14px, calc(env(safe-area-inset-bottom) + 10px)) + 76px); width: auto; }
  .ydd-gc-dialog,.ydd-gc-root[data-position="left"] .ydd-gc-dialog {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: min(88dvh, 820px);
    padding: 0;
    transform-origin: center bottom;
    transform: translateY(24px);
  }
  .ydd-gc-dialog-shell {
    max-height: min(88dvh, 820px);
    border-width: 1px 1px 0;
    border-radius: 28px 28px 0 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .ydd-gc-dialog-shell::before { content: ""; position: absolute; z-index: 5; top: 7px; left: 50%; width: 42px; height: 4px; margin-left: -21px; border-radius: 99px; background: rgba(255,255,255,.18); }
  .ydd-gc-dialog-header { min-height: 68px; padding: 14px 14px 10px; grid-template-columns: 76px 1fr 40px; }
  .ydd-gc-brand strong { font-size: 11px; }
  .ydd-gc-brand small { font-size: 9px; }
  .ydd-gc-progress { padding: 9px 18px 0; }
  .ydd-gc-view { padding: 25px 18px 22px; }
  .ydd-gc-view h2 { font-size: 27px; }
  .ydd-gc-goal-options { grid-template-columns: 1fr; }
  .ydd-gc-goal-choice { min-height: 78px; grid-template-columns: 42px minmax(0,1fr) 30px; grid-template-rows: auto; }
  .ydd-gc-goal-choice .ydd-gc-choice-action { grid-column: 3; grid-row: 1; align-self: center; margin-top: 0; }
}

@media (max-width: 390px) {
  .ydd-gc-launcher { grid-template-columns: 42px minmax(0,1fr); padding-right: 12px; }
  .ydd-gc-launcher-arrow { display: none; }
  .ydd-gc-launcher-copy strong { font-size: 12.5px; }
  .ydd-gc-launcher-copy small { font-size: 10.5px; }
  .ydd-gc-dialog-header { grid-template-columns: 52px 1fr 38px; }
  .ydd-gc-back span { display: none; }
  .ydd-gc-brand-mark { display: none; }
  .ydd-gc-choice { grid-template-columns: 39px minmax(0,1fr) 28px; gap: 9px; padding-left: 10px; }
  .ydd-gc-choice-index,.ydd-gc-choice-icon { width: 39px; height: 39px; }
}

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


/* ==========================================================================
   YDD Website Guide 1.2 — final visual refinement layer
   ========================================================================== */

/* A slightly wider canvas lets the premium two-column cards breathe. */
@media (min-width: 761px) {
  .ydd-gc-root .ydd-gc-dialog {
    width: min(550px, calc(100vw - 36px));
    max-height: min(840px, calc(100dvh - 40px));
  }

  .ydd-gc-root .ydd-gc-dialog-shell {
    max-height: min(840px, calc(100dvh - 40px));
  }
}

/* Theme-resistant, mathematically centered close control. */
.ydd-gc-root .ydd-gc-close {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: 3 !important;
  justify-self: end !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  line-height: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.ydd-gc-root .ydd-gc-close svg {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  transform: translate(-50%, -50%) !important;
  transform-origin: center center !important;
}

.ydd-gc-root .ydd-gc-close::before,
.ydd-gc-root .ydd-gc-close::after {
  content: none !important;
  display: none !important;
}

/* The decorative success tile is intentionally removed. */
.ydd-gc-root .ydd-gc-result-mark {
  display: none !important;
}

/* Keep every journey-label pill compact and centered around its wording. */
.ydd-gc-root .ydd-gc-view > .ydd-gc-kicker {
  width: fit-content !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
  text-align: center !important;
  white-space: normal !important;
  box-sizing: border-box !important;
  line-height: 1.3 !important;
}

.ydd-gc-root .ydd-gc-result-view > h2 {
  margin-top: 17px;
}

/* Equal, premium decision cards for goal and refinement screens. */
@media (min-width: 761px) {
  .ydd-gc-root .ydd-gc-goal-options,
  .ydd-gc-root .ydd-gc-refine-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .ydd-gc-root .ydd-gc-goal-choice,
  .ydd-gc-root .ydd-gc-refine-choice {
    min-height: 154px;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: min-content 1fr min-content;
    align-items: start;
    align-content: stretch;
    gap: 0 13px;
    padding: 16px 14px 14px;
    border-radius: 18px;
  }

  .ydd-gc-root .ydd-gc-goal-choice .ydd-gc-choice-icon,
  .ydd-gc-root .ydd-gc-refine-choice .ydd-gc-choice-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .ydd-gc-root .ydd-gc-goal-choice > span:nth-child(2),
  .ydd-gc-root .ydd-gc-refine-choice > span:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    min-width: 0;
  }

  .ydd-gc-root .ydd-gc-goal-choice .ydd-gc-choice-action,
  .ydd-gc-root .ydd-gc-refine-choice .ydd-gc-choice-action {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    align-self: end;
    margin-top: 12px;
  }
}

/* Slightly stronger typography and material treatment without visual noise. */
.ydd-gc-root .ydd-gc-choice {
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.ydd-gc-root .ydd-gc-choice strong {
  font-size: 13.2px;
  line-height: 1.28;
}

.ydd-gc-root .ydd-gc-choice small {
  margin-top: 5px;
  line-height: 1.5;
}

.ydd-gc-root .ydd-gc-choice:hover,
.ydd-gc-root .ydd-gc-choice:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(137,123,255,.52);
  box-shadow: 0 16px 34px rgba(2,4,12,.26), inset 0 1px 0 rgba(255,255,255,.055);
}

.ydd-gc-root .ydd-gc-recommendation,
.ydd-gc-root .ydd-gc-proof-message,
.ydd-gc-root .ydd-gc-primary-action,
.ydd-gc-root .ydd-gc-secondary-action {
  transition: transform .22s cubic-bezier(.2,.8,.2,1), border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ydd-gc-root .ydd-gc-proof-message {
  position: relative;
  isolation: isolate;
}

.ydd-gc-root .ydd-gc-proof-message::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 10% 10%, rgba(16,185,129,.12), transparent 42%);
  pointer-events: none;
}

.ydd-gc-root .ydd-gc-primary-action:hover,
.ydd-gc-root .ydd-gc-primary-action:focus-visible,
.ydd-gc-root .ydd-gc-secondary-action:hover,
.ydd-gc-root .ydd-gc-secondary-action:focus-visible {
  transform: translateY(-2px);
}

/* Mobile retains the same visual language in a compact, single-column form. */
@media (max-width: 760px) {
  .ydd-gc-root .ydd-gc-goal-options,
  .ydd-gc-root .ydd-gc-refine-options {
    grid-template-columns: 1fr;
  }

  .ydd-gc-root .ydd-gc-goal-choice,
  .ydd-gc-root .ydd-gc-refine-choice {
    min-height: 82px;
    grid-template-columns: 42px minmax(0, 1fr) 30px;
    grid-template-rows: auto;
    align-items: center;
    gap: 11px;
    padding: 12px 12px 12px 13px;
  }

  .ydd-gc-root .ydd-gc-goal-choice .ydd-gc-choice-icon,
  .ydd-gc-root .ydd-gc-refine-choice .ydd-gc-choice-icon,
  .ydd-gc-root .ydd-gc-goal-choice > span:nth-child(2),
  .ydd-gc-root .ydd-gc-refine-choice > span:nth-child(2),
  .ydd-gc-root .ydd-gc-goal-choice .ydd-gc-choice-action,
  .ydd-gc-root .ydd-gc-refine-choice .ydd-gc-choice-action {
    grid-row: 1;
  }

  .ydd-gc-root .ydd-gc-goal-choice .ydd-gc-choice-icon,
  .ydd-gc-root .ydd-gc-refine-choice .ydd-gc-choice-icon {
    grid-column: 1;
  }

  .ydd-gc-root .ydd-gc-goal-choice > span:nth-child(2),
  .ydd-gc-root .ydd-gc-refine-choice > span:nth-child(2) {
    grid-column: 2;
  }

  .ydd-gc-root .ydd-gc-goal-choice .ydd-gc-choice-action,
  .ydd-gc-root .ydd-gc-refine-choice .ydd-gc-choice-action {
    grid-column: 3;
    align-self: center;
    margin-top: 0;
  }
}
