@font-face {
  font-family: "TWK Lausanne";
  src: url("https://bird.com/_next/static/media/TWKLausanne_300-s.p.3pv05iqjudn76.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Lausanne";
  src: url("https://bird.com/_next/static/media/TWKLausanne_450-s.p.2ui4zq6tq1815.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Lausanne";
  src: url("https://bird.com/_next/static/media/TWKLausanne_600-s.p.2pxyfx0ats9_s.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Lausanne Fallback";
  src: local("Arial");
  ascent-override: 90.65%;
  descent-override: 19.92%;
  line-gap-override: 0%;
  size-adjust: 100.51%;
}

:root {
  color-scheme: dark;
  --bird-ink: #100f0c;
  --bird-paper: #fafaf9;
  --bird-muted: #a8a8a6;
  --bird-card: #1e1d1a;
  --bird-input: rgba(250, 250, 249, 0.16);
  --bird-accent: rgba(250, 250, 249, 0.06);
  --bird-hairline: rgba(250, 250, 249, 0.06);
}

html body,
html button,
html input,
html select,
html textarea {
  font-family:
    "TWK Lausanne",
    "TWK Lausanne Fallback",
    ui-sans-serif,
    system-ui,
    -apple-system,
    sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

html .font-largest,
html .incident-title,
html .date.border-color.font-large {
  font-weight: 500;
  letter-spacing: -0.04em;
}

html .flat-button,
html .flat-button:hover {
  padding: 12px 22px;
  border-radius: 16px;
  color: var(--bird-ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  text-shadow: none;
}

.layout-content.status.status-index .page-status {
  border-radius: 9999px;
  border: none;
  text-shadow: none;
  padding: 1rem 2rem;
}

html .components-section .component-container,
html .child-components-container .child-component-inner-container {
  background: var(--bird-card);
  border: 1px solid var(--bird-hairline);
  border-top-width: 1px !important;
  border-radius: 12px !important;
  margin-bottom: 1rem;
}

html .updates-dropdown,
html .markdown-display,
html .incidents-list .incident-data,
html #uptime-tooltip .tooltip-box {
  background: var(--bird-ink);
  border-radius: 18px;
  border-color: var(--bird-input);
  box-shadow: 0 16px 48px #0008;
}

html input[type="text"],
html input[type="email"],
html input[type="tel"],
html select,
html textarea {
  background: var(--bird-card);
  color: var(--bird-paper);
  border-color: var(--bird-input);
  border-radius: 12px;
}

html input::placeholder,
html textarea::placeholder {
  color: var(--bird-muted);
}

/* Replaces Statuspage's blue two-tone focus ring with bird.com's outline. */
.a11y-focus-indicators
  :is(
    a,
    button,
    input,
    select,
    textarea,
    summary,
    [tabindex],
    [role="button"],
    [role="link"],
    [role="tab"],
    [role="checkbox"],
    [role="radio"],
    [role="menuitem"]
  ):focus-visible {
  outline: 2px solid var(--bird-paper) !important;
  outline-offset: 4px !important;
  box-shadow: none !important;
}

html hr,
body.status .layout-content.status .border-color,
html .components-section .component-container.border-color {
  border-color: var(--bird-hairline);
}

.layout-content.status.status-index .page-status .status,
.layout-content.status.status-index .page-status.status-none,
.layout-content.status.status-index .page-status.status-minor,
.layout-content.status.status-index .page-status.status-major,
.layout-content.status.status-index .page-status.status-critical,
.layout-content.status.status-index .page-status.status-maintenance,
.layout-content.status.status-index .unresolved-incident .incident-title,
.layout-content.status.status-index .unresolved-incident .incident-title a,
.layout-content.status.status-index .status-day .update-title a,
.layout-content.status.status-index .scheduled-incidents-container .tab {
  color: var(--bird-ink) !important;
  text-shadow: none !important;
}

.layout-content.status .custom-header-container {
  padding-top: 60px;
}
.bird-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bird-ink) 94%, transparent);
  backdrop-filter: blur(16px);
  color: var(--bird-paper);
  font-size: 14px;
  line-height: 20px;
}
.bird-header .container {
  width: auto;
  max-width: none;
  min-height: 60px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bird-header a {
  color: var(--bird-muted);
  text-decoration: none;
  transition: color 0.18s;
}
.bird-header a:hover {
  color: var(--bird-paper);
}
.bird-header__brand img {
  display: block;
  width: 80px;
  height: 28px;
  object-fit: contain;
  filter: invert(1);
}
.bird-header__nav {
  display: flex;
  align-items: center;
  gap: 3px;
}
.bird-header__nav > a {
  padding: 14px 10px;
}
.bird-header__nav .bird-cta {
  margin-left: 7px;
}
.bird-header__nav .bird-cta,
.layout-content.status .custom-header-container .show-updates-dropdown {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border: 2px solid color-mix(in srgb, var(--bird-paper) 8%, transparent);
  border-radius: 16px;
  background: linear-gradient(
    104deg,
    color-mix(in srgb, var(--bird-paper) 5%, transparent) 5%,
    color-mix(in srgb, var(--bird-paper) 10%, transparent) 100%
  );
  background-origin: border-box;
  box-shadow: 0 1px 2px #0000000d;
  color: var(--bird-paper);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.bird-header__nav .bird-cta:is(:hover, :focus-visible),
.layout-content.status
  .custom-header-container
  .show-updates-dropdown:is(:hover, :focus-visible) {
  background: var(--bird-paper);
  border-color: var(--bird-paper);
  color: var(--bird-ink);
}
/* Statuspage hides the subscribe control whenever a custom header is set. */
.layout-content.status .custom-header-container .updates-dropdown-container {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 850px;
  margin: 32px auto 0;
}
.layout-content.status .custom-header-container .updates-dropdown {
  right: 0;
  z-index: 60;
}

.layout-content.status .updates-dropdown {
  border: 1px solid var(--bird-input);
  border-radius: 18px;
  box-shadow: 0 16px 48px #0008;
  overflow: hidden;
}
.layout-content.status .updates-dropdown label {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.layout-content.status .updates-dropdown .updates-dropdown-nav {
  display: flex;
  gap: 2px;
  padding: 6px;
  border: none;
  border-bottom: 1px solid var(--bird-hairline);
  border-radius: 0;
  background: transparent;
}
.layout-content.status .updates-dropdown .updates-dropdown-nav a,
.layout-content.status .updates-dropdown .updates-dropdown-nav button {
  flex: 1 1 0;
  float: none;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.18s;
}
.layout-content.status
  .updates-dropdown
  .updates-dropdown-nav
  :is(a, button):is(:hover, .active) {
  background: var(--bird-accent);
}
.layout-content.status
  .updates-dropdown
  .updates-dropdown-nav
  :is(a, button):focus {
  outline: none;
}
.layout-content.status
  .updates-dropdown
  .updates-dropdown-nav
  :is(a, button):focus-visible,
.sp-a11y-status-focus-visibility
  .updates-dropdown-nav
  #updates-dropdown-close-btn:focus-visible {
  outline: none !important;
  box-shadow: inset 0 0 0 1px var(--bird-muted) !important;
}
/* Statuspage swaps to its light icon sprite only on the active tab. */
.layout-content.status
  .updates-dropdown
  .updates-dropdown-nav
  a:not(.active)
  .icon-container {
  filter: invert(1);
  opacity: 0.65;
}
.layout-content.status
  .updates-dropdown
  .updates-dropdown-nav
  #updates-dropdown-close-btn {
  color: var(--bird-muted) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px !important;
}
.layout-content.status
  .updates-dropdown
  .updates-dropdown-nav
  #updates-dropdown-close-btn:hover {
  color: var(--bird-paper) !important;
}
.layout-content.status .updates-dropdown .updates-dropdown-section {
  padding: 16px;
  border: none;
  border-radius: 0;
}
.layout-content.status
  .updates-dropdown
  .updates-dropdown-section.phone
  .externalities-sms-container
  .phone-country-wrapper {
  background: var(--bird-card);
  border-radius: 12px;
}
.layout-content.status
  .updates-dropdown
  .updates-dropdown-section.phone
  .externalities-sms-container
  .phone-country-wrapper::before {
  border-color: var(--bird-paper);
}
.layout-content.status .updates-dropdown .terms_and_privacy_information,
.layout-content.status .updates-dropdown .privacy_policy_information {
  color: var(--bird-muted);
}

.layout-content.status.status-full-history .history-nav {
  border-bottom: 1px solid var(--bird-hairline);
  padding-bottom: 8px;
}
.layout-content.status.status-full-history .history-nav a {
  margin: 0 2px 0 0;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--bird-muted);
  transition:
    background-color 0.18s,
    color 0.18s;
}
.layout-content.status.status-full-history .history-nav a.current,
.layout-content.status.status-full-history .history-nav a:not(.current):hover {
  background: var(--bird-accent);
  border-color: transparent;
  color: var(--bird-paper);
}
.layout-content.status.status-full-history .history-header .pagination a,
.layout-content.status.status-full-history .uptime-header .pagination a {
  border-radius: 8px;
  border-color: var(--bird-input);
}
.layout-content.status.status-full-history
  :is(.history-header, .uptime-header)
  :is(.left-arrow, .right-arrow)::before {
  color: var(--bird-muted);
}
body.status .layout-content.status.status-full-history .show-filter {
  padding: 10px 16px;
  border: 1px solid var(--bird-input);
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--bird-paper);
  transition:
    background-color 0.18s,
    color 0.18s;
}
body.status .layout-content.status.status-full-history .show-filter:hover {
  background: var(--bird-accent);
}
body.status .layout-content.status.status-full-history .show-filter.open {
  background: var(--bird-paper);
  border-color: var(--bird-paper);
  color: var(--bird-ink);
}
body.status .layout-content.status.status-full-history .grouped-items-selector {
  margin-top: 8px;
  border: 1px solid var(--bird-input);
  border-radius: 18px;
  box-shadow: 0 16px 48px #0008;
  overflow: hidden;
}
.layout-content.status.status-full-history
  .grouped-items-selector
  :is(.header, .footer, .grouped-item, .border-color) {
  border-color: var(--bird-hairline);
  border-radius: 0;
}
.layout-content.status.status-full-history
  .grouped-items-selector
  .children-selected {
  color: var(--bird-muted);
}
.layout-content.status.status-full-history
  .grouped-items-selector
  input[type="checkbox"] {
  accent-color: var(--bird-paper);
}
.layout-content.status.status-full-history
  .grouped-items-selector
  .footer
  .close-button {
  background: var(--bird-accent);
  color: var(--bird-paper);
}
body.status
  .layout-content.status.status-full-history
  .months-container
  .expand-incidents {
  padding: 10px 16px;
  border: 1px solid var(--bird-input);
  border-radius: 12px;
  font-size: 14px;
  color: var(--bird-muted);
  transition:
    background-color 0.18s,
    color 0.18s;
}
body.status
  .layout-content.status.status-full-history
  .months-container
  .expand-incidents:hover {
  background: var(--bird-accent);
  color: var(--bird-paper);
}
.layout-content.status.status-full-history
  .months-container
  .month
  .incident-container
  .incident-body {
  text-align: left;
}
/* The live uptime picker is react-select: its menu is portaled to <body> and
   its CSS-in-JS lands after this sheet, hence the unscoped html body prefix. */
