/* MEGURU v38 — evidence-led WtE concept studio and public-release footer. */

.create-studio-frame,
.create-package {
  margin-top: 20px;
  border: 1px solid rgba(16, 47, 58, .18);
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 52px rgba(29, 60, 79, .12);
}

.create-studio-intro,
.create-package > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 27px;
  border-bottom: 1px solid rgba(16, 47, 58, .13);
  background: linear-gradient(115deg, rgba(225, 249, 242, .9), rgba(241, 233, 255, .86), rgba(255, 245, 205, .82));
}

.create-studio-intro small,
.create-package > header small,
.create-panel-heading > span,
.create-process-train header > span,
.create-guidance-card > span,
.create-gate-live > span,
.create-calculation > span,
.create-inspiration > span,
.create-crew-board header > span,
.create-readiness > span,
.create-brief-live > header > span {
  color: #397680;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .1em;
}

.create-studio-intro h3,
.create-package > header h3 {
  margin: 5px 0 6px;
  color: var(--create-ink);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
}

.create-studio-intro p,
.create-package > header p {
  max-width: 900px;
  margin: 0;
  color: #526f77;
  font-size: 16px;
  line-height: 1.65;
}

.create-studio-intro > button,
.create-hero [data-create-start] {
  min-width: 180px;
  min-height: 56px;
  padding: 12px 19px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(115deg, #176f67, #285787);
  box-shadow: 0 6px 0 #123f4b, 0 15px 28px rgba(17, 67, 76, .2);
  cursor: pointer;
  font-size: 16px;
  font-weight: 950;
}

.create-hero [data-create-start] {
  color: #14283f;
  background: linear-gradient(105deg, #baf5dc, #ffe29a);
  box-shadow: 0 5px 0 rgba(6, 24, 40, .45);
}

.create-studio-intro > button:hover,
.create-hero [data-create-start]:hover,
.create-primary:hover,
.create-secondary:hover,
.create-danger:hover {
  transform: translateY(-2px);
}

.create-studio-app {
  padding: 22px;
  scroll-margin-top: 104px;
}

.create-loading {
  padding: 30px;
  text-align: center;
}

.create-studio-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, auto)) minmax(260px, 1fr);
  align-items: stretch;
  gap: 9px;
  margin-bottom: 14px;
}

.create-studio-status > div,
.create-studio-status > p {
  display: grid;
  align-content: center;
  min-height: 64px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid rgba(28, 84, 88, .14);
  border-radius: 14px;
  background: #edf7f6;
}

.create-studio-status > div span {
  color: #527075;
  font-size: 14px;
  font-weight: 800;
}

.create-studio-status > div b {
  color: #183f48;
  font-size: 18px;
}

.create-studio-status > p {
  color: #516c75;
  font-size: 15px;
  line-height: 1.55;
  background: #fff9df;
}

.create-step-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border-radius: 20px;
  background: #132f43;
}

.create-step-nav button {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 1px 8px;
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 14px;
  color: #dceaf1;
  background: rgba(255, 255, 255, .07);
  cursor: pointer;
  text-align: left;
}

.create-step-nav button > span {
  grid-row: 1 / 3;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: #17333f;
  background: #f0d87f;
  font-size: 15px;
  font-weight: 950;
}

.create-step-nav button b {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.create-step-nav button small {
  grid-row: 1 / 3;
  color: #bed2dc;
  font-size: 14px;
  font-weight: 900;
}

.create-step-nav button:hover,
.create-step-nav button:focus-visible {
  border-color: #a8dfdc;
  background: rgba(255, 255, 255, .14);
}

.create-step-nav button.is-active {
  color: #17313e;
  background: #fff;
}

.create-step-nav button.is-active small {
  color: #466a73;
}

.create-step-nav button.is-complete > span::after {
  content: "✓";
  position: absolute;
  top: 5px;
  left: 34px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #18856d;
  font-size: 12px;
}

.create-panels {
  margin-top: 12px;
}

.create-step-panel {
  overflow: clip;
  border: 2px solid #d8e6e8;
  border-radius: 24px;
  background: #f9fcfc;
}

.create-step-panel[hidden] {
  display: none !important;
}

.create-panel-heading {
  padding: 26px 28px 21px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 220, 132, .3), transparent 28%),
    linear-gradient(115deg, #173b45, #2c3d65);
}

