.theme-editor-page {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 80px;
}
.editor-intro {
  max-width: 650px;
}
.eyebrow,
.preview-label {
  color: #8dbfff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.editor-intro h1 {
  margin-bottom: 16px;
  font-size: clamp(46px, 6vw, 70px);
}
.editor-intro p:not(.eyebrow) {
  color: #aaa;
  font-size: 16px;
  line-height: 1.65;
}
.editor-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  margin-top: 46px;
  align-items: start;
}
.theme-controls,
.preview-shell {
  border: 1px solid #292929;
  background: #101010;
  padding: 22px;
}
.theme-name {
  display: grid;
  gap: 8px;
  color: #d8d8d8;
  font-size: 12px;
  font-weight: 400;
}
.theme-name input {
  width: 100%;
  border: 1px solid #333;
  border-radius: 0;
  background: #151515;
  color: #f5f5f5;
  padding: 11px;
  font: inherit;
}
.color-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 20px;
}
.color-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  border: 1px solid #282828;
  padding: 8px 10px;
  color: #aaa;
  font-size: 11px;
  font-weight: 400;
}
.color-control input {
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.editor-actions {
  display: flex;
  gap: 9px;
  margin-top: 20px;
}
.editor-actions .button {
  flex: 1;
  border-radius: 0;
  border: 1px solid #3a3a3a;
  cursor: pointer;
  font-weight: 400;
}
.preview-shell {
  min-height: 470px;
}
.preview-label {
  margin-bottom: 12px;
  color: #5f9eff;
  font-weight: 400;
  letter-spacing: normal;
}
.app-preview {
  display: block;
  width: 100%;
  height: 410px;
  border: 1px solid #2b3b57;
  background: #090b11;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25);
}
.preview-note {
  color: #777;
  font-size: 11px;
  line-height: 1.5;
  margin: 14px 0 0;
  font-weight: 400;
}
.theme-editor-page,
.theme-editor-page input,
.theme-editor-page button {
  font-weight: 400;
}
.editor-intro h1 {
  font-weight: 400;
}
@media (max-width: 760px) {
  .theme-editor-page {
    width: min(100% - 32px, 1120px);
    padding-top: 120px;
  }
  .editor-layout {
    grid-template-columns: 1fr;
  }
  .color-controls {
    grid-template-columns: 1fr;
  }
}
