
@import url("pretendard.css");

@media (min-width: 465px) {
  .container {
    width: 460px !important;
  }
}

body {
  background-color: #fafafa !important;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

body.has-ios-install-prompt {
  overflow: hidden;
}

body.standalone-pwa .pwa-fixed-bottom {
  bottom: env(safe-area-inset-bottom, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

body.standalone-pwa .pwa-bottom-spacer {
  height: calc(100px + env(safe-area-inset-bottom, 0px));
}

.highlight {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  font-weight: 700;
}

.bold {
  font-family: "Pretendard", sans-serif !important;
  font-weight: 600 !important;
}

.detail {
  color: gray;
}

.btn-margin-b {
  margin-bottom: 10px;
}

/* 키워드 선택 */
.keyword {
  display: inline-block;
  padding: 8px 13px 8px 13px;
  border: 1px solid #57c3c5;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  color: #57c3c5;
}

.keyword.selected {
  background-color: #57c3c5;
  color: #fff;
}

.result-keyword {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  margin: 2px 4px 3px 0;
  background-color: transparent;
  border: 1px solid #57c3c5;
  color: #57c3c5;
  border-radius: 15px;
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: middle;
  letter-spacing: normal;
}

.letsmake {
  border-radius: 20px !important;
  border: none !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: #50c9c3; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #96deda,
    #50c9c3
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #96deda,
    #50c9c3
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.ios-install-prompt {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ios-install-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(87, 195, 197, 0.28), transparent 38%),
    rgba(9, 16, 20, 0.68);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ios-install-sheet {
  position: relative;
  width: min(100%, 430px);
  padding: 28px 22px 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(13, 33, 34, 0.28);
  border: 1px solid rgba(87, 195, 197, 0.18);
}

.ios-install-eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #57c3c5;
  letter-spacing: 0.04em;
}

.ios-install-title {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #1d1d1f;
}

.ios-install-copy {
  margin: 0;
  color: #585858;
  line-height: 1.5;
  font-size: 15px;
}

.ios-install-copy i {
  margin: 0 2px;
  color: #57c3c5;
}

.ios-install-step {
  display: inline-block;
  margin-left: 2px;
  padding: 3px 10px;
  border-radius: 999px;
  background-color: rgba(87, 195, 197, 0.12);
  color: #359da0;
  font-weight: 700;
}

.ios-install-instruction {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.07);
  color: #2f3a3d;
  font-size: 14px;
}

.ios-install-actions {
  margin-top: 18px;
}

.ios-install-primary {
  width: 100%;
  border: none;
  border-radius: 18px;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  background-color: #57c3c5;
  box-shadow: none;
}

.ios-install-footnote {
  margin: 12px 0 0;
  text-align: center;
  color: #8c8c8c;
  font-size: 12px;
}

@media (max-width: 464px) {
  .ios-install-prompt {
    padding: 14px;
  }

  .ios-install-sheet {
    padding: 24px 18px 18px;
    border-radius: 26px;
  }

  .ios-install-title {
    font-size: 22px;
  }
}

.song-list {
  display: flex;
  align-items: center;
}

.album {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.play {
  border: none;
  background-color: transparent;
  margin-left: 10px;
  color: #d8d8d8;
  font-size: 27px;
}

.recent {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 15px;
  background-color: #50c9c3;
  color: white;
  border-radius: 15px;
}

div {
  touch-action: manipulation !important;
}

.btn {
  touch-action: manipulation !important;
}