.create-panel-heading > span {
  color: #9de7dc;
}

.create-panel-heading h4 {
  margin: 6px 0 5px;
  color: #fff;
  font-size: clamp(27px, 3.3vw, 44px);
  line-height: 1.15;
}

.create-panel-heading p {
  max-width: 900px;
  margin: 0;
  color: #d7e7ed;
  font-size: 16px;
  line-height: 1.65;
}

.create-form-layout,
.create-blueprint-layout,
.create-value-layout,
.create-concept-layout,
.create-gate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 18px;
  padding: 22px;
}

.create-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 13px;
}

.create-field,
.create-check {
  min-width: 0;
  border: 1px solid #cfdee1;
  border-radius: 16px;
  background: #fff;
}

.create-field {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 14px;
}

.create-field > span,
.create-check b {
  color: #173f49;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.4;
}

.create-field input,
.create-field select {
  width: 100%;
  min-height: 48px;
  padding: 9px 11px;
  border: 2px solid #a9c4c8;
  border-radius: 11px;
  color: #152f3a;
  background: #fbfefe;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
}

.create-field input:focus,
.create-field select:focus {
  border-color: #146f78;
  outline: 3px solid rgba(54, 160, 155, .22);
}

.create-field small,
.create-check small,
.create-inspiration small {
  color: #586f76;
  font-size: 14px;
  line-height: 1.5;
}

.create-check {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: start;
  gap: 11px;
  min-height: 82px;
  padding: 14px;
  cursor: pointer;
}

.create-check:hover {
  border-color: #4c9995;
  background: #f4fffb;
}

.create-check input {
  width: 23px;
  height: 23px;
  margin: 1px 0 0;
  accent-color: #176f67;
}

.create-check input:disabled {
  opacity: .45;
}

.create-check > span {
  display: grid;
  gap: 4px;
}

.create-guidance-card,
.create-gate-live,
.create-calculation,
.create-inspiration,
.create-crew-board,
.create-readiness,
.create-brief-live {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d5e2e4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 65, 72, .08);
}

.create-guidance-card {
  align-self: start;
  background: linear-gradient(145deg, #eefcf6, #fff8dc);
}

.create-guidance-card > b {
  display: block;
  margin: 9px 0;
  color: #164c51;
  font-size: 23px;
  line-height: 1.4;
}

.create-guidance-card > p,
.create-gate-live > p,
.create-calculation > p,
.create-inspiration > p,
.create-readiness > p {
  color: #506c73;
  font-size: 15px;
  line-height: 1.65;
}

.create-live-brief {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #bed9d6;
}

.create-live-brief span {
  color: #527478;
  font-size: 14px;
  font-weight: 850;
}

.create-live-brief strong {
  color: #173e48;
  font-size: 18px;
}

.create-live-brief p {
  margin: 0;
  color: #557076;
  font-size: 14px;
  line-height: 1.5;
}

.create-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border: 1px solid #ccdfe0;
  border-radius: 20px;
  background: #eef7f6;
}

.create-checklist legend {
  padding: 0 9px;
  color: #164b52;
  font-size: 18px;
  font-weight: 950;
}

.create-gate-live {
  align-self: start;
  border-color: #e6b6a7;
  background: #fff4ed;
}

.create-gate-live > span {
  color: #a14335;
}

.create-gate-live > strong {
  display: block;
  margin: 8px 0 0;
  color: #8e352c;
  font-size: 56px;
  line-height: 1;
}

.create-gate-live h5,
.create-calculation h5,
.create-inspiration h5,
.create-crew-board h5,
.create-readiness h5,
.create-brief-live h5 {
  margin: 9px 0;
  color: #173e48;
  font-size: 21px;
  line-height: 1.4;
}

.create-gate-live ul,
.create-brief-live ul,
.create-brief-live ol {
  margin: 11px 0 0;
  padding-left: 1.35rem;
  color: #604d4a;
}

.create-gate-live li,
.create-brief-live li {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.55;
}

