/* Extends the original LaunchLean tokens and typography; no replacement theme. */
.platform-mode > .header,
.platform-mode > #home-view,
.platform-mode > #shop-view,
.platform-mode > footer {
  display: none !important;
}
.platform-mode {
  background: #191919;
}
.platform-mode html {
  scroll-padding: 0;
}
.platform-shell {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  min-height: 100vh;
}
.sidebar {
  position: sticky;
  top: 0;
  height: 100dvh;
  padding: 32px 22px 18px;
  border-right: 1px solid #353535;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.sidebar > .brand {
  font-size: 24px;
  margin: 0 8px 30px;
}
.workspace-label {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0 9px 20px;
  color: #969696;
}
.workspace-label span {
  color: var(--pink);
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar nav > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: 1.3;
  padding: 11px 12px;
  border-radius: 5px;
  color: #b7b7b7;
  min-height: 40px;
}
.sidebar nav > a:hover {
  background: #292929;
  color: white;
}
.sidebar nav > a.selected {
  background: #38232b;
  color: #ff70a7;
}
.nav-symbol {
  font-size: 13px;
  width: 20px;
  text-align: center;
  color: #888;
}
.selected .nav-symbol {
  color: #ff70a7;
}
.sidebar nav b {
  font-size: 11px;
  font-weight: 500;
  margin-left: auto;
  border-radius: 3px;
  padding: 1px 5px;
  background: #50303d;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subtle-link,
.subtle-btn {
  color: #bababa;
  background: none;
  font-size: 13px;
  padding: 0;
  text-decoration: none;
}
.subtle-link:hover,
.subtle-btn:hover {
  color: var(--pink);
}
.avatar-row {
  border-top: 1px solid #353535;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.avatar {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #48303a;
  display: grid;
  place-items: center;
  color: #ff81b1;
  flex-shrink: 0;
  font-size: 14px;
}
.avatar-row strong {
  font-size: 13px;
  font-weight: 500;
}
.avatar-row small {
  display: block;
  font-size: 10px;
  color: #999;
}
.avatar-row .icon-btn {
  margin-left: auto;
}
.platform-body {
  min-width: 0;
}
.platform-topbar {
  height: 77px;
  border-bottom: 1px solid #353535;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.breadcrumb {
  font-size: 13px;
  color: #aaa;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 23px;
}
.wallet-chip {
  font-size: 13px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.wallet-chip > strong {
  font-size: 16px;
  color: #eee;
}
.wallet-chip > span {
  color: #aaa;
}
.notification-button {
  position: relative;
  font-size: 26px;
  line-height: 1;
}
.notification-button > span {
  font-size: 9px;
  position: absolute;
  top: -5px;
  right: -10px;
  color: #ff70a7;
}
.small-avatar {
  height: 30px;
  width: 30px;
  font-size: 12px;
}
.icon-btn {
  background: none;
  padding: 7px;
  font-size: 20px;
  color: #ccc;
}
.menu-button {
  display: none;
}
.demo-ribbon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  font-size: 10px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #343434;
  background: #202020;
  color: #999;
}
.ribbon-link {
  color: #d2d2d2;
  text-decoration: underline;
  white-space: nowrap;
}
.platform-content {
  max-width: 1510px;
  margin: auto;
  padding: 38px 40px 48px;
  min-height: calc(100vh - 220px);
}
.platform-content .eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.page-heading h1 {
  font-size: clamp(32px, 3.25vw, 48px);
  line-height: 1.12;
  letter-spacing: -2px;
}
.page-heading p {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.65;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 19px;
  border-radius: 5px;
  background: var(--pink);
  border: 1px solid var(--pink);
  color: #fff;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  min-height: 44px;
  transition: background 0.15s;
}
.btn:hover {
  background: #e71b68;
}
.btn.secondary {
  background: #292929;
  border-color: #444;
  color: #e5e5e5;
}
.btn.secondary:hover {
  background: #333;
}
.btn.compact {
  font-size: 12px;
  min-height: 34px;
  padding: 8px 12px;
}
.btn.danger {
  background: #362328;
  border-color: #673440;
  color: #ff9daf;
}
.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.platform-content p {
  line-height: 1.65;
}
.panel {
  padding: 25px;
  background: #242424;
  border: 1px solid #383838;
  border-radius: 7px;
  margin-bottom: 24px;
  min-width: 0;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.panel h2 {
  font-size: 22px;
  letter-spacing: -0.7px;
  line-height: 1.3;
}
.panel h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.panel p {
  font-size: 14px;
}
.panel > .actions,
.panel > form {
  margin-top: 22px;
}
.panel > p + .btn {
  margin-top: 20px;
}
.dashboard-hero {
  background: #edebe8;
  color: #232323;
  padding: 30px 36px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
.dashboard-hero .eyebrow {
  font-size: 10px;
  color: #62605f;
  margin-bottom: 17px;
}
.dashboard-hero p {
  color: #6d6869;
  font-size: 13px;
}
.dashboard-hero .text-link {
  color: #343434;
  margin-top: 20px;
  font-size: 13px;
}
.credit-number {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -4px;
  margin-bottom: 16px;
}
.credit-number > span {
  font-size: 22px;
  letter-spacing: -1px;
  margin-left: 12px;
  color: #736d6e;
}
.hero-side {
  border-left: 1px solid #c9c5c2;
  padding: 0 10px 0 50px;
}
.beta-stamp {
  display: block;
  font-size: 40px;
  font-weight: 650;
  letter-spacing: -2px;
  line-height: 0.9;
  transform: rotate(-5deg);
  color: #e21d68;
  margin-bottom: 28px;
}
.beta-stamp span {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  margin-top: 9px;
}
.hero-side p {
  font-size: 12px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 26px;
}
.stat {
  padding: 21px 22px;
  background: #242424;
  border: 1px solid #373737;
  border-radius: 6px;
  min-width: 0;
}
.stat > span {
  font-size: 12px;
  color: #a6a6a6;
  display: block;
}
.stat > strong {
  display: block;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 9px 0 7px;
  overflow-wrap: anywhere;
}
.stat > small {
  font-size: 11px;
  color: #888;
}
.quick-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin: 0 0 30px;
}
.quick-category {
  position: relative;
  border-top: 2px solid #66525a;
  padding: 20px 28px 20px 0;
}
.quick-category > span {
  font-size: 10px;
  letter-spacing: 0.7px;
  color: #ac9da3;
}
.quick-category h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 14px;
  letter-spacing: -0.8px;
}
.quick-category > b {
  position: absolute;
  bottom: 20px;
  right: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #ff6da3;
}
.quick-category:hover {
  border-color: var(--pink);
}
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.two-col.wide-left {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}
.table-scroll {
  overflow: auto;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}
th {
  font-weight: 400;
  color: #999;
  font-size: 11px;
  padding: 0 15px 14px 0;
  border-bottom: 1px solid #414141;
}
td {
  padding: 16px 15px 16px 0;
  border-bottom: 1px solid #363636;
  vertical-align: middle;
}
tr:last-child td {
  border-bottom: 0;
}
td small {
  display: block;
  color: #888;
  font-size: 11px;
  margin-top: 4px;
}
.row-link {
  font-weight: 550;
  color: #eee;
}
.row-link:hover {
  color: #ff70a7;
}
.state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  letter-spacing: 0.75px;
  border-radius: 3px;
  padding: 5px 8px;
  background: #333;
  color: #bcbcbc;
  white-space: nowrap;
  font-weight: 550;
}
.state:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: currentColor;
}
.state-running,
.state-available,
.state-operational,
.state-active,
.state-complete {
  background: #253a30;
  color: #9acfad;
}
.state-queued,
.state-limited-capacity,
.state-queue-active,
.state-starting,
.state-preparing,
.state-processing {
  background: #3d3428;
  color: #e2bf89;
}
.state-failed,
.state-degraded,
.state-maintenance {
  background: #452931;
  color: #ef98ac;
}
.beta-note {
  padding: 6px 0;
}
.beta-note h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
.beta-note p {
  margin-bottom: 24px;
}
.activity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #383838;
  font-size: 14px;
}
.activity-row:last-child {
  border: 0;
}
.activity-row small {
  display: block;
  font-size: 11px;
  color: #888;
  margin-top: 4px;
}
.empty-state {
  text-align: center;
  padding: 25px 12px;
}
.empty-mark {
  color: #88737a;
  font-size: 35px;
}
.empty-state h3 {
  font-size: 20px;
  margin: 8px 0 12px;
}
.empty-state p {
  font-size: 13px;
  max-width: 340px;
  margin: 0 auto 17px;
}
.empty-state .btn {
  margin-top: 4px;
}
.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.catalog-toolbar .tabs {
  margin: 0;
}
.tabs > a,
.tabs > button {
  background: transparent;
  padding: 9px 14px;
  border: 1px solid #444;
  border-radius: 4px;
  font-size: 12px;
  color: #bdbdbd;
}
.tabs > .active {
  color: #fff;
  background: #3a2830;
  border-color: #a03760;
}
.search-input {
  background: #252525;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 11px 14px;
  color: #eee;
  width: 210px;
  min-width: 0;
  font-size: 13px;
}
.notice {
  border-left: 2px solid #aa5c78;
  background: #282426;
  border-radius: 0 4px 4px 0;
  color: #baadb2;
  padding: 13px 17px;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}
