@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans Japanese", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  background: #e80000;
  -webkit-animation: colour 10s linear infinite;
  -moz-animation: colour 10s linear infinite;
}

@-webkit-keyframes colour {
  0% {
    background: #db3c31;
  }
  40% {
    background: #db6731;
  }
  80% {
    background: #ec6b38;
  }
  100% {
    background: #db3c31;
  }
}
@-moz-keyframes colour {
  0% {
    background: #db3c31;
  }
  40% {
    background: #db6731;
  }
  80% {
    background: #ec6b38;
  }
  100% {
    background: #db3c31;
  }
}
button {
  font-family: inherit;
  cursor: pointer;
}

input {
  font-family: inherit;
}

#burgerWrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.page {
  min-height: 800px;
  background: #e80000;
}

.wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 16px;
}

.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.09);
  margin-bottom: 16px;
}
.card--pad {
  padding: 24px 22px;
}
.card--padsm {
  padding: 14px 16px;
}
.card--padmd {
  padding: 12px 16px;
}
.card--overflow {
  overflow: hidden;
}

.header {
  background: linear-gradient(180deg, #C0392B 0%, #96281B 100%);
  padding: 20px;
  text-align: center;
}
.header--tall {
  padding: 40px 20px 32px;
}
.header__emoji {
  font-size: 3.375rem;
}
.header__h1 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 8px 0 4px;
}
.header__h2 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 4px 0 0;
}
.header__sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.6rem;
  margin-top: 3px;
}
.header__subp {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.6rem;
  margin: 0;
}

.btn {
  display: block;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  font-family: inherit;
  padding: 17px;
}
.btn--red {
  background: #FFD600;
  color: #3D1C02;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 3px solid #fff;
}
.btn--red:hover {
  background: #E74C3C;
}
.btn--red:disabled, .btn--red-off {
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.btn--green {
  background: #059669;
  color: #fff;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid #fff;
}
.btn--green:hover {
  background: #34D399;
}
.btn--blue {
  background: #1C1917;
  color: #fff;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid #666;
}
.btn--blue:hover {
  background: #3B82F6;
  border: 2px solid #1D4ED8;
}
.btn--outline {
  background: #1D4ED8;
  color: #fff;
  border: 2px solid #fff;
  font-size: 1.6rem;
  padding: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn--outline:hover {
  background: #3B82F6;
}
.btn--large {
  font-size: 1.125rem;
  padding: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 599px) {
  .btn--large {
    font-size: 1.6rem;
    padding: 14px;
  }
}

.btn-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.btn--shuffle {
  flex: 1;
  padding: 13px;
  background: #fff;
  border: 2px solid #DEB887;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #6B4226;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid #fff;
}
.btn--shuffle:hover {
  background: #3B82F6;
  border: 2px solid #fff;
  color: #fff;
}

.btn--complete {
  flex: 2;
  padding: 13px;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 900;
  cursor: pointer;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid #fff;
  background: #C0392B;
}
.btn--complete:hover {
  border: 2px solid #fff;
  color: #fff;
}

.input-page {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .input-page {
    min-height: 70vh;
  }
}

.input-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: visible;
}
.input-bg::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: 150px;
  width: 80%;
  height: 100%;
  background: url(../img/bgTtl.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
  pointer-events: none;
}
@media (max-width: 599px) {
  .input-bg::before {
    background: none;
  }
}
.input-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.input-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: stretch;
}
@media (max-width: 599px) {
  .input-body {
    flex-direction: column;
  }
}

.input-title {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 40px 24px;
}
@media (max-width: 599px) {
  .input-title {
    justify-content: center;
    text-align: center;
  }
}
.input-title__img {
  max-width: 290px;
  width: 70%;
  height: auto;
  position: absolute;
  top: 110px;
  z-index: 30;
  left: 135px;
}
@media (max-width: 599px) {
  .input-title__img {
    position: static;
  }
}
.input-title__fallback {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  line-height: 1.3;
  text-align: center;
}
.input-title .input-demo-burger {
  flex-shrink: 0;
  width: 320px;
}
@media (max-width: 599px) {
  .input-title .input-demo-burger {
    width: 55vw;
    margin: 0 auto;
  }
}

