body {
    background-color: #f8f9fa;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.container {
    max-width: 600px;
}

.card {
    border: none;
    border-radius: 15px;
}

.progress-bar {
    background-color: #0d6efd;
}

.choice-btn {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    border-radius: 10px;
}

#result-container h2 {
    font-weight: 600;
    color: #333;
}

.result-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 1.5rem;
    text-align: left;
}

.result-header {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #495057;
}

.user-name {
    color: #0d6efd;
    font-weight: 700;
}

.mbti-type {
    font-weight: 700;
}

.result-body .recommendation-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.role-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.role-list li {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
}

.explanation {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 8px;
} 