:root {
  font-family:
    Inter,
    Geist,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #18181b;
  background: #fafafa;
  font-synthesis: none;
  font-size: 14px;
  line-height: 1.55;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea,
select {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #e40066;
  outline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 32px;
  line-height: 1.22;
  letter-spacing: -1.25px;
  font-weight: 600;
}
h2 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
h3 {
  font-size: 15px;
  font-weight: 600;
}
small,
.muted {
  color: #71717a;
}
.skip {
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 20;
  background: #18181b;
  color: white;
  padding: 10px;
}
.skip:focus {
  top: 10px;
}
.site-header {
  height: 78px;
  border-bottom: 1px solid #e4e4e7;
  background: white;
  display: flex;
  align-items: center;
  padding: 0 5%;
  gap: 30px;
}
.wordmark {
  font-weight: 850;
  letter-spacing: -1.8px;
  font-size: 29px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.brand-dot {
  background: #f40076;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 12px;
}
.workspace-label {
  font-size: 12px;
  color: #a1a1aa;
}
.quiet-link {
  color: #71717a;
  font-size: 12px;
}
.site-header > .quiet-link {
  margin-left: auto;
}
.workspace {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  max-width: 1220px;
  margin: auto;
  min-height: calc(100vh - 160px);
  padding: 48px 28px 72px;
  gap: 54px;
}
.side-nav {
  padding-top: 8px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #a1a1aa;
  font-weight: 650;
  margin-bottom: 18px;
}
.side-nav > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 13px;
  margin-bottom: 5px;
  border-radius: 7px;
  font-size: 13px;
  color: #71717a;
}
.side-nav > a:hover {
  background: #f4f4f5;
  color: #18181b;
}
.side-nav > a[aria-current="page"] {
  background: #ededf0;
  color: #18181b;
  font-weight: 550;
}
.side-nav > a > span {
  color: #a1a1aa;
}
.side-note {
  margin: 55px 13px 0;
  color: #71717a;
  font-size: 11px;
}
.side-note p {
  font-size: 11px;
  margin-top: 9px;
  color: #a1a1aa;
  line-height: 1.7;
}
.status-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #a1a1aa;
  border-radius: 50%;
  margin-right: 7px;
}
main {
  min-width: 0;
  max-width: 850px;
}
main > h1 {
  margin-bottom: 10px;
}
main > .intro {
  max-width: 520px;
  color: #71717a;
  font-size: 14px;
  margin-bottom: 30px;
}
.card {
  background: white;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 25px;
}
.card + .card {
  margin-top: 15px;
}
.card h2 + p,
.card h3 + p {
  color: #71717a;
  margin-top: 8px;
}
.signin {
  max-width: 470px;
  margin: 42px 0;
}
.signin .eyebrow {
  color: #e40066;
}
.signin h2 {
  font-size: 26px;
  letter-spacing: -0.8px;
}
.signin .actions {
  flex-direction: column;
  margin-top: 27px;
}
.signin small {
  display: block;
  line-height: 1.7;
  margin-top: 19px;
  font-size: 11px;
}
.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #e4e4e7;
  background: white;
  border-radius: 6px;
  padding: 8px 15px;
  color: #18181b;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.button:hover:not(:disabled) {
  background: #f4f4f5;
}
.button.primary {
  background: #18181b;
  color: white;
  border-color: #18181b;
}
.button.primary:hover:not(:disabled) {
  background: #3f3f46;
}
.button.ghost {
  border-color: transparent;
  background: transparent;
  color: #71717a;
}
.button.small {
  min-height: 32px;
  padding: 5px 11px;
  font-size: 11px;
}
.provider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f2;
  padding: 17px 0;
  gap: 15px;
}
.provider:last-child {
  border-bottom: 0;
}
.provider p {
  font-size: 12px;
  color: #71717a;
  margin-top: 3px;
}
.badge {
  display: inline-block;
  color: #71717a;
  font-size: 10px;
  padding: 3px 7px;
  border: 1px solid #e4e4e7;
  border-radius: 4px;
  white-space: nowrap;
}
.badge.ink {
  background: #f4f4f5;
  color: #3f3f46;
}
.empty {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.empty .glyph {
  font-size: 30px;
  color: #d4d4d8;
  line-height: 1;
  margin-bottom: 20px;
}
.empty p {
  max-width: 430px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 28px 0 14px;
}
.section-head h2 {
  font-size: 15px;
}
.market-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 11px;
  color: #71717a;
}
.market-title {
  font-size: 18px;
  letter-spacing: -0.4px;
}
.market-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #71717a;
  font-size: 12px;
  margin-top: 20px;
}
.market-info strong {
  color: #27272a;
  font-weight: 600;
}
.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 25px 0;
}
.stat .number {
  font-size: 32px;
  letter-spacing: -1.1px;
  line-height: 1.4;
}
.stat small {
  font-size: 11px;
}
.subtle {
  padding: 14px 17px;
  background: #f4f4f5;
  border-radius: 7px;
  font-size: 12px;
  color: #71717a;
  margin: 18px 0;
}
.task {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.task p {
  font-size: 12px;
  max-width: 470px;
}
.task small {
  display: block;
  margin-top: 7px;
}
.receipt {
  padding: 17px 0;
  border-top: 1px solid #e4e4e7;
}
.receipt-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.receipt p {
  font-size: 12px;
  color: #71717a;
  margin-top: 7px;
}
.receipt code {
  font-size: 10px;
  color: #a1a1aa;
  word-break: break-all;
}
.source {
  border-left: 2px solid #e4e4e7;
  padding-left: 15px;
  margin: 20px 0;
  color: #71717a;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.chart-empty {
  height: 190px;
  margin: 25px 0;
  border: 1px dashed #e4e4e7;
  border-radius: 8px;
  background: linear-gradient(#fff, #fafafa);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #a1a1aa;
}
.chart-empty strong {
  font-size: 12px;
  color: #71717a;
  font-weight: 500;
}
.details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 25px 0;
}
.details dt {
  font-size: 11px;
  color: #a1a1aa;
}
.details dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}
.rules {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #52525b;
}
.notice {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #18181b;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 12px;
  max-width: 90vw;
  box-shadow: 0 8px 30px #0002;
}
.notice[hidden] {
  display: none;
}
.notice.error {
  background: #9f1239;
}
dialog {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 28px;
  max-width: 570px;
  width: calc(100% - 32px);
  max-height: 85dvh;
  box-shadow: 0 25px 90px #0002;
}
dialog::backdrop {
  background: #18181b55;
}
dialog h2 {
  margin-bottom: 8px;
}
dialog .intro {
  font-size: 12px;
  color: #71717a;
  margin-bottom: 20px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
}
input,
textarea,
select {
  border: 1px solid #d4d4d8;
  border-radius: 6px;
  padding: 10px 11px;
  background: white;
  color: #18181b;
  min-width: 0;
  width: 100%;
  font-size: 14px;
}
textarea {
  resize: vertical;
  min-height: 90px;
  line-height: 1.6;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-error {
  font-size: 12px;
  color: #be123c;
}
.loading {
  padding: 30px 0;
  color: #a1a1aa;
}
footer {
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 28px;
  border-top: 1px solid #e4e4e7;
  color: #a1a1aa;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.break {
  overflow-wrap: anywhere;
}
@media (max-width: 800px) {
  .workspace {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
    padding-top: 30px;
  }
  .workspace-label {
    display: none;
  }
  .side-note {
    margin-top: 35px;
  }
  .signin {
    margin-top: 25px;
  }
  .card {
    padding: 21px;
  }
}
@media (max-width: 600px) {
  .site-header {
    height: 64px;
    padding: 0 22px;
  }
  .workspace {
    display: block;
    padding: 18px 20px 42px;
  }
  .side-nav {
    display: flex;
    gap: 3px;
    border-bottom: 1px solid #e4e4e7;
    margin: 0 0 28px;
    padding: 0 0 13px;
    overflow-x: auto;
  }
  .side-nav > .eyebrow,
  .side-note,
  .side-nav > a > span {
    display: none;
  }
  .side-nav > a {
    padding: 9px 10px;
    margin: 0;
    font-size: 11px;
    white-space: nowrap;
  }
  .signin {
    max-width: none;
    margin-top: 25px;
  }
  h1 {
    font-size: 27px;
  }
  .card {
    padding: 20px;
  }
  .task {
    gap: 12px;
  }
  .market-title {
    font-size: 17px;
  }
  .stats {
    gap: 10px;
  }
  .stat .number {
    font-size: 27px;
  }
  .section-head {
    flex-wrap: wrap;
  }
  .details {
    font-size: 12px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .workspace > main > .intro {
    font-size: 13px;
  }
  footer {
    margin: 0 20px;
    padding: 17px 0;
  }
  dialog {
    padding: 22px;
  }
  .market-head {
    align-items: flex-start;
  }
  .badge {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