.input-rules {
  width: 340px;
  flex-shrink: 0;
  padding: 30px 0 0px;
  display: flex;
  flex-direction: column;
  margin: 0px;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .input-rules {
    width: 100%;
    padding: 16px 18px;
  }
}
@media (max-width: 599px) {
  .input-rules h1 {
    text-align: center;
  }
}
.input-rules .ttlh1 {
  width: 100%;
  margin: 50px 0 30px;
}
@media (max-width: 599px) {
  .input-rules .ttlh1 {
    width: 90%;
    margin: 0 auto;
  }
}
.input-rules__heading {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}
.input-rules__hr {
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  margin: 4px 0;
}
.input-rules__lead {
  font-size: 1.3rem;
  font-weight: 900;
  color: #FFD600;
  margin-bottom: 30px;
}
.input-rules__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.input-rules__list li {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.input-rules__list strong {
  color: #FFD600;
}

.input-form {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  width: 70%;
  gap: 12px;
  padding: 20px 24px 28px;
  background: rgba(0, 0, 0, 0.8);
  margin: 80px auto 0;
}
@media (max-width: 599px) {
  .input-form {
    flex-wrap: wrap;
    gap: 15px;
    padding: 16px;
    width: 90%;
    display: block;
  }
}
.input-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.input-form__field--luck {
  flex: 0 0 100px;
}
@media (max-width: 599px) {
  .input-form__field--luck {
    flex: 0 0 80px;
  }
}
.input-form__label {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.input-form__text, .input-form__number {
  padding: 10px 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.2rem;
  font-family: inherit;
  outline: none;
}
.input-form__text::placeholder, .input-form__number::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.input-form__text:focus, .input-form__number:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
}
.input-form__number {
  width: 100%;
  text-align: center;
}
.input-form__number::-webkit-outer-spin-button, .input-form__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-form__btn {
  flex-shrink: 0;
  padding: 12px 28px;
  background: #FFD600;
  color: #3D1C02;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  align-self: flex-end;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .input-form__btn {
    width: 100%;
    text-align: center;
  }
}
.input-form__btn:hover {
  background: #E74C3C;
  color: #fff;
}
.input-form__btn--disabled, .input-form__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.input-form .input-form__btn-wrap {
  position: relative;
  display: inline-block;
}
.input-form .input-form__btn-wrap.is-disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  cursor: not-allowed;
}
.input-form .input-form__btn {
  position: relative;
  z-index: 1;
}
.input-form .input-form__btn:not(:disabled):hover {
  background: linear-gradient(135deg, #1D4ED8, #3B82F6);
}
.input-form-wrap {
  margin-bottom: 22px;
}
.input-form-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #3D1C02;
  margin-bottom: 8px;
}
.input-form-text {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #DEB887;
  border-radius: 8px;
  font-size: 1.125rem;
  outline: none;
  color: #3D1C02;
}

.luck-wrap {
  margin-bottom: 28px;
}
.luck-value {
  font-size: 2.125rem;
  font-weight: 900;
  color: #C0392B;
  vertical-align: middle;
}
.luck-range {
  width: 100%;
  accent-color: #C0392B;
  margin-bottom: 4px;
}
.luck-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #C8A86B;
  margin-bottom: 10px;
}
.luck-msg {
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 1.6rem;
  text-align: center;
}

.rules {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  font-size: 1.6rem;
  color: #6B4226;
  line-height: 2.1;
}

.credits {
  text-align: center;
}
.credits__label {
  font-size: 0.8rem;
  margin-bottom: 1px;
  color: #fff;
}
.credits__num {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Montserrat";
}
.credits__num--zero {
  color: #aaa;
}
@media (max-width: 599px) {
  .credits__num {
    font-size: 2.5rem;
  }
}
.credits__pips {
  font-size: 1.2rem;
  color: #C8A86B;
  margin-top: 2px;
}

