/* Concept submission showcase */
#content-inner:has(> #creator-concept-root) {
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

#creator-concept-root.creator-page {
  width: 100%;
  max-width: none;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.concept-showcase,
.concept-showcase * {
  box-sizing: border-box;
}

.concept-showcase {
  --concept-gold: #e8b84e;
  --concept-gold-bright: #ffd472;
  --concept-line: rgba(75, 105, 143, .31);
  position: relative;
  isolation: isolate;
  min-height: max(650px, calc(100vh - var(--pe-topbar, 58px)));
  overflow: hidden;
  padding: clamp(23px, 3.1vw, 50px) clamp(24px, 4vw, 64px) 56px;
  color: #dbe3ed;
  background:
    linear-gradient(90deg, rgba(2, 9, 18, .98) 0%, rgba(2, 9, 18, .94) 35%, rgba(2, 9, 18, .33) 58%, rgba(2, 9, 18, .08) 79%, rgba(2, 8, 17, .24) 100%),
    linear-gradient(180deg, rgba(2, 8, 18, .18), rgba(2, 8, 18, .12) 62%, rgba(2, 8, 18, .58)),
    url('../assets/bg.png') center / cover no-repeat,
    #020812;
}

.concept-showcase::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 43%, rgba(3, 12, 25, .1) 55%),
    repeating-linear-gradient(180deg, transparent 0 109px, rgba(73, 109, 154, .035) 110px),
    radial-gradient(circle at 74% 35%, rgba(37, 112, 232, .13), transparent 29%);
}

.concept-showcase-shade {
  position: absolute;
  z-index: -1;
  width: min(62vw, 980px);
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 9, 18, .22), transparent);
}

.concept-showcase-content {
  width: min(51.5%, 735px);
  min-width: 590px;
}

.concept-showcase-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 58px;
}

.concept-showcase-heading > span {
  width: 4px;
  height: 58px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--concept-gold-bright), #9d6a20);
  box-shadow: 0 0 17px rgba(232, 184, 78, .3);
}

.concept-showcase-heading h1 {
  margin: 0;
  color: #f0f3f7;
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.concept-showcase-heading p {
  margin: 8px 0 0;
  color: #738296;
  font-size: 11px;
}

.concept-showcase-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 18px 0 20px;
}

.concept-showcase-steps::before {
  content: '';
  position: absolute;
  left: 8.5%;
  right: 8.5%;
  top: 11px;
  height: 1px;
  background: rgba(94, 115, 144, .45);
}

.concept-showcase-steps > div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #69788b;
}

.concept-showcase-steps span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid #4a586b;
  border-radius: 50%;
  background: #091321;
  color: #7b899b;
  font: 700 8px/1 var(--font-mono);
}

.concept-showcase-steps strong {
  font-size: 10px;
  font-weight: 650;
}

.concept-showcase-steps .active,
.concept-showcase-steps .done {
  color: #d8dde5;
}

.concept-showcase-steps .active span,
.concept-showcase-steps .done span {
  border-color: var(--concept-gold);
  background: linear-gradient(145deg, #d5a53e, #9d6a21);
  color: #08101b;
  box-shadow: 0 0 13px rgba(232, 184, 78, .22);
}

.concept-showcase-steps .done span {
  background: #172232;
  color: var(--concept-gold-bright);
}

.concept-showcase-stage {
  min-height: 390px;
}

.concept-showcase-panel {
  min-height: 390px;
  padding: 20px;
  border: 1px solid var(--concept-line);
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(8, 20, 34, .95), rgba(5, 14, 25, .93));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .015);
  backdrop-filter: blur(9px);
}

.concept-basic-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-content: start;
  gap: 16px 18px;
}

.concept-field {
  display: block;
  min-width: 0;
}

.concept-field-wide {
  grid-column: 1 / -1;
}

.concept-field > span,
.concept-tag-field > span {
  display: block;
  margin-bottom: 7px;
  color: #aeb9c7;
  font-size: 10px;
  font-weight: 700;
}

.concept-field em {
  color: #da5f66;
  font-style: normal;
}

.concept-field input,
.concept-field select,
.concept-field textarea,
.concept-tag-entry input {
  width: 100%;
  border: 1px solid #26384e;
  border-radius: 2px;
  outline: 0;
  background: rgba(3, 11, 20, .88);
  color: #e0e7ef;
  font-size: 10px;
  box-shadow: none;
}

