:host([data-ga-rhs-context="standalone"]) {
  display: block;
  width: 100%;
  max-width: none;
  background: #fff;
}

.ga-abs-tool {
    all: initial;
    display: block;
    box-sizing: border-box;
    overflow-anchor: none;
    position: relative;
    isolation: isolate;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #dbe4ee;
    border-top: 8px solid #2f6fae;
    border-radius: 24px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
    color-scheme: light;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    --blue: #2f6fae;
    --blue-dark: #1e4f80;
    --blue-soft: #edf6ff;
    --navy: #12365a;
    --indigo: #4338ca;
    --green: #15803d;
    --green-soft: #f0fdf4;
    --amber: #b45309;
    --amber-soft: #fffbeb;
    --red: #b91c1c;
    --red-soft: #fef2f2;
    --purple: #7e22ce;
    --purple-soft: #faf5ff;
    --gray-950: #0f172a;
    --gray-800: #1f2937;
    --gray-700: #334155;
    --gray-600: #475569;
    --gray-500: #64748b;
    --gray-400: #94a3b8;
    --gray-300: #cbd5e1;
    --gray-200: #e2e8f0;
    --gray-100: #f1f5f9;
    --gray-50: #f8fafc;
  }
  .ga-abs-tool *,
  .ga-abs-tool *::before,
  .ga-abs-tool *::after { box-sizing: border-box; }
  .ga-abs-tool [hidden] { display: none !important; }
  .ga-abs-tool h1,
  .ga-abs-tool h2,
  .ga-abs-tool h3,
  .ga-abs-tool h4,
  .ga-abs-tool p { margin-top: 0; }
  .ga-abs-tool button,
  .ga-abs-tool input,
  .ga-abs-tool select,
  .ga-abs-tool textarea { font: inherit; }
  .ga-abs-tool a { color: #1d4ed8; }
  .ga-abs-tool a:hover { text-decoration-thickness: 2px; }
  .ga-abs-tool button:focus-visible,
  .ga-abs-tool input:focus,
  .ga-abs-tool select:focus,
  .ga-abs-tool textarea:focus,
  .ga-abs-tool a:focus-visible,
  .ga-abs-tool summary:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .24);
    outline-offset: 2px;
  }

  .ga-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid #cfdeec;
    border-radius: 22px;
    padding: 36px 30px 30px;
    background:
      radial-gradient(circle at 6% 0%, rgba(47,111,174,.17), transparent 35%),
      radial-gradient(circle at 95% 12%, rgba(79,70,229,.10), transparent 33%),
      linear-gradient(135deg, #fff 0%, #f7fbff 56%, #eef5fc 100%);
    text-align: center;
  }
  .ga-hero::before,
  .ga-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
  }
  .ga-hero::before {
    width: 180px; height: 180px; top: -120px; right: 7%;
    border: 30px solid rgba(47,111,174,.055);
  }
  .ga-hero::after {
    width: 120px; height: 120px; bottom: -78px; left: 5%;
    border: 24px solid rgba(79,70,229,.045);
  }
  .ga-hero-inner { position: relative; z-index: 1; max-width: 940px; margin: 0 auto; }
  .ga-badge {
    display: inline-flex; align-items: center; gap: 8px;
    margin: 0; border: 1px solid #b9d3e9; border-radius: 999px;
    padding: 7px 12px; background: rgba(255,255,255,.88); color: #1e5f99;
    box-shadow: 0 7px 20px rgba(30,79,128,.08);
    font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  }
  .ga-badge-mark { width: 9px; height: 9px; border-radius: 2px; background: linear-gradient(135deg,#2f6fae,#4338ca); transform: rotate(45deg); }
  .ga-hero h2 {
    max-width: 940px; margin: 14px auto 0; color: var(--gray-950);
    font-size: clamp(32px, 5vw, 49px); line-height: 1.07; letter-spacing: -.038em;
  }
  .ga-hero-lead { max-width: 830px; margin: 17px auto 0; color: var(--gray-700); font-size: clamp(15px,2vw,18px); line-height: 1.66; }
  .ga-hero-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 21px; }
  .ga-feature {
    display: inline-flex; align-items: center; gap: 7px; border: 1px solid #d7e2ed;
    border-radius: 999px; padding: 8px 11px; background: rgba(255,255,255,.88);
    color: #334155; box-shadow: 0 5px 14px rgba(15,23,42,.04); font-size: 12px; font-weight: 700;
  }
  .ga-feature i { display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; border-radius: 999px; background: #e8f2fb; color: var(--blue); font-style: normal; font-size: 11px; font-weight: 900; }
  .ga-resource-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px 15px; margin-top: 19px; color: var(--gray-500); font-size: 12px; }
  .ga-resource-label { color: #64748b; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .ga-resource-row a { display: inline-flex; align-items: center; gap: 5px; font-weight: 750; text-decoration: none; }
  .ga-resource-row a::before { content: "↗"; color: #4f46e5; font-weight: 900; }
  .ga-resource-row a:hover { text-decoration: underline; }

  .ga-mode-switch {
    display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px;
    max-width: 720px; margin: 24px auto 0; padding: 6px;
    border: 1px solid #dbe4ee; border-radius: 16px; background: #f8fafc;
  }
  .ga-mode-button {
    display: flex; align-items: center; gap: 11px; min-width: 0;
    border: 1px solid transparent; border-radius: 12px; padding: 11px 14px;
    background: transparent; color: var(--gray-600); cursor: pointer; text-align: left;
    transition: background .18s,border-color .18s,box-shadow .18s,transform .18s;
  }
  .ga-mode-button:hover { background: #fff; transform: translateY(-1px); }
  .ga-mode-button.is-active { border-color: #bfd6e9; background: #fff; color: var(--blue-dark); box-shadow: 0 7px 18px rgba(30,79,128,.10); }
  .ga-mode-icon { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; flex: 0 0 35px; border-radius: 10px; background: #e8f2fb; color: var(--blue); font-size: 16px; font-weight: 900; }
  .ga-mode-button strong, .ga-mode-button small { display: block; }
  .ga-mode-button strong { font-size: 14px; }
  .ga-mode-button small { margin-top: 2px; color: var(--gray-500); font-size: 11px; line-height: 1.35; }

  .ga-first-pass {
    display: flex; align-items: flex-start; gap: 9px; max-width: 990px; margin: 16px auto 0;
    border-left: 4px solid #f59e0b; border-radius: 10px; padding: 11px 13px;
    background: var(--amber-soft); color: #78350f; font-size: 13px; line-height: 1.55;
  }
  .ga-info-dot { display: inline-flex; align-items: center; justify-content: center; width: 21px; height: 21px; flex: 0 0 21px; border-radius: 999px; background: #f59e0b; color: #fff; font-size: 11px; font-weight: 900; }

  .ga-progress-shell {
    overflow-anchor: none;
    scroll-margin-top: 0;
    margin-top: 20px; border: 1px solid #dbe4ee; border-radius: 18px; padding: 15px 16px 13px;
    background: linear-gradient(135deg,#fbfdff,#f1f6fb); box-shadow: 0 10px 26px rgba(15,23,42,.05);
  }
  .ga-progress-meta { scroll-margin-top: 18px; display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--gray-600); font-size: 12px; font-weight: 700; }
  .ga-progress-bar { height: 7px; overflow: hidden; border-radius: 999px; background: #e2e8f0; }
  .ga-progress-bar span { display: block; width: 20%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#2f6fae,#4338ca,#0ea5e9); transition: width .3s ease; }
  .ga-step-track { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; margin-top: 13px; }
  .ga-step-node { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 0; border: 0; padding: 5px 2px; background: transparent; color: var(--gray-400); cursor: pointer; font-size: 11px; font-weight: 700; }
  .ga-step-node:disabled { cursor: not-allowed; opacity: .68; }
  .ga-step-node.is-current, .ga-step-node.is-complete { color: var(--blue-dark); }
  .ga-step-number { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; flex: 0 0 25px; border: 1px solid var(--gray-300); border-radius: 999px; background: #fff; color: var(--gray-500); }
  .ga-step-node.is-current .ga-step-number { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 0 0 4px rgba(47,111,174,.13); }
  .ga-step-node.is-complete .ga-step-number { border-color: #16a34a; background: #dcfce7; color: #166534; }

  .ga-guided-layout { display: grid; grid-template-columns: minmax(0,1fr) 294px; gap: 20px; align-items: start; margin-top: 20px; }
  .ga-guide-main { min-width: 0; }
  .ga-guide-card {
    position: relative; min-height: 620px; border: 1px solid #dbe4ee; border-radius: 20px; padding: 25px;
    background: radial-gradient(circle at 100% 0%,rgba(47,111,174,.075),transparent 35%),linear-gradient(180deg,#fff,#fbfdff);
    box-shadow: 0 18px 42px rgba(15,23,42,.08); animation: ga-in .24s ease;
  }
  @keyframes ga-in { from { opacity:0; transform:translateY(7px); } to { opacity:1; transform:none; } }
  .ga-guide-heading { max-width: 800px; margin-bottom: 21px; }
  .ga-kicker { display: inline-flex; margin-bottom: 6px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .ga-guide-heading h3 { margin: 0; color: var(--gray-950); font-size: clamp(24px,4vw,32px); line-height: 1.18; }
  .ga-guide-heading p { margin: 9px 0 0; color: var(--gray-600); font-size: 15px; line-height: 1.65; }

  .ga-route-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
  .ga-route-card {
    position: relative; display: grid; grid-template-columns: 92px minmax(0,1fr) 24px; gap: 15px; align-items: center;
    min-height: 132px; overflow: hidden; border: 1px solid #dbe4ee; border-radius: 17px; padding: 13px;
    background: #fff; color: var(--gray-950); cursor: pointer; text-align: left;
    transition: transform .18s,border-color .18s,box-shadow .18s,background .18s;
  }
  .ga-route-card:hover { transform: translateY(-2px); border-color: #70a5d2; box-shadow: 0 12px 25px rgba(47,111,174,.11); }
  .ga-route-card.is-selected { border-color: var(--blue); background: var(--blue-soft); box-shadow: 0 0 0 2px rgba(47,111,174,.11),0 10px 22px rgba(47,111,174,.08); }
  .ga-route-image-wrap { position: relative; display: flex; align-items: center; justify-content: center; width: 92px; height: 102px; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 13px; padding: 6px; background: #fff; }
  .ga-route-image { position: relative; z-index: 2; display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; opacity: 0; transition: opacity .16s; }
  .ga-route-image.is-loaded { opacity: 1; }
  .ga-route-image-wrap.has-image .ga-image-fallback { display: none; }
  .ga-image-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: #eef4f9; color: var(--blue); font-size: 26px; font-weight: 900; }
  .ga-route-copy strong, .ga-route-copy small { display: block; }
  .ga-route-copy strong { font-size: 16px; line-height: 1.3; }
  .ga-route-copy small { margin-top: 7px; color: var(--gray-600); font-size: 12px; line-height: 1.5; }
  .ga-selection-note { display:flex; align-items:center; gap:8px; margin:13px 0 0; border-radius:11px; padding:10px 12px; background:#eef6fc; color:#1e4f80; font-size:12px; font-weight:700; line-height:1.5; }
  .ga-selection-note i { display:inline-flex; align-items:center; justify-content:center; min-width:24px; height:24px; border-radius:999px; background:var(--blue); color:#fff; font-style:normal; font-size:11px; font-weight:900; }
  .ga-route-step + .ga-route-step { margin-top:26px; padding-top:26px; border-top:1px solid #dbe4ee; }
  .ga-route-step-head { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:15px; }
  .ga-route-step-head span { display:block; color:var(--blue); font-size:10px; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
  .ga-route-step-head h4 { margin:4px 0 0; color:var(--gray-950); font-size:20px; line-height:1.3; }
  .ga-route-step-badge { flex:0 0 auto; border-radius:999px; padding:5px 9px; background:#e8f2fb; color:var(--blue-dark)!important; letter-spacing:0!important; text-transform:none!important; }
  .ga-review-stack { display:grid; gap:14px; }
  .ga-choice-check { display: inline-flex; align-items: center; justify-content: center; width: 23px; height: 23px; border: 1px solid var(--gray-300); border-radius: 999px; background: #fff; color: transparent; font-size: 13px; font-weight: 900; }
  .is-selected > .ga-choice-check, .ga-route-card.is-selected .ga-choice-check { border-color: var(--blue); background: var(--blue); color: #fff; }

  .ga-learning-card { display: flex; gap: 12px; margin-top: 18px; border: 1px solid #bfdbfe; border-radius: 14px; padding: 13px 15px; background: #eff6ff; color: #1e3a8a; }
  .ga-learning-icon { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 999px; background: #2563eb; color: #fff; font-size: 12px; font-weight: 900; }
  .ga-learning-card strong { font-size: 13px; }
  .ga-learning-card p { margin: 3px 0 0; color: #1e40af; font-size: 12px; line-height: 1.55; }

  .ga-form-section + .ga-form-section { margin-top: 20px; }
  .ga-form-section { border: 1px solid var(--gray-200); border-radius: 17px; padding: 17px; background: rgba(248,250,252,.78); }
  .ga-form-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
  .ga-form-section-head h4 { margin: 0; color: var(--gray-950); font-size: 17px; line-height: 1.35; }
  .ga-form-section-head p { margin: 4px 0 0; color: var(--gray-500); font-size: 11px; line-height: 1.5; }
  .ga-required-chip { display: inline-flex; flex: 0 0 auto; border-radius: 999px; padding: 4px 8px; background: #dbeafe; color: #1d4ed8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
  .ga-optional-chip { display: inline-flex; flex: 0 0 auto; border-radius: 999px; padding: 4px 8px; background: #fef3c7; color: #92400e; font-size: 10px; font-weight: 800; text-transform: uppercase; }
  .ga-field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  .ga-field { display: block; min-width: 0; border-radius: 13px; }
  .ga-field.is-wide { grid-column: 1/-1; }
  .ga-field-label { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; margin-bottom: 7px; color: var(--gray-700); font-size: 12px; font-weight: 800; }
  .ga-field-label em { color: var(--amber); font-size: 10px; font-style: normal; font-weight: 800; }
  .ga-field input,
  .ga-field select,
  .ga-field textarea {
    width: 100%; min-height: 46px; border: 1px solid var(--gray-300); border-radius: 11px; padding: 10px 12px;
    background: #fff; color: var(--gray-950); font-size: 14px;
  }
  .ga-field textarea { min-height: 82px; resize: vertical; }
  .ga-field input:focus, .ga-field select:focus, .ga-field textarea:focus { border-color: var(--blue); }
  .ga-field.is-invalid input, .ga-field.is-invalid select, .ga-field.is-invalid textarea { border-color: #ef4444; background: var(--red-soft); }
  .ga-field-help { display: block; margin-top: 6px; color: var(--gray-500); font-size: 10px; line-height: 1.48; }
  .ga-field-help a { font-weight: 750; }
  .ga-field-error { display: block; margin-top: 6px; color: var(--red); font-size: 11px; font-weight: 750; line-height: 1.45; }
  .ga-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
  .ga-choice-grid.cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ga-choice-grid.cols-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ga-choice-button {
    position: relative; min-width: 0; min-height: 98px; border: 1px solid #dbe4ee; border-radius: 14px; padding: 13px 11px;
    background: #fff; color: var(--gray-950); cursor: pointer; text-align: center;
    transition: transform .16s,border-color .16s,box-shadow .16s,background .16s;
  }
  .ga-choice-button:hover { transform: translateY(-1px); border-color: #7fb0d8; box-shadow: 0 8px 18px rgba(47,111,174,.08); }
  .ga-choice-button.is-selected { border-color: var(--blue); background: var(--blue-soft); box-shadow: 0 0 0 2px rgba(47,111,174,.10); }
  .ga-choice-button strong, .ga-choice-button small { display: block; }
  .ga-choice-button strong { font-size: 13px; line-height: 1.35; }
  .ga-choice-button small { margin-top: 5px; color: var(--gray-500); font-size: 10px; line-height: 1.4; }
  .ga-choice-button .ga-choice-check { position: absolute; top: 8px; right: 8px; width: 19px; height: 19px; font-size: 10px; }
  .ga-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
  .ga-chip {
    display: inline-flex; align-items: center; gap: 7px; border: 1px solid #dbe4ee; border-radius: 999px; padding: 9px 12px;
    background: #fff; color: var(--gray-700); cursor: pointer; font-size: 12px; font-weight: 750;
  }
  .ga-chip.is-selected { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-dark); box-shadow: 0 0 0 2px rgba(47,111,174,.08); }
  .ga-chip i { display: inline-flex; align-items: center; justify-content: center; width: 17px; height: 17px; border: 1px solid var(--gray-300); border-radius: 5px; color: transparent; font-style: normal; font-size: 10px; }
  .ga-chip.is-selected i { border-color: var(--blue); background: var(--blue); color: #fff; }

  .ga-throughput-box { border: 1px solid #bfdbfe; border-radius: 16px; padding: 16px; background: linear-gradient(135deg,#eff6ff,#f8fbff); }
  .ga-throughput-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 12px; }
  .ga-throughput-head strong { color: #1e3a8a; font-size: 15px; }
  .ga-throughput-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .ga-throughput-grid input { min-height: 52px; border-color: #93c5fd; font-size: 17px; font-weight: 750; }

  .ga-guide-alert { margin-top: 15px; border-left: 4px solid #dc2626; border-radius: 10px; padding: 10px 12px; background: var(--red-soft); color: #991b1b; font-size: 12px; font-weight: 700; line-height: 1.5; }
  .ga-guide-nav { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 23px; padding-top: 17px; border-top: 1px solid #e5e7eb; }
  .ga-guide-nav.end { justify-content: flex-end; }
  .ga-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 45px;
    border: 0; border-radius: 11px; padding: 10px 16px; cursor: pointer; font-size: 12px; font-weight: 800;
    transition: transform .16s,background .16s,box-shadow .16s;
  }
  .ga-button:hover { transform: translateY(-1px); }
  .ga-primary { background: var(--navy); color: #fff; box-shadow: 0 8px 18px rgba(18,54,90,.20); }
  .ga-primary:hover { background: #0c2d4c; }
  .ga-secondary { border: 1px solid #d1d5db; background: #fff; color: var(--gray-700); }
  .ga-quiet { background: var(--gray-100); color: var(--gray-600); }
  .ga-reveal { min-height: 49px; padding-inline: 20px; background: linear-gradient(135deg,var(--blue),#4338ca); color: #fff; box-shadow: 0 12px 24px rgba(47,111,174,.25); }
  .ga-reveal:disabled { opacity: .65; cursor: wait; transform: none; }

  .ga-profile-sticky {
    position: sticky; top: 18px; border: 1px solid #244d72; border-radius: 18px; padding: 16px;
    background: linear-gradient(180deg,#12365a,#1d4f7d); color: #fff; box-shadow: 0 18px 36px rgba(18,54,90,.24);
  }
  .ga-profile-head { display: flex; align-items: center; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .ga-profile-mark { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 11px; background: rgba(255,255,255,.13); color: #93c5fd; font-size: 18px; }
  .ga-profile-head span, .ga-profile-head strong { display: block; }
  .ga-profile-head div span { color: #bfdbfe; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .ga-profile-head strong { margin-top: 2px; font-size: 12px; line-height: 1.4; }
  .ga-profile-list { margin: 13px 0 0; }
  .ga-profile-list div { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 8px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .ga-profile-list dt { color: #bfdbfe; font-size: 10px; font-weight: 700; }
  .ga-profile-list dd { margin: 0; color: #fff; font-size: 10px; font-weight: 700; line-height: 1.45; text-align: right; }
  .ga-detail-meter { margin-top: 15px; border-radius: 13px; padding: 12px; background: rgba(255,255,255,.09); }
  .ga-meter-head { display: flex; justify-content: space-between; gap: 10px; color: #dbeafe; font-size: 10px; }
  .ga-meter-head strong { color: #fff; }
  .ga-meter-track { height: 7px; margin-top: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.16); }
  .ga-meter-track span { display: block; width: 8%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#f59e0b,#22c55e); transition: width .3s; }
  .ga-detail-meter p { margin: 8px 0 0; color: #dbeafe; font-size: 9px; line-height: 1.5; }
  .ga-path-status { display: flex; gap: 8px; margin-top: 13px; }
  .ga-path-dot { width: 8px; height: 8px; flex: 0 0 8px; margin-top: 4px; border-radius: 999px; background: #38bdf8; box-shadow: 0 0 0 4px rgba(56,189,248,.12); }
  .ga-path-status p { margin: 0; color: #dbeafe; font-size: 10px; line-height: 1.5; }

  .ga-quick-intro { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; border: 1px solid #dbe4ee; border-radius: 15px; padding: 14px 16px; background: #f8fafc; }
  .ga-quick-intro strong { display: block; color: var(--gray-800); font-size: 15px; }
  .ga-quick-intro p { margin: 3px 0 0; color: var(--gray-600); font-size: 11px; }
  .ga-quick-intro > span { border-radius: 999px; padding: 5px 9px; background: #e2e8f0; color: #475569; font-size: 10px; font-weight: 800; white-space: nowrap; }
  .ga-quick-route { margin-top: 16px; border: 1px solid #dbe4ee; border-radius: 17px; padding: 17px; background: #fff; }
  .ga-quick-route h3 { margin-bottom: 11px; font-size: 19px; }
  .ga-quick-actions { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

  .ga-review-card { overflow: hidden; border: 1px solid #b9d3e9; border-radius: 17px; background: #fff; box-shadow: 0 12px 28px rgba(47,111,174,.08); }
  .ga-review-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 17px; background: linear-gradient(135deg,#edf6ff,#eef2ff); }
  .ga-review-head > div { display: flex; align-items: center; gap: 10px; }
  .ga-review-icon { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border-radius: 999px; background: #22c55e; color: #fff; font-weight: 900; }
  .ga-review-head strong, .ga-review-head small { display: block; }
  .ga-review-head strong { color: #1e4f80; font-size: 15px; }
  .ga-review-head small { margin-top: 2px; color: #4f6f91; font-size: 10px; }
  .ga-text-button { border: 0; background: transparent; color: var(--blue-dark); cursor: pointer; font-size: 11px; font-weight: 800; text-decoration: underline; }
  .ga-review-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 5px 17px 13px; }
  .ga-review-item { padding: 12px 8px; border-bottom: 1px solid #eef2f7; }
  .ga-review-item span, .ga-review-item strong { display: block; }
  .ga-review-item span { color: var(--gray-500); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
  .ga-review-item strong { margin-top: 4px; color: var(--gray-800); font-size: 12px; line-height: 1.45; }
  .ga-reveal-status { display: flex; align-items: center; gap: 14px; margin-top: 16px; border: 1px solid #bfdbfe; border-radius: 15px; padding: 14px; background: #eff6ff; color: #1e3a8a; }
  .ga-reveal-stages { display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; }
  .ga-reveal-stages span { border-radius:999px; padding:5px 8px; background:#dbeafe; color:#3b82f6; font-size:9px; font-weight:850; line-height:1.2; }
  .ga-reveal-stages span.is-active { background:#2563eb; color:#fff; }
  .ga-reveal-stages span.is-done { background:#dcfce7; color:#166534; }
  .ga-spinner { width: 30px; height: 30px; flex: 0 0 30px; border: 3px solid #bfdbfe; border-top-color: #2563eb; border-radius: 999px; animation: ga-spin .8s linear infinite; }
  @keyframes ga-spin { to { transform: rotate(360deg); } }

  .ga-error-summary { margin-top: 18px; border: 1px solid #fecaca; border-left: 7px solid var(--red); border-radius: 14px; padding: 14px 16px; background: var(--red-soft); color: #7f1d1d; }
  .ga-error-summary h3 { margin-bottom: 7px; font-size: 17px; }
  .ga-error-summary ul { margin: 0; padding-left: 20px; }
  .ga-error-summary li + li { margin-top: 4px; }

  .ga-results { overflow-anchor: none; scroll-margin-top: 18px; margin-top: 28px; }
  .ga-result-shell { border: 1px solid var(--gray-200); border-radius: 18px; padding: 18px; background: var(--gray-50); }
  .ga-result-head { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  .ga-result-head h3 { margin: 0; font-size: 28px; }
  .ga-result-head p { margin: 7px 0 0; color: var(--gray-600); }
  .ga-pill { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 7px 11px; font-size: 12px; font-weight: 850; line-height: 1.1; }
  .ga-pill.standard { background: #dcfce7; color: var(--green); }
  .ga-pill.conditional { background: #fef3c7; color: var(--amber); }
  .ga-pill.review { background: #f3e8ff; color: var(--purple); }
  .ga-decision-banner { margin-top: 16px; border: 1px solid; border-left-width: 7px; border-radius: 14px; padding: 15px 17px; }
  .ga-decision-banner.standard { border-color:#bbf7d0; border-left-color:var(--green); background:var(--green-soft); color:#14532d; }
  .ga-decision-banner.conditional { border-color:#fde68a; border-left-color:var(--amber); background:var(--amber-soft); color:#78350f; }
  .ga-decision-banner.review { border-color:#e9d5ff; border-left-color:var(--purple); background:var(--purple-soft); color:#581c87; }
  .ga-decision-banner strong { display:block; margin-bottom:4px; }

  .ga-card-list { display: grid; gap: 18px; margin-top: 18px; }
  .ga-product-card { border: 1px solid var(--gray-200); border-left: 8px solid var(--blue); border-radius: 18px; padding: 18px; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.07); }
  .ga-product-card.standard { border-left-color: var(--green); background: linear-gradient(90deg,var(--green-soft),#fff 32%); }
  .ga-product-card.conditional { border-left-color: var(--amber); background: linear-gradient(90deg,var(--amber-soft),#fff 32%); }
  .ga-product-card.review { border-left-color: var(--purple); background: linear-gradient(90deg,var(--purple-soft),#fff 32%); }
  .ga-card-top { display: grid; grid-template-columns: minmax(0,1fr) 188px; gap: 19px; align-items: center; }
  .ga-card-role { margin: 0 0 5px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
  .ga-product-card.review .ga-card-role { color: var(--purple); }
  .ga-card-title-row { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .ga-card-title { margin: 0; font-size: 24px; line-height: 1.2; }
  .ga-card-subtitle { margin: 5px 0 0; color: var(--gray-600); font-size: 13px; font-weight: 700; }
  .ga-card-copy { margin: 15px 0 0; color: var(--gray-800); }
  .ga-why-list { margin: 11px 0 0; padding-left: 20px; }
  .ga-why-list li { margin-top: 6px; color: var(--gray-700); }
  .ga-card-image-wrap { position: relative; display: flex; align-items: center; justify-content: center; min-height: 145px; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 15px; padding: 10px; background: #fff; }
  .ga-card-image { position: relative; z-index: 2; display: block; width: 100%; height: 130px; max-width: 100%; max-height: 130px; object-fit: contain; object-position: center; transform:scale(var(--ga-media-scale,1)); transform-origin:center; opacity: 0; transition: opacity .16s; }
  .ga-card-image.is-loaded { opacity: 1; }
  .ga-card-image-wrap .ga-image-fallback { inset: 9px; border-radius: 12px; }
  .ga-card-image-wrap.has-image .ga-image-fallback { display: none; }
  .ga-spec-wrap { margin-top: 15px; }
  .ga-spec-title { margin: 0 0 8px; color: var(--gray-600); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .ga-spec-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 9px; }
  .ga-spec-item { min-width: 0; border: 1px solid var(--gray-200); border-radius: 12px; padding: 10px 11px; background: rgba(248,250,252,.94); }
  .ga-spec-label { display:block; color:var(--gray-500); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
  .ga-spec-value { display:block; margin-top:4px; color:var(--gray-950); font-size:13px; font-weight:800; line-height:1.35; }
  .ga-condition-box { margin-top: 14px; border-radius: 12px; padding: 12px 14px; background: var(--amber-soft); color: #78350f; }
  .ga-source-note { margin: 12px 0 0; color: var(--gray-500); font-size: 10px; font-weight: 700; }

  .ga-addon-shell { margin-top: 22px; border: 1px solid #c7d9ea; border-radius: 18px; padding: 18px; background: linear-gradient(135deg,#f7fbff,#fff 58%,#f5f3ff); }
  .ga-addon-head { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  .ga-addon-head h3 { margin: 0; font-size: 22px; }
  .ga-addon-head p { max-width: 780px; margin: 6px 0 0; color: var(--gray-600); font-size: 13px; line-height: 1.6; }
  .ga-addon-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-top: 16px; }
  .ga-addon-card { display: grid; grid-template-columns: minmax(0,1fr) 145px; gap: 14px; align-items: start; min-width: 0; border: 1px solid var(--gray-200); border-left: 7px solid var(--blue); border-radius: 16px; padding: 15px; background: #fff; box-shadow: 0 8px 20px rgba(15,23,42,.055); }
  .ga-addon-card.conditional { border-left-color: var(--amber); }
  .ga-addon-card.review { border-left-color: var(--purple); }
  .ga-addon-card h4 { margin: 0; font-size: 17px; line-height: 1.3; }
  .ga-addon-subtitle { margin: 4px 0 0; color: var(--gray-500); font-size: 10px; font-weight: 700; line-height: 1.45; }
  .ga-addon-summary { margin: 10px 0 0; color: var(--gray-700); font-size: 11px; line-height: 1.55; }
  .ga-card-link,
  .ga-addon-link { display:inline-flex; align-items:center; gap:6px; margin-top:11px; border:1px solid #bfd6e9; border-radius:9px; padding:8px 10px; background:#f8fbff; color:var(--blue-dark)!important; font-size:10px; font-weight:850; line-height:1.35; text-decoration:none; }
  .ga-card-link::after,
  .ga-addon-link::after { content:"→"; font-weight:900; }
  .ga-card-link:hover,
  .ga-addon-link:hover { background:var(--blue-soft); text-decoration:underline; }
  .ga-addon-image-wrap { position: relative; display:flex; align-items:center; justify-content:center; min-height:120px; overflow:hidden; border:1px solid #e2e8f0; border-radius:13px; padding:7px; background:#fff; }
  .ga-addon-image { position:relative; z-index:2; width:100%; height:106px; object-fit:contain; object-position:center; transform:scale(var(--ga-media-scale,1)); transform-origin:center; opacity:0; transition:opacity .16s; }
  .ga-addon-image.is-loaded { opacity:1; }
  .ga-addon-image-wrap .ga-image-fallback { inset:7px; border-radius:10px; font-size:20px; }
  .ga-addon-image-wrap.has-image .ga-image-fallback { display:none; }
  .ga-media-standard { --ga-media-scale:1; }
  .ga-media-wide { --ga-media-scale:1.05; }
  .ga-media-portrait { --ga-media-scale:.97; }
  .ga-media-compact { --ga-media-scale:1.08; }

  .ga-results-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:18px; }
  .ga-soft-box { border:1px solid var(--gray-200); border-radius:18px; padding:18px; background:var(--gray-50); }
  .ga-soft-box h4 { margin-bottom:8px; font-size:18px; }
  .ga-note-list { margin:0; padding-left:20px; }
  .ga-note-list li { margin-top:7px; color:var(--gray-700); }
  .ga-copy-summary { display:inline-flex; align-items:center; gap:7px; margin-top:14px; border:1px solid #bfd6e9; border-radius:10px; padding:8px 11px; background:#fff; color:var(--blue-dark); cursor:pointer; font-size:12px; font-weight:800; }
  .ga-copy-summary:hover { background:var(--blue-soft); }
  .ga-copy-status { margin-left:8px; color:var(--green); font-size:11px; font-weight:800; }
  .ga-reason-title { margin:14px 0 0; color:var(--gray-600); font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
  .ga-result-actions { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; margin-top:20px; padding-top:17px; border-top:1px solid var(--gray-200); }
  .ga-result-actions-left { display:flex; flex-wrap:wrap; gap:9px; }
  .ga-result-actions-top { margin:14px 0 18px; padding-top:0; border-top:0; }
  [data-role="quick-reveal-slot"]:empty { display:none; }

  .ga-cta { margin-top:24px; border:1px solid #bfd6e9; border-radius:18px; padding:19px; background:#edf6ff; }
  .ga-abs-why { display:grid; grid-template-columns:185px minmax(0,1fr); gap:18px; align-items:center; margin:-2px -2px 18px; border:1px solid #1f4c73; border-radius:14px; padding:15px 17px; background:linear-gradient(135deg,#061826,#0d2d48); color:#fff; box-shadow:0 10px 24px rgba(15,23,42,.12); }
  .ga-abs-why-label { color:#93c5fd; font-size:10px; font-weight:900; letter-spacing:.13em; line-height:1.45; text-transform:uppercase; }
  .ga-abs-why-list { display:flex; align-items:center; flex-wrap:wrap; gap:9px 21px; margin:0; padding:0; list-style:none; }
  .ga-abs-why-list li { display:inline-flex; align-items:center; gap:7px; color:#f8fafc; font-size:12px; font-weight:700; line-height:1.4; }
  .ga-abs-why-list li::before { content:"✓"; color:#93c5fd; font-size:12px; font-weight:900; }
  .ga-cta h3 { margin-bottom:6px; }
  .ga-cta p { color:var(--gray-700); }
  .ga-cta-actions { display:flex; align-items:stretch; flex-wrap:wrap; gap:10px; margin-top:13px; }
  .ga-contact, .ga-roi-button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; border-radius:10px; padding:10px 16px; font-weight:800; line-height:1.35; text-align:center; text-decoration:none; }
  .ga-contact { background:#16a34a; color:#fff !important; }
  .ga-contact:hover { background:#15803d; }
  .ga-roi-button { border:1px solid #93c5fd; background:#fff; color:var(--blue-dark) !important; cursor:pointer; font:inherit; }
  .ga-roi-button:hover { background:#eff6ff; }
  .ga-contact-handoff-note { max-width:790px; margin:12px 0 0 !important; color:#36556f !important; font-size:12px; line-height:1.58; }
  .ga-contact-copy-status { min-height:19px; margin:7px 0 0 !important; color:var(--green) !important; font-size:11px; font-weight:800; line-height:1.5; }
  .ga-abs-partner-note { margin:11px 0 0 !important; color:#36556f !important; font-size:12px; font-style:italic; line-height:1.55; }
  .ga-cta-links { margin-top:12px; display:flex; flex-wrap:wrap; gap:8px 15px; font-size:12px; }
  .ga-cta-links a { font-weight:750; }

  .ga-footer { margin-top:32px; padding-top:20px; border-top:1px solid var(--gray-200); color:var(--gray-500); font-size:11px; line-height:1.65; text-align:center; }
  .ga-proprietary { max-width:980px; margin:0 auto 13px; border:1px solid #dbe3ec; border-radius:12px; padding:13px 15px; background:#f8fafc; color:#475569; text-align:left; }
  .ga-footer p { max-width:980px; margin:0 auto 8px; }

  @media (max-width: 980px) {
    .ga-guided-layout { grid-template-columns:1fr; }
    .ga-profile-sticky { position:static; }
    .ga-profile-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 14px; }
    .ga-route-grid { grid-template-columns:1fr; }
  }
  @media (max-width: 800px) {
    .ga-abs-why { grid-template-columns:1fr; gap:10px; }
    .ga-choice-grid.cols-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .ga-addon-grid, .ga-results-grid { grid-template-columns:1fr; }
    .ga-guide-card { min-height:0; padding:19px; }
    .ga-step-label { display:none; }
  }
  @media (max-width: 640px) {
    .ga-abs-tool { padding:14px; border-radius:17px; }
    .ga-abs-tool[data-ga-rhs-context="standalone"] { padding:15px; border-radius:14px; }
    .ga-abs-why-list { display:grid; grid-template-columns:1fr; gap:8px; }
    .ga-hero { padding:27px 16px 23px; border-radius:18px; }
    .ga-mode-switch, .ga-field-grid, .ga-throughput-grid, .ga-review-list { grid-template-columns:1fr; }
    .ga-mode-button small { display:none; }
    .ga-route-card { grid-template-columns:75px minmax(0,1fr) 22px; min-height:112px; }
    .ga-route-image-wrap { width:75px; height:84px; }
    .ga-choice-grid, .ga-choice-grid.cols-2, .ga-choice-grid.cols-4 { grid-template-columns:1fr; }
    .ga-choice-button { min-height:0; }
    .ga-guide-nav, .ga-quick-actions { align-items:stretch; flex-direction:column-reverse; }
    .ga-button { width:100%; }
    .ga-result-actions, .ga-result-actions-left, .ga-cta-actions { align-items:stretch; flex-direction:column; }
    .ga-result-actions-left .ga-button, .ga-contact, .ga-roi-button { width:100%; }
    .ga-profile-list { grid-template-columns:1fr; }
    .ga-card-top, .ga-addon-card { grid-template-columns:1fr; }
    .ga-card-image-wrap { min-height:165px; }
    .ga-card-image { height:145px; }
    .ga-resource-row { flex-direction:column; align-items:stretch; }
    .ga-resource-row a { justify-content:center; }
  }
  @media (prefers-reduced-motion: reduce) {
    .ga-guide-card,.ga-spinner,.ga-route-card,.ga-choice-button,.ga-progress-bar span,.ga-meter-track span { animation:none!important; transition:none!important; }
  }

  /* Pillar-dialog trim: the launcher and dialog toolbar already introduce the tool. */
  .ga-abs-tool .ga-hero { display: none !important; }
  .ga-abs-tool { max-width: 1180px; padding-top: 18px; }
  .ga-abs-tool .ga-mode-switch { margin-top: 0; }
  .ga-abs-tool .ga-rhs-dialog-disclaimer { margin-top: 26px; padding: 14px 15px 0; }

  /* The dedicated selector page supplies the outer rich-blue frame. */
  .ga-abs-tool[data-ga-rhs-context="standalone"] {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
  }
  @media (max-width: 640px) {
    .ga-abs-tool[data-ga-rhs-context="standalone"] { padding:15px; border-radius:14px; }
  }

  /* Defensive color firewall for Elementor/theme text-fill and link-state rules. */
  .ga-abs-tool .ga-guide-heading h3,
  .ga-abs-tool .ga-quick-route h3,
  .ga-abs-tool .ga-result-head h3,
  .ga-abs-tool .ga-card-title,
  .ga-abs-tool .ga-addon-head h3,
  .ga-abs-tool .ga-addon-card h4,
  .ga-abs-tool .ga-soft-box h4,
  .ga-abs-tool .ga-cta h3 {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }
  .ga-abs-tool .ga-primary,
  .ga-abs-tool .ga-reveal,
  .ga-abs-tool a.ga-contact,
  .ga-abs-tool a.ga-contact:link,
  .ga-abs-tool a.ga-contact:visited,
  .ga-abs-tool a.ga-contact:hover,
  .ga-abs-tool a.ga-contact:focus-visible,
  .ga-abs-tool a.ga-contact:active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: none !important;
    opacity: 1 !important;
  }
  .ga-abs-tool a.ga-roi-button,
  .ga-abs-tool a.ga-roi-button:link,
  .ga-abs-tool a.ga-roi-button:visited,
  .ga-abs-tool a.ga-roi-button:hover,
  .ga-abs-tool a.ga-roi-button:focus-visible,
  .ga-abs-tool a.ga-roi-button:active,
  .ga-abs-tool a.ga-card-link,
  .ga-abs-tool a.ga-card-link:link,
  .ga-abs-tool a.ga-card-link:visited,
  .ga-abs-tool a.ga-card-link:hover,
  .ga-abs-tool a.ga-card-link:focus-visible,
  .ga-abs-tool a.ga-card-link:active,
  .ga-abs-tool a.ga-addon-link,
  .ga-abs-tool a.ga-addon-link:link,
  .ga-abs-tool a.ga-addon-link:visited,
  .ga-abs-tool a.ga-addon-link:hover,
  .ga-abs-tool a.ga-addon-link:focus-visible,
  .ga-abs-tool a.ga-addon-link:active {
    color: #1e4f80 !important;
    -webkit-text-fill-color: #1e4f80 !important;
    opacity: 1 !important;
  }
  .ga-abs-tool .ga-cta-links a,
  .ga-abs-tool .ga-cta-links a:link,
  .ga-abs-tool .ga-cta-links a:visited {
    color: #1d4ed8 !important;
    -webkit-text-fill-color: #1d4ed8 !important;
  }

/* Compact Elementor-column launcher and native full-screen dialog. */
.ga-rhs-embed {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  container-type: inline-size;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.ga-rhs-standalone,
.ga-rhs-standalone .ga-rhs-shadow-host {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.ga-rhs-embed *,
.ga-rhs-embed *::before,
.ga-rhs-embed *::after { box-sizing: border-box; }
.ga-rhs-launch-card {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 18px 20px;
  border: 1px solid rgba(79, 198, 255, .28);
  border-radius: 16px;
  background: radial-gradient(circle at 92% 0%, rgba(34, 211, 238, .12), transparent 42%), linear-gradient(145deg, rgba(13, 43, 65, .78), rgba(7, 27, 43, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 16px 36px rgba(0,0,0,.12);
  color: #eaf6ff;
  text-align: left;
  color-scheme: dark;
}
.ga-rhs-launch-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #48d9ff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ga-rhs-launch-eyebrow::before { width: 22px; height: 2px; flex: 0 0 auto; border-radius: 999px; background: #22d3ee; content: ""; }
.ga-rhs-launch-title { margin: 0; color: #fff; font-size: clamp(20px, 2.2vw, 25px); font-weight: 750; line-height: 1.16; letter-spacing: -.02em; }
.ga-rhs-launch-copy { max-width: 480px; margin: 0; color: #c7dfef; font-size: 14px; line-height: 1.55; }
.ga-rhs-launch-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 1px 0 0; }
.ga-rhs-launch-meta span { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 9px; border: 1px solid rgba(125,211,252,.2); border-radius: 999px; background: rgba(3,17,29,.32); color: #bcecff; font-size: 11px; font-weight: 700; line-height: 1; }
.ga-rhs-launch-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin-top: 3px; }
.ga-rhs-launch-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 11px 17px;
  border: 1px solid #67e8f9 !important;
  border-radius: 9px;
  background: linear-gradient(135deg, #22d3ee, #60a5fa) !important;
  box-shadow: 0 8px 22px rgba(14,165,233,.22);
  color: #05263a !important;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-decoration: none !important;
  text-transform: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.ga-rhs-launch-button:hover { transform: translateY(-1px); filter: brightness(1.04); box-shadow: 0 11px 25px rgba(14,165,233,.28); }
.ga-rhs-launch-link { color: #b9e7ff !important; font-size: 12px; font-weight: 700; line-height: 1.4; text-decoration: underline !important; text-decoration-color: rgba(185,231,255,.42) !important; text-underline-offset: 3px; }
.ga-rhs-launch-link:hover { color: #fff !important; }
.ga-rhs-launch-button:focus-visible,
.ga-rhs-launch-link:focus-visible,
.ga-rhs-dialog-close:focus-visible,
.ga-rhs-dialog-standalone:focus-visible { outline: 3px solid #fbbf24 !important; outline-offset: 3px; }

.ga-rhs-dialog {
  position: fixed;
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 12px;
  border: 0;
  background: transparent;
  color: #111827;
  overflow: hidden;
}
.ga-rhs-dialog:not([open]) { display: none !important; }
.ga-rhs-dialog[open] { display: grid; place-items: center; }
.ga-rhs-dialog::backdrop { background: rgba(1,10,19,.78); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.ga-rhs-dialog-shell {
  width: min(1180px, 100%);
  height: calc(100vh - 24px);
  height: calc(100dvh - 24px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148,163,184,.42);
  border-radius: 18px;
  background: #f4f7fb;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  animation: ga-rhs-dialog-in .2s ease-out both;
}
.ga-rhs-dialog-toolbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex: 0 0 auto;
  padding: 8px 13px 8px 16px;
  border-bottom: 1px solid rgba(148,163,184,.22);
  background: linear-gradient(135deg,#082337,#0b304a);
  color: #fff;
}
.ga-rhs-dialog-heading { min-width: 0; display: flex; align-items: center; gap: 11px; }
.ga-rhs-dialog-mark { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; border: 1px solid rgba(103,232,249,.34); border-radius: 11px; background: rgba(34,211,238,.10); color: #67e8f9; font-size: 17px; }
.ga-rhs-dialog-kicker { display: block; margin: 0 0 2px; color: #8ddfff; font-size: 9px; font-weight: 800; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.ga-rhs-dialog-title { margin: 0; color: #fff; font-size: 17px; font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
.ga-rhs-dialog-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.ga-rhs-dialog-standalone { min-height: 40px; display: inline-flex; align-items: center; padding: 8px 10px; border-radius: 8px; color: #c9edff !important; font-size: 11px; font-weight: 750; text-decoration: none !important; }
.ga-rhs-dialog-standalone:hover { background: rgba(255,255,255,.08); color: #fff !important; }
.ga-rhs-dialog-close { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin: 0; padding: 8px 10px; border: 1px solid rgba(255,255,255,.24) !important; border-radius: 9px; background: rgba(255,255,255,.08) !important; color: #fff !important; font: inherit; font-size: 12px; font-weight: 750; line-height: 1; letter-spacing: 0; text-transform: none; cursor: pointer; }
.ga-rhs-dialog-close:hover { background: rgba(255,255,255,.14) !important; }
.ga-rhs-dialog-close-icon { font-size: 20px; font-weight: 400; line-height: 1; }
.ga-rhs-dialog-scroll { flex: 1 1 auto; min-height: 0; overflow-y: auto; overflow-x: hidden; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 20px max(14px, calc((100% - 1024px) / 2)); background: #f4f7fb; scroll-behavior: smooth; }
html.ga-selector-dialog-open { overflow: hidden !important; scrollbar-gutter: stable; }
body.ga-selector-dialog-open { overflow: hidden !important; overscroll-behavior: none; }
@keyframes ga-rhs-dialog-in { from { opacity: 0; transform: translateY(10px) scale(.992); } to { opacity: 1; transform: none; } }

@container (max-width: 440px) {
  .ga-rhs-launch-actions { align-items: stretch; flex-direction: column; }
  .ga-rhs-launch-button { width: 100%; }
  .ga-rhs-launch-link { align-self: flex-start; padding: 4px 1px; }
}
@media (max-width: 700px) {
  .ga-rhs-dialog { padding: 0; }
  .ga-rhs-dialog-shell { width: 100%; height: 100vh; height: 100dvh; border: 0; border-radius: 0; }
  .ga-rhs-dialog-toolbar { min-height: calc(56px + env(safe-area-inset-top)); padding: calc(6px + env(safe-area-inset-top)) 8px 6px 11px; }
  .ga-rhs-dialog-mark { width: 31px; height: 31px; }
  .ga-rhs-dialog-kicker, .ga-rhs-dialog-standalone { display: none; }
  .ga-rhs-dialog-title { max-width: 62vw; font-size: 15px; }
  .ga-rhs-dialog-close { padding: 7px 9px; }
  .ga-rhs-dialog-scroll { padding: 12px 8px calc(28px + env(safe-area-inset-bottom)); }
}
@media (max-width: 380px) {
  .ga-rhs-launch-card { padding: 16px; }
  .ga-rhs-dialog-close-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ga-rhs-dialog-title { max-width: 66vw; }
}
@media (prefers-reduced-motion: reduce) {
  .ga-rhs-dialog-shell { animation: none; }
  .ga-rhs-dialog-scroll { scroll-behavior: auto; }
  .ga-rhs-launch-button { transition: none; }
}

.ga-rhs-embed .ga-rhs-shadow-host { display: block; width: 100%; min-height: 1px; }

/* Elementor/theme firewall for the light-DOM launcher and dialog toolbar. */
.ga-rhs-launch-card,
.ga-rhs-launch-card *,
.ga-rhs-dialog-toolbar,
.ga-rhs-dialog-toolbar * {
  -webkit-text-fill-color: currentColor !important;
}
.ga-rhs-embed .ga-rhs-launch-title,
.ga-rhs-dialog .ga-rhs-dialog-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-rhs-embed a.ga-rhs-launch-button,
.ga-rhs-embed a.ga-rhs-launch-button:link,
.ga-rhs-embed a.ga-rhs-launch-button:visited,
.ga-rhs-embed a.ga-rhs-launch-button:hover,
.ga-rhs-embed a.ga-rhs-launch-button:focus-visible,
.ga-rhs-embed a.ga-rhs-launch-button:active {
  color: #05263a !important;
  -webkit-text-fill-color: #05263a !important;
  text-decoration: none !important;
}
.ga-rhs-embed a.ga-rhs-launch-link,
.ga-rhs-embed a.ga-rhs-launch-link:link,
.ga-rhs-embed a.ga-rhs-launch-link:visited {
  color: #b9e7ff !important;
  -webkit-text-fill-color: #b9e7ff !important;
}
.ga-rhs-dialog a.ga-rhs-dialog-standalone,
.ga-rhs-dialog a.ga-rhs-dialog-standalone:link,
.ga-rhs-dialog a.ga-rhs-dialog-standalone:visited {
  color: #c9edff !important;
  -webkit-text-fill-color: #c9edff !important;
  text-decoration: none !important;
}
.ga-rhs-embed a.ga-rhs-launch-link:hover,
.ga-rhs-embed a.ga-rhs-launch-link:focus-visible,
.ga-rhs-dialog a.ga-rhs-dialog-standalone:hover,
.ga-rhs-dialog a.ga-rhs-dialog-standalone:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.ga-rhs-dialog .ga-rhs-dialog-close,
.ga-rhs-dialog .ga-rhs-dialog-close:hover,
.ga-rhs-dialog .ga-rhs-dialog-close:focus,
.ga-rhs-dialog .ga-rhs-dialog-close:focus-visible,
.ga-rhs-dialog .ga-rhs-dialog-close:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Compact repeatable ingredient builder for multi-stream blender recipes. */
.ga-ingredient-builder { display: grid; gap: 10px; }
.ga-ingredient-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; padding: 13px; border: 1px solid #dbe4ee; border-radius: 12px; background: #f8fafc; }
.ga-ingredient-row-head { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ga-ingredient-row-head strong { color: #0f2638; font-size: 12px; font-weight: 850; }
.ga-ingredient-row label { display: grid; gap: 5px; min-width: 0; }
.ga-ingredient-row label > span { color: #41576a; font-size: 10px; font-weight: 800; line-height: 1.25; }
.ga-ingredient-row select { width: 100%; min-height: 42px; padding: 8px 30px 8px 10px; border: 1px solid #cbd8e4; border-radius: 9px; background-color: #fff; color: #102a3d; font: inherit; font-size: 11px; }
.ga-ingredient-remove { min-height: 32px; padding: 5px 9px; border: 1px solid #d8e2eb; border-radius: 8px; background: #fff; color: #8b2735; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.ga-ingredient-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 2px; }
.ga-ingredient-actions > span { color: #617487; font-size: 10px; }
.ga-ingredient-add { min-height: 38px; padding: 8px 12px; font-size: 10px; }
@media (max-width: 700px) {
  .ga-ingredient-row { grid-template-columns: 1fr; }
  .ga-ingredient-row-head { grid-column: 1; }
  .ga-ingredient-actions { align-items: flex-start; flex-direction: column; }
}