@media (min-width: 600px) {
  .dice-phase {
    display: flex;
    height: 800px;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .dice-phase {
    display: flex;
    flex-direction: column;
    min-height: 70vh;
  }
}

.dice-log {
  background: none rgba(44, 44, 44, 0.87);
}
@media (min-width: 600px) {
  .dice-log {
    order: -1;
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    border-right: 2px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .dice-log {
    display: flex;
    flex-direction: column;
    border-top: 2px solid rgba(255, 255, 255, 0.08);
    max-height: 38vh;
    flex-shrink: 0;
  }
}
.dice-log__header {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .dice-log__header {
    padding: 12px 16px;
    font-size: 1.6rem;
    gap: 8px;
  }
}
@media (max-width: 599px) {
  .dice-log__header {
    padding: 8px 14px;
    font-size: 1.2rem;
    gap: 6px;
  }
}
.dice-log__count {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  font-size: 0.8rem;
}
@media (min-width: 600px) {
  .dice-log__count {
    padding: 1px 8px;
  }
}
@media (max-width: 599px) {
  .dice-log__count {
    padding: 1px 7px;
  }
}
.dice-log__list {
  flex: 1;
  overflow-y: auto;
}
@media (min-width: 600px) {
  .dice-log__list {
    padding: 8px 0;
  }
}
@media (max-width: 599px) {
  .dice-log__list {
    padding: 4px 0;
  }
}
.dice-log__empty {
  padding: 20px 16px;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}

.dice-right {
  gap: 8px;
  overflow-y: auto;
  overflow: hidden;
}
@media (min-width: 600px) {
  .dice-right {
    flex: 1;
    justify-content: space-between;
    padding: 16px 12px;
  }
}
@media (max-width: 599px) {
  .dice-right {
    padding: 12px 16px;
    gap: 10px;
  }
}

.dice-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
}

.dice-sep {
  font-size: 1.375rem;
  color: #DEB887;
  font-weight: 900;
  padding-bottom: 16px;
}

.die {
  text-align: center;
  line-height: 1;
}
.die__wrap {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}
@media (max-width: 599px) {
  .die__wrap {
    width: 68px;
    height: 68px;
  }
}
.die__img {
  display: block;
  width: 100%;
  height: 100%;
}
.die__val {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: -23px;
}
.die__val span {
  font-size: 2.2rem;
  font-weight: 900;
  font-family: "Montserrat";
  color: #1a1a1a;
  line-height: 1;
  user-select: none;
}
@media (max-width: 599px) {
  .die__val span {
    font-size: 1.5rem;
  }
}
.die__sub {
  font-size: 0.8rem;
  color: #C8A86B;
  margin-top: 3px;
  font-weight: 700;
}

.dice-result {
  width: 100%;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.dice-result__waiting {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}
.dice-result__label {
  font-size: 1.375rem;
  font-weight: 900;
}
@media (max-width: 599px) {
  .dice-result__label {
    font-size: 1.125rem;
  }
}
.dice-result__total {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 599px) {
  .dice-result__total {
    font-size: 2.2rem;
  }
}
.dice-result__fumble {
  font-size: 1.6rem;
  font-weight: 700;
  color: #DC2626;
  margin-top: 4px;
}
.dice-result__ing {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.dice-inv {
  width: 100%;
}
.dice-inv__label {
  font-size: 1rem;
  color: #9B7050;
  margin-bottom: 4px;
  color: #fff;
  letter-spacing: 0.1rem;
}

.dice-btn-area {
  width: 70%;
  margin: 40px auto;
}

.coc {
  font-family: "Courier New", monospace;
  background: #1C1917;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 14px;
  overflow-x: auto;
  white-space: nowrap;
}

.outcome {
  border-radius: 12px;
  padding: 14px 16px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
}
.outcome__label {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 6px;
}
.outcome__note {
  font-size: 1.2rem;
  color: #9B7050;
  margin-bottom: 10px;
}
.outcome__fumble {
  display: inline-block;
  background: #FEE2E2;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 700;
  color: #DC2626;
  font-size: 1.6rem;
}
.outcome__ing {
  border-radius: 10px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  position: relative;
  margin-top: 10px;
}
.outcome__ing-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outcome__ing-label span {
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 3px 14px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.6rem;
}

.log__row {
  padding: 8px 16px;
  font-size: 1.2rem;
  font-family: "Courier New", monospace;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  word-break: break-all;
}
@media (max-width: 599px) {
  .log__row {
    padding: 6px 14px;
    font-size: 1.2rem;
  }
}
.log__row--new {
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid currentColor;
  font-size: 1.5rem;
  padding: 12px 16px 12px 13px;
}
.log__new-badge {
  display: inline-block;
  /* background: currentColor; */
  color: #fff;
  font-size: 0.8rem;
  background: #3D1C02;
  font-weight: 100;
  font-family: "Montserrat";
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 6px;
  vertical-align: middle;
  /* opacity: 0.9; */
  filter: brightness(2) saturate(0.5);
}

.inv__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3D1C02;
  margin-bottom: 8px;
}
.inv__empty {
  font-size: 1.6rem;
  color: #C8A86B;
  text-align: center;
}
.inv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dice-inv .inv__tags {
  gap: 4px;
}
.inv__tag {
  padding: 4px 11px;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.dice-inv .inv__tag {
  padding: 3px 9px;
  font-size: 0.8rem;
}

.hist__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3D1C02;
  margin-bottom: 8px;
}
.hist__list {
  max-height: 180px;
  overflow-y: auto;
}
.hist__row {
  font-family: "Courier New", monospace;
  font-size: 1.2rem;
  padding: 4px 0;
  border-bottom: 1px solid #F5ECD7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cook-page {
  min-height: 700px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 599px) {
  .cook-page {
    flex-direction: column;
    min-height: 0.8vh;
  }
}

.cook-left {
  flex: 0 0 auto;
  overflow-y: auto;
  padding: 24px 0 24px 24px;
  align-items: center;
}
@media (max-width: 599px) {
  .cook-left {
    padding: 16px;
  }
}

.cook-list {
  display: flex;
  flex-direction: unset;
  width: 500px;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .cook-list {
    width: 90%;
    margin: 0 auto;
  }
}

.ck-row {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 80px;
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.ck-row--bun {
  cursor: default;
}
.ck-row.ing-layer--dragging {
  opacity: 0.25;
}
.ck-row.ing-layer--droptarget {
  outline: 3px solid #C0392B;
  outline-offset: -2px;
  border-radius: 4px;
}
@media (max-width: 599px) {
  .ck-row {
    height: 60px;
    gap: 10px;
  }
}

.ck-row__img {
  width: 180px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .ck-row__img {
    width: 55vw;
  }
}

.ck-bun-img,
.ck-ing-img {
  width: 180px;
  height: 70px;
  object-fit: contain;
}
@media (max-width: 599px) {
  .ck-bun-img,
  .ck-ing-img {
    width: 120px;
    height: 50px;
  }
}

.ck-ing-img {
  pointer-events: none;
  z-index: 10;
  height: auto !important;
}

.ck-bun-img[data-ing=bun_top] {
  z-index: 15;
}

.ck-row__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.ck-label {
  display: inline-block;
  min-width: 100px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
}
.ck-label--bun {
  background: #C8A87A;
}
@media (max-width: 599px) {
  .ck-label {
    font-size: 1rem;
    min-width: 80px;
    padding: 8px 12px;
  }
}

.cook-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 48px;
  gap: 20px;
  min-height: 700px;
}
@media (max-width: 599px) {
  .cook-right {
    min-height: auto;
    padding: 24px 20px;
    gap: 12px;
  }
}
.cook-right__title {
  font-size: 3rem;
  font-weight: 900;
  color: #222;
  letter-spacing: 6px;
}
@media (max-width: 599px) {
  .cook-right__title {
    font-size: 1.6rem;
    letter-spacing: 3px;
  }
}
.cook-right__sub {
  font-size: 1.6rem;
  color: #ffe788;
  letter-spacing: 3px;
}
.cook-right__stats {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 1px;
}
.cook-right__stats strong {
  font-weight: 700;
}
.cook-right__btns {
  display: flex;
  gap: 16px;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .cook-right__btns {
    flex-wrap: wrap;
  }
}
.cook-right__hint {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
}

.stat-normal {
  color: #059669;
}

.stat-luxury {
  color: #D97706;
}

.stat-weird {
  color: #DC2626;
}

.cook-btn {
  padding: 18px 40px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 900;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 599px) {
  .cook-btn {
    padding: 14px 24px;
    font-size: 1.1rem;
  }
}
.cook-btn--shuffle {
  background: #fff;
  color: #00BCD4;
  border: 2px solid #00BCD4;
  transition: all 0.3s ease;
}
.cook-btn--shuffle:hover {
  background: #3B82F6;
  border: 2px solid #fff;
  color: #fff;
}
.cook-btn--complete {
  flex: 2;
  padding: 13px;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 900;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  background: #C0392B;
}
.cook-btn--complete:hover {
  background: #E74C3C;
  border: 2px solid #fff;
  color: #fff;
}

.bun-top,
.bun-bot {
  position: relative;
  overflow: cover;
  user-select: none;
}

.bun-img,
.ing-img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

[data-ing=bun_top] {
  height: 143px;
}

[data-ing=bun_bot] {
  height: 122px;
}

.ck-row[data-ing=bun_top] {
  height: 180px;
}

.ck-row[data-ing=bun_bot] {
  height: 180px;
}

.bun-bot {
  --overlap: 83px;
}

[data-ing=patty] {
  height: 93px;
}

[data-ing=cheese] {
  height: 100px;
}

[data-ing=lettuce] {
  height: 137px;
  width: 105%;
  margin-left: -4%;
}

[data-ing=tomato] {
  height: 120px;
}

.ing-layer[data-ing=patty] {
  --overlap: 72px;
}

.ing-layer[data-ing=cheese] {
  --overlap: 94px;
  bottom: -21px;
}

.ing-layer[data-ing=lettuce] {
  --overlap: 125px;
  bottom: -40px;
}

.ing-layer[data-ing=tomato] {
  --overlap: 76px;
}

[data-ing=patty2] {
  height: 93px;
}

[data-ing=cheese2] {
  height: 100px;
}

[data-ing=lettuce2] {
  height: 137px;
  width: 105%;
  margin-left: -4%;
}

[data-ing=tomato2] {
  height: 120px;
}

/*.ck-row[data-ing="patty2"]   { height: 100px; }
.ck-row[data-ing="cheese2"]  { height: 100px; }
.ck-row[data-ing="lettuce2"] { height: 100px; }
.ck-row[data-ing="tomato2"]  { height: 100px; }*/
.ing-layer[data-ing=patty2] {
  --overlap: 52px;
}

.ing-layer[data-ing=cheese2] {
  --overlap: 94px;
  bottom: -21px;
}

.ing-layer[data-ing=lettuce2] {
  --overlap: 125px;
  bottom: -40px;
}

.ing-layer[data-ing=tomato2] {
  --overlap: 90px;
}

.cook-page .ing-layer[data-ing=cheese],
.cook-page .ing-layer[data-ing=cheese2] {
  bottom: 0px;
}

.cook-page .ing-layer[data-ing=lettuce] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=lettuce] .ck-ing-img[data-ing=lettuce] {
  height: auto;
  width: 100%;
  margin-left: 0;
}

.cook-page .ing-layer[data-ing=lettuce2] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=lettuce2] .ck-ing-img[data-ing=lettuce2] {
  height: auto;
  width: 100%;
  margin-left: 0;
}

