/* Ultra-clean production pass */
:root { -webkit-tap-highlight-color: rgba(255,255,255,.08); }
#edgeDock, #edgeConsultDrawer, #supportModal, #stage7AuthorityBar, #stage7AuthorityModal,
[data-stage], [data-debug], .supportModal, .supportCard, .authorityCard { display:none !important; }
.heroExamplesModalBtn, #searchBtn, .btn, button {
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .06s ease, box-shadow .18s ease !important;
}
.heroExamplesModalBtn:active, #searchBtn:active, .btn:active, button:active { transform: translateY(1px); }
.heroExamplesModalBtn::before, .heroExamplesModalBtn::after,
.btn::before, .btn::after, #searchBtn::before, #searchBtn::after {
  animation: none !important; display: none !important; content: none !important;
}
#searchInput, #chatInput, textarea, input, button, .btn, .heroExamplesModalBtn { outline-color: rgba(212,175,55,.45) !important; }
#searchInput:focus-visible, #chatInput:focus-visible, textarea:focus-visible, input:focus-visible,
button:focus-visible, .btn:focus-visible, .heroExamplesModalBtn:focus-visible {
  outline: 2px solid rgba(212,175,55,.45) !important; outline-offset: 2px !important;
}