html body .select-input__control {
  min-height: 44px;
  border: 1px solid var(--bird-input);
  border-radius: 12px;
  background: var(--bird-card);
  box-shadow: none;
  cursor: pointer;
}
html body .select-input__control:hover,
html body .select-input__control--is-focused {
  border-color: rgba(250, 250, 249, 0.36);
  box-shadow: none;
}
html body :is(.select-input__single-value, .select-input__input-container) {
  color: var(--bird-paper);
}
html body .select-input__indicator-separator {
  display: none;
}
html body .select-input__dropdown-indicator {
  color: var(--bird-muted);
}
html body .select-input__menu {
  margin-top: 8px;
  border: 1px solid var(--bird-input);
  border-radius: 18px;
  background: var(--bird-ink);
  box-shadow: 0 16px 48px #0008;
  overflow: hidden;
}
html body .select-input__menu-list {
  padding: 6px;
}
html body .select-input__option {
  padding: 9px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  color: var(--bird-muted);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
html
  body
  :is(.select-input__option--is-focused, .select-input__option--is-selected) {
  background: var(--bird-accent);
  color: var(--bird-paper);
}
.layout-content.status.status-full-history .uptime-calendar svg.day {
  border-radius: 6px;
}
/* Days without data are drawn with a hard-coded light grey. */
.layout-content.status.status-full-history
  .uptime-calendar
  svg.day:not(.active)
  rect {
  fill: var(--bird-card);
}
.layout-content.status.status-full-history .uptime-calendar #uptime-tooltip,
.layout-content.status.status-full-history
  .uptime-calendar
  #uptime-tooltip
  #box-arrow {
  background: var(--bird-ink);
  border-color: var(--bird-input);
}
.layout-content.status.status-full-history .uptime-calendar #uptime-tooltip {
  border-radius: 18px;
  box-shadow: 0 16px 48px #0008;
}
.layout-content.status.status-full-history
  .uptime-calendar
  #uptime-tooltip
  .tooltip-box {
  border-radius: 17px;
}
@media (max-width: 1279px) {
  .bird-header .container {
    padding-inline: 24px;
  }
}
@media (max-width: 700px) {
  .bird-header__nav > a:not(.bird-cta) {
    display: none;
  }
}

#other-platform {
  padding: 0 0 70px;
  font-size: 13px;
  line-height: 1.7;
}
#other-platform p {
  font-weight: 500;
  color: var(--bird-paper);
  margin: 0 0 20px;
}
#other-platform ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 32px;
}
#other-platform a {
  color: var(--bird-muted);
  text-decoration: none;
  transition: color 0.2s;
}
#other-platform a:hover {
  color: var(--bird-paper);
}