[data-ing=pickle] {
  height: 56px;
  width: 90% !important;
}

[data-ing=pickle2] {
  height: 56px;
  width: 90% !important;
  margin: 0 auto;
}

[data-ing=onion] {
  height: 80px;
}

[data-ing=onion2] {
  height: 80px;
}

/*.ck-row[data-ing="pickle"] { height: 100px; }
.ck-row[data-ing="pickle2"] { height: 100px; }
.ck-row[data-ing="onion"]  { height: 100px; }
.ck-row[data-ing="onion2"]  { height: 100px; }*/
.ing-layer[data-ing=pickle] {
  --overlap: 50px;
}

.ing-layer[data-ing=pickle2] {
  --overlap: 50px;
}

.ing-layer[data-ing=onion] {
  --overlap: 52px;
}

.ing-layer[data-ing=onion2] {
  --overlap: 52px;
}

.cook-page .ing-layer[data-ing=pickle] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=pickle] .ck-ing-img[data-ing=pickle] {
  height: auto;
  width: 90%;
  margin: 0;
}

.cook-page .ing-layer[data-ing=pickle2] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=pickle2] .ck-ing-img[data-ing=pickle2] {
  height: auto;
  width: 90%;
  margin: 0;
}

[data-ing=bacon] {
  height: 129px;
}

