/**
 * 오행 & 용신 스타일
 */

.soh-container {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    padding: 24px 16px !important;
}

.soh-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #191f28 !important;
    text-align: center !important;
    margin-bottom: 24px !important;
}

.soh-section {
    margin-bottom: 28px !important;
}

.soh-section-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #191f28 !important;
    margin-bottom: 4px !important;
}

.soh-section-desc {
    font-size: 13px !important;
    color: #a1a1aa !important;
    margin-bottom: 16px !important;
}

/* 오행 분포 원형 */
.soh-circle-row {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
}

.soh-circle-item {
    text-align: center !important;
}

.soh-circle {
    width: 48px !important;
    height: 48px !important;
}

.soh-circle-count {
    display: block !important;
    font-size: 12px !important;
    color: #71717a !important;
    margin-top: 4px !important;
}

/* 오행 비율 바 */
.soh-bars {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.soh-bar-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.soh-bar-label {
    width: 40px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
}

.soh-bar-el {
    display: block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.soh-bar-kr {
    display: block !important;
    font-size: 11px !important;
    color: #71717a !important;
}

.soh-bar-track {
    flex: 1 !important;
    height: 10px !important;
    background: #f4f4f5 !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}

.soh-bar-fill {
    height: 100% !important;
    border-radius: 5px !important;
    transition: width 0.6s ease !important;
}

.soh-bar-info {
    width: 90px !important;
    text-align: right !important;
    flex-shrink: 0 !important;
}

.soh-bar-pct {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #191f28 !important;
}

.soh-bar-status {
    font-size: 11px !important;
    margin-left: 2px !important;
}

.soh-status-normal {
    color: #22c55e !important;
}

.soh-status-low {
    color: #ef4444 !important;
}

.soh-status-high {
    color: #f97316 !important;
}

/* 용신 */
.soh-yongshin-row {
    display: flex !important;
    justify-content: center !important;
    gap: 24px !important;
    margin-bottom: 8px !important;
}

.soh-ys-item {
    text-align: center !important;
    padding: 12px 20px !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 12px !important;
    background: #fafafa !important;
}

.soh-ys-label {
    display: block !important;
    font-size: 12px !important;
    color: #a1a1aa !important;
    margin-bottom: 4px !important;
}

.soh-ys-value {
    display: block !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.soh-ys-kr {
    display: block !important;
    font-size: 12px !important;
    color: #71717a !important;
    margin-top: 2px !important;
}

.soh-note {
    font-size: 12px !important;
    color: #a1a1aa !important;
    text-align: center !important;
    font-style: italic !important;
}

/* 신강신약 */
.soh-strength {
    text-align: center !important;
}

.soh-strength-bar {
    margin-bottom: 12px !important;
}

.soh-strength-track {
    position: relative !important;
    height: 8px !important;
    background: linear-gradient(to right, #3b82f6, #22c55e, #eab308, #f97316, #ef4444) !important;
    border-radius: 4px !important;
    margin-bottom: 8px !important;
}

.soh-strength-marker {
    position: absolute !important;
    top: -4px !important;
    width: 16px !important;
    height: 16px !important;
    background: #191f28 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    transform: translateX(-50%) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.soh-strength-labels {
    display: flex !important;
    justify-content: space-between !important;
}

.soh-strength-label {
    font-size: 11px !important;
    color: #a1a1aa !important;
}

.soh-strength-active {
    font-weight: 700 !important;
    color: #191f28 !important;
}

.soh-strength-desc {
    font-size: 14px !important;
    color: #3f3f46 !important;
    margin-top: 8px !important;
}
