.home-module__Hx0lNG__container{background-color:#f8f9fa;max-width:800px;min-height:100vh;margin:0 auto;padding:1rem;animation:.6s ease-out home-module__Hx0lNG__fadeIn}.home-module__Hx0lNG__logoSection{justify-content:center;align-items:center;min-height:3rem;padding-top:1.5rem;padding-bottom:2rem;display:flex}.home-module__Hx0lNG__logo{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:900;line-height:1}.home-module__Hx0lNG__sectionHeader{margin:2rem 0 1.5rem}.home-module__Hx0lNG__sectionTitle{color:#1f2937;font-size:1.5rem;font-weight:700}.home-module__Hx0lNG__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:480px){.home-module__Hx0lNG__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}
.HeroCarousel-module__hy1Euq__heroContainer{width:100%;margin-bottom:3rem}.HeroCarousel-module__hy1Euq__carouselWrapper{border-radius:1.5rem;width:100%;height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.HeroCarousel-module__hy1Euq__slidesContainer{width:100%;height:100%;display:flex}.HeroCarousel-module__hy1Euq__slideContent{width:100%;min-width:100%;height:100%;color:inherit;flex-shrink:0;text-decoration:none;display:block;position:relative}.HeroCarousel-module__hy1Euq__imageContainer{width:100%;height:100%;position:absolute;top:0;left:0}.HeroCarousel-module__hy1Euq__heroImage{object-fit:cover;width:100%;height:100%}.HeroCarousel-module__hy1Euq__placeholderImage{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex}.HeroCarousel-module__hy1Euq__overlay{background:linear-gradient(#0000 0%,#0000004d 50%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroCarousel-module__hy1Euq__textContent{color:#fff;z-index:10;padding:2rem;position:absolute;bottom:0;left:0;right:0}.HeroCarousel-module__hy1Euq__heroTitle{text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-size:2rem;font-weight:800}.HeroCarousel-module__hy1Euq__heroDescription{opacity:.95;text-shadow:0 1px 2px #0000004d;margin-bottom:1.5rem;font-size:1.1rem}.HeroCarousel-module__hy1Euq__playButton{color:#1f2937;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f3f4f6 100%);border:none;border-radius:99px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:2.5s infinite HeroCarousel-module__hy1Euq__bounce;display:inline-flex;box-shadow:0 4px 15px #0003,inset 0 2px #ffffff80}@keyframes HeroCarousel-module__hy1Euq__bounce{0%,20%,50%,80%,to{transform:translateY(0)scale(1)}40%{transform:translateY(-12px)scale(1.05);box-shadow:0 15px 25px #00000040}60%{transform:translateY(-6px)scale(1.02)}}.HeroCarousel-module__hy1Euq__playButton:hover{background:#fff;animation-play-state:paused;box-shadow:0 10px 20px #0000004d;transform:scale(1.1)!important}.HeroCarousel-module__hy1Euq__dots{z-index:20;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.HeroCarousel-module__hy1Euq__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;transition:background .3s,transform .3s}.HeroCarousel-module__hy1Euq__dot:hover{background:#fffc;transform:scale(1.2)}.HeroCarousel-module__hy1Euq__dotActive{background:#fff;transform:scale(1.3)}@media (max-width:768px){.HeroCarousel-module__hy1Euq__carouselWrapper{height:300px}.HeroCarousel-module__hy1Euq__heroTitle{font-size:1.5rem}.HeroCarousel-module__hy1Euq__heroDescription{font-size:.9rem}.HeroCarousel-module__hy1Euq__textContent{padding:1.5rem}.HeroCarousel-module__hy1Euq__navButton{width:32px;height:32px}}
.QuizCard-module__0YIeSW__card{color:inherit;background:#fff;border-radius:1rem;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.QuizCard-module__0YIeSW__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.QuizCard-module__0YIeSW__imageWrapper{aspect-ratio:16/9;background-color:#e5e7eb;width:100%;position:relative}.QuizCard-module__0YIeSW__thumbnail{object-fit:cover}.QuizCard-module__0YIeSW__cardContent{flex-direction:column;flex:1;padding:1rem;display:flex}.QuizCard-module__0YIeSW__hotBadge{z-index:2;background:linear-gradient(135deg,#ff4d4d,#f9cb28);border-radius:20px;justify-content:center;align-items:center;min-width:42px;height:22px;padding:2px 10px;animation:2s infinite QuizCard-module__0YIeSW__pulse;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 4px 10px #ff4d4d66}.QuizCard-module__0YIeSW__hotText{color:#fff;letter-spacing:.5px;text-shadow:0 1px 2px #0003;font-size:.75rem;font-weight:800}@keyframes QuizCard-module__0YIeSW__pulse{0%{filter:brightness();transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.05)}to{filter:brightness();transform:scale(1)}}.QuizCard-module__0YIeSW__cardTitle{color:#111827;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.4}.QuizCard-module__0YIeSW__cardDesc{color:#4b5563;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.QuizCard-module__0YIeSW__playCount{color:#9ca3af;align-items:center;gap:.25rem;margin-top:auto;padding-top:.75rem;font-size:.8rem;display:flex}@media (max-width:480px){.QuizCard-module__0YIeSW__cardTitle{font-size:.9rem}.QuizCard-module__0YIeSW__cardDesc{font-size:.8rem}}
.QuizGrid-module__f34qHq__container{margin-bottom:2rem}.QuizGrid-module__f34qHq__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:640px){.QuizGrid-module__f34qHq__grid{gap:1.5rem}}.QuizGrid-module__f34qHq__emptyState{text-align:center;color:#94a3b8;background:#f8fafc;border-radius:1rem;grid-column:1/-1;padding:4rem 2rem}
.result-module__tDImIq__container{background:#fff;flex-direction:column;align-items:center;gap:1rem;min-height:100vh;padding:0;animation:.8s ease-out result-module__tDImIq__fadeIn;display:flex}@keyframes result-module__tDImIq__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.result-module__tDImIq__resultCard{background:#fff;width:100%;max-width:600px}.result-module__tDImIq__header{color:#fff;text-align:center;background:linear-gradient(90deg,#ec4899,#8b5cf6);padding:1.5rem}.result-module__tDImIq__quizTitle{opacity:.9;margin-bottom:.5rem;font-size:1rem;font-weight:600}.result-module__tDImIq__scoreDisplay{font-size:1.5rem;font-weight:800}.result-module__tDImIq__resultImage{aspect-ratio:1;object-fit:cover;width:100%}.result-module__tDImIq__content{padding:1.5rem}.result-module__tDImIq__resultTitle{color:#111827;text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:800;position:relative}.result-module__tDImIq__trueEndingBadge{color:#fff;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:800;animation:2s infinite result-module__tDImIq__pulse;display:inline-flex;box-shadow:0 4px 15px #f59e0b4d}@keyframes result-module__tDImIq__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.result-module__tDImIq__badEndingGuidance{text-align:center;background:#fdf2f2;border:1px solid #fee2e2;border-radius:1rem;margin-top:1.5rem;padding:1.5rem}.result-module__tDImIq__lastChoiceCard{text-align:left;background:#f8fafc;border-left:4px solid #3b82f6;border-radius:0 .75rem .75rem 0;flex-direction:column;gap:.25rem;margin:1rem 0 1.5rem;padding:1rem;display:flex}.result-module__tDImIq__choiceLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.result-module__tDImIq__choiceValue{color:#1e293b;font-size:1.05rem;font-style:italic;font-weight:600}.result-module__tDImIq__guidanceTitle{color:#991b1b;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;display:flex}.result-module__tDImIq__guidanceText{color:#b91c1c;margin:0;font-size:.95rem;line-height:1.5}.result-module__tDImIq__resultDescription{color:#4b5563;white-space:pre-wrap;font-size:1.05rem;line-height:1.7}.result-module__tDImIq__premiumLock{text-align:center;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}.result-module__tDImIq__lockIcon{color:#9ca3af;margin-bottom:1rem}.result-module__tDImIq__lockTitle{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.result-module__tDImIq__lockDescription{color:#6b7280;margin-bottom:2rem}.result-module__tDImIq__payButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#10b981,#3b82f6);border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:transform .2s}.result-module__tDImIq__payButton:hover:not(:disabled){transform:translateY(-2px)}.result-module__tDImIq__payButton:disabled{opacity:.6;cursor:not-allowed}.result-module__tDImIq__shareSection{border-top:1px solid #e5e7eb;padding:2rem}.result-module__tDImIq__shareTitle{color:#111827;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.result-module__tDImIq__shareButtons{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.result-module__tDImIq__shareButton{cursor:pointer;color:#fff;border:none;border-radius:.5rem;padding:.75rem;font-weight:600;transition:transform .2s}.result-module__tDImIq__shareButton:hover{transform:translateY(-2px)}.result-module__tDImIq__kakao{color:#3c1e1e;background-color:#fee500}.result-module__tDImIq__facebook{background-color:#1877f2}.result-module__tDImIq__twitter{background-color:#1da1f2}.result-module__tDImIq__copy{background-color:#4b5563}.result-module__tDImIq__homeButton{color:#374151;background-color:#f3f4f6;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;margin:1.5rem;padding:1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex}.result-module__tDImIq__homeButton:hover{background-color:#e5e7eb}.result-module__tDImIq__reportButton{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin:0 auto 1.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.result-module__tDImIq__reportButton:hover{color:#475569;background-color:#f8fafc}.result-module__tDImIq__adPlaceholder{text-align:center;background:#fff;border:2px dashed #d1d5db;border-radius:.75rem;width:100%;max-width:600px;padding:1rem}.result-module__tDImIq__adLabel{color:#9ca3af;margin-bottom:.5rem;font-size:.75rem}.result-module__tDImIq__adContent{color:#6b7280;background-color:#f9fafb;border-radius:.5rem;padding:2rem;font-size:.875rem}@media (max-width:480px){.result-module__tDImIq__resultTitle{font-size:1.5rem}.result-module__tDImIq__actionButtons{grid-template-columns:1fr}}.result-module__tDImIq__actionButtons{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.result-module__tDImIq__actionButton{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s;display:flex}.result-module__tDImIq__actionButton:hover{transform:translateY(-2px)}.result-module__tDImIq__shareButton{color:#fff;background-color:#3b82f6}.result-module__tDImIq__retryButton{color:#fff;background-color:#10b981}
.ShareDrawer-module__RH4g9a__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:flex-end;animation:.3s ease-out ShareDrawer-module__RH4g9a__fadeIn;display:flex;position:fixed;inset:0}.ShareDrawer-module__RH4g9a__drawer{background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;width:100%;max-width:600px;padding:1.5rem;animation:.3s ease-out ShareDrawer-module__RH4g9a__slideUp;box-shadow:0 -4px 20px #0000001a}.ShareDrawer-module__RH4g9a__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ShareDrawer-module__RH4g9a__title{color:#1f2937;margin:0;font-size:1.25rem;font-weight:700}.ShareDrawer-module__RH4g9a__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.ShareDrawer-module__RH4g9a__closeButton:hover{background-color:#f3f4f6}.ShareDrawer-module__RH4g9a__previewCard{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.ShareDrawer-module__RH4g9a__previewImage{object-fit:cover;background-color:#e5e7eb;width:100%;height:200px}.ShareDrawer-module__RH4g9a__previewContent{padding:1rem}.ShareDrawer-module__RH4g9a__previewTitle{color:#111827;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:1rem;font-weight:700;display:-webkit-box;overflow:hidden}.ShareDrawer-module__RH4g9a__previewDescription{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;white-space:pre-wrap;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ShareDrawer-module__RH4g9a__shareGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem;display:grid}.ShareDrawer-module__RH4g9a__shareItem{cursor:pointer;color:#4b5563;background:0 0;border:none;flex-direction:column;align-items:center;gap:.5rem;padding:0;font-size:.875rem;transition:transform .2s;display:flex}.ShareDrawer-module__RH4g9a__shareItem:hover{transform:translateY(-2px)}.ShareDrawer-module__RH4g9a__iconWrapper{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.ShareDrawer-module__RH4g9a__kakao{color:#3c1e1e;background-color:#fee500}.ShareDrawer-module__RH4g9a__facebook{background-color:#1877f2}.ShareDrawer-module__RH4g9a__twitter{background-color:#1da1f2}.ShareDrawer-module__RH4g9a__copy{color:#374151;background-color:#e5e7eb}@keyframes ShareDrawer-module__RH4g9a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ShareDrawer-module__RH4g9a__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.Toast-module__yWhMxq__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.Toast-module__yWhMxq__toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;color:#1f2937;background:#fffffff2;border:1px solid #fff3;border-radius:16px;align-items:center;gap:12px;min-width:300px;max-width:90vw;padding:16px 24px;font-size:.95rem;font-weight:500;animation:.4s cubic-bezier(.16,1,.3,1) forwards Toast-module__yWhMxq__slideIn;display:flex;box-shadow:0 10px 30px #00000026,0 4px 6px #0000000d}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__removing{animation:.3s cubic-bezier(.16,1,.3,1) forwards Toast-module__yWhMxq__slideOut}.Toast-module__yWhMxq__icon{color:#6d28d9;justify-content:center;align-items:center;display:flex}.Toast-module__yWhMxq__message{flex:1;line-height:1.4}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Toast-module__yWhMxq__slideOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-20px)scale(.95)}}
.AdPopup-module__rZtOmq__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.AdPopup-module__rZtOmq__popupContent{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:360px;padding:1.5rem;position:relative;box-shadow:0 20px 40px #0006}.AdPopup-module__rZtOmq__closeButton{color:#fff;cursor:pointer;background:#333;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:-12px;right:-12px;box-shadow:0 4px 10px #0000004d}.AdPopup-module__rZtOmq__header{text-align:center;margin-bottom:1.5rem}.AdPopup-module__rZtOmq__title{color:#fff;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.AdPopup-module__rZtOmq__subtitle{color:#999;font-size:.85rem}.AdPopup-module__rZtOmq__adWrapper{background:#0000004d;border-radius:12px;justify-content:center;align-items:center;min-height:250px;margin-bottom:1rem;display:flex;overflow:hidden}.AdPopup-module__rZtOmq__footer{text-align:center}.AdPopup-module__rZtOmq__continueButton{background:var(--primary-color,#007aff);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:700;transition:opacity .2s}.AdPopup-module__rZtOmq__continueButton:hover{opacity:.9}