[data-ing=bacon2] {
  height: 129px;
}

[data-ing=egg] {
  height: 80px;
}

[data-ing=egg2] {
  height: 80px;
}

/*.ck-row[data-ing="bacon"] { height: 100px; }
.ck-row[data-ing="bacon2"] { height: 100px; }
.ck-row[data-ing="egg"]  { height: 100px; }
.ck-row[data-ing="egg2"]  { height: 100px; }*/
.ing-layer[data-ing=bacon] {
  --overlap: 100px;
  width: 110%;
  margin-left: -5%;
  bottom: -15px;
}

.ing-layer[data-ing=bacon2] {
  --overlap: 100px;
  width: 110%;
  margin-left: -5%;
  bottom: -15px;
}

.ing-layer[data-ing=egg] {
  --overlap: 40px;
}

.ing-layer[data-ing=egg2] {
  --overlap: 62px;
}

.cook-page .ing-layer[data-ing=bacon] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=bacon] .ck-ing-img[data-ing=bacon] {
  height: auto;
}

.cook-page .ing-layer[data-ing=bacon2] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=bacon2] .ck-ing-img[data-ing=bacon2] {
  height: auto;
}

[data-ing=ebifry] {
  height: 130px;
}

.ing-layer[data-ing=ebifry] {
  --overlap: 108px;
  width: 120%;
  bottom: 0px;
}