.create-process-train {
  margin: 22px 22px 0;
  padding: 20px;
  border: 1px solid #b9d2d5;
  border-radius: 20px;
  background: linear-gradient(120deg, #eaf6f8, #f3eeff);
}

.create-process-train header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.create-process-train h5 {
  margin: 0;
  color: #173e48;
  font-size: 20px;
}

.create-process-train ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 17px 0 12px;
  padding: 0;
  list-style: none;
}

.create-process-train li {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 82px;
  padding: 12px;
  border: 1px solid #c4d7da;
  border-radius: 14px;
  background: #fff;
}

.create-process-train li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 29px;
  right: -11px;
  color: #39737b;
  font-weight: 950;
}

.create-process-train li span {
  color: #5a7b82;
  font-size: 14px;
  font-weight: 950;
}

.create-process-train li b {
  margin-top: 4px;
  color: #163b47;
  font-size: 15px;
  line-height: 1.4;
}

.create-energy-branches {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.create-energy-branches span,
.create-energy-branches b {
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14px;
}

.create-energy-branches span {
  color: #fff;
  background: #315571;
  font-weight: 950;
}

.create-energy-branches b {
  color: #284d56;
  background: #fff;
}

.create-blueprint-layout .create-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.create-calculation {
  align-self: start;
  position: sticky;
  top: 104px;
  background: linear-gradient(145deg, #152f43, #253961);
}

.create-calculation > span,
.create-calculation h5,
.create-calculation p,
.create-calculation dt,
.create-calculation dd {
  color: #fff;
}

.create-calculation > span {
  color: #9de7dc;
}

.create-calculation dl {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.create-calculation dl > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.create-calculation dt {
  font-size: 14px;
}

.create-calculation dd {
  margin: 0;
  font-size: 19px;
  font-weight: 950;
}

.create-calculation p {
  margin: 11px 0 0;
  color: #d9e6ee;
  font-size: 14px;
  line-height: 1.55;
}

.create-calculation p.is-alert {
  padding: 10px;
  border-radius: 10px;
  color: #3f211d;
  background: #ffb7a9;
  font-weight: 900;
}

.create-value-layout > aside {
  display: grid;
  align-content: start;
  gap: 12px;
}

.create-inspiration {
  background: linear-gradient(145deg, #fff8d9, #f6edff);
}

.create-inspiration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.create-inspiration-tags b {
  padding: 7px 9px;
  border-radius: 999px;
  color: #214e55;
  background: #fff;
  font-size: 14px;
}

.create-crew-board {
  padding: 16px;
}

.create-crew-board header {
  padding: 3px 4px 10px;
}

.create-crew-board header h5 {
  margin-bottom: 0;
}

.create-crew-board > div {
  display: grid;
  gap: 7px;
}

.create-crew-board article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 9px;
  align-items: start;
  padding: 10px;
  border-radius: 12px;
  background: #eff7f6;
}

.create-crew-board article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  font-size: 19px;
}

.create-crew-board article p {
  margin: 0;
  color: #4b676e;
  font-size: 14px;
  line-height: 1.5;
}

.create-crew-board article b {
  display: block;
  color: #1d4c53;
  font-size: 15px;
}

.create-concept-layout {
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
}

.create-readiness {
  align-self: start;
  position: sticky;
  top: 104px;
  background: linear-gradient(145deg, #eff9f7, #f1edff);
}

.create-readiness-score {
  display: flex;
  align-items: end;
  gap: 4px;
  margin: 11px 0;
}

.create-readiness-score strong {
  color: #19564e;
  font-size: 64px;
  line-height: .9;
}

.create-readiness-score small {
  color: #537079;
  font-size: 16px;
  font-weight: 900;
}

.create-readiness-score.is-stop strong { color:#a23c32; }
.create-readiness-score.is-verify strong { color:#a06518; }

.create-readiness-bars {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.create-readiness-bars > div {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) minmax(80px, 1fr) 42px;
  align-items: center;
  gap: 8px;
}

.create-readiness-bars b,
.create-readiness-bars em {
  color: #425f67;
  font-size: 14px;
  font-style: normal;
}

.create-readiness-bars > div > span {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: #d3e1e2;
}

.create-readiness-bars i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #48b79a, #557ed3);
}

.create-brief-live {
  padding: 24px;
}

.create-brief-live > header {
  padding-bottom: 15px;
  border-bottom: 2px solid #dbe7e8;
}

.create-brief-live > header h5 {
  margin-bottom: 3px;
  font-size: 27px;
}

.create-brief-live > header p {
  margin: 0;
  color: #557076;
}

.create-brief-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 15px 0;
}

.create-brief-metrics > div {
  display: grid;
  gap: 5px;
  padding: 12px;
  border-radius: 13px;
  background: #edf6f6;
}

.create-brief-metrics span {
  color: #536f76;
  font-size: 14px;
}

.create-brief-metrics b {
  color: #173f49;
  font-size: 17px;
}

.create-brief-live section {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dbe7e8;
}

.create-brief-live h6 {
  margin: 0;
  color: #183f49;
  font-size: 18px;
}

.create-flag-list li::marker {
  color: #be4a3d;
}

.create-clear {
  color: #266559;
  font-weight: 850;
}

.create-brief-live details {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f0f4f8;
}

.create-brief-live summary {
  color: #234b58;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.create-brief-live details p {
  margin: 9px 0 0;
  color: #526c74;
  font-size: 14px;
  line-height: 1.6;
}

.create-panel-actions,
.create-final-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 22px;
  border-top: 1px solid #d7e4e5;
  background: #edf5f5;
}

.create-final-actions {
  justify-content: flex-end;
  margin: 0 22px;
  padding: 16px 0;
  border-top: 1px solid #d7e4e5;
  background: transparent;
}

.create-primary,
.create-secondary,
.create-danger {
  min-height: 50px;
  padding: 11px 17px;
  border: 2px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
}

.create-primary {
  color: #fff;
  background: linear-gradient(110deg, #176f67, #315a89);
  box-shadow: 0 5px 0 #163f4e;
}

.create-secondary {
  border-color: #8aa7ad;
  color: #214c55;
  background: #fff;
}

.create-danger {
  border-color: #d89d94;
  color: #8d342c;
  background: #fff5f1;
}

.create-boundary {
  margin: 0;
  padding: 0 22px 22px;
  color: #576f75;
  font-size: 14px;
  line-height: 1.6;
}

.create-announcer {
  min-height: 24px;
  margin: 10px 2px 0;
  color: #1b6258;
  font-size: 15px;
  font-weight: 850;
}

.create-package {
  overflow: clip;
}

.create-package .create-tool-grid {
  margin: 0;
  padding: 18px;
}

.create-package .create-tool-card {
  box-shadow: 0 10px 26px rgba(29, 60, 79, .09);
}

.site-legal-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr) auto;
  align-items: start;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 64px);
  color: #dce9ed;
  background: #102a37;
}