.concept-field input,
.concept-field select,
.concept-tag-entry input {
  height: 34px;
  padding: 0 10px;
}

.concept-field select {
  max-width: 235px;
  color-scheme: dark;
}

.concept-field textarea {
  min-height: 102px;
  padding: 10px;
  resize: vertical;
  line-height: 1.55;
}

.concept-field input:focus,
.concept-field select:focus,
.concept-field textarea:focus,
.concept-tag-entry input:focus {
  border-color: #be9137;
  box-shadow: 0 0 0 2px rgba(232, 184, 78, .08);
}

.concept-input-wrap {
  position: relative;
}

.concept-input-wrap input {
  padding-right: 55px;
}

.concept-input-wrap > small {
  position: absolute;
  right: 9px;
  bottom: 9px;
  color: #67768a;
  font: 8px var(--font-mono);
}

.concept-textarea-wrap > small {
  bottom: 10px;
}

.concept-tag-field > p {
  margin: -2px 0 8px;
  color: #67768a;
  font-size: 8px;
}

.concept-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.concept-tags button {
  min-height: 27px;
  padding: 0 9px;
  border: 1px solid rgba(232, 184, 78, .42);
  border-radius: 3px;
  background: rgba(232, 184, 78, .08);
  color: #b4bfcc;
  font-size: 8px;
  cursor: pointer;
}

.concept-tags button span {
  color: var(--concept-gold-bright);
}

.concept-tag-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px;
  max-width: 100%;
}

.concept-tag-entry input {
  border-style: dashed;
  border-radius: 2px 0 0 2px;
}

.concept-tag-entry button {
  border: 1px solid #38506d;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  background: #0b1a2b;
  color: #9aa9ba;
  font-size: 9px;
  cursor: pointer;
}

.concept-panel-title {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(73, 101, 137, .22);
}

.concept-panel-title > span {
  width: 31px;
  height: 31px;
  display: grid;
  flex: 0 0 31px;
  place-items: center;
  border: 1px solid rgba(232, 184, 78, .55);
  border-radius: 50%;
  color: var(--concept-gold-bright);
  font: 800 10px var(--font-mono);
}

.concept-panel-title h2 {
  margin: 0;
  color: #e8edf3;
  font-size: 17px;
}

.concept-panel-title p {
  margin: 5px 0 0;
  color: #708095;
  font-size: 9px;
}

.concept-detail-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}

.concept-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.concept-detail-grid .concept-field select {
  max-width: none;
}

.concept-upload-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.concept-upload-grid label {
  min-height: 145px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 1px dashed #38506d;
  border-radius: 4px;
  background: rgba(4, 14, 25, .62);
  text-align: center;
  cursor: pointer;
}

.concept-upload-grid label:hover {
  border-color: var(--concept-gold);
  background: rgba(232, 184, 78, .045);
}

.concept-upload-grid i {
  color: var(--concept-gold-bright);
  font-size: 25px;
  font-style: normal;
}

.concept-upload-grid strong {
  font-size: 10px;
}

.concept-upload-grid small {
  color: #69798d;
  font-size: 7px;
}

.concept-upload-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.concept-upload-grid b {
  padding: 5px 10px;
  border: 1px solid #3b5270;
  color: #9eacbc;
  font-size: 8px;
  font-weight: 600;
}

.concept-file-list {
  display: grid;
  gap: 1px;
  margin-top: 12px;
  background: rgba(72, 101, 137, .23);
}

.concept-file-list > p {
  margin: 0;
  padding: 20px;
  background: #071321;
  color: #718095;
  font-size: 9px;
  text-align: center;
}

.concept-file-list > div {
  min-height: 38px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 70px 45px;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  background: #071321;
}

.concept-file-list > div span {
  color: var(--concept-gold);
}

.concept-file-list > div strong,
.concept-file-list > div small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.concept-file-list > div strong {
  font-size: 9px;
}

.concept-file-list > div small {
  color: #6e7d90;
  font-size: 8px;
}

.concept-file-list button {
  border: 0;
  background: transparent;
  color: #ca7379;
  font-size: 8px;
  cursor: pointer;
}

.concept-confirm-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(72, 101, 137, .25);
}