.cook-page .ing-layer[data-ing=ebifry] {
  bottom: 0px;
}
.cook-page .ing-layer[data-ing=ebifry] .ck-ing-img[data-ing=ebifry] {
  height: auto;
}

[data-ing=teriyaki_chicken] {
  height: 110px;
}

.ing-layer[data-ing=teriyaki_chicken] {
  --overlap: 108px;
  width: 120%;
  bottom: -10px;
}

[data-ing=asparagus] {
  height: 100px;
}

.ing-layer[data-ing=asparagus] {
  --overlap: 100px;
  bottom: -20px;
}

.cook-page .ing-layer[data-ing=asparagus] {
  bottom: 0px;
}

[data-ing=ajifry] {
  height: 140px;
}

.ing-layer[data-ing=ajifry] {
  --overlap: 130px;
  bottom: -40px;
  right: -50px;
}

.cook-page .ing-layer[data-ing=ajifry] {
  bottom: 0px;
  right: 0;
}

[data-ing=cabia] {
  height: 48px;
  width: 80% !important;
  margin: 0 auto;
  object-fit: contain !important;
}

.ing-layer[data-ing=cabia] {
  --overlap: 42px;
  bottom: -10px;
}

.cook-page .ing-layer[data-ing=cabia] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=cabia] .ck-ing-img[data-ing=cabia] {
  height: auto;
  width: 80%;
  margin-left: 0;
}

[data-ing=matsutake] {
  height: 150px;
}

.ing-layer[data-ing=matsutake] {
  --overlap: 102px;
}

[data-ing=steak] {
  height: 158px;
}

.ing-layer[data-ing=steak] {
  --overlap: 142px;
  bottom: -48px;
}

.cook-page .ing-layer[data-ing=steak] {
  bottom: 0px;
}

[data-ing=toryuhu] {
  height: 49px;
  width: 80% !important;
  margin: 0 auto;
}

.ing-layer[data-ing=toryuhu] {
  --overlap: 42px;
}

.cook-page .ing-layer[data-ing=toryuhu] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=toryuhu] .ck-ing-img[data-ing=toryuhu] {
  height: auto;
  width: 80%;
  margin: 0;
}

[data-ing=foiegras] {
  height: 80px;
}

.ing-layer[data-ing=foiegras] {
  --overlap: 80px;
  bottom: -7px;
}

.cook-page .ing-layer[data-ing=foiegras] {
  bottom: 0px;
  margin: 0;
  height: auto;
}
.cook-page .ing-layer[data-ing=foiegras] .ck-ing-img[data-ing=foiegras] {
  width: 60%;
}

