.app-shell {
  display: block;
  min-height: 100vh;
}

.app-body {
  background-attachment: fixed;
}

.carbon_menu {
  width: 15%;
  padding: 0%;
  height: 100%;
  position: fixed;
  float: left;
  background-color: #111111;
  z-index: 1000;
}

.carbon_menu_mobile_toolbar {
  display: none;
}

.carbon_menu_holder_main {
  height: auto;
  position: relative;
  width: 100%;
}

.carbon_menu_holder_mobile {
  height: 0;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: height 0.45s ease, opacity 0.3s ease;
}

.carbon_menu_holder_mobile.is-open {
  height: auto;
  opacity: 1;
}

.carbon_menu_item {
  font-family: 'evogria_italic';
  font-size: 24px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 5% 20px 5% 0;
  width: 100%;
  min-height: 58px;
  text-align: right;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  border-top: 1px solid #222;
}

.carbon_menu_bottom_lock {
  bottom: 0px;
  position: fixed;
  width: 15%;
}

.carbon_menu_icon {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  align-self: center;
}

.carbon_menu_icon .icon {
  position: absolute;
  inset: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.carbon_menu_icon .icon-light {
  opacity: 0.9;
  filter: grayscale(1) brightness(0.85) contrast(0.95);
  transform: translateX(0);
}

.carbon_menu_icon .icon-green {
  opacity: 0;
  filter: none;
  transform: translateX(8px);
}

.carbon_menu_item:hover .carbon_menu_icon .icon-light {
  opacity: 0;
  transform: translateX(-8px);
}

.carbon_menu_text {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0;
  min-height: 34px;
  flex: 1 1 auto;
  z-index: 1;
  background: linear-gradient(to left, #B3F000 0%, #B3F000 50%, #666666 50%, #666666 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transition: background-position 0.5s ease;
}

.fly-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: flyIn 0.8s ease-out forwards;
}

.carbon_menu_item.fly-in-left {
  display: flex;
}

@keyframes flyIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.carbon_menu_item:hover .carbon_menu_text {
  background-position: 100% 0;
}

.carbon_menu_item.is-active {
  background: #222;
}

.carbon_menu_item.is-active .carbon_menu_text {
  background-position: 100% 0;
}

.carbon_menu_item:hover .carbon_menu_icon .icon-green,
.carbon_menu_item.is-active .carbon_menu_icon .icon-green {
  opacity: 1;
  filter: none;
  transform: translateX(0);
}

.carbon_menu_item.is-active .carbon_menu_icon .icon-light {
  opacity: 0;
  transform: translateX(-8px);
}

.carbon_welcome_box {
  text-align: right;
  position: relative;
  padding-right: 20px !important;
  display: block;
}

.carbon_welcome_box_left {
  width: 100%;
}

.carbon_welcome_box_right {
  width: 0%;
  display: none;
  text-align: right;
}

.carbon_menu_button {
  cursor: pointer;
}

.carbon_welcome_text {
  font-family: 'evogria_italic';
  font-size: 16px;
  color: #CCCCCC;
}

.carbon_welcome_text_name {
  font-family: 'evogria_italic';
  font-size: 20px;
  color: #B3F000;
}

.carbon_welcome_text_notifications {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #CCCCCC;
}

.carbon_welcome_role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 6px 12px;
  border: 1px solid rgba(179, 240, 0, 0.35);
  border-radius: 999px;
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carbon_welcome_notify {
  text-align: right;
  display: inline-block;
}

.carbon_welcome_notify img {
  vertical-align: middle;
  margin-right: 6px;
}

.app-global-search {
  margin-top: 4px;
}

.main {
  width: 85%;
  margin-left: 15%;
  padding: 10px 18px 20px 18px;
}

.carbon_missions,
.carbon_missions_search {
  width: 100%;
  margin: 0 0 16px 0;
  text-align: left;
}

.carbon_missions_holder {
  background-color: #222;
  padding: 22px;
  border-radius: 24px;
  min-width: 0;
}

.carbon_missions_holder_search {
  padding: 0%;
}

.app-search-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.carbon_search_bar_holder {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.carbon_search_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  background-color: #232323;
  color: #666666;
  border: 1px solid #333333;
  box-sizing: border-box;
  flex-shrink: 0;
}

.carbon_search_icon img {
  margin-right: 6px;
}

.carbon_search_bar {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  background-color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #444444;
  box-sizing: border-box;
  text-align: left;
  line-height: 40px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.carbon_search_bar:focus,
.carbon_search_bar:focus-visible {
  border-color: #B3F000;
}

.carbon_search_wrap {
  width: 100%;
}

.app-settings-button {
  flex: 0 0 44px;
  width: 44px;
  height: 40px;
  border: 1px solid #333333;
  border-radius: 12px;
  background: #171717;
  color: #B3F000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.app-settings-button:hover {
  background: #1d1d1d;
  border-color: rgba(179, 240, 0, 0.35);
  transform: translateY(-1px);
}

.app-settings-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.app-settings-panel {
  position: fixed;
  inset: 0;
  z-index: 1300;
}

.app-settings-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.app-settings-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(380px, 92vw);
  height: 100%;
  padding: 22px;
  background: #121212;
  border-left: 1px solid #272727;
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}

.app-settings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.app-settings-section {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #262626;
  border-radius: 20px;
  background: #181818;
}

.app-settings-label {
  color: #CFCFCF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.app-settings-toggle {
  margin-top: 14px;
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: #101010;
  border: 1px solid #262626;
}

.app-settings-option {
  min-width: 84px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #AFAFAF;
  font-family: 'evogria_italic';
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.app-settings-option.is-active {
  background: #B3F000;
  color: #111111;
}

.app-settings-note {
  margin-top: 10px;
  color: #9EA6B0;
  font-size: 13px;
  line-height: 1.6;
}

.api-settings-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.api-settings-launch-row {
  margin-top: 14px;
}

.api-credentials-modal[hidden] {
  display: none;
}

.api-credentials-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
}

.api-credentials-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.api-credentials-modal-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(680px, calc(100vw - 32px));
  max-height: min(760px, calc(100vh - 32px));
  transform: translate(-50%, -50%);
  overflow-y: auto;
  padding: 22px;
  border: 1px solid #2A2A2A;
  background: #121212;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}

.api-credentials-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.api-credentials-modal-copy {
  margin-top: 12px;
  color: #C9D0D8;
  font-size: 13px;
  line-height: 1.6;
}

.api-credentials-block {
  margin-top: 18px;
}

.api-settings-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #2A2A2A;
  background: #141414;
}

.api-settings-item span {
  color: #A4ACB7;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.api-settings-item code {
  color: #FFFFFF;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
  line-height: 1.6;
  word-break: break-all;
}

.api-settings-manage {
  margin-top: 18px;
}

.api-settings-create-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.api-settings-input {
  flex: 1 1 auto;
}

.api-settings-create-error {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(180, 35, 24, 0.35);
  background: rgba(180, 35, 24, 0.12);
  color: #F6C3BE;
  font-size: 13px;
  line-height: 1.5;
}

.api-settings-created {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(179, 240, 0, 0.22);
  background: rgba(179, 240, 0, 0.07);
}

.api-settings-created-title {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 14px;
  text-transform: uppercase;
}

.api-settings-created-note {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #C9D0D8;
  font-size: 13px;
  line-height: 1.6;
}

.api-settings-clients {
  margin-top: 18px;
}

.api-settings-docs {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #2A2A2A;
}

.api-settings-sandbox {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #2A2A2A;
}

.api-settings-sandbox-note {
  margin-top: 8px;
  color: #C9D0D8;
  font-size: 13px;
  line-height: 1.5;
}

.api-settings-sandbox-form {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.api-settings-sandbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.api-settings-sandbox-grid label,
.api-settings-sandbox-payload {
  display: grid;
  gap: 6px;
}

.api-settings-sandbox-grid label span,
.api-settings-sandbox-payload span {
  color: #A4ACB7;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.api-settings-sandbox-textarea {
  width: 100%;
  min-height: 220px;
  resize: vertical;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 1.45;
  box-sizing: border-box;
}

.api-settings-sandbox-output {
  max-height: 260px;
  overflow: auto;
  margin: 12px 0 0;
  padding: 12px;
  border: 1px solid rgba(179,240,0,0.22);
  border-radius: 8px;
  color: #DDE6EE;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
  background: rgba(0,0,0,0.28);
}

.api-settings-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.api-settings-doc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.api-settings-clients-head {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 14px;
  text-transform: uppercase;
}

.api-settings-client-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.api-settings-client-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid #2A2A2A;
  background: #141414;
}

.api-settings-reset-client {
  flex: 0 0 auto;
  min-width: 116px;
  padding: 9px 12px;
  font-size: 12px;
}

.api-settings-client-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.api-settings-client-copy strong {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
}

.api-settings-client-copy span,
.api-settings-client-meta span,
.api-settings-client-empty {
  color: #A4ACB7;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}

.api-settings-client-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
  flex: 0 0 auto;
}

.carbon_search_suggestions {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 220ms ease, opacity 180ms ease;
  margin-top: 6px;
}

.carbon_search_suggestions.is-open {
  max-height: 600px;
  overflow-y: auto;
  opacity: 1;
}

