:host {
  all: initial;
  display: block;
  width: 100%;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
:host([data-ga-wtg-context="standalone"]) {
  background: #fff;
}
:host,
.ga-web-tool,
.ga-web-tool * {
  -webkit-text-fill-color: currentColor;
}
.ga-web-tool,
  .ga-web-tool * { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
  .ga-web-tool { color: #111827; }
  .ga-web-tool input,
  .ga-web-tool select {
    width: 100%; border: 1px solid #d1d5db; border-radius: 12px;
    padding: 12px 14px; font-size: 15px; line-height: 1.4;
    background: #fff; color: #111827;
  }
  .ga-web-tool select { text-overflow:ellipsis; white-space:nowrap; padding-right:40px; }
  .ga-web-tool input:focus,
  .ga-web-tool select:focus {
    outline: none; border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79,70,229,.14);
  }
  .ga-web-tool .input-group label {
    display:block; font-size:12px; font-weight:800; text-transform:uppercase;
    letter-spacing:.08em; color:#4b5563; margin-bottom:8px;
  }
  .ga-web-tool .soft-box {
    position:relative; overflow:visible; background:#f9fafb; border:1px solid #e5e7eb; border-radius:16px; padding:16px;
  }
  .ga-web-tool .section-title-row {
    display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:16px;
  }
  .ga-web-tool .section-heading {
    display:flex; align-items:center; font-size:20px; font-weight:800; color:#1f2937; margin:0;
  }
  .ga-web-tool .section-number {
    display:inline-flex; align-items:center; justify-content:center; min-width:30px; height:30px;
    border-radius:9999px; background:#4f46e5; color:#fff; font-size:14px; font-weight:800; margin-right:10px;
  }
  .ga-web-tool .section-helper { color:#6b7280; font-size:14px; line-height:1.55; margin-top:6px; }
  .ga-web-tool .choice-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .ga-web-tool .choice-card { position:relative; z-index:1; }
  .ga-web-tool .choice-card:hover,
  .ga-web-tool .choice-card:focus-within { z-index:3; }
  .ga-web-tool .choice-card input {
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    margin:0 !important;
    padding:0 !important;
    opacity:0 !important;
    overflow:hidden !important;
    clip:rect(0 0 0 0) !important;
    clip-path:inset(50%) !important;
    white-space:nowrap !important;
    appearance:none !important;
    pointer-events:none !important;
  }
  .ga-web-tool .choice-card label {
    display:block; min-height:100%; cursor:pointer; border:1px solid #dbe2ea; border-radius:15px;
    background:#fff; padding:15px 15px 14px; transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease;
  }
  .ga-web-tool .choice-card input:checked + label {
    border-color:#4f46e5; background:#eef2ff; box-shadow:0 0 0 3px rgba(79,70,229,.13);
  }
  .ga-web-tool .choice-card input:focus-visible + label {
    outline:3px solid rgba(79,70,229,.32);
    outline-offset:2px;
  }
  .ga-web-tool .choice-card label:hover { transform:translateY(-1px); box-shadow:0 8px 18px rgba(15,23,42,.06); }
  .ga-web-tool .choice-title { font-size:15px; font-weight:800; color:#111827; line-height:1.3; }
  .ga-web-tool .choice-copy { margin-top:6px; font-size:13px; line-height:1.5; color:#64748b; }
  .ga-web-tool .tooltip-wrapper { position:relative; display:inline-flex; align-items:center; margin-left:6px; vertical-align:middle; }
  .ga-web-tool .tooltip-icon {
    display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px;
    border-radius:9999px; background:#e0e7ff; color:#4338ca; font-size:11px; font-weight:800; cursor:help;
  }
  .ga-web-tool .tooltip-panel {
    position:absolute; z-index:9999; left:0; top:calc(100% + 10px); width:320px; max-width:calc(100vw - 40px);
    background:#111827; color:#fff; font-size:12px; line-height:1.55; font-weight:500;
    text-transform:none; letter-spacing:normal; overflow-wrap:anywhere; padding:10px 12px;
    border-radius:10px; opacity:0; visibility:hidden; transform:translateY(4px);
    transition:all .18s ease; box-shadow:0 12px 30px rgba(0,0,0,.16);
  }
  .ga-web-tool .choice-card:nth-child(even) .tooltip-panel { left:auto; right:0; }
  .ga-web-tool .tooltip-panel-right,
  .ga-web-tool .tooltip-wrapper.tooltip-right .tooltip-panel { left:auto; right:0; }
  .ga-web-tool .choice-card:nth-child(even) .tooltip-wrapper .tooltip-panel { transform:translateY(4px); }
  .ga-web-tool .choice-card:nth-child(even) .tooltip-wrapper:hover .tooltip-panel,
  .ga-web-tool .choice-card:nth-child(even) .tooltip-wrapper:focus-within .tooltip-panel { transform:translateY(0); }
  .ga-web-tool .tooltip-wrapper:hover .tooltip-panel,
  .ga-web-tool .tooltip-wrapper:focus-within .tooltip-panel { opacity:1; visibility:visible; transform:translateY(0); }
  @media (min-width:781px) {
    .ga-web-tool .tooltip-panel { max-width:min(320px, calc(100vw - 40px)); }
  }
  .ga-web-tool .mini-callout {
    border-left:4px solid #4f46e5; background:#eef2ff; color:#312e81; padding:14px 16px;
    border-radius:12px; font-size:14px; line-height:1.65;
  }
  .ga-web-tool .advanced-box {
    display:none; margin-top:14px; border:1px solid #c7d2fe; background:#f8fafc; border-radius:16px; padding:16px;
  }
  .ga-web-tool .advanced-box.show { display:block; }
  .ga-web-tool .advanced-subhead {
    font-size:13px; font-weight:900; color:#334155; text-transform:uppercase; letter-spacing:.08em; margin:0 0 12px;
  }
  .ga-web-tool .conversion-box {
    margin-top:12px; padding:12px 14px; border-radius:13px; background:#fff; border:1px dashed #cbd5e1;
    color:#334155; font-size:13px; line-height:1.55;
  }
  .ga-web-tool .conditional-section { display:none; }
  .ga-web-tool .conditional-section.show { display:block; }
  .ga-web-tool .result-card {
    position:relative; border:1px solid #d7e0ec; border-radius:18px; background:#fff; overflow:hidden;
    box-shadow:0 10px 28px rgba(15,23,42,.055);
  }
  .ga-web-tool .result-card + .result-card { margin-top:16px; }
  .ga-web-tool .result-card-header { padding:18px 20px 16px; background:linear-gradient(135deg,#f8fafc 0%,#fff 70%); border-bottom:1px solid #edf2f7; }
  .ga-web-tool .result-header-layout { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:18px; align-items:center; }
  .ga-web-tool .result-header-layout.no-image { grid-template-columns:1fr; }
  .ga-web-tool .result-image { width:142px; height:100px; object-fit:contain; border-radius:16px; background:#fff; pointer-events:none; }
  .ga-web-tool .tone-primary { border-top:3px solid #4f46e5; }
  .ga-web-tool .tone-blue { border-top:3px solid #2563eb; }
  .ga-web-tool .tone-green { border-top:3px solid #047857; }
  .ga-web-tool .tone-amber { border-top:3px solid #d97706; }
  .ga-web-tool .tone-slate { border-top:3px solid #475569; }
  .ga-web-tool .tone-red { border-top:3px solid #b91c1c; }
  .ga-web-tool .result-kicker {
    display:inline-flex; width:fit-content; border-radius:9999px; padding:5px 9px; background:#f1f5f9; color:#475569;
    font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; margin-bottom:10px;
  }
  .ga-web-tool .tone-primary .result-kicker { background:#eef2ff; color:#3730a3; }
  .ga-web-tool .tone-blue .result-kicker { background:#dbeafe; color:#1e40af; }
  .ga-web-tool .tone-green .result-kicker { background:#dcfce7; color:#166534; }
  .ga-web-tool .tone-amber .result-kicker { background:#fffbeb; color:#92400e; }
  .ga-web-tool .tone-red .result-kicker { background:#fef2f2; color:#991b1b; }
  .ga-web-tool .result-title { font-size:24px; line-height:1.15; font-weight:800; color:#0f172a; margin:0; letter-spacing:-.025em; }
  .ga-web-tool .result-subtitle { margin-top:7px; color:#475569; line-height:1.5; font-size:14px; max-width:72ch; }
  .ga-web-tool .tag-row { display:flex; flex-wrap:wrap; gap:7px; margin-top:13px; }
  .ga-web-tool .tag { display:inline-flex; border-radius:9999px; padding:5px 9px; font-size:11px; font-weight:800; border:1px solid #dbeafe; background:#fff; color:#334155; }
  .ga-web-tool .result-body { padding:16px 20px 18px; }
  .ga-web-tool .result-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:12px; align-items:stretch; }
  .ga-web-tool .detail-block { border:1px solid #e5ebf3; border-radius:14px; padding:13px 14px; background:#fbfdff; }
  .ga-web-tool .detail-block h5 { font-size:11px; text-transform:uppercase; letter-spacing:.09em; color:#64748b; font-weight:800; margin:0 0 7px; }
  .ga-web-tool .detail-block p { margin:0; font-size:13px; color:#334155; line-height:1.6; }
  .ga-web-tool .detail-block.warn { border-color:#fbbf24; background:#fffbeb; }
  .ga-web-tool .detail-block.warn h5 { color:#92400e; }
  .ga-web-tool .detail-block.warn p { color:#78350f; }
  .ga-web-tool .spec-list { margin:0; padding-left:17px; }
  .ga-web-tool .spec-list li { margin-top:6px; color:#334155; line-height:1.5; font-size:13px; }
  .ga-web-tool .result-action-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
  .ga-web-tool .result-action-row .ga-btn { padding:10px 14px; font-size:12px; }
  .ga-web-tool .category-heading {
    margin:22px 0 11px; padding:0 2px; font-size:13px; font-weight:900; color:#334155;
    text-transform:uppercase; letter-spacing:.1em;
  }
  .ga-web-tool .cta-panel {
    display:none; margin-top:18px; padding:16px; border-radius:12px; border:1px solid #22c55e; background:#ecfdf5; color:#065f46;
  }
  .ga-web-tool .cta-panel.show { display:block; }
  .ga-web-tool .cta-panel-inner { display:flex; align-items:flex-start; gap:12px; }
  .ga-web-tool .cta-icon { font-size:20px; line-height:1; color:#16a34a; }
  .ga-web-tool .cta-title { font-weight:800; margin-bottom:4px; color:#065f46; }
  .ga-web-tool .cta-panel p { font-size:14px; line-height:1.65; margin:0; }
  .ga-web-tool .cta-button-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:12px; }
  .ga-web-tool .cta-handoff-note { margin-top:10px !important; color:#166534; font-size:12px !important; line-height:1.55 !important; }
  .ga-web-tool .cta-copy-status { min-height:1.5em; margin-top:9px !important; color:#166534; font-size:12px !important; font-weight:700; }
  .ga-web-tool .cta-resource-link { display:inline-flex; align-items:center; gap:6px; margin-top:4px; color:#065f46 !important; font-size:12px; font-weight:800; text-underline-offset:3px; }
  .ga-web-tool .ga-btn {
    display:inline-flex; align-items:center; justify-content:center; gap:8px; border-radius:9999px; padding:12px 18px;
    font-size:14px; font-weight:800; line-height:1; text-decoration:none; cursor:pointer; border:1px solid transparent;
    transition:all .16s ease; white-space:nowrap;
  }
  .ga-web-tool .ga-btn-primary { color:#fff; background:#4f46e5; border-color:#4f46e5; box-shadow:0 10px 22px rgba(79,70,229,.24); }
  .ga-web-tool .ga-btn-primary:hover { background:#4338ca; border-color:#4338ca; transform:translateY(-1px); }
  .ga-web-tool .ga-btn-secondary { color:#312e81; background:#fff; border-color:#c7d2fe; }
  .ga-web-tool .ga-btn-secondary:hover { background:#eef2ff; border-color:#a5b4fc; transform:translateY(-1px); }
  .ga-web-tool .cta-panel .ga-btn-primary { background:#047857; border-color:#047857; box-shadow:none; }
  .ga-web-tool .cta-panel .ga-btn-primary:hover { background:#065f46; border-color:#065f46; }
  .ga-web-tool .cta-panel .ga-btn-secondary { color:#065f46; border-color:#047857; }
  .ga-web-tool button.ga-btn { appearance:none; font-family:inherit; }
  .ga-web-tool .cta-partner-note {
    margin-top:9px; color:#065f46; font-size:12px; line-height:1.55; font-weight:700;
  }
  .ga-web-tool .why-fms {
    margin-top:14px; padding:14px 15px; border-radius:12px; border:1px solid #a7f3d0; background:rgba(255,255,255,.72);
  }
  .ga-web-tool .why-fms-title {
    margin:0 0 9px; color:#065f46; font-size:12px; line-height:1.3; font-weight:900;
    text-transform:uppercase; letter-spacing:.09em;
  }
  .ga-web-tool .why-fms-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .ga-web-tool .why-fms-item {
    display:flex; align-items:flex-start; gap:8px; color:#065f46; font-size:12px; line-height:1.55;
  }
  .ga-web-tool .why-fms-check { flex:0 0 auto; font-weight:900; color:#16a34a; }
  .ga-web-tool .ga-action-row { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
  .ga-web-tool .explain-box { border:1px solid #e5e7eb; background:#fff; border-radius:18px; overflow:hidden; }
  .ga-web-tool .ga-accordion-btn {
    width:100%; appearance:none; background:#f9fafb; border:0; cursor:pointer; padding:17px 18px;
    display:flex; align-items:center; justify-content:space-between; color:#111827;
  }
  .ga-web-tool .ga-accordion-btn h4 { margin:0; font-size:17px; font-weight:800; }
  .ga-web-tool .ga-accordion-caret { font-size:24px; line-height:1; color:#4f46e5; transition:transform .18s ease; }
  .ga-web-tool .ga-accordion-caret.open { transform:rotate(180deg); }
  .ga-web-tool .ga-footer { margin-top:28px; padding:18px 18px 0; border-top:1px solid #e5e7eb; text-align:center; }
  .ga-web-tool .ga-footer p { margin:0 auto 8px; max-width:950px; color:#64748b; font-size:12px; line-height:1.6; }
  .ga-web-tool .ga-footer .ga-copyright { color:#475569; font-weight:800; }
  .ga-web-tool .guided-help {
    margin-top:14px; border:1px solid #bfdbfe; background:#eff6ff; border-radius:16px; padding:16px;
  }
  .ga-web-tool .guided-help-title { margin:0 0 6px; font-size:16px; font-weight:900; color:#1e3a8a; }
  .ga-web-tool .guided-help-copy { margin:0 0 14px; color:#475569; font-size:13px; line-height:1.6; }
  .ga-web-tool .guided-source-panel { display:none; margin-top:14px; padding:14px; border:1px solid #dbeafe; background:#fff; border-radius:14px; }
  .ga-web-tool .guided-source-panel.show { display:block; }
  .ga-web-tool .beginner-result { margin-top:12px; padding:12px 14px; border-radius:12px; background:#f8fafc; border:1px dashed #94a3b8; color:#334155; font-size:13px; line-height:1.6; }

  /* Unified force-range and calculator layout shared with the wire/cable selector */
  .ga-web-tool .ga-form-grid {
    display:grid;
    gap:16px;
    align-items:start;
  }
  .ga-web-tool .ga-form-grid-two { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ga-web-tool .advanced-force-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    align-items:start;
  }
  .ga-web-tool .input-group { min-width:0; }
  .ga-web-tool .input-group label {
    min-height:28px;
    display:flex;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:4px;
  }
  .ga-web-tool .advanced-force-grid .input-group label {
    min-height:32px;
    display:flex;
    align-items:flex-end;
    gap:6px;
  }
  .ga-web-tool .advanced-force-grid input,
  .ga-web-tool .advanced-force-grid select {
    min-height:48px;
  }
  .ga-web-tool select {
    min-width:0;
    max-width:100%;
    height:auto;
    min-height:46px;
    padding-right:42px;
    text-overflow:ellipsis;
  }
  .ga-web-tool #advancedToggle {
    max-width:100%;
    white-space:normal;
    line-height:1.35;
    text-align:center;
  }
  .ga-web-tool .engineering-disclosure {
    margin-top:16px;
    border:1px solid #dbe3ec;
    border-radius:14px;
    background:#fff;
  }
  .ga-web-tool .engineering-disclosure summary {
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px 15px;
    color:#1f2937;
    font-size:13px;
    line-height:1.4;
    font-weight:900;
  }
  .ga-web-tool .engineering-disclosure summary::-webkit-details-marker { display:none; }
  .ga-web-tool .engineering-disclosure summary::after {
    content:'+';
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:9999px;
    background:#eef2ff;
    color:#4338ca;
    font-size:17px;
    line-height:1;
  }
  .ga-web-tool .engineering-disclosure[open] summary {
    border-bottom:1px solid #e5e7eb;
  }
  .ga-web-tool .engineering-disclosure[open] summary::after { content:'−'; }
  .ga-web-tool .engineering-disclosure-body { padding:15px; }
  .ga-web-tool .engineering-disclosure .guided-help {
    margin-top:0;
    border:0;
    background:transparent;
    border-radius:0;
    padding:0;
  }
  .ga-web-tool .calculator-intro {
    margin-top:12px;
    padding:12px 14px;
    border-radius:13px;
    background:#eef2ff;
    border:1px solid #c7d2fe;
    color:#312e81;
    font-size:13px;
    line-height:1.6;
  }
  .ga-web-tool .mobile-sticky { display:none; }

  @media (max-width:980px) {
    .ga-web-tool .advanced-force-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .ga-web-tool .input-group label { min-height:0; }
  }

  @media (max-width:560px) {
    .ga-web-tool .advanced-force-grid { grid-template-columns:1fr; }
    .ga-web-tool .advanced-force-grid .input-group label { min-height:0; }
  }

  /* Web-guiding field spacing and edge-safe correction-stroke tooltip */
  .ga-web-tool .guide-details-grid {
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(130px,.65fr) minmax(0,1.1fr);
    gap:16px;
    align-items:end;
  }
  .ga-web-tool #actuatorInputs { margin-top:20px; padding-top:2px; }
  .ga-web-tool #actuatorInputs .tooltip-panel { left:auto; right:0; }

  @media (max-width:780px) {
    .ga-web-tool .choice-grid,
    .ga-web-tool .result-grid,
    .ga-web-tool .guide-details-grid { grid-template-columns:1fr; }
    .ga-web-tool .result-header-layout { grid-template-columns:1fr; }
    .ga-web-tool .result-image { width:160px; height:108px; margin-top:4px; }
    .ga-web-tool .section-title-row { display:block; }
    .ga-web-tool .desktop-action-row { display:none; }
    .ga-web-tool .mobile-sticky {
      display:block; position:sticky; bottom:12px; z-index:25; padding:12px; margin:18px -12px 0;
      background:linear-gradient(to top,rgba(255,255,255,.96),rgba(255,255,255,.72)); backdrop-filter:blur(8px);
    }
    .ga-web-tool .mobile-sticky .ga-btn { width:100%; box-shadow:0 12px 30px rgba(79,70,229,.32); }
    .ga-web-tool .cta-panel-inner { display:block; }
    .ga-web-tool .cta-icon { margin-bottom:8px; }
    .ga-web-tool .cta-button-row,
    .ga-web-tool .cta-button-row .ga-btn,
    .ga-web-tool .result-action-row,
    .ga-web-tool .result-action-row .ga-btn { width:100%; }
    .ga-web-tool .result-action-row .ga-btn { white-space:normal; line-height:1.35; }
    .ga-web-tool .why-fms-grid { grid-template-columns:1fr; }
    .ga-web-tool input,
    .ga-web-tool select { font-size:16px; }
    .ga-web-tool .ga-form-grid-two { grid-template-columns:1fr; }
    .ga-web-tool #advancedToggle { width:100%; }
    .ga-web-tool .tooltip-panel,
    .ga-web-tool .choice-card:nth-child(even) .tooltip-panel,
    .ga-web-tool .tooltip-wrapper.tooltip-right .tooltip-panel,
    .ga-web-tool #actuatorInputs .tooltip-panel {
      position:fixed;
      z-index:9999;
      left:16px !important;
      right:16px !important;
      top:auto;
      bottom:16px;
      width:auto;
      max-width:none;
      transform:translateY(8px);
    }
    .ga-web-tool .tooltip-wrapper:hover .tooltip-panel,
    .ga-web-tool .tooltip-wrapper:focus-within .tooltip-panel,
    .ga-web-tool .choice-card:nth-child(even) .tooltip-wrapper:hover .tooltip-panel,
    .ga-web-tool .choice-card:nth-child(even) .tooltip-wrapper:focus-within .tooltip-panel { transform:translateY(0); }
    .ga-web-tool .result-title { font-size:21px; }
  }

  .ga-web-tool .result-header-layout.no-image { grid-template-columns:1fr; }
  .ga-web-tool .field-note { margin-top:7px; color:#64748b; font-size:12px; line-height:1.5; }
  .ga-web-tool .validation-panel {
    display:none; margin-bottom:16px; padding:14px 16px; border:1px solid #f59e0b;
    background:#fffbeb; color:#78350f; border-radius:14px; font-size:13px; line-height:1.6;
  }
  .ga-web-tool .validation-panel.show { display:block; }
  .ga-web-tool .validation-panel strong { color:#92400e; }
  .ga-web-tool .hidden-field { display:none !important; }
  .ga-web-tool .engineering-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
  .ga-web-tool .engineering-grid.two { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ga-web-tool .status-chip {
    display:inline-flex; align-items:center; gap:6px; margin-top:8px; padding:6px 9px;
    border-radius:9999px; background:#f1f5f9; color:#475569; font-size:11px; font-weight:800;
  }
  @media (max-width:780px) {
    .ga-web-tool .engineering-grid,
    .ga-web-tool .engineering-grid.two { grid-template-columns:1fr; }
  }

/* Modern introduction and synchronized Guided Experience layer. */
.ga-web-tool {
  position: relative;
  isolation: isolate;
  color-scheme: light;
  --ga-indigo:#3730a3;
  --ga-blue:#1d4ed8;
  --ga-green:#15803d;
  --ga-amber:#b45309;
  --ga-red:#b91c1c;
  --ga-gray-950:#111827;
  --ga-gray-900:#111827;
  --ga-gray-800:#1f2937;
  --ga-gray-700:#374151;
  --ga-gray-600:#4b5563;
  --ga-gray-500:#6b7280;
  --ga-gray-300:#d1d5db;
  --ga-gray-200:#e5e7eb;
  --ga-gray-100:#f3f4f6;
  --ga-gray-50:#f9fafb;
  max-width:1120px;
  margin:0 auto;
  padding:20px;
  border:1px solid var(--ga-gray-200);
  border-top:8px solid var(--ga-indigo);
  border-radius:22px;
  background:#fff;
  color:var(--ga-gray-950);
  box-shadow:0 24px 60px rgba(15,23,42,.14);
  line-height:1.5;
}
.ga-web-tool[data-ga-wtg-context="standalone"] {
  width:100%;
  max-width:none;
  margin:0;
  padding:20px;
  border:0;
  border-radius:16px;
  background:#fff;
  box-shadow:none;
}
.ga-web-tool [hidden]{display:none!important;}
.ga-web-tool .ga-tool-shell{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;}
.ga-web-tool .ga-tool-body{padding:0!important;margin-top:20px;}
.ga-web-tool .ga-tool-body>.ga-results-shared{margin-top:28px;}
.ga-web-tool .ga-quick-mode>.soft-box+.soft-box{margin-top:22px;}
.ga-web-tool .ga-quick-mode>.ga-action-row{margin-top:28px;}
.ga-web-tool #resultWrap{scroll-margin-top:120px;}
.ga-web-tool.is-guided-mode .mobile-sticky{display:none!important;}

.ga-web-tool .ga-hero{position:relative;overflow:hidden;border:1px solid #dbe4f0;border-radius:22px;padding:34px 30px 28px;background:radial-gradient(circle at 10% 5%,rgba(79,70,229,.14),transparent 34%),radial-gradient(circle at 92% 12%,rgba(37,99,235,.10),transparent 30%),linear-gradient(135deg,#fff 0%,#f8faff 58%,#f5f3ff 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.92);text-align:center;}
.ga-web-tool .ga-hero:before,.ga-web-tool .ga-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none;}
.ga-web-tool .ga-hero:before{width:160px;height:160px;top:-104px;right:7%;border:28px solid rgba(99,102,241,.055);}
.ga-web-tool .ga-hero:after{width:108px;height:108px;bottom:-68px;left:6%;border:22px solid rgba(37,99,235,.05);}
.ga-web-tool .ga-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;}
.ga-web-tool .ga-hero-badge{display:inline-flex;align-items:center;gap:8px;margin:0;border:1px solid #c7d2fe;border-radius:999px;padding:7px 11px;background:rgba(255,255,255,.88);color:#4338ca;box-shadow:0 6px 18px rgba(79,70,229,.08);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;}
.ga-web-tool .ga-hero-badge-mark{width:8px;height:8px;border-radius:2px;background:linear-gradient(135deg,#4f46e5,#2563eb);transform:rotate(45deg);}
.ga-web-tool .ga-hero h2{max-width:880px;margin:14px auto 0;color:var(--ga-gray-950);font-size:clamp(31px,5vw,46px);line-height:1.08;letter-spacing:-.035em;text-align:center;font-weight:900;}
.ga-web-tool .ga-hero-lead{max-width:820px;margin:16px auto 0;color:var(--ga-gray-700);font-size:clamp(15px,2vw,17px);line-height:1.65;}
.ga-web-tool .ga-hero-features{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:20px;}
.ga-web-tool .ga-hero-feature{display:inline-flex;align-items:center;gap:7px;border:1px solid #dbe4f0;border-radius:999px;padding:8px 11px;background:rgba(255,255,255,.86);color:#334155;box-shadow:0 5px 14px rgba(15,23,42,.04);font-size:12px;font-weight:700;line-height:1;}
.ga-web-tool .ga-hero-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:11px;font-weight:900;}
.ga-web-tool .ga-hero-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 14px;margin-top:18px;color:var(--ga-gray-500);font-size:12px;line-height:1.5;}
.ga-web-tool .ga-hero-links-label{color:#64748b;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.ga-web-tool .ga-hero-links a{display:inline-flex;align-items:center;gap:6px;color:#1d4ed8;font-weight:700;text-decoration:none;}
.ga-web-tool .ga-hero-links a:before{content:"↗";color:#6366f1;font-weight:900;}
.ga-web-tool .ga-hero-links a:hover,.ga-web-tool .ga-hero-links a:focus-visible{text-decoration:underline;}

.ga-web-tool .ga-experience-controls{padding:0 2px;}
.ga-web-tool .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 #dbe4f0;border-radius:16px;background:#f8fafc;}
.ga-web-tool .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(--ga-gray-600);cursor:pointer;font:inherit;text-align:left;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s;white-space:normal!important;}
.ga-web-tool .ga-mode-button:hover{background:#fff;color:var(--ga-gray-950);}
.ga-web-tool .ga-mode-button.is-active{border-color:#c7d2fe;background:#fff;color:#312e81;box-shadow:0 6px 16px rgba(55,48,163,.10);}
.ga-web-tool .ga-mode-button strong,.ga-web-tool .ga-mode-button small{display:block;}
.ga-web-tool .ga-mode-button strong{font-size:14px;}.ga-web-tool .ga-mode-button small{margin-top:2px;color:var(--ga-gray-500);font-size:11px;line-height:1.35;}
.ga-web-tool .ga-mode-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#eef2ff;color:#4f46e5;font-size:16px;font-weight:900;}
.ga-web-tool .ga-form-note{display:flex;align-items:flex-start;gap:11px;max-width:940px;margin:16px auto 0;border:1px solid #fde68a;border-radius:14px;padding:12px 14px;background:linear-gradient(135deg,#fffbeb,#fffdf7);color:#78350f;box-shadow:0 6px 16px rgba(180,83,9,.05);font-size:12px;line-height:1.6;}
.ga-web-tool .ga-form-note-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px;margin-top:1px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:900;}

.ga-web-tool .ga-progress-shell{margin-top:20px;border:1px solid #dbe4f0;border-radius:18px;padding:15px 16px 13px;background:linear-gradient(135deg,#fbfdff 0%,#f5f7ff 100%);box-shadow:0 10px 26px rgba(15,23,42,.05);}
.ga-web-tool .ga-progress-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;color:var(--ga-gray-600);font-size:12px;font-weight:700;}
.ga-web-tool .ga-progress-bar{height:7px;overflow:hidden;border-radius:999px;background:#e5e7eb;}.ga-web-tool .ga-progress-bar span{display:block;width:20%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f46e5 0%,#2563eb 55%,#0ea5e9 100%);transition:width .35s ease;}
.ga-web-tool .ga-step-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:13px;}
.ga-web-tool .ga-step-node{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;border:0;padding:5px 2px;background:transparent;color:#94a3b8;cursor:pointer;font:inherit;font-size:11px;font-weight:700;white-space:normal!important;}
.ga-web-tool .ga-step-node:disabled{cursor:not-allowed;opacity:.68;}.ga-web-tool .ga-step-node.is-current,.ga-web-tool .ga-step-node.is-complete{color:#3730a3;}
.ga-web-tool .ga-step-number{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;flex:0 0 25px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#64748b;transition:all .2s;}
.ga-web-tool .ga-step-node.is-current .ga-step-number{border-color:#4f46e5;background:#4f46e5;color:#fff;box-shadow:0 0 0 4px rgba(79,70,229,.12);}.ga-web-tool .ga-step-node.is-complete .ga-step-number{border-color:#16a34a;background:#dcfce7;color:#166534;}
.ga-web-tool .ga-guided-layout{display:grid;grid-template-columns:minmax(0,1fr) 288px;gap:20px;align-items:start;margin-top:20px;}
.ga-web-tool .ga-guide-main{min-width:0;}.ga-web-tool .ga-guide-step{position:relative;min-height:600px;border:1px solid #dbe4f0;border-radius:20px;padding:24px;background:radial-gradient(circle at 100% 0%,rgba(79,70,229,.07),transparent 34%),linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 18px 42px rgba(15,23,42,.08);animation:ga-web-step-in .28s ease both;}
@keyframes ga-web-step-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.ga-web-tool .ga-guide-heading{max-width:790px;margin-bottom:22px;}.ga-web-tool .ga-guide-kicker{display:inline-flex;margin-bottom:6px;color:#4f46e5;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;}.ga-web-tool .ga-guide-heading h3{margin:0;color:var(--ga-gray-950);font-size:clamp(24px,4vw,32px);line-height:1.18;}.ga-web-tool .ga-guide-heading p{margin:9px 0 0;color:var(--ga-gray-600);font-size:15px;line-height:1.65;}
.ga-web-tool .ga-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.ga-web-tool .ga-guide-choice{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) 24px;gap:13px;align-items:center;min-width:0;min-height:128px;border:1px solid #dbe4f0;border-radius:16px;padding:18px;background:#fff;color:var(--ga-gray-950);cursor:pointer;font:inherit;text-align:left;white-space:normal!important;overflow-wrap:anywhere;word-break:normal;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;}
.ga-web-tool .ga-guide-choice:hover{transform:translateY(-2px);border-color:#818cf8;box-shadow:0 12px 24px rgba(79,70,229,.10);}.ga-web-tool .ga-guide-choice.is-selected{border-color:#4f46e5;background:#eef2ff;box-shadow:0 0 0 2px rgba(79,70,229,.11),0 10px 20px rgba(79,70,229,.08);}
.ga-web-tool .ga-choice-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#eef2ff;color:#4338ca;font-size:21px;font-weight:900;}.ga-web-tool .ga-guide-choice.is-selected .ga-choice-icon{background:#4f46e5;color:#fff;}
.ga-web-tool .ga-choice-copy{min-width:0;white-space:normal!important;overflow-wrap:anywhere;}.ga-web-tool .ga-choice-copy strong,.ga-web-tool .ga-choice-copy small{display:block;white-space:normal!important;overflow-wrap:anywhere;}.ga-web-tool .ga-choice-copy strong{font-size:16px;line-height:1.35;}.ga-web-tool .ga-choice-copy small{margin-top:7px;color:var(--ga-gray-600);font-size:12px;line-height:1.55;}
.ga-web-tool .ga-choice-check{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:transparent;font-size:13px;font-weight:900;}.ga-web-tool .ga-guide-choice.is-selected .ga-choice-check{border-color:#4f46e5;background:#4f46e5;color:#fff;}
.ga-web-tool .ga-guide-multi-note,.ga-web-tool .ga-learning-card{display:flex;align-items:flex-start;gap:10px;margin:0 0 16px;border:1px solid #c7d2fe;border-radius:13px;padding:11px 13px;background:#eef2ff;color:#312e81;font-size:12px;line-height:1.55;}.ga-web-tool .ga-learning-card{margin:18px 0 0;border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a;}
.ga-web-tool .ga-note-icon{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;flex:0 0 23px;border-radius:999px;background:#4f46e5;color:#fff;font-size:11px;font-weight:900;}
.ga-web-tool .ga-guide-stack{display:grid;gap:16px;}.ga-web-tool .ga-guide-panel{border:1px solid #dbe4f0;border-radius:16px;padding:16px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.04);}.ga-web-tool .ga-guide-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px;}.ga-web-tool .ga-guide-panel-head h4{margin:0;color:var(--ga-gray-900);font-size:16px;line-height:1.35;}.ga-web-tool .ga-guide-panel-head p{margin:4px 0 0;color:var(--ga-gray-500);font-size:11px;line-height:1.55;}.ga-web-tool .ga-panel-chip{display:inline-flex;flex:0 0 auto;border-radius:999px;padding:5px 8px;background:#eef2ff;color:#4338ca;font-size:9px;font-weight:800;text-transform:uppercase;}
.ga-web-tool .ga-guide-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}.ga-web-tool .ga-guide-field-grid.ga-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}.ga-web-tool .ga-guide-field-grid.ga-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.ga-web-tool .ga-guide-field{display:block;min-width:0;border-radius:12px;}.ga-web-tool .ga-guide-field>span:first-child{display:block;margin-bottom:7px;color:var(--ga-gray-700);font-size:11px;font-weight:800;letter-spacing:.035em;text-transform:uppercase;white-space:normal!important;overflow-wrap:anywhere;}.ga-web-tool .ga-guide-field input,.ga-web-tool .ga-guide-field select{width:100%;min-height:44px;border:1px solid #cbd5e1;border-radius:10px;padding:10px 36px 10px 11px;background:#fff;color:var(--ga-gray-950);font:inherit;font-size:13px;white-space:normal;}.ga-web-tool .ga-guide-field input{padding-right:11px;}.ga-web-tool .ga-guide-field input:focus,.ga-web-tool .ga-guide-field select:focus{outline:3px solid rgba(37,99,235,.18);outline-offset:2px;border-color:#4f46e5;}.ga-web-tool .ga-guide-field small{display:block;margin-top:6px;color:var(--ga-gray-500);font-size:10px;line-height:1.45;}.ga-web-tool .ga-guide-field.is-invalid-guide,.ga-web-tool [data-guide-group].is-invalid-guide{border-color:#ef4444!important;box-shadow:0 0 0 2px rgba(239,68,68,.12)!important;}
.ga-web-tool .ga-guide-details{margin-top:14px;border:1px solid #dbe4f0;border-radius:14px;background:#fbfdff;overflow:hidden;}.ga-web-tool .ga-guide-details summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;padding:13px 15px;color:#1f2937;font-size:12px;font-weight:900;}.ga-web-tool .ga-guide-details summary::-webkit-details-marker{display:none;}.ga-web-tool .ga-guide-details summary:after{content:'+';display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:16px;}.ga-web-tool .ga-guide-details[open] summary{border-bottom:1px solid #e5e7eb;}.ga-web-tool .ga-guide-details[open] summary:after{content:'−';}.ga-web-tool .ga-guide-details-body{padding:15px;}.ga-web-tool .ga-guide-conversion{margin-top:13px;border:1px solid #c7d2fe;border-radius:13px;padding:12px 14px;background:#eef2ff;color:#312e81;font-size:11px;line-height:1.6;}.ga-web-tool .ga-guide-action{display:inline-flex;align-items:center;justify-content:center;margin-top:13px;border:1px solid #c7d2fe;border-radius:999px;padding:10px 14px;background:#fff;color:#312e81;cursor:pointer;font:inherit;font-size:11px;font-weight:800;white-space:normal;}
.ga-web-tool .ga-guide-empty{border:1px dashed #cbd5e1;border-radius:15px;padding:20px;background:#f8fafc;color:#475569;text-align:center;}.ga-web-tool .ga-guide-empty strong,.ga-web-tool .ga-guide-empty span{display:block;}.ga-web-tool .ga-guide-empty strong{color:#1f2937;font-size:14px;}.ga-web-tool .ga-guide-empty span{margin-top:4px;font-size:11px;line-height:1.55;}
.ga-web-tool .ga-guide-step-alert{margin-top:15px;border-left:4px solid #dc2626;border-radius:10px;padding:10px 12px;background:#fef2f2;color:#991b1b;font-size:12px;font-weight:700;line-height:1.5;}
.ga-web-tool .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-web-tool .ga-guide-nav-end{justify-content:flex-end;}.ga-web-tool .ga-guide-nav-left{display:flex;gap:8px;}.ga-web-tool .ga-guide-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:0;border-radius:11px;padding:10px 15px;cursor:pointer;font:inherit;font-size:12px;font-weight:800;white-space:normal!important;transition:transform .18s,background .18s,box-shadow .18s;}.ga-web-tool .ga-guide-button:hover{transform:translateY(-1px);}.ga-web-tool .ga-guide-button-primary{background:#3730a3;color:#fff;box-shadow:0 8px 18px rgba(55,48,163,.18);}.ga-web-tool .ga-guide-button-secondary{border:1px solid #d1d5db;background:#fff;color:var(--ga-gray-700);}.ga-web-tool .ga-guide-button-quiet{background:#f3f4f6;color:var(--ga-gray-600);}.ga-web-tool .ga-guide-button-reveal{min-height:48px;padding-inline:20px;background:linear-gradient(135deg,#4f46e5 0%,#2563eb 100%);color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.24);}.ga-web-tool .ga-guide-button-reveal[disabled]{opacity:.65;cursor:wait;transform:none;}

.ga-web-tool .ga-profile-sticky{position:sticky;top:18px;border:1px solid #dbe4f0;border-radius:18px;padding:16px;background:linear-gradient(180deg,#172554 0%,#1e3a8a 100%);color:#fff;box-shadow:0 18px 36px rgba(30,58,138,.22);}.ga-web-tool .ga-profile-head{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.15);}.ga-web-tool .ga-profile-mark{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:11px;background:rgba(255,255,255,.13);color:#93c5fd;}.ga-web-tool .ga-profile-head span,.ga-web-tool .ga-profile-head strong{display:block;}.ga-web-tool .ga-profile-head div>span{color:#bfdbfe;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}.ga-web-tool .ga-profile-head strong{margin-top:2px;font-size:12px;line-height:1.4;}.ga-web-tool .ga-profile-list{margin:13px 0 0;}.ga-web-tool .ga-profile-list div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.11);}.ga-web-tool .ga-profile-list dt{color:#bfdbfe;font-size:10px;font-weight:700;}.ga-web-tool .ga-profile-list dd{margin:0;color:#fff;font-size:10px;font-weight:700;line-height:1.45;text-align:right;overflow-wrap:anywhere;}.ga-web-tool .ga-detail-meter{margin-top:15px;border-radius:13px;padding:12px;background:rgba(255,255,255,.09);}.ga-web-tool .ga-detail-meter-head{display:flex;justify-content:space-between;gap:10px;color:#dbeafe;font-size:10px;}.ga-web-tool .ga-detail-meter-head strong{color:#fff;}.ga-web-tool .ga-detail-track{height:7px;margin-top:8px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.16);}.ga-web-tool .ga-detail-track span{display:block;width:8%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f59e0b,#22c55e);transition:width .3s;}.ga-web-tool .ga-detail-meter p{margin:8px 0 0;color:#dbeafe;font-size:9px;line-height:1.5;}.ga-web-tool .ga-path-status{display:flex;gap:8px;margin-top:13px;}.ga-web-tool .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-web-tool .ga-path-status p{margin:0;color:#dbeafe;font-size:10px;line-height:1.5;}
.ga-web-tool .ga-review-card{overflow:hidden;border:1px solid #c7d2fe;border-radius:17px;background:#fff;box-shadow:0 12px 28px rgba(79,70,229,.08);}.ga-web-tool .ga-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;background:linear-gradient(135deg,#eef2ff 0%,#eff6ff 100%);}.ga-web-tool .ga-review-head>div{display:flex;align-items:center;gap:10px;}.ga-web-tool .ga-review-head strong,.ga-web-tool .ga-review-head small{display:block;}.ga-web-tool .ga-review-head strong{color:#312e81;font-size:15px;}.ga-web-tool .ga-review-head small{margin-top:2px;color:#4f46e5;font-size:10px;}.ga-web-tool .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-web-tool .ga-text-button{border:0;background:transparent;color:#4338ca;cursor:pointer;font:inherit;font-size:11px;font-weight:800;text-decoration:underline;}.ga-web-tool .ga-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:5px 17px 13px;}.ga-web-tool .ga-review-item{padding:12px 8px;border-bottom:1px solid #eef2f7;}.ga-web-tool .ga-review-item span,.ga-web-tool .ga-review-item strong{display:block;}.ga-web-tool .ga-review-item span{color:var(--ga-gray-500);font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;}.ga-web-tool .ga-review-item strong{margin-top:4px;color:var(--ga-gray-800);font-size:12px;line-height:1.45;overflow-wrap:anywhere;}.ga-web-tool .ga-review-note{margin-top:15px;border:1px solid #bfdbfe;border-radius:14px;padding:12px 14px;background:#eff6ff;color:#1e3a8a;font-size:11px;line-height:1.6;}
.ga-web-tool .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-web-tool .ga-reveal-spinner{width:30px;height:30px;flex:0 0 30px;border:3px solid #bfdbfe;border-top-color:#2563eb;border-radius:999px;animation:ga-web-spin .8s linear infinite;}@keyframes ga-web-spin{to{transform:rotate(360deg)}}.ga-web-tool .ga-reveal-status strong{font-size:12px;}.ga-web-tool .ga-reveal-stages{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px;}.ga-web-tool .ga-reveal-stages span{border-radius:999px;padding:4px 7px;background:#dbeafe;color:#3b82f6;font-size:9px;font-weight:800;}.ga-web-tool .ga-reveal-stages span.is-active{background:#2563eb;color:#fff;}.ga-web-tool .ga-reveal-stages span.is-done{background:#dcfce7;color:#166534;}
.ga-web-tool .ga-quick-intro{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 0;border:1px solid #dbe4f0;border-radius:15px;padding:14px 16px;background:#f8fafc;}.ga-web-tool .ga-quick-intro strong{display:block;color:var(--ga-gray-800);font-size:15px;}.ga-web-tool .ga-quick-intro p{margin:3px 0 0;color:var(--ga-gray-600);font-size:11px;}.ga-web-tool .ga-quick-intro>span{border-radius:999px;padding:5px 9px;background:#e5e7eb;color:#475569;font-size:10px;font-weight:800;white-space:nowrap;}

@media(max-width:960px){.ga-web-tool .ga-guided-layout{grid-template-columns:1fr}.ga-web-tool .ga-profile-sticky{position:static}.ga-web-tool .ga-profile-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.ga-web-tool .ga-guide-field-grid.ga-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.ga-web-tool .ga-guide-field-grid.ga-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.ga-web-tool .ga-guide-step{min-height:0;padding:18px}.ga-web-tool .ga-step-label{display:none}}
@media(max-width:640px){.ga-web-tool{padding:15px;border-radius:16px}.ga-web-tool .ga-hero{padding:26px 16px 22px;border-radius:18px}.ga-web-tool .ga-hero h2{font-size:clamp(29px,10vw,38px)}.ga-web-tool .ga-hero-lead{font-size:14px}.ga-web-tool .ga-mode-switch,.ga-web-tool .ga-choice-grid,.ga-web-tool .ga-guide-field-grid,.ga-web-tool .ga-guide-field-grid.ga-grid-3,.ga-web-tool .ga-guide-field-grid.ga-grid-4,.ga-web-tool .ga-review-list{grid-template-columns:1fr}.ga-web-tool .ga-mode-button{padding:9px}.ga-web-tool .ga-mode-button small{display:none}.ga-web-tool .ga-step-track{gap:2px}.ga-web-tool .ga-step-node{padding-inline:0}.ga-web-tool .ga-guide-nav{align-items:stretch;flex-direction:column-reverse}.ga-web-tool .ga-guide-nav-end{flex-direction:column}.ga-web-tool .ga-guide-nav-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ga-web-tool .ga-guide-button{width:100%}.ga-web-tool .ga-profile-list{grid-template-columns:1fr}.ga-web-tool .ga-guide-choice{min-height:0;padding:15px;grid-template-columns:40px minmax(0,1fr) 22px}.ga-web-tool .ga-choice-icon{width:40px;height:40px}.ga-web-tool .ga-quick-intro{align-items:flex-start;flex-direction:column}.ga-web-tool .ga-quick-intro>span{white-space:normal}}


/* Guided layer polish: tooltip-safe cards, source-driven optional branches, and force-console layout. */
.ga-web-tool .ga-guide-choice-wrap{position:relative;min-width:0;display:flex;}
.ga-web-tool .ga-guide-choice-wrap>.ga-guide-choice{width:100%;height:100%;}
.ga-web-tool .ga-guide-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:6px;vertical-align:middle;z-index:7;}
.ga-web-tool .ga-guide-choice-wrap>.ga-guide-tooltip{position:absolute;top:11px;right:11px;margin:0;}
.ga-web-tool .ga-guide-tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:999px;background:#e0e7ff;color:#4338ca;font-size:11px;font-weight:900;cursor:help;box-shadow:0 0 0 2px rgba(255,255,255,.9);}
.ga-web-tool .ga-guide-tooltip-panel{position:absolute;z-index:9999;left:0;top:calc(100% + 9px);width:300px;max-width:calc(100vw - 40px);border-radius:10px;padding:10px 12px;background:#111827;color:#fff;box-shadow:0 14px 32px rgba(0,0,0,.19);font-size:12px;font-weight:500;letter-spacing:0;line-height:1.55;text-align:left;text-transform:none;overflow-wrap:anywhere;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .16s,visibility .16s,transform .16s;pointer-events:none;}
.ga-web-tool .ga-choice-grid .ga-guide-choice-wrap:nth-child(even)>.ga-guide-tooltip .ga-guide-tooltip-panel{left:auto;right:0;}
.ga-web-tool .ga-guide-tooltip:hover .ga-guide-tooltip-panel,.ga-web-tool .ga-guide-tooltip:focus-within .ga-guide-tooltip-panel{opacity:1;visibility:visible;transform:translateY(0);}
.ga-web-tool .ga-guide-field-label{display:flex!important;align-items:center;flex-wrap:wrap;gap:2px;}
.ga-web-tool .ga-guide-field.ga-span-all{grid-column:1/-1;}
.ga-web-tool .ga-guide-field-grid.ga-grid-1{grid-template-columns:1fr;}

.ga-web-tool .ga-force-console{border:1px solid #c7d2fe;border-radius:18px;padding:18px;background:linear-gradient(135deg,#f8faff 0%,#fff 72%);box-shadow:0 10px 24px rgba(79,70,229,.06);}
.ga-web-tool .ga-console-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px;}
.ga-web-tool .ga-console-head h4{margin:3px 0 0;color:#111827;font-size:19px;line-height:1.25;}
.ga-web-tool .ga-console-head p{max-width:670px;margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.55;}
.ga-web-tool .ga-console-kicker{color:#4f46e5;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;}
.ga-web-tool .ga-required-chip{display:inline-flex;flex:0 0 auto;border-radius:999px;padding:5px 9px;background:#e0e7ff;color:#4338ca;font-size:9px;font-weight:900;letter-spacing:.03em;text-transform:uppercase;}
.ga-web-tool .ga-force-path-note{margin-top:14px;border-left:4px solid #4f46e5;border-radius:11px;padding:11px 13px;background:#eef2ff;color:#312e81;font-size:11px;line-height:1.6;}

.ga-web-tool .ga-source-toggle-wrap{margin-top:14px;}
.ga-web-tool .ga-source-toggle{display:flex;align-items:center;gap:9px;max-width:100%;border:1px solid #c7d2fe;border-radius:999px;padding:11px 15px;background:#fff;color:#312e81;cursor:pointer;font:inherit;font-size:12px;font-weight:900;line-height:1.35;text-align:left;white-space:normal;box-shadow:0 5px 14px rgba(79,70,229,.05);transition:background .16s,border-color .16s,transform .16s;}
.ga-web-tool .ga-source-toggle:hover{border-color:#818cf8;background:#eef2ff;transform:translateY(-1px);}
.ga-web-tool .ga-source-toggle-mark{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:15px;line-height:1;}
.ga-web-tool .ga-source-optional-chip{display:inline-flex;margin-left:auto;border-radius:999px;padding:4px 7px;background:#f3f4f6;color:#64748b;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}
.ga-web-tool .ga-source-toggle-panel{margin-top:12px;border:1px solid #c7d2fe;border-radius:17px;padding:16px;background:#f8fafc;box-shadow:inset 0 1px 0 #fff;}
.ga-web-tool .ga-optional-head{margin-bottom:14px;}
.ga-web-tool .ga-optional-head h4{margin:3px 0 0;color:#1f2937;font-size:17px;line-height:1.3;}
.ga-web-tool .ga-optional-head p{margin:5px 0 0;color:#64748b;font-size:11px;line-height:1.55;}
.ga-web-tool .ga-source-callout{margin:0 0 13px;border:1px solid #dbe4f0;border-radius:12px;padding:11px 13px;background:#fff;color:#475569;font-size:11px;line-height:1.6;}
.ga-web-tool .ga-source-callout.is-indigo{border-color:#c7d2fe;background:#eef2ff;color:#312e81;}
.ga-web-tool .ga-source-callout.is-soft{background:#fff;color:#475569;}
.ga-web-tool .ga-source-message{margin:12px 0;border:1px solid #bfdbfe;border-radius:12px;padding:11px 13px;background:#eff6ff;color:#1e3a8a;}
.ga-web-tool .ga-source-message strong{display:block;font-size:12px;}
.ga-web-tool .ga-source-message p{margin:4px 0 0;color:#475569;font-size:10px;line-height:1.55;}
.ga-web-tool .ga-source-disclosure{margin-top:12px;border:1px solid #dbe4f0;border-radius:13px;overflow:hidden;background:#fff;}
.ga-web-tool .ga-source-disclosure>button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;padding:13px 14px;background:#fff;color:#1f2937;cursor:pointer;font:inherit;font-size:11px;font-weight:900;text-align:left;white-space:normal;}
.ga-web-tool .ga-source-disclosure.is-open>button{border-bottom:1px solid #e5e7eb;background:#fbfdff;}
.ga-web-tool .ga-source-disclosure-mark{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;flex:0 0 23px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:16px;line-height:1;}
.ga-web-tool .ga-source-disclosure-body{padding:14px;}
.ga-web-tool .ga-source-toggle-panel>.ga-guide-field-grid+.ga-source-callout,.ga-web-tool .ga-source-disclosure-body>.ga-guide-field-grid+.ga-source-callout{margin-top:13px;}
.ga-web-tool .ga-guide-panel>.ga-guide-panel{margin-top:14px;background:#fbfdff;box-shadow:none;}

@media(max-width:780px){
  .ga-web-tool .ga-console-head{display:block;}
  .ga-web-tool .ga-required-chip{margin-top:9px;}
  .ga-web-tool .ga-source-toggle{width:100%;border-radius:14px;}
}
@media(max-width:640px){
  .ga-web-tool .ga-guide-tooltip-panel,.ga-web-tool .ga-choice-grid .ga-guide-choice-wrap:nth-child(even)>.ga-guide-tooltip .ga-guide-tooltip-panel{position:fixed;z-index:9999;left:16px!important;right:16px!important;top:auto;bottom:16px;width:auto;max-width:none;transform:translateY(8px);}
  .ga-web-tool .ga-guide-tooltip:hover .ga-guide-tooltip-panel,.ga-web-tool .ga-guide-tooltip:focus-within .ga-guide-tooltip-panel{transform:translateY(0);}
  .ga-web-tool .ga-guide-choice-wrap>.ga-guide-tooltip{top:9px;right:9px;}
  .ga-web-tool .ga-source-toggle-panel{padding:13px;}
}

@media(prefers-reduced-motion:reduce){.ga-web-tool .ga-guide-step,.ga-web-tool .ga-reveal-spinner,.ga-web-tool .ga-guide-choice,.ga-web-tool .ga-progress-bar span,.ga-web-tool .ga-detail-track span{animation:none!important;transition:none!important}}

/* Local utility subset replacing the standalone page's Tailwind dependency. */
.ga-web-tool .grid { display: grid; }
.ga-web-tool .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.ga-web-tool .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ga-web-tool .gap-3 { gap: .75rem; }
.ga-web-tool .gap-4 { gap: 1rem; }
.ga-web-tool .gap-5 { gap: 1.25rem; }
.ga-web-tool .mt-3 { margin-top: .75rem; }
.ga-web-tool .mt-4 { margin-top: 1rem; }
.ga-web-tool .mt-5 { margin-top: 1.25rem; }
.ga-web-tool .mt-8 { margin-top: 2rem; }
.ga-web-tool .mb-2 { margin-bottom: .5rem; }
.ga-web-tool .mb-3 { margin-bottom: .75rem; }
.ga-web-tool .mb-4 { margin-bottom: 1rem; }
.ga-web-tool .p-5 { padding: 1.25rem; }
.ga-web-tool .text-sm { font-size: .875rem; line-height: 1.25rem; }
.ga-web-tool .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.ga-web-tool .font-black { font-weight: 900; }
.ga-web-tool .uppercase { text-transform: uppercase; }
.ga-web-tool .tracking-tight { letter-spacing: -.025em; }
.ga-web-tool .tracking-widest { letter-spacing: .1em; }
.ga-web-tool .leading-relaxed { line-height: 1.625; }
.ga-web-tool .text-center { text-align: center; }
.ga-web-tool .overflow-hidden { overflow: hidden; }
@media (min-width: 768px) {
  .ga-web-tool .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ga-web-tool .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ga-web-tool .md\:col-span-2 { grid-column: span 2 / span 2; }
}


/* Pillar-dialog trim and concise legal note. */
.ga-web-tool .ga-hero { display: none !important; }
.ga-web-tool .ga-wtg-disclaimer { margin-top: 24px; padding: 13px 15px; border: 1px solid #dbe3ec; border-radius: 12px; background: #f8fafc; color: #475569; font-size: 11px; line-height: 1.65; text-align: left; }
.ga-web-tool .ga-wtg-disclaimer p { margin: 0; }
.ga-web-tool .ga-wtg-disclaimer a { color: #1d4ed8; font-weight: 700; }

/* Defensive internal color rules; the Shadow DOM is the primary theme firewall. */
.ga-web-tool .ga-guide-heading h3,
.ga-web-tool .section-heading,
.ga-web-tool .result-title,
.ga-web-tool .ga-guide-panel-head h4,
.ga-web-tool .ga-console-head h4 {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.ga-web-tool .ga-guide-button-primary,
.ga-web-tool .ga-guide-button-reveal,
.ga-web-tool .ga-btn-primary,
.ga-web-tool a.ga-btn-primary,
.ga-web-tool a.ga-btn-primary:link,
.ga-web-tool a.ga-btn-primary:visited,
.ga-web-tool a.ga-btn-primary:hover,
.ga-web-tool a.ga-btn-primary:focus-visible,
.ga-web-tool a.ga-btn-primary:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
.ga-web-tool .cta-panel button.ga-btn-secondary,
.ga-web-tool .cta-panel a.ga-btn-secondary,
.ga-web-tool .cta-panel a.ga-btn-secondary:link,
.ga-web-tool .cta-panel a.ga-btn-secondary:visited,
.ga-web-tool .cta-panel a.ga-btn-secondary:hover,
.ga-web-tool .cta-panel a.ga-btn-secondary:focus-visible,
.ga-web-tool .cta-panel a.ga-btn-secondary:active {
  color: #065f46 !important;
  -webkit-text-fill-color: #065f46 !important;
  text-decoration: none !important;
}

/* Compact Elementor-column launcher and native full-screen dialog. */
.ga-wtg-embed {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  container-type: inline-size;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ga-wtg-embed *,
.ga-wtg-embed *::before,
.ga-wtg-embed *::after { box-sizing: border-box; }
.ga-wtg-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-wtg-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-wtg-launch-eyebrow::before { width: 22px; height: 2px; flex: 0 0 auto; border-radius: 999px; background: #22d3ee; content: ""; }
.ga-wtg-launch-title { margin: 0; color: #fff; font-size: clamp(20px, 2.2vw, 25px); font-weight: 750; line-height: 1.16; letter-spacing: -.02em; }
.ga-wtg-launch-copy { max-width: 480px; margin: 0; color: #c7dfef; font-size: 14px; line-height: 1.55; }
.ga-wtg-launch-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 1px 0 0; }
.ga-wtg-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-wtg-launch-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin-top: 3px; }
.ga-wtg-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-wtg-launch-button:hover { transform: translateY(-1px); filter: brightness(1.04); box-shadow: 0 11px 25px rgba(14,165,233,.28); }
.ga-wtg-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-wtg-launch-link:hover { color: #fff !important; }
.ga-wtg-launch-button:focus-visible,
.ga-wtg-launch-link:focus-visible,
.ga-wtg-dialog-close:focus-visible,
.ga-wtg-dialog-standalone:focus-visible { outline: 3px solid #fbbf24 !important; outline-offset: 3px; }

.ga-wtg-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-wtg-dialog:not([open]) { display: none !important; }
.ga-wtg-dialog[open] { display: grid; place-items: center; }
.ga-wtg-dialog::backdrop { background: rgba(1,10,19,.78); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.ga-wtg-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-wtg-dialog-in .2s ease-out both;
}
.ga-wtg-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-wtg-dialog-heading { min-width: 0; display: flex; align-items: center; gap: 11px; }
.ga-wtg-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-wtg-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-wtg-dialog-title { margin: 0; color: #fff; font-size: 17px; font-weight: 800; line-height: 1.25; letter-spacing: -.01em; }
.ga-wtg-dialog-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.ga-wtg-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-wtg-dialog-standalone:hover { background: rgba(255,255,255,.08); color: #fff !important; }
.ga-wtg-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-wtg-dialog-close:hover { background: rgba(255,255,255,.14) !important; }
.ga-wtg-dialog-close-icon { font-size: 20px; font-weight: 400; line-height: 1; }
.ga-wtg-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; }
@keyframes ga-wtg-dialog-in { from { opacity: 0; transform: translateY(10px) scale(.992); } to { opacity: 1; transform: none; } }

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

.ga-wtg-embed .ga-wtg-shadow-host { display: block; width: 100%; min-height: 1px; }
.ga-wtg-standalone { max-width: 1180px; margin: 0 auto; }
.ga-wtg-standalone .ga-wtg-shadow-host { padding: 0; }

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