.concept-confirm-summary > div {
  min-height: 64px;
  padding: 12px;
  background: #071321;
}

.concept-confirm-summary .wide {
  grid-column: 1 / -1;
}

.concept-confirm-summary small,
.concept-confirm-summary strong {
  display: block;
}

.concept-confirm-summary small {
  color: #6e7d91;
  font-size: 8px;
}

.concept-confirm-summary strong {
  margin-top: 7px;
  color: #dce4ed;
  font-size: 11px;
}

.concept-confirm-summary p {
  margin: 7px 0 0;
  color: #aab6c4;
  font-size: 9px;
  line-height: 1.65;
}

.concept-consent {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 9px;
  align-items: start;
  margin-top: 17px;
  color: #8998aa;
  font-size: 9px;
  line-height: 1.55;
  cursor: pointer;
}

.concept-consent input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--concept-gold);
}

.concept-showcase-actions {
  display: grid;
  grid-template-columns: 135px minmax(190px, 1fr);
  gap: min(21vw, 315px);
  margin-top: 17px;
}

.concept-showcase-actions button {
  min-height: 42px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}

.concept-cancel {
  border: 1px solid #33475e;
  background: rgba(9, 21, 35, .9);
  color: #c3cbd5;
}

.concept-next {
  border: 1px solid #f0c052;
  background: linear-gradient(180deg, #edbe52, #d8a43a);
  color: #111821;
  box-shadow: 0 9px 22px rgba(212, 157, 48, .13);
}

.concept-next span {
  margin-left: 8px;
}

.concept-showcase-actions button:hover {
  filter: brightness(1.08);
}

@media (max-width: 1180px) {
  .concept-showcase {
    background-position: 57% center;
  }
  .concept-showcase-content {
    width: min(60%, 710px);
    min-width: 560px;
  }
  .concept-showcase-actions {
    gap: 22%;
  }
}

@media (max-width: 900px) {
  .concept-showcase {
    min-height: 100%;
    background:
      linear-gradient(90deg, rgba(2, 9, 18, .97), rgba(2, 9, 18, .84) 68%, rgba(2, 9, 18, .5)),
      linear-gradient(180deg, rgba(2, 8, 18, .2), rgba(2, 8, 18, .68)),
      url('../assets/bg.png') 61% center / cover no-repeat,
      #020812;
  }
  .concept-showcase-content {
    width: min(76%, 690px);
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .concept-showcase {
    min-height: calc(100vh - 50px);
    padding: 22px 13px 34px;
    background:
      linear-gradient(180deg, rgba(2, 9, 18, .94), rgba(2, 9, 18, .82) 60%, rgba(2, 9, 18, .95)),
      url('../assets/bg.png') 64% center / cover no-repeat,
      #020812;
  }
  .concept-showcase-content {
    width: 100%;
  }
  .concept-showcase-heading h1 {
    font-size: 27px;
  }
  .concept-showcase-steps {
    margin-block: 18px;
  }
  .concept-showcase-steps strong {
    font-size: 9px;
  }
  .concept-showcase-panel {
    min-height: 0;
    padding: 15px;
  }
  .concept-showcase-stage {
    min-height: 0;
  }
  .concept-basic-panel,
  .concept-detail-grid,
  .concept-upload-grid {
    grid-template-columns: 1fr;
  }
  .concept-field-wide {
    grid-column: auto;
  }
  .concept-field select {
    max-width: none;
  }
  .concept-upload-grid label {
    min-height: 112px;
  }
  .concept-showcase-actions {
    grid-template-columns: minmax(105px, .65fr) minmax(160px, 1.35fr);
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .concept-showcase {
    padding-inline: 9px;
  }
  .concept-showcase-heading > span {
    height: 48px;
  }
  .concept-showcase-heading p {
    font-size: 9px;
  }
  .concept-showcase-steps strong {
    font-size: 8px;
  }
  .concept-showcase-steps span {
    width: 21px;
    height: 21px;
  }
  .concept-showcase-panel {
    padding: 13px;
  }
  .concept-confirm-summary {
    grid-template-columns: 1fr;
  }
  .concept-confirm-summary .wide {
    grid-column: auto;
  }
  .concept-showcase-actions {
    grid-template-columns: 1fr 1.35fr;
  }
}
