.u-inner {
  position: relative;
  max-width: 525px;
  display: block;
  margin-inline: auto;
  width: 90%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: clamp(1.4rem, 13.1428571429px + 0.2197802198vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #ffffff;
  background: #2B293B !important;
  overflow-x: hidden;
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}
body.js-ready {
  opacity: 1;
}

main {
  overflow: hidden;
}

i {
  font-style: normal;
  display: inline-block;
}
@media (max-width: 768px) {
  i .mod--pc {
    display: unset !important;
  }
}

em {
  font-style: normal;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}

button {
  all: unset;
  font: inherit;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  cursor: pointer;
  margin: 0em;
  border: none;
  outline: none;
  border-radius: 0px;
}

label {
  cursor: pointer;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a:hover {
  color: inherit;
}

a:hover img {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: unset;
  font-weight: unset;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 100%;
  border-radius: 100px;
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(102, 92, 173, 0.3);
  font-weight: 600;
}
.c-btn.is-active {
  background-color: #665CAD;
}

.is-hidden {
  display: none !important;
}

.view {
  min-height: 100vh;
  background: #2B293B;
}

.drawing-view > .u-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.p-top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-question {
  width: 100%;
  background: #47455D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  padding: 13px 16px;
  resize: none;
  overflow: hidden;
  min-height: 48px;
  transition: border-color 0.2s;
}
.p-question::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.p-question::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.p-question:focus {
  outline: none;
  border-color: rgba(185, 172, 224, 0.6);
}

.p-spread-select {
  width: 100%;
  background: #47455D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  padding: 13px 40px 13px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.35)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
  transition: border-color 0.2s;
}
.p-spread-select:focus {
  outline: none;
  border-color: rgba(185, 172, 224, 0.6);
}
.p-spread-select option {
  background: #2B293B;
  color: #ffffff;
}

.p-position-slots {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.p-slot-label {
  background: #47455D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
}

.p-deck {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-deck-row {
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(12px);
  animation: deckRowIn 0.4s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

@keyframes deckRowIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-card-back {
  box-sizing: border-box;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgb(128.7608040201, 117.4894472362, 168.2105527638) 0%, #574d7a 100%);
  border: 1px solid #B9ACE0;
  border-radius: 3px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2784313725);
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.18s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-card-back:hover {
    transform: translateY(-6px);
    z-index: 10;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-card-back:hover {
    transform: translateY(-6px);
    z-index: 10;
  }
}
.p-card-back::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(3px - 1px);
  pointer-events: none;
}
.p-card-back::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 75'%3E%3Cg stroke='rgba(255,255,255,0.3)' stroke-width='0.3' fill='none'%3E%3Cline x1='25' y1='22' x2='25' y2='53'/%3E%3Cline x1='9.5' y1='37.5' x2='40.5' y2='37.5'/%3E%3Cline x1='14.1' y1='26.6' x2='35.9' y2='48.4'/%3E%3Cline x1='35.9' y1='26.6' x2='14.1' y2='48.4'/%3E%3Cline x1='11.2' y1='31.3' x2='38.8' y2='43.7'/%3E%3Cline x1='38.8' y1='31.3' x2='11.2' y2='43.7'/%3E%3Cline x1='19.7' y1='23.5' x2='30.3' y2='51.5'/%3E%3Cline x1='30.3' y1='23.5' x2='19.7' y2='51.5'/%3E%3C/g%3E%3Cpath d='M25 26.9l3.2 7.4 7.4 3.2-7.4 3.2-3.2 7.4-3.2-7.4-7.4-3.2 7.4-3.2z' fill='none' stroke='rgba(255,255,255,0.35)' stroke-width='0.5' stroke-linejoin='round'/%3E%3Ccircle cx='25' cy='37.5' r='3' fill='rgba(255,255,255,0.35)'/%3E%3Cpath d='M10 12l0.4 0.9 0.9 0.4-0.9 0.4-0.4 0.9-0.4-0.9-0.9-0.4 0.9-0.4z' fill='rgba(255,255,255,0.3)'/%3E%3Cpath d='M38 15l0.3 0.7 0.7 0.3-0.7 0.3-0.3 0.7-0.3-0.7-0.7-0.3 0.7-0.3z' fill='rgba(255,255,255,0.25)'/%3E%3Cpath d='M12 60l0.3 0.7 0.7 0.3-0.7 0.3-0.3 0.7-0.3-0.7-0.7-0.3 0.7-0.3z' fill='rgba(255,255,255,0.25)'/%3E%3Cpath d='M40 62l0.4 0.9 0.9 0.4-0.9 0.4-0.4 0.9-0.4-0.9-0.9-0.4 0.9-0.4z' fill='rgba(255,255,255,0.3)'/%3E%3Ccircle cx='35' cy='10' r='0.4' fill='rgba(255,255,255,0.45)'/%3E%3Ccircle cx='8' cy='40' r='0.4' fill='rgba(255,255,255,0.45)'/%3E%3Ccircle cx='42' cy='50' r='0.4' fill='rgba(255,255,255,0.45)'/%3E%3Ccircle cx='15' cy='68' r='0.4' fill='rgba(255,255,255,0.45)'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  border-radius: inherit;
}
.p-card-back.is-selected {
  transform: translateY(-5px);
  opacity: 0.5;
  pointer-events: none;
}

.p-draw-btn {
  gap: 8px;
  cursor: default;
}
.p-draw-btn.is-active {
  cursor: pointer;
}

.c-count-badge {
  display: grid;
  place-items: center;
  line-height: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  color: #665CAD;
  font-size: 1.7rem;
  font-weight: 700;
}

.result-view > .u-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.p-header {
  position: sticky;
}
.p-header.mod--relative {
  position: relative;
}
.p-header {
  top: 0;
  height: 60px;
  background: #2B293B;
  z-index: 100;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.p-header h1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-back-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1;
  padding: 0;
  margin-left: 4px;
  flex-shrink: 0;
  transition: color 0.15s;
  transform: translateY(-4px);
}
@media (hover: hover) and (pointer: fine) {
  .p-back-btn:hover {
    color: #665CAD;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-back-btn:hover {
    color: #665CAD;
  }
}

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

.p-result-card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-result-card__label {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  white-space: nowrap;
  background: #47455D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 5px 14px;
  line-height: 1;
}
.p-result-card__img {
  width: 100%;
  padding: 4px;
  border-radius: 5px;
  background: #F2EFED;
}
.p-result-card__img img {
  width: 100%;
  display: block;
  border-radius: 2px;
}
.p-result-card__name {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.3;
}

.p-copy-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-copy-text {
  background: #47455D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #ffffff;
  white-space: pre-wrap;
  word-break: break-word;
}

.p-toast {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(71, 69, 93, 0.95);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 1.4rem;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.42, 0, 0.58, 1), transform 0.25s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: 999;
}
.p-toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.p-toast.is-hide {
  opacity: 0;
  transform: translateX(-50%) translateY(6px);
}/*# sourceMappingURL=style.css.map */