:root {
  --paper: #f7f7f2;
  --white: #fff;
  --ink: #202421;
  --muted: #747a74;
  --line: #e3e6df;
  --blue: #294dde;
  --blue-soft: #eef1ff;
  --green: #3b7056;
  --green-soft: #edf5ee;
  --red: #a64038;
  --amber: #946a25;
  --radius: 12px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: var(--blue);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #98abff;
  outline-offset: 3px;
}
button {
  border: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1.1px;
  line-height: 1.25;
}
h2 {
  font-size: 19px;
  letter-spacing: -0.4px;
  font-weight: 550;
}
h3 {
  font-size: 15px;
  font-weight: 600;
}
p {
  line-height: 1.65;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.mono,
code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
}
.brand {
  font-size: 35px;
  font-weight: 650;
  letter-spacing: -2.4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.brand-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  margin-top: 17px;
}
.brand-sub {
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 7px;
}
.loading {
  min-height: 100vh;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--muted);
}
.icon {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 224px 1fr;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 224px;
  border-right: 1px solid var(--line);
  padding: 28px 20px 20px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  z-index: 2;
}
.brand-area {
  padding: 0 14px 33px;
}
.workspace-label {
  padding: 12px 14px 10px;
}
.nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.nav button,
.nav a {
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: left;
  color: #656d65;
  padding: 12px 14px;
  border-radius: 7px;
  background: transparent;
  text-decoration: none;
}
.nav button:hover,
.nav a:hover {
  background: #eceee8;
}
.nav button.active {
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 550;
}
.nav .count {
  margin-left: auto;
  font-size: 11px;
  background: #dce3ff;
  padding: 2px 6px;
  border-radius: 4px;
}
.sidebar-bottom {
  margin-top: auto;
}
.sidebar-help {
  border: 1px solid var(--line);
  padding: 15px;
  border-radius: 9px;
  margin: 30px 0 20px;
  background: #f0f2eb;
}
.sidebar-help p {
  font-size: 12px;
  margin: 6px 0 12px;
}
.sidebar-help a {
  font-size: 12px;
}
.account {
  display: flex;
  gap: 9px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.avatar {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #e2e7dc;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 650;
  flex: none;
}
.account-text {
  min-width: 0;
  flex: 1;
}
.account-email {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}
.account-role {
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px;
}
.icon-button {
  background: transparent;
  color: var(--muted);
  padding: 6px;
  display: grid;
  place-items: center;
  border-radius: 5px;
}
.icon-button:hover {
  background: #e9ece4;
}
.main {
  grid-column: 2;
  min-width: 0;
}
.topbar {
  height: 72px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px;
  color: var(--muted);
  font-size: 12px;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar .pill {
  font-size: 10px;
}
.topbar-right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6e9367;
}
.content {
  max-width: none;
  margin: auto;
  padding: 44px;
}
.page-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.page-head p {
  color: var(--muted);
  margin-top: 10px;
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 550;
  background: var(--blue);
  color: white;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.4;
}
.button:hover {
  background: #2040c8;
  text-decoration: none;
}
.button.secondary {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
}
.button.secondary:hover {
  background: #f0f2eb;
}
.button.small {
  padding: 7px 11px;
  font-size: 12px;
}
.button.danger {
  background: #fff3f1;
  border: 1px solid #ebd6d1;
  color: var(--red);
}
.text-button {
  background: transparent;
  color: var(--blue);
  padding: 5px 0;
  font-size: 12px;
}
.text-button:hover {
  text-decoration: underline;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 30px;
}
.stat {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.stat-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}
.stat-top .icon {
  color: #88927f;
}
.stat-value {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 450;
  margin-top: 18px;
  line-height: 1;
}
.stat-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.panel-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}
.panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.panel-title h2 {
  font-size: 15px;
  letter-spacing: 0;
}
.number-label {
  background: #f1f3ed;
  color: #737c6d;
  border-radius: 5px;
  padding: 3px 7px;
  font-size: 11px;
}
.search {
  position: relative;
}
.search .icon {
  position: absolute;
  left: 11px;
  top: 9px;
  width: 16px;
  color: #92988e;
}
.search input {
  padding: 8px 12px 8px 34px;
  width: 250px;
  font-size: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fafbf8;
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}
th {
  font-weight: 500;
  font-size: 11px;
  color: var(--muted);
  padding: 13px 24px;
  background: #fafbf8;
  border-bottom: 1px solid var(--line);
}
td {
  padding: 20px 24px;
  border-bottom: 1px solid #edf0e8;
  font-size: 12px;
}
tbody tr:last-child td {
  border-bottom: none;
}
tbody tr:hover {
  background: #fcfcf8;
}
.team-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-mark {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: #edf0e7;
  color: #697760;
  font-size: 12px;
  font-weight: 600;
}
.team-name {
  background: transparent;
  color: var(--ink);
  padding: 0;
  text-align: left;
  font-size: 13px;
  font-weight: 550;
}
.team-name:hover {
  color: var(--blue);
}
.cell-sub {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e4e8df;
  border-radius: 5px;
  padding: 4px 7px;
  color: #747e6e;
  font-size: 10px;
  background: #f6f8f2;
  text-transform: capitalize;
}
.pill::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: currentColor;
}
.pill.good {
  color: var(--green);
  background: var(--green-soft);
  border-color: #dae9dc;
}
.pill.pending {
  color: var(--amber);
  background: #fff9ec;
  border-color: #f1e5cb;
}
.pill.bad {
  color: var(--red);
  background: #fff1ee;
  border-color: #f0d7d1;
}
.pill.blue {
  color: var(--blue);
  background: var(--blue-soft);
  border-color: #dce3ff;
}
.panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.empty {
  padding: 65px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
}
.empty-symbol {
  background: #f0f3eb;
  border: 1px solid var(--line);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #879b76;
  margin-bottom: 4px;
}
.empty p {
  color: var(--muted);
  max-width: 360px;
  font-size: 13px;
}
.empty .button {
  margin-top: 8px;
}
.note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.7;
}
.note .icon {
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
.tabs {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  margin: 0 0 28px;
}
.tabs button {
  background: none;
  padding: 0 0 13px;
  font-size: 13px;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.tabs button.active {
  color: var(--blue);
  border-bottom-color: var(--blue);
}
.breadcrumb {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb button {
  padding: 0;
  color: var(--muted);
  background: none;
}
.breadcrumb button:hover {
  color: var(--blue);
}
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.card {
  padding: 25px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.card h2 {
  font-size: 16px;
  margin-bottom: 16px;
}
.details {
  display: grid;
  gap: 16px;
}
.detail {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.detail span:first-child {
  color: var(--muted);
  flex-shrink: 0;
}
.detail span:last-child {
  text-align: right;
}
.model {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.model:first-of-type {
  border-top: none;
}
.model h3 {
  font-size: 13px;
}
.model code {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 8px;
}
.banner {
  border: 1px solid #dbe2fa;
  background: var(--blue-soft);
  border-radius: 9px;
  padding: 17px 20px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.65;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.banner.error {
  border-color: #f0d7d1;
  background: #fff1ee;
  color: var(--red);
}
.refresh-label {
  font-size: 11px;
  color: var(--muted);
}
.auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.auth-art {
  background: #e9eddf;
  padding: 45px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.auth-art::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid #c3cdb7;
  border-radius: 50%;
  right: -180px;
  top: 140px;
  box-shadow:
    0 0 0 65px #e9eddf,
    0 0 0 66px #c3cdb7,
    0 0 0 131px #e9eddf,
    0 0 0 132px #c3cdb7;
  opacity: 0.6;
  pointer-events: none;
}
.auth-art .brand-area,
.auth-copy,
.auth-foot {
  position: relative;
  z-index: 1;
}
.auth-art .brand-area {
  padding: 0;
}
.auth-copy {
  max-width: 450px;
  margin: 80px 0;
}
.auth-copy h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 57px;
  line-height: 1.12;
  letter-spacing: -2.2px;
}
.auth-copy p {
  max-width: 330px;
  margin-top: 24px;
  color: #697360;
  font-size: 15px;
}
.auth-foot {
  font-size: 11px;
  color: #7a856f;
  display: flex;
  align-items: center;
  gap: 8px;
}
.auth-main {
  display: grid;
  place-items: center;
  padding: 60px 30px;
  background: #fcfcf8;
}
.auth-box {
  width: 100%;
  max-width: 360px;
}
.auth-box h1 {
  font-size: 28px;
  margin: 11px 0;
}
.auth-box > p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 30px;
}
.auth-box .button {
  width: 100%;
  padding: 12px;
}
.auth-box .subtext {
  font-size: 11px;
  color: var(--muted);
  margin-top: 22px;
  text-align: center;
  line-height: 1.65;
}
.divider {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #939a8b;
  font-size: 10px;
  margin: 24px 0;
}
.divider::before,
.divider::after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
form {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field label {
  font-size: 12px;
  font-weight: 550;
}
.field input,
.field select {
  width: 100%;
  border: 1px solid #dce1d5;
  border-radius: 7px;
  padding: 12px;
  background: white;
  color: var(--ink);
  min-width: 0;
}
.field input::placeholder {
  color: #a0a698;
}
.field small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}
.field input[readonly] {
  background: #f4f6ef;
  color: var(--muted);
}
.form-error {
  background: #fff1ee;
  color: var(--red);
  font-size: 12px;
  border-radius: 6px;
  padding: 10px;
  line-height: 1.6;
}
.form-error:empty {
  display: none;
}
.auth-link {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  display: block;
  margin-top: 20px;
}
dialog {
  border: 1px solid var(--line);
  padding: 0;
  border-radius: 15px;
  max-width: 540px;
  width: calc(100% - 32px);
  background: white;
  color: var(--ink);
  box-shadow: 0 24px 90px #19251225;
  max-height: 90vh;
}
dialog::backdrop {
  background: #1d271955;
  backdrop-filter: blur(3px);
}
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 0;
}
.modal-body {
  padding: 22px 28px 28px;
}
.modal-body > p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 22px;
}
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}
.share-box {
  background: #f6f8f1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  font-size: 12px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin-bottom: 20px;
}
.secret {
  font-family: monospace;
  font-size: 12px;
  background: var(--blue-soft);
  border: 1px solid #dce3ff;
  border-radius: 7px;
  padding: 16px;
  overflow-wrap: anywhere;
  user-select: all;
  margin-bottom: 20px;
}
.success-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  margin-bottom: 18px;
}
.modal-body .stats {
  gap: 10px;
  margin-bottom: 22px;
}
.modal-body .stat {
  padding: 15px;
}
.modal-body .stat-value {
  font-size: 24px;
}
.modal-body .stat-top {
  font-size: 10px;
}
#toast {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #253421;
  color: white;
  padding: 12px 20px;
  max-width: calc(100% - 30px);
  font-size: 12px;
  border-radius: 8px;
  box-shadow: 0 6px 25px #25342125;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 99;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.split {
  display: flex;
  gap: 10px;
  align-items: center;
}
.spacer {
  height: 22px;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wide-dialog {
  max-width: 850px;
}
.muted-code {
  font-family: monospace;
  font-size: 11px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.mobile-logo {
  display: none;
}
.inline-error {
  padding: 18px 24px;
  font-size: 12px;
  color: var(--red);
}
@media (min-width: 1500px) {
  .content {
    padding-top: 55px;
  }
  .auth-copy h1 {
    font-size: 68px;
  }
}
@media (max-width: 1000px) {
  .shell {
    grid-template-columns: 190px 1fr;
  }
  .sidebar {
    width: 190px;
    padding: 24px 12px;
  }
  .content {
    padding: 30px 24px;
  }
  .topbar {
    padding: 0 24px;
  }
  .overview-grid {
    grid-template-columns: 1fr;
  }
  .auth-art {
    padding: 35px;
  }
  .auth-copy h1 {
    font-size: 46px;
  }
  .search input {
    width: 200px;
  }
  td,
  th {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 700px) {
  .shell {
    display: block;
  }
  .sidebar {
    position: relative;
    width: 100%;
    padding: 14px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    display: block;
  }
  .brand-area {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .brand {
    font-size: 29px;
  }
  .brand-sub {
    margin-top: 8px;
  }
  .workspace-label,
  .sidebar-help,
  .account,
  .sidebar-bottom,
  .topbar {
    display: none;
  }
  .nav {
    flex-direction: row;
    margin-top: 16px;
    gap: 8px;
  }
  .nav button,
  .nav a {
    padding: 9px 12px;
    font-size: 12px;
  }
  .main {
    width: 100%;
  }
  .content {
    padding: 28px 18px;
  }
  .page-head {
    align-items: flex-start;
    gap: 12px;
  }
  .page-head h1 {
    font-size: 26px;
  }
  .page-head p {
    font-size: 12px;
    max-width: 250px;
  }
  .page-head > .button {
    padding: 10px;
    font-size: 11px;
  }
  .stats {
    gap: 8px;
    margin-bottom: 24px;
  }
  .stat {
    padding: 15px 12px;
  }
  .stat-top {
    font-size: 10px;
  }
  .stat-top .icon {
    display: none;
  }
  .stat-value {
    font-size: 27px;
    margin-top: 14px;
  }
  .stat-note {
    font-size: 9px;
    line-height: 1.5;
  }
  .panel-top {
    padding: 16px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .search,
  .search input {
    width: 100%;
  }
  .panel-footer {
    padding: 14px 16px;
  }
  .auth-shell {
    display: block;
  }
  .auth-art {
    padding: 25px 28px;
    min-height: 0;
  }
  .auth-art::after,
  .auth-copy,
  .auth-foot {
    display: none;
  }
  .auth-main {
    padding: 50px 28px;
    min-height: 80vh;
  }
  .modal-head {
    padding: 22px 20px 0;
  }
  .modal-body {
    padding: 20px;
  }
  .tabs {
    gap: 24px;
  }
  .banner {
    align-items: flex-start;
    flex-direction: column;
  }
  .breadcrumb {
    margin-bottom: 16px;
  }
  .detail {
    font-size: 11px;
  }
  .nav .mobile-only {
    margin-left: auto;
  }
  .refresh-label {
    display: none;
  }
}
@media (min-width: 701px) {
  .mobile-only {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* Customer workspace: full-width status, onboarding, and live activity. */
#team-content { min-width: 0; }
#team-content > .panel, #environment-live > .panel { margin-bottom: 24px; }
.connect-card { background: var(--blue-soft); border: 1px solid #d3dcff; padding: 28px; border-radius: 14px; margin-bottom: 36px; }
.connect-card h2 { margin: 8px 0; font-size: 24px; }
.connect-card p { color: #4c5676; }
.key-line { display: flex; align-items: center; gap: 18px; background: white; padding: 14px 16px; border: 1px solid #d3dcff; border-radius: 8px; margin: 20px 0; }
.starter-secret { flex: 1; font-size: 13px; overflow-wrap: anywhere; min-width: 0; }
.connect-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.connect-bottom label { display: block; margin-bottom: 6px; font-weight: 600; }
.connect-bottom select { min-width: 280px; max-width: 100%; border: 1px solid #cbd5fa; border-radius: 7px; padding: 10px; color: var(--ink); background: white; }
.resource-links { display: flex; gap: 24px; margin-top: 16px; font-size: 13px; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.section-title h2 { margin-top: 7px; font-size: 25px; }
.live-status { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.environment-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.model-grid, .deployment-grid, .upload-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 1px; background: var(--line); }
.model-card, .deployment-card, .upload-card { background: white; padding: 24px; min-width: 0; }
.model-card h3 { font-size: 19px; margin: 8px 0 10px; }
.model-facts { margin: 18px 0; }
.model-facts > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 12px; margin: 12px 0; }
.model-facts dt { color: var(--muted); font-size: 12px; }
.model-facts dd { margin: 0; overflow-wrap: anywhere; font-size: 12px; }
.break { overflow-wrap: anywhere; }
summary { cursor: pointer; color: var(--blue); font-size: 12px; padding: 10px 0; }
details p { font-size: 12px; }
.deployment-card h3 { margin: 22px 0 8px; }
.deployment-card > p, .upload-card > p { color: var(--muted); font-size: 13px; }
.stage-track { display: flex; list-style: none; padding: 0; margin: 24px 0; gap: 10px; }
.stage-track li { flex: 1; font-size: 11px; color: var(--muted); border-top: 2px solid var(--line); padding-top: 10px; }
.stage-track li span { display: block; margin-bottom: 5px; }
.stage-track li.complete { color: var(--green); border-color: var(--green); }
.transfer-count { display: flex; justify-content: space-between; margin: 20px 0 10px; font-size: 13px; gap: 10px; }
progress { width: 100%; height: 8px; border: 0; border-radius: 10px; overflow: hidden; background: var(--line); accent-color: var(--blue); }
progress::-webkit-progress-bar { background: var(--line); }
progress::-webkit-progress-value { background: var(--blue); }
progress::-moz-progress-bar { background: var(--blue); }
.transfer-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; font-size: 11px; color: var(--muted); }
.activity-timeline { list-style: none; margin: 0; padding: 8px 24px; }
.activity-timeline li { position: relative; display: flex; gap: 16px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.activity-timeline li:last-child { border: 0; }
.event-dot { flex-shrink: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); margin-top: 6px; }
.event-dot.failed { background: var(--red); }
.event-main { flex: 1; min-width: 0; }
.event-main strong { font-size: 13px; }
.event-main time { font-size: 11px; color: var(--muted); white-space: nowrap; }
.event-main p { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.event-main .event-error { color: var(--red); }
.workspace-provenance .details { margin-top: 16px; }
@media (max-width: 1100px) { .environment-stats { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 700px) { .connect-card { padding: 18px; } .key-line, .connect-bottom, .section-title { align-items: stretch; flex-direction: column; } .key-line .button { justify-content: center; } .connect-bottom select { min-width: 0; width: 100%; } .environment-stats { grid-template-columns: 1fr 1fr; } .resource-links { gap: 12px; flex-wrap: wrap; } .event-main .split { align-items: start; flex-direction: column; gap: 4px; } .activity-timeline { padding: 6px 16px; } .tabs { overflow-x: auto; } .topbar-right .pill { display: none; } .model-facts > div { grid-template-columns: 100px minmax(0,1fr); } .stage-track { gap: 5px; } }
[hidden] { display: none !important; }