.catalog-card {
  background: #242424;
  border: 1px solid #3b3b3b;
  padding: 24px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.catalog-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}
.monogram {
  font-family: monospace;
  font-size: 21px;
  letter-spacing: -1px;
  width: 49px;
  height: 45px;
  border: 1px solid #60515a;
  background: #35282e;
  color: #ff8eb8;
  border-radius: 5px;
  display: grid;
  place-items: center;
}
.cat-games .monogram {
  color: #e4c6a1;
  border-color: #655748;
  background: #332e28;
}
.cat-developer .monogram {
  color: #b6c9ce;
  background: #283235;
  border-color: #4c5c61;
}
.cat-web .monogram {
  color: #c5cbb0;
  background: #30332b;
  border-color: #555e48;
}
.catalog-card h3 {
  font-size: 25px;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin-bottom: 14px;
  overflow-wrap: anywhere;
}
.catalog-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 27px;
}
.catalog-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid #3d3d3d;
}
.catalog-card-bottom > span {
  font-size: 12px;
}
.catalog-card-bottom small {
  display: block;
  color: #8f8f8f;
  font-size: 10px;
  margin-top: 5px;
}
.game-banner {
  display: flex;
  background: #252525;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 230px;
  border: 1px solid #3c3936;
}
.game-banner > div {
  padding: 30px;
  flex: 1;
}
.game-banner h2 {
  font-size: 32px;
  margin-bottom: 17px;
}
.game-banner p {
  font-size: 13px;
}
.game-banner img {
  width: 35%;
  max-height: 280px;
  object-fit: cover;
  object-position: 50% 60%;
  filter: saturate(0.35);
}
.field {
  display: block;
  font-size: 13px;
  color: #ddd;
  margin-bottom: 20px;
}
.field input,
.field select,
.field textarea,
.platform-content select,
.platform-content textarea {
  width: 100%;
  margin-top: 9px;
  border: 1px solid #505050;
  border-radius: 4px;
  background: #1b1b1b;
  color: #eee;
  padding: 12px 13px;
  font-size: 14px;
  line-height: 1.4;
}
.field textarea {
  resize: vertical;
  min-height: 105px;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 2px solid #b34b75;
  outline-offset: 1px;
}
.check {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  margin: 15px 0;
}
.check input {
  width: 17px;
  height: 17px;
  accent-color: var(--pink);
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.check > span {
  color: #ccc;
}
fieldset {
  border: 1px solid #444;
  border-radius: 5px;
  margin: 24px 0;
  padding: 12px 18px;
}
legend {
  font-size: 12px;
  padding: 0 7px;
  color: #aaa;
}
.field-help {
  font-size: 12px !important;
  color: #949494;
  margin-bottom: 20px;
}
.platform-content form > .btn {
  margin-top: 12px;
  width: auto;
}
.estimate {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 18px 0 24px;
}
.estimate strong {
  font-size: 51px;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 500;
}
.estimate span {
  font-size: 14px;
  color: #aaa;
}
.plain-list {
  padding-left: 18px;
  color: #aaa;
  font-size: 13px;
  line-height: 1.8;
  margin: 22px 0;
}
.plain-list li {
  padding: 5px 0;
}
.service-status-banner {
  border: 1px solid #54414a;
  background: #2d2529;
  border-radius: 7px;
  padding: 26px;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.service-status-banner h2 {
  font-size: 27px;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}
.service-status-banner p {
  font-size: 13px;
}
.service-status-banner .spinner {
  margin-left: auto;
}
.spinner {
  width: 19px;
  height: 19px;
  border: 2px solid #725662;
  border-top-color: var(--pink);
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
  flex-shrink: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.address-line {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 5px 0 20px;
  border-bottom: 1px solid #424242;
}
.address-line code {
  font-size: 15px;
  overflow-wrap: anywhere;
}
.service-actions {
  padding-top: 24px;
}
.demo-details {
  margin-top: 25px;
  border-top: 1px solid #3c3c3c;
  padding-top: 20px;
}
.demo-details summary {
  font-size: 12px;
  color: #aaa;
  cursor: pointer;
}
.demo-details p {
  margin: 15px 0;
}
.timeline {
  padding: 0;
  list-style: none;
  margin: 0;
}
.timeline li {
  display: flex;
  gap: 18px;
  font-size: 13px;
  padding: 12px 0;
}
.timeline li > span {
  color: #e977a1;
  font-size: 11px;
  padding-top: 1px;
}
.timeline small {
  display: block;
  font-size: 10px;
  color: #888;
  margin-top: 5px;
}
.setting-row,
.status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #3c3c3c;
  padding: 20px 0;
  font-size: 13px;
}
.setting-row:last-child,
.status-row:last-child {
  border: 0;
}
.setting-row b {
  font-size: 12px;
  font-weight: 500;
  max-width: 55%;
  text-align: right;
}
.setting-row p,
.status-row p {
  font-size: 12px;
  margin-top: 7px;
}
.setting-row .btn {
  white-space: nowrap;
}
.flow-steps {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
  gap: 16px;
  font-size: 13px;
  color: #ccc;
}
.spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
progress {
  accent-color: var(--pink);
  height: 6px;
  width: 90px;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #3b3b3b;
}
progress::-webkit-progress-bar {
  background: #3b3b3b;
}
progress::-webkit-progress-value {
  background: var(--pink);
}
.large-progress {
  width: 100%;
  margin: 23px 0;
  height: 7px;
}
.sample-result {
  background: #eeece8;
  color: #222;
  padding: 35px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.sample-result p {
  color: #555;
  max-width: 600px;
  margin-top: 20px;
}
.sample-result .eyebrow {
  color: #87777e;
}
.suggestion-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 19px 0;
}
.chip {
  background: transparent;
  border: 1px solid #4d4247;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 12px;
  color: #bfb1b7;
  text-align: left;
}
.chip:hover {
  color: #fff;
  border-color: #b04770;
}
.wallet-hero > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.panel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.panel-controls .field {
  margin: 0;
  max-width: 280px;
}
.positive {
  color: #a2d4b4;
}
.muted {
  color: #999;
  font-size: 11px;
}
.notification-row {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #3b3b3b;
}
.notification-row:last-child {
  border: 0;
}
.notification-row.read {
  opacity: 0.65;
}
.notification-row > div {
  flex: 1;
}
.notification-row .row-link {
  font-size: 15px;
}
.notification-row p {
  font-size: 13px;
  margin: 7px 0;
}
.notification-row small {
  font-size: 11px;
  color: #999;
}
.notification-mark {
  color: var(--pink);
  font-size: 22px;
}
.referral-hero {
  padding: 37px;
  background: #ebe8e5;
  color: #222;
  border-radius: 7px;
  margin-bottom: 25px;
}
.referral-hero h2 {
  font-size: 60px;
  letter-spacing: -2px;
  margin: 12px 0 25px;
}
.referral-hero .eyebrow {
  color: #777;
}
.referral-hero p {
  font-size: 12px;
  color: #777;
  margin-top: 18px;
}
.copy-line {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.copy-line code {
  font-size: 15px;
  overflow-wrap: anywhere;
}
.three-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.three-steps b {
  font-size: 12px;
  color: #ff8bb5;
  display: block;
  margin: 0 0 17px;
  font-weight: 500;
}
.three-steps h3 {
  margin-bottom: 13px;
}
.feedback-form {
  margin-top: 27px;
}
.feedback-number {
  font-size: 48px;
  letter-spacing: -2px;
  color: #ff6fa6;
  display: block;
  margin-bottom: 20px;
}
.settings-panel {
  max-width: 800px;
}
.settings-panel > form {
  max-width: 560px;
}
.platform-content hr {
  border: 0;
  border-top: 1px solid #444;
  margin: 28px 0;
}
.settings-panel h3 + p {
  margin: 12px 0 20px;
}
.chat-workspace {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border: 1px solid #3b3b3b;
  border-radius: 7px;
  overflow: hidden;
  background: #242424;
}
.chat-history {
  background: #202020;
  padding: 20px;
  border-right: 1px solid #393939;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.chat-history > .btn {
  font-size: 12px;
  padding: 11px 10px;
  margin-bottom: 25px;
}
.chat-history .eyebrow {
  font-size: 9px;
  color: #888;
  margin: 0 0 12px;
}
.chat-history > a:not(.subtle-link) {
  display: block;
  padding: 11px 9px;
  font-size: 12px;
  border-radius: 4px;
  overflow-wrap: anywhere;
  color: #bbb;
}
.chat-history > a.active {
  background: #3b2c32;
  color: #eee;
}
.chat-history > a small {
  display: block;
  color: #888;
  font-size: 9px;
  margin-top: 5px;
}
.chat-history > .subtle-link {
  margin-top: auto;
  padding-top: 25px;
}
.chat-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.chat-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 340px;
  padding: 35px;
}
.chat-glyph {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 70px;
  letter-spacing: -8px;
  color: #ddd;
  margin: 0 10px 20px 0;
  line-height: 1;
}
.chat-glyph span {
  color: var(--pink);
}
.chat-empty h2 {
  font-size: 28px;
  letter-spacing: -1px;
  margin-bottom: 17px;
}
.chat-empty p {
  font-size: 14px;
}
.chat-empty .suggestion-chips {
  justify-content: center;
}
#chat-messages {
  max-height: 550px;
  min-height: 340px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.chat-panel form {
  padding: 22px 27px;
  border-top: 1px solid #414141;
}
.chat-options {
  display: flex;
  gap: 15px;
}
.chat-options .field {
  min-width: 0;
  flex: 1;
}
.chat-options select {
  font-size: 13px;
  padding: 10px;
}
.instruction-details {
  font-size: 12px;
  color: #999;
  margin-bottom: 17px;
}
.instruction-details summary {
  cursor: pointer;
  margin-bottom: 14px;
}
.instruction-details .field {
  font-size: 12px;
}
.chat-panel form > .field {
  margin-bottom: 12px;
}
.chat-panel form > .field textarea {
  min-height: 85px;
}
.composer-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.composer-footer > span {
  font-size: 10px;
  color: #999;
}
.composer-footer > div {
  display: flex;
  gap: 8px;
}
.messages-list {
  padding: 25px;
}
.message {
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 6px;
  background: #2d2d2d;
}
.message.user {
  background: #372a30;
  margin-left: 40px;
}
.message-meta {
  font-size: 9px;
  letter-spacing: 1px;
  color: #c5acb7;
  margin-bottom: 12px;
}
.message-content {
  font-size: 14px;
  line-height: 1.8;
  white-space: normal;
  overflow-wrap: anywhere;
}
.message-actions {
  display: flex;
  gap: 20px;
  margin-top: 17px;
}
.message-actions button {
  font-size: 11px;
}
.routing-status {
  display: flex;
  gap: 16px;
  font-size: 12px;
  margin: 20px 0;
}
.routing-status p {
  margin-bottom: 6px;
  color: #a68a97;
}
.stream-cursor {
  color: var(--pink);
}
.usage-note {
  font-size: 10px;
  color: #909090;
  margin-top: 15px;
}
.attachment-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.attachment-tags > span {
  font-size: 10px;
  border: 1px solid #5b4550;
  padding: 5px;
  border-radius: 3px;
}
.key-value {
  font-size: 10px;
  color: #ae929e;
  display: block;
  max-width: 230px;
  white-space: normal;
  overflow-wrap: anywhere;
  margin-top: 5px;
}
pre {
  background: #1b1b1b;
  border: 1px solid #414141;
  padding: 18px;
  border-radius: 5px;
  overflow: auto;
  color: #cec5c9;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.feedback-detail {
  border-bottom: 1px solid #444;
  padding: 18px 0;
  font-size: 14px;
}
.feedback-detail summary {
  cursor: pointer;
}
.feedback-detail dl {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 15px;
  font-size: 13px;
}
.feedback-detail dt {
  color: #ff94bc;
}
.feedback-detail dd {
  margin: 0;
  color: #aaa;
  overflow-wrap: anywhere;
}
.feedback-line {
  padding: 12px 0;
  border-bottom: 1px solid #383838;
}
.platform-footer {
  max-width: 1510px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 40px 28px;
  border-top: 1px solid #333;
  font-size: 11px;
  color: #888;
}
.platform-footer a {
  font-size: 11px;
}
.beta-entry {
  max-width: 1120px;
  margin: auto;
  padding: 45px;
}
.entry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin-top: 75px;
  align-items: center;
}
.entry-grid h1 {
  font-size: 90px;
  line-height: 1.03;
  margin-bottom: 25px;
}
.entry-grid p {
  font-size: 17px;
  line-height: 1.7;
}
.entry-credit {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #444;
  display: flex;
  align-items: center;
  gap: 22px;
}
.entry-credit strong {
  font-size: 60px;
  letter-spacing: -3px;
  font-weight: 500;
}
.entry-credit span {
  color: #aaa;
  font-size: 13px;
}
.entry-grid .panel {
  padding: 32px;
}
.entry-grid .panel > .eyebrow {
  font-size: 11px;
  color: #b28d9c;
}
.entry-grid .panel h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.entry-grid .panel p {
  font-size: 13px;
  margin-bottom: 25px;
}
.entry-grid .panel small {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 20px;
}
.entry-grid .btn {
  width: 100%;
}
.platform-modal {
  max-width: 600px;
  font:
    16px/1.5 "DM Sans",
    Arial,
    sans-serif;
}
.platform-modal h2 {
  font-size: 28px;
  letter-spacing: -1px;
  margin: 0;
}
.platform-modal p {
  margin-bottom: 20px;
  font-size: 14px;
}
.platform-modal .modal-head {
  margin-bottom: 25px;
}
.platform-modal .btn {
  margin-top: 12px;
}
.platform-modal form .btn {
  width: auto;
}
.platform-modal small {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}
#platform-toast {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background: #f0eaed;
  color: #34252b;
  padding: 17px 23px;
  border-radius: 6px;
  border: 1px solid #ff9bc2;
  max-width: min(450px, calc(100vw - 32px));
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  box-shadow: 0 10px 50px #0006;
}
.public-platform-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 32px 0 0;
}
.public-platform-card {
  padding: 27px;
  background: #fff;
  border-radius: 7px;
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}
.public-platform-card > span {
  font-size: 12px;
  color: #bb3c6c;
  margin-bottom: 30px;
}
.public-platform-card h3 {
  font-size: 28px;
  margin-bottom: 16px;
}
.public-platform-card p {
  font-size: 14px;
}
.public-platform-card > a {
  margin-top: auto;
  padding-top: 25px;
  color: #222;
}
.public-beta-strip {
  padding: 13px 20px;
  background: #33252b;
  border-bottom: 1px solid #593040;
  text-align: center;
  color: #ff9bc2;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.public-beta-strip a {
  text-decoration: underline;
  margin-left: 15px;
}
.platform-mode > .public-beta-strip {
  display: none;
}
.public-platform-section .section-top h2 {
  max-width: 650px;
}
.public-platform-section .eyebrow {
  font-size: 12px;
}
.public-platform-section .section-top > p {
  max-width: 330px;
}
.public-platform-section {
  scroll-margin-top: 30px;
}
@media (min-width: 1600px) {
  .platform-content {
    padding-top: 48px;
  }
  .page-heading h1 {
    font-size: 46px;
  }
  .catalog-card {
    padding: 30px;
  }
  .platform-shell {
    grid-template-columns: 260px 1fr;
  }
  .sidebar {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .platform-shell {
    grid-template-columns: 215px minmax(0, 1fr);
  }
  .sidebar {
    padding: 26px 14px 18px;
  }
  .sidebar > .brand {
    font-size: 21px;
  }
  .sidebar nav > a {
    font-size: 12px;
    padding: 10px;
  }
  .platform-content {
    padding: 30px 25px;
  }
  .platform-topbar {
    padding: 0 25px;
  }
  .demo-ribbon {
    padding: 10px 25px;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quick-category h3 {
    font-size: 19px;
  }
  .quick-category > span {
    font-size: 9px;
  }
  .two-col.wide-left {
    grid-template-columns: 1.3fr 1fr;
  }
  .stat {
    padding: 18px;
  }
  .page-heading {
    align-items: flex-start;
  }
  .page-heading .actions {
    max-width: 260px;
  }
  .chat-workspace {
    grid-template-columns: 170px 1fr;
  }
  .chat-history {
    padding: 15px;
  }
  .chat-panel form {
    padding: 20px;
  }
  .public-platform-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry-grid {
    gap: 50px;
  }
}
@media (max-width: 950px) {
  .two-col,
  .two-col.wide-left {
    grid-template-columns: 1fr;
  }
  .two-col {
    gap: 0;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quick-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .dashboard-hero {
    padding: 27px;
  }
  .hero-side {
    padding-left: 25px;
  }
  .credit-number {
    font-size: 60px;
  }
  .page-heading {
    display: block;
  }
  .page-heading .actions {
    margin-top: 20px;
    max-width: none;
  }
  .catalog-toolbar {
    display: block;
  }
  .catalog-toolbar .search-input {
    margin-top: 17px;
    width: 100%;
  }
  .chat-history {
    display: none;
  }
  .chat-workspace {
    grid-template-columns: 1fr;
  }
  .chat-panel {
    min-width: 0;
  }
  .entry-grid h1 {
    font-size: 75px;
  }
  .entry-grid {
    gap: 30px;
  }
  .platform-footer {
    padding: 20px 25px;
  }
  .game-banner h2 {
    font-size: 27px;
  }
}
@media (max-width: 700px) {
  .platform-shell {
    display: block;
  }
  .sidebar {
    display: none;
    position: fixed;
    width: 260px;
    z-index: 50;
    box-shadow: 20px 0 100px #000c;
  }
  .sidebar.open {
    display: flex;
    top: 65px;
    height: calc(100dvh - 65px);
  }
  .menu-button {
    display: block;
  }
  .platform-topbar {
    height: 65px;
    position: sticky;
    top: 0;
    z-index: 40;
    background: #1c1c1c;
    padding: 0 16px;
  }
  .breadcrumb {
    display: none;
  }
  .topbar-right {
    gap: 18px;
  }
  .demo-ribbon {
    padding: 9px 16px;
    gap: 15px;
    align-items: flex-start;
    font-size: 9px;
  }
  .demo-ribbon > span {
    max-width: 230px;
  }
  .platform-content {
    padding: 25px 16px 32px;
  }
  .page-heading {
    margin-bottom: 25px;
  }
  .page-heading h1 {
    font-size: 35px;
    letter-spacing: -1.6px;
  }
  .page-heading p {
    font-size: 13px;
  }
  .platform-content .eyebrow {
    font-size: 9px;
  }
  .dashboard-hero {
    padding: 25px;
    gap: 20px;
  }
  .hero-side {
    display: none;
  }
  .credit-number {
    font-size: 64px;
  }
  .credit-number > span {
    font-size: 20px;
  }
  .stat-grid {
    gap: 12px;
    margin-bottom: 20px;
  }
  .stat {
    padding: 17px;
  }
  .stat strong {
    font-size: 28px;
  }
  .stat > span {
    font-size: 11px;
  }
  .stat > small {
    font-size: 10px;
  }
  .quick-categories {
    gap: 10px;
    margin-bottom: 23px;
  }
  .quick-category {
    padding-top: 16px;
  }
  .quick-category h3 {
    font-size: 21px;
  }
  .quick-category > span {
    font-size: 10px;
  }
  .panel {
    padding: 20px;
    margin-bottom: 20px;
  }
  .panel-heading {
    gap: 10px;
    margin-bottom: 20px;
  }
  .panel h2 {
    font-size: 21px;
  }
  .panel h3 {
    font-size: 19px;
  }
  .panel-heading .subtle-link {
    font-size: 11px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .catalog-card {
    padding: 25px;
  }
  .catalog-card-top {
    margin-bottom: 22px;
  }
  .catalog-card h3 {
    font-size: 28px;
  }
  .catalog-card-bottom > span {
    font-size: 13px;
  }
  .catalog-card p {
    font-size: 14px;
  }
  .catalog-card-bottom small {
    font-size: 11px;
  }
  .tabs > a,
  .tabs > button {
    padding: 9px 11px;
    font-size: 11px;
  }
  .game-banner {
    min-height: 0;
  }
  .game-banner > div {
    padding: 24px;
  }
  .game-banner h2 {
    font-size: 26px;
  }
  .game-banner img {
    width: 28%;
  }
  .game-banner p {
    font-size: 12px;
  }
  .service-status-banner {
    padding: 20px;
    display: block;
  }
  .service-status-banner > .state {
    margin-bottom: 15px;
  }
  .service-status-banner h2 {
    font-size: 24px;
  }
  .service-status-banner .spinner {
    margin-top: 15px;
  }
  .address-line {
    align-items: flex-start;
  }
  .address-line code {
    font-size: 12px;
  }
  .address-line .eyebrow {
    font-size: 8px;
  }
  .address-line > .btn {
    padding: 9px 12px;
    min-height: 36px;
  }
  .service-actions .btn {
    flex: 1;
  }
  .notification-row {
    gap: 12px;
    flex-wrap: wrap;
  }
  .notification-row > div {
    min-width: 170px;
  }
  .notification-row > .btn {
    margin-left: 28px;
    min-height: 30px;
  }
  .wallet-hero {
    display: block;
  }
  .wallet-hero > div:last-child {
    margin-top: 25px;
  }
  .panel-controls {
    align-items: flex-end;
  }
  .panel-controls .btn {
    font-size: 11px;
    padding: 11px;
    white-space: nowrap;
  }
  .referral-hero {
    padding: 25px;
  }
  .referral-hero h2 {
    font-size: 48px;
  }
  .copy-line code {
    font-size: 12px;
  }
  .three-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .three-steps b {
    margin-bottom: 10px;
  }
  .three-steps h3 {
    font-size: 21px;
  }
  .composer-footer {
    gap: 10px;
  }
  .composer-footer > span {
    font-size: 9px;
    max-width: 115px;
  }
  .composer-footer .btn {
    padding: 10px 14px;
    font-size: 12px;
  }
  .chat-empty {
    padding: 27px 20px;
    min-height: 300px;
  }
  .chat-empty h2 {
    font-size: 27px;
  }
  .chat-panel form {
    padding: 19px;
  }
  .message {
    padding: 16px;
  }
  .message.user {
    margin-left: 20px;
  }
  .messages-list {
    padding: 16px;
  }
  .message-content {
    font-size: 13px;
  }
  .chat-options {
    flex-direction: column;
    gap: 0;
  }
  .chat-history {
    display: flex;
    max-height: 180px;
    border-right: 0;
    border-bottom: 1px solid #444;
    overflow-y: auto;
    padding: 15px;
  }
  .chat-history > .btn {
    margin-bottom: 10px;
    min-height: 36px;
    flex-shrink: 0;
  }
  .chat-history > .eyebrow {
    display: none;
  }
  .chat-history > a {
    flex-shrink: 0;
  }
  .chat-history > .subtle-link {
    display: none;
  }
  #chat-messages {
    max-height: 460px;
  }
  .entry-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .beta-entry {
    padding: 25px 22px;
  }
  .entry-grid h1 {
    font-size: 78px;
  }
  .entry-grid p {
    font-size: 16px;
  }
  .entry-grid .panel {
    padding: 27px;
    margin-top: 25px;
  }
  .entry-credit {
    margin-top: 25px;
  }
  .entry-grid .eyebrow {
    font-size: 10px;
  }
  .platform-footer {
    padding: 20px 16px;
    flex-direction: column;
    gap: 10px;
  }
  .public-platform-cards {
    grid-template-columns: 1fr;
  }
  .public-platform-card {
    min-height: 0;
  }
  .public-platform-card > span {
    margin-bottom: 20px;
  }
  .public-platform-card h3 {
    font-size: 29px;
  }
  .public-platform-card > a {
    padding-top: 22px;
  }
  .public-beta-strip {
    font-size: 10px;
    padding: 12px;
  }
  .public-beta-strip a {
    margin-left: 8px;
  }
  .platform-modal h2 {
    font-size: 25px;
  }
  .platform-modal .form-row {
    grid-template-columns: 1fr;
  }
  #platform-toast {
    right: 16px;
    bottom: 16px;
    max-width: calc(100vw - 32px);
  }
  .btn {
    min-height: 44px;
  }
  .feedback-detail dl {
    grid-template-columns: 80px 1fr;
  }
  .state {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .spinner {
    animation: none;
  }
  #chat-messages {
    scroll-behavior: auto;
  }
}

.capture-preview {
  width: 100%;
  border: 1px solid #555;
  border-radius: 5px;
  margin-bottom: 22px;
}
.platform-content .field,
.platform-modal .field {
  font-size: 14px;
}
.platform-content .check {
  font-size: 14px;
}
.platform-content .btn {
  font-size: 14px;
}
.platform-content .btn.compact {
  font-size: 12px;
}