[data-ing=potato] {
  height: 124px;
  width: 80% !important;
  margin: 0 auto;
}

.ing-layer[data-ing=potato] {
  --overlap: 112px;
}

.dice-result__ing .ing-img[data-ing=potato] {
  margin: 0 auto;
  height: 90px;
}

.cook-page .ing-layer[data-ing=potato] {
  bottom: 0px;
  margin: 0;
}
.cook-page .ing-layer[data-ing=potato] .ck-ing-img[data-ing=potato] {
  height: auto;
  width: 80%;
  margin: 0;
}

[data-ing=rollcake] {
  height: 150px;
}

.ing-layer[data-ing=rollcake] {
  --overlap: 100px;
}

[data-ing=pineapple] {
  height: 110px;
}

.ing-layer[data-ing=pineapple] {
  --overlap: 80px;
}

[data-ing=saba_ni] {
  height: 120px;
}

.ing-layer[data-ing=saba_ni] {
  --overlap: 108px;
  bottom: -30px;
}

.cook-page .ing-layer[data-ing=saba_ni] {
  bottom: 0px;
}

[data-ing=natto] {
  height: 130px;
}

.ing-layer[data-ing=natto] {
  --overlap: 110px;
  bottom: -50px;
}

.cook-page .ing-layer[data-ing=natto] {
  bottom: 0px;
}
.cook-page .ing-layer[data-ing=natto] .ck-ing-img[data-ing=natto] {
  width: 70%;
}

[data-ing=takuan] {
  height: 70px;
}

.ing-layer[data-ing=takuan] {
  --overlap: 78px;
}

.cook-page .ing-layer[data-ing=takuan] .ck-ing-img[data-ing=takuan] {
  width: 70%;
}

[data-ing=yakisoba] {
  height: 150px;
}

.ing-layer[data-ing=yakisoba] {
  --overlap: 120px;
  bottom: -20px;
}

.cook-page .ing-layer[data-ing=yakisoba] {
  bottom: 0px;
  height: auto;
}

[data-ing=yaki_onigiri] {
  height: 110px;
}

.ing-layer[data-ing=yaki_onigiri] {
  --overlap: 100px;
  bottom: -20px;
}

.cook-page .ing-layer[data-ing=yaki_onigiri] {
  bottom: 0px;
  height: auto;
}
.cook-page .ing-layer[data-ing=yaki_onigiri] .ck-ing-img[data-ing=yaki_onigiri] {
  width: 60%;
  padding: 15px 0;
}

[data-ing=sauce_tartar],
[data-ing=sauce_aurora],
[data-ing=sauce_sauce],
[data-ing=sauce_ketchup],
[data-ing=sauce_mayo],
[data-ing=sauce_mustard] {
  height: 70px;
  width: 50%;
}

.ck-row[data-ing^=sauce_] {
  height: 40px;
}

.ing-layer.sauce-layer {
  --overlap: 65px;
  margin: 0 auto;
}

.ck-label--sauce,
.res-label--sauce {
  background: #af5b32;
  color: #fff;
  border: 1.5px solid #af5b32;
}

.sauce-pill {
  background: rgba(245, 245, 220, 0.85);
  color: #fff;
}

.bun-label {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.burger--flat .bun-top {
  border-radius: 14px;
  margin-bottom: 8px;
}
.burger--flat .bun-bot {
  border-radius: 14px;
  margin-top: 8px;
}
.burger--flat .ing-layer {
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: grab;
}
.burger--flat .ing-layer:last-of-type {
  margin-bottom: 0;
}
.burger--overlap .bun-top, .burger--result .bun-top {
  border-radius: 14px 14px 0 0;
}
.burger--overlap .bun-bot, .burger--result .bun-bot {
  border-radius: 0 0 14px 14px;
  margin-top: calc(-1 * var(--overlap, 18px));
}
.burger--overlap .ing-layer, .burger--result .ing-layer {
  margin-top: calc(-1 * var(--overlap, 18px));
}
.burger-empty {
  padding: 20px 0;
  text-align: center;
  color: #C8A86B;
  font-style: italic;
  background: #e80000;
  font-size: 1.6rem;
}

.ing-layer {
  position: relative;
  overflow: hidden;
  user-select: none;
  touch-action: none;
}
.ing-layer--dragging {
  opacity: 0.3;
}
.ing-layer--droptarget {
  outline: 3px solid #C0392B;
  outline-offset: -2px;
}

.ing-img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.ing-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.ing-label--center {
  justify-content: center;
  padding-left: 0;
}
.ing-label--left {
  padding-left: 44px;
}

.ing-handle {
  position: absolute;
  left: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  pointer-events: none;
}

.ing-name-pill {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 12px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1.6rem;
}

.result-labels {
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0;
  z-index: 1;
}
@media (min-width: 600px) {
  .result-labels {
    display: flex;
  }
}

.res-label-row {
  display: flex;
  align-items: center;
  height: 54px;
}
.res-label-row--bun {
  height: 46px;
}

.res-label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
}
.res-label--bun {
  background: #C8A87A;
}