.carbon_mission_record {
  padding: 2%;
  border-radius: 20px;
  background-color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.carbon_mission_record + .carbon_mission_record {
  margin-top: 12px;
}

.carbon_mission_record:hover {
  background-color: #161616;
}

.carbon_mission_record_item {
  width: 15%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.carbon_mission_record_search {
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: #222 1px solid;
}

.carbon_mission_record_search:hover {
  background-color: #333;
  color: #B3F000;
}

.carbon_mission_record_item_search {
  width: 20%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.carbon_mission_record_item_search.is-view {
  width: auto;
  margin-left: auto;
  justify-content: flex-end;
  color: #B3F000;
  font-family: 'evogria_italic';
}

.carbon_mission_record_reg {
  font-family: 'evogria_italic';
  color: #B3F000;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.carbon_mission_route_text {
  font-family: 'evogria_italic';
  color: #FFF;
  font-size: 16px;
  line-height: 1.3;
}

.ebc_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ebc_pie {
  position: relative;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
}

.ebc_pie svg {
  display: block;
  width: 50px;
  height: 50px;
}

.ebc_bg {
  fill: none;
  stroke: #222;
  stroke-width: 8;
}

.ebc_fg {
  fill: none;
  stroke: #B3F000;
  stroke-width: 8;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 25px 25px;
  stroke-dasharray: calc((var(--pct, 0) / 100) * 126) 999;
  transition: stroke-dasharray 0.2s linear;
}

.ebc_pct {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #B3F000;
}

.ebc_tonnes {
  font-size: 12px;
  line-height: 1.3;
  opacity: 0.95;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carbon_mission_totals {
  margin-top: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.totals_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B3F000;
  font-family: 'evogria_italic';
}

.totals_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 10px;
}

.totals_grid_wide {
  grid-template-columns: repeat(5, minmax(140px, 1fr));
}

.totals_item .label {
  font-size: 14px;
  opacity: 0.8;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.totals_item .value {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.month-dropdown {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-left: 12px;
}

.month-selected {
  background: #111111;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.month-options {
  position: absolute;
  left: 0;
  right: 0;
  top: 110%;
  background: #111111;
  border-radius: 10px;
  overflow: hidden;
  display: none;
  z-index: 10;
}

.month-options div {
  padding: 8px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.month-options div:hover {
  background: rgba(255,255,255,0.08);
}

.carbon_emissions_month_chart_wrap {
  width: 100%;
  min-height: 280px;
}

.overview-month-chart {
  display: block;
  width: 100%;
  height: 260px;
}

.overview-grid-line {
  stroke: rgba(255,255,255,0.08);
  stroke-width: 1;
}

.overview-line {
  fill: none;
  stroke-width: 3;
}

.overview-line-total {
  stroke: #777;
}

.overview-line-ebc {
  stroke: #B3F000;
}

.overview-line-area {
  stroke: none;
}

.overview-line-area-total {
  fill: url(#overviewTotalFill);
}

.overview-line-area-ebc {
  fill: url(#overviewEbcFill);
}

.overview-chart-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #CCC;
  font-size: 12px;
  margin-top: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.overview-upcoming-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.overview-mission-record {
  color: inherit;
}

.overview-record-view {
  color: #B3F000;
  font-family: 'evogria_italic';
  justify-content: flex-end;
}

.missions-page-header {
  margin-bottom: 18px;
}

.missions-page-meta {
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.missions-records-grid {
  display: block;
}

.mission-board {
  margin-top: 18px;
}

.mission-board-view[hidden] {
  display: none !important;
}

.aircraft-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 20px 0 14px;
}

.aircraft-filter-wrap {
  width: min(360px, 100%);
}

.aircraft-filter-input {
  width: 100%;
}

.aircraft-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.aircraft-compare-card {
  min-height: 520px;
  padding: 14px;
  border-radius: 8px;
  background: #161616;
  border: 1px solid #333333;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aircraft-compare-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.aircraft-compare-title {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.aircraft-compare-title span {
  color: #CCCCCC;
  font-size: 16px;
}

.aircraft-compare-image {
  height: 220px;
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aircraft-compare-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aircraft-compare-selection {
  min-height: 28px;
  margin: 12px 0 10px;
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.aircraft-range-block {
  margin-top: 14px;
}

.aircraft-range-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #999999;
  font-size: 12px;
}

.aircraft-range-meta strong {
  padding: 4px 8px;
  border-radius: 999px;
  background: #0B0E14;
  border: 1px solid #333333;
  color: #CCCCCC;
  font-size: 12px;
}

.aircraft-range {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #23293A;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.aircraft-range::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #B3F000;
  border: 2px solid #0B0E14;
  box-shadow: 0 0 0 4px rgba(179,240,0,0.12);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.aircraft-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #B3F000;
  border: 2px solid #0B0E14;
  box-shadow: 0 0 0 4px rgba(179,240,0,0.12);
  cursor: pointer;
}

.aircraft-donut-wrap {
  position: relative;
  width: min(320px, 100%);
  aspect-ratio: 1;
}

.aircraft-donut-wrap canvas {
  width: 100%;
  height: 100%;
}

.aircraft-donut-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.aircraft-donut-label strong {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 48px;
  line-height: 1;
}

.aircraft-donut-label span {
  margin-top: 10px;
  color: #CCCCCC;
  font-size: 16px;
}

.aircraft-compare-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aircraft-compare-stats div,
.aircraft-cost-card {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  background: #252525;
  border: 1px solid #333333;
  text-align: center;
}

.aircraft-compare-stats span,
.aircraft-cost-card span,
.aircraft-cost-card small {
  display: block;
  color: #999999;
  font-size: 12px;
}

.aircraft-compare-stats strong,
.aircraft-cost-card strong {
  display: block;
  margin-top: 4px;
  color: #B3F000;
  font-size: 18px;
  line-height: 1.25;
}

.aircraft-compare-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.aircraft-fleet-overview {
  margin: 0 0 6px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
}

.aircraft-fleet-overview .totals_title {
  margin-bottom: 8px;
}

.aircraft-fleet-overview .totals_grid {
  gap: 8px;
}

.aircraft-fleet-overview .totals_grid_wide {
  grid-template-columns: repeat(5, minmax(96px, 1fr));
}

.aircraft-fleet-overview .totals_item {
  padding: 10px;
  border-radius: 8px;
  background: #252525;
  border: 1px solid #333333;
  min-width: 0;
}

.aircraft-fleet-overview .totals_item .label {
  font-size: 12px;
  line-height: 1.2;
}

.aircraft-fleet-overview .totals_item .value {
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.15;
  color: #B3F000;
}

.aircraft-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.aircraft-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 0;
}

.aircraft-card[hidden] {
  display: none !important;
}

.aircraft-media {
  min-height: 150px;
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aircraft-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.aircraft-card-copy {
  min-width: 0;
}

.aircraft-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.aircraft-registration {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 24px;
  line-height: 1;
  overflow-wrap: anywhere;
}

.aircraft-model {
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 6px;
}

.aircraft-display-name {
  margin-top: 8px;
  color: #CCC;
  font-size: 13px;
}

.aircraft-status {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  color: #B3F000;
  border: 1px solid rgba(179,240,0,0.35);
  background: rgba(179,240,0,0.08);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.aircraft-status.is-hidden {
  color: #AAA;
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
}

.aircraft-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.aircraft-spec-grid div {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  min-width: 0;
}

.aircraft-spec-grid span,
.aircraft-card-foot span {
  display: block;
  color: #AAA;
  font-size: 12px;
  line-height: 1.3;
}

.aircraft-spec-grid strong {
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 2px;
  overflow-wrap: anywhere;
}

.aircraft-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.aircraft-remove-button {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: #111111;
  color: #FFFFFF;
  padding: 8px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.aircraft-remove-button:hover {
  border-color: rgba(179,240,0,0.45);
}

.network-page {
  color: #FFFFFF;
}

.network-header,
.network-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.network-subtitle,
.network-status {
  margin-top: 8px;
  color: #A4ACB7;
  font-size: 13px;
  line-height: 1.5;
}

.network-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.network-summary-card {
  position: relative;
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(0,0,0,0.18));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.network-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #B3F000;
}

.network-summary-card.is-upcoming::before {
  background: #94A3B8;
}

.network-summary-card.is-ebc::before {
  background: #FFFFFF;
}

.network-summary-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.network-summary-card-top span {
  color: #A4ACB7;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.network-summary-card-top i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B3F000;
  box-shadow: 0 0 0 6px rgba(179,240,0,0.10);
}

.network-summary-card.is-upcoming .network-summary-card-top i {
  background: #94A3B8;
  box-shadow: 0 0 0 6px rgba(148,163,184,0.10);
}

.network-summary-card.is-ebc .network-summary-card-top i {
  background: #FFFFFF;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.08);
}

.network-summary-card strong {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.network-summary-card small {
  color: #7F8995;
  font-size: 12px;
  line-height: 1.35;
}

.network-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 16px;
}

.network-map {
  width: 100%;
  min-height: 480px;
  border-radius: 8px;
  overflow: hidden;
  background: #111111;
}

.network-map-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(rgba(179,240,0,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(179,240,0,0.06) 1px, transparent 1px),
    radial-gradient(circle at 25% 25%, rgba(179,240,0,0.16), transparent 28%),
    #111111;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.network-map-pin {
  position: absolute;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  background: #B3F000;
  box-shadow: 0 0 0 8px rgba(179,240,0,0.12);
  cursor: pointer;
}

.network-map-pin.is-offline {
  background: #F97316;
  box-shadow: 0 0 0 8px rgba(249,115,22,0.12);
}

.network-map-pin.is-planned {
  background: #94A3B8;
  box-shadow: 0 0 0 8px rgba(148,163,184,0.12);
}

.network-map-info {
  display: grid;
  gap: 5px;
  min-width: 170px;
  color: #111111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.network-map-info strong {
  color: #111111;
  font-size: 14px;
  line-height: 1.25;
}

.network-map-info span {
  color: #4B5563;
  font-size: 12px;
  line-height: 1.35;
}

.network-panel,
.network-upcoming-section {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(0,0,0,0.22);
}

.network-live-list,
.network-upcoming-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.network-live-card,
.network-upcoming-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
}

.network-live-card strong,
.network-upcoming-card strong {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.35;
}

.network-live-card span,
.network-upcoming-copy span,
.network-live-meta span,
.network-upcoming-stats span {
  color: #A4ACB7;
  font-size: 12px;
  line-height: 1.4;
}

.network-status-pill {
  justify-self: start;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: #DDE5EE;
  font-size: 11px;
  text-transform: uppercase;
}

.network-status-pill.is-live {
  color: #B3F000;
  border-color: rgba(179,240,0,0.35);
  background: rgba(179,240,0,0.08);
}

.network-status-pill.is-offline {
  color: #FDBA74;
  border-color: rgba(249,115,22,0.35);
  background: rgba(249,115,22,0.08);
}

.network-live-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.network-live-stat-card {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.035);
}

.network-live-stat-card span {
  display: block;
  margin-bottom: 5px;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.network-live-stat-card strong {
  display: block;
  overflow-wrap: anywhere;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.25;
}

.network-live-stat-card.is-live {
  border-color: rgba(179,240,0,0.28);
  background: rgba(179,240,0,0.07);
}

.network-live-stat-card.is-live strong {
  color: #B3F000;
}

.network-live-stat-card.is-offline {
  border-color: rgba(249,115,22,0.3);
  background: rgba(249,115,22,0.07);
}

.network-live-stat-card.is-offline strong {
  color: #FDBA74;
}

.network-upcoming-section {
  margin-top: 16px;
}

.network-upcoming-card {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1.25fr) auto;
  align-items: center;
}

.network-upcoming-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.network-upcoming-stats div {
  padding: 10px;
  border-radius: 8px;
  background: rgba(0,0,0,0.22);
}

.network-upcoming-stats strong {
  margin-top: 2px;
  color: #B3F000;
  font-size: 14px;
}

.network-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.network-edit-panel .form-label {
  margin-top: 12px;
}

.aircraft-empty {
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.aircraft-modal[hidden] {
  display: none !important;
}

.aircraft-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.aircraft-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.62);
}

.aircraft-modal-panel {
  position: relative;
  width: min(420px, calc(100% - 28px));
  margin: 14vh auto 0;
  padding: 16px;
  border-radius: 8px;
  background: #111111;
  border: 1px solid rgba(179,240,0,0.45);
  box-shadow: 0 24px 70px rgba(0,0,0,0.48);
}

.aircraft-modal-title {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
}

.aircraft-modal-copy {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 14px;
}

.aircraft-modal-error {
  margin-top: 10px;
  color: #FF7B7B;
  font-size: 13px;
}

.aircraft-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.mission-card-stack + .mission-card-stack {
  margin-top: 16px;
}

.missions-records-grid .carbon_mission_record {
  align-items: stretch;
  gap: 18px;
}

.mission-record-date,
.mission-record-aircraft,
.mission-record-route,
.mission-record-impact,
.mission-record-earnings,
.mission-record-view {
  width: auto;
  min-width: 0;
}

.mission-record-date {
  flex: 0 0 140px;
  justify-content: flex-start;
  text-align: left;
}

.mission-record-aircraft {
  flex: 0 1 170px;
  justify-content: flex-start;
}

.mission-record-route {
  flex: 1.2 1 240px;
  justify-content: space-between;
  text-align: left;
}

.mission-record-impact {
  flex: 0 1 210px;
  justify-content: flex-start;
  text-align: left;
}

.mission-record-earnings {
  flex: 0 0 120px;
  justify-content: flex-end;
  text-align: right;
}

.mission-record-view {
  flex: 0 0 78px;
  justify-content: flex-end;
}

.mission-record-copy,
.mission-route-copy {
  display: flex;
  flex-direction: column;
}

.mission-record-copy {
  gap: 4px;
}

.mission-record-subcopy,
.mission-route-meta {
  color: #8A8A8A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.mission-route-meta {
  margin-top: 8px;
}

.mission-route-meta-divider {
  margin: 0 6px;
  color: #666666;
}

.carbon_mission_record_slider {
  flex: 1.3 1 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.carbon_mission_slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(179, 240, 0, 0.24) 0%, rgba(179, 240, 0, 0.88) 100%);
  outline: none;
}

.carbon_mission_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #B3F000;
  border: 2px solid #111111;
  box-shadow: 0 0 0 4px rgba(179, 240, 0, 0.18);
  cursor: pointer;
}

.carbon_mission_slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #B3F000;
  border: 2px solid #111111;
  box-shadow: 0 0 0 4px rgba(179, 240, 0, 0.18);
  cursor: pointer;
}

.carbon_mission_slider::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(179, 240, 0, 0.24) 0%, rgba(179, 240, 0, 0.88) 100%);
}

.carbon_mission_slider:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.mission-gantt {
  position: relative;
  padding: 0;
  border: 1px solid #262626;
  border-radius: 22px;
  background: #181818;
  overflow: hidden;
}

.ganttHeader {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 14px;
  background: #222222;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ganttHeaderButtons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.top_date {
  font-family: var(--font-roboto);
  font-size: 14px;
  color: #CCCCCC;
}

.ganttGrid {
  display: grid;
  grid-template-columns: 360px 1fr;
  width: 100%;
}

.ganttLeftHead,
.ganttRightHead {
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #FFFFFF;
  font-size: 12px;
  font-family: var(--font-roboto);
  border-bottom: 1px solid #B3F000;
  background: #111111;
  box-sizing: border-box;
}

.ganttRow {
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.ganttLeftRow {
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 10px;
  align-items: center;
}

.ganttLeftRow .title {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.2;
  font-family: var(--font-roboto);
}

.ganttLeftRow .meta {
  color: #CCCCCC;
  font-size: 12px;
  margin-top: 4px;
  font-family: var(--font-roboto);
}

.gantt_select_button {
  font-family: var(--font-roboto);
  font-size: 12px;
  color: #CCCCCC;
  border: 1px solid #333333;
  padding: 5px 10px;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.gantt_select_button:hover,
.gantt_select_button.is-active {
  border-color: #B3F000;
  color: #B3F000;
}

.ganttRightCol {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.ganttRightInner {
  position: relative;
  min-width: 100%;
}

.ganttRightHead {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
}

.ganttTicks {
  height: 44px;
  display: grid;
}

.ganttTick {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  padding-left: 8px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-family: var(--font-roboto);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ganttTimelineRow {
  position: relative;
  height: 54px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
}

a.ganttBar {
  position: absolute;
  top: 14px;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  color: #111111;
  font-family: var(--font-roboto);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.95;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}

a.ganttBar:hover {
  filter: brightness(0.95);
}

.ganttEmpty {
  padding: 14px;
  color: #8E98A7;
  font-size: 13px;
  font-family: var(--font-roboto);
}

.ganttNote {
  padding: 10px 14px;
  color: #8E98A7;
  font-size: 12px;
  background: #111111;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-roboto);
}

.ganttColorCell {
  text-align: right;
}

.ganttColorWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #222222;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.ganttColorSwatch {
  display: block;
  width: 100%;
  height: 100%;
}

.carbon_mission_slider_scale {
  display: flex;
  justify-content: space-between;
  color: #777777;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.carbon_mission_slider_readout {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.carbon_mission_slider_readout .numbers {
  display: inline-block;
}

.savedFlash {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 12px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.savedFlash.is-visible {
  opacity: 1;
}

.savedFlash.is-error {
  color: #FFBABA;
}

.lockedBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #CCCCCC;
  font-family: 'evogria_italic';
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ebc_commission_box {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.carbon_mission_record_route {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #333333;
  border-radius: 999px;
  background: #181818;
  color: #B3F000;
  cursor: pointer;
  font-family: 'evogria_italic';
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.route-icon {
  display: block;
}

.route-icon-dark {
  display: none;
}

.carbon_mission_record_route:hover,
.carbon_mission_record_route.is-open {
  background: #B3F000;
  border-color: #B3F000;
  color: #111111;
}

.carbon_mission_record_route:hover .route-icon-light,
.carbon_mission_record_route.is-open .route-icon-light {
  display: none;
}

.carbon_mission_record_route:hover .route-icon-dark,
.carbon_mission_record_route.is-open .route-icon-dark {
  display: block;
}

.mission-view-link {
  min-width: 74px;
}

.route_panel {
  margin-top: 10px;
}

.route_panel[hidden] {
  display: none !important;
}

.route_panel_inner {
  padding: 22px;
  border: 1px solid #252525;
  border-radius: 20px;
  background: #0F0F0F;
}

.route_panel_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.route_panel_title {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 20px;
  line-height: 1.2;
}

.route_panel_caption {
  color: #8A8A8A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.route_map {
  margin-top: 18px;
  height: 300px;
  border: 1px solid #222222;
  border-radius: 18px;
  background: #090909;
  overflow: hidden;
}

.route_map img {
  max-width: none;
}

.route_map .gm-style,
.route_map .gm-style > div {
  height: 100%;
}

.route_map_svg {
  display: block;
  width: 100%;
  height: 100%;
}

.route_map_backdrop {
  fill: #0D0D0D;
}

.route_grid_line {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.route_polyline_glow {
  fill: none;
  stroke: rgba(179, 240, 0, 0.18);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route_polyline {
  fill: none;
  stroke: #B3F000;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route_node_outer {
  fill: rgba(179, 240, 0, 0.22);
}

.route_node_inner {
  fill: #B3F000;
}

.route_node_label {
  fill: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 18px;
  letter-spacing: 0.06em;
}

.route_map_empty {
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.route_map_empty strong {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 18px;
}

.route_leg_list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.route_leg_chip {
  padding: 12px 14px;
  border: 1px solid #262626;
  border-radius: 16px;
  background: #151515;
}

.route_leg_codes {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 16px;
  line-height: 1.3;
}

.route_leg_names,
.route_leg_time {
  margin-top: 6px;
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.route_leg_chip_empty {
  color: #8A8A8A;
}

.ghost-link {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  color: #B3F000;
  cursor: pointer;
  font-family: 'evogria_italic';
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
}

.ghost-link:hover {
  color: #D9FF70;
}

.missions-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.missions-create-trigger {
  white-space: nowrap;
  flex: 0 0 auto;
}

.modal-open {
  overflow: hidden;
}

.mission-builder-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15%;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 14px 20px;
}

.mission-builder-modal[hidden] {
  display: none !important;
}

.mission-builder-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.mission-builder-dialog {
  position: relative;
  z-index: 1;
  width: calc(100% - 24px);
  max-width: none;
  max-height: calc(100vh - 28px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 28px;
  border: 1px solid #292929;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    #0D0D0D;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.56);
}

.mission-builder-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.mission-builder-helper {
  margin-top: 8px;
  color: #A4A4A4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.mission-builder-close {
  appearance: none;
  border: 1px solid #313131;
  border-radius: 999px;
  padding: 11px 18px;
  background: #171717;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'evogria_italic';
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.mission-builder-grid {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.mission-builder-card {
  padding: 22px;
  border: 1px solid #272727;
  border-radius: 24px;
  background: #141414;
  overflow: visible;
}

.mission-builder-card-route {
  background: #101010;
}

.mission-builder-field-stack {
  margin-top: 10px;
}

.mission-builder-label {
  display: block;
  margin-bottom: 8px;
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-builder-label-gap {
  margin-top: 16px;
}

.mission-builder-helper-text {
  color: #8F8F8F;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

.mission-builder-divider {
  position: relative;
  margin: 18px 0;
  text-align: center;
}

.mission-builder-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.mission-builder-divider span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background: #141414;
  color: #767676;
  font-family: 'evogria_italic';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mission-builder-select,
.mission-builder-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #333333;
  border-radius: 18px;
  background: #242424;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}

.mission-builder-select:focus,
.mission-builder-input:focus {
  outline: none;
  border-color: rgba(179, 240, 0, 0.55);
  box-shadow: 0 0 0 3px rgba(179, 240, 0, 0.12);
}

.mission-builder-aircraft-preview {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #282828;
  border-radius: 20px;
  background: #191919;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}

.mission-builder-aircraft-media {
  width: 100%;
  min-height: 190px;
  aspect-ratio: 16 / 8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at top, rgba(179, 240, 0, 0.14), rgba(179, 240, 0, 0) 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    #101010;
}

.mission-builder-aircraft-media img {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  object-fit: contain;
  display: block;
}

.mission-builder-aircraft-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mission-builder-aircraft-name {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 17px;
  line-height: 1.35;
}

.mission-builder-aircraft-meta {
  color: #9A9A9A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.mission-builder-tail-block {
  margin-top: 18px;
}

.mission-builder-tail-button {
  width: 100%;
}

.mission-builder-tail-value {
  margin-top: 10px;
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.mission-builder-tail-value strong {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 16px;
  font-weight: 400;
}

.mission-builder-tail-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #2A2A2A;
  border-radius: 18px;
  background: #111111;
}

.mission-builder-tail-actions {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.mission-builder-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.mission-builder-stat {
  padding: 14px 14px 12px;
  border: 1px solid #2B2B2B;
  border-radius: 16px;
  background: #101010;
}

.mission-builder-stat strong {
  display: block;
  margin-top: 8px;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 18px;
  line-height: 1.15;
}

.mission-builder-stat-label {
  color: #888888;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-builder-route-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}

.mission-builder-field {
  position: relative;
  overflow: visible;
}

.mission-builder-field-action {
  display: flex;
  justify-content: flex-end;
}

.mission-builder-add-leg {
  min-width: 148px;
  white-space: nowrap;
}

.mission-builder-summary {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mission-builder-summary > div {
  padding: 14px 14px 12px;
  border: 1px solid #2A2A2A;
  border-radius: 16px;
  background: #151515;
}

.mission-builder-summary strong {
  display: block;
  margin-top: 8px;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 18px;
  line-height: 1.15;
}

.mission-builder-summary-label {
  display: block;
  color: #888888;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-builder-map {
  margin-top: 18px;
  height: 340px;
}

.mission-builder-legs-wrap {
  margin-top: 18px;
  overflow: auto;
}

.mission-builder-legs-table {
  width: 100%;
  border-collapse: collapse;
}

.mission-builder-legs-table th,
.mission-builder-legs-table td {
  padding: 10px 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mission-builder-legs-table th {
  color: #777777;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mission-builder-legs-table td {
  color: #FFFFFF;
}

.mission-builder-legs-table td:last-child,
.mission-builder-legs-table th:last-child {
  text-align: right;
}

.mission-builder-empty-row {
  color: #7D7D7D !important;
  text-align: center;
}

.mission-builder-remove-leg {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 12px;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'evogria_italic';
  font-size: 12px;
  text-transform: uppercase;
}

.mission-builder-suggest {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 40;
  padding: 6px 0;
  max-height: 220px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #0F1216;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.mission-builder-suggest[hidden] {
  display: none !important;
}

.mission-builder-suggest-item {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  cursor: pointer;
}

.mission-builder-suggest-item:last-child {
  border-bottom: 0;
}

.mission-builder-suggest-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mission-builder-suggest-item.is-state {
  cursor: default;
}

.mission-builder-suggest-item.is-state:hover {
  background: transparent;
}

.mission-builder-suggest-item strong {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 14px;
}

.mission-builder-suggest-item span {
  color: #9A9A9A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.mission-builder-suggest-item.is-state strong {
  color: #FFFFFF;
}

.route_map_empty_svg {
  display: block;
  width: 100%;
  height: 100%;
}

.route_empty_graticule {
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
}

.route_empty_outline {
  fill: none;
  stroke: rgba(179, 240, 0, 0.16);
  stroke-width: 2;
  stroke-dasharray: 10 12;
}

.route_empty_title {
  fill: #B3F000;
  font-family: 'evogria_italic';
  font-size: 26px;
  letter-spacing: 0.04em;
}

.route_empty_detail {
  fill: #B7B7B7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.route_empty_hint {
  fill: #6F6F6F;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-builder-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mission-builder-save:disabled,
.mission-builder-add-leg:disabled,
.mission-builder-remove-leg:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mission-builder-error {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 120, 120, 0.22);
  border-radius: 16px;
  background: rgba(120, 0, 0, 0.12);
  color: #FFD8D8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.mission-builder-empty {
  margin-top: 18px;
}

.mission-detail-page {
  padding-top: 6px;
}

.carbon_view_header {
  padding: 28px;
  border: 1px solid #242424;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)), #101010;
}

.carbon_view_header_tail {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
  text-transform: uppercase;
}

.carbon_view_header .carbon_view_header_aircraft {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 20px;
  line-height: 1.35;
}

.carbon_view_header .carbon_view_header_aircraft img {
  flex: 0 0 auto;
}

.carbon_view_header .carbon_view_header_airports {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.breadcrumb-separator {
  color: #666666;
}

.carbon_view_header_date {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #C7C7C7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.carbon_view_header_string {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(179, 240, 0, 0.18);
  border-radius: 999px;
  background: rgba(179, 240, 0, 0.06);
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.mission-detail-route-panel {
  padding-top: 18px;
}

.route_map_wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
}

.mission-detail-route-map {
  margin-top: 0;
  height: 360px;
}

.mission-detail-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.carbon_view_mission_details_box {
  padding: 22px;
  border: 1px solid #252525;
  border-radius: 24px;
  background: #121212;
}

.carbon_view_mission_details_box > .carbon_view_header_aircraft {
  display: block;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 22px;
  line-height: 1.2;
}

.mission-detail-leg-list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mission-detail-leg-row {
  padding: 14px 16px;
  border: 1px solid #262626;
  border-radius: 18px;
  background: #181818;
}

.mission-detail-leg-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mission-detail-leg-route {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 18px;
  line-height: 1.2;
}

.mission-detail-leg-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(179, 240, 0, 0.1);
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mission-detail-leg-airports {
  margin-top: 8px;
  color: #D0D0D0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.mission-detail-leg-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mission-detail-leg-meta span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #969696;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.mission-detail-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mission-detail-actions .mv_ebc_btn,
.mission-detail-actions .mvGhostBtn,
.mission-detail-actions .mvPrimaryBtn {
  text-decoration: none;
}

.mv_ebc_btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.25);
  color: #FFF;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  box-sizing: border-box;
  transition: border-color 120ms ease, color 120ms ease, background 120ms ease;
}

.mv_ebc_btn:hover:not(:disabled) {
  border-color: rgba(179, 240, 0, 0.55);
  color: #B3F000;
  background: rgba(255, 255, 255, 0.05);
}

.mv_ebc_btn:disabled,
.mvGhostBtn:disabled,
.mvPrimaryBtn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.mv_ebc_btn_danger {
  background: #A00000;
  border-color: rgba(255, 255, 255, 0.12);
  color: #FFF;
}

.mv_ebc_btn_danger:hover:not(:disabled) {
  background: #8A0000;
  border-color: rgba(255, 255, 255, 0.18);
  color: #FFF;
}

.mvGhostBtn {
  appearance: none;
  border: 1px solid #333;
  background: transparent;
  color: #FFF;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  transition: border-color 120ms ease, color 120ms ease, background 120ms ease;
}

.mvGhostBtn:hover:not(:disabled) {
  border-color: #B3F000;
  color: #B3F000;
}

.mvPrimaryBtn {
  appearance: none;
  background: #B3F000;
  color: #111;
  border: none;
  padding: 10px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'evogria_italic';
  font-size: 12px;
  line-height: 1.2;
}

.mvPrimaryBtn:hover:not(:disabled) {
  background: #C4FF24;
}

.mission-detail-action-link {
  text-decoration: none;
}

.mission-detail-action-compact {
  min-height: 38px;
  padding: 9px 12px;
  font-size: 13px;
}

.mvEditModal {
  z-index: 150;
}

.mvEditModal__panel {
  max-width: none;
}

.mvEditModal__signature {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mvEditModal__sub {
  margin-top: 8px;
  color: #A4A4A4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.mvEditMsg {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(179, 240, 0, 0.18);
  border-radius: 16px;
  background: rgba(179, 240, 0, 0.08);
  color: #ECFFD3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.mvEditMsg.is-error {
  border-color: rgba(255, 120, 120, 0.22);
  background: rgba(120, 0, 0, 0.12);
  color: #FFD8D8;
}

.mvEditGrid {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.mvEditFieldPair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.mvEditLegHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mvEditLegList {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mvEditLegRow {
  padding: 18px;
  border: 1px solid #262626;
  border-radius: 20px;
  background: #141414;
}

.mvEditLegRowTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mvEditLegFields {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mvEditLegFieldWide {
  grid-column: 1 / -1;
}

.mvEditRemove {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 12px;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'evogria_italic';
  font-size: 12px;
  text-transform: uppercase;
}

.mvEditSuggestState {
  padding: 12px 14px;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.mvEditActions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.mv_ebc_block {
  margin-top: 18px;
}

.mv_ebc_visual,
.mv_ebc_live {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.mv_ebc_donut {
  --pct: 0;
  position: relative;
  width: 200px;
  height: 200px;
}

.mv_ebc_svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mv_ebc_track,
.mv_ebc_arc {
  fill: none;
  stroke-width: 14;
}

.mv_ebc_track {
  stroke: #242424;
}

.mv_ebc_arc {
  stroke: #B3F000;
  stroke-linecap: round;
  stroke-dasharray: 565.4867;
  stroke-dashoffset: calc(565.4867 * (1 - (var(--pct, 0) / 100)));
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 180ms ease;
}

.mv_ebc_pct {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 32px;
}

.mv_ebc_slider_wrap {
  width: 100%;
}

.mission-detail-slider-readout {
  margin-top: 12px;
  justify-content: center;
}

.mv_ebc_locked_msg {
  margin-top: 14px;
  text-align: center;
}

.mv_ebc_msg {
  color: #969696;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

.ebc_summary {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.carbon_view_totals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #262626;
  border-radius: 18px;
  background: #181818;
}

.ebc_summary_item_left {
  color: #A7A7A7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.ebc_summary_item_right,
.ebc_summary_item_right_highlight {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}

.ebc_summary_item_right strong,
.ebc_summary_item_right_highlight strong {
  font-family: 'evogria_italic';
  font-size: 18px;
  line-height: 1.1;
}

.ebc_summary_item_right_highlight {
  color: #B3F000;
}

.mission-detail-summary-meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mission-detail-summary-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.mission_error_box {
  padding: 26px;
  border: 1px solid rgba(255, 120, 120, 0.25);
  border-radius: 24px;
  background: rgba(120, 0, 0, 0.1);
  color: #FFD8D8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.mission_error_box img {
  display: block;
  margin: 0 auto 12px;
}

.overview-target-holder {
  background: transparent;
  padding: 0;
}

.overview-target-grid {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.overview-target-card {
  flex: 1 1 320px;
  min-width: 260px;
  padding: 22px;
  border-radius: 24px;
  background-color: #222;
}

.overview-target-card-calc {
  background-color: #121212;
}

.carbon_top_box_value {
  color: #FFF;
  font-family: 'evogria_italic';
  font-size: 28px;
  line-height: 1.1;
}

.carbon_top_box_title {
  color: #C8C8C8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.overview-company-address {
  max-width: 28ch;
  line-height: 1.5;
}

.overview-mini-dials {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.overview-mini-dial {
  width: 130px;
}

.overview-dial-ring {
  width: 130px;
  height: 130px;
  padding: 10px;
  border-radius: 50%;
  background: conic-gradient(#B3F000 calc(var(--pct, 0) * 1%), #2b2b2b 0);
}

.overview-dial-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #141414;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overview-dial-value {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.overview-dial-label {
  margin-top: 8px;
  color: #B3F000;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.overview-company-meta {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.overview-company-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #CCCCCC;
  font-size: 13px;
}

.overview-target-stats td {
  padding-right: 10px;
}

.overview-target-stats strong {
  color: #FFF;
}

.overview-saved-bar {
  height: 18px;
  border-radius: 999px;
  background: #303030;
  overflow: hidden;
}

.overview-saved-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #7ea900 0%, #B3F000 100%);
}

.overview-saved-legend {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #CCCCCC;
  font-size: 13px;
}

.overview-saved-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
}

.overview-saved-dot.is-saved {
  background: #B3F000;
}

.overview-saved-dot.is-remaining {
  background: #555555;
}

.overview-fuel-row,
.overview-unit-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.overview-fuel-button,
.overview-unit-button {
  appearance: none;
  border: 1px solid #333333;
  border-radius: 14px;
  background: #181818;
  color: #CCCCCC;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.overview-fuel-button {
  padding: 8px;
  opacity: 0.55;
}

.overview-fuel-button.is-active,
.overview-unit-button.is-active {
  border-color: rgba(179, 240, 0, 0.5);
  background: rgba(179, 240, 0, 0.08);
  color: #B3F000;
  opacity: 1;
}

.overview-fuel-button img {
  width: 78px;
  border-radius: 10px;
}

.overview-unit-button {
  padding: 10px 14px;
  font-family: 'evogria_italic';
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.overview-quick-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #333333;
  border-radius: 16px;
  background: #333333;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}

.start_section_title {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 18px;
  line-height: 1.4;
}

.start_CO2_figure {
  display: inline-block;
  margin-top: 6px;
  color: #B3F000;
  font-size: 28px;
}

.overview-quick-meta {
  margin-top: 12px;
  color: #999999;
  font-size: 13px;
  line-height: 1.5;
}

.impactSimpleWrap {
  width: 100%;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.impactProgressOuter {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  background: #252525;
  border: 1px solid #333333;
  overflow: hidden;
  position: relative;
}

.impactProgressFill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #7ea900 0%, #B3F000 100%);
  transition: width .5s ease;
}

.impactProgressText {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'evogria_italic';
  font-size: 18px;
  color: #B3F000;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
  transition: left .5s ease;
}

.impactSimpleStats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.impactSimpleStat {
  background: #161616;
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 8px 10px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.impactSimpleStat .k {
  font-size: 12px;
  color: #999999;
  margin-bottom: 3px;
  line-height: 1.2;
}

.impactSimpleStat .v {
  font-size: 18px;
  color: #B3F000;
  font-weight: 700;
  line-height: 1.1;
}

.section-panel {
  margin-top: 20px;
  padding: 28px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.data-list,
.table-shell {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.data-row,
.table-head,
.table-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.4fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.table-head {
  grid-template-columns: 1.2fr 1fr 1.4fr 0.8fr 1fr;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.table-row {
  grid-template-columns: 1.2fr 1fr 1.4fr 0.8fr 1fr;
}

.data-row:hover,
.table-row:hover {
  border-color: var(--border);
  background: var(--accent-soft);
}

.static-row:hover {
  background: rgba(255, 255, 255, 0.02);
}

.empty-state {
  padding: 24px;
  border: 1px dashed var(--border);
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
}

.detail-line {
  display: block;
  margin-top: 12px;
  font-size: 22px;
}

.detail-muted {
  color: var(--muted);
  line-height: 1.6;
}

.info-panel {
  padding: 24px;
}

.mission-legs .table-head,
.mission-legs .table-row {
  grid-template-columns: 0.5fr 1.3fr 1.3fr 1fr 1fr;
}

.login-body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.88)),
    url("./images/backgrounds/carbon_back.jpg") center center / cover no-repeat fixed;
}

.login-shell {
  width: min(100%, 560px);
  padding: 24px;
}

.login-panel {
  padding: 32px;
}

.login-title {
  margin: 8px 0 10px;
  font-family: "Evogria", "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.login-copy {
  color: #d2d7cb;
  line-height: 1.6;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.form-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.primary-button {
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--accent);
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.form-error {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 120, 120, 0.3);
  border-radius: 16px;
  background: rgba(120, 20, 20, 0.18);
  color: #ffd9d9;
}

.form-success {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(179, 240, 0, 0.28);
  border-radius: 16px;
  background: rgba(91, 133, 0, 0.16);
  color: #eff8d7;
}

.form-preview {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.form-preview_label {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-preview_link {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

.login-legacy-body {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 30px;
  background: #050505;
}

.login-public-body {
  display: block;
  place-items: initial;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.login-public-header {
  grid-template-columns: 34px minmax(86px, 120px) minmax(280px, 620px) minmax(0, 1fr);
}

.login-public-body .public-records-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 19;
  width: 100%;
  margin: 0;
}

.login-public-body .login-header-search {
  position: relative;
  justify-content: flex-start;
  margin-left: max(0px, calc(((100vw - 1180px) / 2) - 208px));
}

.login-public-body .login-header-search .public-records-search {
  width: min(620px, 100%);
}

.login-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 24;
  display: grid;
  width: min(620px, 100%);
  max-height: min(420px, calc(100vh - 120px));
  overflow-y: auto;
  border: 1px solid rgba(179,240,0,0.28);
  border-radius: 8px;
  background: rgba(10,10,10,0.98);
  box-shadow: 0 24px 60px rgba(0,0,0,0.46);
  transform: translateX(-50%);
}

.login-search-results[hidden] {
  display: none !important;
}

.login-search-result,
.login-search-empty {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #FFFFFF;
  text-decoration: none;
}

.login-search-result:last-child,
.login-search-empty:last-child {
  border-bottom: 0;
}

.login-search-result strong {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.login-search-result span,
.login-search-result small,
.login-search-empty {
  color: #AEB7C2;
  font-size: 12px;
  line-height: 1.35;
}

.login-search-result:hover {
  background: rgba(179,240,0,0.08);
}

.public-search-page-results {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: 24px 0 36px;
}

.public-registry-exact-results {
  min-height: 0;
  padding: 0 0 18px;
}

.public-search-page-results[hidden],
[hidden].login-legacy-shell,
[hidden].certificate-public-shell {
  display: none !important;
}

.public-search-page-list {
  display: grid;
  gap: 10px;
}

.public-search-record-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.5fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(18,18,18,0.9), rgba(7,7,7,0.88));
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.public-search-record-card:hover,
.public-search-record-card:focus {
  border-color: #B3F000;
  box-shadow: 0 0 0 1px rgba(179,240,0,0.28);
  outline: none;
  transform: translateY(-1px);
}

.public-search-record-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-search-empty {
  width: 100%;
}

.login-legacy-shell {
  position: relative;
  z-index: 2;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.login-legacy-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 430px);
  gap: 40px;
  align-items: center;
  min-height: calc(100vh - 60px);
}

.login-public-body .login-legacy-stage {
  min-height: calc(100vh - 86px);
  padding: 24px 30px 36px;
  box-sizing: border-box;
}

.login-legacy-left {
  min-width: 0;
  align-self: center;
  padding-left: clamp(8px, 3vw, 44px);
}

.login-fullscreen-video {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.login-video-scrim {
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.42) 42%, rgba(0,0,0,0.68) 100%),
    rgba(0,0,0,0.18);
}

.start_title_padding {
  height: 20px;
}

.login-preview-video {
  width: 100%;
  max-width: 680px;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  object-fit: cover;
}

.start_title_text,
.start_title_text_jet {
  font-family: 'evogria_italic';
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

.start_title_text {
  color: #FFFFFF;
}

.start_title_text_jet {
  color: #B3F000;
}

.login-legacy-right {
  width: 100%;
}

.start_right_box_login_error {
  padding: 30px;
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.92);
  border: 1px solid rgba(179, 240, 0, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.login-legacy-helper {
  margin-top: 12px;
  margin-bottom: 22px;
  color: #CCCCCC;
  line-height: 1.6;
}

.login-legacy-helper_empty {
  margin: 0 0 16px;
  min-height: 0;
}

.login-legacy-form {
  width: 100%;
}

.login-lookup-panel {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.login-entry-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.login-entry-grid_gateway {
  margin-top: 4px;
  padding-top: 0;
  border-top: 0;
}

.login-mobile-start {
  display: none;
}

.login-entry-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
}

.login-entry-card::before,
.login-entry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.login-entry-card::before {
  z-index: 0;
  background: linear-gradient(110deg, transparent 0%, transparent 24%, rgba(179,240,0,0.92) 45%, rgba(179,240,0,0.28) 58%, transparent 72%);
  transform: translateX(-135%) skewX(-12deg);
  transition: transform 520ms cubic-bezier(.2,.85,.25,1);
}

.login-entry-card::after {
  z-index: 1;
  opacity: 0;
  background: radial-gradient(circle at 18% 50%, rgba(179,240,0,0.45), transparent 34%);
}

.login-entry-icon,
.login-entry-copy {
  position: relative;
  z-index: 2;
}

.login-entry-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(179,240,0,0.26);
  border-radius: 8px;
  background: rgba(179,240,0,0.08);
  transition: background 180ms ease, border-color 180ms ease, transform 260ms ease;
}

.login-entry-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  transition: filter 220ms ease, transform 260ms ease;
}

.login-entry-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.login-entry-button {
  width: 100%;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.login-entry-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.login-entry-card strong {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.login-entry-card span {
  color: #B8C0CA;
  font-size: 13px;
  line-height: 1.45;
}

.login-entry-link {
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.login-entry-link:hover,
.login-entry-link:focus {
  border-color: rgba(179,240,0,0.9);
  background: rgba(179,240,0,0.1);
  box-shadow: 0 0 0 1px rgba(179,240,0,0.22), 0 0 32px rgba(179,240,0,0.22);
  outline: none;
  transform: translateY(-5px);
}

.login-entry-link:hover::before,
.login-entry-link:focus::before {
  transform: translateX(135%) skewX(-12deg);
}

.login-entry-link:hover::after,
.login-entry-link:focus::after {
  animation: landingCardFlash 620ms ease-out;
}

.login-entry-link:hover .login-entry-icon,
.login-entry-link:focus .login-entry-icon {
  border-color: rgba(17,17,17,0.4);
  background: #B3F000;
  transform: scale(1.08) rotate(-4deg);
}

.login-entry-link:hover .login-entry-icon img,
.login-entry-link:focus .login-entry-icon img {
  filter: brightness(0) saturate(100%);
  transform: scale(1.08);
}

@keyframes landingCardFlash {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.login-landing-body .login-legacy-shell {
  width: 100%;
  min-height: calc(100vh - 86px);
}

.login-landing-body .login-legacy-stage {
  grid-template-columns: 1fr;
  align-content: end;
  width: 100%;
  min-height: calc(100vh - 86px);
  padding: 0 18px 26px;
}

.login-landing-body .login-legacy-left {
  display: none;
}

.login-landing-title-wrap {
  width: min(1180px, 100%);
  margin: 28px auto 12px;
  text-align: center;
}

.login-landing-title {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
  white-space: nowrap;
}

.login-landing-title-electric {
  color: #B3F000;
}

.login-landing-title::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: -18%;
  bottom: -18%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(179,240,0,0.08) 28%, rgba(255,255,255,0.92) 48%, rgba(179,240,0,0.36) 58%, transparent 78%);
  mix-blend-mode: screen;
  transform: translateX(-130%) skewX(-16deg);
}

.login-landing-title.is-flashing {
  text-shadow: 0 0 18px rgba(179,240,0,0.55), 0 0 36px rgba(255,255,255,0.22);
}

.login-landing-title.is-flashing::after {
  animation: landingTitleFlash 760ms cubic-bezier(.2,.85,.25,1);
}

@keyframes landingTitleFlash {
  0% {
    opacity: 0;
    transform: translateX(-130%) skewX(-16deg);
  }
  16% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(130%) skewX(-16deg);
  }
}

@keyframes landingTitleRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes landingCardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-landing-body .login-legacy-right {
  width: 100%;
}

.login-landing-body .start_right_box_login_error {
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.login-landing-body .login-legacy-helper_empty,
.login-landing-body .start_right_box_login_error > div[style] {
  display: none;
}

.login-landing-body .login-entry-grid_gateway {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.login-landing-body .login-entry-card {
  min-height: 104px;
  padding: 18px 16px;
  background: rgba(10,10,10,0.82);
  backdrop-filter: blur(8px);
}

@media (min-width: 721px) {
  .login-landing-body .login-entry-card {
    opacity: 0;
    transform: translateY(22px);
    animation: landingDesktopCardIn 720ms cubic-bezier(.2,.85,.25,1) forwards;
  }

  .login-landing-body .login-entry-card:nth-child(1) {
    animation-delay: 160ms;
  }

  .login-landing-body .login-entry-card:nth-child(2) {
    animation-delay: 300ms;
  }

  .login-landing-body .login-entry-card:nth-child(3) {
    animation-delay: 440ms;
  }

  .login-landing-body .login-entry-card:nth-child(4) {
    animation-delay: 580ms;
  }
}

@keyframes landingDesktopCardIn {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.login-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 18px;
}

.login-modal[hidden] {
  display: none !important;
}

.login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.68);
}

.login-modal-panel {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  padding: 30px;
  border: 1px solid rgba(179,240,0,0.28);
  border-radius: 8px;
  background: rgba(10,10,10,0.96);
  box-shadow: 0 28px 72px rgba(0,0,0,0.54);
}

.login-modal-panel .start_section_title {
  display: block;
  margin-bottom: 22px;
}

.login-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  color: #B3F000;
  font-size: 25px;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.login-lookup-head {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 18px;
  text-transform: uppercase;
}

.login-lookup-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.login-lookup-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.login-lookup-item strong {
  color: #FFFFFF;
  font-size: 15px;
}

.login-lookup-item span {
  color: #A4ACB7;
  font-size: 13px;
  line-height: 1.5;
}

.login-lookup-item:hover {
  border-color: rgba(179, 240, 0, 0.35);
  background: rgba(179, 240, 0, 0.08);
  transform: translateY(-1px);
}

.start_signup_input_box {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.login_button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 15px 22px;
  background: #B3F000;
  color: #111111;
  cursor: pointer;
  font-family: 'evogria_italic';
  font-size: 16px;
  text-transform: uppercase;
}

.login_button:disabled,
.start_signup_input_box:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.login_button_full {
  width: 100%;
}

.login-inline-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.login-inline-link {
  display: inline-block;
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 15px;
}

.login-inline-link_center {
  display: block;
  text-align: center;
}

.login-legacy-or {
  display: block;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 14px;
  text-align: center;
}

.start_login {
  margin-top: 18px;
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 18px;
  text-align: center;
}

.certificate-public-body {
  padding: 0;
}

.certificate-public-shell {
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 0;
}

.certificate-public-main-header {
  grid-template-columns: 34px minmax(86px, 120px) minmax(280px, 620px) minmax(0, 1fr);
}

.certificate-public-body .public-records-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
}

.certificate-header-search {
  position: relative;
  justify-content: center;
  margin-left: 0;
}

.certificate-header-search .public-records-search {
  width: min(620px, 100%);
}

.certificate-lookup-empty {
  display: grid;
  min-height: calc(100vh - 134px);
  place-items: center;
}

.certificate-lookup-empty-inner {
  width: min(760px, 100%);
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(24,24,24,0.88), rgba(8,8,8,0.88));
}

.certificate-lookup-empty h1 {
  margin: 0 0 8px;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.certificate-lookup-empty p {
  max-width: 620px;
  margin: 0 0 18px;
  color: #A4ACB7;
  font-size: 14px;
  line-height: 1.55;
}

.certificate-public-top-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 34px;
  align-items: center;
  padding: 34px;
  margin-bottom: 16px;
  background: rgba(10, 10, 10, 0.92);
  border: 1px solid rgba(179, 240, 0, 0.18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.certificate-public-brand {
  min-width: 0;
}

.certificate-public-kicker {
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.certificate-public-title {
  margin: 14px 0 10px;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.96;
  text-transform: uppercase;
}

.certificate-public-copy {
  max-width: 680px;
  color: #A4ACB7;
  font-size: 16px;
  line-height: 1.7;
}

.certificate-public-search-form {
  width: 100%;
}

.certificate-public-search-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.certificate-public-search-row .start_signup_input_box {
  flex: 1 1 auto;
}

.certificate-public-search-row .login_button {
  flex: 0 0 auto;
  min-width: 186px;
}

.public-records-body {
  min-height: 100vh;
  margin: 0;
  background: #050505 url("images/backgrounds/carbon_back.jpg") center/cover fixed no-repeat;
  color: #FFFFFF;
  touch-action: pan-y;
}

.public-records-body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.72);
  pointer-events: none;
}

.public-records-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - 36px);
  max-width: none;
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: 22px 0 34px;
}

.public-records-body:not(.api-docs-body) .public-records-header {
  grid-template-columns: 34px minmax(86px, 120px) minmax(280px, 1fr) auto;
}

.public-records-body:not(.api-docs-body) .public-records-search-wrap {
  justify-content: center;
  margin-left: 0;
}

.public-records-body:not(.api-docs-body) .public-records-search {
  width: min(620px, 100%);
}

.public-records-body:not(.api-docs-body) .public-date-search {
  justify-self: end;
  margin-right: 0;
}

.public-records-body.ebc-status-body .ebc-status-header {
  grid-template-columns: 34px minmax(86px, 120px) minmax(0, 1fr);
}

.ebc-status-header-title {
  min-width: 0;
}

.ebc-status-header-title span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ebc-status-header-title strong {
  display: block;
  margin-top: 4px;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: 24px;
  line-height: 1;
}

.ebc-status-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 86px);
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0;
}

.ebc-status-card {
  width: 100%;
  padding: 34px;
  background: linear-gradient(145deg, rgba(34,34,34,0.98), rgba(9,9,9,0.98));
}

.ebc-status-kicker {
  color: #B3F000;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ebc-status-card h1 {
  margin: 10px 0 12px;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.95;
}

.ebc-status-card p {
  max-width: 680px;
  margin: 0;
  color: #B8C0CA;
  font-size: 15px;
  line-height: 1.6;
}

.ebc-status-inline-error {
  margin-top: 12px !important;
  color: #FF9A9A !important;
}

.ebc-status-progress {
  width: 100%;
  height: 13px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(179,240,0,0.32);
  border-radius: 999px;
  background: #050505;
}

.ebc-status-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #B3F000, #FFFFFF);
  box-shadow: 0 0 24px rgba(179,240,0,0.36);
  transition: width 520ms ease;
}

.ebc-status-meta {
  margin-top: 12px;
  color: #7F8A96;
  font-size: 12px;
  font-weight: 800;
}

.ebc-status-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.ebc-status-check {
  min-height: 148px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, #191919, #0D0D0D);
  box-sizing: border-box;
}

.ebc-status-check span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ebc-status-check strong {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.1;
}

.ebc-status-check p {
  margin-top: 10px;
  color: #AEB7C2;
}

.ebc-status-check.is-ok {
  border-color: rgba(179,240,0,0.72);
  box-shadow: inset 0 0 0 1px rgba(179,240,0,0.14);
}

.ebc-status-check.is-ok strong {
  color: #B3F000;
}

.ebc-status-check.is-fail {
  border-color: rgba(255,96,96,0.72);
  box-shadow: inset 0 0 0 1px rgba(255,96,96,0.12);
}

.ebc-status-check.is-fail strong {
  color: #FF8A8A;
}

.public-records-bottom {
  width: 100%;
  margin-left: 0;
}

.public-records-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 12px;
}

.public-records-section-head span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-records-section-head strong {
  display: block;
  margin-top: 4px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.1;
}

.public-records-header {
  position: sticky;
  top: 0;
  z-index: 19;
  display: grid;
  grid-template-columns: 34px minmax(86px, 120px) minmax(260px, 540px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 86px;
  padding: 14px 18px;
  background: #222222;
  box-sizing: border-box;
}

.public-records-logo-link {
  display: flex;
  align-items: center;
  min-width: 0;
}

.public-records-logo-link img {
  display: block;
  width: min(110px, 100%);
  height: auto;
}

.public-menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.public-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #B3F000;
  transition: transform 220ms ease, opacity 220ms ease;
}

.public-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.public-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.public-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.public-search-toggle {
  display: none;
}

.public-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(0,0,0,0.48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.public-menu-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.public-menu-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
  display: flex;
  flex-direction: column;
  width: min(360px, 86vw);
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  padding: 22px 18px;
  border-right: 1px solid rgba(179,240,0,0.18);
  border-radius: 0;
  background: rgba(12,12,12,0.98);
  box-shadow: 18px 0 56px rgba(0,0,0,0.42);
  pointer-events: none;
  transform: translateX(-104%);
  transition: transform 220ms cubic-bezier(.2,.85,.25,1);
  box-sizing: border-box;
}

.public-menu-panel.is-open {
  pointer-events: auto;
  transform: translateX(0);
}

.public-menu-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  margin-bottom: 22px;
}

.public-menu-title-logo {
  display: block;
  width: 140px;
  height: auto;
}

.public-menu-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  color: #B3F000;
  font-size: 32px;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.public-menu-list {
  display: grid;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.public-menu-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  font-family: 'evogria_italic';
  font-size: 14px;
  line-height: 1.05;
  width: 100%;
  min-height: 56px;
  padding: 0 12px 0 18px;
  border: 1px solid rgba(255,255,255,0.09);
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  background: rgba(255,255,255,0.035);
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.public-menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(100deg, transparent, rgba(179,240,0,0.96), transparent);
  transform: translateX(-130%) skewX(-12deg);
  transition: transform 420ms cubic-bezier(.2,.85,.25,1);
}

.public-menu-text {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
  color: currentColor;
}

@media (max-width: 1180px) and (min-width: 721px) {
  .login-landing-body .login-entry-card {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 12px;
  }

  .login-landing-body .login-entry-icon {
    width: 40px;
    height: 40px;
  }

  .login-landing-body .login-entry-icon img {
    width: 23px;
    height: 23px;
  }

  .login-landing-body .login-entry-card strong {
    font-size: 16px;
    line-height: 1;
  }

  .login-landing-body .login-entry-card span {
    font-size: 12px;
  }
}

.public-menu-icon {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
}

.public-menu-icon .icon {
  position: absolute;
  inset: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.public-menu-icon .icon-light {
  opacity: 0;
  filter: none;
  transform: translateX(0);
}

.public-menu-icon .icon-green {
  opacity: 1;
  filter: none;
  transform: translateX(0);
}

.public-menu-item:hover,
.public-menu-item.is-active {
  border-color: rgba(179,240,0,0.78);
  color: #B3F000;
  background: rgba(255,255,255,0.035);
  transform: none;
}

.public-menu-item:hover::before {
  transform: translateX(130%) skewX(-12deg);
}

.public-menu-contact {
  margin-top: auto;
  flex: 0 0 auto;
}

.public-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,0.66);
}

.public-chargers-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,0.72);
}

.public-contact-modal[hidden],
.public-chargers-modal[hidden],
.public-menu-backdrop[hidden] {
  display: none !important;
}

.public-contact-dialog {
  position: relative;
  width: min(680px, 100%);
  padding: 30px;
  border: 1px solid rgba(179,240,0,0.26);
  border-radius: 8px;
  color: #FFFFFF;
  background:
    radial-gradient(circle at 16% 0%, rgba(179,240,0,0.12), transparent 34%),
    linear-gradient(145deg, #151515 0%, #0A0A0A 100%);
  box-shadow: 0 28px 70px rgba(0,0,0,0.5);
}

.public-chargers-dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 44px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #FFFFFF;
  background: #111111;
  box-shadow: 0 28px 70px rgba(0,0,0,0.5);
}

.public-chargers-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-right: 46px;
}

.public-chargers-head span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-chargers-head strong {
  display: block;
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.1;
}

.public-chargers-status {
  margin-top: 12px;
  color: #A4ACB7;
  font-size: 13px;
  line-height: 1.45;
}

.public-chargers-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.public-live-charger-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(0,0,0,0.24));
}

.public-live-charger-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.public-live-charger-head strong {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.25;
}

.public-live-charger-card p {
  margin: 0;
  color: #A4ACB7;
  font-size: 13px;
}

.public-live-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.public-contact-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #B3F000;
  font-size: 24px;
  line-height: 1;
  background: rgba(255,255,255,0.05);
  cursor: pointer;
}

.public-contact-dialog span {
  display: block;
  color: #B3F000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-contact-dialog strong {
  display: block;
  margin-top: 6px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.2;
}

.public-contact-dialog p {
  max-width: 450px;
  margin: 12px 0 20px;
  color: #A4ACB7;
  font-size: 14px;
  line-height: 1.5;
}

.public-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.public-contact-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 104px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.public-contact-card-address {
  grid-column: span 2;
  grid-row: span 2;
}

.public-contact-card-small {
  min-height: 92px;
}

.public-contact-card[href]:hover {
  border-color: rgba(179,240,0,0.72);
  background: linear-gradient(145deg, rgba(179,240,0,0.11), rgba(255,255,255,0.03));
}

.public-contact-label {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #7F8A96 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
}

.public-contact-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #B3F000;
  box-shadow: 0 0 14px rgba(179,240,0,0.55);
}

.public-contact-card .public-contact-value {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.public-contact-address {
  color: #D9DEE6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.public-contact-details {
  display: grid;
  gap: 10px;
}

.public-contact-details a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: #B3F000;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255,255,255,0.04);
}

.api-docs-header-title {
  grid-column: 3 / 5;
  min-width: 0;
}

.api-docs-body {
  overflow-x: visible;
}

.api-docs-header-title span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.api-docs-header-title strong {
  display: block;
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2;
}

.api-docs-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  grid-column: 5;
}

.api-docs-downloads a,
.api-docs-hero-actions a,
.api-docs-test-open {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(179,240,0,0.42);
  border-radius: 8px;
  color: #B3F000;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(179,240,0,0.08);
  cursor: pointer;
}

.api-docs-downloads a:hover,
.api-docs-hero-actions a:hover,
.api-docs-test-open:hover {
  color: #111111;
  background: #B3F000;
}

.api-docs-test-open-inline {
  margin-top: 14px;
}

.api-docs-inline-note {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 14px;
  margin-left: 10px;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.api-test-modal[hidden] {
  display: none !important;
}

.api-test-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
}

.api-test-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.74);
  backdrop-filter: blur(8px);
}

.api-test-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 24px;
  border: 1px solid rgba(179,240,0,0.26);
  border-radius: 8px;
  color: #FFFFFF;
  background:
    radial-gradient(circle at 12% 0%, rgba(179,240,0,0.12), transparent 30%),
    linear-gradient(145deg, #171717 0%, #080808 100%);
  box-shadow: 0 30px 90px rgba(0,0,0,0.62);
  animation: apiDocsTestIn 240ms ease-out both;
}

.api-test-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  color: #B3F000;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.api-test-head {
  max-width: 720px;
  padding-right: 48px;
}

.api-test-head span,
.api-test-pane label,
.api-test-result-head span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.api-test-head h2 {
  margin: 7px 0 10px;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.1;
}

.api-test-head p {
  margin: 0;
  color: #A4ACB7;
  font-size: 14px;
  line-height: 1.5;
}

.api-test-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 14px;
}

.api-test-toolbar button,
.api-test-run,
.api-test-secondary {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #DDE5EA;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255,255,255,0.05);
  cursor: pointer;
}

.api-test-toolbar button:hover,
.api-test-toolbar button.is-active,
.api-test-run {
  border-color: rgba(179,240,0,0.75);
  color: #111111;
  background: #B3F000;
}

.api-test-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.api-test-pane {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
}

.api-test-pane textarea,
.api-test-result-pane pre {
  width: 100%;
  min-width: 0;
  margin: 10px 0 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #DDE5EA;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 1.5;
  background: rgba(0,0,0,0.42);
}

.api-test-pane textarea {
  min-height: 430px;
  resize: vertical;
  padding: 14px;
  outline: none;
}

.api-test-pane textarea:focus {
  border-color: rgba(179,240,0,0.76);
  box-shadow: 0 0 0 1px rgba(179,240,0,0.16);
}

.api-test-result-pane pre {
  min-height: 430px;
  max-height: none;
  overflow-x: auto;
  padding: 14px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.api-test-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.api-test-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.api-test-result-head strong {
  color: #A4ACB7;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.api-test-result-head strong.is-ok {
  color: #B3F000;
}

.api-test-result-head strong.is-error {
  color: #FF7B7B;
}

.api-test-result-head strong.is-working {
  color: #FFFFFF;
}

.api-aircraft-dialog {
  width: min(1320px, 100%);
}

.api-aircraft-usage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 14px;
}

.api-aircraft-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}

.api-aircraft-search label {
  grid-column: 1 / -1;
  color: rgba(255,255,255,0.6);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.api-aircraft-search input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(179,240,0,0.35);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 800;
  background: rgba(0,0,0,0.34);
  outline: none;
}

.api-aircraft-search input:focus {
  border-color: #B3F000;
  box-shadow: 0 0 0 3px rgba(179,240,0,0.12);
}

.api-aircraft-search span {
  min-width: 88px;
  color: #B3F000;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.api-aircraft-table-wrap {
  max-height: min(62vh, 680px);
  overflow: auto;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(0,0,0,0.28);
}

.api-aircraft-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}

.api-aircraft-table th,
.api-aircraft-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #DDE5EA;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

.api-aircraft-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #B3F000;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #111111;
}

.api-aircraft-table td strong,
.api-aircraft-table td span {
  display: block;
}

.api-aircraft-table td span {
  margin-top: 4px;
  color: #7F8A96;
}

.api-aircraft-table pre {
  max-width: 360px;
  margin: 0;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: #DDE5EA;
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: rgba(0,0,0,0.38);
}

@keyframes apiDocsTestIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.api-docs-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(380px, 500px);
  gap: 18px;
  width: calc(100% - 36px);
  max-width: none;
  margin: 0 auto;
  padding: 22px 0 42px;
  overflow: visible;
}

.api-docs-submenu-toggle {
  display: none;
}

.api-docs-body .api-docs-nav,
.api-docs-body .api-docs-hero,
.api-docs-body .api-docs-section,
.api-docs-body .api-docs-example-card {
  animation: apiDocsFadeIn 680ms cubic-bezier(.2,.85,.25,1) backwards;
}

.api-docs-body .api-docs-nav {
  animation-delay: 70ms;
}

.api-docs-body .api-docs-hero {
  animation-delay: 140ms;
}

.api-docs-body .api-docs-section:nth-of-type(2) {
  animation-delay: 220ms;
}

.api-docs-body .api-docs-section:nth-of-type(3) {
  animation-delay: 300ms;
}

.api-docs-body .api-docs-section:nth-of-type(4) {
  animation-delay: 380ms;
}

.api-docs-body .api-docs-section:nth-of-type(5) {
  animation-delay: 460ms;
}

.api-docs-body .api-docs-section:nth-of-type(n+6) {
  animation-delay: 540ms;
}

.api-docs-body .api-docs-example-card:nth-child(1) {
  animation-delay: 260ms;
}

.api-docs-body .api-docs-example-card:nth-child(2) {
  animation-delay: 340ms;
}

.api-docs-body .api-docs-example-card:nth-child(3) {
  animation-delay: 420ms;
}

.api-docs-body .api-docs-example-card:nth-child(n+4) {
  animation-delay: 500ms;
}

@keyframes apiDocsFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.api-docs-nav {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(10,10,10,0.76);
}

.api-docs-nav a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  color: #A4ACB7;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.api-docs-nav a:hover,
.api-docs-nav a.is-active {
  color: #111111;
  background: #B3F000;
}

.api-docs-content {
  display: grid;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.api-docs-examples {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 12px;
  height: calc(100vh - 122px);
  max-height: calc(100vh - 122px);
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.api-docs-hero,
.api-docs-section {
  scroll-margin-top: 108px;
}

.api-docs-examples::-webkit-scrollbar {
  display: none;
}

.api-docs-example-card {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(34,34,34,0.9);
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
}

.api-docs-example-card.is-active {
  border-color: rgba(179,240,0,0.44);
  box-shadow: 0 0 0 1px rgba(179,240,0,0.08), 0 18px 42px rgba(0,0,0,0.24);
}

.api-docs-example-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.api-docs-example-card h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2;
}

.api-docs-example-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.api-docs-example-tabs button {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #A4ACB7;
  font-size: 11px;
  font-weight: 900;
  background: rgba(255,255,255,0.04);
  cursor: pointer;
}

.api-docs-example-tabs button:hover,
.api-docs-example-tabs button.is-active {
  color: #111111;
  border-color: rgba(179,240,0,0.7);
  background: #B3F000;
}

.api-docs-example-panel[hidden] {
  display: none;
}

.api-docs-hero,
.api-docs-section {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 22px;
}

.api-docs-hero h1,
.api-docs-section h2 {
  margin: 10px 0;
  color: #FFFFFF;
  line-height: 1.1;
}

.api-docs-hero h1 {
  font-size: 36px;
}

.api-docs-section h2 {
  font-size: 24px;
}

.api-docs-hero p,
.api-docs-section p {
  max-width: 760px;
  margin: 0 0 16px;
  color: #A4ACB7;
  font-size: 14px;
  line-height: 1.55;
}

.api-docs-hero span,
.api-docs-mini-card span,
.api-docs-required span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.api-docs-hero code,
.api-docs-mini-card code,
.api-endpoint-head code,
.api-docs-section p code,
.api-docs-callout code {
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #B3F000;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
}

.api-docs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.api-docs-grid,
.api-docs-required {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.api-docs-mini-card,
.api-docs-required div {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
}

.api-docs-required {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0;
}

.api-docs-required strong {
  display: block;
  margin-top: 6px;
  color: #FFFFFF;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.api-endpoint-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.api-method {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  color: #111111;
  font-size: 11px;
  font-weight: 900;
}

.api-method.post {
  background: #B3F000;
}

.api-method.put,
.api-method.patch {
  background: #62B8FF;
}

.api-method.delete {
  color: #FFFFFF;
  background: #EF4444;
}

.api-docs-section pre,
.api-docs-example-card pre {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  margin: 14px 0 0;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: #070707;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.api-docs-section pre code,
.api-docs-example-card pre code {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: #DDE5EA;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 1.55;
}

.api-docs-example-card pre {
  max-height: none;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.api-docs-example-card pre code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.api-json-tree {
  color: #DDE5EA;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
  line-height: 1.55;
  white-space: normal;
}

.api-json-line {
  min-height: 18px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.api-json-node-head {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.api-json-toggle {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #B3F000;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

.api-json-node:not(.is-open) > .api-json-children,
.api-json-node:not(.is-open) > .api-json-close {
  display: none;
}

.api-docs-example-card pre::-webkit-scrollbar {
  display: none;
}

.api-docs-callout {
  padding: 14px;
  border: 1px solid rgba(179,240,0,0.28);
  border-radius: 8px;
  color: #DDE5EA;
  font-size: 14px;
  line-height: 1.5;
  background: rgba(179,240,0,0.08);
}

.api-docs-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
}

.api-docs-table th,
.api-docs-table td {
  padding: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #DDE5EA;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.api-docs-table th {
  width: 210px;
  color: #B3F000;
  font-family: Consolas, Monaco, monospace;
}

.public-records-search-wrap {
  display: flex;
  justify-content: flex-start;
  margin-left: max(0px, calc(((100vw - 1180px) / 2) - 208px));
}

.public-records-search {
  width: min(540px, 100%);
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  background: rgba(0,0,0,0.28);
  outline: none;
}

.public-records-search:focus {
  border-color: rgba(179,240,0,0.8);
  box-shadow: 0 0 0 3px rgba(179,240,0,0.14);
}

.public-records-search::placeholder {
  color: #8D98A5;
}

.public-records-panel {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18,18,18,0.86), rgba(5,5,5,0.82));
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
}

.public-range-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-range-buttons-under {
  justify-content: center;
  margin-top: 16px;
}

.public-range-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #A4ACB7;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255,255,255,0.04);
}

.public-range-buttons a.active,
.public-range-buttons a:hover {
  color: #101608;
  border-color: rgba(179,240,0,0.7);
  background: #B3F000;
}

.public-date-search {
  display: flex;
  align-items: end;
  justify-self: end;
  gap: 10px;
  margin-right: max(0px, calc(((100vw - 1180px) / 2) - 18px));
}

.public-date-search label,
.public-date-search label span {
  display: block;
}

.public-date-search label {
  min-width: 0;
}

.public-date-search label span {
  margin-bottom: 5px;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.public-date-search input {
  width: 150px;
  max-width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #FFFFFF;
  background: rgba(255,255,255,0.06);
  color-scheme: dark;
  box-sizing: border-box;
}

.public-date-search input::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(1.8);
  opacity: 1;
}

.public-date-search .login_button {
  min-width: 108px;
  min-height: 38px;
  padding: 0 16px;
}

.public-records-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 14px;
  margin-bottom: 14px;
}

.public-records-body:not(.api-docs-body) .public-records-dashboard > .public-records-panel,
.public-records-body:not(.api-docs-body) .public-charger-progress,
.public-records-body:not(.api-docs-body) .public-records-bottom > .public-records-section-head,
.public-records-body:not(.api-docs-body) .public-record-card,
.public-records-body:not(.api-docs-body) .public-records-pagination {
  animation: publicRegistryContainerIn 680ms cubic-bezier(.2,.85,.25,1) backwards;
}

.public-records-body:not(.api-docs-body) .public-records-chart-panel {
  animation-delay: 80ms;
}

.public-records-body:not(.api-docs-body) .public-pie-panel {
  animation-delay: 190ms;
}

.public-records-body:not(.api-docs-body) .public-charger-progress {
  animation-delay: 310ms;
}

.public-records-body:not(.api-docs-body) .public-records-bottom > .public-records-section-head {
  animation-delay: 430ms;
}

.public-records-body:not(.api-docs-body) .public-record-card:nth-child(1) {
  animation-delay: 520ms;
}

.public-records-body:not(.api-docs-body) .public-record-card:nth-child(2) {
  animation-delay: 590ms;
}

.public-records-body:not(.api-docs-body) .public-record-card:nth-child(3) {
  animation-delay: 660ms;
}

.public-records-body:not(.api-docs-body) .public-record-card:nth-child(4) {
  animation-delay: 730ms;
}

.public-records-body:not(.api-docs-body) .public-record-card:nth-child(5) {
  animation-delay: 800ms;
}

.public-records-body:not(.api-docs-body) .public-record-card:nth-child(n+6) {
  animation-delay: 870ms;
}

.public-records-body:not(.api-docs-body) .public-records-pagination {
  animation-delay: 980ms;
}

@keyframes publicRegistryContainerIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.public-records-chart-panel,
.public-pie-panel {
  padding: 16px;
}

.public-records-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.public-records-panel-head span,
.public-pie-copy span,
.public-charger-progress span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.public-records-panel-head strong,
.public-pie-copy strong,
.public-charger-progress strong {
  display: block;
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.25;
}

.public-chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.public-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #A4ACB7;
  font-size: 11px;
  font-weight: 700;
}

.public-chart-legend i {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

.legend-co2 {
  background: #62B8FF;
}

.legend-ebc {
  background: #B3F000;
}

.public-records-line-chart {
  overflow-x: auto;
}

.public-records-line-chart svg {
  display: block;
  width: 100%;
  min-width: 660px;
  height: 300px;
}

.public-chart-axis,
.public-chart-grid {
  stroke: rgba(255,255,255,0.12);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.public-chart-grid {
  stroke-dasharray: 6 8;
}

.public-line {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.public-records-body:not(.api-docs-body) .public-line {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: publicRegistryLineDraw 1100ms cubic-bezier(.2,.85,.25,1) 420ms forwards;
}

@keyframes publicRegistryLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

.public-line-co2 {
  stroke: #62B8FF;
}

.public-line-ebc {
  stroke: #B3F000;
}

.public-line-labels {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-width: 660px;
  margin-top: 4px;
  color: #8F9AA6;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.public-pie-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.public-network-status-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(0,0,0,0.24));
  box-sizing: border-box;
}

.public-network-status-card div {
  min-width: 0;
  padding: 9px;
  border-radius: 8px;
  background: rgba(0,0,0,0.22);
}

.public-network-status-card span {
  display: block;
  color: #7F8A96;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.public-network-status-card strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: #B3F000;
  font-size: 13px;
  line-height: 1.15;
}

.public-network-status-card .public-chargers-count {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.public-network-status-card .public-chargers-count span {
  display: inline;
}

.public-pie {
  position: relative;
  display: grid;
  place-items: center;
  width: min(242px, 76vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  background: conic-gradient(#B3F000 0 var(--ebc-share), rgba(255,255,255,0.12) var(--ebc-share) 100%);
}

.public-records-body:not(.api-docs-body) .public-pie {
  animation: publicRegistryPieIn 760ms cubic-bezier(.2,.85,.25,1) 360ms both;
}

@keyframes publicRegistryPieIn {
  from {
    opacity: 0;
    transform: scale(0.92) rotate(-8deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.public-pie span {
  display: grid;
  place-items: center;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 900;
  background: #080808;
}

.public-pie-copy p,
.public-charger-progress p {
  margin: 6px 0 0;
  color: #A4ACB7;
  font-size: 13px;
  line-height: 1.45;
}

.public-charger-progress {
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(560px, 1.45fr);
  grid-template-areas:
    "hero progress"
    "hero cards";
  gap: 12px 18px;
  align-items: center;
  padding: 14px;
  margin-bottom: 14px;
  background:
    linear-gradient(135deg, rgba(179,240,0,0.08), transparent 34%),
    linear-gradient(180deg, rgba(34,34,34,0.98), rgba(8,8,8,0.98));
}

.public-charger-hero {
  grid-area: hero;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.public-charger-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(179,240,0,0.32);
  border-radius: 8px;
  background: rgba(179,240,0,0.08);
}

.public-charger-icon img {
  width: 28px;
  height: 28px;
}

.public-charger-card-grid {
  grid-area: cards;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.public-charger-mini-card {
  min-width: 0;
  min-height: 92px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(0,0,0,0.24));
  box-sizing: border-box;
}

.public-charger-mini-card img {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
}

.public-charger-mini-card strong {
  overflow-wrap: anywhere;
  color: #FFFFFF;
  font-size: 14px;
}

.public-charger-progress > .public-progress-wrap {
  grid-area: progress;
}

.public-current-chargers-button {
  display: grid;
  justify-items: start;
  width: 100%;
  border: 1px solid rgba(179,240,0,0.48);
  border-radius: 8px;
  color: inherit;
  text-align: left;
  text-decoration: none;
  background: rgba(179,240,0,0.08);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.public-current-chargers-button:hover {
  transform: translateY(-1px);
  background: rgba(179,240,0,0.16);
  box-shadow: 0 12px 26px rgba(179,240,0,0.18);
}

.public-progress-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.public-progress-track {
  height: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.public-progress-track span {
  display: block;
  height: 100%;
  min-width: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #62B8FF, #B3F000);
}

.public-progress-wrap strong {
  min-width: 54px;
  margin: 0;
  color: #FFFFFF;
  font-size: 15px;
  text-align: right;
}

.public-records-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(22,22,22,0.88), rgba(8,8,8,0.86));
}

.public-records-pagination span,
.public-pagination-controls label span {
  color: #A4ACB7;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.public-pagination-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.public-pagination-controls label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.public-pagination-controls select,
.public-pagination-controls button {
  min-height: 36px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255,255,255,0.06);
}

.public-pagination-controls select {
  padding: 0 10px;
}

.public-pagination-controls button {
  padding: 0 14px;
  cursor: pointer;
}

.public-pagination-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.public-records-list {
  display: grid;
  gap: 10px;
}

.public-no-matches {
  width: 100%;
  margin-left: 0;
}

.public-record-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.5fr);
  gap: 14px;
  align-items: center;
  padding: 14px 14px 14px 22px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(18,18,18,0.84), rgba(7,7,7,0.82));
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.public-record-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  border-radius: 8px 0 0 8px;
  background: #B3F000;
}

.public-record-card:hover,
.public-record-card:focus {
  border-color: #B3F000;
  box-shadow: 0 0 0 1px rgba(179,240,0,0.28);
  outline: none;
  transform: translateY(-1px);
}

.public-record-main em,
.public-record-main strong,
.public-record-main span {
  display: block;
}

.public-record-main em {
  margin-bottom: 6px;
  color: #B3F000;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.public-record-main strong {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.35;
}

.public-record-main span {
  margin-top: 5px;
  color: #A4ACB7;
  font-size: 13px;
}

.public-record-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.public-record-stats div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(36,36,36,0.72), rgba(14,14,14,0.72));
}

.public-record-stats span,
.public-record-stats strong {
  display: block;
}

.public-record-stats span {
  margin-bottom: 5px;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.public-record-stats strong {
  overflow-wrap: anywhere;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.25;
}

.public-record-detail {
  position: fixed;
  left: 0;
  right: 0;
  top: 86px;
  bottom: 0;
  z-index: 18;
  display: none;
  background: #050505;
}

body.public-record-detail-open {
  overflow: hidden;
}

.public-record-detail.is-open {
  display: block;
}

.public-record-detail-map {
  position: absolute;
  inset: 0;
  background: #0b0b0b;
}

.public-record-map-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: #A4ACB7;
  font-weight: 900;
  text-transform: uppercase;
}

.public-record-detail-back {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(179,240,0,0.55);
  border-radius: 8px;
  color: #111111;
  font-weight: 900;
  background: #B3F000;
  cursor: pointer;
}

.public-record-detail-card {
  position: absolute;
  top: 72px;
  right: 18px;
  z-index: 2;
  width: min(420px, calc(100vw - 36px));
  max-height: calc(100% - 96px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(34,34,34,0.92), rgba(7,7,7,0.92));
  box-shadow: 0 22px 60px rgba(0,0,0,0.36);
}

.public-detail-expand {
  display: none;
}

.public-record-detail-card > span,
.public-detail-carbon-copy span,
.public-detail-grid span {
  display: block;
  color: #7F8A96;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-record-detail-card h2 {
  margin: 6px 0 4px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.1;
}

.public-record-detail-card p {
  margin: 0 0 14px;
  color: #A4ACB7;
  font-size: 13px;
  line-height: 1.45;
}

.public-detail-chart-grid {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 18px 0;
}

.public-detail-donut {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(#B3F000 0 var(--detail-share), rgba(255,255,255,0.16) var(--detail-share) 100%);
}

.public-detail-donut span {
  display: grid;
  place-items: center;
  width: 66%;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 900;
  background: #080808;
}

.public-detail-carbon-copy strong {
  display: block;
  margin-top: 6px;
  color: #FFFFFF;
  font-size: 16px;
}

.public-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.public-detail-grid div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(36,36,36,0.68), rgba(14,14,14,0.74));
}

.public-detail-grid strong {
  display: block;
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.public-detail-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.public-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(179,240,0,0.56);
  border-radius: 8px;
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  background: #B3F000;
}

.certificate-public-header {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(246,246,246,0.08), rgba(18,18,18,0.92));
}

.certificate-public-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #B3F000;
}

.certificate-report-kicker {
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 0.92;
  text-transform: uppercase;
}

.certificate-report-title {
  color: #FFFFFF;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 0.92;
}

.certificate-public-header .carbon_view_header_string {
  max-width: 980px;
}

.certificate-report-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 14px;
}

.certificate-report-summary-strip article,
.certificate-report-time-strip > div {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(145deg, rgba(34,34,34,0.92), rgba(8,8,8,0.92));
  box-shadow: inset 0 4px 0 #B3F000;
}

.certificate-report-summary-strip strong,
.certificate-report-time-strip strong {
  display: block;
  color: #FFFFFF;
  font-family: 'evogria_italic';
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1;
}

.certificate-report-summary-strip span,
.certificate-report-time-strip span {
  display: block;
  margin-top: 8px;
  color: #A4ACB7;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.certificate-report-time-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.certificate-public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
}

.certificate-public-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.certificate-public-legs {
  grid-column: 1 / -1;
}

.certificate-public-charger {
  grid-column: 1 / -1;
}

.certificate-charger-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 16px;
  margin-top: 16px;
}

.certificate-charger-progress {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(145deg, rgba(34,34,34,0.82), rgba(9,9,9,0.82));
}

.certificate-charger-progress span {
  display: block;
  color: #A4ACB7;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.certificate-charger-progress strong {
  display: block;
  margin-top: 4px;
  color: #B3F000;
  font-family: 'evogria_italic';
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.certificate-charger-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.certificate-charger-map {
  min-height: 100%;
  height: 320px;
  overflow: hidden;
  border: 1px solid rgba(179,240,0,0.25);
  border-radius: 8px;
  background: #101010;
}

.certificate-public-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.certificate-charger-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.certificate-public-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.certificate-public-stat span {
  color: #A4ACB7;
  font-size: 13px;
  line-height: 1.4;
}

.certificate-public-stat strong {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 600;
}

.certificate-public-results {
  margin-top: 18px;
}

@media (max-width: 1380px) {
  .api-docs-shell {
    grid-template-columns: 200px minmax(0, 1fr) minmax(340px, 420px);
    gap: 14px;
  }
}

@media (min-width: 1025px) {
  .api-docs-nav,
  .api-docs-examples {
    position: sticky;
    top: 104px;
  }

  .api-docs-examples {
    display: grid;
    height: calc(100vh - 122px);
    max-height: calc(100vh - 122px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 1024px) {
  .aircraft-compare-grid {
    grid-template-columns: 1fr;
  }

  .aircraft-compare-card {
    min-height: auto;
  }

  .aircraft-grid {
    grid-template-columns: 1fr;
  }

  .network-summary-grid,
  .network-grid,
  .network-upcoming-card {
    grid-template-columns: 1fr;
  }

  .network-summary-card {
    min-height: 94px;
  }

  .network-live-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-upcoming-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aircraft-fleet-overview .totals_grid_wide {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }

  .certificate-public-body {
    padding: 0;
  }

  .certificate-public-top-card {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 22px;
  }

  .certificate-public-grid {
    grid-template-columns: 1fr;
  }

  .certificate-public-search-row {
    flex-direction: column;
    align-items: stretch;
  }

  .certificate-public-search-row .login_button {
    width: 100%;
    min-width: 0;
  }

  .public-record-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
  }

  .public-record-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .public-record-stats div {
    padding: 7px;
  }

  .public-record-stats div:nth-child(3),
  .public-record-stats div:nth-child(4) {
    display: none;
  }

  .public-record-main strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .public-record-main span {
    margin-top: 3px;
    font-size: 11px;
  }

  .public-record-stats span {
    margin-bottom: 3px;
    font-size: 9px;
  }

  .public-record-stats strong {
    font-size: 11px;
    line-height: 1.2;
  }

  .public-records-bottom {
    width: 100%;
    margin-left: 0;
  }

  .public-records-pagination,
  .public-no-matches {
    width: 100%;
    margin-left: 0;
  }

  .public-record-detail-card {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 94px;
    min-height: 94px;
    overflow: hidden;
    padding: 38px 14px 14px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 14px 14px 0 0;
    transition: max-height 240ms ease, min-height 240ms ease;
  }

  .public-record-detail {
    top: 46px;
  }

  .public-record-detail.is-expanded .public-record-detail-card {
    max-height: 58dvh;
    max-height: 58vh;
    min-height: 0;
    overflow-y: auto;
  }

  .public-record-detail-back {
    top: 12px;
    left: 12px;
  }

  .public-detail-expand {
    position: absolute;
    top: 8px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 44px;
    height: 24px;
    transform: translateX(-50%);
    border: 1px solid rgba(179,240,0,0.44);
    border-radius: 999px;
    color: #B3F000;
    font-size: 18px;
    line-height: 1;
    background: rgba(0,0,0,0.38);
    cursor: pointer;
  }

  .public-record-detail.is-expanded .public-detail-expand {
    transform: translateX(-50%) rotate(180deg);
  }

  .public-detail-chart-grid {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    margin: 10px 0;
  }

  .public-detail-donut span {
    font-size: 12px;
  }

  .public-detail-carbon-copy strong {
    font-size: 12px;
  }

  .public-detail-carbon-copy p,
  .public-record-detail-card p {
    font-size: 11px;
    line-height: 1.35;
  }

  .public-record-detail-card h2 {
    margin-top: 2px;
    font-size: 17px;
  }

  .public-detail-grid,
  .public-detail-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .public-detail-grid div {
    padding: 7px;
  }

  .public-detail-grid span {
    font-size: 8px;
  }

  .public-detail-grid strong {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.15;
  }

  .public-detail-actions a {
    min-height: 34px;
    padding: 0 8px;
    font-size: 10px;
  }

  .public-records-dashboard,
  .public-charger-progress {
    grid-template-columns: 1fr;
  }

  .public-records-chart-panel,
  .public-pie-panel {
    min-width: 0;
  }

  .public-records-panel-head {
    flex-direction: column;
    gap: 10px;
  }

  .public-chart-legend {
    justify-content: flex-start;
  }

  .public-records-line-chart {
    overflow: hidden;
  }

  .public-records-line-chart svg {
    min-width: 0;
    height: 220px;
  }

  .public-line-labels {
    min-width: 0;
    gap: 6px;
    font-size: 9px;
  }

  .public-network-status-card {
    grid-template-columns: 1fr;
  }

  .public-pie {
    width: min(210px, 64vw);
  }

  .public-pie span {
    font-size: 28px;
  }

  .public-charger-progress {
    grid-template-areas:
      "hero"
      "progress"
      "cards";
    gap: 8px;
    padding: 10px;
  }

  .public-charger-hero {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
  }

  .public-charger-icon {
    width: 32px;
    height: 32px;
  }

  .public-charger-icon img {
    width: 19px;
    height: 19px;
  }

  .public-charger-progress p {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.25;
  }

  .public-charger-progress strong {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.15;
  }

  .public-charger-card-grid,
  .public-live-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .public-charger-mini-card {
    min-height: 58px;
    padding: 7px;
  }

  .public-charger-mini-card img {
    width: 14px;
    height: 14px;
    margin-bottom: 4px;
  }

  .public-charger-mini-card span {
    font-size: 8px;
  }

  .public-charger-mini-card strong {
    font-size: 11px;
    line-height: 1.1;
  }

  .public-progress-wrap {
    gap: 8px;
  }

  .public-progress-track {
    height: 10px;
  }

  .public-progress-wrap strong {
    min-width: 42px;
    font-size: 12px;
  }

  .public-chargers-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .public-records-header {
    grid-template-columns: 34px minmax(86px, 1fr) 34px;
    min-height: 46px;
    gap: 10px;
    padding: 6px 12px;
  }

  .login-public-header {
    grid-template-columns: 34px minmax(86px, 1fr) 34px;
  }

  .certificate-public-main-header {
    grid-template-columns: 34px minmax(86px, 1fr) 34px;
  }

  .public-records-body:not(.api-docs-body) .public-records-header {
    grid-template-columns: 34px minmax(86px, 1fr) 34px;
  }

  .public-records-logo-link img {
    width: min(94px, 100%);
  }

  .public-menu-toggle,
  .public-search-toggle {
    width: 28px;
    height: 28px;
  }

  .public-menu-toggle span {
    width: 15px;
  }

  .public-search-toggle img {
    width: 18px;
    height: 18px;
  }

  .public-records-body.ebc-status-body .ebc-status-header {
    grid-template-columns: 34px minmax(86px, 1fr);
  }

  .ebc-status-header-title {
    grid-column: 1 / -1;
  }

  .ebc-status-shell {
    align-items: start;
    width: calc(100% - 24px);
    padding: 18px 0 28px;
  }

  .ebc-status-card {
    padding: 24px;
  }

  .ebc-status-check-grid {
    grid-template-columns: 1fr;
  }

  .public-date-search {
    display: none;
  }

  .public-records-body:not(.api-docs-body) .public-date-search {
    display: none;
  }

  .public-records-search-wrap {
    grid-column: 1 / -1;
    display: none;
    justify-content: center;
    margin-left: 0;
  }

  .public-records-body:not(.api-docs-body) .public-records-search-wrap {
    grid-column: 1 / -1;
    display: none;
  }

  body.public-search-open .public-records-search-wrap,
  body.public-search-open.public-records-body:not(.api-docs-body) .public-records-search-wrap {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }

  .login-public-body .login-header-search {
    grid-column: 1 / -1;
    display: none;
    justify-content: center;
    margin-left: 0;
  }

  .login-public-body.public-search-open .login-header-search {
    display: flex;
  }

  .certificate-public-body .certificate-header-search {
    grid-column: 1 / -1;
    display: none;
    justify-content: center;
    margin-left: 0;
  }

  .certificate-public-body.public-search-open .certificate-header-search {
    display: flex;
  }

  .login-public-body .login-legacy-stage {
    min-height: calc(100vh - 46px);
    padding: 18px 12px 28px;
  }

  .login-landing-body .login-legacy-stage {
    min-height: calc(100dvh - 46px);
    align-content: center;
    padding: 0 10px;
  }

  .login-landing-body {
    overflow: hidden;
  }

  .login-landing-body .login-legacy-right,
  .login-landing-body .start_right_box_login_error {
    height: calc(100dvh - 46px);
  }

  .login-landing-body .login-landing-title-wrap {
    margin: 18px auto 8px;
    opacity: 0;
    transform: translateY(34px);
    animation: landingTitleRise 780ms cubic-bezier(.2,.85,.25,1) 420ms forwards;
  }

  .login-landing-body .login-landing-title {
    font-size: clamp(22px, 8vw, 34px);
    white-space: nowrap;
  }

  .login-landing-body .login-entry-grid_gateway {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    height: calc(100dvh - 62px);
    max-height: calc(100dvh - 62px);
    margin: 0 auto;
    padding: 8px 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.98);
    transition: opacity 220ms ease, transform 260ms ease;
    visibility: hidden;
  }

  .login-landing-body.login-mobile-menu-open .login-entry-grid_gateway {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    visibility: visible;
  }

  .login-mobile-start {
    position: absolute;
    left: 50%;
    top: calc(46px + ((100dvh - 46px) / 2));
    z-index: 4;
    display: grid;
    place-items: center;
    width: 136px;
    height: 136px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    color: #111111;
    font-family: 'evogria_italic', Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    background: #B3F000;
    box-shadow: 0 0 0 10px rgba(179,240,0,0.08), 0 0 48px rgba(179,240,0,0.48);
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: landingMobileStartIn 780ms cubic-bezier(.2,.85,.25,1) 220ms forwards;
    cursor: pointer;
    transition: opacity 180ms ease, transform 220ms ease, box-shadow 220ms ease;
  }

  @keyframes landingMobileStartIn {
    from {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.76);
      filter: blur(5px);
    }

    to {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      filter: blur(0);
    }
  }

  .login-mobile-start:active {
    transform: translate(-50%, -50%) scale(0.96);
    box-shadow: 0 0 0 14px rgba(179,240,0,0.12), 0 0 58px rgba(179,240,0,0.58);
  }

  .login-landing-body.login-mobile-menu-open .login-mobile-start {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
    animation: none !important;
    transform: translate(-50%, -50%) scale(0.86) !important;
    transition: opacity 180ms ease, transform 220ms ease, visibility 0s linear 220ms, box-shadow 220ms ease;
  }

  .login-landing-body .login-entry-card {
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 0;
    height: 100%;
    gap: 12px;
    padding: 10px 12px;
    opacity: 0;
    transform: translateY(18px);
    animation: none;
    text-align: left;
  }

  .login-landing-body.login-mobile-menu-open .login-entry-card {
    animation: landingCardFadeIn 560ms ease-out forwards;
  }

  .login-landing-body .login-entry-card:nth-child(1) {
    animation-delay: 120ms;
  }

  .login-landing-body .login-entry-card:nth-child(2) {
    animation-delay: 280ms;
  }

  .login-landing-body .login-entry-card:nth-child(3) {
    animation-delay: 440ms;
  }

  .login-landing-body .login-entry-card:nth-child(4) {
    animation-delay: 600ms;
  }

  .login-landing-body .login-entry-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    justify-self: start;
    align-self: center;
  }

  .login-landing-body .login-entry-copy {
    gap: 2px;
    align-items: start;
    text-align: left;
    align-self: center;
  }

  .login-landing-body .login-entry-icon img {
    position: absolute;
    inset: 50% auto auto 50%;
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    transform: translate(-50%, -50%);
  }

  .login-landing-body .login-entry-link:hover .login-entry-icon img,
  .login-landing-body .login-entry-link:focus .login-entry-icon img {
    transform: translate(-50%, -50%) scale(1.08);
  }

  .login-landing-body .login-entry-card strong {
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1;
    white-space: nowrap;
  }

  .login-landing-body .login-entry-card span {
    display: block;
    font-size: clamp(12px, 3.2vw, 14px);
    line-height: 1.18;
  }

  .public-search-page-results {
    width: calc(100% - 24px);
    min-height: calc(100vh - 46px);
    padding: 14px 0 28px;
  }

  .public-search-record-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
  }

  .public-search-record-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .certificate-public-shell {
    padding: 0;
  }

  .certificate-lookup-empty {
    min-height: calc(100vh - 70px);
  }

  .certificate-lookup-empty-inner {
    padding: 18px;
  }

  .public-menu-toggle {
    justify-self: start;
  }

  .public-search-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
  }

  .public-search-toggle img {
    width: 22px;
    height: 22px;
  }

  .api-docs-header-title,
  .api-docs-downloads {
    display: none;
  }

  .api-docs-shell {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    padding-top: 12px;
    overflow-x: hidden;
  }

  .api-docs-submenu-toggle {
    position: static;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    background: #222222;
    cursor: pointer;
  }

  .api-docs-submenu-toggle::after {
    content: "+";
    color: #B3F000;
    font-size: 22px;
    line-height: 1;
  }

  .api-docs-submenu-toggle.is-open::after {
    content: "-";
  }

  .api-docs-nav {
    position: static;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .api-docs-nav.is-open {
    display: grid;
  }

  .api-docs-examples {
    display: none;
  }

  .api-docs-content,
  .api-docs-example-card,
  .api-docs-example-panel,
  .api-docs-code-frame,
  .api-docs-hero,
  .api-docs-section,
  .api-docs-mini-card,
  .api-docs-required div {
    min-width: 0;
    max-width: 100%;
  }

  .api-docs-code-frame {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .api-docs-section pre,
  .api-docs-example-card pre {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 12px;
  }

  .api-docs-section pre code,
  .api-docs-example-card pre code,
  .api-json-tree,
  .api-json-line {
    max-width: 100%;
    font-size: 11px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .api-json-node-head {
    min-width: 0;
  }

  .api-docs-example-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
  }

  .api-docs-example-tabs button {
    flex: 0 0 auto;
  }

  .api-docs-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .api-test-modal {
    padding: 10px;
  }

  .api-test-dialog {
    max-height: calc(100vh - 20px);
    padding: 16px;
  }

  .api-test-grid {
    grid-template-columns: 1fr;
  }

  .api-aircraft-usage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .api-aircraft-search {
    grid-template-columns: 1fr;
  }

  .api-aircraft-search span {
    text-align: left;
  }

  .api-test-head h2 {
    font-size: 24px;
  }

  .api-test-pane textarea,
  .api-test-result-pane pre {
    min-height: 280px;
    max-width: 100%;
    font-size: 11px;
  }

  .api-aircraft-table-wrap {
    max-height: 58vh;
  }

  .api-docs-required {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .certificate-public-stat-grid {
    grid-template-columns: 1fr;
  }

  .api-settings-create-form {
    flex-direction: column;
    align-items: stretch;
  }

  .api-settings-sandbox-grid {
    grid-template-columns: 1fr;
  }

  .api-settings-client-row {
    flex-direction: column;
  }

  .api-settings-reset-client {
    width: 100%;
  }

  .api-settings-client-meta {
    text-align: left;
  }

  .network-header,
  .network-section-head {
    flex-direction: column;
  }

  .network-form-grid {
    grid-template-columns: 1fr;
  }

  .carbon_menu {
    width: 100%;
    padding: 1.5%;
    height: auto;
    position: relative;
  }

  .carbon_menu_mobile_toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 6px 10px 6px;
  }

  .carbon_menu_holder_main {
    display: none;
  }

  .carbon_welcome_box {
    padding-right: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  .carbon_welcome_box_left {
    width: calc(100% - 70px);
  }

  .carbon_welcome_box_right {
    width: auto;
    display: block;
  }

  .carbon_menu_holder_mobile {
    display: block;
    padding-right: 20px !important;
    position: absolute;
    z-index: 50 !important;
    width: 100%;
    right: 0px;
    margin-top: 10px;
    background: #111111;
  }

  .carbon_menu_bottom_lock {
    position: static;
    width: 100%;
  }

  .main {
    width: 100%;
    margin-left: 0;
    padding: 8px 16px 16px 16px;
  }

  .app-search-row {
    gap: 10px;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .carbon_missions,
  .carbon_missions_search {
    width: 100%;
    margin: 0 0 14px 0;
  }

  .carbon_mission_record {
    flex-wrap: wrap;
    gap: 12px;
  }

  .carbon_mission_record_item,
  .overview-record-view {
    width: calc(50% - 12px);
    justify-content: flex-start;
    text-align: left;
  }

  .mission-record-date,
  .mission-record-aircraft,
  .mission-record-route,
  .mission-record-impact,
  .carbon_mission_record_slider,
  .mission-record-earnings {
    width: calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
  }

  .mission-record-view {
    width: 100%;
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .mission-record-route {
    flex-direction: column;
    align-items: flex-start;
  }

  .mission-record-earnings {
    justify-content: flex-start;
    text-align: left;
  }

  .carbon_mission_record_slider {
    width: 100%;
  }

  .carbon_mission_record_item_search {
    font-size: 14px;
    gap: 8px;
  }

  .totals_grid {
    grid-template-columns: 1fr;
  }

  .overview-upcoming-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .overview-target-grid {
    flex-direction: column;
  }

  .impactSimpleStats {
    grid-template-columns: 1fr;
  }

  .month-dropdown {
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }

  .route_panel_header {
    flex-direction: column;
  }

  .route_map {
    height: 250px;
  }

  .missions-header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .mission-builder-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    margin: 12px auto;
    padding: 18px;
  }

  .mission-builder-modal {
    left: 0;
  }

  .mission-builder-grid,
  .mission-detail-grid,
  .mvEditGrid {
    grid-template-columns: 1fr;
  }

  .ganttGrid {
    grid-template-columns: 1fr;
  }

  .ganttHeader {
    align-items: flex-start;
  }

  .ganttHeaderButtons {
    width: 100%;
  }

  .ganttLeftRow {
    grid-template-columns: 1fr 56px;
  }

  .mission-builder-route-row,
  .mvEditFieldPair,
  .mvEditLegFields,
  .mission-builder-summary,
  .mission-builder-stat-grid {
    grid-template-columns: 1fr;
  }

  .mission-builder-aircraft-preview {
    grid-template-columns: 1fr;
  }

  .mission-builder-field-action {
    justify-content: stretch;
  }

  .mission-builder-add-leg {
    width: 100%;
  }

  .mission-builder-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mvEditActions,
  .mvEditLegHead {
    flex-direction: column;
    align-items: stretch;
  }

  .mission-detail-route-map {
    height: 300px;
  }

  .data-row,
  .table-head,
  .table-row,
  .mission-legs .table-head,
  .mission-legs .table-row {
    grid-template-columns: 1fr;
  }

  .login-legacy-stage {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 26px;
  }

  .login-preview-video {
    max-width: 100%;
  }

  .login-legacy-left {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .public-contact-modal {
    padding: 12px;
  }

  .public-contact-dialog {
    padding: 24px;
  }

  .public-contact-grid {
    grid-template-columns: 1fr;
  }

  .public-contact-card-address {
    grid-column: auto;
    grid-row: auto;
  }

  .public-record-stats,
  .public-detail-grid,
  .public-detail-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-live-stat-grid {
    grid-template-columns: 1fr;
  }

  .aircraft-toolbar,
  .aircraft-card-head,
  .aircraft-card-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .aircraft-card {
    grid-template-columns: 1fr;
  }

  .aircraft-media {
    min-height: 190px;
  }

  .aircraft-compare-stats,
  .aircraft-spec-grid {
    grid-template-columns: 1fr;
  }

  .aircraft-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aircraft-fleet-overview {
    padding: 10px;
  }

  .aircraft-fleet-overview .totals_grid_wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .carbon_mission_record_item,
  .overview-record-view,
  .carbon_mission_record_item_search {
    width: 100%;
  }

  .mission-record-date,
  .mission-record-aircraft,
  .mission-record-route,
  .mission-record-impact,
  .carbon_mission_record_slider,
  .mission-record-earnings,
  .mission-record-view {
    width: 100%;
    flex: 1 1 100%;
  }

  .carbon_mission_record_item_search.is-view {
    margin-left: 0;
    justify-content: flex-start;
  }

  .missions-page-header {
    align-items: flex-start;
  }

  .missions-header-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .carbon_mission_slider_readout {
    flex-wrap: wrap;
  }

  .route_map {
    height: 220px;
  }

  .app-search-row {
    flex-direction: column;
  }

  .app-settings-button {
    width: 100%;
    flex-basis: auto;
  }

  .app-settings-drawer {
    width: 100%;
  }

  .route_panel_inner {
    padding: 18px;
  }

  .mission-builder-head,
  .mission-detail-leg-row-top,
  .carbon_view_totals {
    flex-direction: column;
    align-items: flex-start;
  }

  .mission-builder-legs-table th,
  .mission-builder-legs-table td {
    white-space: nowrap;
  }

  .carbon_view_header {
    padding: 22px;
  }

  .carbon_view_header_tail {
    font-size: 34px;
  }

  .certificate-public-body .carbon_missions {
    padding: 0;
  }

  .certificate-public-body .carbon_missions_holder {
    width: 100%;
    padding: 0;
  }

  .certificate-public-body .certificate-public-header {
    margin-bottom: 10px;
    padding: 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .certificate-report-kicker,
  .certificate-report-title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .certificate-public-body .carbon_view_header_tail {
    font-size: clamp(21px, 7vw, 28px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .certificate-public-body .carbon_view_header .carbon_view_header_aircraft {
    margin-top: 10px;
    gap: 8px;
    font-size: 14px;
    line-height: 1.25;
  }

  .certificate-public-body .carbon_view_header .carbon_view_header_aircraft img {
    width: 24px;
    height: auto;
  }

  .certificate-public-body .carbon_view_header .carbon_view_header_airports {
    margin-top: 10px;
    gap: 6px;
    font-size: 11px;
    line-height: 1.35;
  }

  .certificate-public-body .breadcrumb-item {
    padding: 6px 8px;
  }

  .certificate-public-body .carbon_view_header_date {
    margin-top: 10px;
    gap: 7px;
    font-size: 12px;
  }

  .certificate-public-body .carbon_view_header_date img {
    width: 20px;
    height: auto;
  }

  .certificate-public-body .carbon_view_header_string {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .certificate-public-actions {
    gap: 8px;
    margin: 10px 10px 12px;
  }

  .certificate-public-actions .mv_ebc_btn {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .certificate-report-summary-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 10px 10px;
  }

  .certificate-report-time-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 10px 12px;
  }

  .certificate-report-summary-strip article,
  .certificate-report-time-strip > div {
    padding: 12px;
  }

  .certificate-report-summary-strip strong,
  .certificate-report-time-strip strong {
    font-size: 18px;
  }

  .certificate-report-summary-strip span,
  .certificate-report-time-strip span {
    margin-top: 5px;
    font-size: 9px;
  }

  .certificate-public-body .mission-detail-route-panel {
    padding-top: 0;
  }

  .certificate-public-body .route_map_wrap {
    border-radius: 0;
  }

  .mission-detail-route-map {
    height: 240px;
  }

  .certificate-public-body .mission-detail-route-map {
    height: 220px;
  }

  .certificate-public-body .certificate-public-grid {
    margin-top: 10px;
    gap: 10px;
  }

  .certificate-charger-layout {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .certificate-charger-progress {
    padding: 12px;
  }

  .certificate-charger-progress strong {
    font-size: 24px;
  }

  .certificate-charger-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .certificate-charger-map {
    height: 220px;
    border-radius: 0;
  }

  .certificate-public-body .carbon_view_mission_details_box {
    padding: 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .certificate-public-body .carbon_view_mission_details_box > .carbon_view_header_aircraft {
    font-size: 13px;
  }

  .certificate-public-stat-grid {
    gap: 8px;
  }

  .certificate-public-stat {
    gap: 4px;
    padding: 10px;
  }

  .certificate-public-stat span {
    font-size: 10px;
  }

  .certificate-public-stat strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .certificate-public-body .mission-detail-summary-meta {
    gap: 6px;
  }

  .certificate-public-body .mission-detail-summary-meta span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .certificate-public-body .mission-detail-leg-row {
    padding: 12px;
  }

  .certificate-public-body .mission-detail-leg-route {
    font-size: 15px;
  }

  .mv_ebc_donut {
    width: 170px;
    height: 170px;
  }

  .mv_ebc_pct {
    font-size: 28px;
  }

  .impactProgressOuter {
    height: 36px;
  }

  .impactProgressText {
    font-size: 16px;
  }

  .impactSimpleStat .v {
    font-size: 16px;
  }

  .start_right_box_login_error {
    padding: 24px;
  }

  .public-records-header {
    min-height: 46px;
    padding: 6px 12px;
  }

  .public-records-logo-link img {
    width: min(89px, 100%);
  }

  .public-records-line-chart svg,
  .public-line-labels {
    min-width: 0;
  }

  .public-records-line-chart svg {
    height: 185px;
  }

  .public-network-status-card {
    padding: 8px;
  }

  .public-pie {
    width: min(184px, 58vw);
  }

  .public-pie span {
    font-size: 24px;
  }

  .public-record-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-records-pagination,
  .public-pagination-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .public-pagination-controls label,
  .public-pagination-controls select,
  .public-pagination-controls button {
    width: 100%;
  }

  .api-docs-shell {
    width: min(100% - 24px, 1220px);
    max-width: calc(100% - 24px);
    overflow-x: hidden;
  }

  .api-docs-nav,
  .api-docs-grid,
  .api-docs-required {
    grid-template-columns: 1fr;
  }

  .api-docs-hero,
  .api-docs-section {
    max-width: 100%;
    overflow: hidden;
    padding: 16px;
  }

  .api-docs-example-card {
    padding: 12px;
  }

  .api-docs-section pre,
  .api-docs-example-card pre {
    padding: 10px;
  }

  .api-docs-section pre code,
  .api-docs-example-card pre code,
  .api-json-tree,
  .api-json-line {
    font-size: 10.5px;
    line-height: 1.45;
  }

  .api-docs-hero h1 {
    font-size: 28px;
  }

  .api-test-toolbar,
  .api-test-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .api-aircraft-usage-grid {
    grid-template-columns: 1fr;
  }

  .api-aircraft-table {
    min-width: 860px;
  }

  .api-aircraft-table th,
  .api-aircraft-table td {
    padding: 10px;
    font-size: 11px;
  }

  .api-test-pane textarea,
  .api-test-result-pane pre {
    min-height: 230px;
  }

  .api-docs-table th,
  .api-docs-table td {
    display: block;
    width: auto;
  }

.start_title_text,
.start_title_text_jet {
  font-size: clamp(36px, 12vw, 58px);
}
}

/* Flat edge preview: remove rounding from div-based layers without touching buttons. */
body div {
  border-radius: 0 !important;
}

body .overview-dial-ring,
body .overview-dial-inner {
  border-radius: 50% !important;
}

body .public-pie,
body .public-pie span {
  border-radius: 50% !important;
}

body .overview-saved-dot {
  border-radius: 50% !important;
}

body.theme-light {
  color: #17202B;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 248, 250, 0.98)),
    url("./images/backgrounds/carbon_back.jpg") center top / cover no-repeat fixed;
}

body.theme-light .main {
  color: #17202B;
}

body.theme-light .carbon_menu {
  background-color: #F7F8FA;
  box-shadow: inset -1px 0 0 #D8DDE4;
}

body.theme-light .carbon_welcome_text {
  color: #6B7380;
}

body.theme-light .carbon_welcome_text_name,
body.theme-light .carbon_welcome_role,
body.theme-light .totals_title,
body.theme-light .overview-record-view,
body.theme-light .start_CO2_figure,
body.theme-light .overview-dial-label,
body.theme-light .impactSimpleStat .v,
body.theme-light .app-settings-button,
body.theme-light .ghost-link,
body.theme-light .mvEditModal__signature {
  color: #8CAB00;
}

body.theme-light .carbon_welcome_role {
  border-color: rgba(140, 171, 0, 0.28);
  background: rgba(140, 171, 0, 0.08);
}

body.theme-light .carbon_menu_item {
  border-top-color: #DBE0E7;
}

body.theme-light .carbon_menu_item.is-active {
  background: #E9EDF1;
}

body.theme-light .carbon_menu_text {
  background: linear-gradient(to left, #8CAB00 0%, #8CAB00 50%, #59616C 50%, #59616C 100%);
  background-size: 200% 100%;
  background-position: 0 0;
}

body.theme-light .carbon_missions_holder,
body.theme-light .carbon_mission_record,
body.theme-light .carbon_view_header,
body.theme-light .carbon_view_mission_details_box,
body.theme-light .route_panel,
body.theme-light .route_panel_inner,
body.theme-light .overview-target-card,
body.theme-light .mission-builder-dialog,
body.theme-light .mission-builder-card,
body.theme-light .mission-builder-card-route,
body.theme-light .mission-builder-tail-panel,
body.theme-light .mission-detail-leg-row,
body.theme-light .mvEditLegRow,
body.theme-light .app-settings-drawer,
body.theme-light .app-settings-section,
body.theme-light .impactSimpleStat,
body.theme-light .mission-gantt,
body.theme-light .ganttHeader,
body.theme-light .ganttLeftHead,
body.theme-light .ganttRightHead,
body.theme-light .ganttColorWrap,
body.theme-light .ganttNote,
body.theme-light .carbon_view_totals,
body.theme-light .totals_item,
body.theme-light .month-selected,
body.theme-light .month-options,
body.theme-light .carbon_search_icon,
body.theme-light .carbon_search_bar,
body.theme-light .app-settings-button,
body.theme-light .mission-builder-suggest,
body.theme-light .overview-fuel-button,
body.theme-light .overview-unit-button,
body.theme-light .overview-quick-input,
body.theme-light .mission-builder-select,
body.theme-light .mission-builder-input,
body.theme-light .mv_ebc_btn,
body.theme-light .mvGhostBtn,
body.theme-light .gantt_select_button,
body.theme-light .impactProgressOuter {
  background: #FFFFFF;
  border-color: #D8DDE4;
  color: #17202B;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

body.theme-light .overview-target-card-calc,
body.theme-light .mission-builder-card-route,
body.theme-light .ganttHeader,
body.theme-light .ganttLeftHead,
body.theme-light .ganttRightHead,
body.theme-light .carbon_search_icon,
body.theme-light .app-settings-section {
  background: #F5F7FA;
}

body.theme-light .carbon_mission_totals {
  background: rgba(15, 23, 42, 0.03);
}

body.theme-light .carbon_top_box_value,
body.theme-light .carbon_view_header_tail,
body.theme-light .carbon_view_header .carbon_view_header_aircraft,
body.theme-light .ebc_summary_item_right,
body.theme-light .ebc_summary_item_right_highlight,
body.theme-light .mission-detail-leg-route,
body.theme-light .overview-dial-value,
body.theme-light .totals_item .label,
body.theme-light .totals_item .value,
body.theme-light .carbon_mission_record_item,
body.theme-light .ganttLeftRow .title,
body.theme-light .ganttTick,
body.theme-light .ganttLeftHead,
body.theme-light .ganttRightHead,
body.theme-light .top_date,
body.theme-light .overview-unit-button,
body.theme-light .mission-builder-label {
  color: #17202B;
}

body.theme-light .carbon_top_box_title,
body.theme-light .overview-company-meta span,
body.theme-light .missions-page-meta,
body.theme-light .mission-record-subcopy,
body.theme-light .mission-route-meta,
body.theme-light .mission-route-meta-divider,
body.theme-light .ebc_summary_item_left,
body.theme-light .mission-detail-summary-meta span,
body.theme-light .carbon_view_header_airports,
body.theme-light .carbon_view_header_date,
body.theme-light .carbon_view_header_string,
body.theme-light .overview-chart-footer,
body.theme-light .overview-quick-meta,
body.theme-light .impactSimpleStat .k,
body.theme-light .ganttLeftRow .meta,
body.theme-light .ganttEmpty,
body.theme-light .ganttNote,
body.theme-light .app-settings-label,
body.theme-light .app-settings-option,
body.theme-light .mission-builder-suggest-item span,
body.theme-light .mvEditModal__sub,
body.theme-light .carbon_mission_slider_scale {
  color: #66707D;
}

body.theme-light .mission-record-impact,
body.theme-light .mission-record-aircraft,
body.theme-light .mission-record-date,
body.theme-light .mission-record-route,
body.theme-light .mission-record-earnings {
  color: #17202B;
}

body.theme-light .carbon_mission_record:hover,
body.theme-light .mission-builder-suggest-item:hover,
body.theme-light .month-options div:hover {
  background: #F2F5F8;
}

body.theme-light .month-options div {
  color: #17202B;
}

body.theme-light .app-settings-toggle {
  background: #EEF2F6;
  border-color: #D8DDE4;
}

body.theme-light .app-settings-option.is-active {
  background: #8CAB00;
  color: #FFFFFF;
}

body.theme-light .app-settings-button svg {
  fill: currentColor;
}

body.theme-light .overview-grid-line {
  stroke: rgba(17, 24, 39, 0.08);
}

body.theme-light .overview-line-total {
  stroke: #6B7480;
}

body.theme-light .overview-dial-ring {
  background: conic-gradient(#8CAB00 calc(var(--pct, 0) * 1%), #E1E6EB 0);
}

body.theme-light .overview-dial-inner {
  background: #F1F4F7;
}

body.theme-light .overview-saved-bar {
  background: #DDE3E8;
}

body.theme-light .overview-saved-bar-fill,
body.theme-light .impactProgressFill {
  background: linear-gradient(90deg, #789A00 0%, #8CAB00 100%);
}

body.theme-light .impactProgressText {
  color: #8CAB00;
}

body.theme-light .ganttRow {
  border-bottom-color: rgba(17, 24, 39, 0.08);
}

body.theme-light .ganttTimelineRow {
  background-image: linear-gradient(to right, rgba(17, 24, 39, 0.06) 1px, transparent 1px);
}

body.theme-light a.ganttBar {
  color: #111111;
  opacity: 1;
}

body.theme-light .ganttColorWrap {
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

body.theme-light .mvPrimaryBtn {
  background: #8CAB00;
  color: #FFFFFF;
}

body.theme-light .mvPrimaryBtn:hover:not(:disabled) {
  background: #99BC08;
}

body.theme-light .mv_ebc_btn:hover:not(:disabled),
body.theme-light .mvGhostBtn:hover:not(:disabled),
body.theme-light .gantt_select_button:hover,
body.theme-light .gantt_select_button.is-active {
  border-color: rgba(140, 171, 0, 0.5);
  color: #8CAB00;
}

body.theme-light .mv_ebc_btn_danger {
  background: #B42318;
  border-color: #B42318;
  color: #FFFFFF;
}

body.theme-light .mv_ebc_btn_danger:hover:not(:disabled) {
  background: #9F1E14;
  border-color: #9F1E14;
  color: #FFFFFF;
}

/* Light mode refinement pass */
body.theme-light .carbon_welcome_text_name,
body.theme-light .carbon_welcome_role,
body.theme-light .totals_title,
body.theme-light .overview-record-view,
body.theme-light .start_CO2_figure,
body.theme-light .overview-dial-label,
body.theme-light .impactSimpleStat .v,
body.theme-light .ghost-link,
body.theme-light .mvEditModal__signature,
body.theme-light .impactProgressText,
body.theme-light .overview-fuel-button.is-active,
body.theme-light .overview-unit-button.is-active {
  color: #111111;
}

body.theme-light .carbon_welcome_role {
  border-color: rgba(17, 17, 17, 0.12);
  background: rgba(17, 17, 17, 0.04);
}

body.theme-light .carbon_menu_item:hover,
body.theme-light .carbon_menu_item.is-active {
  background: #E9EDF1;
}

body.theme-light .carbon_menu_text,
body.theme-light .carbon_menu_item:hover .carbon_menu_text,
body.theme-light .carbon_menu_item.is-active .carbon_menu_text {
  background: none;
  background-image: none;
  color: #111111;
  -webkit-text-fill-color: #111111;
  text-fill-color: #111111;
}

body.theme-light .carbon_menu_button,
body.theme-light .carbon_menu_icon .icon-light {
  filter: brightness(0) saturate(100%);
}

body.theme-light .carbon_menu_icon .icon-light,
body.theme-light .carbon_menu_item:hover .carbon_menu_icon .icon-light,
body.theme-light .carbon_menu_item.is-active .carbon_menu_icon .icon-light {
  opacity: 1;
  transform: translateX(0);
}

body.theme-light .carbon_menu_icon .icon-green,
body.theme-light .carbon_menu_item:hover .carbon_menu_icon .icon-green,
body.theme-light .carbon_menu_item.is-active .carbon_menu_icon .icon-green {
  opacity: 0 !important;
  transform: translateX(0);
}

body.theme-light .app-settings-button,
body.theme-light .login_button,
body.theme-light .mv_ebc_btn,
body.theme-light .mvGhostBtn,
body.theme-light .mvPrimaryBtn,
body.theme-light .gantt_select_button,
body.theme-light .overview-fuel-button.is-active,
body.theme-light .overview-unit-button.is-active {
  background: #B3F000;
  border-color: #B3F000;
  color: #111111;
  box-shadow: none;
}

body.theme-light .app-settings-button svg {
  fill: #111111;
}

body.theme-light .api-credentials-modal-panel {
  border-color: rgba(17, 17, 17, 0.12);
  background: #FFFFFF;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}

body.theme-light .api-credentials-modal-copy {
  color: #657080;
}

body.theme-light .api-settings-docs {
  border-top-color: rgba(17, 17, 17, 0.12);
}

body.theme-light .app-settings-button:hover,
body.theme-light .login_button:hover:not(:disabled),
body.theme-light .mv_ebc_btn:hover:not(:disabled),
body.theme-light .mvGhostBtn:hover:not(:disabled),
body.theme-light .mvPrimaryBtn:hover:not(:disabled),
body.theme-light .gantt_select_button:hover,
body.theme-light .gantt_select_button.is-active,
body.theme-light .overview-fuel-button.is-active:hover,
body.theme-light .overview-unit-button.is-active:hover {
  background: #C4FA21;
  border-color: #C4FA21;
  color: #111111;
}

body.theme-light .app-settings-option {
  color: #66707D;
}

body.theme-light .app-settings-option.is-active {
  background: #B3F000;
  color: #111111;
}

body.theme-light .app-settings-note,
body.theme-light .api-settings-item span,
body.theme-light .api-settings-client-copy span,
body.theme-light .api-settings-client-meta span,
body.theme-light .api-settings-client-empty,
body.theme-light .api-settings-created-note {
  color: #66707D;
}

body.theme-light .api-settings-item,
body.theme-light .api-settings-client-row,
body.theme-light .api-settings-created,
body.theme-light .api-settings-create-error {
  background: #FFFFFF;
  border-color: #D8DDE4;
  color: #17202B;
  box-shadow: none;
}

body.theme-light .api-settings-item code,
body.theme-light .api-settings-created code,
body.theme-light .api-settings-client-copy strong,
body.theme-light .api-settings-clients-head {
  color: #17202B;
}

body.theme-light .api-settings-created-title {
  color: #111111;
}

/* Light mode text cleanup */
body.theme-light .carbon_mission_record_reg,
body.theme-light .carbon_mission_route_text,
body.theme-light .carbon_mission_slider_readout,
body.theme-light .ebc_commission_box,
body.theme-light .route_panel_title,
body.theme-light .route_map_empty,
body.theme-light .route_leg_codes,
body.theme-light .mission-builder-close,
body.theme-light .mission-builder-aircraft-name,
body.theme-light .mission-builder-tail-value strong,
body.theme-light .mission-builder-stat strong,
body.theme-light .mission-builder-summary strong,
body.theme-light .mission-builder-legs-table td,
body.theme-light .mission-builder-remove-leg,
body.theme-light .mission-builder-suggest-item,
body.theme-light .mission-builder-suggest-item strong,
body.theme-light .mission-builder-suggest-item.is-state strong,
body.theme-light .carbon_view_header_string,
body.theme-light .mission-detail-leg-airports,
body.theme-light .mission-detail-leg-meta span,
body.theme-light .mission-detail-leg-index,
body.theme-light .mvEditRemove,
body.theme-light .mvEditSuggestState,
body.theme-light .mv_ebc_pct,
body.theme-light .ebc_pct,
body.theme-light .route_map_empty strong,
body.theme-light .start_section_title,
body.theme-light .overview-target-stats strong,
body.theme-light .overview-saved-legend,
body.theme-light .impactSimpleWrap,
body.theme-light .savedFlash,
body.theme-light .form-preview_label,
body.theme-light .form-preview_link {
  color: #17202B;
}

body.theme-light .route_node_label,
body.theme-light .route_empty_title,
body.theme-light .route_empty_detail {
  fill: #17202B;
}

body.theme-light .carbon_view_header_string,
body.theme-light .mission-detail-leg-index,
body.theme-light .overview-fuel-button.is-active,
body.theme-light .overview-unit-button.is-active {
  background: rgba(179, 240, 0, 0.22);
  border-color: rgba(179, 240, 0, 0.5);
  color: #111111;
}

body.theme-light .mission-builder-close,
body.theme-light .mission-builder-remove-leg,
body.theme-light .mvEditRemove {
  background: #FFFFFF;
  border-color: #D8DDE4;
  color: #17202B;
}

body.theme-light .mission-builder-close:hover,
body.theme-light .mission-builder-remove-leg:hover,
body.theme-light .mvEditRemove:hover {
  border-color: #B3F000;
  color: #111111;
  background: #F6F9E8;
}

body.theme-light .mission-builder-tail-value,
body.theme-light .mission-builder-aircraft-meta,
body.theme-light .mission-builder-helper,
body.theme-light .mission-builder-helper-text,
body.theme-light .mission-builder-summary-label,
body.theme-light .mission-builder-stat-label,
body.theme-light .mission-builder-legs-table th,
body.theme-light .route_panel_caption,
body.theme-light .route_leg_names,
body.theme-light .route_leg_time,
body.theme-light .route_leg_chip_empty,
body.theme-light .mvEditModal__sub,
body.theme-light .mv_ebc_msg,
body.theme-light .mission-detail-summary-meta span,
body.theme-light .mission-detail-leg-meta span,
body.theme-light .mission-detail-leg-airports,
body.theme-light .form-label {
  color: #66707D;
}

body.theme-light .mission-builder-divider span {
  background: #FFFFFF;
  color: #66707D;
}

body.theme-light .mission-builder-divider::before,
body.theme-light .mission-builder-legs-table th,
body.theme-light .mission-builder-legs-table td {
  border-color: rgba(17, 24, 39, 0.08);
}

body.theme-light .mission-builder-suggest-item:hover,
body.theme-light .mission-builder-suggest-item.is-state:hover {
  background: #F2F5F8;
}

body.theme-light .route_map {
  background: #EAEFF4;
  border-color: #D8DDE4;
}

body.theme-light .route_grid_line,
body.theme-light .route_empty_graticule {
  stroke: rgba(17, 24, 39, 0.08);
}

body.theme-light .route_map_backdrop {
  fill: #F5F7FA;
}

body.theme-light .form-input,
body.theme-light .start_signup_input_box {
  background: #FFFFFF;
  border-color: #D8DDE4;
  color: #17202B;
}

/* Light mode surface cleanup */
body.theme-light .carbon_mission_record_search,
body.theme-light .route_leg_chip,
body.theme-light .mission-builder-aircraft-preview,
body.theme-light .mission-builder-aircraft-media,
body.theme-light .mission-builder-stat,
body.theme-light .mission-builder-summary > div,
body.theme-light .breadcrumb-item,
body.theme-light .lockedBadge,
body.theme-light .form-preview,
body.theme-light .mvEditMsg,
body.theme-light .mission_error_box {
  background: #FFFFFF;
  border-color: #D8DDE4;
  color: #17202B;
  box-shadow: none;
}

body.theme-light .mission-builder-card-route,
body.theme-light .mission-builder-tail-panel,
body.theme-light .route_panel_inner {
  background: #F8FAFC;
  border-color: #D8DDE4;
  color: #17202B;
}

body.theme-light .carbon_mission_record_search:hover,
body.theme-light .route_leg_chip:hover {
  background: #F2F5F8;
}

body.theme-light .carbon_mission_record_item_search,
body.theme-light .mission-builder-tail-value,
body.theme-light .mission-builder-stat-label,
body.theme-light .mission-builder-summary-label,
body.theme-light .breadcrumb-item,
body.theme-light .lockedBadge,
body.theme-light .mvEditMsg,
body.theme-light .mission_error_box,
body.theme-light .route_leg_names,
body.theme-light .route_leg_time,
body.theme-light .mission-builder-legs-table th,
body.theme-light .mission-builder-legs-table td,
body.theme-light .mission-builder-aircraft-meta,
body.theme-light .mission-builder-helper-text,
body.theme-light .mission-builder-suggest-item span {
  color: #66707D;
}

body.theme-light .carbon_mission_record_item_search.is-view,
body.theme-light .mission-builder-stat strong,
body.theme-light .mission-builder-summary strong,
body.theme-light .route_leg_codes,
body.theme-light .mission-builder-tail-value strong,
body.theme-light .mission-builder-aircraft-name {
  color: #17202B;
}

body.theme-light .carbon_mission_record_route,
body.theme-light .mission-builder-close,
body.theme-light .mission-builder-remove-leg,
body.theme-light .mvEditRemove {
  background: #B3F000;
  border-color: #B3F000;
  color: #111111;
}

body.theme-light .carbon_mission_record_route:hover,
body.theme-light .carbon_mission_record_route.is-open,
body.theme-light .mission-builder-close:hover,
body.theme-light .mission-builder-remove-leg:hover,
body.theme-light .mvEditRemove:hover {
  background: #C4FA21;
  border-color: #C4FA21;
  color: #111111;
}

body.theme-light .carbon_mission_record_route .route-icon-light {
  display: none;
}

body.theme-light .carbon_mission_record_route .route-icon-dark {
  display: block;
}

body.theme-light .aircraft-card,
body.theme-light .aircraft-empty,
body.theme-light .aircraft-compare-card,
body.theme-light .aircraft-modal-panel {
  background: #FFFFFF;
  border-color: #D8DDE4;
  color: #17202B;
  box-shadow: none;
}

body.theme-light .aircraft-media,
body.theme-light .aircraft-spec-grid div,
body.theme-light .aircraft-compare-image,
body.theme-light .aircraft-compare-stats div,
body.theme-light .aircraft-cost-card {
  background: #F8FAFC;
  border-color: #D8DDE4;
}

body.theme-light .aircraft-model,
body.theme-light .aircraft-spec-grid strong,
body.theme-light .aircraft-modal-copy {
  color: #17202B;
}

body.theme-light .aircraft-display-name,
body.theme-light .aircraft-spec-grid span,
body.theme-light .aircraft-card-foot span,
body.theme-light .aircraft-range-meta,
body.theme-light .aircraft-range-meta strong,
body.theme-light .aircraft-compare-stats span,
body.theme-light .aircraft-cost-card span,
body.theme-light .aircraft-cost-card small,
body.theme-light .aircraft-donut-label span {
  color: #66707D;
}

body.theme-light .aircraft-range-meta strong,
body.theme-light .aircraft-remove-button {
  background: #FFFFFF;
  border-color: #D8DDE4;
  color: #17202B;
}

body.theme-light .aircraft-remove-button:hover {
  border-color: rgba(179,240,0,0.8);
}

@media (prefers-reduced-motion: reduce) {
  .login-entry-card::before,
  .login-entry-card::after,
  .login-landing-title::after {
    display: none;
  }

  .login-entry-link,
  .login-entry-icon,
  .login-entry-icon img {
    transition: none;
    animation: none !important;
  }

  .login-entry-link:hover,
  .login-entry-link:focus {
    transform: none;
  }

  .login-landing-title.is-flashing {
    text-shadow: none;
  }

  .login-landing-body .login-entry-card,
  .login-landing-body .login-landing-title-wrap,
  .login-mobile-start {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }

  .login-mobile-start {
    transform: translate(-50%, -50%);
  }

  .public-records-body:not(.api-docs-body) .public-records-dashboard > .public-records-panel,
  .public-records-body:not(.api-docs-body) .public-charger-progress,
  .public-records-body:not(.api-docs-body) .public-records-bottom > .public-records-section-head,
  .public-records-body:not(.api-docs-body) .public-record-card,
  .public-records-body:not(.api-docs-body) .public-records-pagination,
  .public-records-body:not(.api-docs-body) .public-line,
  .public-records-body:not(.api-docs-body) .public-pie {
    opacity: 1;
    transform: none;
    filter: none;
    stroke-dashoffset: 0;
    animation: none !important;
  }

  .api-docs-body .api-docs-nav,
  .api-docs-body .api-docs-hero,
  .api-docs-body .api-docs-section,
  .api-docs-body .api-docs-example-card,
  .api-test-dialog {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }
}

/* Shared search treatment across public pages, API docs, and the server app. */
.carbon_search_bar,
.public-records-search,
.certificate-public-search-row .start_signup_input_box,
.api-aircraft-search input,
input[type="search"] {
  border: 1px solid rgba(179,240,0,0.34);
  color: #FFFFFF;
  background: #000000;
  color-scheme: dark;
  box-shadow: none;
}

.carbon_search_bar:focus,
.carbon_search_bar:focus-visible,
.public-records-search:focus,
.public-records-search:focus-visible,
.certificate-public-search-row .start_signup_input_box:focus,
.certificate-public-search-row .start_signup_input_box:focus-visible,
.api-aircraft-search input:focus,
.api-aircraft-search input:focus-visible,
input[type="search"]:focus,
input[type="search"]:focus-visible {
  border-color: #B3F000;
  box-shadow: 0 0 0 3px rgba(179,240,0,0.14);
  outline: none;
}

.carbon_search_bar::placeholder,
.public-records-search::placeholder,
.certificate-public-search-row .start_signup_input_box::placeholder,
.api-aircraft-search input::placeholder,
input[type="search"]::placeholder {
  color: #7F8A96;
}

.carbon_search_icon {
  border-color: rgba(179,240,0,0.24);
  background: #000000;
}

.carbon_search_suggestions,
.login-search-results,
.public-search-page-results,
.api-aircraft-table-wrap,
.api-test-dialog,
.api-docs-nav,
.api-docs-examples,
.certificate-map-detail-card,
.public-map-detail-card,
html,
body {
  scrollbar-width: thin;
  scrollbar-color: #B3F000 #000000;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.carbon_search_suggestions::-webkit-scrollbar,
.login-search-results::-webkit-scrollbar,
.public-search-page-results::-webkit-scrollbar,
.api-aircraft-table-wrap::-webkit-scrollbar,
.api-test-dialog::-webkit-scrollbar,
.api-docs-nav::-webkit-scrollbar,
.api-docs-examples::-webkit-scrollbar,
.certificate-map-detail-card::-webkit-scrollbar,
.public-map-detail-card::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.carbon_search_suggestions::-webkit-scrollbar-track,
.login-search-results::-webkit-scrollbar-track,
.public-search-page-results::-webkit-scrollbar-track,
.api-aircraft-table-wrap::-webkit-scrollbar-track,
.api-test-dialog::-webkit-scrollbar-track,
.api-docs-nav::-webkit-scrollbar-track,
.api-docs-examples::-webkit-scrollbar-track,
.certificate-map-detail-card::-webkit-scrollbar-track,
.public-map-detail-card::-webkit-scrollbar-track {
  border-radius: 0;
  background: #000000;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.carbon_search_suggestions::-webkit-scrollbar-thumb,
.login-search-results::-webkit-scrollbar-thumb,
.public-search-page-results::-webkit-scrollbar-thumb,
.api-aircraft-table-wrap::-webkit-scrollbar-thumb,
.api-test-dialog::-webkit-scrollbar-thumb,
.api-docs-nav::-webkit-scrollbar-thumb,
.api-docs-examples::-webkit-scrollbar-thumb,
.certificate-map-detail-card::-webkit-scrollbar-thumb,
.public-map-detail-card::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0;
  background: #B3F000;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button,
.carbon_search_suggestions::-webkit-scrollbar-button,
.login-search-results::-webkit-scrollbar-button,
.public-search-page-results::-webkit-scrollbar-button,
.api-aircraft-table-wrap::-webkit-scrollbar-button,
.api-test-dialog::-webkit-scrollbar-button,
.api-docs-nav::-webkit-scrollbar-button,
.api-docs-examples::-webkit-scrollbar-button,
.certificate-map-detail-card::-webkit-scrollbar-button,
.public-map-detail-card::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
