#interactive {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  color: #102a56;
  font-family: Roboto, Arial, sans-serif;
  overflow: hidden;
}
#interactive[hidden] { display: none; }
.ix-screen { position: absolute; inset: 0; min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: #eff8ff; }
.web-demo { animation: none !important; opacity: 1 !important; transform: none !important; }
.ix-status {
  height: 37px;
  padding: 8px 30px 0;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: #4d5660;
  background: #fff;
}
.ix-toolbar {
  height: 57px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px 42px;
  align-items: center;
  gap: 6px;
  background: #fff;
}
.ix-toolbar h1 { margin: 0; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; line-height: 1; font-weight: 800; }
.ix-toolbar button, .web-demo button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  min-width: 0;
  cursor: pointer;
  touch-action: manipulation;
}
.ix-toolbar svg, .web-demo button svg, .web-demo span svg {
  width: 26px;
  height: 26px;
  stroke: #2478f2;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ix-toolbar [data-act="back"] svg { stroke: #334155; }
.print-btn:disabled { opacity: .42; }
.web-url-form {
  grid-column: 2 / 4;
  min-width: 0;
  height: 39px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1f7ff;
}
.web-url-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #102a56;
  font-size: 14px;
}
.web-url-form input:focus-visible { outline: 0 !important; box-shadow: none !important; }
.ix-progress { height: 3px; background: #d9e8ff; }
.ix-progress i { display: block; height: 100%; background: #2478f2; transition: width .2s ease; }
.web-view {
  min-width: 0;
  flex: 1;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.google-home { min-height: 100%; display: flex; flex-direction: column; }
.g-top {
  height: 68px;
  display: grid;
  grid-template-columns: 34px minmax(44px, auto) minmax(55px, auto) 26px minmax(82px, auto);
  gap: 9px;
  align-items: center;
  padding: 0 14px;
  color: #5f6368;
  font-size: 12px;
}
.g-top b { color: #2478f2; border-bottom: 2px solid #2478f2; align-self: stretch; display: grid; place-items: center; }
.g-top .login {
  padding: 10px 13px;
  border-radius: 24px;
  color: #fff;
  background: #1a73e8;
  font-weight: 700;
  white-space: nowrap;
}
.logo { margin-top: 42px; text-align: center; font-size: 48px; font-weight: 600; letter-spacing: -1px; }
.logo span:nth-child(1), .logo span:nth-child(4) { color: #4285f4; }
.logo span:nth-child(2), .logo span:nth-child(6) { color: #ea4335; }
.logo span:nth-child(3) { color: #fbbc04; }
.logo span:nth-child(5) { color: #34a853; }
.google-search, .result-search {
  height: 48px;
  margin: 22px 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #dfe5ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .08);
}
.google-search input, .result-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
}
.langs { margin: 24px 20px; color: #677083; font-size: 12px; text-align: center; }
.langs button { color: #1a73e8; font-size: 12px; }
.google-search svg { stroke: #5f6368 !important; }
.suggestions { display: grid; gap: 10px; margin: 8px 16px; }
.suggestions button, .related {
  padding: 13px 16px;
  border-radius: 22px;
  background: #eef5ff;
  color: #1a73e8;
  text-align: left;
}
.google-home footer {
  margin-top: auto;
  padding: 0 0 20px;
  color: #70757a;
  background: #f1f3f4;
  text-align: center;
  font-size: 13px;
}
.google-home footer p { margin: 0; }
.google-home footer p:first-child {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #dadce0;
}
.google-home footer p:not(:first-child) {
  padding-top: 16px;
}
.results-page, .demo-article { padding: 16px; }
.results-page nav { display: flex; gap: 22px; margin: 14px 2px 10px; color: #5f6368; font-size: 13px; }
.results-page nav b { color: #1a73e8; }
.count { color: #70757a; font-size: 12px; }
.result-card {
  padding: 15px 0;
  border-bottom: 1px solid #e5edf7;
  cursor: pointer;
}
.result-card small, .demo-article small { color: #5f6368; }
.result-card h2 { margin: 5px 0; color: #1a0dab; font-size: 18px; line-height: 1.25; }
.result-card p, .demo-article p { color: #334155; font-size: 14px; line-height: 1.55; }
.image-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 16px 0; }
.image-grid button {
  height: 86px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eaf4ff, #d6e9ff);
  color: #1f6fe5;
  font-weight: 800;
}
.demo-article h1 { margin: 8px 0; font-size: 26px; line-height: 1.15; }
.lead { color: #64748b !important; font-size: 16px !important; }
.hero-doc {
  height: 180px;
  margin: 18px 0;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1976f3, #85c6ff);
  color: #fff;
  box-shadow: inset 0 -30px 70px rgba(12, 42, 86, .18);
}
.hero-doc b { font-size: 48px; }
.hero-doc span { margin-top: -40px; font-weight: 700; }
.web-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 14px;
  background: rgba(16, 42, 86, .64);
  color: #fff;
  text-align: center;
}
.web-loading div {
  width: 54px;
  height: 54px;
  border: 5px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
