:root {
  --studio-bg: #f2f4f7;
  --studio-panel: #fff;
  --studio-ink: #17243c;
  --studio-accent: #3268c8;
  --studio-muted: #657184;
  --studio-line: #dfe4eb;
  --studio-soft: #eef3fa;
  --studio-red: #ba2d3b;
  --studio-green: #1c7957;
  --studio-purple: #6d4bc3;
  --studio-shadow: 0 10px 34px rgba(24, 36, 59, 0.08);
}
* {
  box-sizing: border-box;
}
body.cbc-eh-standalone {
  margin: 0;
  background: var(--studio-bg);
  color: #243148;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.cbc-eh-standalone .cbc-app {
  display: block !important;
  min-height: 100vh;
  background: var(--studio-bg) !important;
  color: #243148 !important;
}
.studio-shell {
  min-height: 100vh;
}
.studio-bar {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  height: 68px;
  padding: 0 24px;
  border-bottom: 1px solid var(--studio-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(15px);
}
button,
input,
textarea,
select {
  font: inherit;
}
.studio-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: var(--studio-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.studio-mark img,
.studio-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-product {
  display: grid;
  margin-left: 11px;
}
.studio-product strong {
  color: var(--studio-ink);
  font-size: 14px;
  line-height: 1.15;
}
.studio-product span {
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-command {
  display: flex;
  align-items: center;
  gap: 9px;
  width: min(400px, 34vw);
  margin: auto;
  padding: 10px 12px;
  border: 1px solid var(--studio-line);
  border-radius: 10px;
  background: #f7f9fb;
  color: #7a8494;
  text-align: left;
  cursor: pointer;
}
.studio-command span {
  font-size: 20px;
  line-height: 1;
}
.studio-command kbd {
  margin-left: auto;
  padding: 2px 7px;
  border: 1px solid #d5dae2;
  border-radius: 5px;
  background: #fff;
  color: #8b94a3;
  font-size: 10px;
}
.studio-bar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.studio-bar-actions > button {
  height: 38px;
  padding: 0 11px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #516075;
  cursor: pointer;
}
.studio-bar-actions > button:hover {
  background: var(--studio-soft);
  color: var(--studio-ink);
}
#studio-alert-open {
  position: relative;
  font-size: 13px;
}
#studio-alert-open b {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 10px;
  background: var(--studio-red);
  color: #fff;
  font-size: 9px;
}
.studio-avatar {
  display: grid !important;
  place-items: center;
  width: 38px;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #dce8fb !important;
  color: var(--studio-accent) !important;
  font-weight: 850;
  overflow: hidden;
}
.studio-switcher {
  position: fixed;
  z-index: 70;
  top: 68px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
  height: 45px;
  padding: 0 24px;
  border-bottom: 1px solid var(--studio-line);
  background: #fff;
}
.studio-switcher button {
  height: 45px;
  padding: 0 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--studio-muted);
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.studio-switcher button.is-active {
  border-color: var(--studio-accent);
  color: var(--studio-ink);
}
.studio-body {
  display: grid;
  grid-template-columns: 274px minmax(520px, 1fr) 306px;
  min-height: 100vh;
  padding-top: 113px;
}
.studio-package-rail {
  position: fixed;
  top: 113px;
  bottom: 0;
  left: 0;
  width: 274px;
  border-right: 1px solid var(--studio-line);
  background: #f8f9fb;
  overflow: auto;
}
.studio-rail-head {
  position: sticky;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px 11px;
  background: #f8f9fb;
}
.studio-rail-head span {
  color: #7a8494;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.studio-rail-head button {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #cad3df;
  border-radius: 8px;
  background: #fff;
  color: var(--studio-accent);
  font-size: 17px;
  cursor: pointer;
}
.studio-package-list {
  padding: 0 9px 24px;
}
.studio-package-row {
  position: relative;
  appearance: none;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  padding: 11px 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-package-row:hover,
.studio-package-row.is-active {
  border-color: #d4dfed;
  background: #fff;
  box-shadow: 0 4px 16px rgba(24, 36, 59, 0.05);
}
.studio-package-row.is-active {
  border-color: #a8c2ec;
}
.studio-package-row.is-late .studio-date-chip {
  background: #fae5e8;
  color: var(--studio-red);
}
.studio-package-row > span:nth-child(2) {
  display: grid;
  min-width: 0;
}
.studio-package-row strong {
  overflow: hidden;
  color: var(--studio-ink);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-package-row small {
  margin-top: 2px;
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-date-chip {
  display: grid;
  place-items: center;
  height: 38px;
  padding: 0 4px;
  border-radius: 9px;
  background: #e8effa;
  color: #315f9e;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}
.studio-package-row i {
  position: absolute;
  right: 9px;
  bottom: 6px;
  left: 61px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--studio-accent) var(--progress),
    #e5e9ef var(--progress)
  );
}
.studio-package-list details {
  margin-top: 12px;
}
.studio-package-list summary {
  padding: 8px;
  color: var(--studio-muted);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.studio-rail-empty {
  padding: 15px;
  color: var(--studio-muted);
  font-size: 12px;
}
.studio-body > main {
  grid-column: 2;
  min-width: 0;
  padding: 40px clamp(28px, 4vw, 64px) 80px;
}
.studio-context {
  position: fixed;
  top: 113px;
  right: 0;
  bottom: 0;
  width: 306px;
  padding: 23px 18px;
  border-left: 1px solid var(--studio-line);
  background: #fff;
  overflow: auto;
}
.studio-context > section {
  padding: 16px 3px;
  border-bottom: 1px solid #e8ebef;
}
.studio-context > section:first-child {
  padding-top: 0;
}
.studio-context header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.studio-context header span,
.studio-context > section > span,
.studio-inspector-card > span,
.studio-page-head > span,
.studio-package-head > div > span,
.studio-hero > span,
.studio-focus header span,
.studio-package-story header span,
.studio-release-map header span,
.studio-dialog form > div > span,
.studio-drawer header span {
  color: var(--studio-accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.studio-context header button {
  border: 0;
  background: transparent;
  color: var(--studio-accent);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.studio-context p {
  margin: 6px 0;
  color: var(--studio-muted);
  font-size: 12px;
  line-height: 1.55;
}
.studio-context-package {
  appearance: none;
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 11px 0;
  border: 0;
  border-top: 1px solid #edf0f4;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-context-package time {
  color: var(--studio-accent);
  font-size: 9px;
  font-weight: 800;
}
.studio-context-package strong {
  color: var(--studio-ink);
  font-size: 12px;
}
.studio-context-package small {
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-principle {
  padding: 18px !important;
  border: 0 !important;
  border-radius: 12px;
  background: var(--studio-ink);
  color: #fff;
}
.studio-principle > span {
  color: #9ebbe6 !important;
}
.studio-principle strong {
  display: block;
  margin-top: 7px;
  font-size: 14px;
}
.studio-principle p {
  color: #cad5e5;
}
.studio-hero {
  padding: 6px 0 29px;
}
.studio-hero h1,
.studio-page-head h1,
.studio-package-head h1 {
  margin: 4px 0 7px;
  color: var(--studio-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.studio-hero p,
.studio-page-head p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 14px;
}
.studio-focus,
.studio-package-story,
.studio-release-map,
.studio-paper,
.studio-ops-section {
  border: 1px solid var(--studio-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--studio-shadow);
  overflow: hidden;
}
.studio-focus > header,
.studio-package-story > header,
.studio-release-map > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 21px 22px 16px;
}
.studio-focus h2,
.studio-package-story h2,
.studio-release-map h2 {
  margin: 3px 0 0;
  color: var(--studio-ink);
  font-size: 18px;
}
.studio-focus header button {
  border: 0;
  background: transparent;
  color: var(--studio-accent);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.studio-work-row {
  appearance: none;
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-top: 1px solid #ebeff4;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-work-row:hover {
  background: #f8fafc;
}
.studio-work-row > i {
  width: 5px;
  height: 38px;
  border-radius: 6px;
  background: #4f79c4;
}
.studio-work-row.is-urgent > i {
  background: var(--studio-red);
}
.studio-work-row.is-review > i {
  background: var(--studio-purple);
}
.studio-work-row > span {
  display: grid;
  min-width: 0;
}
.studio-work-row em {
  color: var(--studio-accent);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.studio-work-row strong {
  overflow: hidden;
  color: var(--studio-ink);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-work-row small {
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-work-row > b {
  color: var(--studio-accent);
  font-size: 10px;
}
.studio-celebrate {
  display: grid;
  justify-items: center;
  padding: 44px;
  border-top: 1px solid var(--studio-line);
  text-align: center;
}
.studio-celebrate > b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e3f4ed;
  color: var(--studio-green);
}
.studio-celebrate > strong {
  margin-top: 10px;
  color: var(--studio-ink);
}
.studio-celebrate p {
  margin: 4px 0;
  color: var(--studio-muted);
  font-size: 11px;
}
.studio-pulse {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.studio-pulse article,
.studio-ops-grid article {
  display: grid;
  padding: 17px 18px;
  border: 1px solid var(--studio-line);
  border-radius: 13px;
  background: #fff;
}
.studio-pulse span,
.studio-ops-grid span {
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-pulse strong,
.studio-ops-grid strong {
  margin: 3px 0;
  color: var(--studio-ink);
  font-size: 24px;
}
.studio-pulse small {
  color: #8a93a1;
  font-size: 9px;
}
.studio-back {
  appearance: none;
  padding: 0;
  margin: 0 0 19px;
  border: 0;
  background: transparent;
  color: var(--studio-accent);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.studio-package-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.studio-package-head p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 11px;
}
.studio-progress-ring {
  display: grid;
  place-items: center;
  align-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background:
    radial-gradient(closest-side, #f2f4f7 78%, transparent 80% 99%),
    conic-gradient(var(--studio-accent) calc(var(--value) * 1%), #dfe5ee 0);
}
.studio-progress-ring strong {
  color: var(--studio-ink);
  font-size: 17px;
}
.studio-progress-ring span {
  color: var(--studio-muted);
  font-size: 8px;
  text-transform: uppercase;
}
.studio-package-story header p {
  margin: 4px 0 0;
  color: var(--studio-muted);
  font-size: 11px;
}
.studio-deliverables > button {
  appearance: none;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-top: 1px solid #ebeff4;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-deliverables > button:hover {
  background: #f8fafc;
}
.studio-step {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #edf3fc;
  color: var(--studio-accent);
  font-size: 10px;
  font-weight: 900;
}
.studio-deliverables > button > span:nth-child(2) {
  display: grid;
  min-width: 0;
}
.studio-deliverables em {
  color: var(--studio-accent);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.studio-deliverables strong {
  overflow: hidden;
  color: var(--studio-ink);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.studio-deliverables small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-deliverables b {
  color: var(--studio-accent);
  font-size: 10px;
}
.studio-state {
  padding: 5px 8px;
  border-radius: 999px;
  background: #edf1f6;
  color: #536176;
  font-size: 9px;
  font-weight: 800;
}
.studio-state.is-authoring {
  background: #fff0dc;
  color: #90540c;
}
.studio-state.is-review {
  background: #efe9fb;
  color: #6844a9;
}
.studio-state.is-publishing {
  background: #e5f2ff;
  color: #235f9d;
}
.studio-state.is-released {
  background: #e1f4eb;
  color: #17694b;
}
.studio-release-map {
  margin-top: 16px;
}
.studio-release-map article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-top: 1px solid #ebeff4;
}
.studio-release-map article > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: var(--studio-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.studio-release-map article > div {
  display: grid;
}
.studio-release-map strong {
  color: var(--studio-ink);
  font-size: 12px;
}
.studio-release-map small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-release-map em {
  color: var(--studio-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: capitalize;
}
.studio-empty-line {
  padding: 20px;
  border-top: 1px solid #ebeff4;
  color: var(--studio-muted);
  font-size: 11px;
}
.studio-facts {
  margin: 0;
}
.studio-facts > div {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f4;
}
.studio-facts dt {
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-facts dd {
  margin: 0;
  color: var(--studio-ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: capitalize;
}
.studio-primary,
.studio-secondary {
  display: inline-flex;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid var(--studio-accent);
  border-radius: 9px;
  background: var(--studio-accent);
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.studio-secondary {
  border-color: #cbd4e1;
  background: #fff;
  color: var(--studio-ink) !important;
}
.studio-wide {
  width: 100%;
}
.studio-document-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 15px;
  margin-bottom: 17px;
}
.studio-document-head > .studio-back {
  grid-column: 1/-1;
  margin: 0;
}
.studio-document-head > div:nth-child(2) {
  display: grid;
}
.studio-document-head > div > span {
  color: var(--studio-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.studio-document-head input {
  width: 100%;
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: var(--studio-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.2;
}
.studio-document-head input:focus {
  outline: 0;
  border-bottom: 1px solid var(--studio-accent);
}
.studio-document-head small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-document-head > div:last-child {
  display: flex;
  align-items: end;
  gap: 7px;
}
.studio-document-head > div:last-child button {
  padding: 9px 12px;
  border: 1px solid #cad3df;
  border-radius: 8px;
  background: #fff;
  color: var(--studio-ink);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.studio-document-head > div:last-child .studio-primary {
  background: var(--studio-accent);
  color: #fff;
}
.studio-paper {
  min-height: 680px;
  padding: 26px 35px 20px;
}
.studio-paper-tools {
  display: flex;
  gap: 5px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8ebef;
}
.studio-paper-tools button {
  padding: 7px 9px;
  border: 1px solid #d7dee7;
  border-radius: 7px;
  background: #fff;
  color: #58677b;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}
.studio-block {
  margin: 22px 0;
  border: 1px solid transparent;
  border-radius: 8px;
}
.studio-block:focus-within {
  border-color: #c9daef;
  background: #fcfdff;
}
.studio-block > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
}
.studio-block > header > span {
  color: #9aa3af;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.studio-block > header > div {
  display: flex;
  gap: 3px;
  opacity: 0;
}
.studio-block:hover > header > div,
.studio-block:focus-within > header > div {
  opacity: 1;
}
.studio-block header button {
  padding: 3px 6px;
  border: 0;
  border-radius: 5px;
  background: #eef2f7;
  color: #64748b;
  font-size: 8px;
  cursor: pointer;
}
.studio-block textarea {
  display: block;
  width: 100%;
  padding: 6px 2px;
  border: 0;
  resize: vertical;
  background: transparent;
  color: #27354c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.75;
}
.studio-block[data-block-type="heading"] textarea {
  color: var(--studio-ink);
  font-size: 23px;
  font-weight: 700;
}
.studio-block textarea:focus {
  outline: 0;
}
.studio-paper > footer {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #e8ebef;
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-inspector-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 3px;
  margin-bottom: 12px;
  border-radius: 9px;
  background: #eef2f6;
}
.studio-inspector-tabs button {
  padding: 8px 4px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--studio-muted);
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.studio-inspector-tabs button.is-active {
  background: #fff;
  color: var(--studio-ink);
  box-shadow: 0 1px 5px rgba(24, 36, 59, 0.12);
}
.studio-inspector-tabs b {
  display: inline-grid;
  place-items: center;
  min-width: 15px;
  height: 15px;
  border-radius: 9px;
  background: var(--studio-red);
  color: #fff;
  font-size: 7px;
}
.studio-inspector-card,
.studio-thread {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid var(--studio-line);
  border-radius: 11px;
  background: #fff;
}
.studio-inspector-card h3 {
  margin: 4px 0 9px;
  color: var(--studio-ink);
  font-size: 14px;
}
.studio-inspector-card > p {
  display: flex;
  gap: 7px;
  padding: 6px 0;
  margin: 0;
  border-top: 1px solid #edf0f3;
  color: #536176;
  font-size: 10px;
}
.studio-inspector-card > p.is-done {
  color: var(--studio-green);
}
.studio-inspector-card small {
  display: block;
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-thread header {
  display: flex;
  justify-content: space-between;
  color: var(--studio-muted);
  font-size: 8px;
  text-transform: uppercase;
}
.studio-thread p {
  display: grid;
  gap: 3px;
  padding-top: 9px;
  margin: 8px 0 0;
  border-top: 1px solid #edf0f4;
  color: #3c4a5f;
  font-size: 10px;
}
.studio-thread p > b {
  color: var(--studio-ink);
  font-size: 9px;
}
.studio-thread ins {
  display: block;
  padding: 8px;
  border-radius: 7px;
  background: #e6f5ed;
  color: #165f45;
  text-decoration: none;
}
.studio-thread.is-resolved {
  opacity: 0.62;
}
.studio-inspector-empty {
  display: grid;
  justify-items: center;
  padding: 28px 12px;
  text-align: center;
}
.studio-inspector-empty > b {
  color: #9aa5b4;
  font-size: 24px;
}
.studio-inspector-empty strong {
  color: var(--studio-ink);
  font-size: 12px;
}
.studio-inspector-empty p {
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-history-row {
  appearance: none;
  display: grid;
  gap: 2px;
  width: 100%;
  padding: 9px 0;
  border: 0;
  border-top: 1px solid #edf0f3;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-history-row strong {
  color: var(--studio-ink);
  font-size: 10px;
}
.studio-history-row small {
  color: var(--studio-muted);
  font-size: 8px;
}
.studio-page-head {
  padding: 3px 0 28px;
}
.studio-timeline {
  display: grid;
  gap: 24px;
}
.studio-timeline > section > h2 {
  margin: 0 0 8px;
  color: var(--studio-ink);
  font-size: 14px;
}
.studio-timeline > section > button {
  appearance: none;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--studio-line);
  border-bottom: 0;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-timeline > section > button:first-of-type {
  border-radius: 12px 12px 0 0;
}
.studio-timeline > section > button:last-of-type {
  border-bottom: 1px solid var(--studio-line);
  border-radius: 0 0 12px 12px;
}
.studio-timeline time {
  display: grid;
  place-items: center;
  height: 42px;
  border-radius: 9px;
  background: #edf3fc;
  color: var(--studio-accent);
}
.studio-timeline time strong {
  font-size: 16px;
}
.studio-timeline time span {
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}
.studio-timeline button > span {
  display: grid;
}
.studio-timeline button > span strong {
  color: var(--studio-ink);
  font-size: 12px;
}
.studio-timeline small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-timeline em {
  color: var(--studio-green);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: capitalize;
}
.studio-library-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px auto;
  gap: 8px;
  margin-bottom: 15px;
}
.studio-library-search input,
.studio-library-search select,
.studio-dialog input,
.studio-dialog textarea,
.studio-dialog select {
  width: 100%;
  padding: 10px 11px;
  border: 1px solid #cad3df;
  border-radius: 9px;
  background: #fff;
  color: #243148;
}
.studio-library-results {
  overflow: hidden;
  border: 1px solid var(--studio-line);
  border-radius: 14px;
  background: #fff;
}
.studio-library-results > button {
  appearance: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 14px 18px;
  border: 0;
  border-bottom: 1px solid #edf0f4;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-library-results > button:hover {
  background: #f8fafc;
}
.studio-library-results > button > span {
  display: grid;
}
.studio-library-results em {
  color: var(--studio-accent);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.studio-library-results strong {
  color: var(--studio-ink);
  font-size: 12px;
}
.studio-library-results small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-library-results > button > b {
  color: var(--studio-accent);
  font-size: 9px;
}
.studio-ops-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 13px;
}
.studio-ops-tabs button {
  padding: 8px 11px;
  border: 1px solid #d3dae4;
  border-radius: 8px;
  background: #fff;
  color: var(--studio-muted);
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.studio-ops-tabs button.is-active {
  border-color: var(--studio-accent);
  background: #edf3fc;
  color: var(--studio-accent);
}
.studio-ops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.studio-ops-grid p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-ops-section {
  padding: 23px;
}
.studio-ops-section h2 {
  margin: 0 0 7px;
  color: var(--studio-ink);
  font-size: 18px;
}
.studio-ops-section > p {
  color: var(--studio-muted);
  font-size: 11px;
}
.studio-recurring,
.studio-person,
.studio-flow-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf0f4;
}
.studio-recurring > span,
.studio-person > span:nth-child(2),
.studio-flow-stage > span {
  display: grid;
}
.studio-recurring strong,
.studio-person strong,
.studio-flow-stage strong {
  color: var(--studio-ink);
  font-size: 11px;
}
.studio-recurring small,
.studio-person small,
.studio-flow-stage small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-recurring > span:last-child {
  text-align: right;
}
.studio-recurring em,
.studio-person em {
  color: var(--studio-accent);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}
.studio-person {
  grid-template-columns: 30px minmax(0, 1fr) auto auto;
}
.studio-person-avatar {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e6eef9;
  color: var(--studio-accent);
  font-size: 10px;
  font-weight: 900;
}
.studio-person > b {
  color: var(--studio-green);
  font-size: 8px;
}
.studio-flow-stage {
  grid-template-columns: 32px minmax(0, 1fr);
}
.studio-flow-stage > b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: #eaf1fb;
  color: var(--studio-accent);
  font-size: 11px;
}
.studio-health {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #edf0f4;
}
.studio-health > b {
  height: max-content;
  padding: 4px 6px;
  border-radius: 5px;
  background: #e2e8f0;
  color: #526071;
  font-size: 7px;
  text-transform: uppercase;
}
.studio-health.is-good > b {
  background: #dff3e9;
  color: var(--studio-green);
}
.studio-health.is-warning > b {
  background: #fff0d7;
  color: #8a560e;
}
.studio-health.is-critical > b {
  background: #f9e3e6;
  color: var(--studio-red);
}
.studio-health > span {
  display: grid;
}
.studio-health strong {
  color: var(--studio-ink);
  font-size: 10px;
}
.studio-health small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-safety {
  padding: 14px;
  border: 1px solid #e3c88c;
  border-radius: 11px;
  background: #fff8e9;
}
.studio-safety > span {
  color: #996312;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}
.studio-safety strong {
  display: block;
  color: #6c4b16;
  font-size: 11px;
}
.studio-safety p {
  margin: 4px 0 0;
  color: #7d6a47;
  font-size: 9px;
}
.studio-safety.is-live {
  border-color: #a9d6c3;
  background: #eaf7f1;
}
.studio-settings-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 16px 0;
}
.studio-settings-map article {
  padding: 13px;
  border: 1px solid var(--studio-line);
  border-radius: 10px;
  background: #f8fafc;
}
.studio-settings-map strong {
  color: var(--studio-ink);
  font-size: 11px;
}
.studio-settings-map p {
  margin: 4px 0 0;
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-small {
  font-size: 9px !important;
}
.studio-loading {
  padding: 40px;
  color: var(--studio-muted);
  text-align: center;
}
.studio-fatal {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 100vh;
  padding: 30px;
  text-align: center;
}
.studio-fatal strong {
  color: var(--studio-ink);
  font-size: 20px;
}
.studio-fatal p {
  max-width: 520px;
  color: var(--studio-muted);
}
.studio-fatal button {
  padding: 10px 15px;
  border: 0;
  border-radius: 8px;
  background: var(--studio-accent);
  color: #fff;
}
.studio-drawer {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  width: min(470px, 94vw);
  height: 100vh;
  padding: 25px;
  border-left: 1px solid var(--studio-line);
  background: #fff;
  box-shadow: -20px 0 60px rgba(19, 32, 51, 0.18);
  overflow: auto;
  transform: translateX(102%);
  transition: transform 0.18s ease;
}
.studio-drawer.is-open {
  transform: translateX(0);
}
.studio-drawer > header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--studio-line);
}
.studio-drawer h2 {
  margin: 3px 0;
  color: var(--studio-ink);
  font-size: 23px;
}
.studio-drawer header p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-drawer header button {
  width: 31px;
  height: 31px;
  border: 1px solid #d2d9e2;
  border-radius: 8px;
  background: #fff;
  color: #657184;
  cursor: pointer;
}
.studio-drawer-list {
  margin-top: 12px;
  border: 1px solid var(--studio-line);
  border-radius: 12px;
  overflow: hidden;
}
.studio-notices article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #edf0f4;
}
.studio-notices article > span {
  display: grid;
}
.studio-notices strong {
  color: var(--studio-ink);
  font-size: 11px;
}
.studio-notices p {
  margin: 4px 0;
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-notices time {
  color: #8a94a3;
  font-size: 8px;
}
.studio-notices button {
  align-self: center;
  padding: 6px 8px;
  border: 1px solid #ccd5e1;
  border-radius: 7px;
  background: #fff;
  color: var(--studio-accent);
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}
.studio-help section {
  padding: 17px 0;
  border-bottom: 1px solid #edf0f4;
}
.studio-help strong {
  color: var(--studio-ink);
  font-size: 12px;
}
.studio-help p {
  margin: 5px 0 0;
  color: var(--studio-muted);
  font-size: 10px;
}
.studio-account-panel {
  display: grid;
  gap: 7px;
  padding-top: 18px;
}
.studio-account-panel a,
.studio-account-panel button {
  padding: 12px;
  border: 1px solid var(--studio-line);
  border-radius: 9px;
  background: #fff;
  color: var(--studio-ink);
  font-size: 10px;
  font-weight: 750;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
#studio-dialog {
  width: min(680px, calc(100vw - 30px));
  max-height: 88vh;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(15, 26, 44, 0.3);
}
#studio-dialog::backdrop {
  background: rgba(18, 29, 47, 0.56);
  backdrop-filter: blur(3px);
}
#studio-dialog form {
  position: relative;
  padding: 28px;
}
#studio-dialog h2 {
  margin: 4px 0 7px;
  color: var(--studio-ink);
  font-size: 24px;
}
#studio-dialog p {
  color: var(--studio-muted);
  font-size: 11px;
}
.studio-dialog-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 31px;
  height: 31px;
  border: 1px solid #d2d9e2;
  border-radius: 8px;
  background: #fff;
  color: #657184;
  font-size: 18px;
  cursor: pointer;
}
.studio-dialog label {
  display: grid;
  gap: 5px;
  margin: 13px 0;
  color: var(--studio-ink);
  font-size: 10px;
  font-weight: 800;
}
.studio-dialog label small {
  color: var(--studio-muted);
  font-weight: 500;
}
.studio-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.studio-package-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 15px 0;
}
.studio-package-types label {
  position: relative;
  display: grid !important;
  gap: 3px;
  min-height: 95px;
  padding: 14px 14px 12px 37px !important;
  margin: 0 !important;
  border: 1px solid var(--studio-line);
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
}
.studio-package-types input {
  position: absolute;
  top: 16px;
  left: 13px;
  width: auto !important;
}
.studio-package-types strong {
  font-size: 12px;
}
.studio-package-types small {
  color: var(--studio-muted);
  font-size: 9px;
  font-weight: 500;
}
.studio-module-list,
.studio-search-results {
  display: grid;
  gap: 5px;
  margin-top: 14px;
}
.studio-module-list button,
#studio-search-results button {
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--studio-line);
  border-radius: 9px;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-module-list strong,
#studio-search-results strong {
  color: var(--studio-ink);
  font-size: 11px;
}
.studio-module-list small,
#studio-search-results small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-search-input {
  font-size: 16px !important;
}
#studio-search-results > span {
  margin-top: 8px;
  color: var(--studio-accent);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}
.studio-dialog blockquote {
  padding: 12px;
  margin: 14px 0;
  border-left: 3px solid var(--studio-accent);
  background: #f4f7fb;
  color: #44526a;
  font-family: Georgia, serif;
  font-size: 12px;
}
.studio-revision-preview {
  max-height: 55vh;
  padding: 18px;
  border: 1px solid var(--studio-line);
  border-radius: 10px;
  overflow: auto;
}
.studio-eh-login {
  min-height: 100vh;
}
#studio-toast {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  max-width: 420px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #183e31;
  color: #fff;
  box-shadow: 0 12px 35px rgba(18, 34, 54, 0.25);
  font-size: 11px;
  font-weight: 750;
}
#studio-toast.is-error {
  background: #812936;
}
.cbc-skip-link {
  position: fixed;
  z-index: 999;
  left: -9999px;
}
.cbc-skip-link:focus {
  left: 10px;
  top: 10px;
  padding: 10px;
  background: #fff;
  color: #000;
}
@media (max-width: 1180px) {
  .studio-body {
    grid-template-columns: 240px minmax(480px, 1fr);
  }
  .studio-package-rail {
    width: 240px;
  }
  .studio-context {
    display: none;
  }
  .studio-body > main {
    grid-column: 2;
  }
  .studio-command {
    width: min(330px, 30vw);
  }
}
@media (max-width: 820px) {
  .studio-product span {
    display: none;
  }
  .studio-command {
    width: auto;
    margin-left: auto;
    font-size: 0;
  }
  .studio-command kbd {
    display: none;
  }
  .studio-command span {
    font-size: 20px;
  }
  .studio-bar {
    padding: 0 13px;
  }
  .studio-bar-actions > button:first-child {
    display: none;
  }
  .studio-switcher {
    padding: 0 9px;
    overflow: auto;
  }
  .studio-body {
    display: block;
    padding-top: 113px;
  }
  .studio-package-rail {
    position: static;
    width: auto;
    height: auto;
    max-height: 185px;
    border: 0;
    border-bottom: 1px solid var(--studio-line);
  }
  .studio-rail-head {
    position: static;
    padding: 10px 13px 5px;
  }
  .studio-package-list {
    display: flex;
    gap: 5px;
    padding: 0 9px 10px;
    overflow: auto;
  }
  .studio-package-row {
    flex: 0 0 220px;
  }
  .studio-package-list details {
    display: none;
  }
  .studio-body > main {
    padding: 24px 15px 60px;
  }
  .studio-hero h1,
  .studio-page-head h1,
  .studio-package-head h1 {
    font-size: 31px;
  }
  .studio-pulse,
  .studio-ops-grid {
    grid-template-columns: 1fr;
  }
  .studio-document-head {
    grid-template-columns: 1fr;
  }
  .studio-document-head > div:last-child {
    align-items: center;
  }
  .studio-paper {
    padding: 18px;
  }
  .studio-paper-tools {
    overflow: auto;
  }
  .studio-library-search {
    grid-template-columns: 1fr;
  }
  .studio-package-types,
  .studio-form-grid,
  .studio-settings-map {
    grid-template-columns: 1fr;
  }
  .studio-state {
    display: none;
  }
  .studio-deliverables > button {
    grid-template-columns: 30px minmax(0, 1fr) auto;
  }
  .studio-deliverables b {
    display: none;
  }
  .studio-timeline > section > button {
    grid-template-columns: 43px minmax(0, 1fr);
  }
  .studio-timeline em {
    grid-column: 2;
  }
  .studio-paper > footer {
    display: grid;
    gap: 3px;
  }
}
.studio-section-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.studio-section-actions h2 {
  margin-bottom: 2px;
}
.studio-section-actions p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 11px;
}
.studio-recurring > span:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}
.studio-recurring button {
  padding: 5px 8px;
  border: 1px solid #ccd5e1;
  border-radius: 6px;
  background: #fff;
  color: var(--studio-accent);
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}
.studio-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}
.studio-role-grid button {
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid var(--studio-line);
  border-radius: 9px;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.studio-role-grid strong {
  color: var(--studio-ink);
  font-size: 11px;
}
.studio-role-grid small {
  color: var(--studio-muted);
  font-size: 9px;
}
.studio-permission-groups {
  display: grid;
  gap: 10px;
  margin: 15px 0;
}
.studio-permission-groups fieldset {
  padding: 10px 12px;
  border: 1px solid var(--studio-line);
  border-radius: 10px;
}
.studio-permission-groups legend {
  padding: 0 5px;
  color: var(--studio-accent);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.studio-permission-groups label {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  margin: 5px 0;
}
.studio-permission-groups input {
  width: auto !important;
}
.studio-permission-groups label span {
  display: grid;
}
.studio-permission-groups strong {
  font-size: 10px;
  text-transform: capitalize;
}
.studio-permission-groups small {
  color: var(--studio-muted);
  font-size: 8px;
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