.site-legal-main > a,
.site-legal-about {
  color: #ffe193;
  font-size: 16px;
  font-weight: 950;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.site-legal-credit{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.linkedin-credit{display:inline-flex;align-items:center;gap:5px;color:#ffe193;text-decoration:none;font-weight:800;letter-spacing:0}.linkedin-credit-icon{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:4px;background:#0a66c2;color:#fff;font:800 13px/1 Arial,sans-serif}.linkedin-credit-label{text-decoration:underline;text-underline-offset:3px}.linkedin-credit:focus-visible{outline:2px solid #ffd875;outline-offset:3px;border-radius:4px}

.site-license-signature {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  letter-spacing: .025em;
}

.site-license-signature a {
  color: #ffd875;
  font-weight: 800;
  text-decoration-color: rgba(255, 216, 117, .52);
  text-underline-offset: 3px;
}

.site-license-signature .rights-holder {
  display: inline-block;
  margin-inline-start: 1.5em;
  white-space: nowrap;
}

.site-legal-main p,
.site-legal-footer details p {
  margin: 8px 0 0;
  color: #cbdde3;
  font-size: 15px;
  line-height: 1.65;
}

.site-legal-footer details {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 13px;
  background: rgba(255, 255, 255, .05);
}

.site-legal-footer summary {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.site-legal-about {
  white-space: nowrap;
}

.create-screen button:focus-visible,
.site-legal-footer a:focus-visible,
.site-legal-footer summary:focus-visible {
  outline: 3px solid #ffd875;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .create-studio-status {
    grid-template-columns: repeat(3, 1fr);
  }

  .create-studio-status > p {
    grid-column: 1 / -1;
  }

  .create-step-nav {
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .create-step-nav button {
    scroll-snap-align: start;
  }

  .create-form-layout,
  .create-blueprint-layout,
  .create-value-layout,
  .create-concept-layout,
  .create-gate-layout {
    grid-template-columns: 1fr;
  }

  .create-calculation,
  .create-readiness {
    position: static;
  }

  .site-legal-footer {
    grid-template-columns: 1fr 1fr;
  }

  .site-legal-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .create-studio-intro,
  .create-package > header {
    display: grid;
    padding: 20px;
  }

  .create-studio-intro > button {
    width: 100%;
  }

  .create-studio-app {
    padding: 12px;
  }

  .create-studio-status {
    grid-template-columns: 1fr 1fr;
  }

  .create-studio-status > div:first-child,
  .create-studio-status > p {
    grid-column: 1 / -1;
  }

  .create-panel-heading,
  .create-form-layout,
  .create-blueprint-layout,
  .create-value-layout,
  .create-concept-layout,
  .create-gate-layout {
    padding: 18px;
  }

  .create-form-grid,
  .create-blueprint-layout .create-form-grid,
  .create-brief-metrics {
    grid-template-columns: 1fr;
  }

  .create-process-train {
    margin: 14px 14px 0;
    padding: 16px;
  }

  .create-process-train header {
    display: grid;
  }

  .create-process-train ol {
    grid-template-columns: 1fr;
  }

  .create-process-train li {
    min-height: 62px;
  }

  .create-process-train li:not(:last-child)::after {
    top: auto;
    right: 18px;
    bottom: -12px;
    transform: rotate(90deg);
  }

  .create-panel-actions,
  .create-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-inline: 0;
  }

  .create-panel-actions > span {
    display: none;
  }

  .create-primary,
  .create-secondary,
  .create-danger {
    width: 100%;
  }

  .site-legal-footer {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .site-legal-about {
    grid-column: auto;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .create-studio-frame *,
  .create-studio-frame *::before,
  .create-studio-frame *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media print {
  body.is-printing-create {
    color: #172f39;
    background: #fff;
  }

  body.is-printing-create .topbar,
  body.is-printing-create .sound-control,
  body.is-printing-create .screen:not(#create-screen),
  body.is-printing-create .create-hero,
  body.is-printing-create .create-studio-intro,
  body.is-printing-create .create-studio-status,
  body.is-printing-create .create-step-nav,
  body.is-printing-create .create-step-panel:not(#create-panel-4),
  body.is-printing-create .create-panel-actions,
  body.is-printing-create .create-final-actions,
  body.is-printing-create .create-boundary,
  body.is-printing-create .create-package,
  body.is-printing-create .create-terms,
  body.is-printing-create .site-legal-footer,
  body.is-printing-create .create-announcer {
    display: none !important;
  }

  body.is-printing-create #create-screen,
  body.is-printing-create #create-panel-4 {
    display: block !important;
  }

  body.is-printing-create #create-screen {
    min-height: 0;
    padding: 0;
    background: #fff;
  }

  body.is-printing-create .create-workspace,
  body.is-printing-create .create-studio-frame,
  body.is-printing-create .create-studio-app,
  body.is-printing-create .create-panels,
  body.is-printing-create .create-step-panel,
  body.is-printing-create .create-concept-layout,
  body.is-printing-create .create-readiness,
  body.is-printing-create .create-brief-live {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #fff;
  }

  body.is-printing-create .create-panel-heading {
    padding: 0 0 16px;
    color: #172f39;
    background: #fff;
  }

  body.is-printing-create .create-panel-heading h4,
  body.is-printing-create .create-panel-heading p,
  body.is-printing-create .create-panel-heading > span {
    color: #172f39;
  }

  body.is-printing-create .create-concept-layout {
    display: grid;
    grid-template-columns: .38fr .62fr;
    gap: 18px;
  }
}
