@import url("/base.css");
:root {
  font-family:
    Inter,
    Segoe UI,
    Arial,
    sans-serif;
  color: #202d3b;
  background: #f5f6f8;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button {
  border: 0;
  border-radius: 8px;
  background: #183d39;
  color: white;
  padding: 11px 16px;
  cursor: pointer;
  font-weight: 600;
}
button:hover {
  filter: brightness(1.12);
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
input,
select {
  border: 1px solid #d7dde2;
  border-radius: 7px;
  background: white;
  padding: 10px 12px;
  color: #24323f;
}
label {
  display: grid;
  gap: 8px;
  font-size: 15px;
}
p {
  color: #53647b;
  line-height: 1.6;
}
h1 {
  font-size: 32px;
  letter-spacing: -1.2px;
  margin: 10px 0;
}
h2 {
  font-size: 17px;
  margin: 0;
}
small,
.muted {
  color: #53647b;
  font-size: 15px;
}
.eyebrow {
  font-size: 14px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #70827f;
}
#login {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  padding: 24px;
  place-items: center;
  background: #eef2f1;
}
.login-card {
  display: grid;
  gap: 14px;
  width: min(360px, 100%);
}
.login-card input,
.login-card button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  font-size: 16px;
}
.login-card input::placeholder {
  color: #61716b;
  opacity: 1;
}
#login-error {
  margin: 0;
  color: #ae4c4c;
}
#login-error:empty {
  display: none;
}
#shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}
aside {
  background: #152e2c;
  color: #dde9e4;
  padding: 36px 22px;
  position: fixed;
  width: 240px;
  height: 100vh;
}
.wordmark {
  font-size: 27px;
  font-weight: 750;
  letter-spacing: -1.3px;
  color: white;
  text-decoration: none;
}
.wordmark span {
  font-weight: 300;
  color: #a1c4b5;
}
.workspace {
  margin: 40px 0 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff14;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #89a69c;
}
.workspace b {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
  color: #e0e8e5;
  margin-top: 10px;
}
nav {
  display: grid;
  gap: 8px;
}
nav button {
  text-align: left;
  background: none;
  font-size: 15px;
  color: #a4bab1;
  font-weight: 500;
}
nav button.selected {
  background: #ffffff10;
  color: #e6f1e9;
  border: 1px solid #ffffff10;
}
.aside-bottom {
  position: absolute;
  bottom: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 2.6;
}
.aside-bottom small {
  font-size: 14px;
  letter-spacing: 0;
  color: #91a59d;
}
.aside-bottom button {
  display: block;
  background: none;
  color: #b4c6bf;
  padding: 10px 0;
  font-size: 15px;
}
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a0cfa3;
  display: inline-block;
  margin-right: 6px;
}
main {
  grid-column: 2;
  padding: 0 42px;
}
header {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e6e8;
  font-size: 14px;
  color: #7d8892;
}
header > div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.badge {
  padding: 5px 8px;
  border-radius: 5px;
  background: #e6ede9;
  color: #3f6953;
  font-size: 14px;
  font-weight: 700;
}
.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 25px;
}
.page-head p {
  font-size: 15px;
  margin: 7px 0;
}
.secondary {
  background: white;
  color: #52616a;
  border: 1px solid #dce2e6;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.metrics article {
  background: white;
  border: 1px solid #e2e6e8;
  border-radius: 10px;
  padding: 23px;
}
.metrics span {
  display: block;
  font-size: 15px;
  color: #74808b;
}
.metrics strong {
  display: block;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 18px 0 14px;
}
.metrics small {
  font-size: 14px;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 20px;
  margin: 24px 0;
}
.panel {
  background: white;
  border: 1px solid #e2e6e8;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 22px;
}
.overview-grid .panel {
  margin: 0;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.receiver {
  background: #edf2ed;
  border-color: #dce5da;
  position: relative;
  min-height: 286px;
}
.node-symbol {
  font-size: 34px;
  margin: 25px 0 14px;
  color: #4d7860;
}
.receiver h2 {
  font-size: 23px;
}
.receiver p {
  font-size: 15px;
}
.receiver-footer {
  border-top: 1px solid #d6e0d6;
  padding-top: 15px;
  font-size: 14px;
  color: #728875;
  margin-top: 25px;
}
#chart {
  height: 180px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  border-bottom: 1px solid #dce4e0;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 44px,
    #f1f3f2 44px,
    #f1f3f2 45px
  );
}
.bar {
  flex: 1;
  background: #7b9c85;
  border-radius: 3px 3px 0 0;
  min-height: 3px;
}
.chart-axis {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #94a098;
  padding-top: 12px;
}
.summary-row {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #edf0f2;
}
.summary-row b {
  font-size: 15px;
  flex: 1;
}
.pill {
  font-size: 14px;
  border-radius: 20px;
  padding: 5px 9px;
  background: #edf4ef;
  color: #4a785a;
}
.pill.offline,
.pill.failed,
.pill.blocked {
  background: #f9eded;
  color: #a05454;
}
.pill.pending,
.pill.creating,
.pill.processing {
  background: #faf3e4;
  color: #947535;
}
.table-wrap {
  overflow: auto;
  padding: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
th {
  background: #fafbfc;
  color: #8a949c;
  font-weight: 500;
  padding: 16px 20px;
  border-bottom: 1px solid #e4e8eb;
}
td {
  padding: 19px 20px;
  border-bottom: 1px solid #edf0f2;
}
td small {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
td button {
  font-size: 14px;
  padding: 7px 9px;
  margin-right: 5px;
}
td input {
  width: 95px;
  font-size: 14px;
  padding: 7px;
}
td select {
  font-size: 14px;
  padding: 7px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-grid small {
  grid-column: 1/-1;
}
.log-row {
  padding: 20px 0;
  border-bottom: 1px solid #edf0f2;
  font-size: 15px;
}
.log-row time {
  color: #8e99a2;
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
}
.log-row code {
  display: block;
  color: #75818a;
  font-size: 14px;
  margin-top: 7px;
  overflow-wrap: anywhere;
}
pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  color: #576773;
}
#notice {
  position: sticky;
  top: 10px;
  z-index: 10;
  padding: 12px 18px;
  background: #fff4df;
  border: 1px solid #ebd7a9;
  border-radius: 7px;
  font-size: 15px;
}
footer {
  display: flex;
  justify-content: space-between;
  color: #9aa3aa;
  font-size: 14px;
  border-top: 1px solid #e3e7ea;
  padding: 23px 0;
  margin-top: 35px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1000px) {
  aside {
    width: 190px;
  }
  #shell {
    grid-template-columns: 190px 1fr;
  }
  main {
    padding: 0 24px;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .overview-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  aside {
    position: static;
    width: auto;
    height: auto;
    padding: 20px;
  }
  #shell {
    display: block;
  }
  .workspace,
  .aside-bottom {
    display: none;
  }
  nav {
    display: flex;
    overflow: auto;
    margin-top: 18px;
  }
  nav button {
    white-space: nowrap;
  }
  .wordmark {
    font-size: 23px;
  }
  header {
    height: 60px;
  }
  .page-head {
    align-items: flex-start;
    gap: 15px;
  }
  h1 {
    font-size: 26px;
  }
  .metrics {
    gap: 10px;
  }
  .metrics article {
    padding: 18px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .page-head input {
    max-width: 150px;
  }
}
