/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/.pnpm/next@14.2.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/dream-interpretation/dream.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* ==========================================================================
   AI 꿈 해몽 페이지 전용 스타일 (CSS Module)
   기존 boldnews/page-dream-interpretation.php 의 <style> 블록을 이식.
   ========================================================================== */

/* ---------- 컨테이너 ---------- */
.dream_container__NGPYj {
  position: relative;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  color: white;
  background-color: #121638;
  background-image: linear-gradient(to bottom, #121638, #2c2a5a);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  min-height: calc(100vh - 200px);
  transition: all 0.5s ease;
  font-family: 'Noto Sans KR', 'Arial', sans-serif;
}

.dream_container__NGPYj.dream_castingSpell__h6pgl {
  box-shadow: 0 0 50px rgba(123, 31, 162, 0.5);
}

/* ---------- 헤더 ---------- */
.dream_headerImage__tjtee {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
}

.dream_magicTitle__scNEV {
  white-space: normal;
  overflow: visible;
  text-align: center;
  font-size: 2.5em;
  margin: 20px 0 10px;
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  animation: dream_glow__PjI4Q 2s ease-in-out infinite alternate;
}

.dream_subtitle__aJm3e {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 20px;
}

/* ---------- 배경 마법 심볼 ---------- */
.dream_magicSymbols__7ZQbJ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.dream_symbol__vvyDe {
  position: absolute;
  opacity: 0.3;
  font-size: 48px;
  line-height: 1;
  animation: dream_float__nqE_7 8s ease-in-out infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dream_moon__tsgpH {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.dream_star1__OWCUl {
  top: 20%;
  right: 15%;
  animation-delay: 1s;
}

.dream_wizard__Lywy9 {
  bottom: 15%;
  left: 20%;
  animation-delay: 2s;
}

.dream_crystal__YmbPC {
  bottom: 30%;
  right: 10%;
  animation-delay: 3s;
}

.dream_star2__7bEjK {
  top: 50%;
  left: 50%;
  animation-delay: 4s;
}

/* ---------- 입력 폼 ---------- */
.dream_dreamForm__7Nc6G {
  position: relative;
  z-index: 2;
  padding: 20px;
  margin: 10px auto;
  max-width: 100%;
  background-color: rgba(30, 30, 60, 0.3);
  border: 1px solid rgba(123, 31, 162, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.dream_dreamInput__5fOkf {
  width: 100%;
  height: 120px;
  margin: 10px 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #121638;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(123, 31, 162, 0.4);
  border-radius: 15px;
  resize: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  font-family: inherit;
}

.dream_dreamInput__5fOkf:focus {
  outline: none;
  border-color: #7b1fa2;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 15px rgba(123, 31, 162, 0.5);
}

.dream_dreamInput__5fOkf::-moz-placeholder {
  color: rgba(18, 22, 56, 0.7);
}

.dream_dreamInput__5fOkf::placeholder {
  color: rgba(18, 22, 56, 0.7);
}

.dream_charCounter__jcBSj {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.dream_charCounterWarning__kUOB8 {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
  color: #ffd700;
}

.dream_charCounterError__z0u1H {
  text-align: right;
  margin-top: 5px;
  font-size: 14px;
  color: #ff5252;
}

/* ---------- 버튼 ---------- */
.dream_magicButton___qzvy {
  display: block;
  width: calc(100% - 40px);
  max-width: 280px;
  margin: 20px auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(45deg, #ff9800, #e91e63);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.dream_magicButton___qzvy:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.dream_magicButton___qzvy:active:not(:disabled) {
  transform: scale(0.98);
}

.dream_magicButton___qzvy:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ---------- 로딩 ---------- */
.dream_loading___xRqE {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  z-index: 2;
}

.dream_wizardHat__rIwc7 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
  animation: dream_bounce__AsjsN 1s ease-in-out infinite alternate;
}

.dream_magicStars__s0KUA {
  font-size: 28px;
  letter-spacing: 12px;
  margin-bottom: 12px;
  animation: dream_twinkle__oDRZz 1.5s infinite ease-in-out;
}

.dream_loadingText__w0cH7 {
  font-size: 18px;
  color: white;
  margin-top: 10px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.dream_dreamFacts__qyti9 {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.dream_dreamFact__yaZrO {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  font-weight: 500;
  /* 각 꿈 팩트가 마운트될 때마다 한 사이클 재생:
     0~15% 페이드인 → 15~85% 유지 → 85~100% 페이드아웃.
     React 가 key={factIdx} 로 리마운트해줘야 다음 사이클이 시작된다. */
  animation: dream_dreamFactFade__ZO1lU 6s ease-in-out both;
  will-change: opacity, transform;
}

@keyframes dream_dreamFactFade__ZO1lU {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  85% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* ============================
 *  히어로 카루셀
 *  서브타이틀 아래에 꿈 테마 이미지 5장을 5초 간격 크로스페이드로 노출.
 * ============================ */
.dream_heroCarousel__r8hG9 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 240px;
  margin: 0 auto 24px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  background: linear-gradient(135deg, #1a1a3e, #2c2a5a);
}

.dream_heroSlide__nREv9 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  will-change: opacity;
}

.dream_heroSlideActive__6L2md {
  opacity: 1;
}

/* 선택 이미지가 있을 때 배경 위에 얹힘 */
.dream_heroSlideImg__UhKNB {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
  mix-blend-mode: screen;
}

/* 하단 어둠 그라데이션 */
.dream_heroSlideOverlay__n2BaI {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 30, 0) 40%,
    rgba(10, 10, 30, 0.6) 100%
  );
  pointer-events: none;
}

/* 중앙 콘텐츠 래퍼 */
.dream_heroContent__NLYyS {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 20px 30px;
}

.dream_heroEmoji__3hqaC {
  display: block;
  font-size: 88px;
  line-height: 1;
  margin-bottom: 10px;
  filter: drop-shadow(0 4px 24px rgba(255, 215, 0, 0.55));
  animation: dream_heroEmojiFloat__mXR3_ 5s ease-in-out infinite;
}

@keyframes dream_heroEmojiFloat__mXR3_ {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.04);
  }
}

.dream_heroTitle__nG_gb {
  font-family: var(--font-oswald), 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffd700;
  letter-spacing: 0.5px;
  text-shadow:
    0 0 14px rgba(255, 215, 0, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.8);
  margin-bottom: 6px;
}

.dream_heroSubtitle__GSyJ7 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.3px;
  max-width: 360px;
  margin: 0 auto;
}

.dream_heroDots__eumGW {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.dream_heroDot__vDrCn {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.4s ease;
}

.dream_heroDotActive__JKK1q {
  background: #ffd700;
  width: 26px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

@media (max-width: 768px) {
  .dream_heroCarousel__r8hG9 {
    height: 200px;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .dream_heroEmoji__3hqaC {
    font-size: 72px;
    margin-bottom: 8px;
  }

  .dream_heroTitle__nG_gb {
    font-size: 24px;
  }

  .dream_heroSubtitle__GSyJ7 {
    font-size: 13px;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .dream_heroCarousel__r8hG9 {
    height: 190px;
  }

  .dream_heroContent__NLYyS {
    padding: 0 16px 28px;
  }

  .dream_heroEmoji__3hqaC {
    font-size: 60px;
    margin-bottom: 8px;
  }

  .dream_heroTitle__nG_gb {
    font-size: 21px;
    margin-bottom: 4px;
  }

  .dream_heroSubtitle__GSyJ7 {
    font-size: 12px;
    line-height: 1.35;
    max-width: 250px;
  }

  .dream_heroDots__eumGW {
    bottom: 10px;
    gap: 6px;
  }
  .dream_heroDot__vDrCn {
    width: 6px;
    height: 6px;
  }
  .dream_heroDotActive__JKK1q {
    width: 20px;
  }
}

/* ---------- 결과 ---------- */
.dream_dreamResult__EJdFv {
  background: rgba(30, 30, 60, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-top: 30px;
  line-height: 1.8;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 2;
  animation: dream_fadeInUp__AAkta 0.5s ease forwards;
}

.dream_dreamResultHeader__4XiSI {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dream_dreamDate__xPqM4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.dream_dreamContent__pQHuM p {
  margin-bottom: 15px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
}

.dream_dreamContent__pQHuM strong {
  color: #ff9800;
  font-weight: bold;
}

/* dangerouslySetInnerHTML 로 삽입되는 섹션 타이틀 (CSS Module 밖) */
.dream_dreamContent__pQHuM .dream-section-title {
  font-weight: bold;
  color: #ffd700;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

@media (max-width: 768px) {
  .dream_dreamContent__pQHuM .dream-section-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}

@media (max-width: 380px) {
  .dream_dreamContent__pQHuM .dream-section-title {
    font-size: 16px;
  }
}

.dream_sectionTitle__OLBXQ {
  font-weight: bold;
  color: #ffd700;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.dream_error__36bnF {
  color: #ff5252;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 82, 82, 0.2);
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

/* ---------- 공유 버튼 ---------- */
.dream_dreamShareContainer__yeFCn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dream_shareButton__9oDvl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dream_shareButton__9oDvl:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.dream_shareIcon__YgY2C {
  margin-right: 10px;
  font-size: 18px;
}

/* ---------- 쿠팡 광고 게이트 ---------- */
.dream_coupangAdOverlay__8vqa4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  backdrop-filter: blur(3px);
  animation: dream_overlayFade__oPGsg 0.3s ease-out;
}

.dream_coupangAdContainer__NpAng {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background: linear-gradient(45deg, #5b33b8, #4f2da2);
  color: white;
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  animation: dream_fadeIn__MQDzY 0.5s ease-out;
}

.dream_adCountdown__yenPn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.dream_adCloseButton__w71fh {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dream_adCloseButton__w71fh:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.dream_adContent__Sz7O3 {
  padding: 20px;
}

.dream_coupangLink__4II3w {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
  text-align: center;
}

.dream_adLogo__urRal {
  width: 150px;
  margin-bottom: 15px;
}

.dream_adLogo__urRal img {
  width: 100%;
  height: auto;
  display: block;
}

.dream_coupangButton__XTyqF {
  background-color: #00a0ff;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 9999px;
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.dream_coupangButton__XTyqF:hover {
  background-color: #0080ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.dream_partnerNoticeContainer__Lt5kR {
  text-align: center;
  margin-top: 10px;
  pointer-events: none;
}

.dream_partnerNotice__0USgX {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.8;
  margin-top: 15px;
  line-height: 1.5;
  color: white;
}

/* ---------- SEO / FAQ 섹션 ---------- */
.dream_infoSection__suIHk,
.dream_faqSection__07Cea {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.dream_infoTitle__CvYcg {
  margin: 0 0 14px;
  color: #ffd700;
  font-size: 28px;
  font-family: var(--font-oswald), 'Oswald', sans-serif;
  line-height: 1.2;
  text-shadow: 0 0 14px rgba(255, 215, 0, 0.3);
}

.dream_infoText__weipK {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.8;
}

.dream_linkChips__jjfzp {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.dream_linkChip__vitEf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.dream_linkChip__vitEf:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
}

.dream_faqList__6qN2q {
  display: grid;
  gap: 14px;
}

.dream_faqItem__dHCRY {
  padding: 18px;
  border-radius: 16px;
  background: rgba(18, 22, 56, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dream_faqQuestion__sU1F8 {
  margin: 0 0 8px;
  color: #ffd700;
  font-size: 18px;
  line-height: 1.4;
}

.dream_faqAnswer__camKc {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.75;
}

/* ---------- 애니메이션 ---------- */
@keyframes dream_glow__PjI4Q {
  0% {
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  }
  100% {
    text-shadow:
      0 0 20px rgba(255, 215, 0, 0.8),
      0 0 30px rgba(255, 215, 0, 0.6);
  }
}

@keyframes dream_float__nqE_7 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes dream_bounce__AsjsN {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes dream_twinkle__oDRZz {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}

@keyframes dream_fadeInUp__AAkta {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dream_fadeIn__MQDzY {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dream_overlayFade__oPGsg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ---------- 반응형 ---------- */
@media (max-width: 768px) {
  .dream_container__NGPYj {
    margin: 0;
    padding: 15px;
    border-radius: 0;
    min-height: 100vh;
  }

  .dream_magicTitle__scNEV {
    font-size: 28px;
  }

  .dream_dreamInput__5fOkf {
    height: 100px;
    font-size: 15px;
    padding: 12px;
  }

  .dream_charCounter__jcBSj,
  .dream_charCounterWarning__kUOB8,
  .dream_charCounterError__z0u1H {
    font-size: 12px;
  }

  .dream_symbol__vvyDe {
    font-size: 32px;
    opacity: 0.2;
  }

  .dream_moon__tsgpH {
    top: 5%;
    left: 5%;
  }

  .dream_star1__OWCUl {
    top: 10%;
    right: 10%;
  }

  .dream_wizard__Lywy9 {
    bottom: 10%;
    left: 10%;
  }

  .dream_crystal__YmbPC {
    bottom: 20%;
    right: 5%;
  }

  .dream_star2__7bEjK {
    display: none;
  }

  .dream_wizardHat__rIwc7 {
    font-size: 48px;
  }

  .dream_magicStars__s0KUA {
    font-size: 22px;
  }

  .dream_loadingText__w0cH7 {
    font-size: 16px;
  }

  .dream_dreamResult__EJdFv {
    padding: 20px;
    margin: 20px 10px;
  }

  .dream_dreamContent__pQHuM p {
    font-size: 15px;
    line-height: 1.6;
  }

  .dream_sectionTitle__OLBXQ {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
  }

  .dream_dreamFacts__qyti9 {
    max-width: 100%;
    padding: 12px;
  }

  .dream_dreamFact__yaZrO {
    font-size: 13px;
  }

  .dream_shareButton__9oDvl {
    padding: 10px 20px;
    font-size: 14px;
  }

  .dream_coupangAdContainer__NpAng {
    width: 90%;
  }

  .dream_adLogo__urRal {
    width: 120px;
  }

  .dream_adContent__Sz7O3 {
    padding: 15px;
  }

  .dream_coupangButton__XTyqF {
    padding: 10px 20px;
    font-size: 14px;
    max-width: 250px;
  }

  .dream_partnerNotice__0USgX {
    font-size: 11px;
  }

  .dream_infoSection__suIHk,
  .dream_faqSection__07Cea {
    margin-top: 20px;
    padding: 18px;
    border-radius: 16px;
  }

  .dream_infoTitle__CvYcg {
    font-size: 22px;
  }

  .dream_infoText__weipK,
  .dream_faqAnswer__camKc {
    font-size: 14px;
    line-height: 1.7;
  }

  .dream_faqQuestion__sU1F8 {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .dream_magicTitle__scNEV {
    font-size: 24px;
  }

  .dream_dreamForm__7Nc6G {
    padding: 15px;
  }

  .dream_dreamInput__5fOkf {
    height: 100px;
    font-size: 14px;
  }

  .dream_charCounter__jcBSj,
  .dream_charCounterWarning__kUOB8,
  .dream_charCounterError__z0u1H {
    font-size: 11px;
  }

  .dream_magicButton___qzvy {
    padding: 10px 15px;
    font-size: 14px;
  }

  .dream_dreamContent__pQHuM p {
    font-size: 14px;
  }

  .dream_sectionTitle__OLBXQ {
    font-size: 16px;
  }

  .dream_symbol__vvyDe {
    font-size: 24px;
  }

  .dream_shareButton__9oDvl {
    padding: 8px 15px;
    font-size: 13px;
  }

  .dream_infoTitle__CvYcg {
    font-size: 20px;
  }

  .dream_linkChip__vitEf {
    width: 100%;
  }
}

