.a1osis-global-notification-dock .a1osis-reminder-compact {
  align-items: center;
  background: #03101b;
  border: 1px solid #27d3ff;
  border-radius: 999px !important;
  color: #dff7ff;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 28px;
  justify-content: center;
  min-height: 28px;
  min-width: 28px;
  padding: 0;
  position: absolute;
  right: -5px;
  top: -13px;
}

.a1osis-global-notification-dock--compact {
  grid-template-columns: 42px !important;
  min-height: 42px;
  min-width: 42px;
  padding: 0 !important;
}

.a1osis-global-notification-dock--compact
  .a1osis-reminder-compact {
  background: #27d3ff;
  color: #00111d;
  font-size: 16px;
  height: 42px;
  min-height: 42px;
  min-width: 42px !important;
  padding: 0;
}

.a1osis-global-notification-dock button[hidden],
.a1osis-global-notification-dock
  .a1osis-notification-dock-status[hidden] {
  display: none !important;
}

.a1osis-authenticated-shell__compact,
.a1osis-authenticated-shell__restore {
  align-items: center;
  background: #03101b;
  border: 1px solid var(--a1osis-workspace-accent);
  border-radius: 999px;
  color: #dff7ff;
  cursor: pointer;
  display: flex;
  font: 800 15px/1 inherit;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding: 0;
  position: absolute;
  right: -5px;
  top: -13px;
}

.a1osis-authenticated-shell__restore {
  background: var(--a1osis-workspace-accent);
  color: #00111d;
  font-size: 21px;
  height: 42px;
  position: static;
  width: 42px;
}

.a1osis-authenticated-shell__compact[hidden],
.a1osis-authenticated-shell__restore[hidden] {
  display: none !important;
}

.a1osis-authenticated-shell--compact::before {
  align-items: center;
  background: #03101b;
  border: 1px solid var(--a1osis-workspace-accent);
  border-radius: 999px 0 0 999px;
  color: var(--a1osis-workspace-accent);
  content: "A1";
  display: flex;
  font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  height: 42px;
  justify-content: center;
  left: -38px;
  position: absolute;
  width: 42px;
}

/*
 * The preserved phone layout positions the Guardshack pricing CTA at 820px
 * while its compiled container ends at 825px. Reserve the button height,
 * breathing room, and device safe area before Contractor Automation begins.
 */
@media (max-width: 620px) {
  html.a1osis-phase7-mobile .hero > .product {
    height: calc(890px + env(safe-area-inset-bottom)) !important;
    min-height: calc(890px + env(safe-area-inset-bottom)) !important;
  }
}