.result-page {
  min-height: 80vh;
}
@media (min-width: 600px) {
  .result-page {
    display: flex;
    min-height: 700px;
  }
}

.result-left {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 599px) {
  .result-left {
    min-height: 45vw;
  }
}
@media (min-width: 600px) {
  .result-left {
    flex: 0 0 43%;
    min-height: 700px;
    align-items: center;
  }
}

.result-bg-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.result-bg-deco__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.result-burger-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  padding: 16px 12px 0;
}
@media (max-width: 599px) {
  .result-burger-wrap {
    max-width: 260px;
  }
}

.result-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 20px 24px;
}
@media (min-width: 600px) {
  .result-right {
    flex: 1;
    justify-content: center;
    padding: 40px 36px;
  }
}

.result-header__emoji {
  font-size: 2.625rem;
  margin-bottom: 4px;
}
.result-header__name {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media (min-width: 600px) {
  .result-header__name {
    font-size: 3.375rem;
  }
}
.result-header__char {
  font-size: 1.6rem;
  color: #DEB887;
  background: #a52222;
  padding: 2px 0;
  margin-bottom: 10px;
  text-align: center;
}

.result-info__comment {
  font-size: 1.6rem;
  color: #ffdd8c;
  line-height: 1.85;
  margin-bottom: 8px;
  font-weight: 600;
}
.result-info__stats {
  font-size: 1.2rem;
  color: #FCD34D;
  margin-bottom: 6px;
}
.result-info__tag {
  font-size: 1.6rem;
  font-weight: 700;
  color: #C0392B;
}

.result-btns {
  display: flex;
  gap: 10px;
}

.result-btn {
  flex: 1;
  font-size: 1.6rem;
  padding: 14px 8px;
  letter-spacing: 0;
}
@media (min-width: 600px) {
  .result-btn {
    font-size: 1.2rem;
    padding: 15px 10px;
  }
}

@keyframes diceSpin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  30% {
    transform: rotate(200deg) scale(1.12);
  }
  60% {
    transform: rotate(520deg) scale(1.06);
  }
  85% {
    transform: rotate(690deg) scale(1.02);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}
.dice-spinning {
  animation: diceSpin 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes burgerDrop {
  0% {
    transform: translateY(-50px) scaleX(0.97);
    opacity: 0;
  }
  45% {
    transform: translateY(5px) scaleX(1.03);
    opacity: 1;
  }
  62% {
    transform: translateY(-3px) scaleX(0.99);
  }
  76% {
    transform: translateY(2px) scaleX(1.01);
  }
  87% {
    transform: translateY(-1px) scaleX(1);
  }
  100% {
    transform: translateY(0) scaleX(1);
    opacity: 1;
  }
}
.burger-drop {
  opacity: 0;
  transform-origin: center bottom;
}
.burger-drop--go {
  animation: burgerDrop 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.campaign {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.58);
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(90%, 600px);
  height: fit-content;
  z-index: 9999;
}
.campaign::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.campaign.close {
  display: none;
}
.campaign p {
  margin-bottom: 2%;
}
.campaign__btn {
  background: #333;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  width: 80px;
  font-size: 3rem;
}
.campaign__btn:hover {
  background: #999;
}

/*# sourceMappingURL=explorer_burger.css.map */
