/* Homepage AI Assistant tile — clean pill reference, 2026-09-01 */
a[aria-label="Open BIA AI Assistant"] {
  position: relative;
  overflow: hidden;
  min-height: 86px !important;
  border: 1px solid rgba(20, 20, 20, 0.08) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%) !important;
  color: #111111 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 8px 20px rgba(0,0,0,.12) !important;
}

a[aria-label="Open BIA AI Assistant"]::before { display: none !important; }

a[aria-label="Open BIA AI Assistant"] > .flex {
  position: relative;
  z-index: 1;
  height: 100%;
  justify-content: center;
  gap: 12px !important;
  padding: 0 4px;
}

a[aria-label="Open BIA AI Assistant"] > .flex > div:first-child {
  position: relative;
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

a[aria-label="Open BIA AI Assistant"] > .flex > div:first-child svg { display: none !important; }

a[aria-label="Open BIA AI Assistant"] > .flex > div:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 10h35a5 5 0 0 1 5 5v23a5 5 0 0 1-5 5H27L17 52v-9h-7a5 5 0 0 1-5-5V15a5 5 0 0 1 5-5Z' fill='none' stroke='%23111111' stroke-width='4' stroke-linejoin='round'/%3E%3Cpath d='M28 18c1.6 5 4.8 8.2 9.8 9.8-5 1.6-8.2 4.8-9.8 9.8-1.6-5-4.8-8.2-9.8-9.8 5-1.6 8.2-4.8 9.8-9.8Z' fill='%23111111'/%3E%3Cpath d='M45 5c.9 3 2.8 4.9 5.8 5.8-3 .9-4.9 2.8-5.8 5.8-.9-3-2.8-4.9-5.8-5.8C42.2 9.9 44.1 8 45 5Z' fill='%23111111'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

a[aria-label="Open BIA AI Assistant"] > .flex > div:first-child::after { display: none !important; }

a[aria-label="Open BIA AI Assistant"] > .flex > div:nth-child(2) {
  min-width: 0;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
}

a[aria-label="Open BIA AI Assistant"] > .flex > div:nth-child(2)::before {
  content: "AI Assistant";
  display: block;
  font-family: "Barlow", system-ui, sans-serif;
  font-size: clamp(18px, 4.4vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #111111;
  white-space: nowrap;
}

a[aria-label="Open BIA AI Assistant"] h2,
a[aria-label="Open BIA AI Assistant"] p {
  display: none !important;
}

a[aria-label="Open BIA AI Assistant"] > .flex > div:last-child { display: none !important; }

a[aria-label="Open BIA AI Assistant"]:active {
  transform: scale(.985);
  box-shadow: 0 4px 12px rgba(0,0,0,.12) !important;
}

@media (max-width: 430px) {
  a[aria-label="Open BIA AI Assistant"] { min-height: 84px !important; padding: 10px 12px !important; }
  a[aria-label="Open BIA AI Assistant"] > .flex { gap: 9px !important; }
  a[aria-label="Open BIA AI Assistant"] > .flex > div:first-child { width: 36px !important; height: 36px !important; flex-basis: 36px !important; }
  a[aria-label="Open BIA AI Assistant"] > .flex > div:nth-child(2)::before { font-size: 18px; }
}
