body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#f8fafc,#e0e7ff);font-family:Pretendard,Noto Sans KR,Arial,sans-serif;justify-content:flex-start;min-height:100vh}.App,.mbti-container{align-items:center;display:flex;flex-direction:column}.mbti-container{background:#fff;border-radius:24px;box-shadow:0 4px 24px #00000014;margin:32px 0 0;max-width:400px;min-height:350px;padding:32px 24px 24px;width:90vw}.mbti-title{color:#4f46e5;font-size:2rem;font-weight:700;margin-bottom:24px}.question-slide,.result-slide{align-items:center;animation-duration:.5s;animation-fill-mode:both;display:flex;flex-direction:column;min-height:220px;width:100%}.animate-slide{animation-name:slideInUp}.animate-fadein{animation-name:fadeIn}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.question-num{color:#a5b4fc;font-size:1rem;margin-bottom:8px}.question-text{color:#22223b;font-size:1.2rem;font-weight:500;margin-bottom:24px;text-align:center}.choices{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;width:100%}.choice-btn{background:#6366f1;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:14px 0;transition:background .2s,transform .1s}.choice-btn:hover{background:#818cf8;transform:scale(1.03)}.progress-bar{background:#e0e7ff;border-radius:8px;height:8px;margin-top:8px;overflow:hidden;width:100%}.progress{background:#6366f1;height:100%;transition:width .3s}.result-slide{text-align:center}.mbti-type{color:#4f46e5;font-size:2rem;font-weight:700;margin-bottom:12px}.mbti-desc{color:#22223b;font-size:1.1rem;margin-bottom:24px}.result-actions{align-items:center;display:flex;flex-direction:column;gap:10px}.restart-btn,.share-btn{background:#e0e7ff;border:none;border-radius:10px;color:#4f46e5;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-bottom:4px;padding:10px 0;text-decoration:none;transition:background .2s,color .2s;width:180px}.restart-btn:hover,.share-btn:hover{background:#6366f1;color:#fff}.mbti-footer{color:#a5b4fc;font-size:.95rem;margin-top:32px;text-align:center}@media (max-width:600px){.mbti-container{max-width:98vw;min-height:250px;padding:18px 4vw}.mbti-title{font-size:1.3rem}.question-text{font-size:1rem}.mbti-type{font-size:1.3rem}.mbti-desc{font-size:1rem}.restart-btn,.share-btn{font-size:.95rem;width:100%}}
/*# sourceMappingURL=main.c7affbab.css.map*/