@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap);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}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Noto Sans KR,sans-serif}.app-container{align-items:center;background:linear-gradient(135deg,#e0f2ff,#f5f0ff);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.content-card{background-color:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001f;max-width:800px;overflow:hidden;transition:opacity .3s ease,transform .3s ease;width:100%}.content-card.fade-in{opacity:1;transform:translateY(0)}.content-card.fade-out{opacity:0;transform:translateY(10px)}.section-padding{padding:32px}.text-center{text-align:center}.title{color:#4f46e5;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.btn{border:none;border-radius:9999px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-align:center;transition:all .2s ease}.btn-primary{background-color:#4f46e5;box-shadow:0 4px 6px #4f46e540;color:#fff}.btn-primary:hover{background-color:#4338ca;transform:translateY(-2px)}.btn-secondary{background-color:#e5e7eb;color:#4b5563}.btn-secondary:hover{background-color:#d1d5db}.progress-container{margin-bottom:1.5rem}.progress-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-text{color:#6b7280;font-size:.875rem;font-weight:500}.progress-bar{background-color:#e5e7eb;border-radius:9999px;height:8px;overflow:hidden;width:100%}.progress-bar-fill{background-color:#4f46e5;border-radius:9999px;height:100%;transition:width .5s ease}.question-text{color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.6;margin-bottom:1.5rem}.answer-options{display:flex;flex-direction:column;gap:.75rem}.answer-option{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#4b5563;font-weight:500;padding:16px;text-align:left;transition:all .2s ease;width:100%}.answer-option:hover{background-color:#f5f3ff;border-color:#4f46e5}.result-card{background-color:#f5f3ff;border-radius:12px;margin-bottom:2rem;padding:24px}.result-description{color:#4b5563;line-height:1.6;margin-bottom:1rem}.result-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.result-grid{grid-template-columns:1fr 1fr}}.result-dimension{text-align:center}.dimension-labels{display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.25rem}.dimension-bar{background-color:#e5e7eb;border-radius:9999px;height:8px;margin-bottom:.25rem;width:100%}.dimension-fill{background-color:#4f46e5;border-radius:9999px 0 0 9999px;height:100%}.dimension-percentage{color:#6b7280;font-size:.75rem}.traits-section{margin-top:1rem}.traits-title{color:#4f46e5;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.traits-list{list-style-type:disc;padding-left:1.5rem}.traits-item{color:#4b5563;margin-bottom:.25rem}.action-buttons{display:flex;justify-content:space-between;margin-top:1.5rem}.footer{color:#6b7280;font-size:.875rem;margin-top:2rem;text-align:center}.previous-result{background-color:#f5f3ff;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.previous-result-text{color:#4b5563}.result-link{color:#4f46e5;cursor:pointer;display:inline-block;margin-top:.5rem;text-decoration:underline}.result-link:hover{color:#4338ca}
/*# sourceMappingURL=main.ebc3b34d.css.map*/