:root {
  font-family: Inter, Arial, sans-serif;
  color: #e9edef;
  background: #101214;
  font-synthesis: none;
  --muted: #8b9197;
  --border: #2a2e32;
  --lime: #d4f77d;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
.shell {
  display: grid;
  grid-template-columns: 232px 1fr;
  min-height: 100vh;
}
aside {
  padding: 32px 22px;
  border-right: 1px solid var(--border);
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #111416;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}
.brandmark {
  display: grid;
  place-items: center;
  background: var(--lime);
  color: #111;
  border-radius: 9px;
  width: 33px;
  height: 33px;
  position: relative;
  font-size: 23px;
}
.brandmark span {
  font-size: 13px;
  position: absolute;
  right: 3px;
  top: 2px;
}
.beta {
  font-size: 8px;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 3px;
  letter-spacing: 1px;
}
.side-label {
  font-size: 10px;
  letter-spacing: 1.6px;
  color: #71787e;
  margin: 55px 12px 16px;
}
.nav {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 13px;
  padding: 14px 12px;
  color: #959ba0;
  border-radius: 7px;
  margin-bottom: 8px;
}
.nav.active {
  background: #242b20;
  color: var(--lime);
}
.nav-count {
  margin-left: auto;
  font-size: 10px;
}
.side-bottom {
  margin-top: auto;
  padding: 12px 5px;
}
.connection {
  font-size: 11px;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  margin-right: 7px;
  box-shadow: 0 0 8px #d4f73322;
}
.dot.amber {
  background: #e8bc73;
}
.side-bottom p {
  font-size: 11px;
  line-height: 1.8;
  color: #747c83;
  margin: 20px 0;
}
.version {
  font-size: 9px;
  letter-spacing: 2px;
  color: #555f67;
}
main {
  max-width: 1450px;
  width: 100%;
  margin: auto;
  padding: 0 44px;
}
header {
  height: 80px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}
.breadcrumb {
  color: #b3b8bb;
}
.breadcrumb span {
  color: #525b63;
  margin: 0 12px;
}
.mode {
  padding: 8px 11px;
  border: 1px solid #3b342a;
  border-radius: 5px;
  color: #d0b893;
  font-size: 10px;
}
.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 0 35px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--lime);
  margin-bottom: 18px;
}
h1 {
  font-size: clamp(35px, 4vw, 57px);
  line-height: 1.04;
  letter-spacing: -2.7px;
  margin: 0 0 18px;
  font-weight: 550;
}
h1 span {
  color: var(--lime);
}
.intro p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.intro-note {
  padding: 14px 0 14px 28px;
  border-left: 1px solid #343d29;
}
.note-icon {
  display: block;
  font-size: 29px;
  color: var(--lime);
  margin-bottom: 14px;
}
.intro-note strong {
  font-size: 12px;
  font-weight: 500;
}
.intro-note p {
  font-size: 11px;
  margin-top: 7px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #171a1d;
  margin-bottom: 26px;
  padding: 20px 0;
}
.metrics > div {
  padding: 0 21px;
  border-right: 1px solid var(--border);
}
.metrics > div:last-child {
  border: 0;
}
.metrics span {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-bottom: 10px;
}
.metrics strong {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
small {
  font-size: 8px;
  font-weight: 400;
}
.metrics small {
  color: var(--lime);
  background: #293024;
  padding: 3px 5px;
  border-radius: 3px;
}
.metrics small.soft {
  color: #d5b986;
  background: #342c21;
}
.workspace-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.3fr);
  gap: 22px;
}
.panel {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #171a1d;
  padding: 23px;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.panel-heading > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.step-num {
  font-size: 10px;
  border: 1px solid #3b4247;
  border-radius: 5px;
  padding: 5px;
  color: #b9c1c6;
}
h2 {
  font-size: 14px;
  font-weight: 550;
  margin: 0;
}
.muted {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 1px;
}
label {
  display: block;
  font-size: 11px;
  color: #b5bbc0;
  margin-bottom: 9px;
}
input,
select {
  border: 1px solid #363b41;
  border-radius: 6px;
  background: #111416;
  color: #e5e9ec;
  padding: 12px;
  width: 100%;
  font-size: 12px;
}
select {
  margin-bottom: 22px;
}
.money-input {
  position: relative;
}
.money-input span {
  position: absolute;
  right: 14px;
  top: 15px;
  color: #90979c;
  font-size: 11px;
}
.money-input input {
  font-size: 20px;
  padding-right: 65px;
}
.hint {
  font-size: 10px;
  color: #8f969d;
  line-height: 1.6;
  margin: 9px 0 18px;
}
.mission-copy {
  background: #202528;
  border: 1px solid #30363c;
  border-radius: 7px;
  padding: 16px;
  font-size: 12px;
  line-height: 1.8;
  color: #c2c9cc;
  margin: 21px 0;
}
.check {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
  font-size: 10px;
  margin: 18px 0;
  color: #aab2b8;
}
.check input {
  width: 14px;
  height: 14px;
  accent-color: var(--lime);
  flex-shrink: 0;
}
.primary {
  width: 100%;
  background: var(--lime);
  color: #19200f;
  border: 0;
  border-radius: 6px;
  padding: 13px 15px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.primary:hover {
  background: #e0ff9e;
}
.primary:disabled {
  opacity: 0.5;
  cursor: wait;
}
.footnote {
  font-size: 9px;
  text-align: center;
  color: #81898f;
  margin: 12px 0 0;
}
.status {
  font-size: 9px;
  border: 1px solid #3c444a;
  padding: 6px 8px;
  border-radius: 4px;
  color: #b8c0c6;
  letter-spacing: 0.8px;
}
.status.success {
  color: var(--lime);
  border-color: #4b6130;
  background: #252f1d;
}
.status.unknown {
  color: #efc07b;
  border-color: #604926;
  background: #2e261c;
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  text-align: center;
}
.orbit {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid #3f4b32;
  border-radius: 50%;
  box-shadow:
    0 0 0 14px #1b2119,
    0 0 0 15px #252c22;
  color: var(--lime);
  font-size: 33px;
  margin-bottom: 27px;
}
.empty h3 {
  font-size: 15px;
  font-weight: 500;
}
.empty p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.empty-steps {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  font-size: 10px;
  color: #a9b1b6;
}
.empty-steps i {
  color: #59624b;
}
.run-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.run-top h3 {
  font-size: 20px;
  margin: 7px 0 20px;
  letter-spacing: -0.5px;
}
.run-top code {
  font-size: 10px;
  color: #8c979f;
}
.preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #30363b;
  border: 1px solid #30363b;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.preview-grid > div {
  background: #13171a;
  padding: 13px;
}
.preview-grid span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 7px;
}
.preview-grid strong {
  font-size: 13px;
  font-weight: 500;
}
#approval-help {
  color: var(--lime);
  font-family: monospace;
}
.interruption {
  background: #23251e;
  padding: 12px;
  border-radius: 6px;
}
.interruption small {
  display: block;
  color: #959e91;
  margin-top: 4px;
  line-height: 1.6;
}
.recovery-note {
  border: 1px solid #614b2a;
  background: #2b251d;
  padding: 16px;
  border-radius: 6px;
}
.recovery-note strong {
  font-size: 13px;
  color: #f0c887;
}
.recovery-note p {
  font-size: 11px;
  color: #c7b598;
  line-height: 1.6;
  margin-bottom: 0;
}
.timeline-label {
  margin-top: 25px;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #7f898f;
}
.timeline {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.timeline li {
  position: relative;
  padding: 0 0 17px 20px;
  border-left: 1px solid #3a4540;
  margin-left: 4px;
  font-size: 11px;
  line-height: 1.6;
  color: #aeb7bd;
}
.timeline li:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7c9264;
}
.timeline li:last-child {
  padding-bottom: 0;
  border-color: transparent;
}
.timeline time {
  display: block;
  font-size: 9px;
  color: #727e87;
}
.receipt-success {
  background: #242f1d;
  border: 1px solid #4a6430;
  border-radius: 7px;
  padding: 17px;
}
.receipt-success h3 {
  color: var(--lime);
  font-size: 17px;
  margin: 0 0 8px;
}
.receipt-success p {
  font-size: 11px;
  line-height: 1.7;
  color: #bccbab;
}
.receipt-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-top: 12px;
}
.receipt-row b {
  color: var(--lime);
  font-weight: 500;
}
.text-button {
  background: transparent;
  color: var(--lime);
  border: 0;
  font-size: 11px;
  padding: 4px;
}
.receipt-success button {
  margin-top: 16px;
  padding-left: 0;
}
.history {
  margin-top: 23px;
}
.history .panel-heading {
  margin-bottom: 12px;
}
.history-list {
  font-size: 11px;
  color: #8d989f;
}
.history-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #282f34;
  gap: 10px;
}
.history-row button {
  text-align: left;
}
.history-row code {
  font-size: 10px;
}
.integration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  gap: 35px;
}
.integration h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
}
.integration .eyebrow {
  font-size: 9px;
  margin-bottom: 12px;
}
.integration p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.tool-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.tool-pills code {
  font-size: 10px;
  padding: 11px;
  background: #1d2226;
  border: 1px solid #333c42;
  border-radius: 5px;
  color: #bbc6ce;
}
footer {
  padding: 22px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #7f898f;
  font-size: 10px;
  margin-bottom: 10px;
}
.error {
  background: #362424;
  border: 1px solid #754141;
  color: #f2b9b9;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 20px;
  font-size: 12px;
}
.market-card {
  border-top: 1px solid #30383d;
  margin-top: 20px;
  padding-top: 16px;
  font-size: 11px;
  line-height: 1.9;
  color: #9da8b0;
}
.market-card strong {
  color: #e4ebe7;
}
.market-card .source-label {
  font-size: 9px;
  color: var(--lime);
}
@media (min-width: 1500px) {
  main {
    padding: 0 60px;
  }
}
@media (max-width: 1050px) {
  .shell {
    grid-template-columns: 180px 1fr;
  }
  aside {
    padding: 25px 14px;
  }
  main {
    padding: 0 24px;
  }
  .brand {
    font-size: 19px;
  }
  .intro-note {
    display: none;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .workspace-grid {
    grid-template-columns: 1fr;
  }
  .integration {
    align-items: flex-start;
    flex-direction: column;
  }
  .empty {
    min-height: 230px;
  }
}
@media (max-width: 620px) {
  .shell {
    display: block;
  }
  aside {
    height: auto;
    position: static;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  aside .nav,
  aside .side-label,
  .side-bottom {
    display: none;
  }
  main {
    padding: 0 17px;
  }
  header {
    height: 65px;
    gap: 8px;
  }
  .breadcrumb {
    font-size: 9px;
  }
  .mode {
    font-size: 8px;
  }
  .intro {
    padding: 30px 0;
  }
  h1 {
    font-size: 43px;
  }
  .metrics > div {
    padding: 0 13px;
  }
  .panel {
    padding: 18px;
  }
  .history-row {
    grid-template-columns: 1fr 1fr;
  }
  .run-top code {
    font-size: 8px;
  }
  .integration {
    padding: 30px 0;
  }
  footer {
    flex-wrap: wrap;
  }
  .tool-pills {
    width: 100%;
  }
}
